/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 0;
  width: 40px;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background-color: transparent;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* General CSS */
/* Common SCSS */
/* Table Defualt Style */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
.data-table,
.cart.items.data.table,
.data.table {
  border-collapse: collapse;
}
.data-table thead th,
.cart.items.data.table thead th,
.data.table thead th {
  font-weight: 600 !important;
  padding: 10px;
  text-transform: uppercase;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: middle;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-color: #e3e3e3;
}
.data-table,
.data.table,
.table.table-comparison {
  border: 1px solid #e3e3e3;
}
.data-table thead th,
.data.table thead th,
.table.table-comparison thead th {
  background-color: #f7f5f4;
}
.data-table th,
.data.table th,
.table.table-comparison th,
.data-table td,
.data.table td,
.table.table-comparison td {
  border: solid 1px #e3e3e3;
  padding: 5px 10px;
}
.data-table tbody tr:nth-of-type(even),
.data.table tbody tr:nth-of-type(even),
.table.table-comparison tbody tr:nth-of-type(even) {
  background-color: #f7f5f4;
}
.table.table-comparison {
  border: solid 1px #dddbde !important;
}
.table-wrapper {
  margin-bottom: 40px;
}
.cart.items.data.table thead th {
  background-color: transparent;
}
table th {
  text-align: left;
}
.sizeGuidePopup table,
table.sizeChart {
  border: solid 1px #dddbde !important;
  margin-bottom: 40px;
}
.sizeGuidePopup table th,
.sizeGuidePopup table td {
  border: solid 1px #dddbde !important;
  padding: 5px 10px !important;
}
.sizeGuidePopup table thead th,
.sizeGuidePopup table thead td,
table.sizeChart thead th,
table.sizeChart thead td {
  font-weight: 600;
  background-color: #f7f5f4;
  padding: 5px 10px !important;
}
table.sizeChart td {
  padding: 5px 10px !important;
}
.sizeGuidePopup .modal-footer {
  display: none !important;
}
.sizeGuidePopup [data-content-type="row"][data-appearance="contained"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sizeGuidePopup.modal-popup .modal-title {
  border-bottom: 0 !important;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sizeGuidePopup.modal-popup .modal-title {
  margin-bottom: 10px;
}
/* End Table Defualt Style */
.page-footer .switcher .options {
  padding: 5px 30px 5px 10px !important;
}
.page-footer .switcher .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  content: '';
  border-style: solid;
  border-width: 1px 1px 0 0;
  height: 7px;
  width: 7px;
  transform: rotate(135deg);
  text-align: center;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 13px;
}
.page-footer .switcher .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  transform: rotate(312deg);
  top: 17px;
}
.page-footer .switcher strong {
  padding-left: 20px;
  background-position: left center;
}
.page-footer .switcher .options ul.dropdown li {
  text-align: left;
}
.poco-home-page-style-2 .page-title-wrap .page-title {
  font-size: 44px;
  font-weight: 600;
}
.poco-home-page-style-2 .page-title-wrap {
  background-color: #f7f5f4;
}
/* ------------------------------------------------------------
   Stella Product With Tabs   ---------------------------------
--------------------------------------------------------------- */
.page-products.page-layout-1column .mage-ajaxpro-page.product-tabs-slider .products-grid .product-item {
  width: 100%;
}
.mage-ajaxpro-page .load-more-text {
  margin-top: 60px;
  text-align: center;
  display: block;
}
.mage-ajaxpro-page .section-title {
  padding-right: 0;
  margin: 0;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: auto;
}
.mage-ajaxpro-page .swiper-pagination {
  margin-top: 60px;
}
.product-tabs-slider .section-title .sort-detail,
.product-tabs-grid .section-title .sort-detail {
  margin-bottom: 0;
}
.product-tabs-slider .sidebar-shopby,
.product-tabs-grid .sidebar-shopby {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.product-tabs-slider .products-grid .product-item .product-item-inner,
.product-tabs-grid .products-grid .product-item .product-item-inner {
  overflow: visible;
}
.page-products.page-layout-1column .product-tabs-grid.mage-ajaxpro-page .done-msg {
  color: #ECA009;
  background: #fff9ea;
  padding: 10px;
  margin-top: 30px;
  letter-spacing: 0.5px;
  border: 1px solid #ffdb8c;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby {
  width: 25% !important;
  display: block;
  text-align: left;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title {
  text-align: center;
  display: block;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .sort-detail {
  text-align: center;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .block-content {
  padding: 15px 0 !important;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .category-filter {
  margin: 0 !important;
  display: block;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .category-filter .item {
  margin: 0 0 10px;
}
.mage-ajaxpro-page.left-sidebar .sidebar-shopby .category-filter .item a {
  display: block;
}
.mage-ajaxpro-page.left-sidebar .category-product-filter {
  width: 75% !important;
  float: left;
}
.mage-ajaxpro-page.left-sidebar .category-product-filter .product-items {
  margin: 0 !important;
}
.mage-ajaxpro-page .sidebar-shopby .block-title {
  background-color: transparent;
  padding: 0;
}
.mage-ajaxpro-page .sidebar-shopby .block-content ol {
  display: flex;
  align-items: center;
}
.mage-ajaxpro-page .sidebar-shopby .block-content .item {
  margin-left: 15px;
}
.mage-ajaxpro-page .sidebar-shopby .block-content .item a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 12px 25px;
  text-align: center;
  display: block;
  line-height: normal;
}
.mage-ajaxpro-page .products-grid .product-item .pro-hover {
  background-color: #fff;
}
/* ------------------------------------------------------------
   End Product With Tabs   ------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Small Banner Static Block   --------------------------------
--------------------------------------------------------------- */
#maincontent .widget.block block-static-block {
  margin-bottom: 0 !important;
}
.small-bnr-with-text .widget.block.block-static-block {
  margin-bottom: 0 !important;
}
.small-banner-block.sections-spacing {
  padding-top: 0 !important;
}
.small-banner-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.small-banner-block ul > li {
  width: 31.6%;
  float: left;
  margin-right: 2.56410256%;
}
.small-banner-block ul > li:last-child {
  margin-right: 0;
}
.small-banner-block .classic-item .animate-scale {
  position: relative;
  display: block;
  overflow: hidden;
}
.small-banner-block .classic-item .animate-scale img {
  display: block;
  width: 100%;
}
.small-banner-block .classic-item .item-img {
  margin: 0 0 30px;
}
.small-banner-block .classic-item.small-banner-2 .item-img {
  margin: 30px 0 0;
}
.small-banner-block .classic-item.small-banner-3 {
  border: solid 2px #333;
  padding: 25% 0;
  margin-top: 16%;
}
.small-banner-block .classic-item.small-banner-3 p {
  margin: 20px 0;
}
.small-banner-block .classic-item.small-banner-3 .action {
  line-height: normal;
  font-size: 14px;
  padding: 10px 25px;
}
.small-banner-block .classic-item .item-content {
  padding: 0 35px;
  text-align: center;
}
.small-banner-block .classic-item .item-content h3 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 13px;
  letter-spacing: 0.8px;
}
.small-banner-block .classic-item .item-content .btn {
  background-color: transparent;
  color: #000;
  border: none;
  border-bottom: 1px solid;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.small-banner-block .classic-item .item-content .btn:hover {
  border-bottom: 0;
}
.small-banner-block .zoom {
  position: relative;
}
overflow:hidden .small-banner-block .zoom:before,
.small-banner-block .zoom:after {
  content: '';
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 700ms ease-in 0s;
  transition: all 700ms ease-in 0s;
  pointer-events: none;
}
.small-banner-block .zoom:before {
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.small-banner-block .zoom:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}
.small-banner-block .zoom:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
}
.small-banner-block .zoom:hover:after {
  bottom: 0;
  top: 0;
  opacity: 0;
}
.small-banner-block .animate-scale {
  position: relative;
  display: block;
  overflow: hidden;
}
.small-banner-block .animate-scale:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.small-banner-block .animate-scale .collection-grid-item__overlay,
.small-banner-block .animate-scale img {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.small-banner-block .animate-scale:hover::before {
  overflow: visible;
  opacity: 1;
}
.small-banner-block .animate-scale:hover .collection-grid-item__overlay,
.small-banner-block .animate-scale:hover img {
  opacity: 1;
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
/* ------------------------------------------------------------
   End Small Banner Static Block   ----------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Parallax Section   -----------------------------------------
--------------------------------------------------------------- */
.cms-parallax-content-widget #maincontent {
  max-width: 100% !important;
  padding: 0;
}
.cms-parallax-content-widget #maincontent .page.messages {
  margin-bottom: 0;
}
.parallax-section:before,
.parallax-section:after {
  content: '';
  clear: both;
  display: block;
}
@media (min-width: 1024px) {
  .parallax-section .parallax-section .half-col {
    background-image: none !important;
  }
}
.parallax-section .parallax-img {
  position: relative;
}
.parallax-section .section-title {
  margin-bottom: 30px !important;
}
.parallax-section .section-title .title {
  line-height: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.parallax-section .section-title .section-subtitle {
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: normal;
  text-transform: none;
}
.parallax-section .section-title p {
  font-size: 13px;
  line-height: normal;
  margin-bottom: 30px;
}
.parallax-section .section-title .button {
  padding: 10px 25px !important;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px !important;
}
.parallax-section .feature-details.container {
  padding-left: 0;
  padding-right: 0;
}
.parallax-section .half-col {
  width: 50%;
  float: left;
}
.parallax-section .parallax-img-left {
  float: left;
}
.parallax-section .parallax-img-left .img_parallax {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.parallax-section .parallax-img-right {
  float: right;
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.parallax-section .parallax-img-right .img_parallax {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.parallax-section .parallax-text-right {
  float: left;
  order: 0;
  -webkit-order: 0;
  -ms-order: 0;
}
.parallax-section .img_parallax {
  background-attachment: fixed;
  width: 100%;
}
.parallax-section .zoom:before {
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.parallax-section .zoom:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}
.parallax-section .parallax-product {
  width: 100%;
  padding: 3% 12%;
}
.parallax-section .parallax-product .product-items {
  margin: 0 !important;
}
.parallax-section .parallax-product .products-grid .product-item .product-item-photo {
  border: 0 !important;
}
.parallax-section .parallax-product .product-item .product-item-details {
  padding: 20px 10px;
}
.parallax-section .half-col.parallax-img-center {
  width: 100%;
  background-image: none !important;
}
.parallax-section .half-col.parallax-img-center {
  display: none !important;
}
.parallax-section .half-col.content-text-center {
  width: 100%;
  height: 100% !important;
}
.parallax-section .parallax-text-center {
  padding: 20px;
}
.parallax-section .view-more {
  text-align: center;
  margin: 0;
  display: block;
}
.parallax-section .view-more .action.secondary {
  font-size: 13px !important;
  padding: 10px 25px !important;
}
@media (min-width: 1200px) {
  .parallax-section .half-col:not(.content-text-center) {
    background-image: none !important;
  }
}
.page-layout-1column .parallax-section .products-grid .product-item {
  background-color: #fff;
  width: 48%;
  padding: 0 !important;
  margin-right: 4%;
  margin-bottom: 30px !important;
}
.page-layout-1column .parallax-section .products-grid .product-item:nth-child(2n) {
  margin-right: 0;
  margin-left: 0;
}
.page-layout-1column .parallax-section .products-grid .product-image-container {
  padding-top: 0;
}
.page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item {
  width: 22.5%;
  margin-right: 3%;
}
.page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item:nth-child(2n) {
  margin-right: 3%;
}
.page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item:nth-child(4n) {
  margin-right: 0;
  margin-left: 0;
}
/* ------------------------------------------------------------
   End Parallax Section   -------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Brand Slider   ---------------------------------------------
--------------------------------------------------------------- */
.brandlogoSliderLayer {
  margin-bottom: 0;
  margin-top: 0;
}
.brandlogoSliderLayer .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.brandlogoSliderLayer .logoSliderLayer {
  margin: 0;
}
.brandlogoSliderLayer .logoSliderLayer ul {
  margin: 0 !important;
}
.brandlogoSliderLayer .logoSliderLayer ul li {
  margin-right: 23px;
  margin-bottom: 0 !important;
}
.brandlogoSliderLayer .logoSliderLayer ul li a {
  border-color: #f5f5f5;
  padding: 0;
}
.brandlogoSliderLayer .logoSliderLayer ul li a img {
  display: block;
}
.brandlogoSliderLayer img {
  max-height: 100px !important;
}
.brandlogoSliderLayer.style1 {
  margin: 0 auto;
}
.brandlogoSliderLayer.style1 img {
  max-height: 110px !important;
  opacity: 0.2;
}
.brandlogoSliderLayer.style1 .swiper-slide .logo_in:hover img {
  opacity: 1;
}
.brandlogoSliderLayer.style1 .logo_in {
  border: 1px solid transparent;
  min-height: 178px;
  overflow: inherit;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.brandlogoSliderLayer.style1 .swiper-slide:hover .logo_in {
  border-color: #e6e6e6;
}
.brandlogoSliderLayer.style1 .logo_outer:before,
.brandlogoSliderLayer.style1 .logo_outer:after,
.brandlogoSliderLayer.style1 .logo_in:before,
.brandlogoSliderLayer.style1 .logo_in:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.brandlogoSliderLayer.style1 .swiper-slide:hover .logo_outer:before,
.brandlogoSliderLayer.style1 .swiper-slide:hover .logo_outer:after,
.brandlogoSliderLayer.style1 .swiper-slide:hover .logo_in:before,
.brandlogoSliderLayer.style1 .swiper-slide:hover .logo_in:after {
  width: 12px;
  height: 12px;
  border-color: #2b3140;
}
.brandlogoSliderLayer.style1 .logo_outer:before {
  top: 0;
  left: 0;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
}
.brandlogoSliderLayer.style1 .logo_outer:after {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.brandlogoSliderLayer.style1 .logo_in:before {
  bottom: 0;
  left: 0;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.brandlogoSliderLayer.style1 .logo_in:after {
  top: 0;
  right: 0;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
}
.brandlogoSliderLayer.style1 .logoSliderLayer a {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  width: 100%;
}
.brandlogoSliderLayer.style2 .btn_link {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 42px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.brandlogoSliderLayer.style2 .btn_link span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.brandlogoSliderLayer.style2 .btn_link .hvr {
  opacity: 0;
  visibility: hidden;
  bottom: -100%;
  top: auto;
  transition: all 0.3s ease-in-out 0s;
}
.brandlogoSliderLayer.style2 .logo_in a {
  border: 1px solid #e5e5e5;
  display: block;
}
.brandlogoSliderLayer.style2 .logo_in a:hover .hvr {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.brandlogoSliderLayer.style2 .logo_in a:hover .dflt {
  opacity: 0;
  visibility: hidden;
  top: -100%;
}
.brandlogoSliderLayer.style2 .cntr {
  font-weight: 400;
  padding-left: 5px;
}
.brandlogoSliderLayer.style2 .swiper-button-next,
.brandlogoSliderLayer.style2 .swiper-button-prev {
  margin-top: -20px !important;
}
.brandlogoSliderLayer.style2 img {
  width: auto;
  padding: 5px 0;
  max-height: 125px !important;
}
.brandlogoSliderLayer.style2 .logoSliderLayer {
  padding: 1px 0;
}
.allBrandsLayer .letter {
  margin: 0 0 10px;
}
.brand.brand-slider-style1 .container {
  padding-top: 0;
  padding-bottom: 0;
}
.brand.brand-slider-style1 .logoSliderLayer ul li {
  margin-right: 15px;
}
.brand.brand-slider-style1 .section-title {
  display: table;
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
}
.brand.brand-slider-style1 .section-title .title-in,
.brand.brand-slider-style1 .section-title .brand-nav-arrow {
  display: table-cell;
  vertical-align: middle;
}
.brand.brand-slider-style1 .section-title .brand-nav-arrow {
  text-align: right;
}
.brand.brand-slider-style1 .section-title .brand-nav-arrow .nav-arrow:after {
  display: none !important;
}
.brand.brand-slider-style1 .section-title .title {
  text-align: left;
  margin: 0;
}
.brand.brand-slider-style1 .section-title .title:before,
.brand.brand-slider-style1 .section-title .title:after {
  display: none;
}
.brand.brand-slider-style1 .section-title .sort-detail {
  max-width: 100%;
  text-align: left !important;
  margin: 0;
}
.brand.brand-slider-style1 .swiper-button-prev,
.brand.brand-slider-style1 .swiper-button-next {
  padding: 0;
  position: static;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.brand.brand-slider-style1 .brandlogoSliderLayer {
  margin-top: 0;
  margin-bottom: 0;
}
.brand.brand-slider-style2 .brandlogoSliderLayer {
  margin: 0;
}
.brand.brand-slider-style2 .nav-arrow.nav-arrow-next {
  right: 0;
}
.brand.brand-slider-style2 .nav-arrow.nav-arrow-prev {
  left: -10px;
}
.brand.brand-slider-style2 .sort-detail {
  margin: 0 auto;
}
.brand.brand-slider-style2 .brand-nav-arrow {
  opacity: 0;
  visibility: hidden;
}
.brand.brand-slider-style2:hover .brand-nav-arrow {
  opacity: 1;
  visibility: visible;
}
.brand .brandlogoSliderLayer img {
  max-height: inherit;
  display: block;
}
.brand .logoSliderLayer {
  margin: 0 0 0 10px;
}
.brand .logoSliderLayer ul li {
  margin-right: 20px;
}
.brand .logoSliderLayer ul li a {
  padding: 2px;
}
.brand .nav-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  padding: 5px;
  display: block;
  margin-top: -15px;
}
.brand .nav-arrow.nav-arrow-prev {
  left: -30px;
}
.brand .nav-arrow.nav-arrow-next {
  right: -30px;
}
.brandlogoSliderLayer img {
  display: block;
}
.brandlogoSliderLayer .logoSliderLayer a {
  display: block;
}
.brandlogoSliderLayer .logoSliderLayer a:hover {
  opacity: 0.8;
}
.allBrandsLayer ul.logoList {
  margin: 0 0 10px !important;
}
.allBrandsLayer ul.logoList li,
.resultInfo li {
  padding: 5px !important;
}
.layerednavigation-brand-index .brandinfo {
  margin-bottom: 20px;
}
.layerednavigation-brand-index .brandinfo .brandimg {
  width: auto;
  height: auto;
  border: 1px solid #ddd;
}
.allBrandsLayer ul {
  margin: 0 !important;
}
.allBrandsLayer ul.logoList {
  margin: 0 0 10px !important;
}
.allBrandsLayer ul.logoList li a img,
.resultInfo li a img {
  max-height: 90px !important;
  display: block;
}
.alphaBetsLayer button.alpha {
  border-radius: 4px !important;
}
.layerednavigation-brand-index .brandinfo {
  margin-bottom: 20px;
}
.layerednavigation-brand-index .brandinfo .brandimg {
  width: auto;
  height: auto;
  border: 0;
}
.brandlogoSliderLayer.style3 .swiper-slide {
  width: 243.33px;
  margin-right: 30px;
}
.brandlogoSliderLayer.style3 .logo_in {
  background-color: #fff;
  border-radius: 7px;
}
.brandlogoSliderLayer.style3 .logo_in .img {
  padding: 20px 10px;
}
.brandlogoSliderLayer.style3 .logo_in .dtl {
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid #e2e2e2;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.brandlogoSliderLayer.style3 .logo_in:hover .dtl {
  color: #000;
}
/* ------------------------------------------------------------
   End Brand Slider   -----------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Newsletter Popup   -----------------------------------------
--------------------------------------------------------------- */
.newsletter-in .newsletter-form {
  max-width: 450px;
  position: relative;
}
.newsletter-in .newsletter-form .newsletter {
  background-color: transparent !important;
  text-align: left;
  padding: 40px 50px 100px;
}
.newsletter-in .newsletter-img {
  max-width: 350px;
}
.newsletter-in .newsletter-img .img {
  position: absolute;
  top: 44px;
}
.newsletter-in .newsletter-img img {
  display: block;
}
.newsletter-in .prm_popup #newsletter-validate-detail-popup {
  display: block;
}
.newsletter-in .block.newsletter {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0 !important;
}
.newsletter-in .block.newsletter .title {
  font-size: 20px;
  line-height: 33px;
  margin: 0 0 26px;
  display: block;
  position: relative;
  font-weight: 600;
}
.newsletter-in .block.newsletter .field {
  margin-right: 0;
}
.newsletter-in .block.newsletter .detail {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
.newsletter-in .block.newsletter form {
  position: relative;
}
.newsletter-in .block.newsletter .control {
  margin-bottom: 10px;
}
.newsletter-in .block.newsletter .control:before {
  display: none;
}
.newsletter-in .block.newsletter input {
  color: #737384;
  font-size: 16px;
  height: auto;
  padding: 0 50px 5px 0;
  text-align: left;
  border: 0 !important;
  border-bottom: solid 4px #444 !important;
  background-color: transparent !important;
}
.newsletter-in .block.newsletter .actions {
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  width: auto;
}
.newsletter-in .block.newsletter .actions .subscribe.primary {
  font-size: 16px;
  font-weight: 800;
  border-radius: 0;
  display: block;
  width: auto;
  padding: 10px;
  margin: 0 !important;
  margin-bottom: 15px;
  background: transparent;
  color: #4d3ad2;
  border: 0 !important;
  padding: 0 !important;
  letter-spacing: 0.5px;
}
.newsletter-in .block.newsletter .actions .subscribe.primary:hover {
  opacity: 0.8;
}
.newsletter-in .social-icons {
  margin-top: 20px;
}
.newsletter-in .social-icons h6 {
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin: 10px 0;
  display: none;
}
.newsletter-in .social-icons li {
  display: inline-block;
  padding: 0 10px;
}
.newsletter-in .social-icons li a {
  font-size: 14px;
}
#popup.modal-box {
  margin: 0 !important;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  max-width: 820px !important;
  background-color: #f9f3ee;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#popup.modal-box .bx-wrapper .bx-viewport {
  color: #fff;
  background-color: inherit !important;
}
#popup.modal-box .bx-viewport .bxslider li {
  background-color: inherit !important;
}
#popup.modal-box input[type=checkbox] {
  top: -1px;
}
#popup .newsletter-in .block.newsletter .field {
  width: 100%;
}
#popup .bxslider > li {
  padding: 0 !important;
}
#popup .bx-wrapper .bx-viewport {
  background: transparent !important;
}
#popup a.close {
  color: #fff;
  border-radius: 0 !important;
  top: 10px !important;
  right: 10px !important;
  background: transparent !important;
  width: 20px;
  height: 20px;
  padding: 0 !important;
}
#popup.modal-box footer,
#popup.modal-box .modal-footer {
  font-size: 14px;
  font-weight: 400;
  border-top: 0;
  color: #737384;
  background: transparent;
  text-align: left;
  padding: 0 60px;
  margin-top: 0;
  position: absolute;
  bottom: 50px;
  z-index: 100;
}
#popup #dontShowPopup {
  vertical-align: middle;
  cursor: pointer;
}
#popup.modal-box footer label,
#popup.modal-box .modal-footer label,
#popup.modal-box footer input,
#popup.modal-box .modal-footer input {
  cursor: pointer;
}
.nws_full_bg {
  position: absolute;
  height: 100%;
}
.nws_full_bg img {
  height: 100% !important;
  object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
}
#popup .close {
  position: absolute;
  z-index: 10;
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent;
  color: #fff;
  border-radius: 0 !important;
  top: 10px !important;
  right: 10px !important;
  width: 20px;
  height: 20px;
}
#popup .close .st-icon {
  width: 18px;
  height: 18px;
}
/* ------------------------------------------------------------
   End Newsletter Popup   -------------------------------------
--------------------------------------------------------------- */
.account.page-layout-2columns-left .column.main,
.account.page-layout-2columns-right .column.main,
.poco-themes.page-layout-2columns-left .column.main,
.poco-themes.page-layout-2columns-right .column.main,
.poco-themes.account.page-layout-2columns-left .column.main,
.poco-themes.account.page-layout-2columns-right .column.main {
  width: 73%;
}
@media (max-width: 1200px) {
  .account.page-layout-2columns-left .column.main,
  .account.page-layout-2columns-right .column.main,
  .poco-themes.page-layout-2columns-left .column.main,
  .poco-themes.page-layout-2columns-right .column.main,
  .poco-themes.account.page-layout-2columns-left .column.main,
  .poco-themes.account.page-layout-2columns-right .column.main {
    width: 100%;
  }
}
.account.page-layout-2columns-left .sidebar.sidebar-main,
.account.page-layout-2columns-right .sidebar.sidebar-main,
.poco-themes.page-layout-2columns-left .sidebar.sidebar-main,
.poco-themes.page-layout-2columns-right .sidebar.sidebar-main,
.poco-themes.account.page-layout-2columns-left .sidebar.sidebar-main,
.poco-themes.account.page-layout-2columns-right .sidebar.sidebar-main,
.account.page-layout-2columns-left .sidebar.sidebar-additional,
.account.page-layout-2columns-right .sidebar.sidebar-additional,
.poco-themes.page-layout-2columns-left .sidebar.sidebar-additional,
.poco-themes.page-layout-2columns-right .sidebar.sidebar-additional,
.poco-themes.account.page-layout-2columns-left .sidebar.sidebar-additional,
.poco-themes.account.page-layout-2columns-right .sidebar.sidebar-additional {
  width: 27%;
  padding-right: 4.37037037%;
}
@media (max-width: 1200px) {
  .account.page-layout-2columns-left .sidebar.sidebar-main,
  .account.page-layout-2columns-right .sidebar.sidebar-main,
  .poco-themes.page-layout-2columns-left .sidebar.sidebar-main,
  .poco-themes.page-layout-2columns-right .sidebar.sidebar-main,
  .poco-themes.account.page-layout-2columns-left .sidebar.sidebar-main,
  .poco-themes.account.page-layout-2columns-right .sidebar.sidebar-main,
  .account.page-layout-2columns-left .sidebar.sidebar-additional,
  .account.page-layout-2columns-right .sidebar.sidebar-additional,
  .poco-themes.page-layout-2columns-left .sidebar.sidebar-additional,
  .poco-themes.page-layout-2columns-right .sidebar.sidebar-additional,
  .poco-themes.account.page-layout-2columns-left .sidebar.sidebar-additional,
  .poco-themes.account.page-layout-2columns-right .sidebar.sidebar-additional {
    width: 100%;
    padding-right: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
  }
}
.account.page-layout-2columns-left .block.account-nav,
.account.page-layout-2columns-right .block.account-nav,
.poco-themes.page-layout-2columns-left .block.account-nav,
.poco-themes.page-layout-2columns-right .block.account-nav,
.poco-themes.account.page-layout-2columns-left .block.account-nav,
.poco-themes.account.page-layout-2columns-right .block.account-nav {
  width: 100%;
}
.account.page-layout-2columns-left .sidebar-additional .block:last-of-type,
.account.page-layout-2columns-right .sidebar-additional .block:last-of-type,
.poco-themes.page-layout-2columns-left .sidebar-additional .block:last-of-type,
.poco-themes.page-layout-2columns-right .sidebar-additional .block:last-of-type,
.poco-themes.account.page-layout-2columns-left .sidebar-additional .block:last-of-type,
.poco-themes.account.page-layout-2columns-right .sidebar-additional .block:last-of-type {
  margin-bottom: 0 !important;
}
.catalog-product-view.poco-themes.page-layout-2columns-left .sidebar-additional .block:last-of-type,
.catalog-product-view.poco-themes.page-layout-2columns-right .sidebar-additional .block:last-of-type {
  margin-bottom: 30px !important;
}
@media (min-width: 1200px), print {
  .poco-themes.page-layout-2columns-left .column.main,
  .poco-themes.page-with-filter .column.main {
    float: right;
  }
  .poco-themes.page-layout-2columns-right .column.main {
    float: left;
  }
  .poco-themes.page-layout-2columns-left .sidebar,
  .poco-themes.page-with-filter .sidebar {
    float: left;
  }
  .poco-themes.page-layout-2columns-right .sidebar {
    float: right;
    clear: right;
  }
  .rtl-layout-poco.account.page-layout-2columns-left .column.main,
  .rtl-layout-poco.account.page-layout-2columns-right .column.main {
    width: 73% !important;
  }
  .rtl-layout-poco.account.page-layout-2columns-left .sidebar.sidebar-main,
  .rtl-layout-poco.account.page-layout-2columns-right .sidebar.sidebar-main,
  .rtl-layout-poco.account.page-layout-2columns-left .sidebar.sidebar-additional,
  .rtl-layout-poco.account.page-layout-2columns-right .sidebar.sidebar-additional {
    width: 27% !important;
    padding-right: 0 !important;
    padding-left: 4.37037037% !important;
  }
}
.page-layout-3columns .columns {
  display: flex;
  flex-wrap: wrap;
}
.page-layout-3columns .column.main {
  max-width: 50%;
  flex: 0 0 50%;
  width: auto;
  order: 2;
}
.page-layout-3columns .sidebar {
  display: block !important;
}
.page-layout-3columns .sidebar.sidebar-main {
  padding-right: 3.37%;
  width: auto;
  max-width: 25%;
  flex: 0 0 25%;
  order: 1;
}
.page-layout-3columns .sidebar.sidebar-additional {
  width: auto;
  max-width: 25%;
  flex: 0 0 25%;
  padding-left: 3.37%;
  order: 3;
  padding-right: 0 !important;
}
.page-layout-3columns .sidebar.sidebar-additional .block:last-of-type {
  margin-bottom: 0;
}
.page-layout-3columns .products-grid .product-item:not(.swiper-slide),
.page-products.page-layout-3columns .products-grid .product-item:not(.swiper-slide):nth-child(3n) {
  margin-left: 0 !important;
}
.page-layout-3columns .products-grid .product-items-4 .product-item:not(.swiper-slide) {
  margin-left: 0 !important;
}
.page-products.page-layout-3columns .products-grid .product-item,
.page-products.page-layout-3columns .products-grid .product-items-2 .product-item,
.page-products.page-layout-3columns .products-grid .product-items-3 .product-item,
.page-products.page-layout-3columns .products-grid .product-items-4 .product-item {
  width: 48% !important;
  margin-right: 4%;
}
.page-products.page-layout-3columns .products-grid .product-item:nth-of-type(2n) {
  margin-right: 0  !important;
}
.page-products.page-layout-3columns .products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
  margin-right: 3%;
}
.page-layout-3columns .sidebar .block-viewed-products-list button,
.page-layout-3columns .sidebar .block-viewed-products-list .action.primary {
  font-size: 12px;
  padding: 7px 14px !important;
}
.poco-home-page-style-8.page-layout-3columns .fotorama__wrap .fotorama__stage {
  background-color: #f6f6f6;
}
.poco-themes.page-layout-3columns .sidebar .product-items .product-item-photo .product-image-container {
  width: 90px !important;
}
.poco-themes.page-layout-3columns .sidebar .product-items .product-item-photo .product-image-container .product-item-photo img {
  margin: 0 auto;
}
.page-layout-3columns .sidebar .product-items .product-item-details {
  padding-left: 90px;
  padding-right: 20px;
}
.page-layout-3columns .product-social-links .product-addto-links {
  flex-wrap: wrap;
}
.page-layout-3columns .product-social-links .product-addto-links .action.sizeguide,
.page-layout-3columns .page-layout-3columns .product-social-links .product-addto-links .action.towishlist,
.page-layout-3columns .product-social-links .product-addto-links .action.tocompare {
  flex: 0 0 auto;
}
.page-layout-3columns .product-social-links .product-addto-links .action.tocompare {
  margin-top: 10px;
}
.page-layout-3columns .product-social-links .product-info-stock-sku {
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.page-layout-3columns .product-social-links .product-info-stock-sku .sku {
  margin-bottom: 10px;
}
.page-layout-3columns .product-info-main .product.attribute.overview {
  margin: 25px 0 0;
  padding: 25px 0 0;
}
.page-layout-3columns .product-info-main .product-add-form {
  padding-top: 25px !important;
  margin-top: 25px !important;
}
.page-layout-3columns .product-social-links .product-addto-links {
  margin: 0 0 25px;
  padding-bottom: 25px;
}
.page-layout-3columns .product.data.items > .item.content .description .pagebuilder-column-group,
.page-layout-3columns .product.data.items > .item.content .description .pagebuilder-column-line {
  flex-direction: column;
}
.page-layout-3columns .product.data.items > .item.content .description .pagebuilder-column {
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.page-layout-3columns .product.data.items > .item.content .description .pagebuilder-column:first-of-type {
  margin-bottom: 30px !important;
}
.page-layout-3columns .product.info.detailed.accordion .product.data.items > .item.title .switch {
  font-weight: 700 !important;
}
.page-layout-3columns .product-info-main .product-reviews-summary {
  display: flex;
  flex-direction: column;
}
.page-layout-3columns .product.info.detailed #reviews #product-review-container,
.page-layout-3columns .product.info.detailed #reviews .block.review-add {
  width: 100%;
  margin-right: 0;
}
.page-layout-3columns .product.info.detailed #reviews #product-review-container {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.page-layout-3columns .product.info.detailed #reviews .review-list .review-toolbar,
.page-layout-3columns .product.info.detailed #reviews .review-list .pager {
  margin: 0;
}
.page-layout-3columns .product.info.detailed #reviews #review-form .review-field-ratings .label {
  font-weight: 600;
}
.page-layout-3columns .product.info.detailed #reviews .review-list .review-item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-layout-3columns .product.info.detailed #reviews .review-add .block-title strong,
.page-layout-3columns .product.info.detailed #reviews .review-list .block-title strong {
  font-weight: 700;
}
.page-layout-3columns .block-slider .section-title {
  margin-bottom: 30px !important;
}
.page-layout-3columns .product-options-wrapper .swatch-attribute {
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-align-items: flex-start;
}
.page-layout-3columns .product-options-wrapper label,
.page-layout-3columns .product-options-wrapper .swatch-attribute-label {
  padding-right: 0;
  margin-bottom: 10px;
}
.page-layout-3columns .product-info-main .product.attribute.overview {
  font-size: 16px;
  line-height: 30px;
}
.page-layout-3columns .products-list .product-item .product-item-details {
  padding: 0 0 0 30px;
}
/* ------------------------------------------------------------
   Advertisement pattern  -------------------------------------
--------------------------------------------------------------- */
.advertisement-block .mageb-pattern30 .mageb-caption.v-top .mageb-full-caption,
.advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption {
  top: 0;
  height: 100%;
  text-align: left;
  padding: 50px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
.advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption {
  padding: 4% 60px;
}
.advertisement-block .mageb-pattern31 .mageb-pattern-list:nth-of-type(2) .mageb-caption.v-top .mageb-full-caption {
  max-width: fit-content;
  -webkit-align-items: inherit;
  align-items: inherit;
  -ms-align-items: inherit;
  left: auto;
  right: 70px;
}
.advertisement-block .mageb-pattern30 .mageb-caption .h4 {
  font-weight: 600;
}
.advertisement-block .mageb-pattern30 .mageb-caption.v-top .mageb-full-caption .h4,
.advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 {
  padding: 0;
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
}
.advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 {
  font-weight: 400;
  line-height: 1.4;
}
.advertisement-block .mageb-pattern30 .mageb-caption.v-top .button,
.advertisement-block .mageb-pattern31 .mageb-caption.v-top .button {
  margin-top: auto;
  padding: 14px 30px;
  font-weight: 700;
}
.advertisement-block .mageb-pattern30 .mageb-caption.v-top .button .b-icon,
.advertisement-block .mageb-pattern31 .mageb-caption.v-top .button .b-icon {
  display: none;
}
/* ------------------------------------------------------------
   End Advertisement pattern  ---------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Today Deal Product  ----------------------------------------
--------------------------------------------------------------- */
.page-layout-1column .today-deal-timer .product.media {
  width: 50%;
}
.page-layout-1column .today-deal-timer .product-info-main {
  width: 50%;
  padding-left: 30px;
  margin-bottom: 0;
}
#timer-countbox .countdown-section {
  width: 90px;
  min-width: inherit !important;
  float: left;
  text-align: center;
  margin-left: 0 !important;
  margin-right: 2px !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 20px;
  padding: 5px 0;
}
#timer-countbox .countdown-section:last-of-type {
  margin-right: 0 !important;
}
#timer-countbox .countdown-section .countdown-amount {
  font-size: 16px;
  padding: 0 !important;
}
#timer-countbox .countdown-section .countdown-period {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 !important;
}
/* ------------------------------------------------------------
   End Today Deal Product  ------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Sidebar ----------------------------------------------------
--------------------------------------------------------------- */
.sidebar .product-items .product-item-name {
  line-height: normal;
}
.sidebar .product-items .product-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sidebar .product-items .product-item:last-child {
  border-bottom: 0;
}
.sidebar .product-items .product-item:before,
.sidebar .product-items .product-item:after {
  content: "";
  clear: both;
  display: block;
}
.sidebar .product-items .product-item-actions {
  clear: none !important;
}
.sidebar .product-items .product-item-details {
  margin-left: 0 !important;
  display: block;
  padding-left: 120px;
}
.sidebar .product-items .price-box {
  margin: 5px 0 10px;
}
.sidebar .block-reorder .product-item {
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar .block-reorder .product-item .field.item {
  line-height: normal;
  margin-right: 10px;
  float: left;
}
.sidebar .block-reorder .product-item .checkbox {
  top: 0px;
}
.sidebar .block-reorder .product-item .product-item-name {
  display: block;
  padding-left: 30px;
}
.sidebar .block-reorder .actions-toolbar {
  max-width: 100%;
  margin: 5px 0;
}
.sidebar .block-reorder .product-items .product-item-name a {
  font-weight: normal;
}
.sidebar .filter-options-title:last-of-type {
  border-bottom: 0 !important;
}
.sidebar .mage-products .timer-product {
  float: left !important;
  margin-bottom: 15px !important;
}
/* ------------------------------------------------------------
   End Sidebar ------------------------------------------------
--------------------------------------------------------------- */
/* Subcategories Listing */
.catalog-category-view .category-view .subcategory-grid {
  margin: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -o-align-items: center;
  align-items: center;
}
.catalog-category-view .category-view .subcategory-grid .swiper-button-next,
.catalog-category-view .category-view .subcategory-grid .swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.catalog-category-view .category-view .subcategory-grid:hover .swiper-button-next,
.catalog-category-view .category-view .subcategory-grid:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}
.catalog-category-view .category-view .subcategory-grid .block-promo {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.catalog-category-view .category-view .subcategory-grid .product-item-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 89;
  width: 100%;
  padding: 20px;
  margin: 0;
}
.catalog-category-view .category-view .subcategory-grid .product-item-name a {
  line-height: normal;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.catalog-category-view .category-view .subcategory-grid img {
  display: block;
}
.catalog-category-view .category-view .subcategory-grid .swiper-button-next,
.catalog-category-view .category-view .subcategory-grid .swiper-button-prev {
  margin-top: -20px !important;
}
.catalog-category-view .category-view .subcategory-grid .swiper-slide {
  width: 372px;
  margin-right: 30px;
}
.catalog-category-view .category-view .subcategory-grid .swiper-slide:hover .block-promo img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.catalog-category-view:not(.poco-home-page-style-2) .category-view .subcategory-grid .product-item-name a {
  font-weight: 700;
}
.sct_grid {
  margin: 0 -15px;
}
.sct_grid .item {
  flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.sct_grid .thumb {
  overflow: hidden;
}
.sct_grid .thumb .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  overflow: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sct_grid .thumb .img {
  display: block;
  position: relative;
}
.sct_grid .item .thumb img {
  display: block;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  max-height: 305px;
  object-fit: cover;
  width: 100%;
}
.sct_grid .item:hover .thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.sct_grid .item:hover .thumb .img:before {
  opacity: 1;
  visibility: visible;
}
.sct_grid .ct_dtl {
  padding: 20px;
}
.sct_grid .ttl {
  font-size: 16px;
  font-weight: 700;
}
.sct_grid .ctr_prd {
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
}
.sct_grid .ctr_prd span {
  font-size: 12px;
  text-transform: uppercase;
}
/* End Subcategories Listing */
/* Category Page */
.poco-themes.page-layout-2columns-left,
.poco-themes.page-layout-2columns-right,
.poco-themes.page-with-filter,
.poco-themes.page-layout-3columns,
.poco-themes.catalogsearch-result-index {
  /* Top Filter */
  /* End Top Filter */
}
.poco-themes.page-layout-2columns-left .column.main,
.poco-themes.page-layout-2columns-right .column.main,
.poco-themes.page-with-filter .column.main,
.poco-themes.page-layout-3columns .column.main,
.poco-themes.catalogsearch-result-index .column.main {
  width: 73%;
  padding-bottom: 0;
}
.poco-themes.page-layout-2columns-left .sidebar,
.poco-themes.page-layout-2columns-right .sidebar,
.poco-themes.page-with-filter .sidebar,
.poco-themes.page-layout-3columns .sidebar,
.poco-themes.catalogsearch-result-index .sidebar {
  width: 27%;
  padding-right: 4.37037037%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  flex-wrap: wrap;
}
.poco-themes.page-layout-2columns-left .sidebar .actions-toolbar,
.poco-themes.page-layout-2columns-right .sidebar .actions-toolbar,
.poco-themes.page-with-filter .sidebar .actions-toolbar,
.poco-themes.page-layout-3columns .sidebar .actions-toolbar,
.poco-themes.catalogsearch-result-index .sidebar .actions-toolbar {
  margin: 20px 0 0;
}
.poco-themes.page-layout-2columns-left .sidebar .action,
.poco-themes.page-layout-2columns-right .sidebar .action,
.poco-themes.page-with-filter .sidebar .action,
.poco-themes.page-layout-3columns .sidebar .action,
.poco-themes.catalogsearch-result-index .sidebar .action,
.poco-themes.page-layout-2columns-left .sidebar .action.primary,
.poco-themes.page-layout-2columns-right .sidebar .action.primary,
.poco-themes.page-with-filter .sidebar .action.primary,
.poco-themes.page-layout-3columns .sidebar .action.primary,
.poco-themes.catalogsearch-result-index .sidebar .action.primary {
  font-size: 13px !important;
  text-transform: uppercase;
  padding: 8px 20px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-image-container,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-image-container,
.poco-themes.page-with-filter .sidebar .product-items .product-image-container,
.poco-themes.page-layout-3columns .sidebar .product-items .product-image-container,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-image-container {
  display: block;
  width: 100px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item,
.poco-themes.page-with-filter .sidebar .product-items .product-item,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item:before,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item:before,
.poco-themes.page-with-filter .sidebar .product-items .product-item:before,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item:before,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item:before,
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item:after,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item:after,
.poco-themes.page-with-filter .sidebar .product-items .product-item:after,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item:after,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item:after {
  content: '';
  clear: both;
  display: block;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item-info .product-item-photo,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item-info .product-item-photo,
.poco-themes.page-with-filter .sidebar .product-items .product-item-info .product-item-photo,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item-info .product-item-photo,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item-info .product-item-photo {
  position: static;
  float: left;
  border: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item-actions,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item-actions,
.poco-themes.page-with-filter .sidebar .product-items .product-item-actions,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item-actions,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item-actions {
  margin-top: 10px;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box,
.poco-themes.page-with-filter .sidebar .product-items .product-item-details .price-box,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item-details .price-box,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item-details .price-box {
  margin: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box .price-label,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box .price-label,
.poco-themes.page-with-filter .sidebar .product-items .product-item-details .price-box .price-label,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item-details .price-box .price-label,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item-details .price-box .price-label {
  display: none;
}
.poco-themes.page-layout-2columns-left .sidebar .product-items .product-item-details .price-box .price,
.poco-themes.page-layout-2columns-right .sidebar .product-items .product-item-details .price-box .price,
.poco-themes.page-with-filter .sidebar .product-items .product-item-details .price-box .price,
.poco-themes.page-layout-3columns .sidebar .product-items .product-item-details .price-box .price,
.poco-themes.catalogsearch-result-index .sidebar .product-items .product-item-details .price-box .price {
  font-size: 14px !important;
  font-weight: 600;
}
.poco-themes.page-layout-2columns-left .sidebar .cwsMostviewed,
.poco-themes.page-layout-2columns-right .sidebar .cwsMostviewed,
.poco-themes.page-with-filter .sidebar .cwsMostviewed,
.poco-themes.page-layout-3columns .sidebar .cwsMostviewed,
.poco-themes.catalogsearch-result-index .sidebar .cwsMostviewed {
  flex: inherit;
  -ms-flex: inherit;
  -webkit-flex: inherit;
}
.poco-themes.page-layout-2columns-left .sidebar .block,
.poco-themes.page-layout-2columns-right .sidebar .block,
.poco-themes.page-with-filter .sidebar .block,
.poco-themes.page-layout-3columns .sidebar .block,
.poco-themes.catalogsearch-result-index .sidebar .block,
.poco-themes.page-layout-2columns-left .sidebar .mb-block,
.poco-themes.page-layout-2columns-right .sidebar .mb-block,
.poco-themes.page-with-filter .sidebar .mb-block,
.poco-themes.page-layout-3columns .sidebar .mb-block,
.poco-themes.catalogsearch-result-index .sidebar .mb-block {
  margin-bottom: 50px;
  padding: 0 !important;
  border: 0 !important;
  width: 100%;
}
.poco-themes.page-layout-2columns-left .sidebar .block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.page-layout-2columns-right .sidebar .block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.page-with-filter .sidebar .block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.page-layout-3columns .sidebar .block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.catalogsearch-result-index .sidebar .block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.page-layout-2columns-left .sidebar .mb-block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.page-layout-2columns-right .sidebar .mb-block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.page-with-filter .sidebar .mb-block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.page-layout-3columns .sidebar .mb-block.banner-block [data-content-type="row"][data-appearance="contained"],
.poco-themes.catalogsearch-result-index .sidebar .mb-block.banner-block [data-content-type="row"][data-appearance="contained"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block.filter,
.poco-themes.page-layout-2columns-right .sidebar .block.filter,
.poco-themes.page-with-filter .sidebar .block.filter,
.poco-themes.page-layout-3columns .sidebar .block.filter,
.poco-themes.catalogsearch-result-index .sidebar .block.filter,
.poco-themes.page-layout-2columns-left .sidebar .mb-block.filter,
.poco-themes.page-layout-2columns-right .sidebar .mb-block.filter,
.poco-themes.page-with-filter .sidebar .mb-block.filter,
.poco-themes.page-layout-3columns .sidebar .mb-block.filter,
.poco-themes.catalogsearch-result-index .sidebar .mb-block.filter {
  padding: 0;
  margin-bottom: 0 !important;
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  width: 100%;
}
.poco-themes.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content,
.poco-themes.page-with-filter .sidebar .block.filter .filter-options .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .block.filter .filter-options .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content,
.poco-themes.page-layout-2columns-left .sidebar .mb-block.filter .filter-options .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .mb-block.filter .filter-options .filter-options-content,
.poco-themes.page-with-filter .sidebar .mb-block.filter .filter-options .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .mb-block.filter .filter-options .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .mb-block.filter .filter-options .filter-options-content {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.page-layout-3columns .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.page-layout-2columns-left .sidebar .mb-block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.page-layout-2columns-right .sidebar .mb-block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.page-with-filter .sidebar .mb-block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.page-layout-3columns .sidebar .mb-block.filter .filter-options .filter-options-content .priceFromTo,
.poco-themes.catalogsearch-result-index .sidebar .mb-block.filter .filter-options .filter-options-content .priceFromTo {
  border: 0 !important;
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 10px;
}
.poco-themes.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.page-layout-2columns-left .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-handle {
  top: -6px !important;
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px !important;
  cursor: pointer;
  width: 15px !important;
  height: 15px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.page-layout-3columns .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.page-layout-2columns-left .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.page-layout-2columns-right .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.page-with-filter .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.page-layout-3columns .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover,
.poco-themes.catalogsearch-result-index .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle.ui-state-hover {
  background-color: #000;
}
.poco-themes.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.page-layout-2columns-left .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle {
  margin-left: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.page-layout-2columns-left .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .mb-block.filter .filter-options .filter-options-content .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
  margin-left: -15px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .block-title,
.poco-themes.page-layout-2columns-right .sidebar .block .block-title,
.poco-themes.page-with-filter .sidebar .block .block-title,
.poco-themes.page-layout-3columns .sidebar .block .block-title,
.poco-themes.catalogsearch-result-index .sidebar .block .block-title,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title,
.poco-themes.page-with-filter .sidebar .mb-block .block-title,
.poco-themes.page-layout-3columns .sidebar .mb-block .block-title,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .block-title {
  text-transform: uppercase;
  display: block;
  padding: 0;
  margin-bottom: 30px;
}
.poco-themes.page-layout-2columns-left .sidebar .block .block-title strong,
.poco-themes.page-layout-2columns-right .sidebar .block .block-title strong,
.poco-themes.page-with-filter .sidebar .block .block-title strong,
.poco-themes.page-layout-3columns .sidebar .block .block-title strong,
.poco-themes.catalogsearch-result-index .sidebar .block .block-title strong,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title strong,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title strong,
.poco-themes.page-with-filter .sidebar .mb-block .block-title strong,
.poco-themes.page-layout-3columns .sidebar .mb-block .block-title strong,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .block-title strong {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}
.poco-themes.page-layout-2columns-left .sidebar .block .block-title.filter-title strong,
.poco-themes.page-layout-2columns-right .sidebar .block .block-title.filter-title strong,
.poco-themes.page-with-filter .sidebar .block .block-title.filter-title strong,
.poco-themes.page-layout-3columns .sidebar .block .block-title.filter-title strong,
.poco-themes.catalogsearch-result-index .sidebar .block .block-title.filter-title strong,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title.filter-title strong,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title.filter-title strong,
.poco-themes.page-with-filter .sidebar .mb-block .block-title.filter-title strong,
.poco-themes.page-layout-3columns .sidebar .mb-block .block-title.filter-title strong,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .block-title.filter-title strong {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.poco-themes.page-layout-2columns-left .sidebar .block .block-title.filter-title strong:after,
.poco-themes.page-layout-2columns-right .sidebar .block .block-title.filter-title strong:after,
.poco-themes.page-with-filter .sidebar .block .block-title.filter-title strong:after,
.poco-themes.page-layout-3columns .sidebar .block .block-title.filter-title strong:after,
.poco-themes.catalogsearch-result-index .sidebar .block .block-title.filter-title strong:after,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title.filter-title strong:after,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title.filter-title strong:after,
.poco-themes.page-with-filter .sidebar .mb-block .block-title.filter-title strong:after,
.poco-themes.page-layout-3columns .sidebar .mb-block .block-title.filter-title strong:after,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .block-title.filter-title strong:after {
  display: none;
}
.poco-themes.page-layout-2columns-left .sidebar .block .block-title.filter-title .filter-options-title,
.poco-themes.page-layout-2columns-right .sidebar .block .block-title.filter-title .filter-options-title,
.poco-themes.page-with-filter .sidebar .block .block-title.filter-title .filter-options-title,
.poco-themes.page-layout-3columns .sidebar .block .block-title.filter-title .filter-options-title,
.poco-themes.catalogsearch-result-index .sidebar .block .block-title.filter-title .filter-options-title,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title.filter-title .filter-options-title,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title.filter-title .filter-options-title,
.poco-themes.page-with-filter .sidebar .mb-block .block-title.filter-title .filter-options-title,
.poco-themes.page-layout-3columns .sidebar .mb-block .block-title.filter-title .filter-options-title,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .block-title.filter-title .filter-options-title {
  border: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item .more,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item .more,
.poco-themes.page-with-filter .sidebar .block .filter-options-item .more,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item .more,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item .more,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item .more,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item .more,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item .more,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item .more,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item .more {
  margin-top: 10px;
  font-size: 13px;
  padding: 10px 25px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item .counter,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item .counter,
.poco-themes.page-with-filter .sidebar .block .filter-options-item .counter,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item .counter,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item .counter,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item .counter,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item .counter,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item .counter,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item .counter,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item .counter {
  float: right;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-content div[data-filter="Price"],
.poco-themes.page-layout-2columns-right .sidebar .block .filter-content div[data-filter="Price"],
.poco-themes.page-with-filter .sidebar .block .filter-content div[data-filter="Price"],
.poco-themes.page-layout-3columns .sidebar .block .filter-content div[data-filter="Price"],
.poco-themes.catalogsearch-result-index .sidebar .block .filter-content div[data-filter="Price"],
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-content div[data-filter="Price"],
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-content div[data-filter="Price"],
.poco-themes.page-with-filter .sidebar .mb-block .filter-content div[data-filter="Price"],
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-content div[data-filter="Price"],
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-content div[data-filter="Price"] {
  padding-left: 0;
  padding-right: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.page-with-filter .sidebar .block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.page-with-filter .sidebar .mb-block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-content div[data-filter="Price"] + .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-content div[data-filter="Price"] + .filter-options-content {
  padding: 0 0 15px;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-with-filter .sidebar .block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-layout-3columns .sidebar .block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-with-filter .sidebar .mb-block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-content .filter-options-item input.priceFromTo,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-content .filter-options-item input.priceFromTo {
  text-align: left;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .block .filter-options-item .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item .ui-slider-handle,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item .ui-slider-handle {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-content .ui-slider-horizontal,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-content .ui-slider-horizontal,
.poco-themes.page-with-filter .sidebar .block .filter-content .ui-slider-horizontal,
.poco-themes.page-layout-3columns .sidebar .block .filter-content .ui-slider-horizontal,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-content .ui-slider-horizontal,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-content .ui-slider-horizontal,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-content .ui-slider-horizontal,
.poco-themes.page-with-filter .sidebar .mb-block .filter-content .ui-slider-horizontal,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-content .ui-slider-horizontal,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-content .ui-slider-horizontal {
  margin: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.page-with-filter .sidebar .block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item .filter-options-title:last-of-type,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item .filter-options-title:last-of-type {
  border-bottom: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item li input[type="radio"],
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item li input[type="radio"],
.poco-themes.page-with-filter .sidebar .block .filter-options-item li input[type="radio"],
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item li input[type="radio"],
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item li input[type="radio"],
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item li input[type="radio"],
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item li input[type="radio"],
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item li input[type="radio"],
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item li input[type="radio"],
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item li input[type="radio"],
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item li input[type="checkbox"],
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item li input[type="checkbox"],
.poco-themes.page-with-filter .sidebar .block .filter-options-item li input[type="checkbox"],
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item li input[type="checkbox"],
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item li input[type="checkbox"],
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item li input[type="checkbox"],
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item li input[type="checkbox"],
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item li input[type="checkbox"],
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item li input[type="checkbox"],
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item li input[type="checkbox"] {
  margin: 5px 12px 0 5px !important;
  top: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item,
.poco-themes.page-with-filter .sidebar .block .filter-options-item,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item {
  margin-bottom: 50px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-content,
.poco-themes.page-with-filter .sidebar .block .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-content,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-content,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-content {
  max-height: 240px !important;
  overflow-y: auto;
  padding-right: 10px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-with-filter .sidebar .block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-title[data-filter="Category"] + .filter-options-content,
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.page-with-filter .sidebar .block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-title[data-filter="Average rating"] + .filter-options-content,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-title[data-filter="Average rating"] + .filter-options-content {
  max-height: 240px !important;
  overflow-y: auto;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.page-with-filter .sidebar .block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-title[data-filter="Brand"] + .filter-options-content .items,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-title[data-filter="Brand"] + .filter-options-content .items {
  margin-bottom: 15px;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-content .name-label span,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-content .name-label span,
.poco-themes.page-with-filter .sidebar .block .filter-options-content .name-label span,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-content .name-label span,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-content .name-label span,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-content .name-label span,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-content .name-label span,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-content .name-label span,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-content .name-label span,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-content .name-label span {
  background: transparent !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block .filter-options-item .filter-options-content > :last-child,
.poco-themes.page-layout-2columns-right .sidebar .block .filter-options-item .filter-options-content > :last-child,
.poco-themes.page-with-filter .sidebar .block .filter-options-item .filter-options-content > :last-child,
.poco-themes.page-layout-3columns .sidebar .block .filter-options-item .filter-options-content > :last-child,
.poco-themes.catalogsearch-result-index .sidebar .block .filter-options-item .filter-options-content > :last-child,
.poco-themes.page-layout-2columns-left .sidebar .mb-block .filter-options-item .filter-options-content > :last-child,
.poco-themes.page-layout-2columns-right .sidebar .mb-block .filter-options-item .filter-options-content > :last-child,
.poco-themes.page-with-filter .sidebar .mb-block .filter-options-item .filter-options-content > :last-child,
.poco-themes.page-layout-3columns .sidebar .mb-block .filter-options-item .filter-options-content > :last-child,
.poco-themes.catalogsearch-result-index .sidebar .mb-block .filter-options-item .filter-options-content > :last-child {
  margin: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-active .filter-current,
.poco-themes.page-layout-2columns-right .sidebar .filter-active .filter-current,
.poco-themes.page-with-filter .sidebar .filter-active .filter-current,
.poco-themes.page-layout-3columns .sidebar .filter-active .filter-current,
.poco-themes.catalogsearch-result-index .sidebar .filter-active .filter-current {
  display: block;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .category-filter .item input[type="checkbox"],
.poco-themes.page-layout-2columns-right .sidebar .filter-content .category-filter .item input[type="checkbox"],
.poco-themes.page-with-filter .sidebar .filter-content .category-filter .item input[type="checkbox"],
.poco-themes.page-layout-3columns .sidebar .filter-content .category-filter .item input[type="checkbox"],
.poco-themes.catalogsearch-result-index .sidebar .filter-content .category-filter .item input[type="checkbox"] {
  font-size: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  position: absolute;
  left: -100%;
  top: -100%;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .category-filter .item input ~ a:before,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .category-filter .item input ~ a:before,
.poco-themes.page-with-filter .sidebar .filter-content .category-filter .item input ~ a:before,
.poco-themes.page-layout-3columns .sidebar .filter-content .category-filter .item input ~ a:before,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .category-filter .item input ~ a:before {
  content: '';
  border: solid 1px #c6c6cc !important;
  width: 17px;
  height: 17px;
  min-width: 17px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .category-filter .item input ~ a:hover:after,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .category-filter .item input ~ a:hover:after,
.poco-themes.page-with-filter .sidebar .filter-content .category-filter .item input ~ a:hover:after,
.poco-themes.page-layout-3columns .sidebar .filter-content .category-filter .item input ~ a:hover:after,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .category-filter .item input ~ a:hover:after,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .category-filter .item input:checked ~ a:after,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .category-filter .item input:checked ~ a:after,
.poco-themes.page-with-filter .sidebar .filter-content .category-filter .item input:checked ~ a:after,
.poco-themes.page-layout-3columns .sidebar .filter-content .category-filter .item input:checked ~ a:after,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .category-filter .item input:checked ~ a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  position: absolute;
  left: 2px;
  top: 2px;
  opacity: 0.4;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .category-filter .item a,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .category-filter .item a,
.poco-themes.page-with-filter .sidebar .filter-content .category-filter .item a,
.poco-themes.page-layout-3columns .sidebar .filter-content .category-filter .item a,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .category-filter .item a {
  padding: 0 0 14px 30px;
  position: relative;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .priceFromTo,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .priceFromTo,
.poco-themes.page-with-filter .sidebar .filter-content .priceFromTo,
.poco-themes.page-layout-3columns .sidebar .filter-content .priceFromTo,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .priceFromTo {
  background-color: transparent;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-current,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-current,
.poco-themes.page-with-filter .sidebar .filter-content .filter-current,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-current,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-current {
  padding: 20px;
  background-color: #f4f4f4;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-current .filter-subtitle,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-current .filter-subtitle,
.poco-themes.page-with-filter .sidebar .filter-content .filter-current .filter-subtitle,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-current .filter-subtitle,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-current .filter-subtitle {
  border-bottom: 1px solid #e6e6e6 !important;
  text-transform: uppercase;
  font-weight: 600;
  display: block !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-current .filter-label,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-current .filter-label,
.poco-themes.page-with-filter .sidebar .filter-content .filter-current .filter-label,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-current .filter-label,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-current .filter-label {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .block-subtitle,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .block-subtitle,
.poco-themes.page-with-filter .sidebar .filter-content .block-subtitle,
.poco-themes.page-layout-3columns .sidebar .filter-content .block-subtitle,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .block-subtitle {
  display: none;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-options-item,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-options-item,
.poco-themes.page-with-filter .sidebar .filter-content .filter-options-item,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-options-item,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-options-item {
  margin-bottom: 0;
  padding-bottom: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-options-item li a,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-options-item li a,
.poco-themes.page-with-filter .sidebar .filter-content .filter-options-item li a,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-options-item li a,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-options-item li a {
  text-decoration: none;
  padding: 0 0 14px;
  display: block;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-options-item li:last-of-type a,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-options-item li:last-of-type a,
.poco-themes.page-with-filter .sidebar .filter-content .filter-options-item li:last-of-type a,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-options-item li:last-of-type a,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-options-item li:last-of-type a {
  padding-bottom: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.poco-themes.page-with-filter .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-options-item #filter-options-content_icPre,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-options-item #filter-options-content_icPre {
  height: 80px;
  overflow: auto;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-options-item .ui-slider,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-options-item .ui-slider,
.poco-themes.page-with-filter .sidebar .filter-content .filter-options-item .ui-slider,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-options-item .ui-slider,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-options-item .ui-slider {
  height: 4px;
  background: #25252b;
  margin: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-options-item .ui-slider-handle,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-options-item .ui-slider-handle,
.poco-themes.page-with-filter .sidebar .filter-content .filter-options-item .ui-slider-handle,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-options-item .ui-slider-handle,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-options-item .ui-slider-handle {
  top: -6px;
  margin-left: -10px;
  width: 12px;
  height: 12px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-with-filter .sidebar .filter-content .filter-options-item input.priceFromTo,
.poco-themes.page-layout-3columns .sidebar .filter-content .filter-options-item input.priceFromTo,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .filter-options-item input.priceFromTo {
  font-weight: 400;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-attribute-options,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-attribute-options,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-attribute-options,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-attribute-options,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-attribute-options {
  margin: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered {
  display: block;
  margin: 0 0 15px 2px !important;
  float: none;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus > div,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus > div,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus > div,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus > div,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus > div,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:focus > div,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:focus > div,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:focus > div,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:focus > div,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:focus > div,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered:focus,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:focus,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:focus,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:focus,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:focus,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:focus,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered:active,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered:active,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered:active,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered:active,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered:active,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:active,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:active,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:active,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:active,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:active {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered:last-of-type,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered:last-of-type,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered:last-of-type,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered:last-of-type,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered:last-of-type,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:last-of-type,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:last-of-type,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:last-of-type,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:last-of-type,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:last-of-type {
  margin-bottom: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 3px 20px 0 0;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.selected,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-2columns-left .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-layout-2columns-right .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-with-filter .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-layout-3columns .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.catalogsearch-result-index .sidebar .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled) {
  outline: 1px solid #c6c6cc !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option {
  background-color: transparent !important;
  border: solid 1px #c6c6cc !important;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option.text,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option.text,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option.text,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option.text,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option.text {
  width: 17px;
  height: 17px;
  min-width: 17px;
  font-weight: 400;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  background-color: #fff !important;
  font-size: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option {
  position: relative;
  margin-top: 4px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled) {
  outline: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option:before,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option:before,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option:before,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option:before,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered:hover .swatch-option:before,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover:before,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover:before,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover:before,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover:before,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option:hover:before,
.poco-themes.page-layout-2columns-left .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected:before,
.poco-themes.page-layout-2columns-right .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected:before,
.poco-themes.page-with-filter .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected:before,
.poco-themes.page-layout-3columns .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected:before,
.poco-themes.catalogsearch-result-index .sidebar .filter-content .size .swatch-option-link-layered .swatch-option.selected:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-options-title,
.poco-themes.page-layout-2columns-right .sidebar .filter-options-title,
.poco-themes.page-with-filter .sidebar .filter-options-title,
.poco-themes.page-layout-3columns .sidebar .filter-options-title,
.poco-themes.catalogsearch-result-index .sidebar .filter-options-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 30px !important;
  margin: 0;
  background-color: transparent;
  border: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .category-filter li button,
.poco-themes.page-layout-2columns-right .sidebar .category-filter li button,
.poco-themes.page-with-filter .sidebar .category-filter li button,
.poco-themes.page-layout-3columns .sidebar .category-filter li button,
.poco-themes.catalogsearch-result-index .sidebar .category-filter li button {
  padding: 0 !important;
  transition: none !important;
  -webkit-transition: none;
  -ms-transition: none;
}
.poco-themes.page-layout-2columns-left .sidebar .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.page-layout-2columns-right .sidebar .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.page-with-filter .sidebar .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.page-layout-3columns .sidebar .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.catalogsearch-result-index .sidebar .filter-options-item .items li:hover.magebees_filter_item {
  background-color: transparent !important;
}
.poco-themes.page-layout-2columns-left .sidebar #layered-filter-block .collapsible:after,
.poco-themes.page-layout-2columns-right .sidebar #layered-filter-block .collapsible:after,
.poco-themes.page-with-filter .sidebar #layered-filter-block .collapsible:after,
.poco-themes.page-layout-3columns .sidebar #layered-filter-block .collapsible:after,
.poco-themes.catalogsearch-result-index .sidebar #layered-filter-block .collapsible:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
  display: inline-block;
  background: none;
  top: 2px;
  right: 0px;
  opacity: 1;
  font-weight: normal;
  width: 20px;
  height: 20px;
}
.poco-themes.page-layout-2columns-left .sidebar #layered-filter-block .collapsible.active:after,
.poco-themes.page-layout-2columns-right .sidebar #layered-filter-block .collapsible.active:after,
.poco-themes.page-with-filter .sidebar #layered-filter-block .collapsible.active:after,
.poco-themes.page-layout-3columns .sidebar #layered-filter-block .collapsible.active:after,
.poco-themes.catalogsearch-result-index .sidebar #layered-filter-block .collapsible.active:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
  opacity: 1;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section,
.poco-themes.page-with-filter .sidebar .productsListing-section,
.poco-themes.page-layout-3columns .sidebar .productsListing-section,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section {
  max-width: 100%;
  padding: 0;
  margin: 0 0 50px;
  width: 100%;
}
.poco-themes.page-layout-2columns-left .sidebar .block-ProductsListing,
.poco-themes.page-layout-2columns-right .sidebar .block-ProductsListing,
.poco-themes.page-with-filter .sidebar .block-ProductsListing,
.poco-themes.page-layout-3columns .sidebar .block-ProductsListing,
.poco-themes.catalogsearch-result-index .sidebar .block-ProductsListing {
  padding: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .block-ProductsListing .product-brand,
.poco-themes.page-layout-2columns-right .sidebar .block-ProductsListing .product-brand,
.poco-themes.page-with-filter .sidebar .block-ProductsListing .product-brand,
.poco-themes.page-layout-3columns .sidebar .block-ProductsListing .product-brand,
.poco-themes.catalogsearch-result-index .sidebar .block-ProductsListing .product-brand {
  line-height: normal;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .section-title,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .section-title,
.poco-themes.page-with-filter .sidebar .productsListing-section .section-title,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .section-title,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .section-title {
  text-align: left;
  margin-bottom: 30px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .section-title .title,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .section-title .title,
.poco-themes.page-with-filter .sidebar .productsListing-section .section-title .title,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .section-title .title,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .section-title .title {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .section-title .sort-details,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .section-title .sort-details,
.poco-themes.page-with-filter .sidebar .productsListing-section .section-title .sort-details,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .section-title .sort-details,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .section-title .sort-details {
  display: none !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .product-item .product-item-info,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .product-item .product-item-info,
.poco-themes.page-with-filter .sidebar .productsListing-section .product-item .product-item-info,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .product-item .product-item-info,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .product-item .product-item-info {
  -webkit-align-items: center;
  align-items: center;
  -ms-align-items: center;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .product-items .product-item .product-item-details,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .product-items .product-item .product-item-details,
.poco-themes.page-with-filter .sidebar .productsListing-section .product-items .product-item .product-item-details,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .product-items .product-item .product-item-details,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .product-items .product-item .product-item-details {
  padding-right: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item {
  border-bottom: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item:last-of-type,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item:last-of-type,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item:last-of-type,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item:last-of-type,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-items .product-image-container,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-items .product-image-container,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-items .product-image-container,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-items .product-image-container,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-items .product-image-container {
  width: 115px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .product-item-details,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .product-item-details,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .product-item-details,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item .product-item-details,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item .product-item-details {
  padding-left: 20px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item-inner,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item-inner,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item-inner,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item-inner,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item-inner,
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .prodLabel,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .prodLabel,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .prodLabel,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item .prodLabel,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item .prodLabel {
  display: none !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-image-container .product-image-wrapper,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-image-container .product-image-wrapper,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-image-container .product-image-wrapper,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-image-container .product-image-wrapper,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-image-container .product-image-wrapper {
  padding-bottom: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .pro-hover,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .pro-hover,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .pro-hover,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item .pro-hover,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item .pro-hover {
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  -ms-flex: 0 0 20%;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-image-wrapper .product-image-photo,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-image-wrapper .product-image-photo,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-image-wrapper .product-image-photo,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-image-wrapper .product-image-photo,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-image-wrapper .product-image-photo {
  height: 115px !important;
  width: 115px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .product-item-name,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .product-item-name,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .product-item-name,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item .product-item-name,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item .product-item-name {
  margin-bottom: 5px !important;
  font-size: 16px;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item .product-item-name a {
  font-weight: 600 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .product-item .product-reviews-summary,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .product-item .product-reviews-summary,
.poco-themes.page-with-filter .sidebar .productsListing-section .product-item .product-reviews-summary,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .product-item .product-reviews-summary,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .product-item .product-reviews-summary {
  margin-bottom: 5px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-items .product-item,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-items .product-item,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-items .product-item,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-items .product-item,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-items .product-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-items .product-item:last-of-type,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-items .product-item:last-of-type,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-items .product-item:last-of-type,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-items .product-item:last-of-type,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-items .product-item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .rating-summary .rating-result:before,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .rating-summary .rating-result:before,
.poco-themes.page-with-filter .sidebar .productsListing-section .rating-summary .rating-result:before,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .rating-summary .rating-result:before,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .rating-summary .rating-result:before,
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .rating-summary .rating-result > span:before,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .rating-summary .rating-result > span:before,
.poco-themes.page-with-filter .sidebar .productsListing-section .rating-summary .rating-result > span:before,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .rating-summary .rating-result > span:before,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .rating-summary .rating-result > span:before {
  font-size: 15px;
  line-height: 30px;
  height: auto;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products,
.poco-themes.page-with-filter .sidebar .productsListing-section .products,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products {
  margin: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .mageb-no-more-load,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .mageb-no-more-load,
.poco-themes.page-with-filter .sidebar .productsListing-section .mageb-no-more-load,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .mageb-no-more-load,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .mageb-no-more-load {
  margin-top: 20px;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide {
  margin: 0 10px 0 0 !important;
  padding: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-item-info,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-item-info,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-item-info,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-item-info,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-item-info {
  padding: 1px;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-image-photo,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-image-photo,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-image-photo,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-image-photo,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-image-photo {
  position: static !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-image-container .product-image-wrapper,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-image-container .product-image-wrapper,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-image-container .product-image-wrapper,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-image-container .product-image-wrapper,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-image-container .product-image-wrapper {
  padding: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-image-container,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-image-container,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-image-container,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-image-container,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-image-container {
  width: auto !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .pro-hover,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .pro-hover,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .pro-hover,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .pro-hover,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .pro-hover {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  margin-bottom: 20px;
  border: solid 1px #ececec;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-item-photo,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-item-photo,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-item-photo,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-item-photo,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-item-photo {
  border: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-item-details {
  padding-left: 0 !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-item-name,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-item-name,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-item-name,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-item-name,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-item-name {
  margin-bottom: 10px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-slide.product-item .product-item-details,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-slide.product-item .product-item-details {
  width: 100%;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-button-next,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-button-next,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-button-next,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-button-next,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-button-next,
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-button-prev,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-button-prev,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-button-prev,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-button-prev,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-button-prev {
  width: 35px !important;
  height: 35px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-button-next:after,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-button-next:after,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-button-next:after,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-button-next:after,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-button-next:after,
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper-button-prev:after,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper-button-prev:after,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper-button-prev:after,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper-button-prev:after,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper-button-prev:after {
  font-size: 16px !important;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .swiper.show-pagination,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .swiper.show-pagination,
.poco-themes.page-with-filter .sidebar .productsListing-section .swiper.show-pagination,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .swiper.show-pagination,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .swiper.show-pagination {
  padding-bottom: 40px;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .product-items .product-item-info .product-item-photo,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .product-items .product-item-info .product-item-photo,
.poco-themes.page-with-filter .sidebar .productsListing-section .product-items .product-item-info .product-item-photo,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .product-items .product-item-info .product-item-photo,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .product-items .product-item-info .product-item-photo {
  position: static !important;
  padding: 0;
}
.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .price-box .price,
.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .price-box .price,
.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .price-box .price,
.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item .price-box .price,
.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item .price-box .price {
  font-size: 15px !important;
}
.poco-themes.page-layout-2columns-left .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.page-layout-2columns-right .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.page-with-filter .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.page-layout-3columns .filter-options-item .items li:hover.magebees_filter_item,
.poco-themes.catalogsearch-result-index .filter-options-item .items li:hover.magebees_filter_item {
  background-color: transparent !important;
}
.poco-themes.page-layout-2columns-right .sidebar-main,
.poco-themes.page-layout-2columns-right .sidebar-additional {
  padding-left: 4.37037037%;
  padding-right: 0 !important;
}
.poco-themes.page-with-filter.page-layout-1column .column.main {
  width: 100%;
}
.hrl_filter .filter-content .category-filter .item input[type="checkbox"] {
  font-size: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  position: absolute;
  left: -100%;
  top: -100%;
}
.hrl_filter .filter-content .category-filter .item input ~ a:before {
  content: '';
  border: solid 1px #c6c6cc !important;
  width: 17px;
  height: 17px;
  min-width: 17px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
}
.hrl_filter .filter-content .category-filter .item input ~ a:hover:after,
.hrl_filter .filter-content .category-filter .item input:checked ~ a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  position: absolute;
  left: 2px;
  top: 10px;
  opacity: 0.4;
}
.hrl_filter .filter-content .category-filter .item a {
  padding: 7px 0 7px 30px;
  position: relative;
}
.hrl_filter .filter-content .swatch-attribute-options {
  margin: 0;
}
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered,
.hrl_filter .filter-content .size .swatch-option-link-layered {
  display: block;
  margin: 0 0 0 2px !important;
  float: none;
  padding: 7px !important;
  margin: 0 !important;
}
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered:focus > div,
.hrl_filter .filter-content .size .swatch-option-link-layered:focus > div,
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered:focus,
.hrl_filter .filter-content .size .swatch-option-link-layered:focus,
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered:active,
.hrl_filter .filter-content .size .swatch-option-link-layered:active {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered:last-of-type,
.hrl_filter .filter-content .size .swatch-option-link-layered:last-of-type {
  margin-bottom: 0 !important;
}
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered .swatch-option,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 3px 10px 0 0;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
}
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered .swatch-option.selected,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.hrl_filter .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.hrl_filter .filter-content .swatch-layered .swatch-option-link-layered:hover .swatch-option.color:not(.disabled),
.hrl_filter .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled) {
  outline: 1px solid #c6c6cc !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.hrl_filter .filter-content .size .swatch-option {
  background-color: transparent !important;
  border: solid 1px #c6c6cc !important;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
}
.hrl_filter .filter-content .size .swatch-option.text {
  width: 17px;
  height: 17px;
  min-width: 17px;
  font-weight: 400;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  background-color: #fff;
}
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option {
  position: relative;
  margin-top: 4px !important;
}
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option.image:not(.disabled):hover,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option.color:not(.disabled):hover,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option.selected,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option:hover,
.hrl_filter .filter-content .size .swatch-option-link-layered:hover .swatch-option.image:not(.disabled),
.hrl_filter .filter-content .size .swatch-option-link-layered:hover .swatch-option.color:not(.disabled) {
  outline: 0 !important;
}
.hrl_filter .filter-content .size .swatch-option-link-layered:hover .swatch-option:before,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option:hover:before,
.hrl_filter .filter-content .size .swatch-option-link-layered .swatch-option.selected:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  position: absolute;
  left: 2px;
  top: 10px;
  opacity: 0.4;
}
.hrl_filter .filter-content .category-filter.advanced .expand_cat {
  display: none !important;
}
.hrl_filter .filter-content .category-filter.advanced .item a {
  padding: 7px 0 7px 0;
}
.hrl_filter .filter-options-item li a {
  display: block;
}
.hrl_filter .filter-title {
  display: none;
}
.hrl_filter .filter-subtitle {
  padding: 15px;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.3px;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-transform: uppercase;
}
.hrl_filter .ddFilter {
  border: 0;
}
.hrl_filter .filter-options:after,
.hrl_filter .filter-options:before {
  content: "";
  display: block;
  clear: both;
}
.hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible {
  font-size: 16px !important;
  font-weight: 500;
  padding: 13px 40px 11px 20px !important;
  text-transform: uppercase;
  background-color: transparent !important;
  margin: 0;
  line-height: normal;
}
.hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible:after {
  content: '' !important;
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block !important;
  height: 9px !important;
  width: 9px !important;
  background-image: none !important;
  display: block;
  position: absolute;
  right: 15px !important;
  transform: rotate(315deg);
  top: 23px !important;
}
.hrl_filter .filter-options .filter-options-item.active .filter-options-title.collapsible:after {
  top: 21px !important;
  transform: rotate(-45deg);
}
.hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible:after {
  top: 18px !important;
  transform: rotate(135deg);
}
.hrl_filter .filter-options .filter-options-item .counter {
  float: right;
}
.hrl_filter .filter-options .filter-options-item li input[type="radio"],
.hrl_filter .filter-options .filter-options-item li input[type="checkbox"] {
  margin: 12px 10px 0 0px;
}
.hrl_filter .filter-options .filter-options-item input.priceFromTo {
  font-weight: 400;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
  background-color: transparent;
}
.hrl_filter .filter-options .filter-options-item .ui-slider-horizontal {
  height: 4px;
  background-color: #25252b;
  margin-bottom: 10px !important;
  position: relative;
}
.hrl_filter .filter-options .filter-options-item .ui-slider-handle {
  background: #fff;
  border: solid 1px #000;
  top: -6px;
  position: absolute;
  display: block;
  border-radius: 100px;
  cursor: pointer;
}
.hrl_filter .filter-options .filter-options-item .name-label span {
  background: transparent !important;
}
.hrl_filter .filter-options .filter-options-item .filter-options-content > :last-child {
  margin-bottom: 0;
}
.hrl_filter .filter-options .filter-options-content {
  max-height: 150px;
  padding: 10px;
  width: 230px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.hrl_filter .filter-options .filter-options-content .item a {
  display: flex;
  line-height: normal;
  justify-content: space-between;
}
.hrl_filter .filter-options .filter-options-content .rating-summary .rating-result > span:before {
  line-height: 24px;
  display: block;
  height: 24px;
}
.hrl_filter .filter-options-item button {
  margin-left: 0;
  margin-top: 10px;
  font-size: 13px;
  padding: 10px 25px !important;
}
.hrl_filter .filter-options-item {
  float: left;
  padding: 0;
  border: 0 none;
  position: relative;
  z-index: 10;
}
.hrl_filter .filter-options-content {
  overflow-y: auto !important;
}
.hrl_filter .filter-title {
  display: none !important;
}
.hrl_filter .filter-subtitle {
  padding: 15px;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.3px;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-transform: uppercase;
}
.hrl_filter .filter-options-item button {
  margin-left: 0;
  margin-top: 10px;
  font-size: 13px;
  padding: 10px 25px !important;
}
.hrl_filter .filter-options-item li a {
  display: block;
}
.page-layout-1column #layered-filter-block .filter-options-item li input[type="checkbox"] + a {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 767px) {
  .page-layout-1column #layered-filter-block .collapsible.active:after {
    top: 16px !important;
  }
  .page-layout-1column #layered-filter-block .collapsible:after {
    top: 22px !important;
  }
}
.priceRange {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
.priceRange button {
  padding: 10px 25px !important;
  margin-top: -4px !important;
}
.priceRange span {
  margin-right: 10px !important;
  width: 95px !important;
}
.mb-block-tags .tags-title {
  background-color: transparent !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.mb-block-tags .tags-title a {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  background-color: #25252b !important;
  padding: 7px 16px !important;
}
.mb-block-tags .tags-title a:hover,
.mb-block-tags .tags-title a:focus {
  opacity: 0.8;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  content: "\2716";
  overflow: hidden;
  text-align: center;
  height: 16px;
  font-weight: 400;
}
.block.block-compare .product-items .product-item {
  position: relative;
}
.actions-toolbar .secondary .action#compare-clear-all {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.category-image {
  text-align: center;
  margin-bottom: 50px;
}
.category-image .image {
  margin: 0 auto;
  display: block;
}
.category-description {
  margin-bottom: 50px;
}
.category-description [data-content-type="row"][data-appearance="contained"] {
  padding-left: 0;
  padding-right: 0;
}
.category-description ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.category-description ul > li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 5px;
  line-height: normal;
}
.category-description ul > li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}
.category-description p:last-of-type {
  margin-bottom: 0;
}
.toolbar ~ .category-description,
.toolbar ~ .category-image {
  margin: 50px 0 0;
}
/* End Category Page */
.abs-product-link > a,
.product-item-name > a,
.product-name > a,
.product.name a > a {
  font-weight: 500;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product-name > a:hover,
.product.name a > a:hover {
  text-decoration: none;
}
.actions-toolbar .secondary a.action {
  margin-top: 0 !important;
}
.account .page-main,
.cms-privacy-policy .page-main {
  padding-top: 0;
}
.mageb-summary table td.oscProductImage {
  text-align: center;
}
.mageb-osc .opc-wrapper {
  padding-bottom: 30px;
}
.mageb-osc .fieldset .field label,
.mageb-osc .fieldset .field .label,
.mageb-osc label.label.magebees-additional-block-code-label {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}
.mageb-osc .fieldset > .field:not(.choice) > .control {
  width: 100% !important;
}
.mageb-osc .two-fields {
  margin-right: 3%;
}
.mageb-osc .fieldset > .field.choice:before,
.mageb-osc .fieldset > .field.no-label:before {
  display: none !important;
}
.column.main {
  width: 73%;
  /* Top Paging */
}
.column.main #scroll_loading,
.column.main .mageb-no-more-load {
  clear: both;
}
.column.main #scroll_loading:before,
.column.main .mageb-no-more-load:before,
.column.main #scroll_loading:after,
.column.main .mageb-no-more-load:after {
  content: "";
  clear: both;
  display: block;
}
.column.main .sorter {
  padding: 0;
  display: flex;
  align-items: center;
}
.column.main .pager .toolbar-amount {
  display: none !important;
}
.column.main .toolbar-products {
  padding: 0;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between !important;
  -webkit-justify-content: space-between !important;
  -ms-justify-content: space-between !important;
}
.column.main .toolbar-products ~ .toolbar-products {
  display: block;
  background-color: inherit;
  padding: 0;
  margin: 20px 0 0;
  border: 0;
}
.column.main .toolbar-products ~ .toolbar-products .toolbar-amount,
.column.main .toolbar-products ~ .toolbar-products .limiter,
.column.main .toolbar-products ~ .toolbar-products .modes {
  display: none;
}
.column.main .toolbar-products ~ .toolbar-products .pages {
  display: inline-block;
}
.column.main .toolbar-products .sorter-label {
  display: none;
}
.column.main .toolbar-products .sorter-options {
  min-width: 140px;
  color: #737384;
  font-size: 16px;
  height: 48px;
  line-height: normal;
  background-color: #fff;
  cursor: pointer;
  padding-left: 0;
  border: 0 !important;
  border-bottom: solid 1px #dbdbdb !important;
  margin-left: 0;
}
.column.main .toolbar-products .sorter-action {
  cursor: pointer;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  line-height: 30px;
  top: 0;
  margin-left: 10px;
}
.column.main .toolbar-products .sorter-action:focus {
  outline: 0;
}
.column.main .toolbar-products .sorter-action:before {
  content: "\2191";
  font-size: 18px;
  line-height: normal;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
.column.main .toolbar-products .sorter-action.sort-desc:before {
  transform: rotate(180deg);
}
.column.main .toolbar-products .modes {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
}
.column.main .toolbar-products .modes .modes-mode {
  border: 0;
  padding: 0;
  margin-right: 20px;
  background: transparent;
}
.column.main .toolbar-products .modes .modes-mode:before {
  display: none;
}
.column.main .toolbar-products .modes .mode-list .list_icon,
.column.main .toolbar-products .modes .active.mode-grid .grd_icon,
.column.main .toolbar-products .modes .active.mode-list .list_v_icon {
  display: inline-block;
}
.column.main .toolbar-products .modes .mode-grid .list_icon,
.column.main .toolbar-products .modes .mode-list .grd_view,
.column.main .toolbar-products .modes .active.mode-list .grd_icon,
.column.main .toolbar-products .modes .active.mode-grid .list_v_icon {
  display: none;
}
.column.main .toolbar-products .modes .modes-mode .st-icon {
  width: 25px;
  height: 25px;
}
.column.main .toolbar-products .toolbar-amount {
  padding: 0 50px 0 0;
  margin: 0;
}
.column.main .pager .toolbar-amount {
  padding-top: 0;
  vertical-align: inherit;
}
.column.main .pages .item {
  margin: 0 2px;
  vertical-align: middle;
}
.column.main .pages .item a.page,
.column.main .pages .item .action,
.column.main .pages .item strong.page {
  font-size: 14px;
  font-weight: 600;
  border: solid 1px transparent;
  padding: 0;
  width: 53px;
  height: 53px;
  line-height: 51px;
  background-color: transparent !important;
  text-align: center;
}
.column.main .pages .action {
  background-color: transparent !important;
  text-align: center;
}
.column.main .pages .action.next {
  margin-left: 0;
  padding: 0;
  width: 53px;
  height: 53px;
  line-height: 51px;
  text-align: center;
  display: inline-block;
}
.column.main .pages .action.next:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
  line-height: inherit;
  width: auto;
  height: auto;
  margin: 5px 0 0;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  border: 0 !important;
  position: static;
}
.column.main .pages .action.previous {
  margin-right: 0;
  padding: 0;
  width: 53px;
  height: 53px;
  line-height: 51px;
  text-align: center;
  display: inline-block;
}
.column.main .pages .action.previous:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>');
  line-height: inherit;
  width: auto;
  height: auto;
  margin: 5px 0 0;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  border: 0 !important;
  position: static;
}
.pages .item {
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages strong.page {
  display: inline-block;
  letter-spacing: normal;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.poco-themes .pager {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .page-layout-1column #layered-filter-block .filter-options-title {
    padding: 13px 40px 12px 15px !important;
  }
}
.loading-btn,
.poco-themes .loading-btn {
  margin: 0 !important;
  text-align: center;
}
.loading-btn button,
.poco-themes .loading-btn button {
  padding: 15px 35px !important;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
.toolbar-products {
  text-align: center;
}
.toolbar-products + .loading-btn {
  margin-bottom: 40px !important;
}
/* Default Filter */
.fieldset > .field {
  margin-bottom: 20px !important;
}
.fieldset > .legend {
  font-size: 18px;
  font-weight: 600;
}
.login-container .block.block-new-customer,
.login-container .block.block-customer-login {
  border: solid 1px #f0edec;
}
.login-container .block .block-title {
  border-bottom: solid 1px #f0edec;
  background-color: #f7f5f4;
  margin: 0;
}
.login-container .block {
  margin-bottom: 0 !important;
}
.login-container .block .block-title {
  padding: 10px 20px;
}
.login-container .block .block-title strong {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.login-container .block .block-content {
  padding: 30px;
  min-height: 315px;
}
.login-container .block .fieldset > .field {
  margin-bottom: 15px;
}
.login-container .block .fieldset > .field > .control {
  width: 74%;
}
.login-container .block .fieldset > .field:not(.choice) > .label {
  text-align: left;
}
.login-container .block .fieldset:last-child {
  margin-bottom: 0;
}
.login-container .block .fieldset:after {
  margin-top: 10px;
  display: none;
}
.login-container .block .note {
  font-size: 16px;
}
.login-container .block .actions-toolbar .primary a,
.login-container .block .actions-toolbar .secondary a,
.login-container .block .actions-toolbar .primary .action,
.login-container .block .actions-toolbar .secondary .action {
  line-height: normal;
  padding: 10px 20px !important;
}
.login-container .block .actions-toolbar .secondary {
  float: none;
  padding-left: 20px;
}
.form.password.forget .note {
  font-size: 16px;
}
.form.password.forget .fieldset > .field:not(.choice) > .label {
  text-align: left;
}
.control.captcha-image .captcha-img {
  border: 1px solid #dbdbdb;
}
@media (min-width: 768px) {
  .control.captcha-image .captcha-img {
    border: 1px solid #dbdbdb;
    margin-bottom: 0 !important;
  }
}
.account .sidebar-additional {
  margin-top: 0;
}
.account .column .block .block-title {
  padding: 15px;
}
.account .column .block .block-title > strong {
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: normal !important;
}
.account .column .block .block-title .action {
  float: right;
}
.account .column .block .block-content .box .box-title {
  display: block !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddbde;
}
.account .column .block .block-content .box .box-title > span {
  font-size: 18px !important;
  font-weight: 600 !important;
}
.account .column .block.block-dashboard-info .block-content .box .box-actions .action.edit {
  text-align: left;
  margin-right: 10px;
  text-decoration: underline;
  display: inline-block;
}
.account .column .block.block-dashboard-info .block-content .box .box-actions .action.change-password {
  margin-right: 10px;
  text-decoration: underline;
  display: inline-block;
  text-transform: uppercase;
}
.create.account.form-create-account .fieldset > .field:not(.choice) > .label,
.create.account.form-create-account .fieldset > .field.choice::before {
  width: 180px;
}
.create.account.form-create-account .fieldset.create.info {
  padding-bottom: 20px;
}
.create.account .fieldset.create.info {
  border-bottom: 2px solid #ddd !important;
}
.create.account .fieldset.additional_info {
  margin-bottom: 0 !important;
}
.create.account .fieldset.create.account {
  margin-bottom: 20px;
}
.block-wishlist .block-title,
.block-compare .block-title {
  position: relative;
}
.block-wishlist .block-title .counter,
.block-compare .block-title .counter,
.block-wishlist .block-title .counter.qty,
.block-compare .block-title .counter.qty {
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: 0px;
  padding: 0;
}
.sidebar .block.block-compare .action.delete {
  top: 3px !important;
  left: 0 !important;
  padding: 0 !important;
}
.block-compare .product-item .product-item-name {
  margin-left: 30px !important;
}
.sidebar .block.block-wishlist .action.delete {
  padding: 0 !important;
}
.sidebar .block.block-wishlist .action.delete:hover,
.sidebar .block.block-compare .action.delete:hover {
  opacity: 0.8;
}
/* Compare Page ----------------- */
.catalog-product-compare-index #maincontent .action.print {
  padding: 5px 10px;
  float: left;
  margin: 10px 0;
}
.table-comparison .product-image-container {
  width: 120px !important;
}
.table-comparison .product-reviews-summary .reviews-actions .view:after {
  display: none !important;
}
.table-comparison tr,
.table-comparison td {
  vertical-align: top;
}
.table-comparison .cell:first-of-type.label {
  background-color: transparent;
}
.table-comparison .cell.remove {
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 0;
  vertical-align: middle;
  margin-left: 10px;
}
.table-comparison .product-item-photo {
  border: 0;
  display: inline;
}
.table-comparison .product-item-photo img {
  display: inline;
}
.table-comparison .action.towishlist:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') !important;
}
.table-comparison .pagebuilder-column-group {
  display: block !important;
}
.table-comparison .pagebuilder-column-group [data-content-type="column"] {
  padding-left: 0 !important;
  width: 100% !important;
  margin-bottom: 20px;
}
.table-comparison .pagebuilder-column-group [data-content-type="column"]:last-of-type {
  margin-bottom: 0;
}
.table-comparison .price-box .price-container .price {
  font-size: 20px;
  font-weight: 700;
}
.table-comparison .product-image-wrapper {
  padding: 0 !important;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.remove {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table-comparison .cell:first-of-type.label {
  background-color: transparent;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell.attribute {
  font-size: 13px;
}
.table-comparison tr,
.table-comparison td {
  vertical-align: top;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.abs-remove-button-for-blocks,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.table-comparison .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.table-comparison [data-content-type="row"][data-appearance="contained"] {
  padding-left: 0;
  padding-right: 0;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  display: inline;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.action.print.hidden-print {
  display: block;
  margin-bottom: 20px;
}
/* ------------------------------------------------------------
   End Common Pages  ------------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Products Listing Style  ------------------------------------
--------------------------------------------------------------- */
.product-items {
  font-size: 0;
}
.products-grid {
  margin: 0;
  /* 2 Products in Row */
  /* End 2 Products in Row */
  /* 3 Products in Row */
  /* End 3 Products in Row */
  /* 4 Products Grid Row */
  /* End 4 Products Grid Row */
}
.products-grid .product-item {
  display: inline-block;
  vertical-align: top;
  transition: 0.5s ease-in-out;
}
.products-grid .mageb-paging {
  display: none;
}
.products-grid .product-items-2.product-items .product-item {
  width: 48.5%;
  margin-right: 3%;
  margin-left: 0;
}
.products-grid .product-items-2.product-items .product-item:nth-child(2n) {
  margin-right: 0;
}
.products-grid .product-items-2.product-items .product-item .product-item-info {
  width: 100% !important;
}
.products-grid .product-items-3.product-items .product-item {
  width: 31.15%;
  margin-right: 3%;
  margin-left: 0;
}
.products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
  clear: left;
}
.products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
  margin-right: 0;
  margin-left: 0;
}
.products-grid .product-items-3.product-items .product-item .product-item-info {
  width: 100%;
}
.products-grid .product-items-4.product-items .product-item {
  width: 22.7%;
  margin-right: 3%;
  margin-left: 0;
}
.products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
  clear: left;
}
.products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
  margin-right: 0;
}
.products-grid .product-items-4.product-items .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary {
  font-size: 13px;
  padding: 0 25px !important;
}
.products-grid .product-items-4.product-items .product-item .actions-secondary .action.towishlist:before,
.products-grid .product-items-4.product-items .product-item .actions-secondary .action.tocompare:before {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 36px;
}
.products-grid .product-items-4.product-items .product-item .swatch-attribute .swatch-option.text {
  font-size: 11px;
  height: 25px;
  width: 25px;
  line-height: 25px !important;
}
.products-grid .product-items-4.product-items .product-item .swatch-attribute .swatch-option {
  width: 16px;
  height: 16px;
}
.products-grid .product-items-4.product-items .product-item .learn-more .action.secondary {
  font-size: 12px;
  padding: 5px 10px !important;
  font-weight: normal;
  line-height: normal;
}
.products-grid .product-items-5 .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary {
  padding: 0 15px !important;
}
.products-grid .product-items-5 .product-item .product-item-inner.style2 .btn-horizontal .action.secondary {
  font-size: 14px;
}
.products-grid .product-item {
  text-align: center;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  padding: 0 !important;
  margin-bottom: 60px !important;
  /* Rating */
  /* Add To Cart Button Styles */
  /* Quick View Button Style */
  /* Wishlist & Compare Button Style */
}
.products-grid .product-item:not(.swiper-slide) {
  margin-left: 0;
}
.products-grid .product-item:before,
.products-grid .product-item:after {
  content: "";
  clear: both;
  display: block;
}
.products-grid .product-item:hover {
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}
.products-grid .product-item:hover .timer-product {
  display: none;
}
.products-grid .product-item .product-item-shortdesc {
  color: #9b9ca6;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}
.products-grid .product-item .product-brand {
  line-height: normal;
}
.products-grid .product-item .product-brand .product-brand-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
.products-grid .product-item .swatches-listing .swatch-attribute-options {
  margin: 0;
}
.products-grid .product-item .swatches-listing .swatch-attribute.size .swatch-option {
  width: 30px;
  background: #fff;
  color: #000;
}
.products-grid .product-item .swatches-listing .swatch-option {
  border: 1px solid #dadada;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.products-grid .product-item .swatches-listing .swatch-option.selected {
  border-color: #000 !important;
}
.products-grid .product-item .swatches-listing .swatch-attribute .swatch-option.text {
  font-size: 12px;
  line-height: 23px;
  margin-right: 5px;
  height: 30px;
  line-height: 28px !important;
}
.products-grid .product-item .product-image-container {
  padding-top: 0;
  margin: 0 auto;
}
.products-grid .product-item .product-item-photo a {
  display: block;
}
.products-grid .product-item .product-detail,
.products-grid .product-item .product-item-details {
  padding: 20px 10px 0;
  text-align: center;
}
.products-grid .product-item .product-detail .mageb-quick-outr,
.products-grid .product-item .product-item-details .mageb-quick-outr {
  display: none;
}
.products-grid .product-item .product-item-description {
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  margin: 0;
  font-weight: 400;
}
.products-grid .product-item .product-item-description p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.products-grid .product-item .product-item-description ul {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 15px;
}
.products-grid .product-item .product-item-description ul li {
  margin-bottom: 5px;
}
.products-grid .product-item .product-image-photo.default_image {
  position: relative;
  z-index: 2;
}
.products-grid .product-item .product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.products-grid .product-item .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.products-grid .product-item .product-image-container {
  display: block;
  max-width: 100%;
}
.products-grid .product-item .product-item-photo {
  border-radius: 0;
  border: 0;
  padding: 0;
  display: block;
  top: 0;
  left: 0;
  margin: auto;
  height: auto;
  width: auto;
}
.products-grid .product-item .actions-primary + .actions-secondary {
  width: auto !important;
  display: inline-block !important;
}
.products-grid .product-item .swatch-attribute {
  margin: 0;
}
.products-grid .product-item .swatch-attribute .swatch-option {
  display: inline-block;
  float: none;
  min-width: inherit;
  font-size: 13px;
  height: 18px;
  margin-right: 5px;
  width: 18px;
  padding: 0;
  line-height: 20px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.products-grid .product-item .swatch-attribute .swatch-option.color {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.products-grid .product-item .swatch-attribute .swatch-option.image {
  width: 38px !important;
  height: 38px !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.products-grid .product-item .swatch-attribute .swatch-attribute-options {
  margin: 0;
}
.products-grid .product-item .swatch-attribute .swatch-option.text {
  min-width: inherit;
  font-size: 11px;
  font-weight: 400;
  height: 25px;
  margin-right: 3px;
  width: 25px;
  padding: 0;
  line-height: 25px;
}
.products-grid .product-item .product-item-inner {
  margin: 0 !important;
}
.products-grid .product-item .product-item-info {
  width: 100%;
}
.products-grid .product-item .product-item-info:hover .magebees_quickview {
  position: static !important;
  display: block;
}
.products-grid .product-item .magebees_quickview {
  padding: 0 !important;
  display: inline-block !important;
}
.products-grid .product-item .price-box {
  margin: 0 0 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.products-grid .product-item .price-box .special-price {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  padding-right: 0;
}
.products-grid .product-item .price-box .special-price .price {
  font-weight: 600 !important;
}
.products-grid .product-item .price-box .old-price {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  padding-right: 15px;
}
.products-grid .product-item .price-box .price-label {
  display: none;
}
.products-grid .product-item .price-box .price {
  font-weight: 500;
}
.products-grid .product-item .price-box .price-from,
.products-grid .product-item .price-box .price-to {
  display: inline-block;
  padding: 0 5px;
}
.products-grid .product-item .learn-more {
  display: block;
  margin: 10px 0 0;
}
.products-grid .product-item .learn-more .action.secondary {
  padding: 3px 10px !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
}
.products-grid .product-item .product-reviews-summary {
  display: block;
  margin: 0 auto;
  line-height: normal;
}
.products-grid .product-item .product-reviews-summary.short.empty {
  display: none;
}
.products-grid .product-item .product-reviews-summary .rating-summary {
  display: inline-block;
  left: 0;
  margin: 0;
  padding-right: 0;
}
.products-grid .product-item .product-reviews-summary .reviews-actions {
  margin-top: 0;
  font-size: 13px;
  display: none;
  vertical-align: middle;
  text-transform: none;
}
.products-grid .product-item .product-reviews-summary .rating-summary .rating-result:before,
.products-grid .product-item .product-reviews-summary .rating-result > span:before {
  font-size: 19px;
  letter-spacing: 2px;
}
.products-grid .product-item .magebees_quickview,
.products-grid .product-item .product-item-actions,
.products-grid .product-item .quick-view-btn {
  display: inline-block;
  vertical-align: middle;
}
.products-grid .product-item .product-item-actions {
  margin: 0;
}
.products-grid .product-item .product-item-actions .actions-primary + .actions-secondary {
  padding-left: 0;
}
.products-grid .product-item .action.tocart.primary {
  padding: 0;
  width: 100%;
}
.products-grid .product-item .buynow-btn {
  margin-top: 10px;
}
.products-grid .product-item .buynow-btn .buynow.primary {
  width: auto !important;
  font-size: 14px !important;
  padding: 10px 30px !important;
}
.products-grid .product-item .buynow-btn + .swatches-listing {
  margin-top: 15px;
}
.products-grid .product-item .magebees_quickview {
  padding: 0;
}
.products-grid .product-item .magebees_quickview:hover {
  opacity: 1;
}
.products-grid .product-item .product-item-inner .action.towishlist,
.products-grid .product-item .product-item-inner .action.tocompare,
.products-grid .product-item .product-item-inner .action.available,
.products-grid .product-item .product-item-inner .action.unavailable {
  width: 100%;
  display: block;
}
.products-grid .product-item .product-item-inner .action.towishlist span,
.products-grid .product-item .product-item-inner .action.tocompare span,
.products-grid .product-item .product-item-inner .action.available span,
.products-grid .product-item .product-item-inner .action.unavailable span {
  display: none;
}
.products-grid .product-item .product-item-inner .action.available:before {
  content: "\2713";
}
.products-grid .product-item .product-item-inner .action.unavailable {
  padding: 10px 5px;
}
.products-grid .product-item .product-item-inner .action.unavailable:before {
  content: "x";
  font-size: 16px;
}
.products-grid .product-item .product-name,
.products-grid .product-item .product-item-name {
  padding: 0;
  margin: 5px 0;
  display: block;
}
.products-grid .product-item .product-name a,
.products-grid .product-item .product-item-name a {
  text-decoration: none;
  font-weight: 600;
}
.products-grid .product-item:hover .product-item-inner.move-quick-btn {
  opacity: 1;
}
.products-grid .product-item .hover-style8 .product-item-inner .stock.unavailable {
  padding: 13px;
}
.product-item-name,
.product.name a {
  font-weight: 600;
}
.p_ctgry {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.p_catgry_link {
  text-transform: uppercase;
}
.product-item-photo img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.swatch-option-tooltip {
  z-index: 999999 !important;
  background: #ffffff;
  color: #313131;
  border: 1px solid #d8d8d6;
  border-radius: 0;
  -webkit-border-radius: 0;
  min-width: 40px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px;
  position: absolute;
  text-align: center;
  display: none;
  max-height: 100%;
  min-height: 20px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner {
  height: 9px;
  margin-left: -5px;
}
.swatch-option-tooltip .corner:after {
  border-top-color: #d8d8d6;
  left: 50%;
  top: 0;
  margin-left: 0;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #e6e6e6 transparent transparent;
  border-width: 7px 7.5px 0;
  left: 7px;
  top: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
/* 	Product On Hover Styles */
.products-grid .product-item .pro-hover {
  position: relative;
  overflow: hidden;
}
.products-grid .product-item .product-image-container {
  display: block;
}
.products-grid .product-item .prodLabel.top-left {
  top: 10px;
  left: 10px;
}
.products-grid .product-item .prodLabel.top-right {
  top: 10px;
  right: 10px;
}
.products-grid .product-item .prodLabel.bottom-right {
  right: 10px;
  bottom: 10px;
}
.products-grid .product-item .prodLabel.bottom-left {
  left: 10px;
  bottom: 10px;
}
.products-grid .product-item .prodLabel.bottom-center {
  bottom: 10px;
}
.products-grid .product-item .prodLabel.top-center {
  top: 10px;
}
.products-grid .product-item .prodLabel .productlabel-txt {
  font-weight: 500;
}
.products-grid .product-item .p_sku {
  padding-bottom: 5px;
}
.products-grid .product-item .p_sku_seprator {
  padding: 0 5px;
}
.products-grid .product-item .tooltip-icon {
  visibility: hidden;
  position: absolute;
  bottom: 145%;
  left: 50%;
  right: auto;
  text-align: center;
  padding: 5px 10px 7px 10px;
  border-radius: 5px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  text-transform: none;
  white-space: nowrap;
  padding: 7px 12px;
}
.products-grid .product-item .tooltip-icon:after {
  content: "";
  position: absolute;
  border: 7px solid transparent;
  border-top: 7px solid #fff;
  bottom: -14px;
  left: 50%;
  right: auto;
  top: auto;
  margin-left: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.products-grid .product-item .tooltip-icon:before {
  content: "";
  border: 7px solid transparent;
  border-top: 7px solid #e8ebee;
  bottom: -15px;
  left: 50%;
  right: auto;
  top: auto;
  margin-left: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  position: absolute;
}
.products-grid .product-item .icon-btn:hover .tooltip-icon {
  opacity: 1;
  visibility: visible;
}
.products-grid .product-item .product-item-inner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 0;
  width: 100%;
  overflow: hidden;
  -ms-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.products-grid .product-item .product-item-inner .super-attribute-select {
  display: none;
}
.products-grid .product-item:hover .product-item-inner {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.poco-home-page-style-13 .block.related .block-actions {
  margin-bottom: 50px;
}
.block.related .products-grid .hover-style11 .product-item .detail-left,
.block.related .products-grid .hover-style11 .product-item .field.choice.related {
  display: block !important;
}
.block.related .products-grid .hover-style11 .product-item .product-item-inner .icon-btn {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.block.related .products-grid .hover-style10 .product-item:hover .product-item-info,
.block.related .products-grid .hover-style11 .product-item:hover .product-item-info {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.mage-deal-slider .products-grid .hover-style11 .product-item .product-item-inner .cart-btn .lble {
  display: none;
}
.block-slider.related .products-grid .hover-style12 .product-item .hvr_dtl {
  opacity: 1;
  visibility: visible;
  position: static;
}
.block.related .hover-style12 .product-item .field.choice.related {
  order: 8;
  border-radius: 8px;
}
.swiper .hover-style4 .swiper-slide {
  padding: 5px !important;
}
.hover-style10.swiper {
  padding: 15px !important;
}
/* 	End Product On Hover Styles */
/* Products Listing Style -------------------------------------- */
.products-list .product-item-photo,
.block.widget.block-products-list .widget-product-grid .product-item-photo {
  display: table-cell;
  padding: 0;
  vertical-align: top;
  width: 1%;
}
.products-list .tooltip-icon,
.block.widget.block-products-list .widget-product-grid .tooltip-icon,
.products-list .product-item-details .mageb-quick-outr,
.block.widget.block-products-list .widget-product-grid .product-item-details .mageb-quick-outr,
.products-list .magebees_page.mageb-paging,
.block.widget.block-products-list .widget-product-grid .magebees_page.mageb-paging {
  display: none;
}
.products-list .product-items,
.block.widget.block-products-list .widget-product-grid .product-items {
  margin-left: 0 !important;
}
.products-list .product-image-container,
.block.widget.block-products-list .widget-product-grid .product-image-container {
  display: block;
  margin: 0 auto;
}
.products-list .product-image-container .product-image-wrapper,
.block.widget.block-products-list .widget-product-grid .product-image-container .product-image-wrapper {
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.products-list .product-image-container .product-image-photo,
.block.widget.block-products-list .widget-product-grid .product-image-container .product-image-photo {
  position: absolute;
}
.products-list .product-item .product-item-inner.style5 .cart-btn .action.secondary .st-icon.st-arw,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .cart-btn .action.secondary .st-icon.st-arw {
  display: none;
}
.products-list .product-item-details,
.block.widget.block-products-list .widget-product-grid .product-item-details {
  vertical-align: middle;
  display: table-cell;
}
.products-list .product-item-details ul,
.block.widget.block-products-list .widget-product-grid .product-item-details ul {
  margin-left: 15px;
}
.products-list .product-item-details ul li,
.block.widget.block-products-list .widget-product-grid .product-item-details ul li {
  margin-bottom: 0;
  line-height: normal;
}
.products-list .product-item:not(.swiper-slide),
.block.widget.block-products-list .widget-product-grid .product-item:not(.swiper-slide) {
  padding: 0 0 40px;
  margin-bottom: 40px;
  width: 100% !important;
  margin-right: 0 !important;
}
.products-list .product-item,
.block.widget.block-products-list .widget-product-grid .product-item {
  /* Add To Cart Button Styles */
  /* Rating */
  /* Quick View Button Style */
}
.products-list .product-item:before,
.block.widget.block-products-list .widget-product-grid .product-item:before,
.products-list .product-item:after,
.block.widget.block-products-list .widget-product-grid .product-item:after {
  content: "";
  clear: both;
  display: block;
}
.products-list .product-item .product-reviews-summary .reviews-actions,
.block.widget.block-products-list .widget-product-grid .product-item .product-reviews-summary .reviews-actions {
  font-size: 15px;
  display: none !important;
}
.products-list .product-item .product-item-name,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-name {
  margin-top: 0;
}
.products-list .product-item .timer-product,
.block.widget.block-products-list .widget-product-grid .product-item .timer-product {
  position: absolute;
  bottom: 80px;
  z-index: 10;
  text-align: center;
  margin-top: 0;
}
.products-list .product-item .timer-product #timer-countbox .countdown-section,
.block.widget.block-products-list .widget-product-grid .product-item .timer-product #timer-countbox .countdown-section {
  width: 32.5%;
  padding: 5px !important;
}
.products-list .product-item .timer-product #timer-countbox .countdown-section .countdown-amount,
.block.widget.block-products-list .widget-product-grid .product-item .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-size: 14px;
}
.products-list .product-item .product-image-photo.default_image,
.block.widget.block-products-list .widget-product-grid .product-item .product-image-photo.default_image {
  position: relative;
  z-index: 2;
}
.products-list .product-item .product-item-name,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-name,
.products-list .product-item .product.name a,
.block.widget.block-products-list .widget-product-grid .product-item .product.name a {
  font-size: 18px;
  font-weight: 700 !important;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.products-list .product-item .product-brand,
.block.widget.block-products-list .widget-product-grid .product-item .product-brand {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.products-list .product-item .product-item-inner,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner {
  padding: 0;
  position: static;
  margin-top: 10px;
  /* Wishlist & Compare Button Style */
  /* Quickview Button Styles */
}
.products-list .product-item .product-item-inner.move-quick-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.move-quick-btn {
  text-align: center;
}
.products-list .product-item .product-item-inner ul,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul {
  display: table;
  width: 100%;
}
.products-list .product-item .product-item-inner ul > li,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0 4px;
}
.products-list .product-item .product-item-inner ul > li .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .magebees_quickview,
.products-list .product-item .product-item-inner ul > li .action.tocart.primary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.tocart.primary,
.products-list .product-item .product-item-inner ul > li .btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .btn,
.products-list .product-item .product-item-inner ul > li .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.towishlist,
.products-list .product-item .product-item-inner ul > li .action.tocompare,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.tocompare,
.products-list .product-item .product-item-inner ul > li .stock.unavailable,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .stock.unavailable,
.products-list .product-item .product-item-inner ul > li .stock.available,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .stock.available {
  display: block;
  text-align: center;
  padding: 0;
}
.products-list .product-item .product-item-inner ul > li .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .magebees_quickview:before,
.products-list .product-item .product-item-inner ul > li .action.tocart.primary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.tocart.primary:before,
.products-list .product-item .product-item-inner ul > li .btn:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .btn:before,
.products-list .product-item .product-item-inner ul > li .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.towishlist:before,
.products-list .product-item .product-item-inner ul > li .action.tocompare:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.tocompare:before,
.products-list .product-item .product-item-inner ul > li .stock.unavailable:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .stock.unavailable:before,
.products-list .product-item .product-item-inner ul > li .stock.available:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .stock.available:before {
  font-size: 15px;
  width: 100%;
  height: 100%;
  line-height: 40px;
  display: block;
  font-weight: normal;
  overflow: hidden;
}
.products-list .product-item .product-item-inner ul > li .magebees_quickview span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .magebees_quickview span,
.products-list .product-item .product-item-inner ul > li .action.tocart.primary span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.tocart.primary span,
.products-list .product-item .product-item-inner ul > li .btn span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .btn span,
.products-list .product-item .product-item-inner ul > li .action.towishlist span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.towishlist span,
.products-list .product-item .product-item-inner ul > li .action.tocompare span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .action.tocompare span,
.products-list .product-item .product-item-inner ul > li .stock.unavailable span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .stock.unavailable span,
.products-list .product-item .product-item-inner ul > li .stock.available span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner ul > li .stock.available span {
  display: none;
}
.products-list .product-item .product-item-inner .action.towishlist span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.towishlist span,
.products-list .product-item .product-item-inner .action.tocompare span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.tocompare span,
.products-list .product-item .product-item-inner .action.available span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.available span {
  display: none;
}
.products-list .product-item .product-item-inner .action.unavailable,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.unavailable {
  width: 100%;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
}
.products-list .product-item .product-item-inner .action.unavailable:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.unavailable:before {
  content: "\2716";
}
.products-list .product-item .product-item-inner .action.unavailable span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .action.unavailable span {
  display: none;
}
.products-list .product-item .product-item-inner .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner .magebees_quickview {
  text-transform: uppercase;
}
.products-list .product-item .product-item-inner.style1,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1,
.products-list .product-item .product-item-inner.style2,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2,
.products-list .product-item .product-item-inner.style3,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3,
.products-list .product-item .product-item-inner.style4,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4,
.products-list .product-item .product-item-inner.style5,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5,
.products-list .product-item .product-item-inner.style6,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6,
.products-list .product-item .product-item-inner.style7,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7,
.products-list .product-item .product-item-inner.style8,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8,
.products-list .product-item .product-item-inner.style9,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9,
.products-list .product-item .product-item-inner.style10,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 {
  width: 100%;
  text-align: center;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  margin: 0 auto 0 !important;
  position: static;
  opacity: 1;
  visibility: visible;
}
.products-list .product-item .product-item-inner.style1 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .alink,
.products-list .product-item .product-item-inner.style2 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .alink,
.products-list .product-item .product-item-inner.style3 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .alink,
.products-list .product-item .product-item-inner.style4 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .alink,
.products-list .product-item .product-item-inner.style5 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .alink,
.products-list .product-item .product-item-inner.style6 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .alink,
.products-list .product-item .product-item-inner.style7 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .alink,
.products-list .product-item .product-item-inner.style8 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .alink,
.products-list .product-item .product-item-inner.style9 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .alink,
.products-list .product-item .product-item-inner.style10 .alink,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .alink {
  display: none;
}
.products-list .product-item .product-item-inner.style1 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-wishlist,
.products-list .product-item .product-item-inner.style2 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-wishlist,
.products-list .product-item .product-item-inner.style3 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-wishlist,
.products-list .product-item .product-item-inner.style4 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-wishlist,
.products-list .product-item .product-item-inner.style5 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-wishlist,
.products-list .product-item .product-item-inner.style6 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-wishlist,
.products-list .product-item .product-item-inner.style7 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-wishlist,
.products-list .product-item .product-item-inner.style8 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-wishlist,
.products-list .product-item .product-item-inner.style9 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-wishlist,
.products-list .product-item .product-item-inner.style10 .btn-wishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-wishlist {
  width: 90px;
  height: 45px;
  line-height: 45px;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}
.products-list .product-item .product-item-inner.style1 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style2 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style3 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style4 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style5 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style6 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style7 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style8 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style9 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-wishlist .action.towishlist,
.products-list .product-item .product-item-inner.style10 .btn-wishlist .action.towishlist,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-wishlist .action.towishlist {
  display: block;
}
.products-list .product-item .product-item-inner.style1 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style2 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style3 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style4 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style5 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style6 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style7 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style8 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style9 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-wishlist .action.towishlist:before,
.products-list .product-item .product-item-inner.style10 .btn-wishlist .action.towishlist:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-wishlist .action.towishlist:before {
  line-height: inherit;
  font-size: 15px;
  font-weight: 400;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal,
.products-list .product-item .product-item-inner.style2 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal,
.products-list .product-item .product-item-inner.style3 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal,
.products-list .product-item .product-item-inner.style4 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal,
.products-list .product-item .product-item-inner.style5 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal,
.products-list .product-item .product-item-inner.style6 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal,
.products-list .product-item .product-item-inner.style7 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal,
.products-list .product-item .product-item-inner.style8 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal,
.products-list .product-item .product-item-inner.style9 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal,
.products-list .product-item .product-item-inner.style10 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal {
  width: 100%;
  -ms-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  position: static;
  opacity: 1;
  visibility: visible;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .icon-font,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .icon-font,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .icon-font {
  font-size: 15px;
  font-weight: normal;
  padding: 10px !important;
  line-height: normal;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .icon-font span,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .icon-font span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .icon-font span {
  display: block;
  text-transform: uppercase;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .magebees_quickview,
.products-list .product-item .product-item-inner.style1 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .action.secondary,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .action.secondary {
  font-size: 15px;
  font-weight: 400;
  border: 0 !important;
  display: block;
  padding: 0 !important;
  height: 45px;
  width: 100%;
  line-height: 45px;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .magebees_quickview:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .magebees_quickview:before,
.products-list .product-item .product-item-inner.style1 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .action.secondary:before,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .action.secondary:before,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .action.secondary:before {
  font-size: 15px;
  line-height: 45px;
  display: block;
  font-weight: 400;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .cart-btn .action.secondary .text,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .cart-btn .action.secondary .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .cart-btn .action.secondary .text {
  display: none !important;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .cart-btn .action.secondary .icon,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .cart-btn .action.secondary .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .cart-btn .action.secondary .icon {
  display: block;
}
.products-list .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style3 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style4 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style4 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style5 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style6 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style7 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style8 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style9 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal .cart-btn .icon,
.products-list .product-item .product-item-inner.style10 .btn-horizontal .cart-btn .icon,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal .cart-btn .icon {
  display: none;
}
.products-list .product-item .product-item-inner.style3,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3,
.products-list .product-item .product-item-inner.style5,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5,
.products-list .product-item .product-item-inner.style6,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6,
.products-list .product-item .product-item-inner.style8,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8,
.products-list .product-item .product-item-inner.style7,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7,
.products-list .product-item .product-item-inner.style9,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9,
.products-list .product-item .product-item-inner.style10,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 {
  margin-top: 20px !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  -ms-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  -ms-justify-content: center !important;
}
.products-list .product-item .product-item-inner.style3 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .btn-horizontal,
.products-list .product-item .product-item-inner.style5 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .btn-horizontal,
.products-list .product-item .product-item-inner.style6 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal,
.products-list .product-item .product-item-inner.style8 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal,
.products-list .product-item .product-item-inner.style7 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .btn-horizontal,
.products-list .product-item .product-item-inner.style9 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .btn-horizontal,
.products-list .product-item .product-item-inner.style10 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal {
  width: auto;
}
.products-list .product-item .product-item-inner.style3 .cart-btn .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .cart-btn .action.secondary,
.products-list .product-item .product-item-inner.style5 .cart-btn .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .cart-btn .action.secondary,
.products-list .product-item .product-item-inner.style6 .cart-btn .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .cart-btn .action.secondary,
.products-list .product-item .product-item-inner.style8 .cart-btn .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .cart-btn .action.secondary,
.products-list .product-item .product-item-inner.style7 .cart-btn .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .cart-btn .action.secondary,
.products-list .product-item .product-item-inner.style9 .cart-btn .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .cart-btn .action.secondary,
.products-list .product-item .product-item-inner.style10 .cart-btn .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .cart-btn .action.secondary {
  height: 45px;
  width: 45px;
  padding: 0 !important;
}
.products-list .product-item .product-item-inner.style3 .cart-btn .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .cart-btn .text,
.products-list .product-item .product-item-inner.style5 .cart-btn .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .cart-btn .text,
.products-list .product-item .product-item-inner.style6 .cart-btn .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .cart-btn .text,
.products-list .product-item .product-item-inner.style8 .cart-btn .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .cart-btn .text,
.products-list .product-item .product-item-inner.style7 .cart-btn .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .cart-btn .text,
.products-list .product-item .product-item-inner.style9 .cart-btn .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .cart-btn .text,
.products-list .product-item .product-item-inner.style10 .cart-btn .text,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .cart-btn .text {
  display: none;
}
.products-list .product-item .product-item-inner.style3 .icon-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn,
.products-list .product-item .product-item-inner.style5 .icon-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .icon-btn,
.products-list .product-item .product-item-inner.style6 .icon-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .icon-btn,
.products-list .product-item .product-item-inner.style8 .icon-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .icon-btn,
.products-list .product-item .product-item-inner.style7 .icon-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .icon-btn,
.products-list .product-item .product-item-inner.style9 .icon-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .icon-btn,
.products-list .product-item .product-item-inner.style10 .icon-btn,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .icon-btn {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  margin: 0 2px;
  max-width: 50px;
  height: auto;
}
.products-list .product-item .product-item-inner.style3 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .action,
.products-list .product-item .product-item-inner.style5 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .icon-btn .action,
.products-list .product-item .product-item-inner.style6 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .icon-btn .action,
.products-list .product-item .product-item-inner.style8 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .icon-btn .action,
.products-list .product-item .product-item-inner.style7 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .icon-btn .action,
.products-list .product-item .product-item-inner.style9 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .icon-btn .action,
.products-list .product-item .product-item-inner.style10 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .icon-btn .action,
.products-list .product-item .product-item-inner.style3 .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .magebees_quickview,
.products-list .product-item .product-item-inner.style5 .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .icon-btn .magebees_quickview,
.products-list .product-item .product-item-inner.style6 .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .icon-btn .magebees_quickview,
.products-list .product-item .product-item-inner.style8 .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .icon-btn .magebees_quickview,
.products-list .product-item .product-item-inner.style7 .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .icon-btn .magebees_quickview,
.products-list .product-item .product-item-inner.style9 .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style9 .icon-btn .magebees_quickview,
.products-list .product-item .product-item-inner.style10 .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .icon-btn .magebees_quickview {
  font-weight: 400 !important;
  height: 45px !important;
  width: 45px !important;
  margin: 0 auto;
  padding: 0 !important;
}
.products-list .product-item .product-item-inner.style6 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .btn-horizontal,
.products-list .product-item .product-item-inner.style8 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .btn-horizontal,
.products-list .product-item .product-item-inner.style10 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style10 .btn-horizontal {
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
}
.products-list .product-item .product-item-inner.style7,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
}
.products-list .product-item .product-item-inner.style7 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .icon-btn .action {
  display: block;
}
.products-list .product-item .product-item-inner.style7 .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .icon-btn .action,
.products-list .product-item .product-item-inner.style7 .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .magebees_quickview {
  line-height: 44px;
  font-size: 0;
}
.products-list .product-item .product-item-inner.style7 .icon-btn .action span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .icon-btn .action span,
.products-list .product-item .product-item-inner.style7 .magebees_quickview span,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style7 .magebees_quickview span {
  display: block;
  margin-top: -2px;
}
.products-list .product-item .action.tocart.primary span,
.block.widget.block-products-list .widget-product-grid .product-item .action.tocart.primary span {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
.products-list .product-item .actions-primary .stock.unavailable,
.block.widget.block-products-list .widget-product-grid .product-item .actions-primary .stock.unavailable {
  background-color: #e60000;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.products-list .product-item .buynow-btn .buynow.primary,
.block.widget.block-products-list .widget-product-grid .product-item .buynow-btn .buynow.primary {
  width: auto;
  font-size: 14px !important;
  padding: 10px 30px !important;
}
.products-list .product-item .buynow-btn .buynow.primary span,
.block.widget.block-products-list .widget-product-grid .product-item .buynow-btn .buynow.primary span {
  font-weight: 600 !important;
}
.products-list .product-item .price-box,
.block.widget.block-products-list .widget-product-grid .product-item .price-box {
  margin: 20px 0;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}
.products-list .product-item .price-box .price-label,
.block.widget.block-products-list .widget-product-grid .product-item .price-box .price-label {
  display: none;
}
.products-list .product-item .price-box .price,
.block.widget.block-products-list .widget-product-grid .product-item .price-box .price {
  font-size: 20px !important;
  font-weight: 600 !important;
}
.products-list .product-item .product-item-info,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-info {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.products-list .product-item .pro-hover,
.block.widget.block-products-list .widget-product-grid .product-item .pro-hover {
  position: relative;
  flex: 0 0 32%;
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
}
.products-list .product-item .product-item-details,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-details {
  padding: 0 0 0 80px;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  text-align: left;
}
.products-list .product-item .learn-more,
.block.widget.block-products-list .widget-product-grid .product-item .learn-more {
  display: block;
  margin: 20px 0;
}
.products-list .product-item .learn-more .action.secondary,
.block.widget.block-products-list .widget-product-grid .product-item .learn-more .action.secondary {
  padding: 7px 20px !important;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}
.products-list .product-item .product-item-description,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-description {
  margin: 20px 0;
  font-size: 15px;
}
.products-list .product-item .product-item-description p,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-description p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.products-list .product-item .product-item-description ul,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-description ul {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 20px;
}
.products-list .product-item .product-item-description ul li,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-description ul li {
  margin-bottom: 0;
}
.products-list .product-item .product-item-description h2,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-description h2 {
  font-size: 16px;
  margin: 0 0 10px;
}
.products-list .product-item .product-reviews-summary,
.block.widget.block-products-list .widget-product-grid .product-item .product-reviews-summary {
  display: block;
  margin: 0 auto 10px !important;
}
.products-list .product-item .product-reviews-summary .rating-summary,
.block.widget.block-products-list .widget-product-grid .product-item .product-reviews-summary .rating-summary {
  left: 0;
  margin: 0;
}
.products-list .product-item .swatch-attribute.size .swatch-option.text,
.block.widget.block-products-list .widget-product-grid .product-item .swatch-attribute.size .swatch-option.text {
  height: 30px;
  width: 30px;
}
.products-list .product-item .swatch-attribute .swatch-option,
.block.widget.block-products-list .widget-product-grid .product-item .swatch-attribute .swatch-option {
  display: inline-block;
  float: none;
  min-width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  margin-right: 5px;
}
.products-list .product-item .swatch-attribute .swatch-attribute-options,
.block.widget.block-products-list .widget-product-grid .product-item .swatch-attribute .swatch-attribute-options {
  margin: 0;
}
.products-list .product-item .swatch-attribute .swatch-option.text,
.block.widget.block-products-list .widget-product-grid .product-item .swatch-attribute .swatch-option.text {
  min-width: 30px;
  font-size: 11px;
  height: 30px;
  margin-right: 5px;
}
.products-list .product-item .swatch-attribute.size .swatch-option.text,
.block.widget.block-products-list .widget-product-grid .product-item .swatch-attribute.size .swatch-option.text {
  font-weight: normal;
  background-color: transparent;
  color: #333;
}
.products-list .product-item .product-item-info:hover .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item .product-item-info:hover .magebees_quickview {
  position: static !important;
  margin-top: 0 !important;
  width: 100% !important;
}
.products-list .product-item:hover.magebees_quickview,
.block.widget.block-products-list .widget-product-grid .product-item:hover.magebees_quickview {
  position: static !important;
  margin-top: 0 !important;
  width: 100% !important;
}
.products-list .hover-style3 .pro-hover,
.block.widget.block-products-list .widget-product-grid .hover-style3 .pro-hover {
  -webkit-flex: 0 0 26%;
  flex: 0 0 26%;
  -ms-flex: 0 0 26%;
}
.products-list .hover-style6 .p_sku,
.block.widget.block-products-list .widget-product-grid .hover-style6 .p_sku,
.products-list .hover-style6 .price-box,
.block.widget.block-products-list .widget-product-grid .hover-style6 .price-box {
  display: inline-block;
  margin: 0;
}
.products-list .hover-style4 .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .hover-style4 .btn-horizontal {
  margin-top: 20px;
}
.products-list .hover-style4 .product-item .btn-horizontal .icon-btn,
.block.widget.block-products-list .widget-product-grid .hover-style4 .product-item .btn-horizontal .icon-btn {
  max-width: 35px !important;
  height: 35px !important;
  margin: 0 2px;
}
.products-list .hover-style9 .product-item .magebees_quickview span .text,
.block.widget.block-products-list .widget-product-grid .hover-style9 .product-item .magebees_quickview span .text {
  display: none;
}
.products-list .hover-style10 .product-item .hvr_dtl,
.block.widget.block-products-list .widget-product-grid .hover-style10 .product-item .hvr_dtl {
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
}
.products-list .hover-style10 .product-item .hvr_dtl .price-box,
.block.widget.block-products-list .widget-product-grid .hover-style10 .product-item .hvr_dtl .price-box {
  margin-right: 20px;
}
.products-list .hover-style10 .product-item .hvr_dtl .action,
.block.widget.block-products-list .widget-product-grid .hover-style10 .product-item .hvr_dtl .action {
  padding: 12px 25px !important;
  font-weight: 600 !important;
}
.products-list .hover-style10 .product-item .hvr_dtl .action .st-icon,
.block.widget.block-products-list .widget-product-grid .hover-style10 .product-item .hvr_dtl .action .st-icon {
  width: 18px;
  height: 18px;
  margin: -2px 5px 0 0;
}
.products-list .hover-style10 .product-item .hvr_dtl .action span,
.block.widget.block-products-list .widget-product-grid .hover-style10 .product-item .hvr_dtl .action span {
  vertical-align: initial;
  font-weight: 600 !important;
}
.products-list .hover-style10 .product-item .product-item-photo,
.block.widget.block-products-list .widget-product-grid .hover-style10 .product-item .product-item-photo {
  padding: 10px;
}
.products-list .hover-style10 .product-item .p_sku_seprator,
.block.widget.block-products-list .widget-product-grid .hover-style10 .product-item .p_sku_seprator {
  display: none;
}
.products-list .hover-style11 .product-item .product-item-inner,
.block.widget.block-products-list .widget-product-grid .hover-style11 .product-item .product-item-inner,
.products-list .hover-style12 .product-item .product-item-inner,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .product-item-inner,
.products-list .hover-style13 .product-item .product-item-inner,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner {
  justify-content: start !important;
  -webkit-justify-content: start !important;
  -ms-justify-content: start !important;
}
.products-list .hover-style11 .product-item .product-item-inner .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
.products-list .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview,
.products-list .hover-style12 .product-item .product-item-inner .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .product-item-inner .icon-btn .action,
.products-list .hover-style13 .product-item .product-item-inner .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner .icon-btn .action {
  width: 40px !important;
  height: 40px !important;
  margin: 0 5px 0 0;
  padding: 0 10px !important;
  display: block;
  text-align: center;
  line-height: 38px;
  border-radius: 4px !important;
}
.products-list .hover-style13 .product-item .product-item-inner .icon-btn .action:after,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner .icon-btn .action:after {
  display: none !important;
}
.products-list .hover-style13 .product-item .product-item-inner .icon-btn .action,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner .icon-btn .action {
  border-radius: 0 !important;
}
.products-list .hover-style13 .product-item .product-item-inner .cart-btn .action .st-icon,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner .cart-btn .action .st-icon,
.products-list .hover-style13 .product-item .product-item-inner .cart-btn .action .text,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner .cart-btn .action .text {
  display: none !important;
}
.products-list .hover-style13 .product-item .product-item-inner .cart-btn .action .icon .st-icon,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner .cart-btn .action .icon .st-icon {
  display: block !important;
}
.products-list .hover-style11 .product-item .product-item-inner .cart-btn.icon-btn .action,
.block.widget.block-products-list .widget-product-grid .hover-style11 .product-item .product-item-inner .cart-btn.icon-btn .action {
  width: auto !important;
  padding: 0 15px !important;
  text-transform: uppercase;
}
.products-list .hover-style11 .product-item .product-item-info .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .hover-style11 .product-item .product-item-info .magebees_quickview,
.products-list .hover-style11 .product-item .product-item-info:hover .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .hover-style11 .product-item .product-item-info:hover .magebees_quickview,
.products-list .hover-style12 .product-item .product-item-info .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .product-item-info .magebees_quickview,
.products-list .hover-style12 .product-item .product-item-info:hover .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .product-item-info:hover .magebees_quickview,
.products-list .hover-style13 .product-item .product-item-info:hover .magebees_quickview,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-info:hover .magebees_quickview {
  display: block;
}
.products-list .hover-style11 .product-item .timer-product,
.block.widget.block-products-list .widget-product-grid .hover-style11 .product-item .timer-product,
.products-list .hover-style12 .product-item .timer-product,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .timer-product {
  bottom: 20px;
}
.products-list .hover-style12 .product-item .product-item-inner.style12 .d-flex,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .product-item-inner.style12 .d-flex,
.products-list .hover-style13 .product-item .product-item-inner.style13 .d-flex,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner.style13 .d-flex {
  flex-direction: row !important;
  -ms-flex-direction: row !important;
  -webkit-flex-direction: row !important;
  justify-content: center;
}
.products-list .hover-style12 .product-item .pro-hover .product-item-photo,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .pro-hover .product-item-photo,
.products-list .hover-style13 .product-item .pro-hover .product-item-photo,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .pro-hover .product-item-photo {
  background-color: #fff;
}
.products-list .hover-style12 .product-item .hvr_dtl,
.block.widget.block-products-list .widget-product-grid .hover-style12 .product-item .hvr_dtl {
  justify-content: start !important;
  -webkit-justify-content: start !important;
  -ms-justify-content: start !important;
}
.products-list .hover-style13 .product-item .product-item-inner,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner {
  display: flex;
  justify-content: center !important;
  align-items: center;
}
.products-list .hover-style13 .product-item .product-item-inner .btn-horizontal,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner .btn-horizontal {
  order: 2;
}
.products-list .hover-style13 .product-item .product-item-inner .cart-btn,
.block.widget.block-products-list .widget-product-grid .hover-style13 .product-item .product-item-inner .cart-btn {
  flex: inherit !important;
  order: 1;
}
.products-list #timer-countbox .countdown-section,
.block.widget.block-products-list .widget-product-grid #timer-countbox .countdown-section {
  width: 60px;
  min-width: inherit !important;
  text-align: center;
  margin-left: 0 !important;
  display: inline-block;
  float: none !important;
  padding: 4px 0 !important;
  border: 0 !important;
  line-height: 20px;
  margin-bottom: 5px;
}
.products-list #timer-countbox .countdown-section .countdown-amount,
.block.widget.block-products-list .widget-product-grid #timer-countbox .countdown-section .countdown-amount {
  font-size: 14px;
  padding: 10px !important;
  display: block;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
  font-weight: 500;
}
.products-list #timer-countbox .countdown-section .countdown-period,
.block.widget.block-products-list .widget-product-grid #timer-countbox .countdown-section .countdown-period {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
}
.poco-themes:not(.poco-home-page-style-2) .products-list .product-item .pro-hover .product-item-photo {
  border: solid 1px #ececec;
  padding: 10px;
}
.poco-home-page-style-2 .products-list .product-item .product-item-name,
.poco-home-page-style-2 .products-list .product-item .product.name a {
  font-weight: 500;
}
.page-layout-1column .products-list .product-item .pro-hover,
.page-layout-1column .block.widget.block-products-list .widget-product-grid .product-item .pro-hover {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
}
.block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-wishlist {
  line-height: 45px;
}
.price-box .price-label {
  display: none !important;
}
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none !important;
}
.price-box .old-price,
.price-box .old.price {
  text-decoration: none;
}
.price-box .old-price .price-wrapper .price,
.price-box .old.price .price-wrapper .price {
  text-decoration: line-through;
}
/* ------------------------------------------------------------
   End Products Listing Style  --------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Rating Star Style  -----------------------------------------
--------------------------------------------------------------- */
.rating-summary {
  white-space: nowrap;
  overflow: hidden;
}
.rating-summary .rating-result {
  margin-left: 0;
  width: auto;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  content: "\2605" "\2605" "\2605" "\2605" "\2605";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #d9d9d9;
  font-style: normal;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 28px;
  display: block;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  color: #ffa800;
  content: "\2605" "\2605" "\2605" "\2605" "\2605";
  font-size: 18px;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
  height: 28px;
  line-height: 28px;
  font-style: normal;
}
.review-control-vote:before {
  content: "\2605" "\2605" "\2605" "\2605" "\2605";
  font-size: 30px;
  letter-spacing: 6px;
  display: block;
  position: absolute;
  z-index: 1;
  font-style: normal;
  height: auto;
  line-height: 22px;
  color: #c7c7c7;
}
.review-control-vote label:before {
  font-size: 30px;
  letter-spacing: 6px;
  display: block;
  font-style: normal;
  opacity: 0;
  height: auto;
  line-height: 22px;
  color: #000;
}
.review-control-vote .rating-1:before {
  content: '\2605';
}
.review-control-vote .rating-2:before {
  content: '\2605' '\2605';
}
.review-control-vote .rating-3:before {
  content: '\2605' '\2605' '\2605';
}
.review-control-vote .rating-4:before {
  content: '\2605' '\2605' '\2605' '\2605';
}
.review-control-vote .rating-5:before {
  content: '\2605' '\2605' '\2605' '\2605' '\2605';
}
.review-control-vote label:before {
  color: #ffa800;
}
.review-form {
  max-width: 100%;
}
/* ------------------------------------------------------------
   End Rating Star Style  -------------------------------------
--------------------------------------------------------------- */
/* Onepage Category layout  ------------------------------------ */
.page-with-filter.page-layout-1column .page-main > .page-title-wrapper .page-title,
.page-products.page-layout-1column .page-main > .page-title-wrapper .page-title {
  display: block;
  margin-top: 20px;
}
.page-layout-1column.catalog-category-view .column.main,
.catalogsearch-result-index .column.main {
  /* 3 Products Grid Row */
  /* End 4 Products Grid Row */
  /* 4 Products Grid Row */
  /* End 4 Products Grid Row */
  /* 5 Products Grid Row */
  /* End 5 Products Grid Row */
}
.page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item,
.catalogsearch-result-index .column.main .product-items-3.product-items .product-item {
  width: 31.2%;
  margin-right: 3%;
  margin-left: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div),
.catalogsearch-result-index .column.main .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
  clear: left;
}
.page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item:nth-of-type(3n):not(div),
.catalogsearch-result-index .column.main .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
  margin-right: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item,
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item {
  width: 23%;
  margin-right: 2.56410256%;
  margin-left: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div),
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
  margin-right: 2.56410256%;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div),
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
  clear: left;
}
.page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(4n):not(div),
.catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
  margin-right: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item {
  width: 17.88%;
  margin-right: 2.56410256%;
  margin-left: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div),
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
  clear: left;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(5n):not(div),
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
  margin-right: 0;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 ul > li,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 ul > li {
  padding: 0 2px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .btn-horizontal .icon-btn .action,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .btn-horizontal .icon-btn .action,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock {
  width: 35px;
  height: 35px;
  line-height: 32px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview:before,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary:before,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist:before,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare:before,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .btn-horizontal .icon-btn .action:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .btn-horizontal .icon-btn .action:before,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock:before,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock:before {
  font-size: 14px;
  height: 35px;
  line-height: 32px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .magebees_quickview .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocart.primary .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.towishlist .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .action.tocompare .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .btn-horizontal .icon-btn .action .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .btn-horizontal .icon-btn .action .tooltip-icon,
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock .tooltip-icon,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .product-item-inner.style4 .stock .tooltip-icon {
  margin-left: -29px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .swatch-attribute .swatch-option,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .swatch-attribute .swatch-option {
  min-width: 10px;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .swatch-attribute .swatch-option.text,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .swatch-attribute .swatch-option.text {
  line-height: 25px;
  min-width: 8px;
  height: 25px;
  width: 25px;
  font-size: 10px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item .learn-more .secondary,
.catalogsearch-result-index .column.main .product-items-5.product-items .product-item .learn-more .secondary {
  padding: 6px 10px;
  font-size: 13px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.hover-style4 .product-item .btn-horizontal .icon-btn,
.catalogsearch-result-index .column.main .product-items-5.hover-style4 .product-item .btn-horizontal .icon-btn {
  max-width: 35px;
  height: 35px;
}
.page-layout-1column.catalog-category-view .column.main .product-items-5.hover-style4 .product-item .product-item-name a,
.catalogsearch-result-index .column.main .product-items-5.hover-style4 .product-item .product-item-name a {
  font-size: 16px;
}
.page-layout-1column.catalog-category-view .column.main .products-list .product-items .product-item,
.catalogsearch-result-index .column.main .products-list .product-items .product-item {
  width: 100%;
  margin-right: 0;
}
.catalogsearch-result-index #layered-filter-block-top .block-title.filter-title {
  display: none;
}
.catalogsearch-result-index .columns .column #layered-filter-block {
  display: none !important;
}
.page-layout-1column .columns .column #layered-filter-block {
  display: block !important;
}
#layered-filter-block .filter-current .action.remove {
  position: absolute;
  padding: 0 !important;
  left: auto !important;
  right: 0 !important;
}
#layered-filter-block .filter-current .action.remove:before {
  content: "\2716" !important;
  font-size: 14px;
  background: none !important;
  width: 12px !important;
  height: 12px !important;
  margin-top: 2px !important;
}
#layered-filter-block .filter-actions .action {
  padding: 0 !important;
  text-decoration: underline;
}
.hrl_filter.filter .filter-current .items {
  padding: 0 20px 20px;
}
#layered-filter-block .block-actions {
  margin-bottom: 20px;
}
/* ------------------------------------------------------------
   Product Detail Page ---------------------------------------- 
--------------------------------------------------------------- */
.prodLabel.top-left {
  top: 15px;
  left: 15px;
}
.prodLabel.top-right {
  top: 15px;
  right: 15px;
}
.prodLabel.bottom-right {
  right: 15px;
  bottom: 15px;
}
.prodLabel.bottom-left {
  left: 15px;
  bottom: 15px;
}
.prodLabel.bottom-center {
  bottom: 15px;
}
.prodLabel.top-center {
  top: 15px;
}
.prodLabel .productlabel-txt {
  font-weight: 500;
}
.catalog-product-view.page-layout-1column .fotorama__stage .fotorama__loaded--img {
  width: 100% !important;
  height: 100% !important;
}
.catalog-product-view .mfp-bg {
  background: #fff !important;
  opacity: 1 !important;
}
.catalog-product-view .mfp-figure:after {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.catalog-product-view .mfp-arrow-right:before {
  border: 0 !important;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>');
  line-height: 40px;
  display: block;
}
.catalog-product-view .mfp-arrow-right:after {
  display: none;
}
.catalog-product-view .mfp-arrow-left:before {
  border: 0 !important;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"></polyline></svg>');
  line-height: 40px;
  display: block;
}
.catalog-product-view .mfp-arrow-left:after {
  display: none;
}
.catalog-product-view .mfp-image-holder .mfp-close,
.catalog-product-view .mfp-iframe-holder .mfp-close {
  color: #222;
  padding: 0 !important;
  right: 0;
  font-weight: normal;
  font-size: 30px;
}
.catalog-product-view .mfp-image-holder .mfp-close:focus,
.catalog-product-view .mfp-iframe-holder .mfp-close:focus {
  background-color: transparent !important;
}
.catalog-product-view .fotorama__arr:hover,
.catalog-product-view .fotorama__thumb__arr:hover {
  background-color: transparent;
}
.catalog-product-view img.mfp-img {
  border: 0;
}
.catalog-product-view.page-layout-1column .product.media {
  width: 50%;
  float: left;
  margin-bottom: 0;
}
.catalog-product-view.page-layout-1column .product-info-main {
  width: 50%;
  padding-left: 125px;
}
.catalog-product-view .product-gallery {
  position: relative;
}
.catalog-product-view .product-info-main .stock.unavailable {
  color: #fff;
  background: #cc0000;
  padding: 10px !important;
  margin: 20px 0;
  text-align: center;
  margin-bottom: 20px !important;
}
.catalog-product-view .product-info-main .stock.unavailable span {
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.catalog-product-view .product-info-main .rating-summary .rating-result:before,
.catalog-product-view .product-info-main .rating-summary .rating-result > span:before {
  font-size: 20px;
}
.catalog-product-view .product-info-main .product.info.detailed #reviews .block.review-add {
  width: 100%;
}
.catalog-product-view .product-info-main .rating-summary .rating-result:before {
  top: 1px;
}
.product.media {
  position: relative;
}
.product.media .prodLabel.top-right {
  right: 15px;
  top: 15px;
}
.product.media .prodLabel.top-left {
  left: 15px;
  top: 15px;
}
.product.media .gallery-list:before,
.product.media .gallery-list:after {
  content: '';
  clear: both;
  display: table;
}
.product.media .gallery-list .item-image {
  float: left;
  width: 48.5%;
  margin-bottom: 3%;
  margin-right: 3%;
  border: 1px solid #eee;
}
.product.media .gallery-list .item-image:hover {
  opacity: 0.8;
}
.product.media .gallery-list .item-image:nth-of-type(1n) {
  margin-right: 3%;
}
.product.media .gallery-list .item-image:nth-of-type(2n) {
  margin-right: 0;
}
.product.media .gallery-list .item-image a,
.product.media .gallery-list .item-image img {
  display: block;
}
.product.media .gallery-list .item-image a {
  padding: 1px;
}
.product.media .gallery-list .item-image:last-of-type {
  margin-bottom: 0;
}
.page-layout-2columns-left .product.media,
.page-layout-2columns-right .product.media,
.page-layout-3columns .product.media {
  width: 49% !important;
}
.page-layout-3columns .quickViewDetails .product.media {
  width: 100% !important;
}
.product-add-form .swatch-attribute.size .swatch-option,
.product-add-form .swatch-attribute.manufacturer .swatch-option {
  background: #fff;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  height: 35px;
}
.product-add-form .swatch-option.image {
  width: 40px !important;
  height: 40px !important;
}
.product-add-form .product-options-wrapper .swatch-attribute.size .swatch-option,
.product-add-form .product-options-wrapper .swatch-attribute.manufacturer .swatch-option {
  min-width: 40px;
}
/* Products Details */
.product-info-main {
  margin-bottom: 10px;
}
.product-info-main .detail-page-timer {
  margin: 10px 0 20px;
}
.product-info-main .detail-page-timer:before,
.product-info-main .detail-page-timer:after {
  content: '';
  clear: both;
  display: block;
}
.product-info-main .detail-page-timer .title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  text-align: left;
  margin-bottom: 10px;
}
.product-info-main .timer-product {
  text-align: center;
  width: 100%;
  margin: 40px 0;
  position: static;
}
.product-info-main .timer-product .timer-countbox {
  width: 100%;
}
.product-info-main .timer-product #timer-countbox .countdown-row {
  display: flex;
}
.product-info-main .timer-product #timer-countbox .countdown-section {
  width: 100%;
  flex: 1;
  text-align: center;
  padding: 10px 0 !important;
  margin-right: 0.4% !important;
}
.product-info-main .timer-product #timer-countbox .countdown-section:last-of-type {
  margin-right: 0 !important;
}
.product-info-main .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-size: 24px;
  padding: 5px 0 !important;
  font-weight: 800;
}
.product-info-main .timer-product #timer-countbox .countdown-section .countdown-period {
  font-size: 14px;
  font-weight: 600;
}
.product-info-main .page-title-wrapper .page-title {
  font-size: 36px;
  line-height: normal;
  margin: 0 0 15px;
  font-weight: 700;
  text-transform: none;
}
.product-info-main .stock {
  display: block !important;
  margin: 0 0 30px !important;
  padding-right: 0 !important;
  text-transform: none !important;
  font-weight: 500 !important;
}
.product-info-main .stock.available:before {
  content: "Availability: ";
  display: inline-block;
  color: #000;
}
.product-info-main .stock.available span {
  color: #69ae10;
  line-height: normal;
  font-weight: 600;
  padding: 3px 15px 3px 0;
  display: inline-block;
  letter-spacing: 0.5px;
}
.product-info-main .stock.unavailable span {
  line-height: normal;
  font-weight: 600;
  padding: 3px 15px 3px 0;
  display: inline-block;
  letter-spacing: 0.5px;
}
.product-info-main .product.attribute.overview {
  margin: 45px 0 0;
  padding: 45px 0 0;
  font-size: 18px;
  line-height: 32px;
  border-top: 1px solid #e9e9e9;
}
.product-info-main .product.attribute.overview h2 {
  margin: 0 0 10px;
  font-size: 18px;
}
.product-info-main .product.attribute.overview ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.product-info-main .product.attribute.overview ul > li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 5px;
  line-height: normal;
}
.product-info-main .product.attribute.overview ul > li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}
.product-info-main .product.attribute.overview p {
  margin: 0;
}
.product-info-main .product-add-form {
  border-top: 1px solid #e9e9e9;
  padding-top: 45px !important;
  margin-top: 45px !important;
}
.product-info-main .product-add-form .box-tocart {
  margin: 0 0 40px !important;
}
.product-info-main .price-box {
  margin: 0 0 10px;
  display: block;
}
.product-info-main .price-box .price-container {
  line-height: normal;
}
.product-info-main .price-box .old-price,
.product-info-main .price-box .old.price .price-wrapper .price {
  font-weight: 500;
}
.product-info-main .price-box .price-wrapper .price {
  font-size: 24px;
  font-weight: 600;
}
.product-info-main .special-price {
  margin: 0 !important;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 16px !important;
}
.product-info-main .product-reviews-summary .reviews-actions .action {
  font-weight: 400;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
}
.product-info-main .product.attribute.sku strong {
  font-weight: 500;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  word-break: break-all;
}
.product-info-main .product.info.detailed.vertical .product.data.items > .item.content {
  padding: 20px !important;
}
.product-info-main .product.info.detailed.vertical .product.data.items > .item.title .switch:after {
  display: none !important;
}
.product-info-main .product.info.detailed .product.data.items > .item.title {
  display: block !important;
  margin: 0 !important;
  text-align: left;
}
.product-info-main .product.info.detailed .product.data.items > .item.title .switch {
  margin: 0 !important;
  border-bottom: 1px solid #ddd;
}
.product-info-main .product.info.detailed .product.data.items > .item.title .switch:after {
  content: "\002B" !important;
  display: block !important;
  text-align: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 9px;
  font-weight: normal;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.product-info-main .product.info.detailed .product.data.items > .item.title.active .switch:after {
  content: "\2212" !important;
  top: 9px;
}
.product-info-main .product.data.items > .item.content {
  margin: 0 !important;
  float: none !important;
}
.product-info-main .product.data.items .pagebuilder-column-group {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.product-info-main .product.data.items .pagebuilder-column-group [data-content-type="column"] {
  width: 100% !important;
  padding-left: 0 !important;
}
.product-info-main .product.info.detailed .product.data.items > .item.content {
  padding: 20px 0 30px !important;
}
.product-info-main .product.info.detailed #reviews #product-review-container {
  width: 100% !important;
  margin-right: 0 !important;
}
.product-info-main .product.info.detailed #reviews .review-list .review-item .rating-summary {
  width: 49%;
  margin-bottom: 5px;
}
.product.info.detailed {
  clear: both;
}
.product-options-wrapper .swatch-opt {
  margin: 0;
  padding: 0;
}
.product-options-wrapper .swatch-option.text {
  height: 30px;
}
.product-options-wrapper .swatch-option {
  margin-right: 15px;
}
.product-options-wrapper .swatch-option.color {
  height: 15px;
  width: 15px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  min-width: 15px;
  border: 0;
  border-color: transparent;
  border-width: 3px !important;
  padding: 0 !important;
}
.product-options-wrapper .swatch-option:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.product-options-wrapper .swatch-option.color.selected,
.product-options-wrapper .swatch-option.color:focus,
.product-options-wrapper .swatch-option.color:hover {
  outline: 1px solid #c6c6cc !important;
  border: solid 3px #fff !important;
}
.product-options-wrapper label,
.product-options-wrapper .swatch-attribute-label {
  font-size: 18px;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 20px;
}
.product-options-wrapper input.input-text,
.product-options-wrapper select {
  height: 38px;
}
.product-options-wrapper select.multiselect {
  height: auto;
  padding: 5px;
  background-image: none;
}
.product-options-wrapper .swatch-attribute.size .swatch-option {
  font-size: 16px !important;
  border-color: #d7d7db !important;
  width: 60px;
  height: 35px;
  line-height: 30px;
}
.product-options-wrapper .swatch-attribute.size .swatch-option:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.product-options-wrapper .swatch-attribute.size .swatch-option.selected,
.product-options-wrapper .swatch-attribute.size .swatch-option:focus,
.product-options-wrapper .swatch-attribute.size .swatch-option:hover {
  color: #25252b !important;
  border-color: #737384 !important;
  outline: none !important;
}
.product-options-wrapper select {
  padding: 0 25px 0 10px;
  line-height: 36px;
}
.product-options-wrapper .fieldset:before,
.product-options-wrapper .fieldset:after {
  content: '';
  clear: both;
  display: table;
}
.product-options-wrapper .fieldset:last-child {
  margin: 0 !important;
}
.product-options-wrapper .fieldset .field {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px !important;
}
.product-options-wrapper .fieldset .field:nth-of-type(2n) {
  padding-left: 0;
  padding-right: 0;
}
.product-options-wrapper .fieldset.fieldset-product-options-inner .legend {
  font-weight: 500 !important;
  margin: 0 0 10px;
  font-size: 18px;
}
.product-options-wrapper .fieldset .options-list .field {
  margin-bottom: 10px !important;
}
.product-options-wrapper .fieldset .options-list .field .label {
  font-size: 15px !important;
  font-weight: 400 !important;
}
.product-options-wrapper .fieldset > .field .choice input {
  vertical-align: inherit;
}
.product-options-wrapper .fieldset > .field:not(.choice) > .label {
  font-weight: 500 !important;
}
.product-options-wrapper .swatch-attribute {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 30px;
}
.product-options-wrapper .swatch-attribute-options {
  margin: 0;
}
.product-options-wrapper .swatch-attribute-selected-option {
  display: none !important;
}
.product-options-wrapper p.note {
  margin-bottom: 0;
}
.product-add-form .box-tocart,
.product-add-form .update {
  margin: 40px 0;
}
.product-add-form .box-tocart .fieldset:last-child,
.product-add-form .update .fieldset:last-child {
  margin-bottom: 0;
}
.product-add-form .box-tocart .field.qty,
.product-add-form .update .field.qty {
  margin-bottom: 0 !important;
  padding-right: 40px;
}
.product-add-form .box-tocart .field.qty .control-qty,
.product-add-form .update .field.qty .control-qty {
  right: -6px !important;
  margin: 0 !important;
}
.product-add-form .box-tocart .field.qty .input-text.qty,
.product-add-form .update .field.qty .input-text.qty {
  font-size: 18px;
  font-weight: 500;
  float: left;
  height: 61px !important;
  width: 55px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  border: 0 !important;
}
.product-add-form .box-tocart .field.qty .label,
.product-add-form .update .field.qty .label {
  display: none;
}
.product-add-form .box-tocart .field.qty .field-error,
.product-add-form .update .field.qty .field-error,
.product-add-form .box-tocart .field.qty div.mage-error,
.product-add-form .update .field.qty div.mage-error {
  width: 100%;
  position: absolute;
  top: 100%;
  line-height: normal;
  white-space: nowrap;
}
.product-add-form .box-tocart .fieldset,
.product-add-form .update .fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 !important;
}
.product-add-form .box-tocart .actions,
.product-add-form .update .actions {
  padding-top: 0 !important;
  vertical-align: middle !important;
  width: 100%;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.product-add-form .box-tocart .actions .action.primary,
.product-add-form .update .actions .action.primary,
.product-add-form .box-tocart .actions .action.secondary,
.product-add-form .update .actions .action.secondary {
  width: 100%;
}
.product-add-form .box-tocart .buynow-button,
.product-add-form .update .buynow-button {
  padding-left: 40px;
}
.product-add-form .box-tocart .buynow-button .action,
.product-add-form .update .buynow-button .action {
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 19px 35px !important;
  width: auto !important;
  margin-bottom: 0 !important;
  line-height: normal !important;
}
.product-add-form .box-tocart #product-addtocart-button,
.product-add-form .update #product-addtocart-button {
  font-size: 16px;
  padding: 19px 30px !important;
  font-weight: 600 !important;
}
.product-add-form .box-tocart #product-addtocart-button .icon .st-icon,
.product-add-form .update #product-addtocart-button .icon .st-icon {
  margin-top: -3px;
}
.qty-outer {
  border: solid 1px #d7d7db;
  width: 85px;
  position: relative;
}
.qty-outer:before,
.qty-outer:after {
  content: '';
  clear: both;
  display: table;
}
.quantity-controls {
  font-size: 13px;
  float: left;
  background-color: transparent;
  position: static;
  height: 31px;
  width: 31px;
  line-height: 35px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  border: solid 1px #d7d7db;
  border-top: 0;
  border-right: 0;
}
.quantity-controls.quantity-minus {
  border-bottom: 0;
}
.quantity-plus-qv:before {
  content: "\002B";
  display: block;
  font-size: 24px;
  line-height: 27px;
}
.quantity-minus-qv:before {
  content: "\2212";
  display: block;
  font-size: 24px;
  line-height: 28px;
}
.quantity-controls:hover {
  background-color: #ddd;
}
.qnty {
  position: absolute;
  width: 31px;
  right: 0;
}
.qnty .icon {
  font-size: 17px;
}
.product-add-form .box-tocart.update .field.qty {
  vertical-align: middle;
}
.product-add-form .box-tocart.update .control .input-text.qty {
  border: solid 1px #dbdbdb !important;
}
.product-add-form .box-tocart.update .label,
.product-add-form .box-tocart.update .control {
  float: left !important;
}
.product-add-form .box-tocart.update .label {
  margin: 10px 5px 0 0 !important;
}
.product-social-links {
  margin-bottom: 0;
}
.product-social-links .product-addto-links {
  margin: 0 0 45px;
  padding-bottom: 45px;
  display: block;
  border-bottom: solid 1px #e5e5e5;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.product-social-links .product-addto-links .action {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
}
.product-social-links .product-addto-links .action.sizeguide,
.product-social-links .product-addto-links .action.towishlist,
.product-social-links .product-addto-links .action.tocompare {
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin-right: 15px;
  width: auto;
  vertical-align: middle;
}
.product-social-links .product-addto-links .action.tocompare {
  margin-right: 0;
}
.product-social-links .product-addto-links .action .st-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: -4px;
}
.product-social-links .product-info-stock-sku {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  margin-bottom: 20px;
}
.product-social-links .shareIcons {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.product-social-links .mbSocialShareInline,
.product-social-links .mbSocialShareInlineUnderCart {
  padding-bottom: 0 !important;
}
.product-social-links .shareIcons .label {
  text-transform: uppercase;
  display: inline;
  font-weight: 500;
  padding-right: 10px;
}
.product-social-links .addthis_inline_share_toolbox_tedx {
  display: inline-block;
  vertical-align: middle;
  clear: none !important;
}
.product-social-links .at-style-responsive .at-share-btn {
  padding: 0 !important;
}
.product-social-links .at-style-responsive .at-share-btn .at-icon-wrapper,
.product-social-links .at-style-responsive .at-share-btn .at-icon {
  width: 22px !important;
  height: 22px !important;
  fill: #737384 !important;
}
.product-social-links [data-content-type="row"][data-appearance="contained"] {
  padding: 0 !important;
  margin: 0;
}
.a2a_default_style:not(.a2a_flex_style) a {
  padding: 0 4px !important;
}
.addthis_inline_share_toolbox_fymt {
  padding-top: 20px;
}
.product-reviews-summary {
  margin: 0 0 15px;
  font-size: 16px !important;
  display: table;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions .view:after {
  content: '|';
  display: inline-block;
  padding-left: 5px;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 10px;
}
.product-reviews-summary .rating-summary {
  left: 0;
  padding-right: 20px;
  display: table-cell;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .rating-summary .rating-result:before,
.product-reviews-summary .rating-summary .rating-result > span:before {
  letter-spacing: 6px;
}
.prev-next-products {
  margin-top: 2px;
  position: fixed;
  top: 50%;
  z-index: 8;
  width: 100%;
}
.prev-next-products > div {
  position: absolute;
  z-index: 99;
}
.prev-next-products > div.next-product {
  right: 0;
}
.prev-next-products > div a {
  text-align: center;
  margin: 0;
  color: #000;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 60px;
  height: 60px;
  display: block;
  font-size: 0;
  background-color: #f7f5f4;
  overflow: hidden;
}
.prev-next-products > div a:hover {
  background-color: #f0f0f0;
}
.prev-next-products > div a:hover:before {
  color: #000;
}
.prev-next-products > div a:before {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: block;
  text-align: center;
  height: 10px;
  width: 10px;
  transform: rotate(225deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
}
.prev-next-products > div a.next-arrw:before {
  transform: rotate(405deg);
}
.prev-next-products > div .pn-product-detail {
  background-color: #f7f5f4;
  min-width: 200px;
  position: absolute;
  top: 0;
  right: 100%;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 32;
  padding: 10px;
}
.prev-next-products > div .pn-product-detail .product-image {
  float: left;
  max-width: 60px;
}
.prev-next-products > div .pn-product-detail .product-name {
  display: block;
  padding-left: 70px;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 18px;
  margin: 0;
}
.prev-next-products > div .pn-product-detail .price-box {
  padding-left: 70px;
}
.prev-next-products > div .pn-product-detail .price-box .price-box {
  padding-left: 0;
}
.prev-next-products > div .pn-product-detail .price-box .special-price {
  padding-right: 3px;
}
.prev-next-products > div .pn-product-detail .price-box .price-wrapper .price {
  font-size: 13px;
  font-weight: 400;
}
.prev-next-products > div .pn-product-detail .price-box .old-price {
  padding-right: 5px;
}
.prev-next-products > div .pn-product-detail .price-box .price-from,
.prev-next-products > div .pn-product-detail .price-box .price-to {
  margin-bottom: 0;
  line-height: normal;
}
.prev-next-products > div.prev-product .pn-product-detail {
  right: auto;
  left: 100%;
}
.prev-next-products > div:hover .pn-product-detail {
  opacity: 1;
  visibility: visible;
}
/* Product Gallery */
.fotorama__stage {
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 20px;
  background: #fff;
}
.poco-home-page-style-2 .fotorama__stage {
  background: #f7f6f4;
}
.page-layout-1column.boxed-layout-poco .vertical-thumb-slider {
  position: relative;
}
.page-layout-1column.boxed-layout-poco .vertical-thumb-slider .fotorama__stage {
  width: 81.5% !important;
}
@media (max-width: 1120px) {
  .page-layout-1column.boxed-layout-poco .vertical-thumb-slider .fotorama__stage {
    width: 76% !important;
  }
}
@media (max-width: 1200px) {
  .page-layout-1column.boxed-layout-poco .vertical-thumb-slider .fotorama__stage {
    width: 87% !important;
  }
}
@media (max-width: 767px) {
  .page-layout-1column.boxed-layout-poco .vertical-thumb-slider .fotorama__stage {
    width: 100% !important;
  }
}
.page-layout-1column .fotorama--fullscreen .fotorama__stage {
  width: 100% !important;
}
.page-layout-1column .fotorama--fullscreen .fotorama__fullscreen-icon:focus {
  outline: 0;
}
.page-layout-1column .fotorama--fullscreen .prodLabel {
  display: none !important;
}
.page-layout-1column .fotorama--fullscreen .fotorama__nav--thumbs {
  margin: 0 auto;
  text-align: center;
}
.page-layout-1column .fotorama--fullscreen .fotorama__wrap--css3 .fotorama__spinner {
  height: 124px;
  width: 124px;
}
@media (max-width: 1120px) {
  .page-layout-1column .fotorama__stage__frame.fotorama_vertical_ratio {
    width: 94.5% !important;
  }
}
.fotorama__spinner {
  animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
}
.boxed-layout-poco.page-layout-2columns-left .vertical-thumb-slider .fotorama__stage {
  width: 75% !important;
}
@media (max-width: 1120px) {
  .boxed-layout-poco.page-layout-2columns-left .vertical-thumb-slider .fotorama__stage {
    width: 74% !important;
  }
}
@media (max-width: 1200px) {
  .boxed-layout-poco.page-layout-2columns-left .vertical-thumb-slider .fotorama__stage {
    width: 83% !important;
  }
}
@media (max-width: 767px) {
  .boxed-layout-poco.page-layout-2columns-left .vertical-thumb-slider .fotorama__stage {
    width: 100% !important;
  }
}
.boxed-layout-poco.page-layout-2columns-right .vertical-thumb-slider .fotorama__stage {
  width: 74% !important;
}
@media (max-width: 1120px) {
  .boxed-layout-poco.page-layout-2columns-right .vertical-thumb-slider .fotorama__stage {
    width: 75% !important;
  }
}
@media (max-width: 1200px) {
  .boxed-layout-poco.page-layout-2columns-right .vertical-thumb-slider .fotorama__stage {
    width: 84% !important;
  }
}
@media (max-width: 767px) {
  .boxed-layout-poco.page-layout-2columns-right .vertical-thumb-slider .fotorama__stage {
    width: 100% !important;
  }
}
.fotorama-inner {
  position: relative;
}
.fotorama__spinner {
  height: 124px !important;
  width: 124px !important;
}
.fotorama__arr .fotorama__arr__arr {
  width: 40px !important;
  height: 40px !important;
  background-color: #fff !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 0 !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: none !important;
  -mz-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
}
.fotorama__caption__wrap {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1200px) {
  .fotorama__caption {
    display: none !important;
  }
}
.fotorama__stage,
.fotorama__nav {
  overflow: visible;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  display: none;
}
/*.fotorama__nav__shaft { height: 15px; } */
.fotorama__nav--dots .fotorama__nav__frame--thumb {
  display: none !important;
}
.fotorama__nav--dots .fotorama__dot {
  width: 15px !important;
  height: 15px !important;
  margin: 0 5px !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  cursor: pointer;
  left: 0;
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 15px !important;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}
body .fotorama--fullscreen {
  z-index: 999999 !important;
}
.fotorama__thumb__arr {
  transition: none !important;
  -webkit-transition: none !important;
}
.fotorama__thumb {
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon,
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  display: none;
}
.fotorama__thumb-border {
  background: none;
  border-width: 1px;
  margin-top: 0;
  background-image: none;
  display: none;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  margin-right: 23px;
  cursor: pointer;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  border-radius: 100px;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 50% !important;
  margin-top: -14px;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb__arr,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb__arr {
  display: none;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 10px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right:before {
  content: "";
  border-style: solid;
  border-width: 0 0 2px 2px;
  display: inline-block;
  height: 8px;
  width: 8px;
  text-align: center;
  transform: rotate(220deg);
  margin-top: 8px;
  margin-right: 3px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 10px !important;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left:before {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  text-align: center;
  transform: rotate(220deg);
  margin-top: 8px;
  margin-left: 3px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  text-align: center;
}
.fotorama__thumb__arr:hover {
  background-color: #fff !important;
}
.vertical-thumb-slider .fotorama__stage {
  margin: 0 0 0 10px;
  border: 0;
}
.vertical-thumb-slider .fotorama__thumb {
  width: 98%;
}
@media (min-width: 768px) {
  .vertical-thumb-slider .fotorama__stage {
    width: 76% !important;
  }
}
.vertical-thumb-slider .fotorama__arr--next {
  right: 0 !important;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  top: -11px;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  padding: 11px 10px 10px 0 !important;
  cursor: pointer;
  margin-right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb:first-of-type {
  padding-top: 0 !important;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  text-align: center;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right:before {
  content: "";
  border-style: solid;
  border-width: 0 0 2px 2px;
  display: inline-block;
  height: 8px;
  width: 8px;
  text-align: center;
  transform: rotate(320deg);
  margin-top: 8px;
  color: #000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left:before {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  text-align: center;
  transform: rotate(310deg);
  margin-top: 8px;
  color: #000;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: none !important;
}
.page-layout-1column .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  top: -15px;
}
.page-layout-1column .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  padding: 15px 10px 0 0 !important;
  cursor: pointer;
}
.page-layout-1column.catalog-product-view .fotorama__stage__frame.fotorama_vertical_ratio {
  width: 95% !important;
  height: 99.59999999999999% !important;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-right .fotorama__stage,
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-left .fotorama__stage {
  border: 1px solid #eee !important;
  width: 99% !important;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-right .fotorama__thumb,
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-left .fotorama__thumb {
  border-color: #eee !important;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-right .fotorama__stage,
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-left .fotorama__stage {
  background: #fff;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-right .fotorama__nav__shaft .fotorama__active .fotorama__thumb,
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-left .fotorama__nav__shaft .fotorama__active .fotorama__thumb {
  border-color: #737384 !important;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-right .fotorama__stage__frame .fotorama__img,
.poco-themes:not(.poco-home-page-style-2).page-layout-2columns-left .fotorama__stage__frame .fotorama__img {
  padding: 1px;
  margin-left: -17px;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-1column .fotorama__stage,
.poco-themes:not(.poco-home-page-style-2).page-layout-1column .fotorama__thumb {
  border: 1px solid #eee !important;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-1column .fotorama__stage {
  background: #fff;
}
.poco-themes:not(.poco-home-page-style-2).page-layout-1column .fotorama__nav__shaft .fotorama__active .fotorama__thumb {
  border-color: #737384 !important;
}
.fotorama__arr {
  width: 40px !important;
  background-color: transparent !important;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: none !important;
  -mz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.fotorama__arr--next .fotorama__arr__arr {
  background: none !important;
  text-align: center;
}
.fotorama__arr--next .fotorama__arr__arr:before {
  content: "";
  border-style: solid;
  border-width: 0 0 2px 2px;
  display: inline-block;
  text-align: center;
  height: 10px;
  width: 10px;
  transform: rotate(225deg);
}
.fotorama__arr--next .fotorama__arr__arr:hover:before {
  opacity: 0.8;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background: none !important;
  text-align: center;
}
.fotorama__arr--prev .fotorama__arr__arr:before {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  text-align: center;
  transform: rotate(225deg);
}
.fotorama__arr--prev .fotorama__arr__arr:hover:before {
  opacity: 0.8;
}
.fotorama__arr.fotorama__arr--next {
  right: 10px !important;
}
.fotorama__arr.fotorama__arr--prev {
  left: 10px !important;
}
.fotorama__fullscreen-icon {
  background: none !important;
  text-align: center;
}
.fotorama__fullscreen-icon:before {
  content: "\2715";
  font-size: 30px;
  line-height: 80px;
  display: inline-block;
  color: #888;
}
/* End Product Gallery */
.html-block .block-title {
  margin-bottom: 10px;
}
.html-block [data-content-type="row"][data-appearance="contained"] {
  padding: 0 !important;
}
.cartBox.modal-popup .modal-header {
  padding: 20px !important;
}
.cartDetails .action-close {
  top: 5px !important;
}
.cartDetails .swatch-attribute-options {
  margin-top: 3px;
}
/* Sticky Product Page */
.sticky-product {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.89);
  padding: 10px 0;
  position: fixed;
  z-index: 99;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.sticky-product .container {
  position: relative;
}
.sticky-product .timer-product {
  display: none !important;
}
.sticky-product.hide {
  display: none;
}
.sticky-product .sticky-close-i {
  color: #333;
  font-size: 15px;
  float: right;
  padding: 0;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.sticky-product .sticky-close-i:hover {
  opacity: 0.5;
}
.sticky-product .sticky-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.sticky-product .sticky-image .product-image-photo {
  position: static;
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}
.sticky-product .sticky-price {
  display: inline-block;
  vertical-align: middle;
}
.sticky-product .price-box {
  display: flex;
  align-items: center;
}
.sticky-product .price-box p {
  margin: 0;
}
.sticky-product .price-box .price-from {
  margin-right: 10px !important;
}
.sticky-product .sticky-cart-btn {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -18px;
}
.sticky-product .sticky-cart-btn .action.primary:after {
  padding-left: 0;
  font-size: 17px;
}
.sticky-product .sticky-cart-btn .action.primary .icon {
  display: none;
}
.sticky-product .sticky-detail {
  display: inline-block;
  vertical-align: middle;
}
.sticky-product .sticky-detail .product-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600 !important;
}
.sticky-product .stock.available {
  display: block;
  color: #669600;
  margin: 0;
}
.sticky-product .stock.available span {
  color: #5a7b13;
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
}
.sticky-product .stock.unavailable {
  display: block;
  color: #ba0000;
  margin: 0;
}
.sticky-product .stock.unavailable span {
  color: #ba0000;
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
}
.sticky-product .availability.only,
.sticky-product .product-sku-area {
  display: none !important;
}
.sticky-product .product.attribute.sku .value,
.sticky-product .product.attribute.sku .type {
  display: inline-block;
}
.sticky-product .price-box .price-container .price {
  font-size: 14px;
  font-weight: 500;
}
.sticky-product .action.primary {
  font-size: 14px !important;
  padding: 8px 18px !important;
}
.sticky-product .action.primary .icon .st-icon {
  margin-top: -3px;
}
.product.info.detailed {
  width: 100%;
  padding: 95px 0;
  margin-bottom: 0;
  /* Vertical Tab Section */
  /* Accordian Tab Section */
}
.product.info.detailed [data-content-type="row"][data-appearance="contained"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product.info.detailed.accordion,
.product.info.detailed.vertical {
  background-color: #fff;
}
.product.info.detailed.vertical {
  width: 100%;
}
.product.info.detailed.vertical #reviews .block.review-add,
.product.info.detailed.vertical #reviews #product-review-container {
  width: 100%;
  margin-right: 0;
}
.product.info.detailed.vertical .product.data.items > .item.title {
  float: none;
  max-width: 200px;
  text-align: right;
  display: block;
}
.product.info.detailed.vertical .product.data.items > .item.title .switch {
  padding: 10px 25px;
  margin: 0;
}
.product.info.detailed.vertical .product.data.items .item.content {
  position: absolute;
  float: none;
  margin: 0;
  right: 1px;
  top: 0;
  min-height: 180px;
  padding: 20px;
  background-color: transparent;
}
.product.info.detailed.accordion .product.data.items > .item.title {
  float: none;
  margin-bottom: 0;
  display: block;
  text-align: left;
  border-bottom: solid 1px #e9e9e9;
}
.product.info.detailed.accordion .product.data.items > .item.title:last-of-type {
  border-bottom: 0 !important;
}
.product.info.detailed.accordion .product.data.items > .item.title .switch {
  font-size: 18px;
  line-height: normal;
  padding: 20px 40px 20px 0;
  position: relative;
  height: auto;
  margin: 0 !important;
}
.product.info.detailed.accordion .product.data.items > .item.title .switch:after {
  content: "\002B";
  display: block !important;
  text-align: center;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 16px;
  font-weight: normal;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.product.info.detailed.accordion .product.data.items > .item.title .switch:before {
  display: none !important;
}
.product.info.detailed.accordion .product.data.items > .item.title.active .switch:after {
  content: "\2212" !important;
  top: 16px;
}
.product.info.detailed.accordion .product.data.items > .item.title.active:before {
  display: none !important;
}
.product.info.detailed.accordion .product.data.items .item.content {
  float: none;
  margin-left: 0;
  margin-top: 0;
  border: 0 !important;
  padding: 40px 0;
}
.product.info.detailed .product.data.items {
  text-align: center;
  margin-bottom: 0 !important;
}
.product.info.detailed .product.data.items > .item.title {
  display: inline-block;
  float: none;
  border: 0;
  margin-right: 1px;
}
.product.info.detailed .product.data.items > .item.title .switch {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 15px 0;
  margin: 0 25px;
  height: auto;
  font-weight: 500;
  border: 0;
  position: relative;
}
.product.info.detailed .product.data.items > .item.title .switch .counter {
  display: none;
}
.product.info.detailed .product.data.items > .item.title .switch:before {
  content: " ";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: transparent;
}
.product.info.detailed .product.data.items > .item.title.active .switch {
  border: 0;
}
.product.info.detailed .product.data.items > .item.title.active .switch:before {
  content: " ";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -2px;
}
.product.info.detailed .product.data.items > .item.content {
  margin-top: 50px;
  padding: 70px 0 0;
  text-align: left;
  background-color: transparent;
  font-size: 18px;
  line-height: 32px;
}
.product.info.detailed .product.data.items > .item.content .description p:last-of-type {
  margin-bottom: 0;
}
.product.info.detailed .product.data.items > .item.content .description ul {
  margin-left: 0;
  padding-left: 25px;
}
.product.info.detailed .product.data.items > .item.content .description ol {
  margin: 0 0 10px 15px;
}
.product.info.detailed .product.data.items > .item.content .description ol li {
  margin-bottom: 3px;
}
.product.info.detailed .product.data.items .data.table.additional-attributes {
  width: 100%;
}
.product.info.detailed .product.data.items .data.table.additional-attributes th.label,
.product.info.detailed .product.data.items .data.table.additional-attributes td.data {
  width: 50%;
  padding: 5px 10px;
}
.product.info.detailed #reviews:before,
.product.info.detailed #reviews:after {
  content: "";
  clear: both;
  display: block;
}
.product.info.detailed #reviews #product-review-container {
  float: left;
  width: 51.5%;
  margin-right: 3%;
  margin-bottom: 20px;
}
.product.info.detailed #reviews #product-review-container .review-ratings .rating-summary {
  display: inline-block;
  padding-right: 10px;
}
.product.info.detailed #reviews .review-list {
  margin-bottom: 0 !Important;
}
.product.info.detailed #reviews .review-list .block-title strong {
  font-size: 20px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 700;
  display: block;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.product.info.detailed #reviews .review-list .review-items {
  max-height: 480px;
  overflow-y: auto;
}
.product.info.detailed #reviews .review-list .review-item {
  padding: 20px 0;
}
.product.info.detailed #reviews .review-list .review-item .review-ratings {
  max-width: inherit;
  display: block;
  float: none;
  padding: 10px 0 20px;
}
.product.info.detailed #reviews .review-list .review-item .review-ratings:before,
.product.info.detailed #reviews .review-list .review-item .review-ratings:after {
  content: "";
  clear: both;
  display: block;
}
.product.info.detailed #reviews .review-list .review-item .rating-summary {
  padding: 10px;
  background-color: #f7f6f4;
  width: 32%;
  float: left;
  margin-right: 1%;
  text-align: center;
}
.product.info.detailed #reviews .review-list .review-item .rating-summary .rating-label {
  font-weight: 600;
  padding: 0;
  display: inline;
  font-size: 15px;
  margin-right: 10px;
  vertical-align: middle;
}
.product.info.detailed #reviews .review-list .review-item .review-content {
  margin-bottom: 20px;
}
.product.info.detailed #reviews .review-list .review-item .review-details {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product.info.detailed #reviews .review-list .review-item .review-details p {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  margin: 0;
}
.product.info.detailed #reviews .review-list .review-item .review-details strong {
  font-weight: 500;
}
.product.info.detailed #reviews .review-list .review-toolbar {
  border: 0;
  margin: 0 0 20px;
}
.product.info.detailed #reviews .review-title {
  font-weight: 500;
  margin-bottom: 10px;
}
.product.info.detailed #reviews .review-ratings ~ .review-content,
.product.info.detailed #reviews .review-ratings ~ .review-details {
  margin-left: 0;
}
.product.info.detailed #reviews .block.review-add {
  float: left;
  width: 45.5%;
}
.product.info.detailed #reviews .review-add .block-title {
  display: block;
}
.product.info.detailed #reviews .review-add .block-title strong {
  font-size: 20px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 700;
  display: block;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
.product.info.detailed #reviews .review-add .block-content {
  padding: 0;
  background-color: transparent !important;
}
.product.info.detailed #reviews #review-form .review-field-ratings .label {
  padding: 0 10px 10px 0;
  text-transform: none;
  font-weight: 600;
  line-height: normal;
}
.product.info.detailed #reviews #review-form .review-field-ratings legend {
  display: none;
}
.product.info.detailed #reviews #review-form .review-field-ratings .review-field-rating {
  position: relative;
}
.product.info.detailed #reviews #review-form .label {
  text-align: left;
  padding: 0;
}
.product.info.detailed #reviews #review-form .review-legend.legend {
  margin-bottom: 20px;
}
.product.info.detailed #reviews #review-form .review-field-rating .control {
  padding-top: 0;
}
.product.info.detailed #reviews #review-form .fieldset {
  margin-bottom: 10px;
}
.product.info.detailed #reviews #review-form .fieldset > .legend {
  text-transform: none;
}
.product.info.detailed #reviews #review-form .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.product.info.detailed #reviews #review-form .fieldset > .field {
  margin: 0 0 10px !important;
}
.product.info.detailed #reviews #review-form .fieldset .review-field-ratings {
  margin: 0 0 20px !important;
}
.product.info.detailed #reviews #review-form .fieldset > .field.review-field-text {
  margin: 0 !important;
}
.product.info.detailed #reviews #review-form .actions-toolbar {
  margin-left: 0 !important;
  margin-top: 20px;
}
.product.info.detailed #reviews #review-form .review-legend.legend span {
  font-size: 17px;
}
.product.info.detailed #reviews #review-form .review-legend.legend strong {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding-left: 5px;
}
.product.info.detailed .description ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 20px;
}
.product.info.detailed .description ul > li {
  position: relative;
  padding-left: 35px;
  margin: 0;
}
.product.info.detailed .description ul > li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}
.product.info.detailed .description ol {
  margin: 0 0 10px 15px;
}
.product.info.detailed .description ol li {
  margin-bottom: 3px;
}
.product.info.detailed .description table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.product.info.detailed .description table th {
  padding: 10px;
  text-align: left;
}
.product.info.detailed .description table td {
  padding: 10px;
}
.product.info.detailed .product.description img[style="float: left;"] {
  margin: 0 20px 20px 0;
}
.product.info.detailed .product.description img[style="float: right;"] {
  margin: 0 0 20px 20px;
}
.page-layout-2columns-right.catalog-product-view .product-info-main,
.page-layout-2columns-left.catalog-product-view .product-info-main {
  width: 50% !important;
  padding-left: 25px;
}
.page-layout-2columns-right.catalog-product-view .product.media,
.page-layout-2columns-left.catalog-product-view .product.media {
  width: 50% !important;
  padding-right: 25px;
}
.page-layout-2columns-right.catalog-product-view .product.info.detailed #reviews .review-list .review-item .rating-summary,
.page-layout-2columns-left.catalog-product-view .product.info.detailed #reviews .review-list .review-item .rating-summary {
  width: 49%;
  margin-bottom: 5px;
  margin-right: 1%;
}
.page-layout-2columns-right .product.info.detailed .product.data.items > .item.title,
.page-layout-2columns-left .product.info.detailed .product.data.items > .item.title {
  margin-right: 0;
}
.page-layout-2columns-right .product.info.detailed .product.data.items > .item.title .switch,
.page-layout-2columns-left .product.info.detailed .product.data.items > .item.title .switch {
  margin: 0 15px;
}
.page-layout-2columns-right .product.info.detailed.vertical .product.data.items > .item.title .switch,
.page-layout-2columns-left .product.info.detailed.vertical .product.data.items > .item.title .switch {
  margin: 0;
  font-size: 14px;
}
.page-layout-2columns-right .product.info.detailed.vertical .product.data.items > .item.title.active .switch:before,
.page-layout-2columns-left .product.info.detailed.vertical .product.data.items > .item.title.active .switch:before {
  display: none;
}
.page-layout-2columns-right .product.info.detailed.vertical .product.data.items .pl-7,
.page-layout-2columns-left .product.info.detailed.vertical .product.data.items .pl-7 {
  padding-left: 40px !important;
}
.page-layout-2columns-right .product.info.detailed.vertical #reviews .review-list .block-title strong,
.page-layout-2columns-left .product.info.detailed.vertical #reviews .review-list .block-title strong {
  margin: 0 !important;
  padding: 0 !important;
}
.page-layout-2columns-right .quickViewDetails.modal-popup .product-info-main,
.page-layout-2columns-left .quickViewDetails.modal-popup .product-info-main,
.page-layout-2columns-right .quickViewDetails.modal-popup .product.media,
.page-layout-2columns-left .quickViewDetails.modal-popup .product.media {
  width: 100% !important;
}
.page-layout-2columns-right .quickViewDetails .product.info.detailed:not(.accordion) .product.data.items > .item.title .switch,
.page-layout-2columns-left .quickViewDetails .product.info.detailed:not(.accordion) .product.data.items > .item.title .switch {
  margin: 0;
}
.page-layout-2columns-right .fotorama__nav--thumbs .fotorama__nav__frame,
.page-layout-2columns-left .fotorama__nav--thumbs .fotorama__nav__frame {
  margin-right: 20px;
  margin-bottom: 0;
  padding: 0 !important;
}
.page-layout-2columns-right .fotorama__stage,
.page-layout-2columns-left .fotorama__stage {
  margin-bottom: 20px;
}
.magebees-timecountdown-container:before,
.magebees-timecountdown-container:after {
  content: "";
  clear: both;
  display: block;
}
.page-layout-1column .column.main .block.widget.block-viewed-products-grid .product-item {
  margin-left: 0;
}
/* Product Type */
.bundle-options-container .product-add-form {
  display: none;
}
.page-product-bundle .product-info-price .price-box p {
  margin: 0;
}
.page-product-bundle .bundle-actions {
  margin: 30px 0;
}
.product-add-form .block-bundle-summary .box-tocart .fieldset {
  width: auto;
}
.product-add-form .block-bundle-summary .box-tocart .field.qty,
.product-add-form .block-bundle-summary .update .field.qty {
  padding-right: 0;
}
.bundle-options-container {
  clear: both;
}
.bundle-options-container .product-options-wrapper label,
.bundle-options-container .product-options-wrapper .swatch-attribute-label {
  padding-right: 0;
}
.bundle-options-container .legend.title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: none;
}
.bundle-options-container .product.name {
  font-size: 14px;
}
.bundle-options-container .available.stock {
  margin: 0;
}
.bundle-options-container .action.back {
  margin-bottom: 10px;
  background: transparent;
  color: #000;
  padding: 0 !important;
  font-weight: 600;
  text-decoration: underline;
  font-size: 14px;
}
.bundle-options-container .nested .field.qty {
  margin-top: 10px;
}
.bundle-options-container .nested .field.qty .control,
.bundle-options-container .nested .field.qty .label {
  display: inline-block;
}
.bundle-options-container .block-bundle-summary {
  padding: 20px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 600;
}
.bundle-options-container .block-bundle-summary .product-image-container {
  width: 110px !important;
  float: left;
  margin-right: 15px;
}
.bundle-options-container .block-bundle-summary .product-details {
  padding-left: 120px;
  display: block;
}
.bundle-options-container .block-bundle-summary .box-tocart {
  margin: 0 !important;
  padding: 5px 0 !important;
  border: 0 !important;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty {
  margin-right: 15px !important;
  margin-bottom: 5px !important;
  vertical-align: middle;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty .input-text.qty {
  width: 50px !important;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .box-tocart .field.qty .control-qty {
  right: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  margin-bottom: 0 !important;
}
.bundle-options-container .block-bundle-summary .box-tocart .available.stock {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .price-box {
  clear: both;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 600;
}
.bundle-options-container .bundle-options-wrapper {
  width: 100% !important;
}
.bundle-options-container .bundle-options-wrapper .required {
  font-size: 12px;
}
.bundle-options-container {
  margin: 0 !important;
}
.bundle-options-container .product-add-form {
  margin-bottom: 0;
}
.bundle-options-container .product-options-wrapper {
  width: 100% !important;
}
.bundle-options-container .product-options-wrapper .fieldset {
  margin: 0 0 10px;
}
.bundle-options-container .product-options-wrapper .fieldset .field {
  width: 100%;
  float: none;
  display: block;
}
.bundle-options-container .product-options-wrapper .fieldset .field:nth-of-type(2n) {
  padding-left: 0;
}
.bundle-options-container .block-bundle-summary {
  width: 100% !important;
  padding: 0 !important;
}
.table-wrapper.grouped {
  margin-top: 20px;
}
.table-wrapper.grouped #super-product-table {
  font-size: 14px;
  border: solid 1px #ddd;
}
.table-wrapper.grouped #super-product-table tr:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.table-wrapper.grouped #super-product-table td,
.table-wrapper.grouped #super-product-table th {
  padding: 5px 10px;
}
.table-wrapper.grouped td,
.table-wrapper.grouped th {
  padding: 5px 10px;
}
.table-wrapper.grouped .product-info-main .price-box {
  margin-bottom: 0;
}
.table-wrapper.grouped .price-box .price {
  font-size: 14px !important;
}
.table-wrapper.grouped .control .qty {
  height: 30px;
}
.page-product-bundle .bundle-options-container .product-add-form {
  background-color: #f3f3f3;
  padding: 20px;
}
.page-product-bundle .bundle-options-container .product-add-form:before,
.page-product-bundle .bundle-options-container .product-add-form:after {
  content: '';
  clear: both;
  display: block;
}
.page-product-bundle .bundle-options-container:before,
.page-product-bundle .bundle-options-container:after {
  content: '';
  clear: both;
  display: block;
}
.page-product-bundle .bundle-options-container .legend.title,
.page-product-bundle .bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.page-product-bundle .bundle-options-container .block-bundle-summary {
  background-color: #f3f3f3;
}
.page-product-bundle .product-info-main .price-box .price-wrapper .price {
  font-size: 2.4rem;
}
.page-product-bundle .product-info-main .price-box .price-to,
.page-product-bundle .product-info-main .price-box .price-from {
  display: inline-block;
  margin-right: 10px;
}
.page-product-downloadable .product-options-bottom {
  width: 100% !important;
}
.page-product-downloadable .product-options-wrapper {
  width: 100% !important;
  padding-right: 0;
}
.page-product-downloadable .product-options-wrapper .fieldset .field {
  width: 100% !important;
  padding-right: 0;
}
.page-product-downloadable .items.samples dd {
  display: inline-block;
  padding-right: 5px;
}
.page-product-downloadable .items.samples dd a {
  background-color: #f2f2f2;
  padding: 3px 10px;
}
.page-product-downloadable .product-add-form .box-tocart {
  margin-top: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.fotorama__stage {
  border: 0 !important;
}
/* ------------------------------------------------------------
   End Product Detail Page ------------------------------------ 
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Cart Page Common  ------------------------------------------ 
--------------------------------------------------------------- */
.cart.table-wrapper {
  margin-bottom: 0;
}
.cart.table-wrapper .cart.items.data.table {
  border: 0 !important;
}
.cart.table-wrapper .cart.items.data.table td {
  border: 0 !important;
  padding: 40px 0 !important;
}
.cart.table-wrapper .cart.items.data.table th {
  padding: 0 0 40px !important;
  border: 0;
  border-bottom: solid 1px #dbdbdb !important;
}
.cart.table-wrapper .items > .item {
  border-bottom: solid 1px #dbdbdb !important;
}
.cart.table-wrapper .cart.item .price-including-tax .price,
.cart.table-wrapper .cart.item .price-excluding-tax .price {
  font-weight: 400 !important;
}
.cart.table-wrapper .item-actions .actions-toolbar {
  margin-left: 0 !important;
}
.cart.table-wrapper .col {
  padding-top: 0;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal {
  text-align: center;
}
.cart.table-wrapper .items thead + .item {
  border-top: 0;
  border-bottom: 0;
}
.cart.table-wrapper .item .product-image-photo {
  border: 1px solid #ddd;
}
.cart.table-wrapper .cart.items thead th {
  font-size: 20px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.cart.table-wrapper .item .col.item {
  border: 0 !important;
  padding: 10px !important;
}
.cart.table-wrapper .cart.items.data.table tr.item-actions {
  background-color: transparent !important;
}
.cart.table-wrapper .cart.items.data.table tr.item-actions td {
  padding-top: 0 !important;
}
@media (min-width: 769px) {
  .cart.table-wrapper .product-item-photo {
    padding-right: 50px;
    padding-left: 0;
  }
}
.cart.table-wrapper .product-image-container {
  display: block;
}
.cart.table-wrapper .product-item-name {
  margin-top: 0;
  text-transform: uppercase;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .item-options dt,
.cart.table-wrapper .item-options dd {
  margin-bottom: 0;
  font-weight: 400;
}
.cart.table-wrapper .item-options dt {
  margin-right: 5px;
}
.cart.table-wrapper .product-item-details {
  vertical-align: middle !important;
}
.cart.table-wrapper .actions-toolbar .action,
.cart.table-wrapper .actions-toolbar .action-gift {
  margin-bottom: 0;
}
.cart.table-wrapper .actions-toolbar .action {
  width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 0;
}
.cart.table-wrapper .actions-toolbar .action.action-edit {
  padding: 0 !important;
}
.cart.table-wrapper .actions-toolbar .action.action-towishlist {
  padding: 0 !important;
}
.cart.table-wrapper .actions-toolbar .action.action-delete {
  padding: 0 !important;
}
.cart.table-wrapper .actions-toolbar .action span {
  display: none;
}
.cart.table-wrapper .actions-toolbar .action:focus {
  background-color: transparent !important;
  border: 0 !important;
}
.cart.table-wrapper .col.qty .input-text {
  width: 70px;
  text-align: left;
}
.cart.table-wrapper .col.qty .field.qty {
  text-align: center;
  display: inline-block;
  margin: 0 auto !important;
  min-width: 100px;
  position: relative;
  border: solid 1px #d7d7db;
}
.cart.table-wrapper .col.qty .field.qty .control-qty {
  right: -6px !important;
  margin: 0 !important;
}
.cart.table-wrapper .col.qty .field.qty .input-text.qty {
  height: 61px !important;
  float: left;
  width: 70px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
  margin-top: 0;
  border: 0 !important;
}
.cart.table-wrapper .col.qty .field.qty .label {
  display: none;
}
.cart.table-wrapper .col.qty .field.qty .qnty {
  position: absolute;
  width: 31px;
  right: 0;
}
.cart.table-wrapper .col.qty .field.qty .qnty .icon {
  font-size: 17px;
}
.cart.table-wrapper .col.qty .field.qty .quantity-controls {
  font-size: 13px;
  float: left;
  background-color: transparent;
  position: static;
  height: 31px;
  width: 31px;
  line-height: 35px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  border: solid 1px #d7d7db;
  border-top: 0;
  border-right: 0;
}
.cart.table-wrapper .col.qty .field.qty .quantity-controls:hover {
  background-color: #ddd;
}
.cart.table-wrapper .col.qty .field.qty .less {
  margin-right: -1px;
}
.cart.table-wrapper .col.qty .field.qty .more {
  margin-left: -1px;
}
.cart.table-wrapper .col.qty .field.qty .field-error,
.cart.table-wrapper .col.qty .field.qty div.mage-error {
  width: 100%;
  position: absolute;
  top: 100%;
  line-height: normal;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update .cart-container .form-cart .action.continue,
.block-cart-failed .action.continue {
  padding: 5px 10px;
  font-weight: normal;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update .cart-container .form-cart .action.continue:before,
.block-cart-failed .action.continue:before {
  display: none;
}
.block-cart-failed .action.continue,
.cart-container .actions .action.continue,
.cart-container .actions .action.clear,
.cart-container .actions .action.update {
  padding: 5px 10px;
  font-size: 13px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  line-height: normal;
}
.block-cart-failed .action.continue:focus,
.cart-container .actions .action.continue:focus,
.cart-container .actions .action.clear:focus,
.cart-container .actions .action.update:focus,
.block-cart-failed .action.continue:active,
.cart-container .actions .action.continue:active,
.cart-container .actions .action.clear:active,
.cart-container .actions .action.update:active,
.block-cart-failed .action.continue:hover,
.cart-container .actions .action.continue:hover,
.cart-container .actions .action.clear:hover,
.cart-container .actions .action.update:hover {
  border: 0;
}
.cart-container .cart-totals {
  padding: 10px 0;
  border: 0;
}
.cart-container .cart.main.actions {
  padding: 40px 0;
}
.cart-container .cart.main.actions .action {
  padding: 0 !important;
  margin-bottom: 0;
  background-color: transparent !important;
  border: 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}
.cart-container .cart.main.actions .action:before {
  display: none;
}
@media (min-width: 769px) {
  .cart-container .form-cart .action.update {
    margin-left: 40px !important;
  }
}
.cart-container .checkout-methods-items {
  text-align: left;
  margin-top: 40px;
}
.cart-container .checkout-methods-items .action.primary {
  width: auto;
  font-size: 15px;
  font-weight: 600;
}
.cart-container .cart-summary {
  padding: 0;
  width: 24%;
  margin-left: 3%;
  background-color: transparent;
}
.cart-container .cart-summary > .title {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  border: 0;
  padding: 0 0 40px;
}
.cart-container .cart-summary .block > .title {
  margin-bottom: 10px;
  background-color: #f7f5f4;
  padding: 10px 30px 10px 10px;
}
.cart-container .cart-summary .block > .title strong {
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.cart-container .cart-summary .data.table.totals {
  border: 0 !important;
}
.cart-container .cart-summary .data.table.totals th,
.cart-container .cart-summary .data.table.totals td {
  border: 0 !important;
  padding: 15px 0 !important;
  text-transform: uppercase;
}
.cart-container .cart-summary .data.table.totals tr:not(:last-of-type) {
  border-bottom: solid 1px #dbdbdb;
}
.cart-container .cart-summary .data.table.totals tbody tr:nth-of-type(even) {
  background-color: inherit !important;
}
.cart-container .cart-summary .data.table.totals tr.grand.totals,
.cart-container .cart-summary .data.table.totals tr.grand.totals td {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.cart-container .cart-summary .data.table.totals tr.grand.totals strong,
.cart-container .cart-summary .data.table.totals tr.grand.totals td strong {
  font-weight: 600;
}
.cart-container .cart-summary .block .fieldset .field.note {
  font-size: 15px;
}
.cart-container .cart-summary .block .fieldset .field {
  margin-bottom: 10px !important;
}
.cart-container .cart-summary .block .fieldset .field:not(.choice) > .label {
  font-weight: normal;
}
.cart-container .cart-summary #discount-coupon-form .field {
  margin-bottom: 10px !important;
  margin-top: 30px;
}
.cart-container .cart-summary #discount-coupon-form .field .label {
  display: none;
}
.cart-container .cart-summary #discount-coupon-form .actions-toolbar .primary button {
  padding: 10px 25px !important;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  padding: 8px 30px 8px 0;
  border: 0;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  content: '';
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 9px;
  width: 9px;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 16px;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
}
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  transform: rotate(312deg);
  top: 20px;
}
.column.main .block.crosssell {
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 0 !important;
  clear: both;
}
.column.main .block.crosssell .products {
  margin-bottom: 0 !important;
}
.column.main .block.crosssell .products-grid .product-item {
  padding: 0 !important;
}
.column.main .block.crosssell .title {
  text-align: center;
  position: relative;
}
.column.main .block.crosssell .title strong {
  font-size: 25px;
  font-weight: 600;
  text-transform: none;
  margin: 0;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
.column.main .block.crosssell .products-grid .product-item {
  width: 23.5%;
  margin-right: 2%;
  margin-left: 0;
}
.column.main .block.crosssell .products-grid .product-item:nth-child(4n) {
  margin-right: 0;
}
.column.main .block.crosssell .products-grid .product-item .product-item-name {
  font-size: 14px;
}
.checkout-cart-index .minicart-wrapper .minicart-items-wrapper {
  height: auto !important;
}
/* ------------------------------------------------------------
   End Cart Page Common  --------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   One page checkout   ----------------------------------------
--------------------------------------------------------------- */
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin: 0;
}
.opc-wrapper .fieldset .field.required,
.opc-wrapper .fieldset .field._required {
  margin-bottom: 5px !important;
}
.mageb-osc .magebees-discount-code-wrapper .payment-option-content .actions-toolbar {
  margin-left: 0 !important;
}
.checkout-index-index .column:not(.sidebar-main) form .actions-toolbar,
.checkout-index-index .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0 !important;
}
.checkout-index-index.magebees-onepage-checkout .modal-popup .action-close {
  padding: 15px;
}
.mageb-success-page h2,
.mageb-success-page h3,
.mageb-success-page h4,
.mageb-success-page h3.product-name,
.sucess-col .sub-title,
.sucess-col .left-success .sub-title {
  font-weight: 600;
}
.opc-wrapper .form-discount {
  max-width: 100%;
}
.checkout-shipping-method .actions-toolbar > .primary {
  float: left !important;
}
.checkout-index-index .nav-sections {
  display: block;
}
.magebees-onepage-checkout .modal-popup .actions-toolbar {
  display: inline-block;
  margin-bottom: 0 !important;
  vertical-align: middle;
}
.magebees-onepage-checkout .modal-popup .secondary {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .form.form-login .actions-toolbar .primary,
  .magebees-onepage-checkout .modal-popup .actions-toolbar {
    margin-left: 26%;
  }
  .form.form-login .actions-toolbar .primary {
    margin-left: 0;
  }
}
/* ------------------------------------------------------------
   End One page checkout   ------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Quickview Modal Popup  -------------------------------------
--------------------------------------------------------------- */
.quickViewDetails {
  max-width: 1040px;
  margin: 0 auto;
}
.quickViewDetails.modal-popup._inner-scroll .modal-inner-wrap {
  width: 100% !important;
  max-width: 100% !important;
}
.quickViewDetails .modal-footer {
  padding: 0;
}
.quickViewDetails.modal-popup._inner-scroll .modal-content {
  padding: 20px 60px 60px 60px;
}
.quickViewDetails .product.info.detailed .product.data.items > .item.content h2 {
  font-size: 22px;
  line-height: normal;
}
.quickViewDetails .product.data.items > .item.content {
  background-color: transparent;
}
.quickViewDetails .product-item .product-item-name {
  font-size: 14px;
}
.quickViewDetails .mageb-qv-popup:after,
.quickViewDetails .mageb-qv-popup:before {
  content: '';
  clear: both;
  display: block;
}
.quickViewDetails .mageb-qv-popup .row:after,
.quickViewDetails .mageb-qv-popup .row:before {
  content: '';
  clear: both;
  display: block;
}
.quickViewDetails .mageb-qv-popup .image-box-detail {
  width: 50%;
  padding-right: 20px;
  float: left;
}
.quickViewDetails .mageb-qv-popup .info-box-detail {
  width: 50%;
  padding-left: 20px;
  float: left;
}
.quickViewDetails .mageb-qv-popup .info-detail-container {
  width: 100% !important;
  float: none !important;
}
.quickViewDetails .quickview-product-name h3 {
  font-size: 36px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}
.quickViewDetails .product-options-wrapper .swatch-opt {
  padding-top: 0 !important;
  margin: 0 !important;
}
.quickViewDetails .product-options-wrapper .swatch-option.color {
  border: 0 !important;
}
.quickViewDetails .product-options-wrapper .swatch-option.text {
  height: auto !important;
}
.quickViewDetails .product-info-main label,
.quickViewDetails .product-options-bottom label,
.quickViewDetails .product-info-main .swatch-attribute-label label,
.quickViewDetails .product-options-bottom .swatch-attribute-label label {
  font-size: 14px !important;
}
.quickViewDetails .magnifier-preview,
.quickViewDetails .magnifier-preview.magnify-hidden,
.quickViewDetails .magnify-lens.magnify-hidden,
.quickViewDetails .magnify-lens {
  display: none !important;
  pointer-events: none !important;
}
.quickViewDetails .product-add-form {
  border-top: 1px solid #e9e9e9;
  padding-top: 25px !important;
  margin-top: 0 !important;
}
.quickViewDetails .product-social-links {
  clear: both;
}
.quickViewDetails .product.info.detailed:not(.accordion) .product.data.items > .item.title .switch {
  margin: 0 15px;
}
.quickViewDetails .product-add-form .fieldset:last-child {
  margin-bottom: 0 !important;
}
.quickViewDetails .product-add-form .box-tocart {
  background-color: transparent;
  padding: 15px 0 25px;
  border: 0 !important;
  margin: 0 !important;
}
.quickViewDetails .product-add-form .box-tocart:before,
.quickViewDetails .product-add-form .box-tocart:after {
  content: '';
  clear: both;
  display: block;
}
.quickViewDetails .product-add-form .box-tocart .fieldset {
  display: table;
  margin: 0;
  padding-right: 40px;
}
.quickViewDetails .product-add-form .box-tocart .fieldset .control-qty-cart {
  position: static;
  float: left !important;
}
.quickViewDetails .product-add-form .box-tocart .actions {
  display: table-cell !important;
  vertical-align: middle;
  width: auto;
}
.quickViewDetails .product-add-form .box-tocart .action.ajaxproduct {
  width: 100%;
}
.quickViewDetails .product-add-form .box-tocart .field.qty {
  display: table-cell !important;
  vertical-align: middle;
  margin-bottom: 0 !important;
  float: none;
  width: 85px;
  height: 62px;
  position: relative;
  border: solid 1px #d7d7db;
  padding-right: 0 !important;
}
.quickViewDetails .product-add-form .box-tocart .field.qty .input-text.qty {
  font-size: 18px;
  font-weight: 500;
  float: left;
  height: 60px !important;
  width: 55px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 0;
}
.quickViewDetails .product-add-form .box-tocart .field.qty .label {
  display: none;
}
.quickViewDetails .product-add-form .box-tocart .field.qty .field-error,
.quickViewDetails .product-add-form .box-tocart .field.qty div.mage-error {
  width: 100%;
  position: absolute;
  top: 100%;
  line-height: normal;
  white-space: normal;
}
.quickViewDetails .product-add-form .box-tocart .action.ajaxproduct {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100% !important;
}
.quickViewDetails .product-add-form .box-tocart .action.ajaxproduct:before {
  margin-right: 2px;
  display: none;
}
.quickViewDetails.modal-popup .price-box {
  padding-bottom: 15px !important;
  padding-top: 10px;
}
.quickViewDetails.modal-popup .product-options-bottom .price-box .price-container .price,
.quickViewDetails.modal-popup .product-info-price .price-box .price-container .price {
  font-size: 24px !important;
  line-height: normal !important;
}
.quickViewDetails #quickview-product-review-container {
  float: left;
  width: 52%;
  margin-right: 2.5%;
}
.quickViewDetails .review-form {
  max-width: 100%;
}
.quickViewDetails .block {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 50px !important;
}
.quickViewDetails .block .title strong {
  font-size: 24px !important;
  border-bottom: 0 !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.quickViewDetails .block .section-title {
  margin-bottom: 30px;
}
.quickViewDetails .block.block-slider.crosssell {
  margin-bottom: 0 !important;
}
.quickViewDetails .block.block-slider:not(.related) .product-item-inner.style2 .btn-horizontal .cart-btn .icon {
  display: block;
  line-height: 48px;
}
.quickViewDetails .block.block-slider:not(.related) .product-item-inner.style2 .btn-horizontal .cart-btn .text {
  display: none;
}
.quickViewDetails .block.block-slider:not(.related) .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary {
  padding: 0 30px !important;
}
.quickViewDetails .block.related {
  border-top: 0;
}
.quickViewDetails .block.related .block-actions {
  margin-bottom: 30px;
}
.quickViewDetails .product-social-links .product-addto-links {
  padding-bottom: 30px;
}
.quickViewDetails .product-info-main {
  float: none !important;
  display: block;
  padding-left: 0 !important;
  width: 100% !important;
}
.quickViewDetails .product-info-main .product.attribute.overview {
  margin: 15px 0;
  font-size: 16px;
  line-height: 28px;
  padding: 25px 0;
  display: none !important;
}
.quickViewDetails .product-info-main .product.attribute.overview ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.quickViewDetails .product-info-main .product.attribute.overview ul > li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 5px;
  line-height: normal;
}
.quickViewDetails .product-info-main .product.attribute.overview ul > li:before {
  content: "\2713";
  font-size: 18px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}
.quickViewDetails .product-info-main .stock {
  margin-bottom: 0 !important;
}
.quickViewDetails .product-info-main .product-info-price .price-label {
  display: none !important;
}
.quickViewDetails .product-info-main .product-info-price {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.towishlist,
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.tocompare {
  margin-right: 0;
  padding-right: 15px !important;
}
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.towishlist,
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.tocompare {
  width: auto;
  vertical-align: middle;
}
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.towishlist span,
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.tocompare span {
  display: inline-block;
  vertical-align: middle;
}
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.towishlist:before,
.quickViewDetails .product-info-main .product-social-links .product-addto-links .action.tocompare:before {
  font-size: 14px;
  line-height: inherit;
  width: auto;
  vertical-align: middle;
  height: auto;
  padding-right: 8px;
}
.quickViewDetails .product-info-main .stock.available {
  width: 50%;
}
.quickViewDetails .product-info-main .stock.available span {
  background-color: transparent;
  padding-left: 0;
}
.quickViewDetails .product-info-main .stock.unavailable {
  display: block !important;
  padding: 0 0 10px;
}
.quickViewDetails .product-info-main .stock.unavailable span {
  text-transform: uppercase;
  font-weight: 600;
  color: #cc0000;
}
.quickViewDetails .product-info-main .product-info-price .price-box,
.quickViewDetails .product-info-main .product-info-stock-sku {
  float: none !important;
}
.quickViewDetails .product-info-main .product.attribute.sku,
.quickViewDetails .product-info-main .product-info-stock-sku .stock.available {
  display: inline-block !important;
  padding-right: 10px;
  margin-bottom: 0 !important;
}
.quickViewDetails .product-info-main .items .item {
  display: inline-block;
  padding-right: 10px;
}
.quickViewDetails .product-reviews-summary .reviews-actions a {
  display: inline-block !important;
}
.quickViewDetails .product-reviews-summary .reviews-actions .action.add,
.quickViewDetails .product-reviews-summary .reviews-actions .view:after {
  display: none !important;
}
.quickViewDetails .product.info.detailed #reviews .review-list .review-item .rating-summary {
  width: 49%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.quickViewDetails .product-add-form .product-options-wrapper .fieldset > .legend.links-title {
  display: none;
}
.quickViewDetails .bundle-options-container .legend.title {
  font-size: 22px !important;
}
.quickViewDetails .bundle-options-container p.required {
  margin: 0;
}
.quickViewDetails .bundle-options-container .block-bundle-summary {
  padding: 20px !important;
  width: 100% !important;
}
.quickViewDetails .bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 22px;
  margin-top: 0;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .price-box {
  clear: none;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .box-tocart {
  display: table !important;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .box-tocart .fieldset,
.quickViewDetails .bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: table-cell !important;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .box-tocart .fieldset {
  padding-right: 10px;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .box-tocart .available,
.quickViewDetails .bundle-options-container .block-bundle-summary .box-tocart .price-box p {
  margin-bottom: 10px;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .box-tocart .price {
  font-size: 16px;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .product-addto-links {
  margin-top: 10px;
}
.quickViewDetails .bundle-options-container .block-bundle-summary .product-addto-links .action {
  border: 0;
  padding: 7px 15px !important;
}
.quickViewDetails .buynow-button {
  width: 100%;
}
.quickViewDetails .buynow-button #buy-now {
  width: 100%;
  margin-bottom: 30px;
}
.quickViewDetails .fotorama__stage__frame.fotorama_vertical_ratio {
  width: 100% !important;
  height: 100% !important;
}
.quickViewDetails .fotorama__stage {
  width: 100% !important;
  margin-bottom: 15px;
}
.quickViewDetails .fotorama__nav--thumbs .fotorama__nav__frame {
  margin-right: 15px;
  padding: 0 !important;
  width: 96px !important;
  height: 114px !important;
}
.quickViewDetails .fotorama__thumb {
  border-color: transparent !important;
}
.quickViewDetails.modal-popup .products-grid .product-detail,
.quickViewDetails.modal-popup .products-grid .product-item-details {
  text-align: center !important;
}
.quickViewDetails.modal-popup .products-grid .product-item-inner .actions-primary {
  display: inline-block;
}
.quickViewDetails .product.info.detailed {
  padding: 25px 0;
}
.quickViewDetails .product.info.detailed .product.data.items > .item.content {
  padding: 40px 0 0;
}
.quickViewDetails .block.review-add {
  margin-bottom: 0 !important;
}
.quickViewDetails .product.info.detailed .product.data.items > .item.title {
  margin: 0 10px !important;
}
.quickViewDetails .block-slider .products-grid .product-item .product-item-inner.style1 .btn-horizontal .cart-btn {
  border-right: solid 1px #ececec;
}
.quickViewDetails .block-slider .products-grid .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .action.secondary {
  padding: 0 10px !important;
}
.quickViewDetails .block-slider .products-grid .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .icon {
  display: block;
}
.quickViewDetails .block-slider .products-grid .product-item .product-item-inner.style1 .btn-horizontal .cart-btn .action.secondary .text {
  display: none;
}
.swatch-attribute-selected-option {
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.poco-themes:not(.poco-home-page-style-2) .quickViewDetails .quickview-product-name h3 {
  font-size: 26px !important;
  font-weight: 700 !important;
}
.poco-themes.poco-home-page-style-8 .quickViewDetails .quickview-product-name h3 {
  font-weight: 600 !important;
}
/* ------------------------------------------------------------
   End Quickview Modal Popup  ---------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Cart Detail Modal Popup on Products Listing  ---------------
--------------------------------------------------------------- */
.modal-custom .action-close,
.action-close,
.modal-slide .action-close {
  width: 23px;
  height: 23px;
  padding: 0;
  right: 20px;
  top: 10px;
}
.modal-custom .action-close:before,
.action-close:before,
.modal-slide .action-close:before {
  content: "\2716" !important;
  display: block !important;
  background-image: none !important;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .cartDetails.modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 450px;
  }
}
.cartDetails .modal-header,
.cartDetails .modal-content,
.cartDetails .modal-footer {
  padding-left: 40px;
  padding-right: 40px;
}
.cartDetails .modal-header {
  padding-bottom: 0;
  padding-top: 40px;
}
.cartDetails .modal-custom .action-close,
.cartDetails .action-close,
.cartDetails .modal-slide .action-close {
  width: 23px;
  height: 23px;
  padding: 0;
  right: 0;
  top: -5px;
  padding: 0 !important;
}
.cartDetails .price-box .price-label {
  display: none !important;
}
.cartDetails .pImageBox {
  width: 100% !important;
  padding-right: 0;
}
.cartDetails .pName,
.cartDetails .product-add-form {
  width: 100% !important;
}
.cartDetails .product-add-form .box-tocart {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.cartDetails .product-add-form .box-tocart .field.qty .label {
  display: none;
}
.cartDetails .product-options-wrapper {
  margin-bottom: 10px;
}
.cartDetails .product-options-wrapper .swatch-attribute {
  margin-bottom: 20px;
}
.cartDetails .product-options-wrapper .swatch-attribute.size .swatch-option {
  font-size: 13px !important;
  width: 40px;
  height: 30px;
  line-height: 25px;
}
.cartDetails .product-options-wrapper .swatch-option {
  margin-right: 10px;
}
.cartDetails .product-options-wrapper label,
.cartDetails .product-options-wrapper .swatch-attribute-label {
  font-size: 14px;
}
.cartDetails .block-bundle-summary .available,
.cartDetails .product-options-bottom .price-as-configured {
  margin: 0 0 20px !important;
}
.cartDetails .product-add-form .box-tocart .field.qty,
.cartDetails .product-add-form .update .field.qty {
  padding-right: 20px;
}
.cartDetails .product-add-form .box-tocart .field.qty .qnty,
.cartDetails .product-add-form .update .field.qty .qnty {
  width: 29px;
}
.cartDetails .price-container .price {
  font-weight: 600;
}
.cartDetails .product-info-main .box-tocart,
.cartDetails .product-options-bottom .box-tocart {
  display: block;
}
.cartDetails .fieldset {
  margin-bottom: 0 !important;
}
.cartDetails .pname {
  font-size: 20px;
  line-height: normal;
  font-weight: 500 !important;
  padding-right: 0;
  margin-bottom: 20px !important;
}
.cartDetails .modal-inner-wrap .pName {
  font-size: 25px !important;
  line-height: normal !important;
  font-weight: 600 !important;
  padding-right: 0;
  margin-bottom: 30px !important;
  text-transform: uppercase;
}
.cartDetails .pImage {
  margin-bottom: 10px;
}
.cartDetails .modal-content .action {
  width: 100%;
}
.cartDetails .modal-content .action.checkout {
  margin-bottom: 10px;
}
.cartDetails .product-add-form .box-tocart,
.cartDetails .product-add-form .update {
  margin: 20px 0;
}
.cartDetails .block .title strong {
  font-size: 20px;
}
.cartDetails .block .title strong:after {
  display: none;
}
.cartDetails .products-grid .product-item {
  width: 32% !important;
  margin: 0 2% 10px 0;
  float: left;
}
.cartDetails .products-grid .product-item:nth-child(3n) {
  margin-right: 0;
}
.cartDetails .products-grid .product-item:nth-child(3n+1) {
  clear: left;
}
.cartDetails .products-grid .product-item .product-item-name {
  line-height: normal;
}
.cartDetails .products-grid .product-item .price-box .price {
  font-size: 14px;
  font-weight: 600;
}
.cartDetails .related,
.cartDetails .upsell,
.cartDetails .block.crosssell {
  border-top: 0;
}
/* ------------------------------------------------------------
   End Cart Detail Modal Popup on Products Listing  -----------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Blog Wordpress  --------------------------------------------
--------------------------------------------------------------- */
.is-blog .page-title {
  font-weight: 600;
  text-transform: uppercase;
}
.is-blog.wordpress-post-view .page-title {
  font-weight: 600;
  text-transform: none;
}
.sidebar .block {
  width: 100%;
}
.sidebar .block.mageTestimonials {
  padding: 20px;
  margin-bottom: 40px !important;
}
.sidebar .block.mageTestimonials .block-title {
  background-color: transparent;
  margin-top: 0;
}
.sidebar .block.mageTestimonials .magetmQuotes {
  line-height: 22px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  background: url(../images/quote-bg.jpg) no-repeat right bottom;
}
.sidebar .block.mageTestimonials .mageTmClient:before,
.sidebar .block.mageTestimonials .mageTmClient:after {
  content: '';
  clear: both;
  display: block;
}
.sidebar .block.mageTestimonials .mageTmClient .clientPic {
  float: left;
  margin-right: 0;
  max-width: 60px;
  max-height: 60px;
  margin: 0 0 0 4px;
}
.sidebar .block.mageTestimonials .mageTmClient .clientDetails {
  margin-left: 80px;
  line-height: normal;
  display: block;
}
.sidebar .block.mageTestimonials .mageTmClient .clientDetails b {
  display: block;
  line-height: normal;
  text-transform: uppercase;
}
.sidebar .block.mageTestimonials .mageTmClient .clientDetails .mageTmEmail {
  word-break: break-all;
}
.sidebar .block-recent-posts .block-content .item {
  display: table;
  width: 100%;
}
.sidebar .block-recent-posts .block-content .item .post-image {
  width: 30%;
  padding-right: 10px;
}
.sidebar .block-recent-posts .block-content .item .post-image,
.sidebar .block-recent-posts .block-content .item .detail {
  display: table-cell;
  vertical-align: top;
}
.sidebar .block-recent-posts .block-content .item .post-date {
  color: #888888;
  font-size: 12px;
}
.sidebar .block-recent-posts .block-content .item .post-date:before {
  display: none;
}
.sidebar .block-recent-posts .block-content .item .detail a {
  line-height: normal;
}
.sidebar .block-blog-search {
  margin-bottom: 30px !important;
}
.sidebar .block-blog-search .blog-search {
  position: relative;
}
.sidebar .block-blog-search .block-title {
  display: none !important;
}
.sidebar .block-blog-search .block-content {
  padding: 0 !important;
}
.sidebar .block-blog-search .block-content .button {
  font-weight: normal;
}
.sidebar .block-blog-search .button {
  color: #8c8c8c;
  position: absolute;
  right: 0;
  top: 6px;
  background-color: transparent;
  border: 0;
}
.sidebar .block-blog-search .button:hover {
  color: #333333;
}
.sidebar .block-blog-search .button span {
  display: none;
}
.sidebar .block-blog-search .input-text {
  margin-bottom: 10px;
  padding-right: 40px;
}
.sidebar .block-blog .block-title {
  border-bottom: 0;
}
.sidebar .block-blog .block-content ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.sidebar .block-blog .block-content .item {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.sidebar .block-blog .block-content .item a {
  position: relative;
  display: block;
}
.sidebar .block-blog-cloud .tags-list li {
  display: inline-block;
}
.sidebar .block-blog-cloud .tags-list li a {
  margin: 0 2px 10px;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 50px;
}
.comments-wrapper .fieldset {
  margin-bottom: 20px !important;
  margin-top: 40px;
}
.comments-wrapper .fieldset .legend {
  font-size: 3rem;
  font-weight: 600;
}
.comments-wrapper .fieldset .field:not(.choice) > .label {
  display: block;
  width: 100%;
  text-align: left;
}
.comments-wrapper .fieldset .field:not(.choice) > .control {
  width: 100%;
}
.comments-wrapper .fieldset textarea {
  height: 100px;
}
.comments-wrapper .fieldset .feild {
  display: block;
  margin-bottom: 15px !important;
}
.comments-wrapper .fieldset .textarea {
  margin-bottom: 0 !important;
}
.comments-wrapper .fieldset .feilds {
  padding-bottom: 15px;
}
.comments-wrapper .fieldset .feilds:before,
.comments-wrapper .fieldset .feilds:after {
  content: '';
  clear: both;
  display: block;
}
.comments-wrapper .fieldset .feilds .field {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.comments-wrapper .fieldset .feilds .field.last {
  padding-right: 0;
  padding-left: 15px;
}
.comments-wrapper .actions-toolbar .primary .action {
  padding: 15px 25px;
  font-size: 16px;
}
.comments-wrapper .comment-image img {
  border-radius: 50%;
}
.comments-wrapper .comment-author .comment-url {
  font-weight: 600;
}
.comments-wrapper .comment-meta {
  margin-left: 90px;
}
.comments-wrapper .comment-entry {
  clear: none;
  margin-left: 90px;
  font-size: 13px;
}
.comments-wrapper > h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
}
.comments-wrapper .comment-date .comment-when {
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
}
.comments-wrapper .reply .comment-reply-link {
  text-transform: uppercase;
}
/* ------------------------------------------------------------
   End Blog Wordpress  ----------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   My Account  ------------------------------------------------
--------------------------------------------------------------- */
.limiter-options {
  min-width: 80px;
}
.customer-review .product-info .product-name {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 0 0 20px;
}
.customer-review .product-reviews-summary {
  display: block;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: inline-block;
}
.customer-review .product-media {
  max-width: 270px;
}
.customer-review .product-media .product-image-photo {
  width: 100%;
  border: 0;
}
.customer-review .review-details .review-title {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: inherit !important;
    max-width: 720px !important;
    width: 100% !important;
    margin: 0 auto;
  }
  .column:not(.sidebar-main) form .field-recaptcha,
  .column:not(.sidebar-additional) form .field-recaptcha {
    margin-left: 25.8% !important;
  }
}
.sendfriend-product-send .form.send.friend .fieldset {
  margin-bottom: 20px !important;
}
.sendfriend-product-send .form.send.friend .fieldset > .field:not(.choice) > .label {
  width: 135px;
}
.sendfriend-product-send .form.send.friend .fieldset > .field.choice:before,
.sendfriend-product-send .form.send.friend .fieldset > .field.no-label:before {
  width: 135px;
}
.sendfriend-product-send .form.send.friend .actions-toolbar .secondary .action.add {
  margin-top: 0 !important;
}
.sendfriend-product-send .column:not(.sidebar-main) form .actions-toolbar,
.sendfriend-product-send .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 135px !important;
}
.items.order-links {
  display: none;
}
.order-details-items {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.order-details-items .order-title > strong {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 30px;
  display: block;
}
.order-items .price-including-tax,
.order-items .price-excluding-tax {
  font-size: 14px;
  font-weight: normal;
}
.order-actions-toolbar .actions .action {
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
}
.order-details-items .order-items .price,
.order-details-items .table-order-items .product-item-name {
  font-weight: normal;
}
.ordered .table-order-items strong,
.ordered .table-order-items strong .price {
  font-weight: 600;
}
.account.wishlist-index-index .pager:before,
.account.wishlist-index-index .pager:after {
  content: '';
  clear: both;
  display: block;
}
.account.wishlist-index-index .column.main .pager .toolbar-amount {
  padding-top: 3px;
}
.account.wishlist-index-index .column.main .products-grid .product-item {
  position: relative;
  width: 32% !important;
  margin-right: 2%;
  margin-left: 0 !important;
  padding: 0 !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item:nth-child(3n) {
  margin-right: 0;
}
.account.wishlist-index-index .column.main .products-grid .product-item .price-box .price {
  margin: 0 !important;
  display: inline-block;
}
.account.wishlist-index-index .column.main .products-grid .product-item .price-box p {
  margin-bottom: 0;
  display: flex;
}
.account.wishlist-index-index .column.main .products-grid .product-item:hover .product-item-inner,
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-inner {
  opacity: 1;
  visibility: visible;
  position: static;
  padding: 10px !important;
  width: auto;
}
.account.wishlist-index-index .column.main .products-grid .product-item .fieldset {
  margin-bottom: 10px !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .fieldset .field.qty {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .fieldset .field.qty .label {
  width: auto !important;
  display: none;
}
.account.wishlist-index-index .column.main .products-grid .product-item .box-tocart input.qty {
  height: 40px;
}
.account.wishlist-index-index .column.main .products-grid .product-item .fieldset > .field:not(.choice) > .control {
  width: auto !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions {
  margin: 0;
}
.account.wishlist-index-index .column.main .products-grid .product-item .actions-primary .action.tocart.primary:before {
  line-height: 39px;
  width: 40px;
  height: 40px;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-name {
  margin-top: 20px !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-info .magebees_quickview {
  font-size: 14px;
  padding: 15px !important;
  margin: 10px 0;
  border: 0 !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-info .magebees_quickview:before {
  font-size: 16px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  display: none !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-info .magebees_quickview span {
  display: inline-block;
  vertical-align: middle;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-info:hover .magebees_quickview {
  width: 100% !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-info .magebees_quickview:hover span {
  color: #fff !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions .actions-primary .action.primary {
  padding: 9px 18px !important;
  font-size: 14px !important;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions .action.edit {
  margin-right: 10px;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions .action.edit:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23aaa" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"></path><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"></path></svg>');
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions .action.edit span {
  display: none;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions .action.delete:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23aaa" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="3 6 5 6 21 6"></polyline><path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path><line x1="10" y1="11" x2="10" y2="17"></line><line x1="14" y1="11" x2="14" y2="17"></line></svg>');
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions .action.delete span {
  display: none;
}
.account.wishlist-index-index .column.main .products-grid .product-item .product-item-inner .stock.unavailable {
  padding: 7px 18px !important;
  font-size: 14px !important;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
  font-weight: 600;
}
.account.wishlist-index-index .toolbar.wishlist-toolbar {
  margin-bottom: 40px !important;
}
.account.wishlist-index-index .toolbar.wishlist-toolbar br {
  display: none;
}
.account.wishlist-index-index .toolbar.wishlist-toolbar .pager {
  padding: 10px 0;
  margin-top: 0;
}
.account.wishlist-index-index .toolbar.wishlist-toolbar .pager .toolbar-amount {
  padding-top: 9px;
}
.account.wishlist-index-index .form-wishlist-items ~ .toolbar.wishlist-toolbar {
  margin-bottom: 0 !important;
  margin-top: 40px !important;
}
.account.wishlist-index-index .actions-toolbar {
  padding: 10px 0 30px;
}
.account.wishlist-index-index .actions-toolbar .action {
  padding: 8px 25px !important;
  font-size: 13px !important;
}
.account.wishlist-index-index .sidebar .actions-toolbar {
  padding: 0;
  margin: 0;
}
.account.wishlist-index-index .column:not(.sidebar-main) form .actions-toolbar,
.account.wishlist-index-index .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0 !important;
  padding-left: 0;
}
.block .title strong {
  font-size: 18px !important;
  font-weight: 600 !important;
}
.account .page-title-wrapper .page-title {
  margin-right: 0 !important;
}
.account .fieldset > .field:not(.choice) > .label {
  width: 155px;
}
.account .fieldset > .field.choice:before,
.account .fieldset > .field.no-label:before {
  width: 155px;
}
.account .form.form-newsletter-manage .fieldset > .field.choice:before {
  width: inherit;
}
.account .form.form-newsletter-manage .fieldset > .legend {
  float: none;
  display: block;
  padding: 10px;
  width: 100%;
}
.account .form.form-newsletter-manage .actions-toolbar {
  margin-left: 0 !important;
}
.account form.form-address-edit .fieldset > .legend,
.account .form.form-edit-account .fieldset > .legend,
.account .form.form-newsletter-manage .fieldset > .legend {
  float: none;
  display: block;
  padding: 15px;
  width: 100%;
  background-color: #f7f5f4;
  margin-left: 0 !important;
}
.account form.form-address-edit .fieldset,
.account .form.form-edit-account .fieldset,
.account .form.form-newsletter-manage .fieldset {
  margin-bottom: 20px;
}
.account form.form-address-edit .actions-toolbar,
.account .form.form-edit-account .actions-toolbar,
.account .form.form-newsletter-manage .actions-toolbar {
  margin-left: 155px !important;
}
.account .form.form-newsletter-manage .actions-toolbar {
  margin-left: 0 !important;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
}
.block-collapsible-nav .content {
  padding: 30px 20px !important;
}
.block-collapsible-nav .item .delimiter {
  margin: 25px 1.8rem;
}
.account .column .block .block-title .action {
  font-size: 13px;
}
.block-reviews-dashboard .item:not(:last-of-type) {
  border-bottom: 1px solid #dddbde;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* ------------------------------------------------------------
   End My Account  --------------------------------------------
--------------------------------------------------------------- */
/* Safari Browser Hack CSS */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .cart.table-wrapper .items {
    width: 100% !important;
    min-width: inherit !important;
  }
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
  padding-bottom: 20px;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: 100% !important;
}
.opc-payment-additional.discount-code {
  padding: 20px;
  background-color: #efefef;
}
.checkout-payment-method .payment-option-title {
  border: 0;
  padding: 0 !important;
  position: relative;
}
.checkout-payment-method .payment-option-title .action-toggle {
  display: block;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  content: "";
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  right: 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: "\e646";
}
.checkout-payment-method .payment-option-content {
  padding: 10px 0 0;
}
.checkout-payment-method .payment-option-inner {
  margin-bottom: 10px;
}
.opc-block-shipping-information {
  padding: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: -5px;
}
.checkout-success {
  text-align: center;
}
.checkout-success .actions-toolbar .primary {
  float: none;
}
button.mfp-arrow,
button.mfp-arrow:hover {
  background-color: transparent !important;
}
.checkout-onepage-success .page-title-wrapper {
  display: none !important;
}
.checkout-onepage-success .left-success .buttons-set,
.checkout-onepage-success .mageb-saveform .buttons-set {
  text-align: center;
}
.cms-home-demo1-cosmetic .cws-arw a {
  width: 45px !important;
  height: 45px !important;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.cms-home-demo1-cosmetic .cws-arw a:before {
  font-size: 22px !important;
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
}
.cms-home-demo1-cosmetic .cws-pager {
  z-index: 10 !important;
}
.cms-home-demo1-cosmetic .cws-pager li a {
  margin: 0 4px !important;
  border: 0 !important;
}
.faqs-list-item {
  border-bottom: 1px dotted #ccc;
  padding-top: 30px;
  padding-bottom: 20px;
}
.faqs-list-item:last-of-type {
  border-bottom: 0;
}
.faqs-list-item .faqs-list h5 {
  margin-bottom: 10px;
}
.onepage-index-successpreview .page-title-wrap {
  padding: 0;
}
.mageb-success-page img {
  max-width: 60px;
  height: auto !important;
}
.magebees_Onepagecheckout_section_delimiter {
  background: #fff !important;
}
.mb-comment-form .actions-toolbar .action.submit.primary {
  padding: 10px 30px;
}
.blog-post-view .page-title-wrapper {
  text-align: left;
}
/* Today Deal Widgets */
.mage-deal-banner {
  border-radius: 7px;
  min-height: 130px;
  position: relative;
  z-index: 1;
  background-position: center;
}
.mage-deal-banner .title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.mage-deal-banner .timer-product {
  position: static;
}
.mage-deal-banner .container {
  max-width: 890px;
}
.mage-deal-banner #timer-countbox .countdown-section {
  position: relative;
  width: auto;
  padding: 0 15px;
  margin: 0 !important;
}
.mage-deal-banner #timer-countbox .countdown-section,
.mage-deal-banner #category-timer-countbox .countdown-section,
.mage-deal-banner #timer-countbox .countdown-section .countdown-period,
.mage-deal-banner #category-timer-countbox .countdown-section .countdown-period,
.mage-deal-banner #timer-countbox .countdown-section .countdown-amount,
.mage-deal-banner #category-timer-countbox .countdown-section .countdown-amount {
  background-color: transparent !important;
  border-color: transparent !important;
}
.mage-deal-banner #timer-countbox .countdown-section .countdown-amount {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
.mage-deal-banner #timer-countbox .countdown-section .countdown-period {
  font-size: 16px;
  font-weight: 500;
}
.mage-deal-banner #timer-countbox .countdown-section:after {
  content: ":";
  font-size: 32px;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.mage-deal-banner #timer-countbox .countdown-section:last-of-type:after {
  content: '';
}
.mage-deal-banner .btn-small {
  padding: 12px 20px !important;
}
.mage-deal-banner .btn-small .st-icon {
  margin: -4px 0 0 5px;
}
@media (max-width: 999px) {
  .mage-deal-banner {
    background-position: left;
  }
  .mage-deal-banner .container {
    padding: 20px 10px;
  }
  .mage-deal-banner .container .d_fl {
    flex-direction: column;
  }
  .mage-deal-banner .title {
    font-size: 28px;
  }
  .mage-deal-banner .tmr {
    margin: 20px 0;
  }
  .mage-deal-banner #timer-countbox .countdown-section .countdown-amount {
    font-size: 26px;
  }
  .mage-deal-banner #timer-countbox .countdown-section .countdown-period {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .mage-deal-banner {
    background-position: 20%;
  }
  .mage-deal-banner #timer-countbox .countdown-section .countdown-amount {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .mage-deal-banner .title {
    font-size: 25px;
  }
  .mage-deal-banner #timer-countbox .countdown-section .countdown-amount {
    font-size: 18px;
  }
  .mage-deal-banner #timer-countbox .countdown-section .countdown-period {
    font-size: 11px;
  }
  .mage-deal-banner #timer-countbox .countdown-section {
    padding: 0 8px;
  }
}
.page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide) {
  width: 23.5%;
  margin-right: 2%;
  margin-left: 0;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(4n+1):not(div) {
  clear: left;
  margin-left: 0;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(4n):not(div) {
  margin-right: 0;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item .swatch-attribute .swatch-option.text {
  font-size: 11px;
  height: 25px;
  width: 25px;
  line-height: 25px !important;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item .swatch-attribute .swatch-option {
  width: 20px;
  height: 20px;
}
.page-layout-1column .block.widget .products-grid .product-items .product-item .learn-more .action.secondary {
  font-size: 12px;
  padding: 5px 10px;
}
.block.widget .products-grid .product-item,
.page-layout-1column .block.widget .products-grid .product-item.swiper-slide {
  margin-left: 0;
}
.mage-products.mage-deal-products {
  background-position: 50% 50%;
  margin-bottom: 0 !important;
}
.mage-products.mage-deal-products .section-title .sort-detail {
  margin: 0 auto !important;
}
.mage-products.mage-deal-products .block-title .timer-product {
  position: static;
}
.mage-products.mage-deal-products .deal-container {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.mage-products.mage-deal-products .timer-product {
  float: none !important;
  display: block;
}
.mage-products.mage-deal-products .price-container .price {
  font-size: 26px;
  font-weight: 600;
}
.mage-products.mage-deal-products #timer-countbox .countdown-section,
.mage-products.mage-deal-products #timer-countbox .countdown-section .countdown-period,
.mage-products.mage-deal-products #timer-countbox .countdown-section .countdown-amount {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.mage-products.mage-deal-products #timer-countbox .countdown-section {
  line-height: 30px;
  padding: 20px 0 10px;
  width: 32.2%;
  margin-right: 1% !important;
}
.mage-products.mage-deal-products #timer-countbox .countdown-section .countdown-amount {
  font-size: 32px;
  font-weight: 700;
}
.mage-products.mage-deal-products #timer-countbox .countdown-section .countdown-period {
  font-size: 15px;
  font-weight: 600;
}
.mage-products.mage-deal-products .deal-timer {
  margin-bottom: 20px;
}
.mage-products.mage-deal-products .price-box {
  margin-bottom: 20px;
}
.mage-products.mage-deal-products .action.tocart.primary {
  width: 100%;
  font-weight: 600;
}
.mage-products.mage-deal-products .buynow-btn + .swatches-listing,
.mage-products.mage-deal-products .buynow-btn + div + .swatches-listing {
  margin-top: 15px;
}
.block-mage-sidebar {
  max-width: 300px;
}
.block-mage-sidebar .block-title {
  margin-bottom: 20px;
}
.block-mage-sidebar .block-title strong {
  margin: 0;
  font-size: 20px;
  line-height: normal;
}
.block-mage-sidebar.mage-products .timer-product {
  float: none !important;
  margin-bottom: 20px;
  position: static;
}
.block-mage-sidebar .products-grid .product-items .product-item.swiper-slide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.block-mage-sidebar .deal-description {
  margin-bottom: 0;
}
.block-mage-sidebar .swiper-button-next,
.block-mage-sidebar .swiper-button-prev,
.mage-deal-slider .swiper-button-next,
.mage-deal-slider .swiper-button-prev,
.ajax-category-product-items .swiper-button-next,
.ajax-category-product-items .swiper-button-prev {
  top: 35%;
}
.block-mage-sidebar .swiper-button-next,
.mage-deal-slider .swiper-button-next,
.ajax-category-product-items .swiper-button-next {
  right: 5px;
}
.block-mage-sidebar .swiper-button-prev,
.mage-deal-slider .swiper-button-prev,
.ajax-category-product-items .swiper-button-prev {
  left: 5px;
}
.block-mage-sidebar .swiper-button-prev,
.block-mage-sidebar .swiper-rtl .swiper-button-next,
.mage-deal-slider .swiper-button-prev,
.mage-deal-slider .swiper-rtl .swiper-button-next,
.ajax-category-product-items .swiper-button-prev,
.ajax-category-product-items .swiper-rtl .swiper-button-next {
  left: 5px;
  right: auto;
}
.block-mage-sidebar .swiper-button-next,
.block-mage-sidebar .swiper-rtl .swiper-button-prev,
.mage-deal-slider .swiper-button-next,
.mage-deal-slider .swiper-rtl .swiper-button-prev,
.ajax-category-product-items .swiper-button-next,
.ajax-category-product-items .swiper-rtl .swiper-button-prev {
  right: 5px;
  left: auto;
}
.ajax-category-product-items .product-item .buynow-btn ~ .swatches-listing,
.product-item .buynow-btn ~ .swatches-listing {
  margin-top: 15px;
}
.widget.mage-products .block-title {
  position: relative;
}
.mage-deal-products.widget.mage-products .block-title {
  text-align: center;
  background-color: inherit;
  padding: 0;
  position: relative;
}
.mage-deal-products.widget.mage-products .product-items {
  margin: 0;
}
.mage-deal-products.widget.mage-products .block-title {
  background-color: #f5f5f5;
  padding: 20px;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 .deal-container {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 .timer-product {
  float: none;
  display: block;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 .product-title {
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 .price-container .price {
  font-size: 26px;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 #timer-countbox .countdown-section,
.mage-deal-products.widget.mage-products.mage-deal-products-style1 #timer-countbox .countdown-section .countdown-period,
.mage-deal-products.widget.mage-products.mage-deal-products-style1 #timer-countbox .countdown-section .countdown-amount {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 #timer-countbox .countdown-section {
  line-height: 35px;
  padding: 20px 0 10px;
  width: 32.2%;
  margin-right: 1% !important;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 #timer-countbox .countdown-section .countdown-amount {
  font-size: 40px;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 #timer-countbox .countdown-section .countdown-period {
  font-size: 18px;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 .deal-timer {
  margin-bottom: 20px;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 .price-box {
  margin-bottom: 20px;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style1 .action.tocart.primary {
  font-size: 20px !important;
  width: 100%;
  height: 50px !important;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title {
  text-align: left;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title .timer-product {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: end;
  -webkit-justify-content: end;
  -ms-justify-content: end;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title #timer-countbox .countdown-section {
  width: 100px;
  margin-right: 10px !important;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title #timer-countbox .countdown-section:last-of-type {
  margin-right: 0 !important;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title #timer-countbox .countdown-section .countdown-period {
  font-size: 14px;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title .title {
  margin-bottom: 0;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .products-grid.grid .product-item:nth-child(4n) {
  margin-right: 0;
}
.mage-deal-products.widget.mage-products.mage-deal-products-style2 .products-grid.grid .product-item .product-image-photo {
  margin: 0;
}
.mage-deal-slider-sidebar .product-items.widget-new-grid {
  margin: 0 !important;
}
.product-items.widget-new-grid {
  margin: 0 !important;
}
.mage-deal-slider .section-title {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.mage-deal-slider .section-title .timer-product {
  position: static;
  margin: 0;
  width: auto;
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.mage-deal-slider .swiper {
  padding: 0 !important;
}
.mage-deal-slider .view-more {
  text-align: center;
  margin-top: 80px;
}
/* End Today Deal Widgets */
.mb-postview-footer .addthis_toolbox .label {
  padding-top: 0 !important;
}
.megamenu-small-banners ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.megamenu-small-banners ul > li {
  float: left;
  width: 49%;
  margin-right: 2% !important;
}
.megamenu-small-banners ul > li:nth-of-type(2),
.megamenu-small-banners ul > li:nth-of-type(3),
.megamenu-small-banners ul > li:last-of-type {
  margin-right: 0 !important;
}
.megamenu-small-banners ul > li img {
  width: 100%;
}
.single-add-banners img {
  display: block;
}
.customer-review.view .product-details .product-name {
  font-size: 20px;
  font-weight: 700;
}
.customer-review.view .review-details .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.customer-review.view .review-details .title strong {
  font-weight: 600;
}
.customer-review.view .review-details .review-date {
  font-size: 13px;
  color: #888;
}
.customer-review.view .customer-review-rating .item {
  margin-bottom: 0;
}
.customer-review.view .customer-review-rating .item .rating-label {
  margin-right: 5px;
  text-transform: uppercase;
  min-width: 80px;
  display: inline-block;
}
.order-actions-toolbar .actions .action {
  text-transform: uppercase;
  text-decoration: underline;
}
.order-actions-toolbar .action.print {
  display: inline-block !important;
  float: none !important;
}
.search.results .block dd.item {
  display: inline-block;
  padding-right: 10px;
}
.search.results .block dd.item a {
  color: #000;
  background-color: #efefef;
  padding: 5px 10px;
  display: inline-block;
}
.search.results .block dd.item a:hover {
  color: #000;
  background-color: #ddd;
}
.page-layout-2columns-left .main {
  padding-left: 0 !important;
}
.magebees_empty_cart_wrapper .magebees_empty_page_column .magebees_empty_page_title {
  font-weight: 600 !important;
}
.modal-popup .modal-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.modal-popup .loading-mask {
  background: none !important;
}
.static-text-offer-banner {
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  padding: 10px;
}
.static-text-offer-banner .static-text-offer-banner-in {
  border: 1px solid #fff;
  padding: 30px 20px;
}
.static-text-offer-banner h3 {
  margin: 0 0 7px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.static-text-offer-banner p {
  margin: 0;
  font-size: 17px;
}
.static-text-offer-banner b {
  color: #e41515;
  text-decoration: underline;
}
/* Magento Default New Products */
.abs-account-blocks .block-title > strong,
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sidebar .block-title > strong {
  font-weight: 700;
}
.products-grid.wishlist .product-item .product-image-wrapper {
  height: 100%;
}
.block-new-products.list .products-list .product-item .product-item-details {
  padding-left: 30px;
}
.block-new-products.list .product-item-description,
.block-new-products.list .product-item-description p {
  font-size: 16px;
  line-height: 26px;
}
.block-new-products.list .product-item-description p {
  margin: 0;
}
.block-new-products.list .products-list .product-item .price-box {
  margin: 10px 0;
}
.block-new-products.list .action.more {
  display: block;
}
.block.widget .widget-product-grid {
  margin: 0 !important;
}
.block.widget .pager {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.block.widget .pager .items {
  margin: 0;
}
.block.widget .pager .toolbar-amount {
  font-size: 15px;
}
.checkout-index-index #maincontent {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-content {
  padding-left: 0;
}
.block-collapsible-nav {
  position: static;
}
.block-collapsible-nav .title {
  border-bottom: 0;
  border-top: 0;
  padding: 0;
}
.block-collapsible-nav .title:after {
  top: 0;
  right: 0;
}
.modal-popup.confirm .modal-content,
.modal-popup.confirm .modal-footer {
  text-align: center;
}
.availability.only {
  background-color: #fff5f5;
  padding: 10px 10px 10px 40px;
  color: #d00;
  position: relative;
  margin-top: 20px;
}
.availability.only:before {
  content: "\f252";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 17px;
}
.cms-noroute-index .error-detail h2 {
  font-weight: 600;
}
.block.newsletter .field.newsletter {
  max-width: 100% !important;
}
.block.newsletter input {
  margin-right: 0 !important;
}
.page-layout-2columns-left .main {
  padding-left: 0 !important;
}
.full-width-layout-poco .category-images .category-image-list,
.full-width-layout-poco .megamenu-small-banners ul > li img {
  width: 100%;
}
.full-width-layout-poco .sidebar .block.banner-block img {
  width: 100%;
}
.opc-sidebar .opc-block-summary .qty-box .reviewQty {
  width: 40px;
  text-align: center;
}
.opc-sidebar .opc-block-summary .qty-box .btnDec,
.opc-sidebar .opc-block-summary .qty-box .btnInc {
  padding: 7px 10px;
}
.opc-block-summary {
  padding: 20px;
}
.opc-block-summary .oscProductName .product-name {
  margin: 0;
}
.opc-block-summary .oscproductRow td {
  vertical-align: middle;
}
.opc-block-summary .subtotal .price-excluding-tax {
  font-size: 13px;
}
[data-element="mobile_image"],
[data-element="desktop_image"] {
  display: block;
}
.icon-text {
  position: relative;
}
.icon-text .icon {
  position: absolute;
  margin-top: -5px;
}
.icon-text .icon svg {
  width: 30px;
  height: 30px;
}
.icon-text .details {
  padding-left: 50px;
  display: block;
}
.list-style1 {
  margin: 0 0 20px !important;
  padding: 0;
  list-style: none !important;
}
.list-style1 li {
  position: relative;
  padding-left: 30px;
}
.list-style1 li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
.team-section.style1 .item {
  text-align: center;
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.team-section.style1 .item:last-of-type {
  margin-right: 0;
}
.team-section.style1 .team-member-photo {
  margin-bottom: 45px;
  position: relative;
}
.team-section.style1 .item .img {
  position: relative;
  overflow: hidden;
}
.team-section.style1 .item .img img {
  width: 100%;
  display: block;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.team-section.style1 .item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.team-section.style1 .team-member-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}
.team-section.style1 .team-member-position {
  font-size: 20px;
}
.team-section.style1 .item .social-icons {
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0;
  position: absolute;
  bottom: -20px;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-section.style1 .item:hover .social-icons {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.team-section.style1 .social-icons ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}
.team-section.style1 .social-icons ul li {
  display: inline-block;
  margin: 0 10px;
}
.team-section.style1 .social-icons a:hover {
  opacity: 0.6;
}
.image-height-section {
  position: relative;
}
.image-height-section:before {
  content: '';
  background-color: #f7f5f4;
  height: 65%;
  width: 100%;
  position: absolute;
  top: 0;
}
.image-height-section figure {
  z-index: 1;
}
.title-404 {
  font-size: 230px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 0.8;
}
.title-small-404 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 70px;
  font-weight: 400;
}
.faqs-links ul {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
.faqs-links ul > li {
  display: block;
}
.accordian-content {
  padding: 60px 80px;
  background-color: #f7f5f4;
  margin-bottom: 30px;
}
.accordian-content h2 {
  font-size: 28px;
  font-weight: 700 !important;
}
.accordian-content .item {
  border-bottom: 1px solid #e2e0e0;
}
.accordian-content .item:last-child {
  border-bottom: 0;
}
.accordian-content .item:not(:last-child) .accordion-panel {
  margin-bottom: 30px;
}
.accordian-content .item .accordion-panel p {
  margin: 0;
}
.accordian-content .accordion {
  position: relative;
  cursor: pointer;
  padding: 20px 40px 20px 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  text-transform: uppercase;
}
.accordian-content .accordion:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
  position: absolute;
  right: 10px;
  top: 20px;
}
.accordian-content .accordion.active:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
  position: absolute;
  right: 10px;
  top: 20px;
}
.accordian-content .accordion-panel {
  padding: 0;
  display: none;
  overflow: hidden;
}
.accordian-content .accordion-panel p {
  font-size: 18px !important;
  line-height: 32px !important;
}
.contact-index-index .column.main {
  font-size: 20px;
  line-height: 32px;
}
.contact-index-index .page-main {
  max-width: 100% !important;
  padding: 0;
}
.contact-info {
  font-size: 20px;
  line-height: 32px;
}
.contact-info .icon svg {
  width: 26px;
  height: 26px;
}
.contact-form-default .legend,
.contact-form-default .field.note,
.contact-form-default .label {
  display: none !important;
}
.contact-form-default .actions-toolbar {
  margin-left: 0 !important;
}
.contact-form-default {
  background-color: #f7f5f4;
}
.contact-form-default form {
  min-width: inherit !important;
  width: 100% !important;
  max-width: 530px;
}
.contact-form-default input[type="text"],
.contact-form-default input[type="password"],
.contact-form-default input[type="url"],
.contact-form-default input[type="tel"],
.contact-form-default input[type="search"],
.contact-form-default input[type="number"],
.contact-form-default input[type*="date"],
.contact-form-default input[type="email"],
.contact-form-default textarea {
  font-size: 18px;
  background-color: #fff;
  border: 0 !important;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.contact-form-default .fieldset > .field:not(.choice) > .control {
  width: 100% !important;
}
.contact-form-default textarea {
  height: 120px;
}
.contact-info-features .flex-1 {
  padding: 0 60px;
}
.control.captcha-image .captcha-img {
  width: auto !important;
}
.our-stores {
  background-color: #f7f6f4;
}
.our-store-list {
  background-color: #fff;
  padding: 7rem 3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  position: relative;
}
.our-store-list:hover {
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.1);
}
.our-store-flag {
  margin-bottom: 50px;
}
.our-store-flag img {
  display: block;
  margin: 0 auto;
}
.our-store-address {
  margin-bottom: 35px;
}
.our-store-list .button--link {
  position: relative;
  min-width: 8rem;
  height: 3.5rem;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 45px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
.our-store-list .button--link span {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.our-store-list .button--link .default {
  top: 0;
  -webkit-transition: top 0.3s ease-in-out 0s;
  transition: top 0.3s ease-in-out 0s;
}
.our-store-list .button--link .onhover {
  opacity: 0;
  visibility: hidden;
  bottom: -100%;
  top: auto;
  -webkit-transition: bottom 0.3s ease-in-out 0s;
  transition: bottom 0.3s ease-in-out 0s;
}
.our-store-list:hover .button--link {
  min-width: 9.699999999999999rem;
}
.our-store-list:hover .button--link .onhover {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  min-width: auto;
}
.our-store-list:hover .button--link .default {
  opacity: 0;
  visibility: hidden;
  top: -100%;
}
#ourStores .swiper-wrapper {
  padding: 3px 5px 100px;
}
#ourStores .swiper-horizontal > .swiper-scrollbar,
#ourStores .swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: 0;
  width: 420px !important;
  cursor: pointer;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.search-drawer .mbAjaxSearch ul#ajax_ul li .action.primary {
  padding: 7px 20px !important;
}
.mbAjaxSearch .product-reviews-summary {
  font-size: 13px;
}
.mbAutoSearch #mageb-search-auto-inner {
  max-height: 440px;
}
.mbAjaxSearch .item .action.primary {
  padding: 5px 10px !important;
  font-size: 12px !important;
}
.mbAjaxSearch .item .ajxSku {
  font-size: 13px !important;
}
.field-tooltip .field-tooltip-content {
  background: #f7f5f4 !important;
  border: 1px solid #ece8e6 !important;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border-width: 6px !important;
  left: -13px !important;
  top: 16px !important;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #bdbab9 !important;
}
/* ------------------------------------------------------------
   Home Demo 1 Furniture   ------------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-1.cms-poco-themes-style-1 .products-grid .product-item .pro-hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
}
.poco-home-page-style-1 .products-grid .hover-style4 .product-item .pro-hover,
.poco-home-page-style-1 .products-grid .hover-style5 .product-item .pro-hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.poco-home-page-style-1 .products-grid .product-item .product-item-photo {
  background-color: #fff;
}
.poco-home-page-style-1 .products-grid .product-item .pro-hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: solid 1px #ececec;
}
.poco-home-page-style-1 .products-grid .hover-style7 .product-item .pro-hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
}
.poco-home-page-style-1 .products-grid .hover-style10 .product-item .hvr_dtl .actions-primary {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.poco-home-page-style-1 .products-grid .hover-style10 .product-item .price-box {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.poco-home-page-style-1 .products-grid .hover-style10 .product-item .pro-hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
}
.poco-home-page-style-1 .products-grid .hover-style10 .product-item .price-box .price {
  font-size: 15px;
}
.poco-home-page-style-1 .products-grid .hover-style10 .product-item .product-item-name {
  margin-bottom: 10px;
}
.poco-home-page-style-1 .featured-product-section.container {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
.poco-home-page-style-1 .product-item-name,
.poco-home-page-style-1 .product.name a {
  font-size: 18px;
  font-weight: 500 !important;
}
.poco-home-page-style-1 .products-grid .product-item .price-box .price {
  font-size: 18px;
  font-weight: 700 !important;
}
.poco-home-page-style-1 .products-grid .product-item .product-item-name {
  margin: 0 0 5px;
}
.poco-home-page-style-1 .products-grid .product-item .detail-left {
  display: flex;
  flex-direction: column;
}
.poco-home-page-style-1 .products-grid .hover-style9 .product-item .detail-left {
  display: flex;
  justify-content: space-between;
  min-height: inherit !important;
  flex-wrap: wrap;
  flex-direction: row;
}
.poco-home-page-style-1 .products-grid .hover-style9 .product-item .swatches-listing {
  -webkit-order: 2;
  order: 2;
  -ms-order: 2;
}
.poco-home-page-style-1 .products-grid .product-item .product-item-name,
.poco-home-page-style-1 .products-grid .product-item .price-box,
.poco-home-page-style-1 .products-grid .product-item .p_sku {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.poco-home-page-style-1 .products-grid .product-item .field.choice.related {
  order: 3;
  -webkit-order: 3;
  -ms-order: 3;
}
.poco-home-page-style-1 .products-grid .product-item .swatches-listing {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.poco-home-page-style-1 .products-grid .product-item .swatches-listing .swatch-option {
  height: 12px;
  width: 12px;
  margin: 0 8px;
}
.poco-home-page-style-1 .products-grid .product-item .swatch-attribute .swatch-option.color {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.poco-home-page-style-1.cms-poco-themes-style-1.poco-themes .pager {
  margin-top: 0;
}
.poco-home-page-style-1 .newsletter-in .block.newsletter .title {
  font-size: 26px;
  font-weight: 400;
}
.poco-home-page-style-1 .newsletter-in .block.newsletter .detail {
  font-size: 34px;
  font-weight: 800;
}
.poco-home-page-style-1 .newsletter-in .block.newsletter input {
  font-size: 18px;
}
.poco-home-page-style-1 .our-stores,
.poco-home-page-style-1 .accordian-content,
.poco-home-page-style-1 .contact-form-default,
.poco-home-page-style-1 .image-height-section:before {
  background-color: #f9f5f4;
}
.poco-home-page-style-1 .block.related .product-items .product-item .field.choice.related {
  margin-top: 10px;
}
.poco-home-page-style-1 .productsListing-section .toolbar.bottom {
  padding-top: 0;
}
.poco-home-page-style-1 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
.poco-home-page-style-1 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview {
  padding: 10px 12px !important;
}
.poco-home-page-style-1 .products-grid .hover-style11 .product-item .product-item-inner .cart-btn .lble {
  font-size: 13px;
}
.poco-home-page-style-1 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .action,
.poco-home-page-style-1 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .magebees_quickview {
  width: 38px;
  height: 38px;
  line-height: 36px;
  padding: 0 !important;
}
/* ------------------------------------------------------------
   Home Demo 2 Fashion   --------------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-2 .product-item .price-box .price,
.poco-home-page-style-2 .products-grid .product-item {
  font-size: 16px;
  font-weight: 500;
}
.poco-home-page-style-2 .products-grid .product-item .product-name a,
.poco-home-page-style-2 .products-grid .product-item .product-item-name a {
  color: #737384 !important;
  font-size: 18px;
  font-weight: 400;
}
.poco-home-page-style-2 .products-grid .product-item .product-item-inner.style9 .action.tocart {
  font-size: 12px !important;
}
.poco-home-page-style-2.poco-themes.page-layout-2columns-left .sidebar .block .block-title.filter-title strong,
.poco-home-page-style-2.poco-themes.page-layout-2columns-right .sidebar .block .block-title.filter-title strong,
.poco-home-page-style-2.poco-themes.page-with-filter .sidebar .block .block-title.filter-title strong,
.poco-home-page-style-2.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title.filter-title strong,
.poco-home-page-style-2.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title.filter-title strong,
.poco-home-page-style-2.poco-themes.page-with-filter .sidebar .mb-block .block-title.filter-title strong,
.poco-home-page-style-2.poco-themes.page-layout-2columns-left .sidebar .filter-options-title,
.poco-home-page-style-2.poco-themes.page-layout-2columns-right .sidebar .filter-options-title,
.poco-home-page-style-2.poco-themes.page-with-filter .sidebar .filter-options-title,
.poco-home-page-style-2.poco-themes.page-layout-2columns-left .sidebar .block .block-title strong,
.poco-home-page-style-2.poco-themes.page-layout-2columns-right .sidebar .block .block-title strong,
.poco-home-page-style-2.poco-themes.page-with-filter .sidebar .block .block-title strong,
.poco-home-page-style-2.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title strong,
.poco-home-page-style-2.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title strong,
.poco-home-page-style-2.poco-themes.page-with-filter .sidebar .mb-block .block-title strong,
.poco-home-page-style-2 .login-container .block .block-title strong {
  font-weight: 600;
}
.poco-home-page-style-2 .product-info-main .page-title-wrapper .page-title {
  text-transform: uppercase;
  font-weight: 600;
}
.poco-home-page-style-2.account.wishlist-index-index .column.main .products-grid .product-item .product-image-container,
.poco-home-page-style-2.account.wishlist-index-index .column.main .products-grid .product-item .product-item-photo img {
  width: 100% !important;
}
.poco-home-page-style-2 .newsletter-section .form.subscribe .action .st-icon {
  display: none;
}
.poco-home-page-style-2 .newsletter-in .block.newsletter .title {
  font-size: 28px;
  line-height: 34px;
}
.poco-home-page-style-2 .newsletter-in .block.newsletter .actions .subscribe.primary {
  font-weight: 700;
}
.poco-home-page-style-2 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn {
  margin: 0 2px;
}
.poco-home-page-style-2 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
.poco-home-page-style-2 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview {
  padding: 10px 12px !important;
}
.poco-home-page-style-2 .products-grid .hover-style11 .product-item .product-item-inner .cart-btn .lble {
  font-size: 12px;
}
.poco-home-page-style-2 .newsletter-section .form.subscribe .action {
  height: 100%;
  top: -5px;
}
/* ------------------------------------------------------------
   End Home Demo 2 Fashion   ----------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Home Demo 3 Cosmetics   ------------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-3 .block-slider .section-title .sort-details,
.poco-home-page-style-3 .block-slider .section-title p.sort-detail {
  margin-bottom: 15px;
}
.poco-home-page-style-3 .swiper-button-next,
.poco-home-page-style-3 .swiper-button-prev {
  border: 1px solid #d9d9d9;
  width: 60px !important;
  height: 60px !important;
  margin-top: -30px;
}
.poco-home-page-style-3 .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>') !important;
  border: 0;
  width: auto;
  height: auto;
  position: static;
  transform: none;
  font-size: 0;
}
.poco-home-page-style-3 .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>') !important;
  border: 0;
  width: auto;
  height: auto;
  position: static;
  transform: none;
  font-size: 0;
}
.poco-home-page-style-3.cms-index-index .productsListing-section {
  padding: 0 20px;
}
.poco-home-page-style-3.cms-index-index .products-grid .product-item .product-item-inner.style9 {
  padding: 0 10px;
}
.poco-home-page-style-3.cms-index-index .products-grid .product-item .product-item-inner.style9 .action.tocart,
.poco-home-page-style-3.cms-index-index .products-grid .product-item .product-item-inner.style9 .magebees_quickview {
  font-size: 12px !important;
}
.poco-home-page-style-3 .products-grid .hover-style9 .product-item .detail-left {
  display: block;
}
.poco-home-page-style-3 .products-grid .hover-style9 .product-item .product-item-details {
  padding: 20px;
}
.poco-home-page-style-3 .products-grid .hover-style9 .product-item .product-item-name {
  text-align: center;
}
.poco-home-page-style-3 .products-grid .hover-style9 .product-item .price-box {
  padding-left: 0;
}
.poco-home-page-style-3 .products-grid .product-item .product-item-info {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.poco-home-page-style-3 .productsListing-section .products-grid.swiper .swiper-wrapper {
  padding: 5px 0;
}
.poco-home-page-style-3 .products-grid .hover-style3 .product-item .prodLabel.top-left,
.poco-home-page-style-3 .products-grid .hover-style3 .product-item .prodLabel.top,
.poco-home-page-style-3 .products-grid .hover-style3 .product-item .prodLabel.top-right {
  top: -25px;
}
.poco-home-page-style-3 .products-grid .hover-style3 .product-item .prodLabel > div,
.poco-home-page-style-3 .prodLabel > div {
  border-radius: 4px;
}
.poco-home-page-style-3 .products-grid .product-item .product-item-inner.style1 .stock {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.poco-home-page-style-3 .products-grid .product-item .product-name,
.poco-home-page-style-3 .products-grid .product-item .product-item-name {
  margin: 0 0 20px;
}
.poco-home-page-style-3 .products-grid .product-item .product-reviews-summary {
  margin: 0 auto 10px;
}
.poco-home-page-style-3 .products-grid .product-item .product-name a,
.poco-home-page-style-3 .products-grid .product-item .product-item-name a {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.poco-home-page-style-3 .product-item .price-box .price {
  font-size: 16px;
  font-weight: bold;
}
.poco-home-page-style-3 .products-grid .product-item .pro-hover {
  padding-bottom: 20px;
}
.poco-home-page-style-3 .products-grid .product-item .price-box {
  margin: 0;
}
.poco-home-page-style-3 .products-grid .product-item .product-item-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.poco-home-page-style-3 .rating-summary .rating-result:before {
  color: #c9c9c9;
}
.poco-home-page-style-3 .rating-summary .rating-result > span:before {
  color: #dd6d3c;
}
.poco-home-page-style-3 .products-grid .product-item .product-reviews-summary .rating-summary .rating-result:before,
.poco-home-page-style-3 .products-grid .product-item .product-reviews-summary .rating-result > span:before {
  letter-spacing: 4px;
}
.poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-prev {
  left: -100px !important;
}
.poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-next {
  right: -100px !important;
}
.poco-home-page-style-3 .brandlogoSliderLayer {
  margin: 0 auto;
}
.poco-home-page-style-3 .brandlogoSliderLayer .logoSliderLayer a {
  min-height: 110px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.poco-home-page-style-3 .section-title .st-icon {
  width: 32px;
  height: 32px;
  margin: -7px 7px 0 7px;
}
.poco-home-page-style-3 .magetmQuotes {
  color: #9b9ca6;
  font-size: 30px;
  line-height: 50px;
  max-width: 470px;
  margin-bottom: 30px !important;
}
.poco-home-page-style-3 .clientPic {
  margin: 0 0 25px;
}
.poco-home-page-style-3 .clientPic img {
  margin: 0 auto;
  display: block;
  border-radius: 100px;
}
.poco-home-page-style-3 .mageTestimonials .clientname b {
  font-size: 16px !important;
}
.poco-home-page-style-3 .mageTmClient .clientDetails {
  font-size: 16px !important;
  font-weight: bold;
}
.poco-home-page-style-3 .mageTmClient .clientname {
  text-transform: uppercase;
}
.poco-home-page-style-3 .newsletter-section .container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.poco-home-page-style-3 .newsletter-section .title {
  font-size: 28px;
  text-transform: uppercase;
}
.poco-home-page-style-3 .newsletter-section .content {
  max-width: 585px;
  width: 100%;
  margin: 0;
  padding-left: 60px;
}
.poco-home-page-style-3 .newsletter-section .form.subscribe {
  width: 100%;
}
.poco-home-page-style-3 .newsletter-section .section-title {
  margin-bottom: 0 !important;
  display: block;
}
.poco-home-page-style-3 .newsletter-section .form.subscribe input[type="email"] {
  border: 1px solid #dddde1 !important;
  border-radius: 50px !important;
  height: 63px;
  padding: 0 80px 0 40px;
  width: 100%;
}
.poco-home-page-style-3 .newsletter-section .form.subscribe .action {
  top: 0;
  width: 80px;
  height: 63px;
}
.poco-home-page-style-3 .newsletter-section .form.subscribe .action .st-icon {
  width: 22px;
  height: 22px;
  margin-top: -7px;
}
.poco-home-page-style-3 .newsletter-section .form.subscribe .action span {
  display: none;
}
.poco-home-page-style-3 .store-features {
  border-top: 0;
}
.poco-home-page-style-3 .store-features .container {
  max-width: 840px;
  padding: 0;
}
.poco-home-page-style-3 .store-features li {
  max-width: 33.33%;
  padding: 42px 10px;
}
.poco-home-page-style-3 .store-features.store-feature-style1 li:not(:last-of-type) {
  border: 0;
}
.poco-home-page-style-3 .store-features span {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.poco-home-page-style-3 .glry_img_widget .container {
  max-width: 100% !important;
  padding: 0;
}
.poco-home-page-style-3 .galleryimage-item .zoom-scal:hover:before,
.poco-home-page-style-3 .galleryimage-item .zoomscal-hov:hover .zoom-scal:before {
  opacity: 0.9;
}
.poco-home-page-style-3 .galleryimage-item .zoom-scal:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.poco-home-page-style-3 .galleryimage-item .zoom-scal:hover:after {
  display: none;
}
.poco-home-page-style-3 .block-slider .section-title .title {
  font-weight: 700;
  text-transform: uppercase;
}
.poco-home-page-style-3 .block-slider .swiper {
  padding: 5px;
}
.poco-home-page-style-3 .category-view .subcategory-grid .product-item-name,
.poco-home-page-style-3 .category-view .subcategory-grid img,
.poco-home-page-style-3 .category-view .subcategory-grid .block-promo {
  border-radius: 16px;
}
.poco-home-page-style-3 .category-view .subcategory-grid .product-item-name a {
  border-radius: 8px;
}
.poco-home-page-style-3 .newsletter-in .block.newsletter .title {
  font-weight: 500;
  font-size: 24px;
}
.poco-home-page-style-3 .newsletter-in .block.newsletter .detail {
  font-size: 35px;
  line-height: 43px;
  font-weight: 800;
}
.poco-home-page-style-3 .block.block-slider .products-grid .product-item .product-item-name,
.poco-home-page-style-3 .block.block-slider .products-grid .product-item .price-box {
  margin-bottom: 10px;
}
.poco-home-page-style-3 .block.block-slider .products-grid .product-item .hover-style3 {
  padding: 20px 0;
}
.poco-home-page-style-3 .our-stores,
.poco-home-page-style-3 .image-height-section:before,
.poco-home-page-style-3 .accordian-content,
.poco-home-page-style-3 .contact-form-default {
  background-color: #f3f2ed !important;
}
/* ------------------------------------------------------------
   End Home Demo 3 Cosmetics   --------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Home Demo 4 Electronics   ----------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-4 .sidebar .productsListing-section .prodlist {
  margin-top: 0;
}
.poco-home-page-style-4 .products-grid .product-item .product-item-info {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.poco-home-page-style-4 .products-grid .product-item .pro-hover {
  padding: 10px 10px 0;
}
.poco-home-page-style-4 .rating-summary .rating-result > span:before {
  color: #000;
}
.poco-home-page-style-4 .rating-summary .rating-result:before {
  color: #c9c9c9;
}
.poco-home-page-style-4 .products-grid .product-item .product-reviews-summary .rating-summary .rating-result:before,
.poco-home-page-style-4 .products-grid .product-item .product-reviews-summary .rating-result > span:before {
  letter-spacing: 5px;
}
.poco-home-page-style-4 .products-grid .product-item .product-name a,
.poco-home-page-style-4 .products-grid .product-item .product-item-name a {
  font-size: 18px;
  font-weight: bold;
}
.poco-home-page-style-4 .products-grid .product-item .product-item-inner.style9 .action.tocart,
.poco-home-page-style-4 .products-grid .product-item .product-item-inner.style9 .magebees_quickview {
  font-size: 12px !important;
}
.poco-home-page-style-4 .products-grid .product-item .product-item-inner.style9 .product-reviews-summary {
  margin: 10px 0;
}
.poco-home-page-style-4 .products-grid .hover-style9 .product-item .detail-left {
  display: block;
}
.poco-home-page-style-4 .products-grid .hover-style9 .product-item .product-item-details {
  padding: 20px;
}
.poco-home-page-style-4 .products-grid .hover-style9 .product-item .product-item-name {
  text-align: center;
}
.poco-home-page-style-4 .products-grid .hover-style9 .product-item .price-box {
  padding-left: 0;
}
.poco-home-page-style-4 .products-grid .product-item .product-item-inner.style9 {
  padding: 0 10px;
}
.poco-home-page-style-4 .p_list_section .section-title {
  margin-bottom: 0;
}
.poco-home-page-style-4 .p_list_section .pagebuilder-column {
  margin-right: 30px;
}
.poco-home-page-style-4 .p_list_section .pagebuilder-column:last-of-type {
  margin-right: 0;
}
.poco-home-page-style-4 .p_list_section .productsListing-section {
  background-color: #fff;
  padding: 40px;
}
.poco-home-page-style-4 .p_list_section .productsListing-section .container {
  padding: 0 !important;
}
.poco-home-page-style-4 .p_list_section .section-title .title {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.poco-home-page-style-4 .p_list_section .productsListing-section .prodlist {
  margin-top: 0;
}
.poco-home-page-style-4 .p_list_section .view-more {
  text-align: left !important;
}
.poco-home-page-style-4 .p_list_section .view-more .action {
  padding: 12px 25px 13px 25px !important;
}
.poco-home-page-style-4 .mage-deal-slider.sections-spacing {
  padding-top: 0 !important;
  margin-bottom: 0;
}
.poco-home-page-style-4 .mage-deal-slider .section-title .title {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}
.poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section {
  margin-right: 25px !important;
  width: 94px;
  padding: 15px 5px;
  border: 1px solid;
}
.poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section:last-of-type {
  margin-right: 0 !important;
}
.poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section .countdown-amount {
  font-size: 26px;
  font-weight: 800;
  padding: 8px 0 !important;
}
.poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section .countdown-period {
  color: #606060;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.poco-home-page-style-4 .advertisement-block .mageb-zoomin a img,
.poco-home-page-style-4 .advertisement-block .mageb-pattern-list.mageb-zoomin a img {
  width: 100%;
}
.poco-home-page-style-4 .cws-pager li a {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border: 0 !important;
  opacity: 0.8;
}
.poco-home-page-style-4 .cws-pager a.cws-active {
  opacity: 1;
}
.poco-home-page-style-4 .newsletter-section .container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: url(../images/sl_bg.png) no-repeat center #5d67f0;
  background-size: cover;
  padding: 30px;
  position: relative;
}
.poco-home-page-style-4 .newsletter-section .container:before {
  content: "";
  background: url(../images/sl_dtd_bg.png) no-repeat top left;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.poco-home-page-style-4 .newsletter-section .section-title,
.poco-home-page-style-4 .newsletter-section .section-title .title {
  font-size: 24px !important;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0 !important;
  color: #fff !important;
  text-align: right;
}
.poco-home-page-style-4 .newsletter-section .section-title .title b {
  font-weight: 800 !important;
}
.poco-home-page-style-4 .newsletter-section .section-title {
  padding-right: 40px;
}
.poco-home-page-style-4 .newsletter-section .section-title,
.poco-home-page-style-4 .newsletter-section .content {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.poco-home-page-style-4 .newsletter-section .content {
  max-width: 100%;
}
.poco-home-page-style-4 .newsletter-section .form.subscribe {
  max-width: 470px;
}
.poco-home-page-style-4 .newsletter-section .form.subscribe input[type=email] {
  color: #7c7c7c;
  font-size: 16px;
  padding: 0 70px 0 20px !important;
  border-bottom: 0 !important;
}
.poco-home-page-style-4 .newsletter-section .newsletter {
  background-color: #fff;
  padding: 5px;
}
.poco-home-page-style-4 .newsletter-section .form.subscribe .action {
  height: 52px;
  width: 70px;
  top: 0;
  font-size: 15px;
  font-weight: 800;
}
.poco-home-page-style-4 .newsletter-section .form.subscribe .action .st-icon {
  display: none;
}
.poco-home-page-style-4 .home-blog-post-style-1 .mb-readmore .action {
  font-size: 14px !important;
  font-weight: 800 !important;
  width: 82px;
  height: 82px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  text-align: center;
}
.poco-home-page-style-4 .home-blog-post-style-1 .mb-readmore .action span {
  padding: 0 10px;
  line-height: normal;
}
.poco-home-page-style-4 .home-blog-post-style-1 .detail {
  padding: 40px 0 0;
  text-align: left;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.poco-home-page-style-4 .home-blog-post-style-1.home-blog-post .detail h3 {
  font-weight: 600;
}
.poco-home-page-style-4 .home-blog-post-style-1 .detail h3 {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  margin: 0 0 25px;
}
.poco-home-page-style-4 .home-blog-post-style-1 .detail .post-date,
.poco-home-page-style-4 .home-blog-post-style-1 .detail .mb-post-meta {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.poco-home-page-style-4 .home-blog-post-style-1.mb-post-grid-block .mb-post-meta {
  margin-bottom: 0;
}
.poco-home-page-style-4 .home-blog-post-style-1.mb-post-grid-block .mb-post-meta .meta-item,
.poco-home-page-style-4 .home-blog-post-style-1 .detail .post-detail {
  font-size: 15px;
  color: #606060;
  font-weight: 600;
  font-style: italic;
  text-transform: none;
}
.poco-home-page-style-4 .home-blog-post-style-1.mb-post-grid-block .mb-post-meta .meta-item .label {
  text-transform: none;
}
.poco-home-page-style-4 .home-blog-post-style-1 .post-image a {
  position: relative;
}
.poco-home-page-style-4 .home-blog-post-style-1 .post-image a:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
.poco-home-page-style-4 .store-feature-style2 {
  padding: 80px 0 !important;
}
.poco-home-page-style-4 .store-feature-style2.store-features li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.poco-home-page-style-4 .store-feature-style2 .icon-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.poco-home-page-style-4 .store-feature-style2 .icon-item .icn {
  color: #606060;
  margin-top: 0;
  margin-right: 15px;
}
.poco-home-page-style-4 .store-feature-style2 .st-icon {
  width: 32px;
  height: 32px;
}
.poco-home-page-style-4 .store-feature-style2 .icon-item {
  color: #606060;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
}
.poco-home-page-style-4 .store-feature-style2 .icon-item b {
  color: #2b3140;
  font-weight: 700;
  font-size: 18px;
  display: block;
}
.poco-home-page-style-4 .store-feature-style2 .icon-item .detail {
  text-align: left;
}
.poco-home-page-style-4 .products-grid + .toolbar-products .loading-btn {
  margin-top: 40px !important;
}
.poco-home-page-style-4 .block-slider .swiper {
  padding: 0 5px;
}
.poco-home-page-style-4 .newsletter-in .block.newsletter .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.poco-home-page-style-4 .newsletter-in .block.newsletter .detail {
  font-weight: 800;
}
.poco-home-page-style-4 .newsletter-in .block.newsletter input {
  font-size: 18px;
}
.poco-home-page-style-4 .block-mage-sidebar .swiper-button-next,
.poco-home-page-style-4 .block-mage-sidebar .swiper-button-prev,
.poco-home-page-style-4 .mage-deal-slider .swiper-button-next,
.poco-home-page-style-4 .mage-deal-slider .swiper-button-prev,
.poco-home-page-style-4 .ajax-category-product-items .swiper-button-next,
.poco-home-page-style-4 .ajax-category-product-items .swiper-button-prev {
  top: 50%;
}
.poco-home-page-style-4 .block-slider .section-title .title {
  text-transform: uppercase;
}
.poco-home-page-style-4 .block-slider .section-title .sort-details {
  margin-bottom: 10px;
}
.poco-home-page-style-4 .product.info.detailed #reviews .review-add .block-title strong,
.poco-home-page-style-4 .product.info.detailed #reviews .review-list .block-title strong,
.poco-home-page-style-4 .product.info.detailed.accordion .product.data.items > .item.title .switch {
  font-weight: 700;
}
.poco-home-page-style-4 .our-stores,
.poco-home-page-style-4 .image-height-section:before,
.poco-home-page-style-4 .accordian-content,
.poco-home-page-style-4 .contact-form-default {
  background-color: #f6f6f6 !important;
}
/* ------------------------------------------------------------
   End Home Demo 4 Electronics   ------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Home Demo 5 Autoparts   ------------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-5 .action.primary:after,
.poco-home-page-style-5 .loading-btn .load_next:after,
.poco-home-page-style-5 a.mageb-button:after,
.poco-home-page-style-5 .newsletter-section .form.subscribe .action:hover:after,
.poco-home-page-style-5 .newsletter-section .form.subscribe .action:focus:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline></svg>');
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -4px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.poco-home-page-style-5 .action.primary:hover:after,
.poco-home-page-style-5 .loading-btn .load_next:hover:after,
.poco-home-page-style-5 a.mageb-button:hover:after,
.poco-home-page-style-5 .action.primary:focus:after,
.poco-home-page-style-5 .loading-btn .load_next:focus:after,
.poco-home-page-style-5 a.mageb-button:focus:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline></svg>');
}
.poco-home-page-style-5 .cws-pager li a {
  width: 25px !important;
  height: 3px !important;
  border: 0 !important;
  margin: 0 5px !important;
  box-shadow: none !important;
}
.poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header {
  margin: 0 30px !important;
}
.poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
  font-size: 22px !important;
  padding: 0 !important;
  font-weight: 700 !important;
  position: relative;
}
.poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-tabs-active a.tab-title:after {
  content: '';
  background-color: #2f2f2d;
  height: 2px;
  margin-top: 15px;
  display: block;
}
.poco-home-page-style-5 .products-grid .product-item {
  margin-bottom: 2.22222222% !important;
}
.poco-home-page-style-5 .products-grid .product-item .product-reviews-summary .rating-summary .rating-result:before,
.poco-home-page-style-5 .products-grid .product-item .product-reviews-summary .rating-result > span:before {
  letter-spacing: 10px;
}
.poco-home-page-style-5 .products-grid .product-item .detail-left {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.poco-home-page-style-5 .products-grid .product-item .product-reviews-summary {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.poco-home-page-style-5 .products-grid .product-item .product-name,
.poco-home-page-style-5 .products-grid .product-item .product-item-name {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.poco-home-page-style-5 .products-grid .product-item .price-box {
  order: 3;
  -webkit-order: 3;
  -ms-order: 3;
}
.poco-home-page-style-5 .products-grid .product-item .p_sku {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.poco-home-page-style-5 .products-grid .product-item .buynow-btn {
  order: 6;
  -webkit-order: 6;
  -ms-order: 6;
}
.poco-home-page-style-5 .products-grid .product-item .product-image-wrapper {
  padding-bottom: 80% !important;
}
.poco-home-page-style-5 .products-grid .product-item .timer-product {
  position: static;
}
.poco-home-page-style-5 .products-grid .product-item:hover .timer-product {
  display: block;
}
.poco-home-page-style-5 .products-grid .hover-style6 .pro-hover,
.poco-home-page-style-5 .products-grid .hover-style8 .pro-hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 0;
}
.poco-home-page-style-5 .products-grid .hover-style6 .product-item .prodLabel.top-left,
.poco-home-page-style-5 .products-grid .hover-style6 .product-item .prodLabel.top-right,
.poco-home-page-style-5 .products-grid .hover-style8 .product-item .prodLabel.top-left,
.poco-home-page-style-5 .products-grid .hover-style8 .product-item .prodLabel.top-right {
  top: -20px !important;
}
.poco-home-page-style-5 .products-grid .hover-style9 .product-item .detail-left {
  display: block;
}
.poco-home-page-style-5 .products-grid .hover-style9 .product-item .product-item-details {
  padding: 20px;
}
.poco-home-page-style-5 .products-grid .hover-style9 .product-item .product-item-name {
  text-align: center;
}
.poco-home-page-style-5 .products-grid .hover-style9 .product-item .price-box {
  padding-left: 0;
}
.poco-home-page-style-5 .products-grid .product-item .product-item-inner.style9 {
  padding: 0 5px;
}
.poco-home-page-style-5 .products-grid .product-item .product-item-inner.style9 .action.tocart,
.poco-home-page-style-5 .products-grid .product-item .product-item-inner.style9 .magebees_quickview {
  font-size: 11px !important;
}
.poco-home-page-style-5 .products-grid .product-item .product-item-inner.style9 .magebees_quickview,
.poco-home-page-style-5 .products-grid .product-item .product-item-inner.style9 .action.secondary {
  padding: 0 5px !important;
}
.poco-home-page-style-5 .products-grid .product-item:hover .product-item-inner.style9 {
  top: 0;
}
.poco-home-page-style-5 .products-grid .hover-style10 .product-item .price-box {
  -webkit-order: 1;
  order: 1;
  -ms-order: 1;
}
.poco-home-page-style-5 .products-grid .hover-style10 .product-item .hvr_dtl .actions-primary {
  -webkit-order: 2;
  order: 2;
  -ms-order: 2;
}
.poco-home-page-style-5 .products-grid .hover-style10 .product-item .hvr_dtl .action.primary:after {
  display: none;
}
.poco-home-page-style-5 .view-more .action,
.poco-home-page-style-5 .loading-btn .load_next {
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 20px 34px !important;
}
.poco-home-page-style-5 .hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible {
  line-height: inherit;
}
.poco-home-page-style-5 .newsletter-section .content {
  max-width: 560px;
}
.poco-home-page-style-5 .newsletter-section .form.subscribe input[type=email] {
  font-weight: 500;
  border: 0 !important;
  padding: 20px 150px 20px 30px;
  height: 63px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.poco-home-page-style-5 .newsletter-section .form.subscribe .action {
  top: 0;
  right: 30px;
  font-weight: 800;
  height: 63px;
}
.poco-home-page-style-5 .newsletter-section .form.subscribe .action .st-icon {
  display: none;
}
.poco-home-page-style-5 .newsletter-section .form.subscribe .action.primary:after {
  padding-left: 0;
  font-size: 18px;
}
.poco-home-page-style-5 .newsletter-section .section-title {
  margin-bottom: 65px !important;
}
.poco-home-page-style-5 .home-blog-post .view-more {
  margin-top: 100px;
}
.poco-home-page-style-5 .product-add-form .box-tocart #product-addtocart-button .icon,
.poco-home-page-style-5 .product-add-form .update #product-addtocart-button .icon {
  display: none;
}
.poco-home-page-style-5 .store-feature-style2.store-features ul {
  align-items: flex-start !important;
  -webkit-align-items: flex-start !important;
  -ms-align-items: flex-start !important;
}
.poco-home-page-style-5 .store-feature-style2 .store-feature h4,
.poco-home-page-style-5 .store-feature-style2 .store-feature .h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.poco-home-page-style-5 .store-feature-style2 .store-feature p {
  color: #949494;
  font-size: 18px;
  font-weight: 500;
}
.poco-home-page-style-5 .store-feature-style2.store-features li {
  padding: 0 5%;
}
.poco-home-page-style-5 .store-feature-style2.store-features .st-icon {
  margin-right: 0;
  margin-top: 1px;
}
.poco-home-page-style-5 .store-features.store-feature-style2 .icon {
  margin-bottom: 30px;
}
.poco-home-page-style-5 .column.main #layered-filter-block .filter-subtitle,
.poco-home-page-style-5 .column.main #layered-filter-block-top .filter-subtitle {
  background-color: #f6f6f6;
  border: 1px solid #e7e7e7 !important;
}
.poco-home-page-style-5 .column.main #layered-filter-block .filter-options,
.poco-home-page-style-5 .column.main #layered-filter-block-top .filter-options,
.poco-home-page-style-5 .column.main #layered-filter-block .ddFilter,
.poco-home-page-style-5 .column.main #layered-filter-block-top .ddFilter {
  border: 1px solid #e7e7e7 !important;
  border-top: 0 !important;
}
.poco-home-page-style-5 .product.info.detailed #reviews .review-add .block-title strong,
.poco-home-page-style-5 .product.info.detailed #reviews .review-list .block-title strong,
.poco-home-page-style-5 .block.filter .filter-title strong {
  font-weight: 800 !important;
}
.poco-home-page-style-5 .page-title-wrap .page-title-wrapper {
  top: 60%;
}
.poco-home-page-style-5.catalog-product-view .page-title-wrap .breadcrumbs .container {
  top: 70%;
}
.poco-home-page-style-5 .product-info-main .page-title-wrapper .page-title {
  font-size: 40px;
}
.poco-home-page-style-5 .product-add-form .box-tocart #product-addtocart-button,
.poco-home-page-style-5 .product-add-form .update #product-addtocart-button {
  font-size: 18px;
  font-weight: 800 !important;
}
.poco-home-page-style-5 .product.info.detailed .product.data.items > .item.title .switch {
  font-weight: 700;
}
.poco-home-page-style-5 .block-slider .section-title .title {
  text-transform: uppercase;
}
.poco-home-page-style-5 .block-slider.related .section-title {
  margin-bottom: 25px !important;
}
.poco-home-page-style-5 .cart-container .checkout-methods-items .action.primary {
  font-size: 16px;
  font-weight: 800;
}
.poco-home-page-style-5 .mageb-osc .mbOpc-terms .checkout-agreements button.mageb-button:after {
  display: none;
}
.poco-home-page-style-5 a.mageb-button {
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 15px 25px !important;
}
.poco-home-page-style-5 .accordian-content,
.poco-home-page-style-5 .data-table thead th,
.poco-home-page-style-5 .data.table thead th,
.poco-home-page-style-5 .table.table-comparison thead th {
  background-color: #f6f6f6;
}
.poco-home-page-style-5 .modal-popup_ajaxwishlist_magebees .action.primary {
  padding: 16px 18px !important;
}
.poco-home-page-style-5 .modal-popup_ajaxwishlist_magebees .action.primary.after {
  padding-left: 5px;
}
.poco-home-page-style-5.account.wishlist-index-index .column.main .products-grid .product-item .product-item-actions .actions-primary .action.primary {
  padding: 11px 18px 10px !important;
}
.poco-home-page-style-5.poco-themes.page-layout-2columns-left .sidebar .action:after,
.poco-home-page-style-5.poco-themes.page-layout-2columns-right .sidebar .action:after,
.poco-home-page-style-5.poco-themes.page-with-filter .sidebar .action:after,
.poco-home-page-style-5.poco-themes.page-layout-2columns-left .sidebar .action.primary:after,
.poco-home-page-style-5.poco-themes.page-layout-2columns-right .sidebar .action.primary:after,
.poco-home-page-style-5.poco-themes.page-with-filter .sidebar .action.primary:after {
  font-size: 13px;
  padding-left: 4px;
  margin-top: -3px;
}
.poco-home-page-style-5 .cookie .action.primary {
  font-size: 14px;
  padding: 10px 20px !important;
}
.poco-home-page-style-5 .cookie .action.primary:after {
  padding-left: 5px;
  font-size: 18px;
}
.poco-home-page-style-5 .cookie #close_cookie_bar:after {
  font-size: 14px;
}
.poco-home-page-style-5 #popup a.close {
  color: #fff;
}
.poco-home-page-style-5 .newsletter-in .block.newsletter .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}
.poco-home-page-style-5 .newsletter-in .block.newsletter .detail {
  font-weight: 800;
}
.poco-home-page-style-5 .newsletter-in .block.newsletter .actions .subscribe.primary:after {
  display: none;
}
.poco-home-page-style-5:not(.cms-index-index) .columns .finderProducts .finder_header {
  margin-bottom: 30px !important;
}
.poco-home-page-style-5 .our-stores,
.poco-home-page-style-5 .image-height-section:before,
.poco-home-page-style-5 .accordian-content,
.poco-home-page-style-5 .contact-form-default {
  background-color: #f6f6f6 !important;
}
.poco-home-page-style-5 .logoSliderLayer .swiper-button-next,
.poco-home-page-style-5 .logoSliderLayer .swiper-button-prev {
  margin: -20px 0 0 !important;
  opacity: 0;
}
.poco-home-page-style-5 .logoSliderLayer:hover .swiper-button-next,
.poco-home-page-style-5 .logoSliderLayer:hover .swiper-button-prev {
  opacity: 1;
}
.poco-home-page-style-5 .logoSliderLayer .swiper-button-next {
  right: 0 !important;
}
.poco-home-page-style-5 .logoSliderLayer .swiper-button-prev {
  left: 0 !important;
}
.poco-home-page-style-5 .logoSliderLayer .swiper-slide {
  padding: 1px;
}
.poco-home-page-style-5 .swiper-button-next,
.poco-home-page-style-5 .swiper-button-prev {
  margin: -20px 0 0;
}
.poco-home-page-style-5 .block-slider .products-grid {
  padding-bottom: 1px;
}
/* ------------------------------------------------------------
   End Home Demo 6 Medical   ----------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-6 .text_bnr_small .pagebuilder-column-group {
  margin: 0 -15px;
}
.poco-home-page-style-6 .text_bnr_small .sml_details {
  color: #fff;
  padding: 45px 60px;
}
.poco-home-page-style-6 .text_bnr_small .sml_content {
  padding-right: 10px;
}
.poco-home-page-style-6 .text_bnr_small .sml_details p {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.poco-home-page-style-6 .text_bnr_small .sml_details h2 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.poco-home-page-style-6 .text_bnr_small .pagebuilder-column {
  border-radius: 6px;
  background-position: 77% top !important;
  background-size: auto !important;
  margin: 0 15px;
}
.poco-home-page-style-6 .text_bnr_small .action.secondary {
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  padding: 0 !important;
  font-size: 25px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}
.poco-home-page-style-6 .text_bnr_small .action.secondary .st-icon {
  width: 24px;
  height: 24px;
  margin-top: -5px;
}
.poco-home-page-style-6.cms-index-index .productsListing-section,
.poco-home-page-style-6.cms-index-index .mageTestimonials {
  background: #eaeffd !important;
  background: -moz-linear-gradient(90deg, #eaeffd 0%, #eff0fa 50%, #f5f1f5 100%) !important;
  background: -webkit-linear-gradient(90deg, #eaeffd 0%, #eff0fa 50%, #f5f1f5 100%) !important;
  background: linear-gradient(90deg, #eaeffd 0%, #eff0fa 50%, #f5f1f5 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaeffd", endColorstr="#f5f1f5", GradientType=1);
}
.poco-home-page-style-6.cms-index-index .products-grid .product-item .hover-style6 .pro-hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.poco-home-page-style-6 .products-grid .product-item {
  margin-bottom: 35px !important;
}
.poco-home-page-style-6 .products-grid .product-item .pro-hover {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 1px #000;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
}
.poco-home-page-style-6 .products-grid .product-item .product-item-name {
  margin: 5px 0 8px 0;
}
.poco-home-page-style-6 .products-grid .product-item .p_sku,
.poco-home-page-style-6 .products-grid .product-item .price-box {
  display: inline-block;
}
.poco-home-page-style-6 .products-grid .product-item .price-box .price,
.poco-home-page-style-6 .products-grid .product-item .p_sku {
  font-size: 16px;
  font-weight: 600;
}
.poco-home-page-style-6 .products-grid .hover-style9 .product-item .detail-left {
  display: block;
}
.poco-home-page-style-6 .products-grid .hover-style9 .product-item .product-item-details {
  padding: 20px;
}
.poco-home-page-style-6 .products-grid .hover-style9 .product-item .product-item-name {
  text-align: center;
}
.poco-home-page-style-6 .products-grid .hover-style9 .product-item .price-box {
  padding-left: 0;
}
.poco-home-page-style-6 .products-grid .hover-style9 .product-item .p_sku {
  padding-bottom: 10px;
}
.poco-home-page-style-6 .view-more .action,
.poco-home-page-style-6 .loading-btn .load_next,
.poco-home-page-style-6 .btn-large,
.poco-home-page-style-6 .action.btn-large {
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 21px 40px !important;
}
.poco-home-page-style-6 .welcome-content {
  border-top: 1px solid #e0e0e0;
}
.poco-home-page-style-6 .welcome-content h1 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.25;
  margin-bottom: 40px;
}
.poco-home-page-style-6 .welcome-content [data-content-type='row'][data-appearance='contained'] {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.poco-home-page-style-6 .welcome-content .image_section {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.poco-home-page-style-6 .welcome-content .image_section img {
  border-radius: 5px;
}
.poco-home-page-style-6 .welcome-content .right {
  text-align: left !important;
}
.poco-home-page-style-6 .welcome-content .content_section {
  padding-left: 10%;
}
.poco-home-page-style-6 .welcome-content .content_section ul {
  margin: 0 0 50px;
  font-size: 20px;
  font-weight: 500;
}
.poco-home-page-style-6 .welcome-content .content_section li {
  margin-bottom: 15px;
}
.poco-home-page-style-6 .welcome-content .content_section li span {
  font-size: 18px;
  font-weight: 600;
  line-height: 59px;
  width: 59px;
  height: 59px;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}
.poco-home-page-style-6 .welcome-content .action.btn-large {
  display: inline-block;
}
.poco-home-page-style-6 .mageTestimonials .clientPic {
  margin-bottom: 45px;
}
.poco-home-page-style-6 .mageTestimonials .clientPic img {
  border-radius: 100px;
}
.poco-home-page-style-6 .mageTestimonials .swiper-slide {
  opacity: 0.4;
}
.poco-home-page-style-6 .mageTestimonials .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.poco-home-page-style-6 .magetmQuotes {
  font-size: 24px;
  line-height: 45px;
  font-weight: 400;
  max-width: 780px;
  margin: 0 auto 40px !important;
}
.poco-home-page-style-6 .mageTestimonials .clientDetails {
  text-align: center !important;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.poco-home-page-style-6 .mageTestimonials .clientname {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.poco-home-page-style-6 .mageTestimonials .mageTmRating {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.poco-home-page-style-6 .mageTmClient .clientDetails #ratings {
  margin: 0 0 10px;
}
.poco-home-page-style-6 .mageTmRating img {
  margin: 0 2px;
  width: 18px;
}
.poco-home-page-style-6 .home-blog-post .item .post-image,
.poco-home-page-style-6 .home-blog-post .item .post-image img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.poco-home-page-style-6 .home-blog-post-style-3 .detail {
  padding: 40px 0 0;
}
.poco-home-page-style-6 .home-blog-post .detail h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}
.poco-home-page-style-6 .home-blog-post-style-3 .detail .f_wr {
  position: absolute;
  top: -71px;
  left: 20px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
}
.poco-home-page-style-6 .home-blog-post-style-3 .detail .post-date {
  text-transform: uppercase;
}
.poco-home-page-style-6 .home-blog-post-style-3 .meta-item,
.poco-home-page-style-6 .home-blog-post-style-3 .meta-item a,
.poco-home-page-style-6 .home-blog-post-style-3 .mb-post-meta .meta-item .label {
  font-style: normal;
  font-weight: 700;
}
.poco-home-page-style-6 .home-blog-post-style-3 .mb-readmore {
  padding: 0;
  margin: 15px 0 0;
  border: 0;
}
.poco-home-page-style-6 .home-blog-post-style-3 .btn-small.mb-post-readmore {
  font-weight: 700;
  font-size: 16px !important;
  text-decoration: underline;
}
.poco-home-page-style-6 .home-blog-post-style-3 .btn-small.mb-post-readmore .st-icon {
  display: none;
}
.poco-home-page-style-6 .newsletter-in .block.newsletter .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}
.poco-home-page-style-6 .newsletter-in .block.newsletter .detail {
  font-size: 32px;
  line-height: 46px;
  font-weight: 800;
}
.poco-home-page-style-6 .magebees-onepage-checkout-container .opc-wrapper .step-title,
.poco-home-page-style-6 .mageb-osc .magebees-Onepagecheckout-shipping-method .step-title {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.poco-home-page-style-6 .mageb-osc .magebees-discount-code-wrapper .payment-option-content,
.poco-home-page-style-6 .mageb-osc .step-content {
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.poco-home-page-style-6 .mageb-osc .discount-code.magebees-discount-code-wrapper .payment-option-title,
.poco-home-page-style-6 .mageb-osc .payment-option-title {
  border-radius: 5px;
}
.poco-home-page-style-6 .loading-btn,
.poco-home-page-style-6.poco-themes .loading-btn {
  margin-top: 40px !important;
}
.poco-home-page-style-6.catalog-product-view .page-title-wrap .breadcrumbs .container {
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.poco-home-page-style-6 .page-title-wrapper.product .page-title {
  font-size: 40px;
  text-align: left;
  padding-bottom: 0;
}
.poco-home-page-style-6 .page-title-wrapper.product .page-title:after {
  display: none;
}
.poco-home-page-style-6 .block.related .section-title {
  margin-bottom: 20px !important;
}
.poco-home-page-style-6 .block.related .product-items .product-item .field.choice.related {
  margin-top: 10px;
}
.poco-home-page-style-6 .our-stores,
.poco-home-page-style-6 .image-height-section:before,
.poco-home-page-style-6 .accordian-content,
.poco-home-page-style-6 .contact-form-default {
  background-color: #f3f0f7 !important;
}
.poco-home-page-style-6 .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .section-title h2.title,
.poco-home-page-style-6 .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .section-title h2.title {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
.poco-home-page-style-6 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
.poco-home-page-style-6 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview {
  padding: 10px 12px !important;
}
.poco-home-page-style-6 .products-grid .hover-style11 .product-item .product-item-inner .cart-btn .lble {
  font-size: 13px;
}
.poco-home-page-style-6 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .action,
.poco-home-page-style-6 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .magebees_quickview {
  width: 38px;
  height: 38px;
  line-height: 36px;
  padding: 0 !important;
}
/* ------------------------------------------------------------
   Home Demo 7 Kids   -----------------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-7 .newsletter-section {
  padding: 55px 0;
  position: relative;
}
.poco-home-page-style-7 .newsletter-section .container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.poco-home-page-style-7 .newsletter-section .section-title,
.poco-home-page-style-7 .newsletter-section .section-title .title {
  font-weight: 400;
  margin-bottom: 0 !important;
  color: #fff !important;
  text-align: right;
}
.poco-home-page-style-7 .newsletter-section .section-title .title b {
  font-weight: 800 !important;
}
.poco-home-page-style-7 .newsletter-section .section-title {
  padding-right: 40px;
}
.poco-home-page-style-7 .newsletter-section .section-title,
.poco-home-page-style-7 .newsletter-section .content {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.poco-home-page-style-7 .newsletter-section .content {
  max-width: 100%;
}
.poco-home-page-style-7 .newsletter-section .form.subscribe {
  max-width: 410px;
}
.poco-home-page-style-7 .newsletter-section .form.subscribe input[type=email] {
  color: #7c7c7c;
  font-size: 18px;
  padding: 0 120px 0 30px !important;
  border-bottom: 0 !important;
  height: 60px;
  border-radius: 10px;
}
.poco-home-page-style-7 .newsletter-section .newsletter {
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
}
.poco-home-page-style-7 .newsletter-section .form.subscribe .action {
  height: 60px;
  width: auto;
  top: 0;
  right: 30px;
  font-size: 16px;
  font-weight: 800;
}
.poco-home-page-style-7 .newsletter-section .form.subscribe .action .st-icon {
  display: none;
}
.poco-home-page-style-7 .mageTestimonials .swiper {
  padding-left: 70px;
  padding-right: 70px;
}
.poco-home-page-style-7 .magetmQuotes {
  padding: 0 40px !important;
  line-height: 38px;
}
.poco-home-page-style-7 .mageTestimonials .clientPic {
  margin-bottom: 35px;
  position: relative;
}
.poco-home-page-style-7 .mageTestimonials .clientPic img {
  border-radius: 100px;
}
.poco-home-page-style-7 .mageTmClient .clientDetails,
.poco-home-page-style-7 .mageTestimonials .clientname b,
.poco-home-page-style-7 .mageTmClient .mageTmComp {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.poco-home-page-style-7 .category-images.category-images-style5 .swiper-slide {
  width: 248px;
}
.poco-home-page-style-7 .category-images.category-images-style5 .category-thumbnail {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.poco-home-page-style-7 .category-images.category-images-style5 .category-thumbnail img,
.poco-home-page-style-7 .category-images.category-images-style5 .category-thumbnail {
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0 auto;
}
.poco-home-page-style-7 .category-images.category-images-style5 .category-thumbnail a {
  padding: 10px;
}
.poco-home-page-style-7 .category-images.category-images-style5 .category-thumbnail:before {
  display: none;
}
.poco-home-page-style-7 .category-images.category-images-style5 .category-item .category-title .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.poco-home-page-style-7 .category-images.category-images-style5 .category-item:hover .category-title .title {
  opacity: 1;
  visibility: visible;
}
.poco-home-page-style-7 .category-images.category-images-style5 .category-thumbnail {
  margin-bottom: 25px;
}
.poco-home-page-style-7 .store-features.store-feature-style2 .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 0;
  margin-bottom: 10px;
}
.poco-home-page-style-7 .store-features.store-feature-style2 li h4,
.poco-home-page-style-7 .store-features.store-feature-style2 li .h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0;
}
.poco-home-page-style-7 .store-features.store-feature-style2 .icon .st-icon {
  margin-right: 0;
  width: 30px;
  height: 30px;
}
.poco-home-page-style-7 .glry_img_widget .container {
  padding-left: 0;
  padding-right: 0;
}
.poco-home-page-style-7 .galleryimage-item .gallery-thumbnail a,
.poco-home-page-style-7 .galleryimage-item img {
  border-radius: 10px;
}
.poco-home-page-style-7 .proListShop,
.poco-home-page-style-7 .proListShop_2 {
  position: relative;
}
.poco-home-page-style-7 .proListShop .productsListing-section:before {
  content: "";
  background: url(../images/kids_sp_icon.png) no-repeat center;
  height: 113px;
  width: 78px;
  position: absolute;
  right: 30%;
  top: -70px;
  z-index: 10;
  animation-name: flo;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.poco-home-page-style-7 .proListShop_2 .productsListing-section:after {
  content: "";
  background: url(../images/kids_icon.png) no-repeat center;
  height: 162px;
  width: 126px;
  position: absolute;
  left: 19%;
  bottom: -70px;
  z-index: 10;
  animation-name: flo;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.poco-home-page-style-7 .proListShop .productsListing-section {
  position: relative;
}
.poco-home-page-style-7 .proListShop .container,
.poco-home-page-style-7 .proListShop_2 .container {
  padding-left: 0;
  padding-right: 0;
}
.poco-home-page-style-7 .products-grid .product-item .product-item-info {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px !important;
}
.poco-home-page-style-7 .products-grid .product-item .product-detail,
.poco-home-page-style-7 .products-grid .product-item .product-item-details {
  padding: 0 10px 10px;
}
.poco-home-page-style-7 .products-grid .product-item .product-name,
.poco-home-page-style-7 .products-grid .product-item .product-item-name {
  margin: 0 0 10px;
}
.poco-home-page-style-7 .products-grid .product-item .product-name a,
.poco-home-page-style-7 .products-grid .product-item .product-item-name a {
  font-size: 18px;
  font-weight: 500;
}
.poco-home-page-style-7 .products-grid .product-item .price-box .old-price {
  order: 2;
  -webkit-order: 2;
  padding-right: 0;
  padding-left: 10px;
}
.poco-home-page-style-7 .products-grid .product-item .price-box .old-price:before {
  content: "/";
  font-weight: 700;
  padding-right: 7px;
}
.poco-home-page-style-7 .products-grid .product-item .price-box .old-price .price {
  color: #828282 !important;
}
.poco-home-page-style-7 .products-grid .product-item .price-box .special-price .price {
  font-weight: 700 !important;
}
.poco-home-page-style-7 .products-grid .product-item {
  margin-bottom: 30px !important;
}
.poco-home-page-style-7 .mageb-no-more-load {
  background-color: #fff !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.poco-home-page-style-7.poco-themes .pager {
  margin-top: 0;
}
.poco-home-page-style-7 .column.main .toolbar-products ~ .toolbar-products {
  margin-top: 40px;
}
.poco-home-page-style-7.catalog-category-view .category-view .subcategory-grid img {
  margin: 0 auto;
}
.poco-home-page-style-7.catalog-category-view .category-view .subcategory-grid .product-item-name {
  position: static;
}
.poco-home-page-style-7.catalog-category-view .category-view .subcategory-grid .product-item-name a {
  font-size: 18px;
}
.poco-home-page-style-7.catalog-category-view .category-view .subcategory-grid .block-promo {
  padding: 10px 0;
}
.poco-home-page-style-7.catalog-category-view .category-view .subcategory-grid .swiper-button-next,
.poco-home-page-style-7.catalog-category-view .category-view .subcategory-grid .swiper-button-prev {
  margin-top: -40px;
  width: 47px !important;
  height: 47px !important;
  background-size: contain;
}
.poco-home-page-style-7 .product.info .product.description h2,
.poco-home-page-style-7 .product.info .product.description h3,
.poco-home-page-style-7 .product.info .product.description h4,
.poco-home-page-style-7 .product.info .product.description h5,
.poco-home-page-style-7 .product.info .product.description h6,
.poco-home-page-style-7 .product.info .product.description .h2,
.poco-home-page-style-7 .product.info .product.description .h3,
.poco-home-page-style-7 .product.info .product.description .h4,
.poco-home-page-style-7 .product.info .product.description .h5,
.poco-home-page-style-7 .product.info .product.description .h6 {
  font-weight: 400 !important;
}
.poco-home-page-style-7 .product-info-main .page-title-wrapper .page-title {
  font-weight: 400;
}
.poco-home-page-style-7 .block.related .block-actions,
.poco-home-page-style-7 .block-slider .section-title {
  margin-bottom: 30px !important;
}
.poco-home-page-style-7 .page-title-wrap .image {
  width: 100%;
}
.poco-home-page-style-7 .product.info.detailed #reviews .review-list .block-title strong,
.poco-home-page-style-7 .product.info.detailed #reviews .review-add .block-title strong {
  font-weight: 700;
}
.poco-home-page-style-7 .newsletter-in .block.newsletter .detail {
  font-size: 35px;
}
.poco-home-page-style-7 .newsletter-in .block.newsletter .title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
.poco-home-page-style-7 .image-height-section:before,
.poco-home-page-style-7 .contact-form-default,
.poco-home-page-style-7 .our-stores,
.poco-home-page-style-7 .accordian-content {
  background-color: #eef3f6;
}
.poco-home-page-style-7 .contact-form-default input[type="text"],
.poco-home-page-style-7 .contact-form-default input[type="password"],
.poco-home-page-style-7 .contact-form-default input[type="url"],
.poco-home-page-style-7 .contact-form-default input[type="tel"],
.poco-home-page-style-7 .contact-form-default input[type="search"],
.poco-home-page-style-7 .contact-form-default input[type="number"],
.poco-home-page-style-7 .contact-form-default input[type*="date"],
.poco-home-page-style-7 .contact-form-default input[type="email"],
.poco-home-page-style-7 .contact-form-default textarea,
.poco-home-page-style-7 .contact-index-index iframe,
.poco-home-page-style-7 .our-store-flag img,
.poco-home-page-style-7 .our-store-list {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.poco-home-page-style-7 .block.related .product-items .product-item .field.choice.related {
  border-radius: 5px;
}
.poco-home-page-style-7 .view-more {
  text-align: center;
}
.poco-home-page-style-7 .products-grid .hover-style6 .pro-hover,
.poco-home-page-style-7 .products-grid .hover-style8 .pro-hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* ------------------------------------------------------------
   End Home Demo 7 Kids   -------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Home Demo 8 Fashion 2   ------------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-8 .product-item .price-box .price,
.poco-home-page-style-8 .products-grid .product-item,
.poco-home-page-style-8 .products-grid .product-item .product-name a,
.poco-home-page-style-8 .products-grid .product-item .product-item-name a {
  text-transform: uppercase;
}
.poco-home-page-style-8 .products-grid .product-item .price-box .old-price {
  padding-right: 5px;
}
.poco-home-page-style-8 .products-grid .product-item .price-box .old-price .price {
  color: #6f6f6f !important;
}
.poco-home-page-style-8 .swiper-button-next:after,
.poco-home-page-style-8 .swiper-button-prev:after {
  transform: none;
  border: 0;
  width: auto;
  height: auto;
  position: static;
}
.poco-home-page-style-8 .swiper-button-next,
.poco-home-page-style-8 .swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  border: 2px solid #f2f2f2;
  margin: 0;
}
.poco-home-page-style-8 .swiper-button-next:hover,
.poco-home-page-style-8 .swiper-button-prev:hover {
  background-color: #f2f2f2;
}
.poco-home-page-style-8 .productsListing-section .swiper-button-prev {
  left: -115px !important;
}
.poco-home-page-style-8 .productsListing-section .swiper-button-next {
  right: -115px !important;
}
.poco-home-page-style-8 .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>') !important;
  border: 0 !important;
  width: auto;
  height: auto;
  position: static;
  transform: none;
}
.poco-home-page-style-8 .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>') !important;
  border: 0 !important;
  width: auto;
  height: auto;
  position: static;
  transform: none;
}
.poco-home-page-style-8 .store-feature-style2 .icon-item {
  display: flex;
  align-items: center;
}
.poco-home-page-style-8 .store-feature-style2 .icon-item .detail {
  text-align: left;
  flex: auto;
}
.poco-home-page-style-8 .store-feature-style2 .icon-item .icon {
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  background: #fff;
  line-height: 74px;
  border-radius: 100%;
  margin-right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  margin-bottom: 0;
}
.poco-home-page-style-8 .store-feature-style2 .icon-item svg {
  margin-top: -10px;
  margin-right: 0;
}
.poco-home-page-style-8 .store-feature-style2 .icon-item b {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.poco-home-page-style-8 .store-feature-style2 .icon-item span {
  font-size: 18px;
  font-weight: 500;
  color: #6f6f6f;
}
.poco-home-page-style-8 .store-features.store-feature-style2 {
  border-bottom: 0 !important;
}
.poco-home-page-style-8 .store-features.store-feature-style2 li {
  max-width: 33.333%;
}
.poco-home-page-style-8 .store-features li {
  padding: 10px;
}
.poco-home-page-style-8 .blogNwslSection {
  border-top: 2px solid #eef5f2 !important;
}
.poco-home-page-style-8 .blogNwslSection .home-blog-post {
  margin-bottom: 0 !important;
}
.poco-home-page-style-8 .home-blog-post-style-1 .item {
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
}
.poco-home-page-style-8 .home-blog-post-style-1 .flx_pst {
  margin-top: 0;
}
.poco-home-page-style-8 .home-blog-post-style-1 .item .post-date {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 30px;
  background: #fff;
}
.poco-home-page-style-8 .home-blog-post-style-1 .container {
  padding: 0;
}
.poco-home-page-style-8 .home-blog-post .detail {
  padding: 0 30px;
  margin-top: -50px;
  background: transparent;
}
.poco-home-page-style-8 .blogNwslSection .pagebuilder-column {
  justify-content: center !important;
}
.poco-home-page-style-8 .blogNwslSection .pagebuilder-column:first-of-type {
  padding-right: 3.65%;
}
.poco-home-page-style-8 .blogNwslSection .pagebuilder-column:last-of-type {
  padding-left: 3.65%;
}
.poco-home-page-style-8 .newsletter-section .section-title {
  margin-bottom: 30px !important;
}
.poco-home-page-style-8 .newsletter-section .form.subscribe {
  height: 51px;
  border: 2px solid #eef5f2 !important;
  max-width: 340px;
  margin: 0 auto;
}
.poco-home-page-style-8 .newsletter-section .form.subscribe input[type="email"] {
  padding: 10px 115px 10px 20px;
  border: 0 !important;
  font-size: 15px;
  height: 47px;
}
.poco-home-page-style-8 .newsletter-section .form.subscribe .action {
  top: 12px;
  right: 20px;
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  border-left: 1px solid #d7d7d7 !important;
  padding-left: 20px !important;
  height: 20px;
}
.poco-home-page-style-8 .newsletter-section .form.subscribe .action .st-icon {
  display: none;
}
.poco-home-page-style-8 .page-footer {
  background-repeat: no-repeat;
  background-position: center 40px;
}
.poco-home-page-style-8 .mb-post-listing .mb-post-title {
  font-size: 20px !important;
  font-weight: 600;
}
.poco-home-page-style-8 .product-info-main .page-title-wrapper .page-title {
  font-size: 32px;
}
.poco-home-page-style-8 .products-grid .product-item .product-item-name {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.poco-home-page-style-8 .products-grid .hover-style9 .product-item .product-item-name,
.poco-home-page-style-8 .products-grid .hover-style9 .product-item .price-box {
  flex: 1;
}
.poco-home-page-style-8 .products-grid .hover-style9 .product-item .swatches-listing {
  flex: 0 0 100%;
  text-align: left;
}
.poco-home-page-style-8 .block.block-slider.related .products-grid .product-item .price-box {
  margin: 10px 0;
}
.poco-home-page-style-8 .newsletter-in .block.newsletter .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
.poco-home-page-style-8 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
.poco-home-page-style-8 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview {
  padding: 10px 12px !important;
}
.poco-home-page-style-8 .products-grid .hover-style11 .product-item .product-item-inner .cart-btn .lble {
  font-size: 12px;
}
.poco-home-page-style-8 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .action,
.poco-home-page-style-8 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .magebees_quickview {
  width: 38px;
  height: 38px;
  line-height: 36px;
  padding: 0 !important;
}
/* ------------------------------------------------------------
   End Home Demo 8 Fashion 2   --------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Home Demo 9 Decor   ----------------------------------------
--------------------------------------------------------------- */
.poco-home-page-style-9 .products-grid .product-item .product-item-name {
  order: 2;
}
.poco-home-page-style-9 .products-grid .product-item .product-reviews-summary {
  order: 1;
}
.poco-home-page-style-9 .products-grid .product-item .price-box {
  order: 3;
}
.poco-home-page-style-9 .product-items .product-item .field.choice.related {
  order: 4;
}
.poco-home-page-style-9 .products-grid .hover-style9 .product-item .detail-left {
  display: block;
}
.poco-home-page-style-9 .products-grid .hover-style9 .product-item .product-item-details {
  padding: 20px;
}
.poco-home-page-style-9 .products-grid .hover-style9 .product-item .price-box {
  display: flex;
}
.poco-home-page-style-9 .products-grid .hover-style9 .product-item .price-box .special-price {
  -webkit-order: 2;
  order: 2;
  -ms-order: 2;
}
.poco-home-page-style-9 .products-grid .hover-style9 .product-item .price-box .old-price {
  -webkit-order: 1;
  order: 1;
  -ms-order: 1;
}
.poco-home-page-style-9 .products-grid .product-item .product-item-inner.style9 .action.tocart,
.poco-home-page-style-9 .products-grid .product-item .product-item-inner.style9 .magebees_quickview {
  font-size: 11px !important;
}
.poco-home-page-style-9 .products-grid .product-items-4 .product-item .product-item-inner.style9 .action.tocart .text,
.poco-home-page-style-9 .products-grid .product-items-4 .product-item .product-item-inner.style9 .magebees_quickview .text {
  display: none;
}
.poco-home-page-style-9 .products-grid .product-item .product-item-inner.style9 {
  padding: 0 10px;
}
.poco-home-page-style-9 .products-grid .hover-style9 .product-item .product-item-name {
  text-align: center;
}
.poco-home-page-style-9 .products-grid .hover-style9 .product-item .price-box {
  padding-left: 0;
}
.poco-home-page-style-9 .products-grid .product-item .product-item-inner.style8 .action.tocart.secondary {
  width: auto;
}
.poco-home-page-style-9 .products-grid .product-item .product-name a,
.poco-home-page-style-9 .products-grid .product-item .product-item-name a {
  font-weight: 700;
}
.poco-home-page-style-9 .product-item .price-box .price,
.poco-home-page-style-9 .products-grid .product-item .price-box .special-price .price {
  font-weight: 500 !important;
}
.poco-home-page-style-9 .products-grid .product-item .price-box .old-price {
  padding-right: 7px;
}
.poco-home-page-style-9 .products-grid .product-item .price-box .old-price:after {
  content: "/";
  display: inline-block;
  margin-left: 5px;
}
.poco-home-page-style-9 .products-grid .product-item-photo img {
  border-radius: 6px !important;
}
.poco-home-page-style-9 .products-grid .product-item .product-name,
.poco-home-page-style-9 .products-grid .product-item .product-item-name {
  margin: 0 0 10px;
}
.poco-home-page-style-9 .products-grid .product-item {
  margin-bottom: 40px !important;
}
.poco-home-page-style-9 .view-more .action {
  text-transform: none;
  font-weight: 700;
}
.poco-home-page-style-9 .mage-deal-slider .container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.poco-home-page-style-9 .mage-deal-slider .section-title {
  flex: 1;
  max-width: 43%;
  margin: 0;
}
.poco-home-page-style-9 .mage-deal-slider .section-title .sort-details {
  margin-bottom: 20px;
}
.poco-home-page-style-9 .mage-deal-slider .section-title .details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  border-radius: 4px;
}
.poco-home-page-style-9 .mage-deal-slider .section-title .img_bnr {
  height: 100%;
}
.poco-home-page-style-9 .mage-deal-slider .section-title .img_bnr img {
  display: block;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
}
.poco-home-page-style-9 .mage-deal-slider .content {
  flex: 1;
  max-width: 57%;
  position: relative;
  overflow: hidden;
  background-color: #eeeeed;
  border-radius: 0 8px 8px 0;
}
.poco-home-page-style-9 .mage-deal-slider .content:after {
  content: 'discount';
  font-size: 235px;
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  color: #e7e7e6;
  letter-spacing: -10px;
  left: -20px;
}
.poco-home-page-style-9:not(.rtl-layout-poco) .mage-deal-slider .products-grid .product-item,
.poco-home-page-style-9:not(.rtl-layout-poco) .mage-deal-slider .products-grid .product-item:nth-child(3n+1) {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.poco-home-page-style-9 .mage-deal-slider .products-grid {
  padding: 80px 0;
}
.poco-home-page-style-9 .mage-deal-slider.mage-products .timer-product {
  float: none !important;
}
.poco-home-page-style-9 #timer-countbox .countdown-section {
  float: none !important;
  width: auto;
  flex: 1;
  padding: 0 15px;
  margin: 0 !important;
  position: relative;
}
.poco-home-page-style-9 #timer-countbox .countdown-row {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.poco-home-page-style-9 .timer-countbox {
  width: 100%;
}
.poco-home-page-style-9 #timer-countbox .countdown-amount {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}
.poco-home-page-style-9 .mage-deal-slider #timer-countbox .countdown-section,
.poco-home-page-style-9 .mage-deal-slider #category-timer-countbox .countdown-section,
.poco-home-page-style-9 .mage-deal-slider #timer-countbox .countdown-section .countdown-period,
.poco-home-page-style-9 .mage-deal-slider #category-timer-countbox .countdown-section .countdown-period,
.poco-home-page-style-9 .mage-deal-slider #timer-countbox .countdown-section .countdown-amount,
.poco-home-page-style-9 .mage-deal-slider #category-timer-countbox .countdown-section .countdown-amount {
  background-color: transparent !important;
  border: 0 !important;
}
.poco-home-page-style-9 .mage-deal-slider #timer-countbox .countdown-section .countdown-period {
  margin-top: 10px;
}
.poco-home-page-style-9 .product-item .timer-product {
  bottom: 20px;
}
.poco-home-page-style-9 .product-item .timer-product #category-timer-countbox .countdown-section {
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
.poco-home-page-style-9 .mage-deal-slider .swiper-container {
  margin: 0 130px;
  overflow: hidden;
}
.poco-home-page-style-9 .swiper-button-next,
.poco-home-page-style-9 .swiper-button-prev {
  width: 60px !important;
  height: 60px !important;
  background-color: #fff !important;
  top: 50%;
  margin: 0;
}
.poco-home-page-style-9 .brandlogoSliderLayer .swiper-button-next,
.poco-home-page-style-9 .brandlogoSliderLayer .swiper-button-prev {
  margin: -20px 0 0;
}
.poco-home-page-style-9 .mage-deal-slider .swiper-button-next {
  right: 40px !important;
}
.poco-home-page-style-9 .mage-deal-slider .swiper-button-prev {
  left: 40px !important;
}
.poco-home-page-style-9 .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23727272" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>') !important;
  border: 0 !important;
  width: auto;
  height: auto;
  position: static;
  transform: none;
  font-size: 0;
}
.poco-home-page-style-9 .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23727272" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>') !important;
  border: 0 !important;
  width: auto;
  height: auto;
  position: static;
  transform: none;
  font-size: 0;
}
.poco-home-page-style-9 .mage-deal-slider .product-item-photo img {
  filter: brightness(1.05);
}
.poco-home-page-style-9 .mage-deal-slider .products-grid .product-item .product-item-photo {
  overflow: hidden;
  border-radius: 6px;
}
.gift_bnr {
  position: relative;
}
.gift_bnr img {
  border-radius: 6px;
  display: block;
}
.gift_bnr h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-bottom: 0;
  white-space: nowrap;
}
.gift_bnr a {
  color: #fff !important;
  font-weight: 700;
  border-bottom: 2px solid #fff;
}
.gift_bnr a:hover {
  border-bottom-color: transparent;
}
.poco-home-page-style-9 .mageTmRating img {
  filter: contrast(1%);
}
.poco-home-page-style-9 .mageTmClient .clientDetails #ratings {
  margin: 0 0 20px;
}
.poco-home-page-style-9 .magetmQuotes {
  font-size: 22px;
  line-height: 34px;
  max-width: 520px;
}
.poco-home-page-style-9 .mageTestimonials .clientname b {
  display: block;
  font-size: 16px;
  line-height: 26px;
}
.poco-home-page-style-9 .mageTmClient .clientDetails {
  font-size: 16px !important;
  text-align: center;
}
.poco-home-page-style-9 .mageTestimonials {
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
}
.poco-home-page-style-9 .mageTestimonials:after {
  content: 'happy customer';
  font-size: 175px;
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  color: #efede9;
  letter-spacing: -10px;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
}
.poco-home-page-style-9 .brandlogoSliderLayer {
  margin: 0;
}
.poco-home-page-style-9 .brandlogoSliderLayer .swiper-button-next,
.poco-home-page-style-9 .brandlogoSliderLayer .swiper-button-prev {
  top: 35%;
  background-color: transparent !important;
  opacity: 0;
  visibility: hidden;
}
.poco-home-page-style-9 .brandlogoSliderLayer:hover .swiper-button-next,
.poco-home-page-style-9 .brandlogoSliderLayer:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}
.poco-home-page-style-9 .galleryimage-item .item,
.poco-home-page-style-9 .galleryimage-item .item img {
  border-radius: 6px;
}
.poco-home-page-style-9 .galleryimage-item .item .icon {
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 65px;
}
.poco-home-page-style-9 .galleryimage-item .item .icon svg {
  fill: #000;
}
.poco-home-page-style-9 .galleryimage-item .item .icon svg {
  width: 20px;
  height: 20px;
}
.poco-home-page-style-9 .glry_img_widget_sidebar .galleryimage-item .item .icon {
  width: 35px;
  height: 35px;
  line-height: 38px;
}
.poco-home-page-style-9 .glry_img_widget_sidebar .galleryimage-item .item .icon svg {
  width: 16px;
  height: 16px;
}
.poco-home-page-style-9 .glry_img_widget .sort-details {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 80px 0 0;
  text-transform: none;
}
.poco-home-page-style-9 .glry_img_widget .sort-detail {
  margin: 0;
}
.poco-home-page-style-9 .glry_img_widget .sort-details b {
  font-weight: 700;
}
.poco-home-page-style-9 .glry_img_widget .sort-details .sort-detail:before,
.poco-home-page-style-9 .glry_img_widget .sort-details .sort-detail:after {
  display: none;
}
.poco-home-page-style-9 .block-slider {
  max-width: 1380px;
  margin: 0 auto;
}
.poco-home-page-style-9 .products-list .product-item .pro-hover .product-item-photo {
  border: 0 !important;
}
.poco-home-page-style-9 .product.info.detailed #reviews .review-list .block-title strong,
.poco-home-page-style-9 .product.info.detailed #reviews .review-add .block-title strong {
  font-size: 24px;
  font-weight: 700;
}
.poco-home-page-style-9 .product-info-main .timer-product #timer-countbox .countdown-section .countdown-amount {
  font-size: 32px;
  padding: 0 !important;
}
.poco-home-page-style-9 .product-info-main #timer-countbox .countdown-section:after {
  display: none;
}
.poco-home-page-style-9 .product-info-main .timer-product #timer-countbox .countdown-section {
  padding: 20px 0 !important;
}
.poco-home-page-style-9 .product-info-main #timer-countbox .countdown-section .countdown-period {
  margin-top: 0;
}
.poco-home-page-style-9 .product-info-main .timer-product .timer-countbox {
  border-radius: 10px;
  overflow: hidden;
}
.poco-home-page-style-9 .loading-btn button {
  text-transform: none;
}
.poco-home-page-style-9 #layered-filter-block-top {
  margin-bottom: 0 !important;
}
.poco-home-page-style-9 .products-list .product-item .timer-product,
.poco-home-page-style-9 .block.widget.block-products-list .widget-product-grid .product-item .timer-product {
  bottom: 80px;
}
.poco-home-page-style-9 .scroll-top {
  bottom: 50px;
}
.poco-home-page-style-9 .products-grid .hover-style10 .product-item .price-box {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.poco-home-page-style-9 .products-grid .hover-style10 .product-item .price-box .price {
  font-size: 15px;
}
.poco-home-page-style-9 .products-grid .hover-style10 .product-item .hvr_dtl .actions-primary {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.poco-home-page-style-9 .products-grid .hover-style10 .product-item .price-box .old-price:after {
  display: none;
}
.poco-home-page-style-9 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
.poco-home-page-style-9 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview {
  padding: 10px 12px !important;
}
.poco-home-page-style-9 .products-grid .hover-style11 .product-item .product-item-inner .cart-btn .lble {
  font-size: 13px;
}
.poco-home-page-style-9 .products-grid .hover-style11.product-items-4 .product-item .product-item-inner .cart-btn .lble {
  display: none;
}
.poco-home-page-style-9 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .action,
.poco-home-page-style-9 .products-grid .hover-style11 .product-item .product-item-inner.show_cmpr .icon-btn .magebees_quickview {
  width: 38px;
  height: 38px;
  line-height: 36px;
  padding: 0 !important;
}
.poco-home-page-style-9 .products-grid .hover-style11 .product-item .price-box .old-price:after {
  display: none;
}
/* ------------------------------------------------------------
   End Home Demo 9 Decor   ------------------------------------
--------------------------------------------------------------- */
.paypal_btn .paypal.after:before {
  margin: 2px 0;
  font-size: 12px;
}
.paypal_btn input {
  border: 0 !important;
}
/* ------------------------------------------------------------
   YMM Finder   -----------------------------------------------
--------------------------------------------------------------- */
.poco-themes:not(.catalog-category-view ) .finderProducts {
  margin-bottom: 0;
}
.poco-themes .finderProducts {
  background-color: transparent;
  padding: 0;
}
.poco-themes .finderProducts .finder_header {
  text-align: center;
  font-weight: 800;
}
.poco-themes .finderProducts button[name="reset"] {
  display: none !important;
}
.poco-themes .finderProducts button {
  height: 116px;
  font-size: 20px !important;
  padding: 15px 80px !important;
  opacity: 1;
}
.poco-themes .finderProducts button .icon {
  margin-right: 10px;
}
.poco-themes .finderDropdowns {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.poco-themes .finderDropdowns > li {
  width: 33.3333333% !important;
  margin: 0 !important;
}
.poco-themes .finderDropdowns select,
.poco-themes .finderform .chosen-container-single .chosen-single {
  height: 116px;
  border: 0;
  font-size: 22px;
  font-weight: 500;
  padding: 0 50px;
  background-position: 95% center !important;
  cursor: pointer;
  line-height: 116px;
}
.poco-themes .finderform .chosen-container-active.chosen-with-drop .chosen-single {
  border: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.poco-themes .finderform .chosen-container-active .chosen-single {
  border: 0 !important;
}
.poco-themes .finderform .chosen-container-single .chosen-single span {
  margin-right: 0;
}
.poco-themes .finderform .chosen-container-single .chosen-single div b {
  background-position: 0 60% !important;
}
.poco-themes .finderform .chosen-container-single .chosen-single div {
  right: 15px;
}
.poco-themes .finderform .chosen-container-active .chosen-single {
  box-shadow: none !important;
  border: 0 !important;
}
.poco-themes.page-layout-2columns-left .finderDropdowns select,
.poco-themes.page-layout-2columns-right .finderDropdowns select {
  font-size: 18px;
  padding: 0 30px;
}
.poco-themes.page-layout-2columns-left .finderProducts button,
.poco-themes.page-layout-2columns-right .finderProducts button {
  font-size: 18px !important;
  padding: 0 50px !important;
}
/* ------------------------------------------------------------
   End YMM Finder   -------------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Latest Post Section ----------------------------------------
--------------------------------------------------------------- */
.home-blog-post .sort-detail {
  margin: 0 auto !important;
}
.home-blog-post .view-more {
  display: block;
  text-align: center;
  margin: 65px 0 0;
}
.home-blog-post .post-title {
  font-size: 16px;
  margin: 5px 0;
  line-height: normal;
  min-height: auto !important;
}
.home-blog-post .post-title a {
  color: #000;
}
.home-blog-post .post-title a:hover {
  opacity: 0.8;
}
.home-blog-post .post-user {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.home-blog-post .read-more {
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
}
.home-blog-post .read-more:hover {
  opacity: 0.8;
}
.home-blog-post .detail {
  padding: 30px;
  position: relative;
  background-color: #fff;
  width: 100%;
}
.home-blog-post .detail h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 10px 0;
}
.home-blog-post .detail .post-user .label {
  display: none;
}
.home-blog-post .detail .sort-details {
  border-top: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  display: block;
}
.home-blog-post .detail .readMore {
  font-weight: normal;
  padding: 4px 10px;
  text-transform: uppercase;
  font-size: 11px;
  margin-right: 20px;
}
.home-blog-post .mb-post-meta .meta-item {
  display: inline;
}
.home-blog-post .mb-post-meta .meta-item::after {
  display: none !important;
}
.home-blog-post .homepost-listing .item .mb-post-meta .meta-item .label {
  font-weight: 500;
}
.home-blog-post .mb-post-meta .meta-item,
.home-blog-post .post-detail {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.home-blog-post .post-detail:after {
  content: "|";
  padding: 0 3px 0 8px;
  display: inline;
}
.home-blog-post .post-detail:last-of-type:after {
  display: none;
}
.home-blog-post .item .post-image {
  overflow: hidden;
  display: block !important;
  -ms-transition: all ease-out 0.4s;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
.home-blog-post .item .post-image img {
  display: block;
  margin: 0 auto;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
}
.home-blog-post .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home-blog-post .swiper .item {
  margin-bottom: 0;
}
.home-blog-post .homepost-listing {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.home-blog-post .homepost-listing:before,
.home-blog-post .homepost-listing:after {
  content: '';
  clear: both;
  display: block;
}
.home-blog-post .grab-cursor.swiper-wrapper {
  cursor: url(../images/icon-move-pink.png), move !important;
}
.home-blog-post-style-1 .mb-post-excerpt {
  font-size: 15px;
  line-height: 1.6;
}
.home-blog-post-style-1 .post-detail,
.home-blog-post-style-1 .mb-post-meta {
  margin: 0;
}
.home-blog-post-style-1 .mb-post-meta .meta-item .label {
  display: inline-block;
}
.home-blog-post-style-1 .detail {
  text-align: center;
}
.home-blog-post-style-1 .post-image {
  position: relative;
}
.home-blog-post-style-1 .mb-readmore {
  width: 100%;
  height: 100%;
  visibility: hidden;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.home-blog-post-style-1 .mb-readmore .action {
  position: relative;
  font-size: 16px !important;
  font-weight: 500;
  padding: 1px 0 !important;
  height: auto;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  width: auto;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.home-blog-post-style-1 .item:hover .mb-readmore {
  opacity: 1;
  visibility: visible;
}
.home-blog-post-style-1 .post-date,
.home-blog-post-style-1 .post-user {
  display: inline-block;
}
.home-blog-post-style-2 .container {
  padding-left: 0;
  padding-right: 0;
}
.home-blog-post-style-2 .item .post-image {
  position: relative;
}
.home-blog-post-style-2 .post-date {
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #fff;
  padding: 15px 20px;
  text-align: center;
  text-transform: none;
}
.home-blog-post-style-2 .post-date span {
  display: block;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
}
.home-blog-post-style-2 .detail {
  padding: 40px 0 0;
}
.home-blog-post-style-2 .detail h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.home-blog-post-style-2 .detail h3 a {
  color: #6c6c6c !important;
}
.home-blog-post-style-2 .mb-post-readmore {
  padding-right: 0 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  position: relative;
  margin-top: 15px;
}
.home-blog-post-style-2 .item .mb-post-readmore:before {
  content: '';
  background-color: #312f2f;
  width: 13px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.home-blog-post-style-2 .item:hover .mb-post-readmore {
  padding-left: 45px !important;
}
.home-blog-post-style-2 .item:hover .mb-post-readmore:before {
  width: 33px;
}
.home-blog-post-style-2 .mb-post-readmore {
  background-color: transparent !important;
  border: 0 !important;
}
.home-blog-post-style-2 .mb-post-readmore .st-icon {
  display: none;
}
.home-blog-post-style-2 .mb-post-excerpt {
  margin: 15px 0;
}
.home-blog-post-style-3 .detail {
  padding: 25px 40px;
}
.home-blog-post-style-3 .post-detail:after {
  display: none;
}
.home-blog-post-style-3 .detail h3 {
  font-weight: 600;
  line-height: 28px;
  margin-top: 20px;
}
.home-blog-post-style-3 .mb-readmore {
  border-top: 1px solid #eeeeee;
  margin-top: 30px;
  padding-top: 30px;
}
.home-blog-post-style-3 .btn-small.mb-post-readmore {
  font-size: 15px !important;
  font-weight: 700 !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.home-blog-post-style-3 .btn-small.mb-post-readmore i {
  font-size: 20px;
}
.home-blog-post-style-3 .meta-item {
  flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
}
.home-blog-post-style-3 .meta-item:nth-of-type(2n) {
  padding-left: 10px;
  text-align: right;
}
.home-blog-post-style-4 .item .post-image {
  position: relative;
}
.home-blog-post-style-4 .item .post_in:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.home-blog-post-style-4 .rd_mr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.home-blog-post-style-4 .rd_mr .icon {
  margin-left: 5px;
}
.home-blog-post-style-4 .item:hover .rd_mr {
  opacity: 1;
  visibility: visible;
}
.home-blog-post-style-4 .item .detail {
  padding: 0;
}
.home-blog-post-style-4 .pst_ttl {
  padding: 30px;
  font-size: 18px;
  line-height: 26px;
}
.home-blog-post-style-4 .mb-post-excerpt {
  margin: 0;
}
.home-blog-post-style-4 .pst_meta {
  padding: 15px 30px 5px 30px;
  border-top: 1px solid #e5e5e5;
  font-weight: 400;
}
.home-blog-post-style-4 .pst_meta .d_fl:not(:last-of-type) {
  margin-bottom: 10px;
}
.home-blog-post-style-4 .mb-post-tags {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.home-blog-post-style-4 .mb-post-categories {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-right: 10px;
}
.home-blog-post-style-4 .mb-post-categories .label {
  display: none;
}
.home-blog-post-style-4 .d_fl .meta-item {
  flex: 1;
  line-height: normal;
  font-weight: 400;
}
.home-blog-post-style-4 .post-detail:after {
  display: none !important;
}
.home-blog-post-style-4 .post-user {
  margin: 0 !important;
  color: #777;
}
.home-blog-post-style-4 .post-user a {
  color: #777;
}
.home-blog-post-style-4 .post-date {
  display: none !important;
}
/* ------------------------------------------------------------
   End Latest Post Section  -----------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Newsletter Home Section ------------------------------------
--------------------------------------------------------------- */
.newsletter-section .section-title {
  margin-bottom: 60px !important;
}
.newsletter-section .icon {
  margin-bottom: 30px;
}
.newsletter-section .content {
  max-width: 470px;
  margin: 0 auto;
}
.newsletter-section .newsletter {
  background-color: transparent;
}
.newsletter-section .form.subscribe {
  position: relative;
}
.newsletter-section .form.subscribe input[type="email"] {
  padding: 0 45px 10px 0;
  font-size: 18px;
  border-radius: 0;
  background-color: #fff;
  outline: none;
  border: 0 !important;
  border-bottom: 4px solid #25252b !important;
}
.newsletter-section .form.subscribe .action {
  display: block;
  background: none;
  border: 0 none;
  position: absolute;
  top: 5px;
  right: 0;
  color: #4d3ad2;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 !important;
}
.newsletter-section .form.subscribe .action:hover {
  opacity: 0.8;
}
.newsletter-section .form.subscribe #newsletter-error {
  padding: 10px;
  background: #fff4f4;
  font-size: 14px;
  margin-top: 10px;
}
/* ------------------------------------------------------------
   End Newsletter Home Section --------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Testimonial Section   --------------------------------------
--------------------------------------------------------------- */
.sidebar .mageTestimonials .mageTmClient .clientDetails i {
  display: inline-block;
}
.sidebar .block.mageTestimonials .mageTmClient .clientPic {
  min-height: 60px;
}
.sidebar .mageTestimonials .mageTmRating img {
  width: 12px !important;
}
.mageTmClient .clientPic {
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
}
.mageTestList {
  margin: 0;
  padding: 0;
}
.mageTestList .items .magetmQuotes {
  text-align: left;
  padding: 15px 57px 15px 57px;
}
.mageTestList .items .magetmQuotes:before {
  top: 30px;
}
.mageTestList .items .mageTmClient .clientPic {
  max-height: 70px;
  max-width: 70px;
}
.mageTestList .items .clientDetails .mageTmEmail,
.mageTestList .items .clientDetails .mageTmAddress {
  position: relative;
  padding-left: 22px;
}
.mageTestList .items .clientDetails .mageTmEmail i,
.mageTestList .items .clientDetails .mageTmAddress i {
  position: absolute;
  left: 0;
  top: 3px;
}
.mageTestimonials .swiper.show-pagination {
  padding-bottom: 0;
}
.mageTestimonials .swiper-wrapper.pagination-on {
  padding-bottom: 100px;
}
.magetmQuotes {
  max-width: 610px;
  margin: 0 auto 20px!important;
  padding: 0 !important;
  font-size: 20px;
  line-height: 36px;
  color: #737384;
}
.mageTestimonials .clientname b {
  font-size: 20px;
  font-weight: 600;
}
.magetmQuotes:before,
.magetmQuotes:after {
  display: none !important;
}
.mageTestimonials .mageTmAddress {
  max-width: 250px;
  line-height: normal;
  position: relative;
  padding-left: 25px;
}
.mageTestimonials .mageTmAddress i {
  position: absolute;
  left: 0;
}
.mageTmClient .clientDetails > div {
  line-height: normal;
}
.mageTmClient .clientPic {
  margin: 0 20px 10px 0;
}
.mageTestimonials .clientPic {
  text-align: center;
}
#testimonial_details .mageTestList {
  margin: 0 !important;
  list-style: none !important;
}
#testimonial_details .magetmQuotes {
  max-width: 100%;
}
.mageTestList .items .clientDetails .mageTmEmail,
.mageTestList .items .clientDetails .mageTmAddress {
  padding-left: 25px;
}
#testimonial_details .clientname b {
  font-size: 15px;
  font-weight: 500;
}
.mageTmClient .clientDetails {
  font-size: 14px !important;
}
.mageTestList .items .clientDetails .mageTmEmail i,
.mageTestList .items .clientDetails .mageTmAddress i {
  top: 0;
}
#testimonial_details .mageTmClient {
  text-align: left;
}
#testimonial_details .mageTmAddress {
  max-width: 250px;
  line-height: normal;
}
.mageTestList li.items:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea !important;
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}
.mageTestitoolbar {
  border: 0 !important;
  margin: 30px 0 !important;
  padding: 0 !important;
}
.mageTestitoolbar .pager {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.mageTestitoolbar .limiter,
.mageTestitoolbar .toolbar-number {
  font-size: 16px;
  font-weight: 400;
}
.mageTestList .mageTmClient .clientPic {
  max-width: 90px;
  max-height: 90px;
}
.mageTestList .mageTmClient .clientPic img {
  display: block;
  width: auto;
  height: auto;
}
.magetmQuotes {
  padding: 0 20px !important;
}
#testimonial_details .magetmQuotes {
  padding: 0 !important;
}
.mageTestForm .testimonial label {
  display: block;
}
.mageTestForm .block-title h3 {
  font-size: 22px;
  font-weight: 600;
}
.mageTestForm .fieldset > .field:not(.choice) > .control,
.mageTestForm textarea {
  width: 100% !important;
}
.mageTestForm .captcha img {
  margin-right: 10px;
}
/* ------------------------------------------------------------
   End Testimonial Section   ----------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Product Page Slider   --------------------------------------
--------------------------------------------------------------- */
.block-slider {
  width: 100%;
  clear: both;
}
.block.related .section-title {
  margin-bottom: 20px;
}
.block.related .block-actions {
  margin-bottom: 80px;
}
@media (min-width: 1202px) {
  .block-slider .product-item.swiper-slide {
    width: 340px;
    margin-right: 30px;
  }
}
.block.related .product-item .cart-btn,
.block.related .product-item .action.tocart {
  display: none !important;
}
.block.related .product-items .product-item .field.choice.related {
  cursor: pointer;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  background-color: #e8e5e0;
  display: inline-block;
}
.block.related .product-items .product-item .field.choice.related input,
.block.related .product-items .product-item .field.choice.related label {
  cursor: pointer;
}
.block-slider .swiper-horizontal.show-pagination {
  padding-bottom: 60px;
}
.block-slider .products-grid .product-item {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0;
  padding: 1px !important;
}
.block-slider.block.widget .swiper.products-grid:not(.swiper-rtl) .product-item {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.poco-themes:not( poco-home-page-style-2) .block.related .action.select {
  color: #000 !important;
  background-color: #e6e6e6 !important;
  padding: 8px 15px !important;
}
.poco-themes:not( poco-home-page-style-2) .block.related .action.select:hover,
.poco-themes:not( poco-home-page-style-2) .block.related .action.select:focus {
  color: #000 !important;
  background-color: #d9d8d8 !important;
}
.poco-themes:not( poco-home-page-style-2) .block.related .product-items .product-item .field.choice.related {
  color: #000 !important;
  background-color: #e6e6e6 !important;
}
.poco-themes:not( poco-home-page-style-2) .block.related .product-items .product-item .field.choice.related:hover,
.poco-themes:not( poco-home-page-style-2) .block.related .product-items .product-item .field.choice.related:focus {
  color: #000 !important;
  background-color: #e6e6e6 !important;
}
.block-slider .hover-style4 {
  padding: 2px;
}
.block.related .hover-style4 .product-item .field.choice.related {
  order: 3;
  -webkit-order: 3;
  -ms-order: 3;
  margin-top: 10px;
}
.block.related .products-grid .product-item .product-item-inner.style7 {
  display: none !important;
}
/* ------------------------------------------------------------
   End Product Page Slider   ----------------------------------
--------------------------------------------------------------- */
.prodLabel .productlabel-txt {
  font-weight: 600 !important;
}
@media (min-width: 768px) {
  .mbcomparemodalpopup.modal-popup .modal-inner-wrap,
  .modal-popup_ajaxwishlist_magebees .modal-inner-wrap,
  .customer-popup-ajaxwishlist .modal-inner-wrap,
  .cartDetails .modal-inner-wrap {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transition: none !important;
    -webkit-transition: none !important;
    margin: 0 !important;
  }
  .mbcomparemodalpopup.modal-popup .modal-inner-wrap,
  .modal-popup_ajaxwishlist_magebees .modal-inner-wrap {
    max-width: 425px !important;
  }
}
.modal-popup.customer-popup-ajaxwishlist.modal-popup.modal-slide .modal-header {
  padding: 20px 0 !important;
}
.mbcomparepopupwrapper span.product-image-wrapper {
  padding: 0 !important;
}
.mbcomparepopupwrapper span.product-image-wrapper img {
  max-width: 180px;
  margin: 0 auto;
}
.customer-popup-ajaxwishlist .logo {
  float: none !important;
}
.customer-popup-ajaxwishlist .logo img {
  margin: 0 auto 10px !important;
}
.customer-popup-ajaxwishlist .fieldset > .field:not(.choice) > .label,
.customer-popup-ajaxwishlist .fieldset > .field:not(.choice) > .control {
  width: 100% !important;
  float: none !important;
  display: block;
  text-align: left;
  padding: 0 !important;
}
.customer-popup-ajaxwishlist .fieldset > .field {
  margin-bottom: 15px !important;
}
.customer-popup-ajaxwishlist .fieldset.login .field.note {
  font-size: 14px !important;
  background: #f5fbf2;
  padding: 10px;
  text-transform: uppercase;
}
.customer-popup-ajaxwishlist .fieldset.login .field.password .secondary {
  padding-top: 10px;
  clear: both;
  margin-top: 10px;
}
.customer-popup-ajaxwishlist .modal-inner-wrap {
  width: 100%;
  max-width: 470px !important;
}
.customer-popup-ajaxwishlist .fieldset {
  margin-bottom: 0 !important;
}
.modal-slide .action-close {
  padding: 10px !important;
}
.mbpopupbox .mbproname {
  font-size: 18px;
}
.mbsuccessmsg {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.mbcomparemodalpopup .mbcomwishbtns .action {
  width: 100%;
}
.mbcomparemodalpopup #mbcompareviewbtn {
  margin-bottom: 10px;
}
.modal-popup.mbcomparemodalpopup.modal-popup.modal-slide .modal-header,
.modal-popup.modal-popup_ajaxwishlist_magebees.modal-popup.modal-slide .modal-header {
  padding: 20px !important;
}
.mbpopupbox .mbproname {
  font-size: 18px !important;
  font-weight: 500 !important;
}
.modal-popup.confirm .modal-footer button {
  margin: 0 10px !important;
}
.mbcomwishbtns .action {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.mbpopupbox .product-image-wrapper {
  padding: 0 !important;
}
/* ------------------------------------------------------------
   One page checkout   ----------------------------------------
--------------------------------------------------------------- */
.mageb-osc {
  margin-bottom: 0 !important;
}
.mageb-osc .messages .message {
  margin-bottom: 30px;
}
.mageb-osc .control.captcha-image .captcha-img {
  margin-bottom: 10px !important;
}
.mageb-osc .form.form-login .actions-toolbar .secondary .action {
  text-transform: none !important;
}
.mageb-osc .control.captcha-image {
  margin: 20px 0 !important;
}
.mageb-osc .opc-wrapper {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
a.mageb-button {
  display: inline-block;
  font-size: 15px !important;
}
.mageb-checkout-title h1 {
  text-transform: uppercase !important;
}
.mageb-osc input[type="checkbox"],
.mageb-osc input[type="radio"] {
  margin-top: 6px !important;
  margin-right: 10px;
}
.mageb-osc .field-tooltip {
  margin-top: 9px !important;
}
.checkout-index-index .mageb-osc .field .control._with-tooltip input {
  margin-right: 0 !important;
}
.checkout-index-index .minicart .minicart-items .product.actions {
  display: none !important;
}
.mageb-osc .newsletter-check {
  padding: 15px !important;
  background-color: #f7f5f4 !important;
}
.mageb-osc .opc-wrapper .step-title {
  font-size: 18px !important;
  padding: 15px 15px 15px 80px !important;
}
.mageb-summary .step-content {
  padding: 20px !important;
}
.magebees-onepage-checkout-container .opc-wrapper .step-title {
  background-image: none !important;
  position: relative;
}
#Onepagecheckout-shipping .step-title:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>');
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
  font-weight: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
}
.mageb-osc .magebees-Onepagecheckout-shipping-method .step-title:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="1" y="3" width="15" height="13"></rect><polygon points="16 8 20 8 23 11 23 16 16 16 16 8"></polygon><circle cx="5.5" cy="18.5" r="2.5"></circle><circle cx="18.5" cy="18.5" r="2.5"></circle></svg>');
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
  font-weight: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 15px;
}
.mageb-osc .magebees-checkout-payment-method .step-title:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="1" y="4" width="22" height="16" rx="2" ry="2"></rect><line x1="1" y1="10" x2="23" y2="10"></line></svg>');
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
  font-weight: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
}
.mageb-osc .mageb-summary .step-title:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
  font-weight: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
}
.mageb-osc #order-attachment {
  margin-bottom: 40px;
}
.mageb-osc #order-attachment .step-title:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path></svg>');
  display: block;
  position: absolute;
  left: 20px;
  top: 15px;
  font-weight: normal;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
}
.mageb-osc .step-content {
  padding: 30px !important;
}
.mageb-summary table#opcReviewTable > tbody > tr {
  border-bottom: solid 1px #e5e5e5;
}
.mageb-osc .step-content {
  border: solid 1px #e5e5e5 !important;
}
#opcReviewTable > thead {
  box-shadow: 0px 2px 0 #e5e5e5 !important;
  -webkit-box-shadow: 0px 2px 0 #e5e5e5 !important;
}
.mageb-summary #opcReviewTable td.oscProductName .product-name,
.mageb-summary table#opcReviewTable thead tr th {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.mageb-summary table td.oscProductImage {
  padding: 30px 0 40px 0 !important;
}
#opcReviewTable .oscProductImage .oscpiw img {
  border: 0 !important;
}
.mageb-summary table#opcReviewTable > tbody > tr:not(:last-child) {
  border-bottom: solid 1px #e5e5e5 !important;
}
#opcReviewTable .oscDelete {
  bottom: 15px !important;
}
.mageb-summary #opcTotalTable {
  background-color: #f7f5f4 !important;
  border: solid 1px #e5e5e5 !important;
  border-top: 0 !important;
}
.mageb-summary table#opcTotalTable > tbody > tr.magebees-totals-wrapper > th,
.mageb-summary table#opcTotalTable > tbody > tr.magebees-totals-wrapper > td {
  padding-top: 30px !important;
}
.mageb-summary table#opcTotalTable > tbody > tr:last-child > th,
.mageb-summary table#opcTotalTable > tbody > tr:last-child > td {
  padding-bottom: 30px !important;
}
.mageb-summary table#opcTotalTable > tbody > tr > th,
.mageb-summary table#opcTotalTable > tbody > tr > td {
  font-weight: 500 !important;
}
.mageb-summary table#opcTotalTable > tbody > tr > th strong,
.mageb-summary table#opcTotalTable > tbody > tr > td strong {
  font-weight: 600 !important;
}
.checkout-index-index .page-title-wrapper {
  width: auto !important;
  height: auto !important;
  clip: inherit !important;
}
.mageb-osc .payment-option-title {
  padding: 15px 10px 15px 45px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background-color: #f7f5f4 !important;
  position: relative;
}
.mageb-osc .payment-option-title,
.mageb-osc .discount-code.magebees-discount-code-wrapper .payment-option-title {
  background-image: none !important;
}
.mageb-osc .magebees-Onepagecheckout-additional-blocks .payment-option-title:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path></svg>');
  position: absolute;
  left: 15px;
  font-weight: normal;
  margin-top: 2px;
}
.mageb-osc .discount-code.magebees-discount-code-wrapper .payment-option-title:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="5" x2="5" y2="19"></line><circle cx="6.5" cy="6.5" r="2.5"></circle><circle cx="17.5" cy="17.5" r="2.5"></circle></svg>');
  position: absolute;
  left: 15px;
  font-weight: normal;
  margin-top: 2px;
}
.mageb-osc .magebees-discount-code-wrapper .payment-option-content {
  background-color: #f7f5f4 !important;
  padding: 20px !important;
}
.mageb-osc .magebees-discount-code-wrapper {
  margin-bottom: 40px !important;
}
.mageb-osc .magebees-discount-code-wrapper.discount-code {
  padding-right: 20px !important;
  padding-left: 0 !important;
}
.mageb-osc .magebees-discount-code-wrapper {
  padding-left: 20px !important;
}
#popup-login .fieldset > .field,
.fieldset > .fields > .field {
  margin-bottom: 20px !important;
}
.checkout-index-index.magebees-onepage-checkout .modals-wrapper .modal-popup .modal-header {
  padding: 0 !important;
}
.magebees-onepage-checkout .modal-popup .modal-content {
  padding: 50px 50px 20px !important;
}
@media (min-width: 769px) {
  .magebees-onepage-checkout .modal-popup .modal-footer {
    padding: 10px 0 !important;
    margin: 0 10px;
    border-top: 1px solid #e3e3e3;
    text-align: right;
  }
}
.magebees-onepage-checkout .agreements-modal.modal-popup .modal-footer .action-hide-popup {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.mageb-osc .block-order-comments .addMorebtn,
.mageb-osc .block-order-comments .attComRmv {
  font-weight: 600;
}
.magebees-onepage-checkout .minicart-wrapper .minicart-items .product.actions,
.magebees-onepage-checkout .minicart-wrapper .minicart-items .details-qty {
  display: none !important;
}
@media (min-width: 1024px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin: 0 auto !important;
    top: 50%;
    right: auto !important;
    max-width: 560px !important;
    width: 100% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transition: none !important;
  }
}
@media (min-width: 768px) {
  .magebees-onepage-checkout .modal-popup .actions-toolbar {
    margin: 10px 0 10px 120px !important;
  }
  .magebees-onepage-checkout .modal-popup._inner-scroll .modal-content {
    padding: 50px !important;
  }
}
#popup-login .fieldset > .field.note {
  font-size: 16px !important;
  color: #737384 !important;
}
#popup-login h1 {
  font-weight: 600;
}
#popup-login .form-login .fieldset > .field,
.fieldset > .fields > .field {
  margin-bottom: 20px !important;
}
.mageb-osc .two-fields {
  margin-right: 4% !important;
}
.mageb-osc .two-fields.last {
  margin-right: 0 !important;
}
.mageb-summary .magebees-grand-total-item,
.mageb-summary .magebees-grand-total-item-label {
  font-weight: 600;
}
.magebees-checkout-payment-method .fieldset .billing-address-form + .magebees-buttons-for-update.actions-toolbar {
  margin: 0 !important;
}
.magebees-buttons-for-update.actions-toolbar .action {
  margin-right: 20px !important;
}
.mageb-osc .checkout-payment-method .payment-method-content .payment-method-billing-address .fieldset {
  margin-bottom: 0 !important;
}
.mageb-osc .opc-wrapper.mageb-onecolumn-layout .mageb-review-2col .magebees-discount-code-wrapper.discount-code {
  padding-right: 0 !important;
}
.mageb-osc .opc-wrapper.mageb-onecolumn-layout .mageb-review-2col .magebees-discount-code-wrapper {
  padding-left: 0 !important;
}
#opcReviewTable .qty-wrap .button.btnDec,
#opcReviewTable .qty-wrap .button.btnInc {
  font-size: 18px !important;
  padding: 0 !important;
  font-weight: 400 !important;
  width: 25px !important;
  height: 40px !important;
  line-height: normal !important;
  background-color: #fff !important;
  color: #333 !important;
  border: solid 1px #ddd !important;
  top: 0 !important;
}
#opcReviewTable .qty-wrap .button.btnDec {
  left: -25px !important;
  border-right: 0 !important;
}
#opcReviewTable .qty-wrap .button.btnInc {
  left: 40px !important;
  border-left: 0 !important;
}
#opcReviewTable .oscProductName .item-options dt,
#opcReviewTable .oscProductName .item-options dd {
  font-size: 13px !important;
}
#opcReviewTable .oscProductName .item-options dt + dd + dt {
  display: inline-block !important;
}
.mageb-osc .magebees-shipping-address-item.shipping-address-item.magebees-selected-item {
  border-color: #dbdbdb !important;
}
.magebees-shipping-address-item.magebees-selected-item {
  background-color: #f9f9f9 !important;
}
.checkout-index-index .modal-popup .modal-title {
  padding: 10px 15px !important;
}
.magebeesLoader {
  right: 20px !important;
  top: 22px !important;
}
.sucess-col .legend,
.sucess-col .sub-title,
.mageb-success-page h3.product-name {
  font-style: normal !important;
}
.mageb-success-page h3.product-name {
  font-style: normal !important;
  text-transform: none !important;
  font-size: 16px !important;
  margin: 0;
}
.sucess-col .left-success .sub-title {
  font-weight: 600 !important;
}
.left-success {
  text-align: center !important;
  padding: 40px !important;
}
.left-success,
.mageb-success-page .col-set {
  border: 1px solid #e3e3e6 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.sucess-col #checkout-review-table-wrapper .data-table tbody tr td.a-center {
  text-align: center;
}
.mageb-success-static-b [data-content-type="row"][data-appearance="contained"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sucess-col #checkout-review-table-wrapper .data-table thead th,
.sucess-col #checkout-review-table-wrapper .data-table tfoot td {
  background-color: #f7f5f4 !important;
}
.mageb-success-page .col-set h3 {
  background-color: #f7f5f4 !important;
  padding: 10px 15px !important;
  font-size: 18px;
  margin: 0 0 10px;
}
.sucess-col #checkout-review-table-wrapper,
.mageb-success-static-b {
  margin: 0 0 40px !important;
}
.left-success img {
  max-width: 40px;
}
.mageb-success-page .col-set:not(:last-of-type) {
  margin-bottom: 40px !important;
}
.mageb-success-page #mockBottom {
  margin: 0 !important;
}
#opcReviewTable .oscProductImage .oscpiw img:hover {
  transform: scale(1.3) !important;
  -webkit-transform: scale(1.3) !important;
  -ms-transform: scale(1.3) !important;
}
.mageb-osc .actions-toolbar-trigger .action.primary {
  font-size: 18px !important;
  font-weight: 700 !important;
}
.mageb-osc .mbOpc-terms .checkout-agreements button.mageb-button {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
#opcReviewTable .qty-wrap .button.btnDec,
#opcReviewTable .qty-wrap .button.btnInc {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.mageb-osc .payment-method-billing-address .fieldset {
  margin-bottom: 30px !important;
}
/* ------------------------------------------------------------
   End One page checkout   ------------------------------------
--------------------------------------------------------------- */
/* ------------------------------------------------------------
   Blog  ------------------------------------------------------
--------------------------------------------------------------- */
.mb-blog-toolbar .toolbar-amount,
.toolbar.top.mb-blog-toolbar,
.mb-blog-toolbar .limiter {
  display: none !important;
}
.mb-post-listing .mb-post-gridview .items {
  display: flex;
  flex-wrap: wrap;
  margin: -5.92592593% -30px 0;
}
.mb-post-listing .mb-post-gridview .item {
  max-width: 33.33%;
  width: 100%;
  padding: 0 30px;
  margin-top: 5.92592593%;
}
.mb-post-listing .mb-featured-image {
  overflow: hidden;
  display: block !important;
}
.mb-post-listing .mb-featured-image img {
  display: block;
  margin: 0 auto;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
}
.mb-post-listing .mb-post-gridview .item:hover .mb-featured-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.mb-post-listing .mb-post-title {
  font-size: 18px !important;
  line-height: 34px !important;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px !important;
}
.mb-post-listing .mb-featured-image {
  margin-bottom: 45px !important;
}
.mb-post-listing .mb-post-meta {
  font-size: 16px !important;
  text-transform: uppercase;
}
.mb-post-listing .mb-post-text {
  font-size: 20px !important;
  line-height: 32px;
}
.mb-post-listing .mb-post-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.mb-post-listing .mb-post-header .mb-post-title {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.mb-post-listing .mb-post-header .mb-post-meta {
  font-size: 15px !important;
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  margin-bottom: 25px !important;
}
.mb-post-viewpage .mb-metadata .item-meta:after,
.mb-post-listing .mb-post-meta .item-meta:after {
  content: "/" !important;
  padding: 0 10px;
}
.mb-post-listing .mb-post-meta .item-meta.mb-post-post-date .label,
.mb-post-listing .mb-post-meta .item-meta .label,
.mb-post-listing .mb-post-meta .item-meta.mb-post-categories .label,
.mb-post-viewpage .mb-post-posed-date .label,
.mb-post-viewpage .mb-post-categories .label {
  display: none;
}
.mb-post-listing .mb-read-btn {
  margin-top: 30px !important;
}
.poco-themes .mb-post-listing .mb-read-btn .mb-post-readmore,
poco-themes .mb-comment-list .reply-me,
.catalog-product-view .mb-post-grid-block .mb-post-readmore {
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  border: 0 !important;
  position: relative;
}
.mb-post-listing .mb-read-btn .mb-post-readmore:after,
.mb-comment-list .reply-me:after,
.catalog-product-view .mb-post-grid-block .mb-post-readmore:after {
  content: "";
  background-color: #25252b;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.mb-post-listing .mb-post-excerpt {
  margin-bottom: 0 !important;
}
.mb-comment-list .p-actions .reply-me {
  position: relative;
  background-color: transparent;
  padding: 0;
  font-size: 15px;
  font-weight: bold !important;
}
.mb-post-listview .featured-image {
  max-width: 418px;
}
.mb-post-listview .mb-post-listview-content {
  padding-left: 70px;
}
.mb-post-listview .mb-post-header {
  display: block;
}
.mb-post-listview .featured-image img {
  display: block;
}
.mb-post-listview .featured-image {
  margin: 0 !important;
}
.mb-post-listview .item {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 40px !important;
  margin-bottom: 40px !important;
}
.mb-blog-toolbar.bottom {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.mb-blog-toolbar .pager {
  text-align: center;
}
.mb-blog-toolbar.toolbar select {
  background-color: #fff !important;
}
.sidebar .mb-block-search.mb-block .block-title {
  display: none !important;
}
.sidebar .mb-block-search.mb-block input {
  font-size: 18px !important;
  background-color: #fff !important;
  border: 0 !important;
  border-bottom: solid 1px #e3e3e6 !important;
  padding: 0 30px 10px 0 !important;
  height: 40px !important;
  line-height: 40px !important;
}
.sidebar .mb-block-search.mb-block .action.search {
  padding: 0 !important;
  top: 2px !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
}
.sidebar .mb-block-search.mb-block .action.search:hover {
  opacity: 0.6;
}
.sidebar .mb-block-search.mb-block .action.search:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');
  background-image: none !important;
  opacity: 1 !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
}
.sidebar .mb-recent-post .mb-thumb {
  width: 85px !important;
  padding-right: 0 !important;
}
.sidebar .mb-recent-post .detail {
  padding-left: 20px !important;
  padding-right: 0 !important;
}
.sidebar .mb-block-recent-posts .item .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.sidebar .mb-recent-post .detail .mb-time {
  font-size: 15px !important;
  line-height: normal;
  margin-bottom: 10px !important;
}
.sidebar .mb-recent-post .items .item:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar .mb-block-categories ul,
.sidebar .mb-block-archive ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sidebar .mb-block-categories ul li,
.sidebar .mb-block-archive ul li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 15px !important;
}
.sidebar .mb-block-categories ul li:last-of-type,
.sidebar .mb-block-archive ul li:last-of-type {
  margin: 0 !important;
}
.sidebar .mb-block-categories a span {
  float: right;
}
.sidebar .mb-block-recent-comments .mb-author {
  background-image: none !important;
  font-size: 15px !important;
  padding: 10px 0 0 30px !important;
  position: relative;
}
.sidebar .mb-block-recent-comments .mb-author:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23888" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg>');
  position: absolute;
  left: 0;
  margin-top: 3px;
}
.sidebar .mb-block-recent-comments .mb-comment {
  font-style: normal !important;
  color: #888;
}
.sidebar .block.newsletter {
  max-width: 100%;
}
.sidebar .mb-block-newsletter .title {
  display: block !important;
}
.sidebar .mb-block-newsletter .label {
  display: none !important;
}
.sidebar .mb-block-newsletter .form {
  position: relative;
}
.sidebar .mb-block-newsletter input[type="email"] {
  border: 0 !important;
  border-bottom: solid 1px #e3e3e6 !important;
  padding: 0 40px 10px 0 !important;
}
.sidebar .mb-block-newsletter .actions {
  position: absolute;
  top: 2px;
  right: 0;
  width: 30px;
  text-align: center;
}
.sidebar .mb-block-newsletter .actions .subscribe {
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
}
.sidebar .mb-block-newsletter .actions .subscribe .icon {
  font-size: 20px;
}
.sidebar .mb-block-newsletter .actions .subscribe .text {
  display: none !important;
}
.mb-block-recent-comments .mb-time {
  margin: 0 !important;
}
.mb-post-viewpage .mb-metadata .item-meta {
  font-size: 15px !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.mb-post-viewpage .mb-metadata .item-meta:after {
  content: "/" !important;
  padding: 0 10px !important;
}
.mb-post-viewpage .mb-featured-thumb {
  margin-bottom: 60px !important;
}
.mb-post-viewpage .mb-featured-thumb img {
  display: block;
}
.mb-post-viewpage .mb-post-header {
  margin-bottom: 25px !important;
}
.mb-post-viewpage .mb-post-content {
  font-size: 20px !important;
  line-height: 36px !important;
}
.mb-block-search.mb-block {
  background-color: #f7f5f4;
  border: 0 !important;
  padding: 30px !important;
  margin-bottom: 50px !important;
}
.mb-block-search.mb-block input {
  background-color: #fff !important;
  border: 0 !important;
  height: 60px !important;
  line-height: 60px !important;
  padding: 10px 60px 10px 20px !important;
}
.mb-block-search.mb-block .action.search {
  padding: 0 !important;
}
.mb-block-search.mb-block .block-title strong {
  display: none !important;
}
.mb-block-search.mb-block .action.search {
  top: 0 !important;
  right: 0 !important;
}
.mb-postview-footer {
  background-color: #fff !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.mb-postview-footer .item-meta {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mb-postview-footer .item-meta.mb-post-tags a {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  background-color: #25252b !important;
  padding: 3px 14px !important;
  margin-right: 10px;
  margin-bottom: 5px;
}
.mb-postview-footer .mgblog-post-vote {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
}
.mb-postview-footer .item-meta.addthis_toolbox {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.mb-postview-footer .item-meta.addthis_toolbox .label {
  display: none !important;
}
.mb-related-products,
.mb-related-post,
.mb-comment-list,
.mb-comment-form {
  border-top: 1px solid #e9e9e9 !important;
  padding-top: 50px !important;
  margin-top: 50px !important;
}
.mb-related-products .title,
.mb-related-post .title {
  margin: 0 0 30px !important;
}
.mb-related-products .block-title strong,
.mb-related-post .block-title strong {
  margin: 0 !important;
}
.mb-comment-list h2,
.mb-related-products .block-title strong {
  font-size: 20px !important;
  text-transform: uppercase !important;
}
.mb-related-products .product-item-photo img {
  max-width: 100%;
}
.mb-postview-pagination {
  padding: 0 !important;
  margin-bottom: 30px !important;
  font-weight: 500 !important;
}
.mb-postview-pagination .mb-next a,
.mb-postview-pagination .mb-prev a {
  background: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.mb-postview-pagination .mb-next a:before,
.mb-postview-pagination .mb-prev a:before,
.mb-postview-pagination .mb-next a:after,
.mb-postview-pagination .mb-prev a:after {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  margin-top: 1px;
}
.mb-postview-pagination .mb-next a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
  padding-left: 5px;
}
.mb-postview-pagination .mb-prev a:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>');
  padding-right: 5px;
}
.mb-related-post .block-title strong {
  font-size: 20px !important;
}
.mb-related-post {
  margin-bottom: 50px !important;
}
.mb-related-post .item,
.mb-related-products .products-grid .product-item {
  width: 17.4% !important;
  margin-right: 3% !important;
}
.mb-related-post .item:last-of-type,
.mb-related-products .products-grid .product-item:last-of-type {
  margin-right: 0 !important;
}
.mb-related-post .item a {
  display: block;
}
.mb-related-post .item a .featured-img {
  margin-bottom: 20px !important;
  display: block;
}
.mb-related-post .item a .title {
  display: block;
  margin: 0 !important;
}
.mb-post-viewpage .mb-metadata .item-meta .label {
  font-weight: 500 !important;
}
.mb-related-products .product-items {
  margin: 0 !important;
}
.mb-related-products .products-grid .product-item {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.mb-related-products .products-grid .product-item .product-item-details {
  padding: 20px 10px 0 !important;
}
.mb-related-products .products-grid .product-item .product-image-wrapper {
  height: 100%;
}
.mb-comment-list {
  padding-bottom: 0 !important;
}
.mb-c-comment .c-comment .p-name {
  font-size: 18px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
}
.mb-comment-list .mb-c-comment .p-text {
  font-size: 20px !important;
  line-height: 36px;
}
.mb-comment-list .reply-me {
  background-image: none !important;
}
.mb-comment-list .c-comment-parent {
  margin-top: 50px !important;
  padding-left: 40px !important;
  border-left: 3px solid #e9e9e9 !important;
}
.mb-comment-list .p-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.mb-comment-list .publish-date {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.mb-comment-list .reply-me {
  order: 2;
  -webkit-order: 2;
  -ms-order: 2;
}
.mb-comment-form {
  padding: 50px 0 0 !important;
  background-color: transparent !important;
  margin-bottom: 0 !important;
}
.mb-comment-form .fieldset > .legend {
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  display: block;
  margin-bottom: 40px !important;
}
.mb-comment-form input[type="checkbox"] {
  margin-right: 10px !important;
}
.mb-comment-form .fieldset input[type="text"],
.mb-comment-form .fieldset input[type="author_email"] {
  font-size: 18px !important;
  height: 60px !important;
  line-height: 60px !important;
  padding: 0 20px !important;
}
.mb-comment-form .fieldset input[type="text"]::placeholder,
.mb-comment-form .fieldset input[type="author_email"]::placeholder,
.mb-comment-form textarea::placeholder {
  opacity: 1 !important;
}
.mb-comment-form textarea {
  padding: 20px !important;
  font-size: 18px !important;
  width: 100% !important;
}
.mb-comment-form .field .label {
  display: none !important;
}
.mb-comment-form .fieldset > .field:not(.choice) > .control {
  width: 100% !important;
}
.mb-comment-form .fieldset > .field.author_confirm .control {
  position: relative;
  padding-left: 30px;
  display: block;
}
.mb-comment-form .fieldset > .field.author_confirm .control input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 4px;
}
.mb-comment-form .actions-toolbar {
  margin: 0!important;
}
.mb-comment-form .g-recaptcha {
  margin-top: 40px !important;
}
.mb-comment-form .field.author_confirm {
  margin-top: 40px !important;
}
.modal-popup .mb-comment-form {
  margin-top: 0 !important;
  border-top: 0 !important;
  padding: 0 !important;
}
.catalog-product-view .mb-post-grid-block .mb-fetured-thumb {
  margin-bottom: 30px !important;
  overflow: hidden;
  display: block !important;
}
.catalog-product-view .mb-post-grid-block .mb-fetured-thumb img {
  display: block;
  margin: 0 auto;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
}
.catalog-product-view .mb-post-grid-block .item:hover .mb-fetured-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.catalog-product-view .mb-post-grid-block .mb-post-meta .meta-item {
  font-size: 15px !important;
}
.catalog-product-view .mb-post-grid-block .mb-post-meta .meta-item,
.catalog-product-view .mb-post-grid-block .mb-post-meta .meta-item a {
  text-transform: uppercase;
}
.catalog-product-view .mb-post-grid-block .mb-post-meta .meta-item:after {
  content: "/" !important;
  padding: 0 10px !important;
}
.catalog-product-view .mb-post-grid-block .mb-post-title {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin: 0 0 15px !important;
}
.catalog-product-view .mb-post-grid-block .mb-post-meta .meta-item.mb-post-date .label,
.catalog-product-view .mb-post-grid-block .mb-post-meta .meta-item.mb-post-categories .label {
  display: none !important;
}
.catalog-product-view .mb-post-grid-block .mb-post-meta {
  margin-bottom: 20px;
}
.catalog-product-view .mb-post-grid-block .mb-post-excerpt {
  font-size: 18px !important;
  line-height: 30px;
}
/* ------------------------------------------------------------
   End Blog  --------------------------------------------------
--------------------------------------------------------------- */
.mfp-iframe-holder .mfp-close {
  padding: 0 !important;
  font-family: inherit !important;
  font-size: 30px;
  font-weight: 400;
}
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover {
  background-color: transparent !important;
}
.columns .block-slider:last-of-type {
  margin-bottom: 0 !important;
}
.full-width-layout-poco .products-list .product-item .pro-hover,
.full-width-layout-poco .block.widget.block-products-list .widget-product-grid .product-item .pro-hover {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
}
.full-width-layout-poco.cms-page-view [data-element="mobile_image"],
.full-width-layout-poco.cms-page-view [data-element="desktop_image"],
.full-width-layout-poco.cms-page-view [data-content-type="row"][data-appearance="contained"] [data-element="desktop_image"],
.full-width-layout-poco .welcome-content #image_section img,
.full-width-layout-poco .mb-post-content .col2-set .col-1 img,
.full-width-layout-poco .mb-post-content .col2-set .col-2 img {
  width: 100%;
}
.boxed-layout-poco .page-header.sticky-header {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1) !important;
}
.boxed-layout-poco .category-images.category-images-style3 .category-title .title {
  font-size: 20px;
}
.boxed-layout-poco .category-images.category-images-style3 .cat-product-count {
  font-size: 14px;
}
.boxed-layout-poco .page-footer {
  margin-left: -30px;
  margin-right: -30px;
}
.boxed-layout-poco .page-header {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.boxed-layout-poco.cms-index-index #maincontent {
  padding: 0;
}
.boxed-layout-poco .prev-next-products {
  display: none !important;
}
.boxed-layout-poco .product.info.detailed {
  background-color: transparent;
}
.boxed-layout-poco .mageb-patn-inner {
  max-width: 100%;
}
.boxed-layout-poco .welcome-content .image_section img,
.boxed-layout-poco .mageb-patn-inner .mageb-zoomin a img,
.boxed-layout-poco .mageb-patn-inner .mageb-pattern-list.mageb-zoomin a img {
  width: 100%;
}
.boxed-layout-poco .container-fluid {
  margin: 0;
}
.table-order-items dl.item-options {
  font-size: 14px;
}
.order-details-items .item-options dt {
  display: inline-block;
}
.order-details-items .item-options dd {
  display: inline-block;
  padding-right: 10px;
}
#Onepagecheckout-forgot-popup .actions-toolbar > .primary .action {
  padding: 10px !important;
  font-size: 14px !important;
}
.modal-popup.confirm .modal-content {
  padding: 20px;
}
.multicheckout .box-title > span {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.multicheckout.order-review .block-title > strong {
  font-weight: 600 !important;
}
.form.multicheckout.order-review .price-including-tax .price,
.form.multicheckout.order-review .price-excluding-tax .price {
  font-weight: 500 !important;
}
/* ------------------------------------------------------------
   Products Listing Extention ---------------------------------
--------------------------------------------------------------- */
.productsListing-section .products-grid.swiper .product-item.swiper-slide {
  margin-left: 0;
  margin-bottom: 0 !important;
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
}
.productsListing-section .swiper:not(.products-list) .swiper-slide {
  width: 312px;
  margin-right: 30px;
}
.productsListing-section .show-scrollbar {
  padding-bottom: 90px;
}
.productsListing-section .products-grid.swiper .product-swiper-item-5 .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary,
.productsListing-section .products-grid .product-item-5 .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary {
  padding: 0 20px !important;
  font-size: 13px;
}
.productsListing-section .toolbar.bottom {
  text-align: center;
  padding-top: 40px;
}
.productsListing-section .toolbar .pages .action.next:before,
.productsListing-section .toolbar .pages .action.previous:before {
  font-size: 20px !important;
}
.productsListing-section .loading-btn {
  margin: 0 !important;
}
.productsListing-section .prodlist > .loading-btn {
  margin-bottom: 60px !important;
}
.productsListing-section .prodlist {
  position: relative;
}
.productsListing-section .products-list {
  margin: 0;
}
.productsListing-section .products-list .product-item {
  padding-bottom: 0;
}
.productsListing-section .products-list .product-item:last-of-type {
  margin-bottom: 0;
}
.productsListing-section .products-list .product-item .product-item-info {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-align-items: flex-start;
}
.productsListing-section .products-list .product-item .product-item-details,
.productsListing-section .products-list .product-item .pro-hover {
  flex: 1 !important;
  -webkit-flex: 1 !important;
  -ms-flex: 1 !important;
}
.productsListing-section .products-list .product-item .pro-hover {
  max-width: 120px;
}
.productsListing-section .products-list .product-item .product-item-details {
  padding-left: 20px;
}
.productsListing-section .products-list .product-image-container .product-image-wrapper {
  padding-bottom: 0 !important;
  height: auto;
}
.productsListing-section .products-list .product-image-container {
  width: 100% !important;
}
.productsListing-section .products-list .product-image-wrapper .product-image-photo {
  height: 110px;
  width: 230px;
  object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  position: static !important;
}
.productsListing-section .products-list .product-item .pro-hover .product-item-photo {
  border: 0 !important;
  float: none !important;
  padding: 0 !important;
}
.productsListing-section .products-list .product-item-name,
.productsListing-section .products-list .product-item-name a {
  font-size: 16px;
  font-weight: 700 !important;
}
.productsListing-section .products-list .product-item-name,
.productsListing-section .products-list .p_ctgry {
  margin-bottom: 5px;
}
.productsListing-section .products-list .product-reviews-summary {
  margin: 0 !important;
}
.productsListing-section .products-list .product-item .price-box {
  margin: 0;
}
.productsListing-section .products-list .product-item-inner .action .text,
.productsListing-section .products-list .product-item-inner .magebees_quickview span {
  display: none;
}
.productsListing-section .products-list .product-item .product-item-info .magebees_quickview,
.productsListing-section .products-list .product-item .product-item-info .magebees_quickview:hover {
  opacity: 1;
  visibility: visible;
  position: static !important;
}
.productsListing-section .products-list .product-item .price-box .price {
  font-size: 18px !important;
  font-weight: 700 !important;
}
.productsListing-section .products-list .product-item-shortdesc {
  font-size: 14px;
  margin: 10px 0;
}
.productsListing-section .products-list .product-item-inner .action.primary,
.productsListing-section .products-list .product-item-inner .stock.unavailable {
  padding: 10px 15px !important;
  line-height: normal;
  margin-right: 3px;
}
.productsListing-section .products-list .product-item-inner .stock.unavailable,
.productsListing-section .products-list .product-item-inner .action.primary span {
  font-size: 13px;
  font-weight: 700;
  vertical-align: initial;
  display: none;
}
.productsListing-section .products-list .product-item-actions .actions-secondary > .action {
  padding: 10px 15px;
  width: auto;
  line-height: normal;
}
.productsListing-section .products-list .prodLabel.top-right {
  top: 0;
  right: 0;
}
.productsListing-section .products-list .prodLabel.top-left {
  top: 0;
  left: 0;
}
.productsListing-section .products-list .hover-style10 .hvr_dtl {
  display: block;
}
.productsListing-section .products-list .hover-style10 .hvr_dtl .actions-primary {
  display: none;
}
.productsListing-section .view-more.btm svg {
  margin-top: -3px;
}
/* ------------------------------------------------------------
   End Products Listing Extention -----------------------------
--------------------------------------------------------------- */
div[data-content-type="tabs"] .tabs-content {
  border: 0;
}
div[data-content-type="tabs"] .container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header,
div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-tabs-active {
  border: 0 !important;
  background: transparent !important;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title {
  font-size: 34px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  padding: 0 4rem !important;
}
@media (min-width: 1024px), print {
  .page-products .products-grid .product-item:not(.swiper-slide):nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.mageb-no-more-load {
  background-color: #f2f2f2 !important;
}
@media (min-width: 767px) {
  .page-products.page-layout-1column #layered-filter-block.filter.block {
    margin: 0 0 50px !important;
    padding: 0;
  }
}
.contactInfo-static-block {
  background-color: #dbeee5;
  padding: 80px;
}
.contactInfo-static-block .col {
  position: relative;
}
.contactInfo-static-block .col.img-col {
  flex: 0 0 469px !important;
  -webkit-flex: 0 0 469px !important;
  -ms-flex: 0 0 469px !important;
}
.contactInfo-static-block .col h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
}
.contactInfo-static-block .col h2 b {
  font-weight: 800;
}
.contactInfo-static-block .col a {
  color: #6c6c6c;
  font-size: 18px;
  font-weight: 500;
}
.contactInfo-static-block .col a:hover {
  opacity: 0.8;
}
.contactInfo-static-block .col p {
  font-size: 20px;
  line-height: 36px;
  margin: 0;
}
.contactInfo-static-block .col svg {
  margin-right: 10px;
}
.contactInfo-static-block .col .img {
  position: absolute;
  top: -157px;
  -webkit-animation: down_mover 2s infinite  alternate;
  animation: down_mover 2s infinite  alternate;
}
@-webkit-keyframes down_mover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes down_mover {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
.timer-product {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10px;
  z-index: 10;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.timer-product #category-timer-countbox .countdown-row {
  display: flex;
}
.timer-product #category-timer-countbox .countdown-section {
  width: 45px;
  min-width: inherit !important;
  text-align: center;
  margin-left: 0 !important;
  display: inline-block;
  float: none !important;
  padding: 6px 0 !important;
  border: 0 !important;
  line-height: 14px;
  margin: 0 2px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.timer-product #category-timer-countbox .countdown-section .countdown-amount {
  font-size: 13px;
  padding: 10px !important;
  display: block;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
  font-weight: 700;
}
.timer-product #category-timer-countbox .countdown-section .countdown-period {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
}
.sale_discount_banner .items {
  position: relative;
  min-height: 114px;
  background: url(../images/sl_bg.png) no-repeat center #5d67f0;
}
.sale_discount_banner .items:before {
  content: "";
  background: url(../images/sl_dtd_bg.png) no-repeat top left;
  height: 200%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sale_discount_banner .item.first:after {
  content: "";
  background: url(../images/sl_line.png) repeat center;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
.sale_discount_banner .item.first:before {
  content: "";
  background: url(../images/sl_ssr-icon.png) no-repeat center;
  height: 22px;
  width: 22px;
  position: absolute;
  bottom: 13px;
  right: -11px;
}
.sale_discount_banner .ttl {
  color: #ffffff;
  font-size: 45px;
  margin: 0 0 0 20%;
}
.sale_discount_banner .ttl .code {
  color: #e7fd40;
}
.sale_discount_banner .item {
  position: relative;
}
.sale_discount_banner .item.first {
  max-width: 478px;
}
.sale_discount_banner .item.second {
  max-width: 405px;
}
.sale_discount_banner .btn {
  font-size: 26px !important;
  margin-left: 13.6rem;
  font-weight: 800 !important;
  padding: 1rem 3.6rem !important;
}
.sale_discount_banner p {
  color: #fff;
  font-size: 26px;
  margin-right: 11rem;
  font-weight: 500;
  margin-bottom: 0;
}
.ourFindStore {
  margin: 0 -15px;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
.ourFindStore .our-store-list {
  max-width: 33.33%;
  flex: 33.33%;
  -webkit-flex: 33.33%;
  -ms-flex: 33.33%;
  background-color: transparent;
  padding: 0 15px;
  margin-bottom: 30px;
}
.ourFindStore .our-store-list:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ourFindStore .our-store-list:last-of-type {
  margin-bottom: 0;
}
.ourFindStore .our-store-list-in {
  background-color: #f7f7f7;
  padding: 40px;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  border: 5px solid transparent;
}
.ourFindStore .our-store-list-in:hover {
  border-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.ourFindStore .our-store-list .button--link {
  height: auto;
  min-width: inherit;
}
.ourFindStore .our-store-list:hover .button--link {
  min-width: inherit;
}
.ourFindStore .our-store-address,
.ourFindStore .our-store-flag {
  margin-bottom: 30px;
}
.ourFindStore .our-store-list .button--link {
  margin-top: 30px;
}
.custom_banner_col .pagebuilder-column-group {
  margin: 0 -15px;
}
.custom_banner_col .pagebuilder-column {
  padding: 0 15px;
}
.custom_banner_col .slick-dots {
  position: absolute;
  bottom: 25px;
  padding: 0;
}
.custom_banner_col .slick-dots li {
  margin: 0 2px;
}
.custom_banner_col .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  font-size: 0;
  opacity: 0.2;
  background-color: #fff !important;
  padding: 0 !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  text-indent: -99999px;
  transition: 0.3s;
}
.custom_banner_col .slick-dots li.slick-active button {
  opacity: 1;
  background-color: #fff !important;
  border-radius: 100px !important;
}
.custom_banner_col .pagebuilder-slide-wrapper {
  background-position: center center !important;
}
.poco_text_banner {
  position: relative;
  overflow: hidden;
}
.poco_text_banner img {
  object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  min-height: 366px;
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
}
.poco_text_banner:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.poco_text_banner .details {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  padding: 50px;
}
.poco_text_banner h1 {
  color: #fff;
  font-size: 80px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: -1.5px;
  margin: 0;
}
.poco_text_banner p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 50px;
}
.poco_text_banner a.action {
  font-size: 15px !important;
  font-weight: 800 !important;
  padding: 16px 24px !important;
}
.poco_textCnt_banner {
  position: relative;
  overflow: hidden;
}
.poco_textCnt_banner img {
  object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  min-height: 366px;
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
}
.poco_textCnt_banner:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.poco_textCnt_banner .details {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.poco_textCnt_banner h2 {
  color: #fff;
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 60px;
  text-transform: uppercase;
}
.poco_textCnt_banner p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.poco_textCnt_banner a {
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
}
.sml_2-col_banner {
  padding-left: 5px;
  padding-right: 5px;
}
.sml_2-col_banner .pagebuilder-column {
  margin: 0 15px;
}
.sml_2-col_banner .sml_bnr_2col {
  padding: 50px 12%;
}
.sml_2-col_banner .sml_bnr_2col h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 20px;
}
.sml_2-col_banner .sml_bnr_2col p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.sml_2-col_banner .sml_bnr_2col .action {
  font-size: 15px !important;
  padding: 17px 24px 15px 24px !important;
  font-weight: 800 !important;
}
.sml_2-col_banner .sml_bnr_2col .action.primary:after {
  padding-left: 5px;
  font-size: 19px;
}
.galleryimage-item {
  width: 240px;
}
.galleryimage-item img {
  width: 100%;
}
.category-filter li button {
  margin: 5px 0 0 5px !important;
}
.sales-guest-form .form-orders-search {
  margin: 0 auto;
  max-width: 790px;
  width: 100% !important;
  min-width: inherit !important;
  padding: 50px;
  background-color: #f8f8f8;
}
.sales-guest-form .form-orders-search .fieldset > .legend {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.catalogsearch-result-index .sidebar #layered-filter-block .filter-title {
  display: block !important;
}
.catalogsearch-result-index .sidebar #layered-filter-block .filter-subtitle {
  display: none !important;
}
.catalogsearch-result-index .sidebar #layered-filter-block .filter-options .filter-options-item {
  float: none;
}
.contact-form-image .img img {
  height: 100% !important;
  object-fit: cover;
  max-width: 100%;
  display: block;
}
.cartBox .pImage {
  max-height: 200px !important;
}
/* ------------------------------------------------------------
   Custom Ajax Cart Popup -------------------------------------
--------------------------------------------------------------- */
.poco_ctm_cart_popup_in {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.poco_ctm_cart_popup .fitem {
  flex: 0 0 31.33%;
  max-width: 31.33%;
  margin-right: 3%;
}
.poco_ctm_cart_popup .fitem:last-of-type {
  margin-right: 0;
}
.poco_ctm_cart_popup .subtitle {
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.poco_ctm_cart_popup .minicart-items-wrapper {
  border: 0;
}
.poco_ctm_cart_popup .minicart-items .action {
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0 !important;
  line-height: 23px !important;
  font-size: 13px;
  vertical-align: middle;
}
.poco_ctm_cart_popup .minicart-items .action:before {
  overflow: hidden;
  speak: none;
  text-align: center;
  display: block;
}
.poco_ctm_cart_popup .minicart-items .action.delete:before {
  content: "\2716";
}
.poco_ctm_cart_popup .minicart-items .action.edit:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"></path></svg>');
  line-height: 28px !important;
}
.poco_ctm_cart_popup .minicart-items-wrapper {
  padding: 0;
  margin: 0;
}
.poco_ctm_cart_popup .minicart-items .item {
  display: flex;
  flex-wrap: wrap;
}
.poco_ctm_cart_popup .minicart-items .thumb {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 20px;
  text-align: center;
}
.poco_ctm_cart_popup .minicart-items .details {
  flex: 1;
}
.poco_ctm_cart_popup .minicart-items .product-image-photo {
  border: 1px solid #ddd;
  display: block;
}
.poco_ctm_cart_popup .minicart-items .product-image-container {
  width: auto !important;
}
.poco_ctm_cart_popup .product-item-name {
  font-size: 15px;
  line-height: normal;
  display: block;
  margin: 0 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.poco_ctm_cart_popup .product-item-photo {
  margin-bottom: 10px;
}
.poco_ctm_cart_popup {
  padding: 40px;
}
.cart-informed-modal .modal-content,
.cart-informed-modal .modal-header {
  padding: 0 !important;
}
.poco_ctm_cart_popup .viewcart:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></svg>');
}
.poco_ctm_cart_popup .viewcart span {
  display: none;
}
.poco_ctm_cart_popup .price-container {
  margin-bottom: 10px;
}
.poco_ctm_cart_popup .total-qty,
.poco_ctm_cart_popup .subtotal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.poco_ctm_cart_popup .subtotal .price-container {
  margin: 0;
}
.poco_ctm_cart_popup .actions button {
  width: 100%;
  font-size: 14px;
  padding: 16px !important;
}
.poco_ctm_cart_popup .minicart-items .item-qty {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  width: 45px;
  text-align: center;
}
.poco_ctm_cart_popup .minicart-items .update-cart-item {
  padding: 7px 15px !important;
  font-size: 14px;
  margin-left: 10px;
}
.poco_ctm_cart_popup .minicart-items .details-qty .label {
  display: none;
}
.poco_ctm_cart_popup #minicartpro-btn-checkout {
  margin-top: 10px;
}
.poco_ctm_cart_popup .mcart_summary .actions {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.poco_ctm_cart_popup .mcart_summary {
  background-color: #f6f6f6;
  padding: 20px;
}
.poco_ctm_cart_popup .minicart-items .details-qty {
  margin-bottom: 5px;
}
.poco_ctm_cart_popup .subtotal .price-container .price {
  font-weight: 700;
  font-size: 16px;
}
.poco_ctm_cart_popup .thumb .action {
  background-color: #efefef;
  padding: 5px;
  line-height: normal;
  border-radius: 100px !important;
}
.poco_ctm_cart_popup .minicart-items .product-item:not(:first-child) {
  border-top: 0;
}
.poco_ctm_cart_popup .minicart-items .product-item {
  padding: 10px 0;
}
.poco_ctm_cart_popup .minicart-items .product-item:first-of-type {
  padding-top: 0;
}
.poco_ctm_cart_popup .minicart-items .product-item:last-child {
  padding-bottom: 0;
}
.poco_ctm_cart_popup .section-content-inner {
  height: auto !important;
  max-height: 250px;
}
.poco_ctm_cart_popup .cart-empty {
  text-align: center;
  padding: 30px 0;
}
.poco_ctm_cart_popup .cart-empty i {
  font-size: 50px;
  margin-bottom: 20px;
  display: block;
}
.poco_ctm_cart_popup .cart-empty p {
  font-size: 20px;
  margin: 0;
}
#poco-minicart-popup .ajaxcart-loading {
  background: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.poco_ctm_cart_popup .paypal {
  text-align: center;
}
.poco_ctm_cart_popup .paypal.after:before {
  font-size: 12px;
  margin: 5px 0;
}
.poco_ctm_cart_popup .item .product.options {
  font-size: 13px;
  margin-bottom: 5px;
  background: #f5f5f5;
  padding: 5px;
  display: inline-block;
  line-height: normal;
  cursor: pointer;
}
.poco_ctm_cart_popup .item .product.options .subtitle {
  font-size: 13px;
  font-weight: 700;
  margin: 5px 0;
}
.poco_ctm_cart_popup .item .product.options .product.options.list {
  line-height: normal;
}
.poco_ctm_cart_popup .item .product.options .product.options.list dd {
  margin-bottom: 10px;
}
.poco_ctm_cart_popup .item .product.options .product.options.list .label {
  font-weight: 600;
  margin-bottom: 0;
}
/* ------------------------------------------------------------
   End Custom Ajax Cart Popup ---------------------------------
--------------------------------------------------------------- */
.paypal-buttons.paypal-buttons-layout-vertical {
  margin-top: 20px;
}
.ajx_loader {
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mbAjaxSearch .mbAutoSearch .ajxRightDetails .product-reviews-summary .rating-summary {
  padding-right: 0;
  display: block;
}
.mbAjaxSearch .search-autocomplete .ajxRightDetails .product-reviews-summary .reviews-actions {
  display: block;
  font-size: 12px;
  line-height: normal;
}
.ajx_ldr_bg .ajx_loader {
  background-color: #f7f7f7;
}
.cms-index-index .tabs-content p,
.p_list_section .pagebuilder-column-group p {
  margin: 0;
}
.customer-popup-login._disabled,
.abs-no-display,
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.review-toolbar:first-child,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption,
.review-toolbar .limiter,
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.sorter-action > span,
.pages > .label,
.minicart-items .action.edit > span,
.minicart-items .action.delete > span,
.abs-visually-hidden,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.rating-summary .rating-result > span span,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label,
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label,
.review-control-vote input[type="radio"],
.review-control-vote label span,
table > caption,
.pages .item .label,
.pages .action.next > span,
.pages .action.previous > span,
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span,
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span,
.swatch-input.super-attribute-select {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-popup.confirm._show {
  z-index: 1000 !important;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-popup .modal-inner-wrap {
  box-sizing: border-box;
  height: auto;
  transition: transform 0.2s ease;
}
@media (min-width: 768px) {
  .modal-popup .modal-inner-wrap {
    width: 95%;
    max-width: 900px;
    left: 50%;
    top: 50%;
    right: auto;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    position: absolute;
  }
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  flex-grow: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
@media (min-width: 769px), print {
  .popup-authentication .block-authentication {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff;
  outline: 2px solid #c34000;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .field {
  border: 0;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
#reviews .rating-summary .rating-result > span:before,
#reviews .rating-summary .rating-result:before {
  font-size: 20px;
}
#reviews .rating-summary .rating-result {
  margin-top: -5px;
}
.fieldset > .legend {
  margin: 0 0 20px;
  line-height: 1.2;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
}
div.mage-error {
  color: #e02b27;
  font-size: 12px;
}
.cart-summary > .title {
  display: block;
  line-height: 1.1;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt {
  margin-bottom: 0;
  line-height: normal;
}
.cart.table-wrapper .item-options dd {
  line-height: normal;
}
.cart-summary .block .fieldset {
  margin: 0 0 20px;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 20px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
@media (min-width: 769px), print {
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart.table-wrapper .product-item-photo {
    padding-left: 0;
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td:first-child {
  width: 20px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
@media (min-width: 769px) {
  .create.account.form-create-account .fieldset .legend {
    margin-left: 25.8%;
  }
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.form.password.forget .actions-toolbar {
  display: flex;
  align-items: center;
}
.form.password.forget .fieldset {
  margin-bottom: 10px;
}
.form.password.forget .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 20px;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item .delimiter {
  margin: 25px 1.8rem;
  border-top: 1px solid #d1d1d1;
  display: block;
}
address {
  font-style: normal;
}
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.block p:last-child {
  margin: 0;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
  line-height: normal;
  width: auto;
}
.block-wishlist .product-item-name {
  padding-right: 20px;
  display: block;
  margin: 0 0 5px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
.modal-slide,
.modal-popup {
  visibility: hidden;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 769px), print {
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: 0 0;
  box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .modal-popup .modal-inner-wrap {
    width: 95% !important;
    max-width: 900px;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    margin: 0 auto !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
  }
  .sizeGuidePopup.modal-popup._inner-scroll .modal-content {
    padding: 10px 40px 40px !important;
  }
  .sizeGuidePopup.modal-popup._inner-scroll .modal-header {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.modal-popup .modal-title {
  border-bottom-color: #e9e9e9 !important;
}
.modal-popup .action-close {
  padding: 0 !important;
  right: 15px;
  top: 10px;
}
.modal-popup .modal-header {
  padding-bottom: 0;
  padding-top: 40px;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 40px;
  padding-right: 40px;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 40px;
  padding-top: 20px;
}
.modal-popup.confirm .modal-content,
.modal-popup.confirm .modal-footer {
  text-align: center;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 500px;
}
#block-shipping {
  margin-bottom: 0 !important;
}
/* Magento Tabs */
div[data-content-type="tabs"] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type="tabs"] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
/* End Magento Tabs */
/* Magento Slick Slider */
div[data-content-type="slider"] .slick-list,
div[data-content-type="slider"] .slick-track,
div[data-content-type="slider"] .slick-slide {
  min-height: inherit;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after {
  clear: both;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
div[data-content-type="slider"] .slick-list > div,
div[data-content-type="slider"] .slick-track > div,
div[data-content-type="slider"] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
.slick-initialized .slick-slide {
  display: block;
}
[data-content-type="slide"] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type="slide"] > [data-element="link"],
[data-content-type="slide"] > [data-element="empty_link"] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
#html-body [data-pb-style="BC6SVA1"] {
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 0.5s ease;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
.pagebuilder-slide-wrapper [data-element="content"] {
  min-height: 50px;
  overflow: auto;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
div[data-content-type="slider"].slick-initialized {
  visibility: visible;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
/* End Magento Slick Slider */
.block-collapsible-nav .title {
  display: none;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.table:not(.cart):not(.totals) {
  border: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.block .box-actions {
  margin-top: 5px;
}
.poco-home-page-style-10 .loading-btn button:after,
.poco-home-page-style-10.poco-themes .loading-btn button:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 8px;
}
.poco-home-page-style-10.poco-themes .productsListing-section .pager {
  margin-top: 10px;
}
.mageb-patterns.mageb-pattern33 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px !important;
  width: auto;
}
.mageb-patterns.mageb-pattern33 li {
  padding: 0 15px;
  flex: 1;
}
.mageb-patterns.mageb-pattern33 li .b-text {
  display: none;
}
.mageb-patterns.mageb-pattern33 .mageb-caption .text {
  display: flex;
  flex-direction: column;
}
.mageb-patterns.mageb-pattern33 .mageb-caption .h4 {
  order: 2;
  letter-spacing: -0.8px;
  line-height: 1;
}
.mageb-patterns.mageb-pattern33 .mageb-caption .sort-text {
  order: 1;
  margin-bottom: 20px;
}
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:nth-of-type(2) .mageb-caption.v-bottom .mageb-full-caption {
  margin-bottom: 40px;
}
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .mageb-full-caption,
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .mageb-full-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 40px 60px;
  text-align: left;
}
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .mageb-full-caption .h4,
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .mageb-full-caption .h4 {
  font-weight: 700;
}
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .button,
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .button {
  color: #fff;
  padding: 0;
  width: 65px;
  height: 65px;
  line-height: 58px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  border-radius: 100% !important;
  margin-top: 40px;
}
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .button .st-icon,
.mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .button .st-icon {
  width: 24px;
  height: 24px;
}
.offers_bnr {
  position: relative;
}
.offers_bnr img {
  display: block;
}
.offers_bnr .details {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-bottom: 0;
  white-space: nowrap;
  text-transform: uppercase;
}
.offers_bnr a {
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid #fff;
}
.offers_bnr a:hover {
  border-bottom-color: transparent;
}
.poco-home-page-style-10 .products-grid .product-item .price-box .special-price {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
}
.poco-home-page-style-10 .store-features.store-feature-style2 {
  padding: 60px 0;
}
.poco-home-page-style-10 .store-feature-style2 .container {
  max-width: 1360px;
  padding-left: 20px;
  padding-right: 20px;
}
.poco-home-page-style-10 .store-feature-style2 .icon-item {
  display: flex;
  align-items: center;
  text-align: left;
}
.poco-home-page-style-10 .store-feature-style2 .icn {
  margin-right: 10px;
  color: #777;
}
.poco-home-page-style-10 .store-feature-style2 .st-icon {
  width: 42px;
  height: 42px;
}
.poco-home-page-style-10 .store-feature-style2 .ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.poco-home-page-style-10 .store-feature-style2 .detail span {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}
.poco-home-page-style-10 .products-list .product-item .product.name a {
  font-weight: 600 !important;
}
.poco-home-page-style-10.poco-themes.page-layout-2columns-left .sidebar .block .block-title strong,
.poco-home-page-style-10.poco-themes.page-layout-2columns-right .sidebar .block .block-title strong,
.poco-home-page-style-10.poco-themes.page-with-filter .sidebar .block .block-title strong,
.poco-home-page-style-10.poco-themes.page-layout-3columns .sidebar .block .block-title strong,
.poco-home-page-style-10.poco-themes.catalogsearch-result-index .sidebar .block .block-title strong,
.poco-home-page-style-10.poco-themes.page-layout-2columns-left .sidebar .mb-block .block-title strong,
.poco-home-page-style-10.poco-themes.page-layout-2columns-right .sidebar .mb-block .block-title strong,
.poco-home-page-style-10.poco-themes.page-with-filter .sidebar .mb-block .block-title strong,
.poco-home-page-style-10.poco-themes.page-layout-3columns .sidebar .mb-block .block-title strong,
.poco-home-page-style-10.poco-themes.catalogsearch-result-index .sidebar .mb-block .block-title strong,
.poco-home-page-style-10.poco-themes.page-layout-2columns-left .sidebar .filter-options-title,
.poco-home-page-style-10.poco-themes.page-layout-2columns-right .sidebar .filter-options-title,
.poco-home-page-style-10.poco-themes.page-with-filter .sidebar .filter-options-title,
.poco-home-page-style-10.poco-themes.page-layout-3columns .sidebar .filter-options-title,
.poco-home-page-style-10.poco-themes.catalogsearch-result-index .sidebar .filter-options-title {
  font-weight: 500;
}
.poco-home-page-style-10.catalog-category-view:not(.poco-home-page-style-2) .category-view .subcategory-grid .product-item-name a {
  font-weight: 600 !important;
  font-size: 16px;
}
.poco-home-page-style-10 .sidebar .productsListing-section .section-title .title {
  letter-spacing: -0.7px;
}
.poco-home-page-style-10 .productsListing-section .products-list .product-item-name,
.poco-home-page-style-10.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-home-page-style-10.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-home-page-style-10.poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-home-page-style-10.poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-item .product-item-name a,
.poco-home-page-style-10.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .products-list .product-item .product-item-name a {
  font-weight: 500 !important;
}
.poco-home-page-style-10 .hrl_filter .filter-subtitle {
  font-weight: 600;
}
.poco-home-page-style-10 .product.info.detailed.accordion .product.data.items > .item.title .switch,
.poco-home-page-style-10 .product.info.detailed.accordion .product.data.items > .item.title .switch:focus {
  border-bottom: 1px solid transparent !important;
  border: 0 !important;
}
.poco-home-page-style-10 .block.block-slider .block-actions {
  text-align: left !important;
}
.poco-home-page-style-10 .block.related .product-items .product-item .field.choice.related {
  flex: 0 0 100% !important;
  margin-top: 10px;
}
.poco-home-page-style-10 .block.related .section-title {
  margin-bottom: 10px;
}
.poco-home-page-style-10 .block.related .block-actions {
  margin-bottom: 40px;
}
.poco-home-page-style-10 .mb-post-listing .mb-post-text,
.poco-home-page-style-10 .mb-post-listing .mb-post-meta .item-meta.mb-post-post-date {
  color: #777 !important;
}
.poco-home-page-style-10 .mb-post-listing .mb-post-text {
  font-size: 18px !important;
  line-height: 30px;
}
.poco-home-page-style-10 .mb-post-listing .mb-post-title {
  font-size: 20px !important;
  text-transform: none;
}
.poco-home-page-style-10 .mb-post-content img {
  width: 100%;
}
.poco-home-page-style-10 .sucess-col .legend,
.poco-home-page-style-10 .sucess-col .sub-title,
.poco-home-page-style-10 .mageb-success-page h3.product-name {
  font-weight: 500 !important;
}
.poco-home-page-style-10 .mageb-success-page h2 {
  font-size: 30px !important;
}
.poco-home-page-style-10 .newsletter-in .block.newsletter .title {
  font-size: 26px;
  font-weight: 400;
}
.poco-home-page-style-10 .newsletter-in .block.newsletter .detail {
  font-size: 34px;
  font-weight: 600;
}
.poco-home-page-style-10 .poco_ctm_cart_popup .actions button {
  padding: 16px 12px !important;
}
.poco-home-page-style-10 .home-blog-post {
  margin-bottom: 0 !important;
}
.poco-home-page-style-10 .store-features.store-feature-style2 .st-icon {
  width: 40px;
  height: 40px;
}
.poco-home-page-style-10 .products-grid .hover-style10 .product-item .price-box .special-price:after,
.poco-home-page-style-10 .products-grid .hover-style11 .product-item .price-box .special-price:after {
  display: none;
}
.account .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.mageb-osc .magebees-shipping-address-item.shipping-address-item.magebees-selected-item:after {
  content: "\2713" !important;
  font-family: inherit !important;
  line-height: 24px !important;
}
.jw-pro_bg_clr {
  background-color: #f0edeb;
  background: -moz-linear-gradient(to top, #ffffff 0%, #f0edeb 100%);
  background: -webkit-linear-gradient(to top, #ffffff 0%, #f0edeb 100%);
  background: linear-gradient(to top, #ffffff 0%, #f0edeb 100%);
}
.jw-pro_bg_clr:before {
  content: '';
  position: absolute;
  background-image: url(../images/jw-bg-ptrn.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 470px;
  overflow: hidden;
}
.poco-home-page-style-11 .mage-ajaxpro-page {
  position: relative;
}
.poco-home-page-style-11 .products-grid .product-item {
  margin-bottom: 30px !important;
}
.poco-home-page-style-11 .products-grid .product-item .product-image-photo {
  transition: 0.3s all;
}
.poco-home-page-style-11 .products-grid .product-item:hover .product-image-photo {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.poco-home-page-style-11 .products-grid .product-item .pro-hover {
  border: 1px solid #e2e0de;
  border-radius: 5px;
  background-color: #fff;
}
.poco-home-page-style-11 .products-grid .hover-style4 .product-item .pro-hover {
  border: 0 !important;
  border-radius: 0 !important;
}
.poco-home-page-style-11 .products-grid .product-item .product-name a,
.poco-home-page-style-11 .products-grid .product-item .product-item-name a {
  font-size: 20px;
  font-weight: 500;
}
.poco-home-page-style-11 .products-grid .product-item .price-box .price {
  font-size: 18px;
  font-weight: 400;
}
.poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .action.tocart.secondary {
  width: auto;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .action.tocart.secondary .text span {
  display: none;
}
.poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .action,
.poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .quick-view-btn {
  order: 3;
}
.poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .compare-btn {
  order: 2;
}
.poco-home-page-style-11 .category-view .subcategory-grid .product-item-name a {
  border-radius: 6px;
  font-size: 18px;
  text-transform: none;
}
.poco-home-page-style-11.catalog-category-view .category-view .subcategory-grid .block-promo {
  border-radius: 6px;
}
.poco-home-page-style-11 .products-list .product-item .product.name a {
  font-weight: 500 !important;
}
.poco-home-page-style-11 .products-list .product-item .product-item-inner.style8 .btn-horizontal {
  order: 2;
}
.poco-home-page-style-11 .sidebar .productsListing-section .product-image-photo {
  border: 1px solid #eee;
  border-radius: 4px;
}
.poco-home-page-style-11 .sidebar .productsListing-section .products-list .product-item .price-box .price {
  font-weight: 500 !important;
}
.poco-home-page-style-11 .block-slider .section-title {
  flex-direction: column;
}
.poco-home-page-style-11 .block-slider .section-title .title {
  -webkit-order: 2;
  order: 2;
  margin-bottom: 10px;
}
.poco-home-page-style-11 .block-slider .section-title .sort-details {
  -webkit-order: 1;
  order: 1;
  margin-bottom: 10px;
}
.poco-home-page-style-11 .block.related .section-title {
  margin-bottom: 0;
}
.poco-home-page-style-11.poco-themes:not(poco-home-page-style-2) .block.related .product-items .product-item .field.choice.related {
  border-radius: 6px;
  margin-top: 10px;
  font-size: 14px;
}
.poco-home-page-style-11 .newsletter-in .block.newsletter .title {
  font-size: 25px;
  line-height: 35px;
}
.poco-home-page-style-11 .login-container .block .actions-toolbar .primary a,
.poco-home-page-style-11 .login-container .block .actions-toolbar .secondary a,
.poco-home-page-style-11 .login-container .block .actions-toolbar .primary .action,
.poco-home-page-style-11 .login-container .block .actions-toolbar .secondary .action {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.poco-home-page-style-11 .block-collapsible-nav .content,
.poco-home-page-style-11.account .block .block-title {
  background-color: #f0edeb;
}
.poco-home-page-style-11 .account .column .block .block-title > strong {
  font-weight: 600 !important;
}
.poco-home-page-style-11 .mb-post-listing .mb-post-title {
  font-size: 22px !important;
  text-transform: none !important;
}
.poco-home-page-style-11 .productsListing-section .section-title .title {
  flex: auto;
  text-align: left;
}
.poco-home-page-style-11 .productsListing-section .section-title .view-more {
  order: 3;
}
.poco-home-page-style-11.poco-themes:not(.poco-home-page-style-2) .quickViewDetails .quickview-product-name h3 {
  font-size: 30px !important;
  text-transform: none;
}
.poco-home-page-style-11 .prodLabel > div {
  border-radius: 4px;
}
.poco-home-page-style-11 .sidebar .galleryimage-item .item .icon {
  background-color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 34px;
  border-radius: 5px;
}
.poco-home-page-style-11 .sidebar .glry_img_widget_sidebar .item .icon svg {
  width: 16px;
  height: 16px;
}
.poco-home-page-style-11 .products-grid .hover-style11 .product-item .pro-hover {
  border: 0;
}
.jw-her-him-bnr .pagebuilder-column img {
  border-radius: 6px;
}
.jw-stc-for-hh-cnt {
  position: absolute;
  right: 0;
  top: 70px;
  width: 330px;
  text-align: center;
}
.jw-stc-for-hh-cnt.right {
  right: auto;
  left: 0;
  top: auto;
  bottom: 70px;
}
.jw-stc-for-hh-cnt h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-top: 30%;
  margin-bottom: 0;
}
.jw-stc-for-hh-cnt h2 strong {
  font-size: 70px;
  letter-spacing: -1px;
  text-transform: none;
  line-height: 75px;
}
.jw-stc-for-hh-cnt button {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  border-radius: 0 0 6px 6px !important;
}
.jw-stc-for-hh-cnt button:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"></path><line x1="3" y1="6" x2="21" y2="6"></line><path d="M16 10a4 4 0 0 1-8 0"></path></svg>');
  width: 18px;
  height: 18px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: -7px 0 0 10px;
}
.poco-home-page-style-11 .maagebees-add {
  margin: 0 -23px;
}
.mageb-patn-inner .mageb-pattern34 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mageb-pattern34 .mageb-pattern-list {
  width: 33.33%;
  padding: 0 23px;
}
.mageb-pattern34 .mageb-pattern-list .mageb-caption.mageb-on-load-caption {
  background-color: transparent;
  padding: 0 23px;
}
.mageb-pattern34 .mageb-effects,
.mageb-pattern34 .mageb-effects img {
  border-radius: 6px;
}
.mageb-pattern34 .mageb-pattern-list:first-of-type .mageb-caption,
.mageb-pattern34 .mageb-pattern-list:first-of-type .mageb-full-caption {
  text-align: left;
}
.mageb-pattern34 .mageb-pattern-list:first-of-type .mageb-full-caption {
  width: auto;
  left: 65px;
}
.mageb-pattern34 .mageb-pattern-list:nth-of-type(2) .sort-text {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.mageb-pattern34 .mageb-pattern-list:last-of-type .mageb-full-caption {
  width: auto;
  left: auto;
  right: 75px;
  text-align: left;
}
.mageb-pattern34 .mageb-caption.v-middle .mageb-full-caption {
  transform: translateY(-50%);
  margin: 0;
}
.mageb-pattern34 .h4 {
  font-weight: 700;
  margin-bottom: 40px;
  order: 2;
  line-height: normal;
}
.mageb-pattern34 .mageb-full-caption .text {
  display: flex;
  flex-direction: column;
}
.mageb-pattern34 .sort-text {
  order: 1;
  font-weight: 300;
  margin-bottom: 10px;
}
.mageb-pattern34 .mageb-pattern-list .button {
  font-size: 14px;
  padding: 12px 20px;
  letter-spacing: 0.5px;
}
.mageb-pattern34 .mageb-pattern-list .button .b-icon {
  display: none;
}
.mageb-pattern34 .mageb-pattern-list:nth-of-type(2) .button {
  border: 1px dashed #d5c3aa;
  background-color: #aa8755;
}
.mageTestimonials.style3 {
  position: relative;
  overflow: hidden;
  padding-bottom: 150px !important;
}
.mageTestimonials.style3:after {
  content: 'happy customers';
  font-size: 150px;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  color: transparent;
  letter-spacing: -6px;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d9cab5;
}
.mageTestimonials.style3 .container {
  max-width: 100%;
  padding: 0;
}
.mageTestimonials.style3 .item,
.mageTestimonials.style4 .item {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #e2e0de;
}
.mageTestimonials.style4 .item {
  padding: 0;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.mageTestimonials.style3 .pht,
.mageTestimonials.style4 .pht {
  flex: 1;
  max-width: 185px;
}
.mageTestimonials.style4 .pht {
  max-width: 165px;
}
.mageTestimonials.style3 .pht img,
.mageTestimonials.style4 .pht img {
  display: block;
}
.mageTestimonials.style3 .qte_dtls,
.mageTestimonials.style4 .qte_dtls {
  flex: 1;
  padding: 0 40px;
}
.mageTestimonials.style3 .qte_cnt,
.mageTestimonials.style4 .qte_cnt {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.mageTestimonials.style3 .mageTmRating,
.mageTestimonials.style4 .mageTmRating {
  margin: 0;
}
.mageTestimonials.style3 .nme,
.mageTestimonials.style4 .nme {
  font-size: 16px;
}
.mageTestimonials.style3 .nme b,
.mageTestimonials.style4 .nme b {
  font-weight: 500;
}
.mageTestimonials.style3 .nme .sep,
.mageTestimonials.style4 .nme .sep {
  margin: 0 6px;
}
.mageTestimonials.style3 .eml,
.mageTestimonials.style3 .adrs,
.mageTestimonials.style3 .dte,
.mageTestimonials.style4 .eml,
.mageTestimonials.style4 .adrs,
.mageTestimonials.style4 .dte {
  font-size: 13px;
}
.mageTestimonials.style3 .eml .st-icon,
.mageTestimonials.style3 .adrs .st-icon,
.mageTestimonials.style3 .dte .st-icon,
.mageTestimonials.style4 .eml .st-icon,
.mageTestimonials.style4 .adrs .st-icon,
.mageTestimonials.style4 .dte .st-icon {
  margin-right: 5px;
}
.mageTestimonials.style3 #ratings,
.mageTestimonials.style4 #ratings {
  margin-bottom: 10px;
  line-height: normal;
}
.mageTestimonials.style3 .swiper-slide,
.mageTestimonials.style4 .swiper-slide {
  max-width: 587px;
  width: auto !important;
}
.mageTestimonials.style4 .swiper-slide {
  padding: 10px 0;
}
.mageTestimonials.style4 .qte_dtls {
  padding: 40px;
  border-left: 1px solid #ebebeb;
}
.mageTestimonials.style4 .qte_cnt {
  font-size: 18px;
  line-height: 28px;
  color: #828282;
}
.mageTestimonials.style4 .pht img {
  margin: 0 auto;
}
.mageTestimonials.style4 .mageTmComp {
  display: block;
  color: #828282;
  font-size: 18px;
}
.mageTestimonials.style4 .nme b {
  color: #373530;
  font-size: 18px;
  font-weight: 600;
}
.mageTestimonials.style4 .section-title.style2 .ttl-wrap {
  display: flex;
  flex-direction: column;
}
.mageTestimonials.style4 .section-title.style2 .swiper-button-prev {
  margin: 0 10px;
}
.mageTestimonials.style4 .section-title.style2 .swiper-button-prev:after,
.mageTestimonials.style4 .section-title.style2 .swiper-button-next:after {
  display: none;
}
.mageTestimonials.style4 .section-title.style2 .swiper-button-prev,
.mageTestimonials.style4 .section-title.style2 .swiper-button-next {
  width: 53px !important;
  height: 53px !important;
  border: 0 !important;
  position: static !important;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.mageTestimonials.style4 .section-title.style2 .swiper-button-next svg,
.mageTestimonials.style4 .section-title.style2 .swiper-button-prev svg {
  width: 18px;
  height: 18px;
}
.mageTestimonials.style4 .section-title.style2 .swiper-button-next.swiper-button-disabled,
.mageTestimonials.style4 .section-title.style2 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.mageTestimonials.style4 {
  overflow: hidden;
}
.mageTestimonials.style4 .block-content {
  margin-right: -20vw;
}
.page-title-wrapper .order-date {
  margin-top: 0;
}
.poco-home-page-style-12 .product-tabs-grid {
  padding-top: 110px !important;
}
.poco-home-page-style-12 .products-grid .product-item .pro-hover {
  background-color: #fff;
}
.poco-home-page-style-12 .products-grid .product-item .product-item-details {
  background: #fff;
  padding: 20px 0 0;
}
.poco-home-page-style-12 .products-grid .hover-style13 .product-item .product-item-details {
  background: transparent;
}
.poco-home-page-style-12 .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
  padding: 11px 18px;
  letter-spacing: 0;
}
.poco-home-page-style-12 .store-features.store-feature-style2 {
  padding: 80px 0;
}
.poco-home-page-style-12 .store-feature-style2 .icon-item {
  display: flex;
  align-items: center;
  text-align: left;
}
.poco-home-page-style-12 .store-feature-style2 .icn {
  margin-right: 15px;
}
.poco-home-page-style-12 .store-feature-style2 .st-icon {
  width: 35px;
  height: 35px;
}
.poco-home-page-style-12 .store-feature-style2 .ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.poco-home-page-style-12 .store-feature-style2 .detail span {
  color: #717171;
  font-size: 16px;
  font-weight: 500;
}
.poco-home-page-style-12 .newsletter-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1150px;
}
.poco-home-page-style-12 .newsletter-section .content {
  margin: 0;
  max-width: 690px;
  width: 100%;
}
.poco-home-page-style-12 .newsletter-section .section-title {
  margin-bottom: 0 !important;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  text-align: left;
  padding-right: 60px;
}
.poco-home-page-style-12 .newsletter-section .section-title .title {
  text-align: left;
}
.poco-home-page-style-12 .newsletter-section .section-title .sort-detail {
  text-align: left;
  margin: 0 0 5px;
}
.poco-home-page-style-12 .newsletter-section .form.subscribe input[type="email"] {
  border: 1px solid #e3e3e3 !important;
  height: 68px;
  border-radius: 8px;
  padding: 10px 160px 10px 30px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}
.poco-home-page-style-12 .newsletter-section .form.subscribe input[type="email"]:focus {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.poco-home-page-style-12 .newsletter-section .form.subscribe .action {
  font-size: 16px;
  padding: 0 35px !important;
  height: 68px;
  top: 0;
  border-left: 1px solid #e3e3e3 !important;
  border-radius: 0 !important;
}
.poco-home-page-style-12 .newsletter-section .form.subscribe .action .st-icon {
  display: none;
}
.poco-home-page-style-12 .maagebees-add {
  margin: 0 -15px;
}
.poco-home-page-style-12 .mageb-pattern34 .mageb-pattern-list,
.poco-home-page-style-12 .mageb-pattern34 .mageb-pattern-list .mageb-caption.mageb-on-load-caption {
  padding: 0 15px;
}
.poco-home-page-style-12 .mageb-pattern34 .mageb-effects,
.poco-home-page-style-12 .mageb-pattern34 .mageb-effects img {
  border-radius: 10px;
}
.poco-home-page-style-12 .mageb-pattern34 .mageb-pattern-list:nth-of-type(2) .h4 {
  margin-bottom: 0;
}
.poco-home-page-style-12 .mageb-pattern-list:hover.mageb-zoomin a img,
.poco-home-page-style-12 .mageb-zoomin a:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.poco-home-page-style-12 .mageb-pattern34 .sort-text {
  font-weight: 700;
}
.poco-home-page-style-12 .mageb-pattern34 .h4 {
  font-weight: 600;
}
.poco-home-page-style-12 .rating-summary .rating-result > span:before {
  color: #f2a12e;
}
.poco-home-page-style-12 .prodLabel > div {
  border-radius: 4px;
}
.poco-home-page-style-12 .p_ctgry {
  margin-bottom: 0;
}
.poco-home-page-style-12 .block-slider .swiper {
  padding: 15px;
}
.poco-home-page-style-12 #timer-countbox .countdown-section {
  border-radius: 8px !important;
  padding: 10px 0;
}
.poco-home-page-style-12 .mage-deal-slider .swiper {
  padding: 12px !important;
}
.poco-home-page-style-12 .products-grid .hover-style3 .product-item .product-item-info {
  padding: 10px 0;
}
.poco-home-page-style-12 .products-grid .product-item .product-item-inner.style6 .btn-horizontal .action,
.poco-home-page-style-12 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .action {
  margin-bottom: 2px;
}
.poco-home-page-style-12 .products-grid .product-item:hover .product-item-inner.style6 .cart-btn,
.poco-home-page-style-12 .products-grid .product-item:hover .product-item-inner.style8 .cart-btn {
  bottom: 0;
}
.poco-home-page-style-12 .products-grid .product-item .product-item-inner.style9 {
  padding: 0 10px;
}
.poco-home-page-style-12 .products-grid .hover-style9 .product-item .product-item-name,
.poco-home-page-style-12 .products-grid .hover-style9 .product-item .price-box {
  text-align: center;
}
.poco-home-page-style-12 .products-grid .hover-style9 .product-item .product-item-name {
  margin-top: 10px;
}
.poco-home-page-style-12 .products-grid .hover-style9 .product-item .product-reviews-summary {
  margin-bottom: 10px;
}
.poco-home-page-style-12 .products-grid .hover-style9 .product-item .price-box {
  padding-left: 0;
}
.poco-home-page-style-12 .products-grid .hover-style9 .product-item .detail-left {
  display: block;
}
.poco-home-page-style-12 .products-grid .hover-style9 .price-box .special-price {
  padding-right: 10px;
}
.poco-home-page-style-12 .products-grid .product-item .product-item-inner.style9 .action.tocart,
.poco-home-page-style-12 .products-grid .product-item .product-item-inner.style9 .magebees_quickview {
  font-size: 13px !important;
}
.poco-home-page-style-12 .category-view .subcategory-grid .product-item-name a,
.poco-home-page-style-12.catalog-category-view .category-view .subcategory-grid .block-promo {
  border-radius: 8px;
}
.poco-home-page-style-12 .block.related .product-items .product-item .field.choice.related {
  display: block;
}
.poco-home-page-style-12 .block.related .products-grid .hover-style10 .product-item .hvr_dtl .actions-primary {
  display: none;
}
.poco-home-page-style-12 .block.related .products-grid .hover-style10 .product-item .hvr_dtl {
  border: 0 !important;
  border-radius: 0 !important;
  margin-top: 10px;
}
.poco-home-page-style-12 .block-slider .section-title .title {
  margin: 0 auto;
  order: 2;
}
.poco-home-page-style-12 .block-slider .section-title .sort-details {
  margin: 0 auto 10px;
  order: 1;
}
.poco-home-page-style-12 .block-slider .products-grid .product-item .product-item-details,
.poco-home-page-style-12 .block-slider.block-viewed-products-grid .item .detail-left {
  min-height: inherit !important;
}
.poco-home-page-style-12 .block-slider .products-grid .product-item .product-item-actions {
  width: 100%;
}
.poco-home-page-style-12 .block.related .block-actions {
  margin-bottom: 50px;
}
.poco-home-page-style-12.poco-themes:not(poco-home-page-style-2) .block.related .product-items .product-item .field.choice.related {
  border-radius: 5px;
}
.products-grid .product-item.swiper-slide {
  margin-bottom: 0 !important;
}
.hover-style10 .swiper-slide {
  width: 324px;
  margin-right: 30px;
}
.section-title.style1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.section-title.style1 .ttl_sec,
.section-title.style1 .sort-detail,
.section-title.style1 p.sort-detail {
  text-align: left;
}
.section-title.style1 .swp_arw_wrp {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  position: static;
}
.section-title.style1 .swp_arw_wrp .swiper-pagination {
  position: static;
  font-size: 16px;
  color: #717171;
  font-weight: 600;
  min-width: 55px;
  width: auto;
}
.section-title.style1 .swp_arw_wrp .swiper-button-prev {
  border-right: 1px solid #e3e3e3;
  border-radius: 0;
  margin: 0;
  width: 30px !important;
  background-color: transparent !important;
}
.section-title.style1 .swp_arw_wrp .swiper-button-next {
  border-left: 1px solid #e3e3e3;
  border-radius: 0;
  margin: 0;
  width: 30px !important;
  background-color: transparent !important;
}
.section-title.style1 .swp_arw_wrp .st-icon {
  stroke: #747474;
  width: 20px;
  height: 20px;
}
.section-title.style1 .swp_arw_wrp .swiper-button-next:after,
.section-title.style1 .swp_arw_wrp .swiper-button-prev:after {
  display: none;
}
.mage-products .swiper-pagination-bullet {
  font-size: 0;
}
.mage-deal-slider.style3 .timer-product {
  margin-left: 20px;
}
.mage-deal-slider.style3 .hover-style10 .swiper {
  padding: 15px !important;
  margin: -15px -15px 0;
}
.mage-deal-slider.style3 .show-scrollbar {
  padding-bottom: 60px;
}
.mage-deal-slider.style2 {
  background-size: auto !important;
  background-position: left bottom;
}
.mage-deal-slider.style2 .timer-product {
  position: static;
  float: none;
  display: block;
  margin: 50px 0;
}
.mage-deal-slider.style2 .deal_dtls {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px;
}
.mage-deal-slider.style2 .ttl {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  letter-spacing: -2px;
}
.mage-deal-slider.style2 .f-item {
  max-width: 50%;
}
.mage-deal-slider.style2 .f-item.dtls {
  padding: 40px 0 40px 10%;
}
.mage-deal-slider.style2 #timer-countbox .countdown-section {
  background-color: #fff !important;
  border-color: #fff !important;
  width: 95px;
  padding: 20px 0;
  margin-right: 20px !important;
}
.mage-deal-slider.style2 #timer-countbox .countdown-section .countdown-amount {
  background-color: #fff !important;
  border-color: #fff !important;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 10px;
}
.mage-deal-slider.style2 #timer-countbox .countdown-section .countdown-period {
  background-color: #fff !important;
  border-color: #fff !important;
  font-size: 16px;
  text-transform: none;
}
.mage-deal-slider.style2 .action {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 18px 35px !important;
}
.mage-deal-slider.style2 .action .st-icon {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
.poco-home-page-style-13 .welcome-content {
  border-radius: 8px;
  background-position: center;
  margin: 30px 0;
}
.poco-home-page-style-13 .welcome-content .left .section-title .title,
.poco-home-page-style-13 .welcome-content .left .section-title .sort-detail {
  text-align: left;
}
.poco-home-page-style-13 .welcome-content .left .section-title .sort-detail {
  font-size: 24px;
  font-weight: 500;
  color: #fff !important;
  margin-bottom: 30px !important;
}
.poco-home-page-style-13 .welcome-content .section-title {
  margin-bottom: 50px !important;
}
.poco-home-page-style-13 .welcome-content .section-title .title {
  color: #fff !important;
  font-size: 80px !important;
  line-height: 1;
}
.poco-home-page-style-13 .welcome-content .content_section {
  padding: 10px 10px 10px 5%;
}
.poco-home-page-style-13 .welcome-content .content_section .d-flex {
  align-items: start;
  -webkit-align-items: start;
  -ms-align-items: start;
}
.poco-home-page-style-13 .welcome-content .content_section .w-description {
  margin: 0;
}
.poco-home-page-style-13 .welcome-content .content_section .read-more-btn .button {
  text-transform: none;
}
.poco-home-page-style-13 .welcome-content .content_section .read-more-btn .button .st-icon {
  margin-top: -2px;
}
.srv_box_guns {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
}
.srv_box_guns .bdge_lbl {
  color: #dc3131;
  background-color: #fbeaea;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  padding: 7px 15px;
  line-height: normal;
}
.srv_box_guns .bdge_lbl.grn {
  color: #02975d;
  background-color: #dff7f2;
}
.srv_box_guns .bdge_lbl.blue {
  color: #445fed;
  background-color: #eaedff;
}
.srv_box_guns h3 {
  font-size: 32px;
  line-height: normal;
  margin: 0 0 20px;
}
.srv_box_guns [data-content-type="text"] {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.srv_box_guns .pagebuilder-button-primary {
  padding: 12px 25px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 30px;
}
.srv_box_guns img {
  margin-bottom: 30px;
  margin-top: 20px;
}
.poco-home-page-style-13 .mageTestimonials .clientPic {
  margin-bottom: 20px;
}
.poco-home-page-style-13 .mageTestimonials .clientPic img {
  border-radius: 100%;
}
.poco-home-page-style-13 .mageTestimonials .swiper-slide {
  display: flex;
  flex-direction: column;
}
.poco-home-page-style-13 .mageTestimonials .magetmQuotes {
  order: 1;
}
.poco-home-page-style-13 .mageTestimonials .mageTmClient {
  order: 3;
}
.poco-home-page-style-13 .mageTestimonials .mageTmClient:last-of-type {
  order: 2;
}
.poco-home-page-style-13 .mageTestimonials .clientname b {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.poco-home-page-style-13 .mageTestimonials .mageTmClient .clientDetails #ratings,
.poco-home-page-style-13 .mageTestimonials .mageTmClient .clientDetails > div {
  margin: 0;
}
.poco-home-page-style-13 .mageTestimonials .magetmQuotes {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 auto 30px !important;
}
@media (min-width: 640px) {
  .poco-home-page-style-13:not(.cms-page-view) .mageTestimonials:before {
    content: '';
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #fff 80%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 40%;
    height: 101%;
  }
  .poco-home-page-style-13:not(.cms-page-view) .mageTestimonials:after {
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #fff 80%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 40%;
    height: 101%;
  }
}
.poco-home-page-style-13:not(.cms-page-view) .mageTestimonials {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.poco-home-page-style-13 .productsListing-section,
.poco-home-page-style-13 .mage-ajaxpro-page {
  border-radius: 8px;
}
.poco-home-page-style-13 .mage-ajaxpro-page .sidebar-shopby .block-content .item {
  margin-left: 30px;
  display: flex;
}
.poco-home-page-style-13 .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
  padding: 3px 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  position: relative;
  letter-spacing: 0;
}
.poco-home-page-style-13 .mage-ajaxpro-page .sidebar-shopby .block-content .item a:hover:after,
.poco-home-page-style-13 .mage-ajaxpro-page .sidebar-shopby .block-content .item.cat-active a:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.poco-home-page-style-13 .mb-post-listing .mb-post-title {
  font-size: 20px !important;
  font-weight: 600;
}
.poco-home-page-style-13 .page-footer {
  margin-top: 0 !important;
}
.poco-home-page-style-13 .mageb-patn-inner {
  margin: 0 -15px;
}
.poco-home-page-style-13.poco-themes.page-with-filter .sidebar .productsListing-section .section-title .title {
  font-weight: 700 !important;
}
.poco-home-page-style-13 .newsletter-in .block.newsletter .detail {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}
.poco-home-page-style-13 #timer-countbox .countdown-section,
.poco-home-page-style-13 .timer-product #category-timer-countbox .countdown-section {
  border-radius: 5px;
}
.poco-home-page-style-13 .prodLabel > div {
  border-radius: 4px;
}
.mageb-patterns.mageb-pattern35,
.mageb-patterns.mageb-pattern36 {
  display: flex;
}
.mageb-pattern35 .mageb-pattern-list,
.mageb-pattern36 .mageb-pattern-list {
  padding: 0 15px;
}
.mageb-pattern35 .mageb-caption.mageb-on-load-caption,
.mageb-pattern36 .mageb-caption.mageb-on-load-caption {
  background-color: transparent;
}
.mageb-pattern35 .mageb-effects,
.mageb-pattern36 .mageb-effects {
  border-radius: 8px;
}
.mageb-pattern35 img,
.mageb-pattern36 img {
  width: 100%;
}
.mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption,
.mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: auto;
  text-align: left;
  padding-left: 6%;
}
.mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4 {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 50px;
}
.mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 a {
  line-height: 1;
  text-shadow: 1px 3px 0px #000000, 1px 4px 0px #e5b830;
}
.mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .text,
.mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .text {
  display: flex;
  flex-direction: column-reverse;
}
.mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .sort-text {
  margin-bottom: 15px;
  font-weight: 500;
}
.mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .sort-text {
  margin-bottom: 10px;
}
.btn-radius-style .mageb-pattern35 .button {
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  padding: 12px 20px;
}
.mageb-pattern36 .mageb-pattern-list .button {
  padding: 14px 25px;
  font-weight: 400 !important;
}
.mageb-pattern37 {
  display: flex;
}
.mageb-pattern37 li {
  width: 31.93103448%;
  margin-right: 2.06896552%;
}
.mageb-pattern37 li:last-of-type {
  margin-right: 0;
}
.mageb-pattern37 .mageb-full-caption {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.mageb-pattern37 .mageb-full-caption .sort-text {
  order: 1;
  margin-bottom: 15px;
}
.mageb-pattern37 .mageb-full-caption .sort-text span {
  text-decoration: underline;
}
.mageb-pattern37 .mageb-full-caption .text {
  display: flex;
  flex-direction: column-reverse;
  padding-right: 0;
}
.mageb-pattern37 .mageb-full-caption .h4 {
  letter-spacing: -1px;
  margin-bottom: 10px;
  line-height: normal;
}
.mageb-pattern37 .mageb-caption.v-top .mageb-full-caption {
  top: 50px;
}
.mageb-pattern37 .mageb-pattern-list .mageb-caption.mageb-on-load-caption {
  background-color: transparent;
}
.mageb-pattern37 .mageb-effects {
  border-radius: 10px;
}
.mageb-pattern37 li:nth-of-type(2) .mageb-full-caption {
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.mageb-pattern37 li:nth-of-type(2) .mageb-full-caption .h4 {
  text-align: left;
  margin: 0;
}
.mageb-pattern37 li:nth-of-type(2) .mageb-full-caption .h4 b {
  text-decoration: underline;
}
.mageb-pattern37 li:nth-of-type(2) .mageb-full-caption .sort-text {
  text-align: left;
  margin-bottom: 5px;
}
.mageb-pattern37 li .button {
  padding: 14px 20px;
}
.home-blog-post-style-6 .post-image {
  border-radius: 8px;
}
.home-blog-post-style-6 .post-image > a:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.24);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
}
.home-blog-post-style-6 .ovrl_dtl {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
  z-index: 2;
}
.home-blog-post.home-blog-post-style-6 .detail {
  padding: 30px 0 0;
}
.home-blog-post-style-6 .pst_ttl {
  margin-bottom: 10px;
}
.home-blog-post-style-6 .pst_ttl a {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
}
.home-blog-post-style-6 .mb-post-readmore.btn-small {
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  display: inline-block;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.home-blog-post-style-6 .mb-post-readmore:hover,
.home-blog-post-style-6 .mb-post-readmore:focus {
  color: #fff !important;
}
.home-blog-post-style-6 .mb-post-readmore .st-icon {
  margin-top: -2px;
}
.home-blog-post-style-6 .pst_meta {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.home-blog-post-style-6 .pst_meta .meta-item {
  margin-right: 10px;
}
.home-blog-post-style-6 .post-date {
  color: #fff !important;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.home-blog-post-style-6 .swiper-button-next,
.home-blog-post-style-6 .swiper-button-prev {
  margin-top: -20px;
}
.home-blog-post.home-blog-post-style-6 .post-user {
  display: inline-block;
  margin: 0;
}
.home-blog-post.home-blog-post-style-6 .post-detail:after {
  display: none;
}
.hme_blg_style_7 .post-date {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  transition: all ease-out 0.4s;
}
.hme_blg_style_7 .item:hover .post-date {
  opacity: 1;
  visibility: visible;
}
.hme_blg_style_7 .item .post-image {
  border-radius: 8px;
  margin-bottom: 40px;
}
.hme_blg_style_7 .post-user {
  font-size: 14px !important;
}
.hme_blg_style_7 .pst_meta {
  margin-bottom: 20px;
}
.hme_blg_style_7 .pst_meta a {
  font-size: 14px;
}
.hme_blg_style_7 .pst_ttl {
  margin-bottom: 20px;
}
.hme_blg_style_7 .pst_ttl a {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}
.hme_blg_style_7 .exprt {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 20px;
}
.hme_blg_style_7 .red_mr_link {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  transition: all ease-out 0.4s;
}
.hme_blg_style_7 .red_mr_link .st-icon {
  margin: 0 0 0 25px;
  width: 22px;
  height: 22px;
}
.hme_blg_style_7 .item .red_mr_link .st-icon {
  transition: all ease-out 0.4s;
}
.hme_blg_style_7 .item:hover .red_mr_link .st-icon {
  transform: rotate(45deg);
  transition: all ease-out 0.4s;
}
.hme_blg_style_8 .swiper-slide {
  width: 298px;
  margin-right: 30px;
}
.hme_blg_style_8 .item .post-image {
  border-radius: 7px;
}
.hme_blg_style_8 .item .detail {
  padding: 20px 0 0;
}
.hme_blg_style_8 .item .post-date {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 500;
}
.hme_blg_style_8 .item .post-date:after {
  display: none;
}
.hme_blg_style_8 .mb-post-meta .meta-item,
.hme_blg_style_8 .post-detail {
  text-transform: none;
}
.hme_blg_style_8 .post-user {
  margin: 0;
}
.hme_blg_style_8 .detail h3 {
  font-weight: 600;
  line-height: normal;
  margin: 10px 0 25px;
}
.hme_blg_style_8 .read_more {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px !important;
  line-height: normal;
}
.hme_blg_style_8 .read_more svg {
  display: none;
}
/* Home Demo 14 Games style */
.poco-home-page-style-14.cms-index-index .productsListing-section,
.poco-home-page-style-14 .mage-ajaxpro-page {
  position: relative;
}
.poco-home-page-style-14.cms-index-index .productsListing-section:before {
  content: "";
  position: absolute;
  top: -61px;
  right: 28%;
  background-image: url(../images/gmg_anm_img3.png);
  background-repeat: no-repeat;
  width: 260px;
  height: 103px;
  overflow: hidden;
  animation: leftright 4s infinite alternate linear;
}
.poco-home-page-style-14.cms-index-index .productsListing-section:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -140px;
  background-image: url(../images/gmg_anm_img4.png);
  background-repeat: no-repeat;
  width: 187px;
  height: 137px;
  overflow: hidden;
  animation: leftright 4s infinite alternate linear;
}
.poco-home-page-style-14 .mage-ajaxpro-page:before {
  content: "";
  position: absolute;
  top: -50px;
  right: 43%;
  background-image: url(../images/gmg_anm_img5.png);
  background-repeat: no-repeat;
  width: 170px;
  height: 122px;
  overflow: hidden;
  animation: leftright 6s infinite alternate linear;
}
@keyframes leftright {
  50% {
    transform: translateX(20px);
  }
}
.poco-home-page-style-14 .rating-summary .rating-result > span:before {
  color: #ecbf22;
}
.poco-home-page-style-14 .mage-ajaxpro-page .sidebar-shopby .item a {
  border-radius: 50px;
  padding: 17px 30px;
}
.cnt_sec_gme .section-title {
  margin: 0 !important;
}
.cnt_sec_gme .section-title,
.cnt_sec_gme .section-title .title {
  text-align: left;
}
.cnt_sec_gme .section-title .title {
  font-size: 60px !important;
}
.cnt_sec_gme strong,
.stc_pro_cnt_gme .h4 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
  margin-bottom: 30px;
  display: block;
}
.cnt_sec_gme p,
.stc_pro_cnt_gme p,
.wlcm_text_gme p {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}
.cnt_sec_gme .btn_sets,
.stc_pro_cnt_gme .btn_sets {
  margin-top: 40px;
}
.cnt_sec_gme .btn_sets .action .st-icon,
.stc_pro_cnt_gme .btn_sets .st-icon {
  margin-right: 3px;
  margin-top: -2px;
}
.cnt_sec_gme .btn_sets .action:first-of-type {
  margin-right: 40px;
}
.cnt_sec_gme .pagebuilder-column:last-of-type {
  padding-left: 40px;
  padding-right: 20px;
}
.stc_pro_cnt_gme .h4 {
  margin-bottom: 15px;
}
.stc_pro_cnt_gme .h4 strong {
  font-weight: 600;
}
.stc_pro_cnt_gme .pagebuilder-column:nth-of-type(2n) {
  padding-left: 20px;
}
.img_anm_rnd img {
  animation: rotating 4s linear infinite;
}
.ps_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@keyframes rotating {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wlcm_text_gme h1 {
  font-size: 60px !important;
  line-height: normal;
  font-weight: 500;
  margin: 0;
}
.wlcm_text_gme .h3 {
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}
.action.grdt_btn .st-icon {
  width: 20px;
  height: 20px;
  margin-top: -4px;
}
.wlcm_text_gme .btn_sets {
  margin-top: 50px;
}
.snd_img img {
  float: right;
  margin-top: -70px;
  margin-right: 70px;
}
.top_btm_anm img {
  animation-name: flo;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.poco-home-page-style-14 .newsletter-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1265px;
  padding: 0;
}
.poco-home-page-style-14 .newsletter-section .content {
  margin: 0;
  max-width: 570px;
  width: 100%;
}
.poco-home-page-style-14 .newsletter-section .section-title {
  margin-bottom: 0 !important;
  text-align: left;
  padding-right: 60px;
  display: block;
}
.poco-home-page-style-14 .newsletter-section .section-title .title {
  text-align: left;
  font-size: 40px;
}
.poco-home-page-style-14 .newsletter-section .section-title .sort-detail {
  text-align: left;
  margin: 0;
  font-size: 30px;
}
.poco-home-page-style-14 .newsletter-section .section-title .icon {
  position: absolute;
  right: -125px;
  top: -104px;
}
.poco-home-page-style-14 .newsletter-section .form.subscribe input[type="email"] {
  font-size: 20px;
  font-weight: 300;
  border: 0 !important;
  height: 66px;
  border-radius: 50px;
  padding: 10px 120px 10px 40px;
  background-color: #1d1c29 !important;
}
.poco-home-page-style-14 .newsletter-section .form.subscribe input[type="email"]:focus {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.poco-home-page-style-14 .newsletter-section .form.subscribe input[type="email"]::placeholder {
  opacity: 1;
}
.poco-home-page-style-14 .newsletter-section .form.subscribe .action {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px !important;
  height: 66px;
  top: 0;
  border-radius: 0 !important;
  border: 0 !important;
}
.poco-home-page-style-14 .newsletter-section .form.subscribe .action .st-icon {
  order: 2;
  margin-left: 5px;
}
.poco-home-page-style-14 .newsletter-section .form.subscribe #newsletter-error {
  position: absolute;
  width: 100%;
  margin-top: -10px;
}
.poco-home-page-style-14 .mb-post-listing .mb-post-title {
  font-size: 22px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
  text-transform: none !important;
}
.poco-home-page-style-14 .mb-post-listing .mb-post-meta {
  text-transform: none;
}
.poco-home-page-style-14 .mb-post-listing .mb-featured-image {
  border-radius: 8px;
}
.poco-home-page-style-14 .sidebar .mb-block-search.mb-block .action.search:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>');
}
.poco-home-page-style-14 .mb-postview-pagination .mb-next a:after,
.poco-home-page-style-14 .mb-postview-pagination .mb-prev a:before {
  display: none;
}
.poco-home-page-style-14 .accordian-content .accordion:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%2358575e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
}
.poco-home-page-style-14 .accordian-content .accordion.active:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%2358575e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
}
.poco-home-page-style-14 .list-style1 li:before,
.poco-home-page-style-14 .product.info.detailed .description ul > li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%2358575e" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>');
}
.poco-home-page-style-14.catalog-category-view .category-view .subcategory-grid .block-promo {
  border-radius: 8px;
}
.poco-home-page-style-14.catalog-category-view .category-view .subcategory-grid .block-promo:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.poco-home-page-style-14 .column.main .pages .action.previous,
.poco-home-page-style-14 .column.main .pages .action.next {
  background-color: #fff !important;
}
.poco-home-page-style-14 .product-info-main .page-title-wrapper .page-title {
  font-weight: 500;
}
.poco-home-page-style-14 .mageb-osc .block-order-comments .block-order-for input,
.poco-home-page-style-14 .mageb-osc .mbOpc-terms .checkout-agreements button.mageb-button,
.product.info.detailed table {
  border: 0 !important;
}
.poco-home-page-style-14 #opcReviewTable > thead {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.poco-home-page-style-14 .mageb-osc .discount-code.magebees-discount-code-wrapper .payment-option-title:before,
.poco-home-page-style-14 .mageb-osc .magebees-Onepagecheckout-additional-blocks .payment-option-title:before {
  display: none;
}
.poco-home-page-style-14 .mageb-osc .payment-option-title {
  padding: 15px 10px 15px 20px !important;
}
.poco-home-page-style-14.poco-themes.page-layout-2columns-left .sidebar #layered-filter-block .collapsible.active:after,
.poco-home-page-style-14.poco-themes.page-layout-2columns-right .sidebar #layered-filter-block .collapsible.active:after,
.poco-home-page-style-14.poco-themes.page-with-filter .sidebar #layered-filter-block .collapsible.active:after,
.poco-home-page-style-14.poco-themes.page-layout-3columns .sidebar #layered-filter-block .collapsible.active:after,
.poco-home-page-style-14.poco-themes.catalogsearch-result-index .sidebar #layered-filter-block .collapsible.active:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
}
.poco-home-page-style-14.poco-themes.page-layout-2columns-left .sidebar #layered-filter-block .collapsible:after,
.poco-home-page-style-14.poco-themes.page-layout-2columns-right .sidebar #layered-filter-block .collapsible:after,
.poco-home-page-style-14.poco-themes.page-with-filter .sidebar #layered-filter-block .collapsible:after,
.poco-home-page-style-14.poco-themes.page-layout-3columns .sidebar #layered-filter-block .collapsible:after,
.poco-home-page-style-14.poco-themes.catalogsearch-result-index .sidebar #layered-filter-block .collapsible:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"></line><line x1="5" y1="12" x2="19" y2="12"></line></svg>');
}
.poco-home-page-style-14 .newsletter-in .block.newsletter .detail {
  font-size: 45px;
  line-height: 48px;
  font-weight: 400;
}
.poco-home-page-style-14 .newsletter-in .block.newsletter .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}
/* End Home Demo 14 Games style */
/* Home Demo 15 Bakery style */
.poco-home-page-style-15 .ctg_img_wdg_style14:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -70px;
  background-image: url(../images/cookie_img.png);
  background-repeat: no-repeat;
  width: 153px;
  height: 166px;
  overflow: hidden;
  animation: leftright 4s infinite alternate linear;
}
.poco-home-page-style-15 .img_text_sec {
  position: relative;
  padding-top: 0 !important;
}
.poco-home-page-style-15 .img_text_sec:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  background-image: url(../images/todays.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 179px;
  overflow: hidden;
  background-size: contain;
  background-position: center;
}
.poco-home-page-style-15 .img_text_sec:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../images/brd-img.webp);
  background-repeat: no-repeat;
  width: 132px;
  height: 182px;
  overflow: hidden;
}
.poco-home-page-style-15 .img_text_sec[data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
  max-width: 1350px;
}
.cke_img1 {
  position: absolute;
  top: 30px;
  right: 90px;
  animation: leftright 6s infinite alternate linear;
  z-index: 3;
}
.cke_img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: leftright 5s infinite alternate linear;
  z-index: 1;
}
.img_text_sec .lrg_img {
  position: relative;
  z-index: 2;
}
.img_text_sec .cnt {
  position: relative;
  z-index: 1;
  padding: 0 25% 0 15%;
}
.img_text_sec .sub_hd {
  font-size: 24px;
  margin-bottom: 10px;
}
.img_text_sec h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -2.5px;
  line-height: normal;
  margin: 0 0 20px;
}
.img_text_sec .cnt p {
  font-size: 24px;
  line-height: 32px;
}
.img_text_sec .phn {
  color: #e53030;
  font-size: 18px;
  font-weight: 500;
  margin-left: 30px;
}
.img_text_sec .phn:hover {
  opacity: 0.8;
}
.img_text_sec .btn_set {
  display: flex;
  align-items: center;
}
.custm_pro_tabs {
  position: relative;
}
.custm_pro_tabs div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
  font-size: 45px !important;
  font-weight: 700 !important;
  letter-spacing: -2.5px;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.custm_pro_tabs .ui-state-active a {
  background-image: url(../images/tabs_actv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.custm_pro_tabs .row-full-width-inner {
  position: relative;
  z-index: 1;
}
.custm_pro_tabs .row-full-width-inner:before {
  content: "";
  position: absolute;
  top: -145px;
  right: 0;
  background-image: url(../images/bkt_tab_top_img.webp);
  background-repeat: no-repeat;
  width: 193px;
  height: 123px;
  overflow: hidden;
  z-index: 1;
}
/*.custm_pro_tabs:after { content: ""; position: absolute; top:30%; left:0; background-image: url(../images/bkr_tab_left_img.webp); background-repeat: no-repeat; width: 107px; height: 126px; overflow: hidden; } */
.poco-home-page-style-15 .productsListing-section .view-more.btm svg {
  display: inline-flex;
}
.poco-home-page-style-15 .img_text_sec2 {
  position: relative;
}
.poco-home-page-style-15 .img_text_sec2 .row-full-width-inner {
  position: relative;
  max-width: 1230px;
}
.poco-home-page-style-15 .img_text_sec2 .pagebuilder-column-group {
  position: relative;
}
.poco-home-page-style-15 .img_text_sec2 .row-full-width-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/new_pro_bg.webp);
  background-repeat: no-repeat;
  width: 724px;
  height: 439px;
  overflow: hidden;
  background-size: contain;
}
.np_sub_line {
  margin: 70px 0 10px;
}
.np_hdg {
  font-size: 75px;
  line-height: 80px;
  letter-spacing: -3px !important;
  font-weight: 700;
  margin-bottom: 50px;
}
.poco-home-page-style-15 .img_text_sec2:before {
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 2;
  background-image: url(../images/np_left_img.webp);
  background-repeat: no-repeat;
  width: 165px;
  height: 322px;
  overflow: hidden;
  background-size: contain;
  animation-name: flo;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.poco-home-page-style-15 .img_text_sec2:after {
  content: "";
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 2;
  background-image: url(../images/np_right_img.webp);
  background-repeat: no-repeat;
  width: 285px;
  height: 241px;
  overflow: hidden;
  background-size: contain;
  animation-name: flo;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}
.poco-home-page-style-15 .img_text_sec2 .pagebuilder-column:first-of-type {
  padding-left: 30px;
  padding-right: 40px;
}
.best_offers_bkr {
  position: relative;
}
.bestofr_list .section-title {
  flex-direction: row;
  justify-content: space-between;
}
.bestofr_list .section-title .title {
  order: 1;
}
.bestofr_list .section-title .view-more {
  order: 2;
}
.bestofr_list .section-title .view-more .action {
  text-transform: none;
  font-weight: 400 !important;
}
.productsListing-section .bestofr_list .products-list .product-item-inner .stock.unavailable,
.productsListing-section .bestofr_list .products-list .product-item-inner .action.primary span {
  display: inline-block;
  text-decoration: underline;
}
.bestofr_list .section-title {
  margin-bottom: 20px;
}
.bestofr_list .items {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 30px;
}
.bestofr_list .products-list .product-item {
  margin: 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 7px;
  margin-top: 30px;
  transition: all ease-out 0.4s;
}
.bestofr_list .products-list .product-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.bestofr_list .products-list .product-item .pro-hover .product-item-photo {
  padding: 0 !important;
}
.bestofr_list .products-list .product-item-name {
  margin-bottom: 0;
}
.bestofr_list .products-list .product-item-shortdesc {
  margin-top: 0;
  line-height: normal;
}
.bestofr_list .products-list .product-item .product-item-info {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.bestofr_list .products-list .product-item .pro-hover {
  max-width: 140px;
}
.bestofr_list .products-list .product-image-wrapper .product-image-photo {
  height: 140px;
  width: 100%;
}
.poco-home-page-style-15 .bestofr_list {
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
}
.poco-home-page-style-15 .best_offers_bkr .row-full-width-inner:before {
  content: "";
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 2;
  background-image: url(../images/bo_right_img.webp);
  background-repeat: no-repeat;
  width: 139px;
  height: 192px;
  overflow: hidden;
  background-size: contain;
}
.poco-home-page-style-15 .best_offers_bkr .row-full-width-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../images/bo_left_img.webp);
  background-repeat: no-repeat;
  width: 155px;
  height: 162px;
  overflow: hidden;
  background-size: contain;
}
.bestofr_list .products-list .product-item-inner .action.primary,
.bestofr_list .products-list .product-item-inner .stock.unavailable {
  padding: 0 !important;
}
.bestofr_list .products-list .product-item .product-item-inner {
  margin-top: 0;
}
.bestofr_list .products-list .product-item .price-box {
  display: flex;
  align-items: center;
}
.bestofr_list .products-list .product-item .price-box .special-price {
  order: 2;
  padding-right: 0;
}
.bestofr_list .products-list .product-item .price-box .old-price {
  order: 1;
}
.bestofr_list .products-list .product-item .price-box .old-price .price {
  font-weight: 400 !important;
}
.poco-home-page-style-15 .tst_outer {
  position: relative;
}
.poco-home-page-style-15 .tst_outer:before {
  content: "";
  position: absolute;
  bottom: 110px;
  left: 0;
  z-index: 2;
  background-image: url(../images/tst_left_img.webp);
  background-repeat: no-repeat;
  width: 138px;
  height: 126px;
  overflow: hidden;
  background-size: contain;
}
.poco-home-page-style-15 .tst_outer:after {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 2;
  background-image: url(../images/tst_right_img.webp);
  background-repeat: no-repeat;
  width: 228px;
  height: 174px;
  overflow: hidden;
  background-size: contain;
}
.poco-home-page-style-15 .advr_outr .row-full-width-inner {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .poco-home-page-style-15 .mageb-patn-inner {
    margin: 0 -15px;
  }
}
.poco-home-page-style-15 .mageTestimonials .section-title .title:before {
  content: "";
  background-image: url(../images/leaf_bkr.webp);
  background-repeat: no-repeat;
  width: 150px;
  height: 40px;
  overflow: hidden;
  background-size: contain;
  display: block;
  margin: 0 auto 30px;
}
.poco-home-page-style-15 .mageTestimonials .section-title .title {
  font-size: 16px !important;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.poco-home-page-style-15 .mageTestimonials .magetmQuotes {
  font-size: 32px;
  line-height: 45px;
  max-width: 800px;
}
.poco-home-page-style-15 .mageTestimonials .clientname b {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.poco-home-page-style-15 .mageTestimonials .clientname b:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.poco-home-page-style-15 .mageTestimonials .swiper {
  max-width: 950px;
}
.poco-home-page-style-15 .mageTestimonials .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>') !important;
  width: 34px;
  height: 34px;
  display: block;
  transform: none;
  border: 0;
}
.poco-home-page-style-15 .mageTestimonials .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>') !important;
  width: 34px;
  height: 34px;
  display: block;
  transform: none;
  border: 0;
}
.poco-home-page-style-15 .mageTestimonials .swiper-button-prev,
.poco-home-page-style-15 .mageTestimonials .swiper-button-next {
  margin-top: -40px !important;
}
.poco-home-page-style-15 .prodLabel > div {
  border-radius: 5px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .prodLabel.top-right {
  right: 0;
  top: 0;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .prodLabel.top-left {
  left: 0;
  top: 0;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item-info {
  padding: 0;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .pro-hover {
  padding: 10px;
  overflow: hidden !important;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item:hover .product-item-inner {
  right: 20px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .product-item-details {
  margin-top: 10px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .detail-left {
  padding: 0 20px 20px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .hvr_dtl {
  background: #eee8e2;
  background: linear-gradient(180deg, rgba(238, 232, 226, 0) 0%, rgba(239, 234, 228, 0.86722682) 41%, #f1ece7 100%);
  top: 0;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .hvr_dtl .action {
  display: flex;
  align-items: center;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .hvr_dtl .action svg {
  order: 2;
  margin: 0 0 0 5px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .hvr_dtl .action span {
  order: 1;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .hvr_dtl .action {
  margin-bottom: 20px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .hvr_dtl .stock.unavailable {
  margin-bottom: 22px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item:hover .hvr_dtl .action {
  margin-bottom: 0;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .product-item-name {
  order: 1;
  font-size: 20px;
  text-transform: uppercase;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .product-name a,
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .product-item-name a {
  font-weight: 700 !important;
  letter-spacing: -1px;
}
.poco-home-page-style-15 .products-grid .product-item .product-item-shortdesc {
  order: 2;
  margin-bottom: 10px;
  color: #7c7b7b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .price-box .price {
  font-size: 20px !important;
}
.poco-home-page-style-15 .products-grid .hover-style12 .product-item .price-box .special-price .price {
  font-weight: 700 !important;
}
.poco-home-page-style-15.catalog-category-view .category-view .subcategory-grid .block-promo,
.poco-home-page-style-15.catalog-category-view .category-view .subcategory-grid img,
.poco-home-page-style-15.catalog-category-view .category-view .subcategory-grid .product-item-name a {
  border-radius: 7px;
}
.poco-home-page-style-15 .mb-post-listing .mb-featured-image,
.poco-home-page-style-15 .mb-post-viewpage .mb-featured-thumb img,
.poco-home-page-style-15 .col2-set .col-1 img,
.poco-home-page-style-15 .col2-set .col-2 img {
  border-radius: 7px;
}
.poco-home-page-style-15.account .column .block .block-title > strong,
.poco-home-page-style-15 .sidebar .block .block-title strong {
  letter-spacing: -0.5px;
}
.poco-home-page-style-15 .login-container .block .actions-toolbar .primary a,
.poco-home-page-style-15 .login-container .block .actions-toolbar .secondary a,
.poco-home-page-style-15 .login-container .block .actions-toolbar .primary .action,
.poco-home-page-style-15 .login-container .block .actions-toolbar .secondary .action {
  padding: 10px 25px !important;
}
.poco-home-page-style-15 .block-slider.related .products-grid .hover-style12 .product-item .hvr_dtl {
  background: transparent !important;
}
.poco-home-page-style-15 .exitIntentPopup .pop_pro .section-title p.sort-detail {
  margin-bottom: 0 !important;
}
/* End Home Demo 15 Bakery style */
/* Home Demo 16 Wine style */
.poco-home-page-style-16 .welcome-content .section-title .sort-detail:before {
  content: '';
  width: 35px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}
.poco-home-page-style-16 .welcome-content .section-title .sort-detail:after {
  display: none;
}
.poco-home-page-style-16 .welcome-content .section-title,
.poco-home-page-style-16 .welcome-content .section-title .title,
.poco-home-page-style-16 .welcome-content .section-title .sort-detail,
.poco-home-page-style-16 .welcome-content .content_section .w-description {
  text-align: left;
}
.poco-home-page-style-16 .welcome-content .section-title .sort-detail {
  padding-right: 0;
}
.poco-home-page-style-16 .welcome-content .content_section .d-flex {
  align-items: flex-start;
}
.poco-home-page-style-16 .welcome-content .section-title {
  margin-bottom: 20px !important;
}
.poco-home-page-style-16 .welcome-content .section-title .title {
  font-size: 35px !important;
  line-height: 1.2;
  text-transform: uppercase;
}
.poco-home-page-style-16 .welcome-content .section-title .sort-detail {
  margin-bottom: 40px !important;
  position: relative;
}
.poco-home-page-style-16 .welcome-content .w-description {
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
}
.poco-home-page-style-16 .welcome-content .image_section {
  overflow: hidden;
}
.poco-home-page-style-16 .welcome-content .image_section {
  width: 52%;
}
.poco-home-page-style-16 .welcome-content .right {
  width: 48%;
  padding: 0 0 0 8%;
}
.poco-home-page-style-16 .welcome-content .content_section .read-more-btn .button .st-icon {
  display: inline-block;
}
.poco-home-page-style-16 .productsListing-section {
  position: relative;
}
.poco-home-page-style-16 .productsListing-section .prodlist {
  z-index: 3;
}
.poco-home-page-style-16.cms-index-index .productsListing-section:before {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 2;
  background-image: url(../images/wine_rght_img.webp);
  background-repeat: no-repeat;
  width: 185px;
  height: 145px;
  overflow: hidden;
  background-size: contain;
}
.poco-home-page-style-16.cms-index-index .productsListing-section:after {
  content: "";
  position: absolute;
  bottom: 30%;
  left: 0;
  z-index: 2;
  background-image: url(../images/wine_left_img.webp);
  background-repeat: no-repeat;
  width: 148px;
  height: 187px;
  overflow: hidden;
  background-size: contain;
}
.poco-home-page-style-16 .productsListing-section .view-more.btm svg {
  transform: rotate(-50deg);
  display: inline-block !important;
}
.poco-home-page-style-16 .view-more .st-icon {
  display: inline-block !important;
}
.poco-home-page-style-16 .productsListing-section .sort-detail:before,
.poco-home-page-style-16 .productsListing-section .sort-detail:after {
  content: '';
  width: 35px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}
.poco-home-page-style-16 .productsListing-section .sort-detail:after {
  right: 0;
  left: auto;
}
.poco-home-page-style-16 .products-grid .product-item .p_catgry_link {
  font-size: 18px;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
}
.poco-home-page-style-16 .hdg_bg_text {
  position: relative;
  margin-top: -20px;
}
.poco-home-page-style-16 .hdg_bg_text h1 {
  background-image: url(../images/hdg_bg_wine.webp);
  background-position: center;
  font-size: 155px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
.poco-home-page-style-16 .ctg_img_wdg {
  background-repeat: repeat !important;
  background-size: inherit !important;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 {
  margin-top: -80px;
  padding-top: 140px !important;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 .ctg_thumb {
  background-color: transparent;
  margin: 0;
  border-radius: 0;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 .ctg_thumb .img,
.poco-home-page-style-16 .ctg_img_wdg_style14 .ctg_ttl {
  padding: 0;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 .ctg_ttl {
  margin-top: 40px;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 .ctg_lrg_ttl {
  display: none;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 .ctg_thumb:hover {
  box-shadow: none;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 .ctg_ttl .ttl {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
.poco-home-page-style-16 .ctg_img_wdg_style14 .item .btn_hvr span {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
}
.poco-home-page-style-16 .ctg_img_wdg_style14.ctg_img_wdg .item:hover .ctg_thumb img {
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
}
.poco-home-page-style-16 .mage-ajaxpro-page {
  position: relative;
}
.poco-home-page-style-16 .product-tabs-slider .sidebar-shopby,
.poco-home-page-style-16 .product-tabs-grid .sidebar-shopby {
  flex-direction: column;
  margin-bottom: 70px;
}
.poco-home-page-style-16 .mage-ajaxpro-page .section-title {
  margin-bottom: 50px;
  align-items: center;
}
.poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0;
  border-radius: 0;
  border-color: transparent !important;
  padding: 15px 25px;
}
.poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item.cat-active a span {
  position: relative;
  z-index: 1;
}
.poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item.cat-active a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item.cat-active a:before {
  content: '';
  display: block;
  height: 100%;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 100%;
  transition: all ease-out 0.4s;
}
.poco-home-page-style-16 .mage-ajaxpro-page:before {
  content: "";
  position: absolute;
  top: 110px;
  right: 0;
  z-index: 2;
  background-image: url(../images/wine-pr-rght-img.webp);
  background-repeat: no-repeat;
  width: 134px;
  height: 185px;
  overflow: hidden;
  background-size: contain;
}
.poco-home-page-style-16 .newsletter-section {
  padding: 40px 0;
  position: relative;
}
.poco-home-page-style-16 .newsletter-section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1150px;
}
.poco-home-page-style-16 .newsletter-section .content {
  margin: 0;
  max-width: 650px;
  width: 100%;
}
.poco-home-page-style-16 .newsletter-section .section-title {
  margin-bottom: 0 !important;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  text-align: left;
  padding-right: 30px;
}
.poco-home-page-style-16 .newsletter-section .section-title .title {
  text-align: left;
  color: #fff;
  font-size: 30px;
}
.poco-home-page-style-16 .newsletter-section .section-title .sort-detail {
  text-align: left;
  margin: 0 0 5px;
  color: #fff !important;
  padding: 0 !important;
  font-size: 18px;
  margin: 0 !important;
}
.poco-home-page-style-16 .newsletter-section .section-title .sort-detail:before,
.poco-home-page-style-16 .newsletter-section .section-title .sort-detail:after {
  display: none;
}
.poco-home-page-style-16 .newsletter-section .form.subscribe input[type="email"] {
  color: #fff !important;
  border: 1px solid #d79cb7 !important;
  height: 58px;
  padding: 10px 190px 10px 30px;
  background: transparent;
}
.poco-home-page-style-16 .newsletter-section .form.subscribe input[type="email"]::placeholder {
  color: #fff !important;
  opacity: 1;
}
.poco-home-page-style-16 .newsletter-section .form.subscribe .action {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 30px !important;
  height: 58px;
  top: 0;
  border-left: 1px solid #d79cb7 !important;
  display: flex;
  align-items: center;
}
.poco-home-page-style-16 .newsletter-section .form.subscribe .action .st-icon {
  display: inline-block;
  order: 1;
  transform: rotate(-40deg);
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.poco-home-page-style-16 .mageTestimonials {
  background-attachment: inherit !important;
  background-size: auto !important;
  background-repeat: repeat !important;
  margin-top: -70px;
  padding-top: 140px !important;
}
.poco-home-page-style-16 .mageTestimonials .swiper {
  padding: 0 50px;
}
.poco-home-page-style-16 .mageTestimonials .clientPic img {
  border-radius: 100%;
  display: block;
  margin: 0 auto 20px;
}
.poco-home-page-style-16 .mageTestimonials .magetmQuotes {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  max-width: 540px;
}
.poco-home-page-style-16 .mageTestimonials .clientname b {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.poco-home-page-style-16 .mageTestimonials .mageTmDate i {
  display: none;
}
.poco-home-page-style-16 .mageTmClient .clientDetails {
  text-align: center;
}
.poco-home-page-style-16 .mageTestimonials .swiper-button-next,
.poco-home-page-style-16 .mageTestimonials .swiper-button-prev,
.poco-home-page-style-16 .subcategory-grid .swiper-button-next,
.poco-home-page-style-16 .subcategory-grid .swiper-button-prev,
.poco-home-page-style-16 .block-slider .swiper-button-next,
.poco-home-page-style-16 .block-slider .swiper-button-prev {
  background: transparent;
}
.poco-home-page-style-16 .mageTestimonials .swiper-button-next:after,
.poco-home-page-style-16 .subcategory-grid .swiper-button-next:after,
.poco-home-page-style-16 .block-slider .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="m21.71,11.29L13.71,3.29c-.39-.39-1.02-.39-1.41,0s-.39,1.02,0,1.41l6.29,6.29H3c-.55,0-1,.45-1,1s.45,1,1,1h15.59l-6.29,6.29c-.39.39-.39,1.02,0,1.41.2.2.45.29.71.29s.51-.1.71-.29l8-8c.39-.39.39-1.02,0-1.41Z"/></svg>') !important;
  width: 22px;
  height: 22px;
  display: block;
  border: 0;
  transform: none;
  right: 5px;
  top: 8px;
}
.poco-home-page-style-16 .mageTestimonials .swiper-button-prev:after,
.poco-home-page-style-16 .subcategory-grid .swiper-button-prev:after,
.poco-home-page-style-16 .block-slider .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="m2.29,12.71l8,8c.39.39,1.02.39,1.41,0s.39-1.02,0-1.41l-6.29-6.29h15.59c.55,0,1-.45,1-1s-.45-1-1-1H5.41l6.29-6.29c.39-.39.39-1.02,0-1.41-.2-.2-.45-.29-.71-.29s-.51.1-.71.29L2.29,11.29c-.39.39-.39,1.02,0,1.41Z"/></svg>') !important;
  width: 22px;
  height: 22px;
  display: block;
  border: 0;
  transform: none;
  right: 5px;
  top: 8px;
}
.poco-home-page-style-16 .home-blog-post-style-2 .container {
  padding-left: 20px;
  padding-right: 20px;
}
.poco-home-page-style-16 .home-blog-post-style-2 .item {
  overflow: hidden;
}
.poco-home-page-style-16 .home-blog-post-style-2 .detail {
  padding: 40px 130px 40px 60px;
  background-color: #f9f8f4;
  margin: -80px 0 0 100px;
}
.poco-home-page-style-16 .home-blog-post-style-2 .detail h3 a {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.poco-home-page-style-16 .home-blog-post-style-2 .mb-post-excerpt {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}
.poco-home-page-style-16 .home-blog-post-style-2 .mb-post-readmore {
  padding: 15px 25px !important;
  font-size: 15px !important;
}
.poco-home-page-style-16 .home-blog-post-style-2 .item:hover .mb-post-readmore {
  padding-left: 25px !important;
}
.poco-home-page-style-16 .home-blog-post-style-2 .post-date {
  display: none;
}
.poco-home-page-style-16 .home-blog-post-style-2 .mb-post-readmore .st-icon {
  display: inline-block;
}
.poco-home-page-style-16 .loading-btn button:hover {
  opacity: 1;
}
.poco-home-page-style-16 .hrl_filter.filter .filter-subtitle {
  background-color: #fff !important;
}
.poco-home-page-style-16 .column.main .toolbar-products .sorter-options {
  background-color: transparent !important;
}
.poco-home-page-style-16:not(.cms-index-index) .page-footer {
  margin-top: 150px !important;
}
.poco-home-page-style-16.catalog-category-view .category-view .subcategory-grid img {
  padding: 20px;
}
.poco-home-page-style-16.category-view .subcategory-grid .product-item-name a {
  padding: 20px 10px !important;
}
.poco-home-page-style-16.catalog-category-view .category-view .subcategory-grid .product-item-name {
  position: static;
  padding: 0;
}
.poco-home-page-style-16 .product.info.detailed.accordion,
.poco-home-page-style-16 .product.info.detailed.vertical,
.poco-home-page-style-16 .sidebar .mb-block-newsletter input[type=email],
.poco-home-page-style-16 .mb-postview-footer {
  background-color: transparent !important;
}
.poco-home-page-style-16 .product.info.detailed #reviews .review-list .review-item .rating-summary,
.poco-home-page-style-16 .image-height-section:before {
  background-color: #fff;
}
.poco-home-page-style-16 .login-container .block .block-title,
.poco-home-page-style-16 .contact-form-default,
.poco-home-page-style-16 .our-stores,
.poco-home-page-style-16 .accordian-content,
.poco-home-page-style-16 .cart-container .cart-summary .block > .title {
  background-color: #f2f0e9;
  border-color: #f2f0e9;
}
.poco-home-page-style-16 .login-container .block.block-new-customer,
.poco-home-page-style-16 .login-container .block.block-customer-login {
  border-color: #f2f0e9;
}
.poco-home-page-style-16 .mbcomwishbtns .wishlist {
  margin-right: 10px;
}
.poco-home-page-style-16 .table:not(.cart):not(.totals) tfoot > tr:first-child th,
.poco-home-page-style-16 .table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-color: #f2f0e9;
}
.poco-home-page-style-16 .data-table,
.poco-home-page-style-16 .data.table,
.poco-home-page-style-16 .table.table-comparison {
  border: 1px solid #f2f0e9;
}
.poco-home-page-style-16 .data-table thead th,
.poco-home-page-style-16 .data.table thead th,
.poco-home-page-style-16 .table.table-comparison thead th {
  background-color: #f2f0e9;
}
.poco-home-page-style-16 .data-table th,
.poco-home-page-style-16 .data.table th,
.poco-home-page-style-16 .table.table-comparison th,
.poco-home-page-style-16 .data-table td,
.poco-home-page-style-16 .data.table td,
.poco-home-page-style-16 .table.table-comparison td {
  border: solid 1px #f2f0e9;
}
.poco-home-page-style-16 .data-table tbody tr:nth-of-type(even),
.poco-home-page-style-16 .data.table tbody tr:nth-of-type(even),
.poco-home-page-style-16 .table.table-comparison tbody tr:nth-of-type(even) {
  background-color: #f1f0ed;
}
.poco-home-page-style-16 .product.info.detailed table th {
  background-color: #f2f0e9;
}
.poco-home-page-style-16 .sucess-col #checkout-review-table-wrapper .data-table {
  border: 1px solid #f2f0e9 !important;
}
.poco-home-page-style-16 .sucess-col #checkout-review-table-wrapper .data-table thead th,
.poco-home-page-style-16 .sucess-col #checkout-review-table-wrapper .data-table tfoot td {
  background-color: #f2f0e9 !important;
  border-color: #f2f0e9 !important;
}
.poco-home-page-style-16.account .sidebar.sidebar-main .block .block-title,
.poco-home-page-style-16.account .sidebar.sidebar-additional .block .block-title {
  background-color: inherit !important;
}
.poco-home-page-style-16 .product.info.detailed .product.data.items > .item.content {
  border-color: #ebe9e1;
}
/* End Home Demo 16 Wine style */
/* Home Demo 17 Mega Store style */
.poco-home-page-style-17 .store-features.store-feature-style2 {
  border-bottom: 0;
  border-top: 1px solid #e6e6e6;
}
.poco-home-page-style-17 .store-features.store-feature-style2 ul {
  align-items: start !important;
  -webkit-align-items: start !important;
  -ms-align-items: start !important;
}
.poco-home-page-style-17 .store-features.store-feature-style2 .icn {
  margin-right: 15px;
}
.poco-home-page-style-17 .store-features.store-feature-style2 .icn .st-icon {
  width: 32px;
  height: 32px;
  margin-right: 0;
  color: #808080;
}
.poco-home-page-style-17 .store-features.store-feature-style2 .icon-item {
  display: flex;
  align-items: center;
  text-align: left;
}
.poco-home-page-style-17 .store-features.store-feature-style2 .icon-item b {
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  line-height: 1.3;
}
.poco-home-page-style-17 .store-features.store-feature-style2 span {
  color: #6c6c6c;
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.poco-home-page-style-17 .store-features.store-feature-style2 [data-content-type='row'][data-appearance='contained'] {
  padding: 0;
}
.poco-home-page-style-17 .brandlogoSliderLayer {
  margin-top: -60px;
}
.poco-home-page-style-17 .productsListing-section .section-title .view-more .action,
.poco-home-page-style-17 .productsListing-section .view-more .action {
  font-size: 14px;
  font-weight: 600;
  padding: 12px 18px !important;
}
.poco-home-page-style-17 .productsListing-section .section-title .view-more .action .st-icon {
  margin-top: -3px;
}
.poco-home-page-style-17 .productsListing-section .products-grid.swiper .product-item.swiper-slide {
  width: 243.333px;
  margin-right: 30px;
}
.poco-home-page-style-17 .productsListing-section .prodlist {
  margin: -10px;
}
.poco-home-page-style-17 .products-grid.swiper {
  padding: 10px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .pro-hover {
  padding: 5px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-name {
  line-height: normal;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-name,
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-name {
  margin: 0 0 10px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item-info {
  padding: 0;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-details {
  border-top: 1px solid #e2e2e2;
  margin: 0;
  padding: 20px 10px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-brand,
.poco-home-page-style-17 .productsListing-section .products-list .product-brand {
  margin-bottom: 10px;
  line-height: normal;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-brand .product-brand-link,
.poco-home-page-style-17 .productsListing-section .products-list .product-brand .product-brand-link {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.poco-home-page-style-17 .productsListing-section .products-list .product-item-name,
.poco-home-page-style-17 .productsListing-section .products-list .product-item-name a {
  line-height: normal;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-name a,
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-name a,
.poco-home-page-style-17 .productsListing-section .products-list .product-item .product-name a,
.poco-home-page-style-17 .productsListing-section .products-list .product-item .product-item-name a {
  font-size: 16px;
  font-weight: 400 !important;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .price-box .price,
.poco-home-page-style-17 .productsListing-section .products-list .product-item .price-box .price {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .price-box .special-price,
.poco-home-page-style-17 .productsListing-section .products-list .product-item .price-box .special-price {
  order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  padding: 0 !important;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .price-box .old-price,
.poco-home-page-style-17 .productsListing-section .products-list .product-item .price-box .old-price {
  padding: 0 0 0 5px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .price-box .old-price:before,
.poco-home-page-style-17 .productsListing-section .products-list .product-item .price-box .old-price:before {
  content: "-";
  margin-right: 2px;
  font-weight: 700;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .price-box .special-price .price,
.poco-home-page-style-17 .productsListing-section .products-list .product-item .price-box .special-price .price {
  font-weight: 700 !important;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-reviews-summary {
  order: 9;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-inner {
  right: 0;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item:hover .product-item-inner {
  right: 15px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-info {
  transition: all ease-out 0.4s;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item:hover .product-item-info {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  transition: all ease-out 0.4s;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .hvr_dtl {
  height: auto;
  bottom: 0;
  top: auto;
  left: 0;
  background-color: transparent;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item:hover .hvr_dtl {
  top: auto;
  left: 0;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .actions-primary {
  width: 100%;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .action.tocart.primary {
  font-size: 13px;
  font-weight: 700;
  border-radius: 0 0 5px 5px !important;
  padding: 19px 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .action.tocart.primary .st-icon {
  order: 2;
  margin: 0 0 0 8px;
  width: 14px;
  height: 14px;
}
.poco-home-page-style-17 .products-grid .product-item .product-item-inner.style12 .icon-btn {
  margin-bottom: 5px;
}
.poco-home-page-style-17 .products-grid .product-item .product-item-inner.style12 .action {
  width: 34px !important;
  height: 34px;
  line-height: 32px;
  border-radius: 100px !important;
}
.poco-home-page-style-17 .products-grid .product-item .product-item-inner.style12 .action .st-icon {
  width: 14px;
  height: 14px;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .prodLabel.top-right {
  right: 0;
  top: 0;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .prodLabel.top-left {
  left: 0;
  top: 0;
}
.poco-home-page-style-17 .products-grid .hover-style12 .product-item .hvr_dtl .stock.unavailable {
  border-radius: 0 0 5px 5px !important;
  padding: 19px 10px !important;
}
.poco-home-page-style-17 .products-grid .timer-product #category-timer-countbox .countdown-section,
.poco-home-page-style-17 .products-list .timer-product #category-timer-countbox .countdown-section {
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
.poco-home-page-style-17 .prodLabel > div {
  border-radius: 4px;
}
.poco-home-page-style-17 .productsListing-section .products-list .product-item .price-box {
  margin-bottom: 10px;
}
.poco-home-page-style-17 .listpro-slider-col {
  margin-top: -60px;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title {
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .prodlist {
  margin: 0;
}
.poco-home-page-style-17 .listpro-slider-col .pagebuilder-column {
  padding: 0 15px;
}
.poco-home-page-style-17 .listpro-slider-col .pagebuilder-column .productsListing-section {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .container {
  padding: 0;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .swiper-button-prev,
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .swiper-button-next {
  border: 0 !important;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .swiper-button-next:after,
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .swiper-button-prev:after {
  height: 11px;
  width: 11px;
}
.poco-home-page-style-17 .productsListing-section .products-list .product-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.poco-home-page-style-17 .productsListing-section .products-list .product-image-wrapper .product-image-photo {
  height: 130px;
  width: 130px;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .view-more.btm {
  text-align: left !important;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 {
  text-align: left;
  flex-wrap: nowrap;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 .title {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 .swiper-button-next,
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 .swiper-button-prev {
  width: 24px !important;
  height: 24px !important;
  position: static;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 .swiper-button-next:after,
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 .swiper-button-prev:after {
  position: static;
}
.poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 .swiper-button-prev {
  margin: 0 5px;
}
.poco-home-page-style-17 .block-slider .block-actions {
  margin-bottom: 30px;
}
.poco-home-page-style-17 .block-slider .products-grid .swiper-slide {
  width: 294px;
  margin-right: 30px;
}
.poco-home-page-style-17 .block-slider .products-grid .hover-style12 .product-item .product-reviews-summary {
  order: 8;
  margin-bottom: 10px;
}
.poco-home-page-style-17 .block-slider .section-title .title {
  padding-top: 10px;
}
.poco-home-page-style-17 .block-slider.upsell .section-title,
.poco-home-page-style-17 .block-slider.block-viewed-products-grid .section-title {
  margin-bottom: 40px;
}
.poco-home-page-style-17 .block-slider .products-grid .hover-style12 .product-item .product-item-name {
  padding: 0 10px;
}
.poco-home-page-style-17 .block-slider .products-grid .hover-style12 .product-item .product-item-details {
  padding: 20px 10px 10px;
}
.poco-home-page-style-17 .block-ProductsListing .products.wrapper.list .product-reviews-summary {
  margin-top: 10px !important;
}
.poco-home-page-style-17.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .product-item-name {
  font-weight: 400 !important;
}
.poco-home-page-style-17 .product-info-main .product-reviews-summary .reviews-actions .action.view {
  display: none !important;
}
.poco-home-page-style-17 .product.info.detailed .product.data.items > .item.title .switch {
  font-weight: 600;
}
.poco-home-page-style-17 .products-grid .product-item:not(.swiper-slide) {
  margin-bottom: 40px !important;
}
.poco-home-page-style-17 .product-info-main .product-reviews-summary .reviews-actions a {
  margin: 0 0 0 10px;
}
.poco-home-page-style-17 .product-info-main .timer-product #timer-countbox .countdown-section,
.poco-home-page-style-17.catalog-category-view .category-view .subcategory-grid .block-promo,
.poco-home-page-style-17 .mb-post-listing .mb-featured-image,
.poco-home-page-style-17 .team-section.style1 .item .img,
.poco-home-page-style-17 .our-store-list,
.poco-home-page-style-17 .accordian-content {
  border-radius: 7px !important;
}
.poco-home-page-style-17.catalog-category-view .category-view .subcategory-grid .product-item-name a {
  border-radius: 5px !important;
}
.poco-home-page-style-17.catalog-category-view .category-view .subcategory-grid .swiper-slide {
  width: 243.333px;
  margin-right: 30px;
}
.poco-home-page-style-17.category-shop-by-brands.catalog-category-view .category-view .subcategory-grid .product-item-name {
  display: none;
}
.poco-home-page-style-17 .column.main .toolbar-products ~ .toolbar-products {
  padding: 0 0 30px;
}
.poco-home-page-style-17.poco-themes.page-layout-2columns-left .sidebar .productsListing-section .section-title .title,
.poco-home-page-style-17.poco-themes.page-layout-2columns-right .sidebar .productsListing-section .section-title .title,
.poco-home-page-style-17.poco-themes.page-with-filter .sidebar .productsListing-section .section-title .title,
.poco-home-page-style-17.poco-themes.page-layout-3columns .sidebar .productsListing-section .section-title .title,
.poco-home-page-style-17.poco-themes.catalogsearch-result-index .sidebar .productsListing-section .section-title .title {
  font-weight: 700 !important;
}
.poco-home-page-style-17 .products-list .product-item .product-brand,
.poco-home-page-style-17 .block.widget.block-products-list .widget-product-grid .product-item .product-brand {
  text-transform: none;
  font-weight: 700;
  line-height: normal;
}
.poco-home-page-style-17 .products-list .product-item .product-item-name {
  font-weight: 500 !important;
}
.poco-home-page-style-17 .products-list .product-item .action.tocart.primary span {
  font-weight: 700;
  margin-left: 5px;
}
.poco-home-page-style-17 .product.info.detailed {
  padding: 50px 0;
}
.poco-home-page-style-17 .title_cntr .section-title,
.poco-home-page-style-17 .our-stores .section-title,
.poco-home-page-style-17.contact-index-index .section-bottom-spacing .section-title {
  margin-bottom: 40px;
}
.poco-home-page-style-17 .our-stores,
.poco-home-page-style-17 .contact-form-default,
.poco-home-page-style-17 .accordian-content {
  background-color: #f0f0f0;
}
.poco-home-page-style-17 .products-grid .product-item .product-item-inner.style9 .action.tocart .text,
.poco-home-page-style-17 .products-grid .product-item .product-item-inner.style9 .magebees_quickview .text {
  display: none !important;
}
.poco-home-page-style-17 .products-grid .hover-style9 .product-item .detail-left {
  flex-direction: column;
}
.poco-home-page-style-17 .products-grid .product-item .product-item-inner.style9 {
  padding: 0 5px !important;
}
.poco-home-page-style-17 .products-grid .hover-style9 .product-item .product-item-name {
  text-align: center;
  margin-bottom: 5px;
}
.poco-home-page-style-17 .products-grid .hover-style9 .product-item .price-box {
  padding: 10px 0 0;
}
/* End Home Demo 17 Mega Store style */
/* Home Demo 18 Pets style */
.poco-home-page-style-18 .pro-tabs-section {
  border-top: 1px solid #ebebeb;
}
.poco-home-page-style-18 .pro-tabs-section div[data-content-type="tabs"] .tabs-navigation {
  margin-bottom: 70px !important;
}
.poco-home-page-style-18 .pro-tabs-section .tabs-navigation li.tab-header a.tab-title {
  font-weight: 600 !important;
  font-size: 18px !important;
  padding: 15px 30px !important;
  border: 1px solid transparent;
  border-radius: 100px;
  display: block;
}
.poco-home-page-style-18 .pro-tabs-section .tabs-navigation li.tab-header.ui-tabs-active a.tab-title {
  border-color: #ebebeb;
  font-weight: 700 !important;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-item-details {
  padding: 0 10px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item-info {
  padding: 10px;
  border-radius: 7px;
  background-color: #f8f7f5;
  transition: all ease-out 0.4s;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item:hover .product-item-info {
  background-color: #faebe5;
}
.poco-home-page-style-18 .products-grid .product-item .product-image-wrapper {
  border-radius: 7px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-name a,
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-item-name a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-reviews-summary {
  margin-bottom: 5px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .price-box .price,
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .price-box .special-price .price {
  font-weight: 600 !important;
  font-size: 16px !important;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-item-inner {
  right: 0;
  left: 0;
  bottom: 0;
  top: auto;
  width: auto;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item:hover .product-item-inner {
  right: 0;
  bottom: 15px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-item-inner .fdc {
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  justify-content: center;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .hvr_dtl {
  height: auto;
  background-color: #faebe5;
  top: auto;
  bottom: 0;
  left: 0;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item:hover .hvr_dtl {
  top: auto;
  bottom: 5px;
}
.poco-home-page-style-18 .products-grid .product-item .product-item-inner.style12 .action {
  width: 40px !important;
  height: 40px;
  line-height: 40px;
}
.poco-home-page-style-18 .products-grid .product-item .product-item-inner.style12 .icon-btn {
  margin: 0 5px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .hvr_dtl .action .st-icon {
  display: none;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .hvr_dtl .action {
  font-size: 15px;
  text-decoration: underline;
  font-weight: 700;
  padding: 0 !important;
  text-transform: uppercase;
  background-color: transparent !important;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .swatches-listing {
  -webkit-order: 2;
  order: 2;
  -ms-order: 2;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .p_sku {
  -webkit-order: 3;
  order: 3;
  -ms-order: 3;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .prodLabel.top-right {
  right: 10px;
  top: 10px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .prodLabel.top-left {
  left: 10px;
  top: 10px;
}
.poco-home-page-style-18 .products-grid .hover-style12 .product-item .hvr_dtl .stock.unavailable {
  padding: 0 !important;
  line-height: 26px;
  background-color: transparent !important;
  color: #d50000 !important;
  text-decoration: underline;
  font-weight: 600;
}
.poco-home-page-style-18 .product.media .prodLabel > div {
  border-radius: 4px;
}
.poco-home-page-style-18 .mrq-ani-section {
  background-image: url(../images/pet-crv-bg-top.jpg);
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: auto !important;
}
.poco-home-page-style-18 .pet-advrtise-ptn37 {
  background-image: url(../images/pet-crv-bg-btm.jpg);
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  background-size: auto !important;
  position: relative;
}
.poco-home-page-style-18 .pet-advrtise-ptn37:before {
  content: '';
  background-image: url(../images/pet-img1.png);
  background-repeat: no-repeat !important;
  width: 157px;
  height: 80px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 4px;
}
.poco-home-page-style-18 .pet-advrtise-ptn37:after {
  content: '';
  background-image: url(../images/pet-img2.png);
  background-repeat: no-repeat !important;
  width: 164px;
  height: 155px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.poco-home-page-style-18 .testimonial-outer:after {
  content: '';
  background-image: url(../images/testi-btm-img.webp);
  background-repeat: no-repeat !important;
  width: 140px;
  height: 91px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -50px;
}
.poco-home-page-style-18 .marquee-section {
  background-color: transparent;
}
.poco-home-page-style-18 .marquee-section .marquee-itm {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.poco-home-page-style-18 .marquee-section .marquee-info {
  font-size: 24px;
  letter-spacing: -1px;
}
.poco-home-page-style-18 .marquee-section .marquee-item {
  padding: 90px 20px 0 40px;
}
.poco-home-page-style-18 .marquee-section .marquee-item:after {
  content: "*";
  display: inline;
  padding-left: 60px;
  font-weight: 500;
  font-size: 45px;
  margin-top: 12px;
}
.poco-home-page-style-18 .season-sale-bnr h1 {
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -1px;
  margin: 0;
}
.poco-home-page-style-18 .season-sale-bnr .sle-text {
  font-size: 24px;
  font-weight: 500;
  border-left: 1px solid #eec6be;
  border-right: 1px solid #eec6be;
  padding: 0 30px;
  margin: 0 40px;
}
.poco-home-page-style-18 .season-sale-bnr .btn .st-icon {
  margin-left: 5px;
}
.poco-home-page-style-18 .sale-bnr-wrp {
  position: relative;
  z-index: 1;
}
.poco-home-page-style-18 .testimonial-outer {
  margin-top: -110px;
  position: relative;
}
.poco-home-page-style-18 .brandlogoSliderLayer {
  border-bottom: 1px solid #ebebeb;
}
.poco-home-page-style-18 .brandlogoSliderLayer .container {
  padding-left: 0;
  padding-right: 0;
}
.poco-home-page-style-18 .brandlogoSliderLayer img {
  max-height: 76px !important;
}
.poco-home-page-style-18 .hme_blg_style_7 .post-date {
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  bottom: 15px;
  left: 15px;
  border-radius: 8px;
}
.poco-home-page-style-18 .hme_blg_style_7 .pst_ttl a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.poco-home-page-style-18 .hme_blg_style_7 .item .dtls {
  display: flex;
  flex-direction: column;
}
.poco-home-page-style-18 .hme_blg_style_7 .item .pst_ttl {
  order: 1;
}
.poco-home-page-style-18 .hme_blg_style_7 .pst_meta {
  order: 2;
}
.poco-home-page-style-18 .hme_blg_style_7 .rd_mr {
  order: 8;
}
.poco-home-page-style-18 .hme_blg_style_7 .pst_meta a,
.poco-home-page-style-18 .hme_blg_style_7 .post-user {
  font-size: 16px !important;
}
.poco-home-page-style-18 .hme_blg_style_7 .post-user:before {
  content: '-';
  display: inline;
}
.poco-home-page-style-18 .hme_blg_style_7 .pst_ttl {
  margin-bottom: 10px;
}
.poco-home-page-style-18 .hme_blg_style_7 .item .post-image {
  margin-bottom: 30px;
}
.poco-home-page-style-18 .hme_blg_style_7 .exprt {
  font-size: 16px;
  line-height: 24px;
  order: 3;
}
.poco-home-page-style-18 .mb-post-listing .mb-featured-image,
.poco-home-page-style-18.catalog-category-view .category-view .subcategory-grid .block-promo,
.poco-home-page-style-18 .mb-post-viewpage .mb-featured-thumb img,
.poco-home-page-style-18 .mb-post-content .col2-set .col-1 img,
.poco-home-page-style-18 .mb-post-content .col2-set .col-2 img,
.poco-home-page-style-18 .accordian-content {
  border-radius: 10px;
}
.poco-home-page-style-18.catalog-category-view .category-view .subcategory-grid .product-item-name a {
  border-radius: 5px;
}
.poco-home-page-style-18.catalog-category-view:not(.poco-home-page-style-2) .category-view .subcategory-grid .product-item-name a {
  font-weight: 400;
}
.poco-home-page-style-18 .mb-postview-footer .item-meta.mb-post-tags a,
.poco-home-page-style-18 .mb-block-tags .tags-title a,
.poco-home-page-style-18 .team-section.style1 .item .img {
  border-radius: 8px;
}
.poco-home-page-style-18 .mb-post-listing .mb-post-title {
  text-transform: none !important;
  font-weight: 400 !important;
}
.poco-home-page-style-18 .products-list .hover-style12 .product-item .product-item-inner .icon-btn .action {
  border-radius: 100px !important;
}
.poco-home-page-style-18.poco-themes:not(.poco-home-page-style-2) .quickViewDetails .quickview-product-name h3,
.poco-home-page-style-18 .product-info-main .page-title-wrapper .page-title {
  font-weight: 400 !important;
}
.poco-home-page-style-18 .product-add-form .box-tocart #product-addtocart-button .icon,
.poco-home-page-style-18 .product-add-form .update #product-addtocart-button .icon {
  margin-right: 5px;
}
.poco-home-page-style-18.page-layout-1column.catalog-product-view .fotorama__stage__frame.fotorama_vertical_ratio {
  width: 99% !important;
  height: 100% !important;
}
.poco-home-page-style-18 .sucess-col .left-success .sub-title {
  font-size: 24px;
}
.poco-home-page-style-18 .customer-review.view .product-details .product-name {
  font-weight: 400 !important;
}
.poco-home-page-style-18.catalog-category-view .category-view .subcategory-grid .product-item-name a {
  text-transform: none;
}
.poco-home-page-style-18 .store-features.store-feature-style2 {
  border: 0 !important;
}
.poco-home-page-style-18 .store-features.store-feature-style2 .st-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
}
.poco-home-page-style-18 .store-features.store-feature-style2 .detail,
.poco-home-page-style-18 .store-features.store-feature-style2 .detail b,
.poco-home-page-style-18 .store-features.store-feature-style2 .detail span {
  display: block;
}
/* End Home Demo 18 Pets style */
.rt-couters {
  color: #6c6c6c;
  font-size: 14px;
  line-height: normal;
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 7px 18px;
}
.rt-couters svg {
  fill: #f6bc4d;
  stroke: #f6bc4d;
  width: 14px;
  height: 14px;
  margin-top: -4px;
}
.rt-couters .rt-icon {
  margin: 0 10px 0 5px;
}
.rt-couters .rt-icon:after {
  content: '';
  border-right: 1px solid #939393;
  margin-left: 8px;
}
.megat-blt-st-bnr {
  justify-content: center !important;
  padding: 0 5%;
  background-position: 58% top !important;
  position: relative;
}
.megat-blt-st-bnr h3 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin: 0;
}
.megat-blt-st-bnr h3 strong {
  font-weight: 700;
}
.megat-blt-st-bnr .pagebuilder-column:last-of-type {
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-self: center !important;
  align-items: center !important;
}
.megat-blt-st-bnr p {
  font-size: 22px;
  opacity: 0.8;
  margin: 0;
  padding-right: 20px;
}
.megat-blt-st-bnr .pagebuilder-button-primary {
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px !important;
}
@media (max-width: 1540px) {
  .megat-blt-st-bnr {
    padding: 0 20px;
  }
}
@media (max-width: 1440px) {
  .megat-blt-st-bnr p {
    font-size: 18px;
  }
  .megat-blt-st-bnr h3 {
    font-size: 28px;
  }
}
@media (max-width: 1350px) {
  .megat-blt-st-bnr .pagebuilder-column-line {
    justify-content: space-between;
  }
  .megat-blt-st-bnr .pagebuilder-column:last-of-type {
    flex-direction: column !important;
    align-items: start !important;
    max-width: 30%;
    width: 100% !important;
  }
  .megat-blt-st-bnr p {
    padding: 0 0 10px;
  }
  .megat-blt-st-bnr h3 {
    line-height: normal;
  }
  .megat-blt-st-bnr h3 strong {
    display: block;
  }
}
@media (max-width: 999px) {
  .megat-blt-st-bnr {
    background-position: 83% top !important;
  }
  .megat-blt-st-bnr h3 {
    font-size: 25px;
  }
  .megat-blt-st-bnr .pagebuilder-column:last-of-type {
    max-width: 20%;
  }
  .megat-blt-st-bnr p {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .megat-blt-st-bnr {
    background-position: 0 top !important;
    background-size: cover !important;
    padding: 0;
  }
  .megat-blt-st-bnr .pagebuilder-column-line {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 7px;
    text-align: center;
  }
  .megat-blt-st-bnr h3 {
    margin-bottom: 10px;
  }
  .megat-blt-st-bnr h3 strong {
    display: inline-block;
  }
  .megat-blt-st-bnr .pagebuilder-column:last-of-type {
    align-items: center !important;
    max-width: 100%;
  }
}
@media (max-width: 639px) {
  .megat-blt-st-bnr {
    background-position: 80% top !important;
  }
}
.mmbr_bnr {
  position: relative;
}
.mmbr_bnr img {
  width: 100%;
}
.mmbr_bnr .cnt {
  width: 100%;
  position: absolute;
  bottom: 19%;
  padding: 0 8%;
}
.mmbr_bnr .section-title {
  margin-bottom: 0 !important;
}
.mmbr_bnr .section-title .sort-detail {
  padding-right: 0;
  color: #fff !important;
}
.mmbr_bnr .section-title .sort-detail:after {
  display: none;
}
.mmbr_bnr .section-title,
.mmbr_bnr .section-title .title {
  text-align: left;
}
.mmbr_bnr .section-title .title {
  color: #fff !important;
}
/* Products Flex Grid */
.products-grid .fx_grid {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px 0 -15px;
}
.products-grid .fx_grid .product-item {
  padding: 0 15px !important;
  margin: 30px 0 0 !important;
  width: 100% !important;
  max-width: 25%;
}
.products-grid .fx_grid.hover-style10 .product-item {
  margin: 30px 0 0 !important;
}
.products-grid .fx_grid.products-items-2 .product-item {
  max-width: 50%;
}
.products-grid .fx_grid.products-items-3 .product-item {
  max-width: 33.333%;
}
.products-grid .fx_grid.products-items-4 .product-item {
  max-width: 25%;
}
.products-grid .fx_grid.products-items-5 .product-item {
  max-width: 20%;
}
@media (max-width: 1201px) {
  .products-grid .fx_grid .product-item,
  .products-grid .fx_grid.products-items-4 .product-item,
  .products-grid .fx_grid.products-items-5 .product-item {
    max-width: 33.33%;
  }
}
@media (max-width: 768px) {
  .products-grid .fx_grid .product-item,
  .products-grid .fx_grid.products-items-3 .product-item,
  .products-grid .fx_grid.products-items-4 .product-item,
  .products-grid .fx_grid.products-items-5 .product-item {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .products-grid .fx_grid {
    margin: -15px -5px 0 -5px;
  }
  .products-grid .fx_grid .product-item {
    padding: 0 5px !important;
    margin-top: 15px !important;
  }
  .products-grid .fx_grid.hover-style10 .product-item {
    margin: 15px 0 0 !important;
  }
}
/* End Products Flex Grid */
.home-blog-post-style-5 .swiper-slide {
  width: 300px;
  margin-right: 30px;
}
.home-blog-post-style-5 .item .detail {
  background-color: transparent;
  padding: 0;
}
.home-blog-post-style-5 .item .post-image {
  margin-bottom: 40px;
  border-radius: 8px;
}
.home-blog-post-style-5 .pst_ttl {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.home-blog-post-style-5 .post-user {
  margin: 0 !important;
}
.home-blog-post-style-5 .pst_meta {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.home-blog-post-style-5 .post-user {
  display: inline;
}
.home-blog-post-style-5 .btn-small {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 8px 20px 8px 20px !important;
  border-radius: 4px !important;
  text-transform: uppercase;
  display: inline-block;
}
.home-blog-post-style-5 .post-listing-5 .pst_ttl {
  font-size: 17px;
}
.home-blog-post-style-5 .post-listing-5 .post-detail,
.home-blog-post-style-5 .post-listing-5 .post-date {
  font-size: 14px !important;
}
.home-blog-post-style-5 .post-listing-5 .item .post-image {
  margin-bottom: 20px;
}
.home-blog-post-style-5 .post-listing-5 .pst_meta {
  margin-bottom: 10px;
}
.home-blog-post-style-5 .show-pagination {
  padding-bottom: 0 !important;
}
.home-blog-post-style-5 .show-scrollbar {
  padding-bottom: 80px !important;
}
/* Home Post Flex Grid */
.flx_pst {
  margin: -50px -15px 0;
  display: flex;
  flex-wrap: wrap;
}
.flx_pst .item {
  padding: 0 15px;
  margin-top: 50px;
}
.flx_pst.post-listing-2 .item {
  max-width: 50%;
  width: 100%;
}
.flx_pst.post-listing-3 .item {
  max-width: 33.33%;
  width: 100%;
}
.flx_pst.post-listing-4 .item {
  max-width: 25%;
  width: 100%;
}
.flx_pst.post-listing-5 .item {
  max-width: 20%;
  width: 100%;
}
@media (max-width: 999px) {
  .flx_pst.post-listing-4 .item,
  .flx_pst.post-listing-5 .item {
    max-width: 33.33%;
  }
}
@media (max-width: 768px) {
  .flx_pst {
    margin: -20px -10px 0;
  }
  .flx_pst .item {
    padding: 0 10px;
    margin-top: 20px;
  }
  .flx_pst.post-listing-2 .item,
  .flx_pst.post-listing-3 .item,
  .flx_pst.post-listing-4 .item,
  .flx_pst.post-listing-5 .item {
    max-width: 50%;
  }
}
/* End Home Post Flex Grid */
#checkout_multishipping_form .title {
  margin-bottom: 20px;
}
#checkout_multishipping_form .data.table td {
  padding: 10px;
}
.mageb-osc .mbOpc-terms .checkout-agreements input[type="checkbox"],
.mb-comment-form .fieldset > .field.author_confirm .control label {
  cursor: pointer;
}
.product-options-wrapper select {
  cursor: pointer;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]::before {
  content: attr(data-label) ': ';
  font-size: 12px;
}
#blog_search_mini_form .action.search {
  width: 60px;
  height: 67px;
  top: 0;
  right: 0;
}
.page-product-bundle.poco-home-page-style-2 .fotorama__stage,
.page-product-downloadable.poco-home-page-style-2 .fotorama__stage,
.page-product-grouped.poco-home-page-style-2 .fotorama__stage {
  background-color: transparent !important;
}
.mageb-patterns .h4 {
  line-height: normal;
}
/* Footer General */
.block.newsletter input {
  margin-right: 0 !important;
}
.page-footer .switcher .options {
  cursor: pointer;
}
.page-footer .switcher .options ul.dropdown {
  top: auto;
  left: auto !important;
  right: 0;
  bottom: 40px;
}
.page-footer .switcher .options ul.dropdown:before {
  top: auto;
  bottom: -11px;
  left: auto;
  right: 10px;
  border-color: #ffffff transparent transparent transparent;
}
.page-footer .switcher .options ul.dropdown:after {
  top: auto;
  left: auto;
  right: 9px;
  bottom: -14px;
  border-color: #bbbbbb transparent transparent transparent;
}
.page-footer {
  clear: both;
}
.page-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-footer ul li {
  padding: 0;
  margin-bottom: 15px;
}
.page-footer .switcher {
  clear: both;
  padding: 0;
  margin-right: 0;
}
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
  padding: 5px 20px 5px 10px;
}
.page-footer .switcher .options.active ul.dropdown {
  display: block !important;
}
.page-footer .switcher .options ul.dropdown {
  text-align: left;
  left: 0;
  display: none !important;
}
.page-footer .switcher .options ul.dropdown a {
  padding: 5px;
}
.page-footer .switcher .options ul.dropdown a {
  padding: 10px;
  font-size: 15px;
}
.page-footer .switcher strong {
  font-size: 15px;
  font-weight: normal;
  padding-left: 0 !important;
}
.footer-social ul li {
  margin-bottom: 0;
}
.footer-social ul li a .text {
  display: none !important;
}
/* Footer Style */
.poco-home-page-style-7 .page-footer {
  background-color: transparent;
}
.footer-7-wrp .footer-bottom .container:after,
.cstm_ftr_7 .footer-bottom:after {
  content: "";
  background: url(../images/kids_fs_icon.png) no-repeat center;
  height: 87px;
  width: 139px;
  position: absolute;
  right: -73px;
  top: -85px;
  z-index: 10;
  animation-name: flo;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
@keyframes flo {
  50% {
    transform: translateY(20px);
  }
}
.footer-7 .footer-logo:before,
.cstm_ftr_7 .footer-logo:before {
  content: '';
  background: url(../images/d_line.png) repeat-x;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
}
.footer-14:before,
.cstm_ftr_14:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 25%;
  z-index: 2;
  background-image: url(../images/gmg_anm_img6.png);
  background-repeat: no-repeat;
  width: 176px;
  height: 101px;
  overflow: hidden;
  animation: leftright 4s infinite alternate linear;
}
.footer-14:after,
.cstm_ftr_14:after {
  content: "";
  position: absolute;
  top: -170px;
  right: 0;
  z-index: 2;
  background-image: url(../images/ftr_anm-img.png);
  background-repeat: no-repeat;
  width: 252px;
  height: 413px;
  overflow: hidden;
  animation-name: flo;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.footer-15 .footer-top:before,
.cstm_ftr_15 .footer-top:before {
  content: "";
  position: absolute;
  top: -45px;
  left: 25%;
  z-index: 2;
  background-image: url(../images/ftr_top_img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 94px;
  overflow: hidden;
  animation: leftright 4s infinite alternate linear;
}
.footer-15 .footer-top:after,
.cstm_ftr_15 .footer-top:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 2;
  background-image: url(../images/ftr_rht_img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 98px;
  height: 96px;
  overflow: hidden;
}
.footer-18:before,
.cstm_ftr_18:before {
  content: '';
  background-image: url(../images/ftr-top-bg-pets.jpg);
  background-repeat: no-repeat;
  height: 19px;
  overflow: hidden;
  width: 100%;
  display: block;
  background-position: center center;
}
.poco-home-page-style-16 .page-footer {
  position: relative;
}
.poco-home-page-style-16 .page-footer:before {
  content: "";
  position: absolute;
  top: -140px;
  left: 0;
  z-index: 2;
  background-image: url(../images/wine-ftr_lft-img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 219px;
  overflow: hidden;
}
.footer-16,
.cstm_ftr_16 {
  position: relative;
}
.footer-16:before,
.cstm_ftr_16 .footer-top:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  background-image: url(../images/wine-ftr_logo.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 195px;
  height: 149px;
  overflow: hidden;
}
.social-icons a .text {
  display: none !important;
}
.payment-option [data-appearance="contained"] {
  padding: 0 !important;
}
.payment-option svg {
  width: 26px;
  height: 26px;
}
/* Responsive Media Query */
@media (max-width: 1660px) {
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-next {
    right: -40px !important;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-prev {
    left: -40px !important;
  }
  .poco-home-page-style-8 .productsListing-section .swiper-button-next {
    right: -40px !important;
  }
  .poco-home-page-style-8 .productsListing-section .swiper-button-prev {
    left: -40px !important;
  }
  .poco-home-page-style-14 .container-fluid {
    margin: 0 20px;
  }
  .footer-14:after,
  .cstm_ftr_14:after {
    background-size: 100%;
    width: 202px;
    height: 333px;
    top: -140px;
  }
  .poco-home-page-style-15 .best_offers_bkr .row-full-width-inner:before {
    width: 109px;
    height: 112px;
  }
}
@media (max-width: 1540px) {
  .poco-home-page-style-17 .store-features.store-feature-style2 span {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .poco-home-page-style-17 .listpro-slider-col .productsListing-section .section-title.style2 .title {
    font-size: 22px;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 span {
    font-size: 15px;
    line-height: 1.2;
  }
  .brandlogoSliderLayer.style3 .logo_in .dtl {
    font-size: 14px;
  }
  .poco-home-page-style-15 .img_text_sec2:before {
    width: 105px;
    height: 202px;
  }
  .poco-home-page-style-15 .img_text_sec2:after {
    width: 205px;
    height: 181px;
  }
  .poco-home-page-style-15 .ctg_img_wdg_style14:after {
    width: 123px;
    height: 136px;
    background-size: contain;
  }
  .snd_img img {
    margin-right: 0;
  }
  .footer-14:before,
  .cstm_ftr_14:before {
    background-size: 100%;
    width: 126px;
    height: 73px;
  }
  .footer-14:after,
  .cstm_ftr_14:after {
    width: 162px;
    height: 273px;
    top: -100px;
  }
  .poco-home-page-style-14 .mage-ajaxpro-page:before {
    top: -40px;
    width: 140px;
    height: 102px;
    background-size: 100%;
  }
  .poco-home-page-style-14.cms-index-index .productsListing-section:after {
    left: -70px;
    width: 147px;
    height: 107px;
    background-size: 100%;
  }
  .poco-home-page-style-4 .products-grid .product-item .product-item-inner.style9 .action.tocart .text,
  .poco-home-page-style-4 .products-grid .product-item .product-item-inner.style9 .magebees_quickview .text,
  .poco-home-page-style-5 .products-grid .product-item .product-item-inner.style9 .action.tocart .text,
  .poco-home-page-style-5 .products-grid .product-item .product-item-inner.style9 .magebees_quickview .text,
  .poco-home-page-style-9 .products-grid .product-item .product-item-inner.style9 .action.tocart .text,
  .poco-home-page-style-9 .products-grid .product-item .product-item-inner.style9 .magebees_quickview .text {
    display: none;
  }
  .poco-home-page-style-9 .products-grid .product-item .product-item-inner.style9.action.tocart,
  .poco-home-page-style-9 .products-grid .product-item .product-item-inner.style9 .magebees_quickview {
    font-size: 11px !important;
  }
  .poco-home-page-style-12 .products-grid .hover-style9 .product-item .product-item-details {
    padding: 10px;
    text-align: center;
  }
  .poco-home-page-style-11 .maagebees-add {
    margin: 0 -20px;
  }
  .mageb-pattern34 .mageb-pattern-list:last-of-type .mageb-full-caption {
    right: 14%;
  }
  .poco-home-page-style-9 .mage-deal-slider .swiper-container {
    margin: 0 100px;
  }
  .poco-home-page-style-9 .mage-deal-slider .swiper-button-next {
    right: 20px !important;
  }
  .poco-home-page-style-9 .mage-deal-slider .swiper-button-prev {
    left: 20px !important;
  }
  .poco-home-page-style-8 .productsListing-section .swiper-button-next {
    right: 0 !important;
  }
  .poco-home-page-style-8 .productsListing-section .swiper-button-prev {
    left: 0 !important;
  }
  .sml_2-col_banner .sml_bnr_2col {
    padding: 50px 7%;
  }
  .poco-home-page-style-5 .store-feature-style2.store-features li {
    padding: 0 30px;
  }
  .page-layout-2columns-right .product-social-links .product-addto-links,
  .page-layout-2columns-left .product-social-links .product-addto-links {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .page-layout-2columns-right .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-left .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-right .product-social-links .product-addto-links .action.sizeguide,
  .page-layout-2columns-left .product-social-links .product-addto-links .action.sizeguide {
    flex: 0 0 45%;
    -wwbkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    margin-bottom: 0;
  }
  .page-layout-2columns-right .quickViewDetails .product-social-links .product-addto-links,
  .page-layout-2columns-left .quickViewDetails .product-social-links .product-addto-links {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .page-layout-2columns-right .quickViewDetails .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-left .quickViewDetails .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-right .quickViewDetails .product-social-links .product-addto-links .action.sizeguide,
  .page-layout-2columns-left .quickViewDetails .product-social-links .product-addto-links .action.sizeguide {
    flex: 0 0 45%;
    -wwbkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    margin-bottom: 0;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-next {
    right: -15px !important;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-prev {
    left: -15px !important;
  }
  .sale_discount_banner .ttl {
    font-size: 38px;
    margin: 0 0 0 12%;
  }
  .sale_discount_banner .btn {
    margin-left: 18%;
  }
  .sale_discount_banner p {
    font-size: 22px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details {
    padding: 45px;
  }
  .poco-home-page-style-12 .store-features.store-feature-style2 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1350px) {
  .poco-home-page-style-17 .listpro-slider-col .pagebuilder-column .productsListing-section {
    padding: 30px;
  }
  .catalog-product-view.page-layout-1column .product-info-main {
    padding-left: 80px;
  }
}
@media (max-width: 1201px) {
  .poco-home-page-style-18.catalog-category-view .column.main,
  .page-with-filter .column.main {
    margin-bottom: 0;
  }
  .poco-home-page-style-18 .pet-advrtise-ptn37 .container {
    position: relative;
    z-index: 1;
  }
  .poco-home-page-style-18 .season-sale-bnr h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .poco-home-page-style-18 .season-sale-bnr .sle-text {
    font-size: 20px;
  }
  .poco-home-page-style-18 .sale-bnr-wrp {
    background-size: cover !important;
    border-radius: 10px 10px 10px 10px;
    background-position: 30% 50% !important;
  }
  .poco-home-page-style-18 .marquee-section .marquee-item {
    padding: 70px 20px 0 20px;
  }
  .poco-home-page-style-18 .marquee-section .marquee-info {
    font-size: 20px;
  }
  .poco-home-page-style-18 .marquee-section .marquee-item:after {
    font-size: 35px;
    padding-left: 40px;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .hvr_dtl {
    background-color: transparent;
    margin-bottom: 10px;
  }
  .poco-home-page-style-17 .products-grid .product-item .timer-product,
  .poco-home-page-style-17 .products-list .product-item .timer-product {
    bottom: 10px;
  }
  .poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-name {
    padding: 0 10px;
  }
  .poco-home-page-style-17 .products-grid .hover-style12 .product-item .product-item-details {
    padding: 20px 0 0;
  }
  .poco-home-page-style-17 .products-grid .hover-style12 .product-item .action.tocart.primary,
  .poco-home-page-style-17 .products-grid .hover-style12 .product-item .hvr_dtl .stock.unavailable {
    padding: 15px 10px !important;
    margin-top: 10px;
  }
  .poco-home-page-style-17 .listpro-slider-col .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .poco-home-page-style-17 .listpro-slider-col .pagebuilder-column {
    width: 50% !important;
  }
  .poco-home-page-style-17 .listpro-slider-col .pagebuilder-column:last-of-type {
    padding-top: 30px;
  }
  .poco-home-page-style-16:not(.cms-index-index) .page-footer {
    margin-top: 100px !important;
  }
  .poco-home-page-style-16 .page-footer:before {
    top: -100px;
    width: 104px;
    height: 149px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .detail {
    padding: 30px 90px 30px 40px;
    margin: -50px 0 0 50px;
  }
  .poco-home-page-style-16 .mageTestimonials {
    padding-top: 120px !important;
  }
  .poco-home-page-style-16 .newsletter-section .content {
    max-width: 560px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page:before {
    width: 94px;
    height: 135px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page .section-title .sort-details {
    margin-bottom: 0;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page.product-tabs-grid .section-title {
    margin-bottom: 30px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
    font-size: 16px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item {
    margin-left: 10px;
  }
  .mmbr_bnr .cnt {
    padding: 0 5%;
  }
  .poco-home-page-style-16 .products-grid .hover-style13 .product-item-info {
    padding: 0;
  }
  .poco-home-page-style-16.cms-index-index .productsListing-section:before {
    top: -60px;
    width: 135px;
    height: 115px;
  }
  .poco-home-page-style-16.cms-index-index .productsListing-section:after {
    width: 88px;
    height: 127px;
  }
  .poco-home-page-style-16 .hdg_bg_text h1 {
    font-size: 105px;
  }
  .poco-home-page-style-16 .ctg_img_wdg_style14 {
    margin-top: -60px;
    padding-top: 120px !important;
  }
  .poco-home-page-style-16 .welcome-content .section-title .title {
    font-size: 28px !important;
  }
  .poco-home-page-style-16 .welcome-content .w-description {
    font-size: 22px;
    line-height: 33px;
  }
  .poco-home-page-style-16 .welcome-content .right {
    padding: 0 0 0 40px;
  }
  .footer-15 .footer-top:before,
  .cstm_ftr_15 .footer-top:before {
    width: 125px;
    height: 74px;
  }
  .footer-15 .footer-top:after,
  .cstm_ftr_15 .footer-top:after {
    width: 68px;
    height: 66px;
  }
  .poco-home-page-style-15 .mageTestimonials .magetmQuotes {
    font-size: 28px;
    line-height: 38px;
  }
  .poco-home-page-style-15 .tst_outer:after {
    width: 148px;
    height: 114px;
  }
  .poco-home-page-style-15 .tst_outer:before {
    width: 88px;
    height: 86px;
  }
  .mageb-pattern36 .mageb-pattern-list .button {
    padding: 10px 20px;
    font-size: 15px !important;
  }
  .poco-home-page-style-15 .best_offers_bkr .row-full-width-inner:before {
    top: -50px;
    width: 100px;
    height: 110px;
  }
  .poco-home-page-style-15 .best_offers_bkr .row-full-width-inner:after {
    width: 85px;
    height: 122px;
  }
  .bestofr_list .products-list .product-item .pro-hover {
    max-width: 100px;
  }
  .bestofr_list .products-list .product-image-wrapper .product-image-photo {
    height: 110px;
  }
  .poco-home-page-style-15 .img_text_sec2:before {
    width: 75px;
    height: 152px;
    top: -90px;
  }
  .poco-home-page-style-15 .img_text_sec2:after {
    width: 165px;
    height: 141px;
    top: -90px;
  }
  .np_hdg {
    font-size: 58px;
    line-height: 60px;
  }
  .custm_pro_tabs div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
    font-size: 35px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .poco-home-page-style-15 .img_text_sec:before {
    background-size: contain;
    width: 82px;
    height: 102px;
  }
  .custm_pro_tabs .row-full-width-inner:before {
    background-size: contain;
    width: 143px;
    height: 83px;
    top: -125px;
  }
  .img_text_sec .cnt {
    padding: 0 5%;
  }
  .img_text_sec .sub_hd {
    font-size: 20px;
  }
  .img_text_sec h1 {
    font-size: 40px;
  }
  .img_text_sec .cnt p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .cke_img1 {
    width: 130px;
  }
  .cke_img2 {
    width: 120px;
  }
  .cookie.style2 {
    max-width: 300px;
    right: 70px;
    bottom: 70px;
    padding: 25px;
  }
  .hme_blg_style_7 .post-date {
    font-size: 13px;
    padding: 8px 18px;
    bottom: 20px;
    left: 20px;
  }
  .hme_blg_style_7 .red_mr_link {
    font-size: 15px;
  }
  .hme_blg_style_7 .red_mr_link .st-icon {
    margin: 0 0 0 15px;
    width: 20px;
    height: 20px;
  }
  .footer-14:after,
  .cstm_ftr_14:after {
    width: 132px;
    height: 223px;
    top: -80px;
  }
  .footer-14:before,
  .cstm_ftr_14:before {
    top: 0;
  }
  .wlcm_text_gme h1 {
    font-size: 50px !important;
  }
  .wlcm_text_gme .h3 {
    font-size: 30px;
  }
  .poco-home-page-style-14 .productsListing-section:before {
    top: -47px;
    width: 200px;
    height: 83px;
    background-size: 100%;
  }
  .cnt_sec_gme .section-title .title {
    font-size: 45px !important;
  }
  .cnt_sec_gme strong {
    font-size: 30px;
  }
  .stc_pro_cnt_gme .h4 {
    font-size: 30px;
    line-height: 34px;
  }
  .cnt_sec_gme p br,
  .stc_pro_cnt_gme p br,
  .wlcm_text_gme p br {
    display: none;
  }
  .mb-post-listing .mb-post-gridview .items {
    margin: -40px -20px 0;
  }
  .mb-post-listing .mb-post-gridview .item {
    padding: 0 20px;
    margin-top: 40px;
  }
  .home-blog-post-style-6 .ovrl_dtl {
    padding: 20px;
  }
  .srv_box_guns [data-content-type="text"] br {
    display: none;
  }
  .srv_box_guns h3 {
    font-size: 28px;
  }
  .srv_box_guns [data-content-type="text"] {
    font-size: 16px;
    line-height: 28px;
  }
  .poco-home-page-style-13 .welcome-content .section-title .title {
    font-size: 60px !important;
  }
  .poco-home-page-style-13 .welcome-content .left .section-title .sort-detail {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
  .poco-home-page-style-13 .welcome-content .left .read-more-btn {
    margin: 0;
  }
  .poco-home-page-style-13 .welcome-content .content_section {
    padding: 10px 10px 10px 20px;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 {
    margin-bottom: 30px;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4 a,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 a {
    font-size: 35px !important;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .sort-text,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .sort-text {
    font-size: 16px !important;
  }
  .poco-home-page-style-13 .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
    font-size: 18px;
  }
  .poco-home-page-style-13 .mage-ajaxpro-page .sidebar-shopby .block-content .item {
    margin: 0 15px;
  }
  .account.page-layout-2columns-left .column.main {
    order: 1;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main {
    order: 0;
  }
  .mage-deal-slider.style2 {
    background-size: contain !important;
  }
  .mage-deal-slider.style2 .ttl {
    font-size: 50px;
    line-height: 60px;
  }
  .mage-deal-slider.style2 .deal_dtls {
    font-size: 20px;
  }
  .mage-deal-slider.style2 .timer-product {
    margin: 35px 0;
  }
  .poco-home-page-style-12 .newsletter-section .container {
    flex-direction: column;
  }
  .poco-home-page-style-12 .newsletter-section .section-title {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px !important;
  }
  .poco-home-page-style-12 .newsletter-section .section-title .sort-detail,
  .poco-home-page-style-12 .newsletter-section .section-title .title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .poco-home-page-style-12 .newsletter-section .section-title .sort-detail,
  .poco-home-page-style-12 .newsletter-section .section-title p.sort-detail {
    font-size: 18px;
  }
  .vt_home_pro_ftr .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .vt_home_pro_ftr .pagebuilder-column {
    flex-basis: 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    padding: 0 10px;
  }
  .vt_home_pro_ftr .pagebuilder-column:nth-of-type(1),
  .vt_home_pro_ftr .pagebuilder-column:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .vt_home_pro_ftr .pagebuilder-column p br {
    display: none;
  }
  .poco-home-page-style-12 .store-features.store-feature-style2 {
    padding: 50px 0;
  }
  .mb-post-viewpage .mb-featured-thumb {
    margin-bottom: 30px !important;
  }
  .poco-home-page-style-11 .productsListing-section .section-title .view-more {
    margin-top: 10px;
  }
  .poco-home-page-style-11 .newsletter-section .section-title {
    margin-bottom: 15px !important;
  }
  .poco-home-page-style-11 .newsletter-section .container {
    padding: 0;
  }
  .mageTestimonials.style3 .swiper-slide,
  .mageTestimonials.style4 .swiper-slide {
    max-width: 510px;
  }
  .mageTestimonials.style3:after {
    font-size: 110px;
    bottom: 10px;
  }
  .mageTestimonials.style3 {
    padding-bottom: 90px !important;
  }
  .mageb-pattern34 .h4 {
    margin-bottom: 25px;
  }
  .mageb-pattern34 .h4 a {
    font-size: 27px !important;
  }
  .mageb-pattern34 .mageb-pattern-list:first-of-type .mageb-full-caption {
    left: 14%;
  }
  .mageb-pattern34 .mageb-pattern-list {
    padding: 0 20px;
  }
  .poco-home-page-style-11 .maagebees-add {
    margin: 0 -20px;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby {
    margin-bottom: 0;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .block-content {
    padding: 0 !important;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby {
    padding-right: 0;
  }
  .product-tabs-slider .sidebar-shopby,
  .product-tabs-grid .sidebar-shopby {
    flex-direction: column;
  }
  .mage-ajaxpro-page .section-title {
    align-items: center;
  }
  .mage-ajaxpro-page .section-title .sort-details {
    margin-bottom: 30px;
  }
  .mage-ajaxpro-page .sidebar-shopby .block-content ol {
    justify-content: center;
  }
  .product-tabs-slider .sidebar-shopby .block-title,
  .product-tabs-grid .sidebar-shopby .block-title {
    margin-bottom: 20px;
  }
  .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
    padding: 10px 15px;
    line-height: normal;
  }
  .mage-ajaxpro-page .sidebar-shopby .block-content,
  .product-tabs-grid .sidebar-shopby .block-content {
    width: 100%;
    margin-top: 20px;
  }
  .home-blog-post-style-4 .swiper-button-next,
  .home-blog-post-style-4 .swiper-button-prev {
    margin-top: -40px;
  }
  .poco-home-page-style-10 .store-feature-style2 .detail span,
  .poco-home-page-style-12 .store-feature-style2 .detail span {
    font-size: 14px;
  }
  .poco-home-page-style-10 .store-feature-style2 .ttl,
  .poco-home-page-style-12 .store-feature-style2 .ttl {
    font-size: 16px;
    line-height: 23px;
  }
  .home-blog-post-style-4 .item .post-image img {
    width: 100% !important;
  }
  .blogNwslSection .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .gift_bnr h3 {
    font-size: 18px;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-items .product-image-container,
  .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-items .product-image-container,
  .poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-items .product-image-container,
  .poco-themes.page-layout-3columns .sidebar .productsListing-section .products-list .product-items .product-image-container {
    width: 85px !important;
  }
  .poco-themes.page-layout-3columns .sidebar .product-items .product-item-photo .product-image-container {
    width: 70px !important;
  }
  .page-layout-3columns .sidebar .product-items .product-item-details {
    padding-left: 85px;
  }
  .poco-home-page-style-8 .store-features.store-feature-style2 li {
    padding: 5px;
  }
  .poco-home-page-style-8 .store-feature-style2 .icon-item b {
    font-size: 18px;
    margin: 0;
  }
  .poco-home-page-style-8 .store-feature-style2 .icon-item span {
    font-size: 15px;
  }
  .poco-home-page-style-8 .store-feature-style2 .icon-item .icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    line-height: 57px;
    margin-right: 20px;
  }
  .poco-home-page-style-8 .store-feature-style2 .icon-item svg {
    width: 20px;
    height: 20px;
    margin-top: -4px;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column-group {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    justify-content: flex-start !important;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column:first-of-type {
    padding-right: 20px;
    order: 1;
    width: 50% !important;
    flex: 0 0 auto;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column:last-of-type {
    padding-left: 20px;
    order: 2;
    width: 50% !important;
    flex: 0 0 auto;
  }
  .poco-home-page-style-8 .home-blog-post-style-1 .item .post-image {
    margin: 0 auto;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column:first-of-type .sections-spacing,
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column:last-of-type .sections-spacing {
    padding-bottom: 0 !important;
  }
  .poco-home-page-style-8 .newsletter-section .form.subscribe {
    max-width: 480px;
  }
  .poco-home-page-style-8 .prodlist .swiper-button-next,
  .poco-home-page-style-8 .prodlist .swiper-button-prev {
    opacity: 1;
    visibility: visible;
  }
  .poco-home-page-style-8 .productsListing-section .swiper-button-next {
    right: 5px !important;
  }
  .poco-home-page-style-8 .productsListing-section .swiper-button-prev {
    left: 5px !important;
  }
  .poco-home-page-style-8 .swiper-button-next,
  .poco-home-page-style-8 .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    margin: 0;
  }
  .page-products.page-layout-3columns .products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .poco-home-page-style-7 .newsletter-section .section-title,
  .poco-home-page-style-7 .newsletter-section .section-title .title {
    font-size: 36px !important;
  }
  .poco-home-page-style-6 .magetmQuotes {
    font-size: 20px;
    line-height: 36px;
  }
  .poco-home-page-style-6 .welcome-content .content_section {
    padding-right: 0;
    padding-left: 8%;
  }
  .poco-home-page-style-6 .welcome-content h1 {
    font-size: 30px;
  }
  .poco-home-page-style-6 .welcome-content .content_section li {
    margin-bottom: 10px;
  }
  .poco-home-page-style-6 .welcome-content .content_section li span {
    font-size: 16px;
    line-height: 49px;
    width: 49px;
    height: 49px;
  }
  .poco-home-page-style-6 .welcome-content .content_section ul {
    font-size: 18px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details h2 {
    font-size: 22px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details h2 br {
    display: none;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details {
    padding: 35px;
  }
  /* Footers */
  .footer-col .ltr ul,
  .footer-links .ltr ul {
    margin-bottom: 30px;
  }
  .page-footer .footer-links .menuTitle {
    position: relative;
    cursor: pointer;
    margin: 15px 0;
  }
  .page-footer .footer-links .menuTitle:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 5px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    vertical-align: middle;
    height: 9px;
    width: 9px;
    transform: rotate(135deg);
  }
  .page-footer .footer-links .menuTitle.active:after {
    transform: rotate(315deg);
    top: 9px;
  }
  .page-footer .footer-links ul {
    display: none;
  }
  .footer-about-col,
  .footer-col {
    width: 100% !important;
    padding-right: 0 !important;
  }
  /* End Footers */
  .sml_2-col_banner .sml_bnr_2col {
    padding: 40px;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
  }
  .sml_2-col_banner .sml_bnr_2col h2 {
    font-size: 35px;
  }
  .sml_2-col_banner .sml_bnr_2col p {
    font-size: 16px;
  }
  .sml_2-col_banner .sml_bnr_2col .action {
    font-size: 14px !important;
    padding: 15px 20px 15px !important;
  }
  .sml_2-col_banner .sml_bnr_2col .right {
    margin-top: 30px;
  }
  .poco-home-page-style-5 .home-blog-post .view-more {
    margin-top: 70px;
  }
  .poco-home-page-style-5 .store-feature-style2.store-features li {
    padding: 0 20px;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header {
    margin: 0 20px !important;
  }
  .poco_text_banner h1 {
    font-size: 60px;
  }
  .poco_text_banner .details {
    right: 5%;
  }
  .poco_text_banner a.action {
    padding: 13px 20px !important;
  }
  .poco_textCnt_banner h2 {
    font-size: 25px;
  }
  .poco_textCnt_banner a {
    font-size: 20px;
  }
  .poco-themes .finderProducts button {
    padding: 15px 50px !important;
    flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
  }
  .poco-themes .finderDropdowns select {
    padding: 0 30px;
    font-size: 20px;
  }
  .poco-themes .finderDropdowns {
    flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
  }
  .poco-home-page-style-5 .finderDropdowns li:last-of-type select {
    border-right: 0 !important;
  }
  .ourFindStore .our-store-list-in {
    padding: 30px;
  }
  .ourFindStore .our-store-details {
    font-size: 17px;
    line-height: 30px;
  }
  .ourFindStore .our-store-list .button--link {
    font-size: 17px;
  }
  .sale_discount_banner p {
    margin-right: 30px;
  }
  .sale_discount_banner .btn {
    font-size: 20px !important;
  }
  .advertisement-block .mageb-pattern30 .mageb-caption.v-top .mageb-full-caption {
    padding: 25px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 a,
  .advertisement-block .mageb-pattern30 .mageb-caption.v-top .mageb-full-caption .h4 a {
    font-size: 20px !important;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .button {
    font-size: 12px !important;
    padding: 10px 20px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 {
    line-height: 1.1;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption {
    padding: 5%;
  }
  .advertisement-block .mageb-pattern30 .mageb-caption.v-top .button {
    font-size: 11px !important;
    padding: 7px 15px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .button {
    margin-top: 0;
  }
  .poco-home-page-style-4 .p_list_section .productsListing-section {
    padding: 20px;
  }
  .poco-home-page-style-4 .newsletter-section .section-title,
  .poco-home-page-style-4 .newsletter-section .section-title .title {
    text-align: left;
  }
  div[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title {
    font-size: 25px !important;
    padding: 0 2rem !important;
  }
  .poco-home-page-style-3 .productsListing-section .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .poco-home-page-style-3.cms-index-index .productsListing-section {
    padding: 0;
  }
  .poco-home-page-style-3 .newsletter-section .container {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .poco-home-page-style-3 .newsletter-section .section-title {
    margin-bottom: 20px !important;
  }
  .poco-home-page-style-3 .newsletter-section .content {
    padding-left: 0;
    max-width: 100%;
  }
  .poco-home-page-style-3 .swiper-button-next,
  .poco-home-page-style-3 .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-next {
    right: 0px !important;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-prev {
    left: 0px !important;
  }
  .contactInfo-static-block {
    padding: 60px;
  }
  .contactInfo-static-block .col p br {
    display: none;
  }
  .contactInfo-static-block .col.img-col {
    -webkit-flex: 0 0 380px !important;
    flex: 0 0 380px !important;
    -ms-flex: 0 0 380px !important;
  }
  .contactInfo-static-block .col .img {
    top: -133px;
  }
  .products-list .product-item,
  .block.widget.block-products-list .widget-product-grid .product-item {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .poco-home-page-style-17 .productsListing-section .products-list .product-item {
    margin-bottom: 0;
    padding-top: 0;
  }
  .products-list .product-item .product-item-details,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-details {
    padding-left: 40px;
  }
  .products-grid .product-items-4.product-items .product-item {
    width: 31.25%;
    margin-right: 3%;
    margin-left: 0;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: left;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
    margin-right: 3%;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 0;
  }
  .catalog-category-view .category-view .subcategory-grid img {
    width: 100%;
  }
  .catalog-category-view .column.main,
  .page-with-filter .column.main {
    margin-bottom: 40px;
  }
  .page-layout-2columns-left.blog-post-view .page-main .column.main,
  .page-layout-2columns-right.blog-post-view .page-main .column.main {
    margin-bottom: 40px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right.blog-post-view .page-main .sidebar,
  .page-layout-2columns-left.blog-post-view .page-main .sidebar {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .magnifier-preview,
  .magnifier-preview.magnify-hidden,
  .magnify-lens.magnify-hidden,
  .magnify-lens {
    display: none !important;
    pointer-events: none !important;
  }
  .page-layout-2columns-left .column.main,
  .page-layout-2columns-right .column.main {
    padding-right: 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
  }
  .page-layout-2columns-left .sidebar,
  .page-layout-2columns-right .sidebar {
    padding-right: 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
  }
  .page-layout-2columns-left .quickViewDetails .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-right .quickViewDetails .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-left .quickViewDetails .product-social-links .product-addto-links .action.sizeguide,
  .page-layout-2columns-right .quickViewDetails .product-social-links .product-addto-links .action.sizeguide {
    flex: 0 0 100%;
    -wwbkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin-bottom: 15px;
  }
  .quickViewDetails .product-info-main {
    padding-top: 0 !important;
  }
  .product.info.detailed #reviews .review-list .review-item .rating-summary {
    width: 49%;
    margin-bottom: 1%;
  }
  .checkout-index-index .nav-toggle {
    display: block !important;
  }
  .mageb-osc .magebees-discount-code-wrapper {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .mageb-osc .magebees-discount-code-wrapper.discount-code {
    padding-right: 0 !important;
  }
  .contact-info-features .flex-1 {
    padding: 0 20px;
  }
  .accordian-content {
    padding: 40px 60px;
  }
  .poco-home-page-style-2 .products-offer-block ul li {
    font-size: 16px;
  }
  .poco-home-page-style-2 .products-offer-block ul li img {
    max-width: 35px;
  }
  .product-info-main .product-social-links {
    clear: both;
  }
  .product-add-form .box-tocart:after,
  .product-add-form .box-tocart:before {
    content: '';
    clear: both;
    display: block;
  }
  .product-add-form .box-tocart .actions,
  .product-add-form .update .actions {
    display: table-cell;
  }
  .product.media .store-feature li {
    width: 100%;
  }
  .mageb-patn-inner .mageb-caption.v-middle .mageb-full-caption {
    top: 50%;
  }
  .product.info.detailed .product.data.items > .item.content {
    margin-top: 41px;
  }
  .product.info.detailed .product.data.items > .item.title .switch {
    padding: 10px 0;
    margin: 0 8px;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby {
    width: 100% !important;
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .sort-detail {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .block-content ol li {
    display: inline-block !important;
  }
  .mage-ajaxpro-page.left-sidebar .category-product-filter {
    width: 100% !important;
  }
  .poco-home-page-style-1 .products-grid .product-item .actions-primary {
    float: none !important;
  }
  .catalog-product-view.page-layout-1column .product.media .store-feature.store-feature-style4 {
    padding: 30px 0 !important;
  }
  .catalog-product-view.page-layout-1column .product.media .store-feature.store-feature-style4 li {
    width: 33.3%;
  }
  .gallery-thumb-section {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
  .testimonial-outer .mageTestimonials .button-set {
    margin-bottom: 0 !important;
  }
  .fotorama__stage__frame .fotorama__img {
    width: auto;
  }
  .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .fotorama__arr {
    display: block !important;
  }
  .table-wrapper.comparison {
    max-width: 880px;
    overflow-x: scroll;
  }
  .table-wrapper.comparison .cell {
    padding: 10px;
    min-width: 250px;
    width: inherit;
  }
  .table-comparison {
    table-layout: inherit;
  }
  .boxed-layout-poco .main-nav .nav-sections {
    display: none;
  }
  .side-menu .closebtn {
    display: none;
  }
  .side-menu .nav-sections .switcher-trigger strong {
    padding-left: 30px;
    background-position: 6px center;
  }
  .side-menu .nav-sections .switcher-trigger strong:after {
    display: none;
  }
  .side-menu .nav-sections .switcher-trigger:after {
    right: 0;
    top: 0;
    font-size: 11px;
  }
  .side-menu .nav-sections .switcher-trigger.active:after {
    font-size: 11px;
  }
  /* Parallax Section -------------------------------------------- */
  .parallax-section .parallax-img-left,
  .parallax-section .parallax-img-right {
    display: none;
  }
  .parallax-section .half-col {
    width: 100% !important;
  }
  .parallax-section .section-title .title {
    margin-top: 0;
  }
  .parallax-section .half-col {
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .parallax-section .parallax-product {
    background-color: rgba(255, 255, 255, 0.71);
    padding: 20px;
    margin: 0 20px;
  }
  .parallax-section .parallax-text-center {
    margin: 20px;
  }
  /* End Parallax Section ---------------------------------------- */
  /* Products Listing Style -------------------------------------- */
  .products-grid .product-item {
    margin-bottom: 20px;
  }
  .products-grid .product-item:hover .timer-product {
    display: flex;
  }
  .products-grid .product-item .timer-product {
    bottom: 0;
  }
  .products-grid .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary {
    padding: 0 30px !important;
    width: 100% !important;
  }
  .loading-btn button,
  .loading-btn .cart.table-wrapper .actions-toolbar > .action,
  .loading-btn .action-gift {
    padding: 10px 20px !important;
  }
  /* End Products Listing Style -------------------------------------- */
  /* Poco Home Style ----------------------------------------------- */
  .poco-themes .page-header .switcher#switcher-currency,
  .poco-themes .nav-sections .switcher#switcher-currency {
    display: none;
  }
  .poco-themes .page-header .switcher .options ul.dropdown {
    position: static;
    min-width: inherit;
    width: 100%;
    background: none;
    padding: 0;
    margin: 0;
  }
  .poco-themes .nav-sections .switcher.switcher-language .view-default {
    background-color: inherit;
  }
  .poco-themes .nav-sections .switcher.switcher-currency .switcher-trigger strong {
    background-color: inherit;
    cursor: pointer;
    display: block;
  }
  .poco-themes .nav-sections .switcher .label {
    display: none;
  }
  .poco-themes .page-header .switcher .options ul.dropdown,
  .poco-themes .page-header .switcher .options ul.dropdown {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .poco-themes .page-header .switcher .options ul.dropdown:before,
  .poco-themes .page-header .switcher .options ul.dropdown:before {
    display: none;
  }
  .poco-themes .nav-sections .switcher.switcher-currency .switcher-options.active .switcher-dropdown {
    width: 100%;
    padding: 0;
  }
  .poco-themes .vertical-thumb-slider .fotorama-inner .fotorama__stage__frame.fotorama_vertical_ratio {
    border-color: transparent !important;
  }
  .poco-themes.page-layout-1column .poco-themes.page-layout-2columns-left .product.media,
  .poco-themes.page-layout-2columns-right .product.media,
  .poco-themes.page-layout-3columns .product.media,
  .poco-themes.page-layout-1column .poco-themes.page-layout-2columns-left .product-info-main,
  .poco-themes.page-layout-2columns-right .product-info-main,
  .poco-themes.page-layout-3columns .product-info-main {
    width: 100%;
  }
  .page-layout-1column.catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    /* 5 Products Grid Row */
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item {
    width: 31.5%;
    margin-right: 2.56410256%;
    margin-left: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(4n):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(4n):not(div) {
    margin-right: 2.56410256%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item {
    width: 22.6%;
    margin-right: 3%;
    margin-left: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(5n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(5n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(5n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(4n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-list .product-items .product-item,
  .catalogsearch-result-index .column.main .products-list .product-items .product-item {
    width: 100%;
    margin-right: 0 !important;
  }
  .cart.main.actions .action.clear {
    margin-bottom: 10px;
  }
  .cart.table-wrapper .col.qty {
    min-width: 130px;
  }
  /* Product Detail page ------------------------------------------- */
  .page-layout-2columns-right.catalog-product-view .product.info.detailed #reviews .review-list .review-item .rating-summary,
  .page-layout-2columns-left.catalog-product-view .product.info.detailed #reviews .review-list .review-item .rating-summary {
    width: 100%;
    margin-right: 0 !important;
  }
  .product.media {
    margin-bottom: 0;
  }
  .product.media .store-feature li {
    width: 50%;
  }
  .product.media .store-feature.store-feature-style4 {
    padding-bottom: 0;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media,
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 100% !important;
    float: left !important;
  }
  .catalog-product-view.page-layout-2columns-left .column.main,
  .catalog-product-view.page-layout-2columns-right .column.main,
  .catalog-product-view.page-layout-3columns .column.main {
    display: flex;
    display: -webkit-flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  .catalog-product-view.page-layout-2columns-left .product.media,
  .catalog-product-view.page-layout-2columns-right .product.media,
  .catalog-product-view.page-layout-3columns .product.media,
  .catalog-product-view.page-layout-2columns-left .product-info-main,
  .catalog-product-view.page-layout-2columns-right .product-info-main,
  .catalog-product-view.page-layout-3columns .product-info-main {
    width: 100%;
    padding-left: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .catalog-product-view.page-layout-2columns-left .product.media,
  .catalog-product-view.page-layout-2columns-right .product.media,
  .catalog-product-view.page-layout-3columns .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  /* 1 Column style */
  .catalog-product-view.page-layout-1column .column.main {
    display: flex;
    display: -webkit-flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  .catalog-product-view.page-layout-1column .product.media,
  .catalog-product-view.page-layout-1column .product-info-main {
    width: 100%;
    padding-left: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .catalog-product-view.page-layout-1column .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .bundle-options-container .block-bundle-summary .legend.title,
  .bundle-options-container .block-bundle-summary > .title > strong {
    font-size: 2.4rem;
  }
  .bundle-options-container .block-bundle-summary .product-image-container {
    width: 70px !important;
  }
  .bundle-options-container .block-bundle-summary .product-details {
    padding-left: 80px;
  }
  .page-layout-1column .fotorama__stage__frame.fotorama_vertical_ratio {
    width: 100% !important;
  }
  .product.media .prodLabel > div {
    background-size: auto !important;
  }
  .product-info-main {
    padding-top: 30px;
  }
  .prev-next-products {
    display: none !important;
  }
  /* End Product Detail page -------------------------------------- */
  /* ------------------------------------------------------------
   		Cart Page Common  -----------------------------------------
	   ------------------------------------------------------------ */
  .cart-container .cart-summary {
    width: 30%;
    top: 0 !important;
  }
  .checkout-cart-index .abs-shopping-cart-items-desktop,
  .checkout-cart-index .block-cart-failed,
  .checkout-cart-index .cart-container .form-cart,
  .checkout-cart-index .cart-container .cart-gift-item {
    width: 67%;
  }
  /* ------------------------------------------------------------
   		End Cart Page Common  -------------------------------------
	  ------------------------------------------------------------- */
  .quickViewDetails .quickview-product-name h3 {
    font-size: 30px !important;
  }
  .quickViewDetails.modal-popup .box-tocart .field.qty {
    margin-bottom: 10px !important;
  }
  .quickViewDetails .product.info.detailed .product.data.items > .item.title .switch {
    margin: 0 6px;
    font-size: 15px;
    padding: 10px 0;
  }
  .quickViewDetails .product.info.detailed.accordion .product.data.items > .item.title .switch {
    margin: 0;
  }
  .quickViewDetails .product.info.detailed #reviews .block.review-add,
  .quickViewDetails #quickview-product-review-container {
    width: 100%;
    margin-right: 0;
  }
  .login-container .block .actions-toolbar .secondary {
    float: left;
    clear: left;
    margin-top: 10px;
    padding-left: 0;
  }
  /* ------------------------------------------------------------
	   404 Error Page  --------------------------------------------
	--------------------------------------------------------------- */
  .error-img {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .error-detail {
    display: block;
    padding-left: 0;
    width: 100%;
  }
  /* ------------------------------------------------------------
	   End 404 Error Page  ----------------------------------------
	--------------------------------------------------------------- */
  .aboutus-page .grid-services .item {
    width: 50%;
  }
  .aboutus-page .grid-services .item:nth-child(3n+1) {
    clear: none;
  }
  .aboutus-page .grid-services .item:nth-child(2n+1) {
    clear: both;
  }
  .account .page.messages {
    margin: 0;
  }
  .account .columns {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .account .columns .column.main {
    margin-bottom: 40px;
  }
  .account .columns .sidebar .sidebar-main {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .account .block-collapsible-nav .content {
    margin-bottom: 0 !important;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .mageb-full-caption .h4 a,
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .mageb-full-caption .h4 a {
    font-size: 40px !important;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list .mageb-full-caption .h4 a {
    font-size: 20px !important;
  }
  .mageb-patterns.mageb-pattern33 .mageb-caption .sort-text {
    margin-bottom: 10px;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .mageb-full-caption,
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .mageb-full-caption {
    padding: 30px 40px;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .button,
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .button {
    width: 45px;
    height: 45px;
    line-height: 38px;
  }
  .mageb-patterns.mageb-pattern33 {
    margin: 0 -10px !important;
  }
  .mageb-patterns.mageb-pattern33 li {
    padding: 0 10px;
  }
}
@media (max-width: 999px) {
  .mageb-pattern37 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mageb-pattern37 li {
    width: 48.9%;
    margin-right: 2.06896552%;
  }
  .mageb-pattern37 li:nth-of-type(2) {
    margin-right: 0;
  }
  .mageb-pattern37 li:last-of-type {
    margin-top: 2.06896552%;
  }
  .poco-home-page-style-18 .testimonial-outer:after {
    background-size: 90px;
    bottom: -34px;
    width: 90px;
    height: 61px;
  }
  .poco-home-page-style-18 .pet-advrtise-ptn37:after {
    width: 104px;
    height: 95px;
    background-size: 100%;
  }
  .poco-home-page-style-18 .pet-advrtise-ptn37:before {
    background-size: 100%;
    width: 117px;
    height: 57px;
  }
  .poco-home-page-style-18 .pro-tabs-section .tabs-navigation li.tab-header a.tab-title {
    font-size: 16px !important;
    padding: 12px 20px !important;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 .icon-item b {
    font-size: 15px;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 li {
    flex: 0 0 33% !important;
    -webkit-flex: 0 0 33% !important;
    -ms-flex: 0 0 33% !important;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 li:nth-of-type(4),
  .poco-home-page-style-17 .store-features.store-feature-style2 li:nth-of-type(5) {
    margin-top: 20px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .mb-post-excerpt {
    font-size: 20px;
    line-height: 30px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .detail h3 a {
    font-size: 22px;
  }
  .poco-home-page-style-16 .mageTestimonials .magetmQuotes {
    font-size: 20px;
  }
  .poco-home-page-style-16 .newsletter-section .container {
    flex-direction: column;
  }
  .poco-home-page-style-16 .newsletter-section .section-title {
    padding: 0 0 20px;
    text-align: center;
  }
  .poco-home-page-style-16 .newsletter-section .section-title .title {
    text-align: center;
  }
  .poco-home-page-style-16 .newsletter-section .content {
    max-width: 95%;
  }
  .poco-home-page-style-16 .welcome-content .image_section,
  .poco-home-page-style-16 .welcome-content .right {
    width: 100%;
  }
  .poco-home-page-style-16 .welcome-content .right {
    padding: 20px 0 0;
  }
  .mageb-pattern36 img {
    height: 294px;
    object-fit: cover;
  }
  .bestofr_list .items {
    grid-template-columns: auto auto;
  }
  .bestofr_list .products-list .product-item {
    margin-top: 20px;
  }
  .bestofr_list .items {
    grid-column-gap: 20px;
  }
  .np_hdg {
    font-size: 50px;
    line-height: 55px;
  }
  .poco-home-page-style-15 .products-grid .hover-style12 .product-item .detail-left {
    padding: 0 10px;
  }
  .poco-home-page-style-15 .products-grid .hover-style12 .product-item .product-name a,
  .poco-home-page-style-15 .products-grid .hover-style12 .product-item .product-item-name a {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
  .poco-home-page-style-15 .products-grid .product-item .product-item-shortdesc {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  .poco-home-page-style-15 .products-grid .hover-style12 .product-item .price-box {
    margin-bottom: 10px;
  }
  .poco-home-page-style-15 .products-grid .hover-style12 .product-item .price-box .price {
    font-size: 16px !important;
  }
  .img_text_sec .phn {
    margin: 0 0 20px;
  }
  .img_text_sec .btn_set {
    flex-direction: column-reverse;
    align-items: start;
  }
  .wlcm_text_gme .pagebuilder-column-line {
    flex-direction: column;
  }
  .wlcm_text_gme .pagebuilder-column-line > .pagebuilder-column {
    width: 100% !important;
  }
  .top_btm_anm {
    background-size: 40% !important;
    background-position: top center !important;
  }
  .wlcm_text_gme .btn_sets {
    margin-top: 40px;
  }
  .bg_anm_rnd {
    padding-bottom: 20px;
  }
  .stc_pro_cnt_gme .h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .stc_pro_cnt_gme .pagebuilder-column:nth-of-type(2n) {
    padding-right: 20px;
  }
  .poco-home-page-style-14 .newsletter-section .container {
    flex-direction: column;
  }
  .poco-home-page-style-14 .newsletter-section .section-title {
    padding: 0;
    margin-bottom: 20px !important;
  }
  .poco-home-page-style-14 .newsletter-section .section-title .title {
    text-align: center;
  }
  .poco-home-page-style-14 .newsletter-section .section-title .sort-detail {
    text-align: center;
    font-size: 22px;
  }
  .poco-home-page-style-14 .newsletter-section .form.subscribe .action,
  .poco-home-page-style-14 .newsletter-section .form.subscribe input[type=email] {
    height: 60px;
  }
  .poco-home-page-style-14 .newsletter-section .form.subscribe input[type=email] {
    font-size: 17px;
  }
  .guns_srvc .pagebuilder-column-line {
    flex-direction: column;
  }
  .srv_box_guns {
    width: 100% !important;
    margin: 0 0 20px;
  }
  .guns_srvc .srv_box_guns:last-of-type {
    margin: 0;
  }
  .poco-home-page-style-13 .welcome-content .section-title {
    margin-bottom: 30px !important;
  }
  .poco-home-page-style-13 .welcome-content .section-title .title {
    font-size: 50px !important;
  }
  .poco-home-page-style-13 .welcome-content .content_section .read-more-btn .button {
    padding: 13px 25px !important;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 {
    margin-bottom: 20px;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4 a,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 a {
    font-size: 30px !important;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .sort-text,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .sort-text {
    margin-bottom: 10px;
  }
  .btn-radius-style .mageb-pattern35 .button,
  .btn-radius-style .mageb-pattern36 .button {
    padding: 10px 15px;
  }
  .btn-radius-style .mageb-pattern35 .button .b-text,
  .btn-radius-style .mageb-pattern36 .button .b-text {
    font-size: 12px !important;
  }
  .vt_home_pro_ftr .pagebuilder-column .mb-2 {
    margin-bottom: 10px !important;
  }
  .fs-22 {
    font-size: 20px !important;
  }
  .mage-deal-slider.style2 .f-item.dtls {
    padding: 40px 0 40px 30px;
  }
  .mage-deal-slider.style2 #timer-countbox .countdown-section {
    margin-right: 10px !important;
  }
  .poco-home-page-style-12 .p_catgry_link {
    font-size: 14px;
  }
  .sidebar .productsListing-section .section-title {
    align-items: start;
  }
  .mageTestimonials.style3 .swiper-slide,
  .mageTestimonials.style4 .swiper-slide {
    max-width: 480px;
  }
  .mageb-pattern34 .sort-text {
    font-size: 16px !important;
    margin-bottom: 5px;
  }
  .mageb-pattern34 .h4 {
    margin-bottom: 15px;
  }
  .mageb-pattern34 .h4 a {
    font-size: 24px !important;
  }
  .mageb-pattern34 .mageb-pattern-list:nth-of-type(2) .sort-text {
    font-size: 14px !important;
  }
  .mageb-pattern34 .mageb-pattern-list {
    padding: 0 15px;
  }
  .poco-home-page-style-11 .maagebees-add {
    margin: 0 -15px;
  }
  .mageb-pattern34 .mageb-pattern-list .button {
    font-size: 12px;
  }
  .mageb-pattern34 .mageb-pattern-list:first-of-type .mageb-full-caption {
    left: 40px;
  }
  .mageb-pattern34 .mageb-pattern-list:last-of-type .mageb-full-caption {
    right: 30px;
  }
  .mageb-pattern34 .mageb-pattern-list .button {
    padding: 8px 15px;
  }
  .mageb-pattern34 .mageb-effects img {
    height: 200px;
    object-fit: cover;
  }
  .jw-her-him-bnr .pagebuilder-column img {
    max-width: 80% !important;
  }
  .jw-stc-for-hh-cnt {
    width: 260px;
  }
  .jw-stc-for-hh-cnt .pagebuilder-banner-wrapper {
    background-size: cover !important;
    min-height: 220px !important;
  }
  .jw-stc-for-hh-cnt h2 {
    padding-top: 20%;
  }
  .jw-stc-for-hh-cnt h2 strong {
    font-size: 55px;
  }
  .poco-home-page-style-10 .store-feature-style2 .st-icon,
  .poco-home-page-style-12 .store-feature-style2 .st-icon {
    width: 32px;
    height: 32px;
  }
  .sidebar .product-items .product-item-actions .actions-primary,
  .sidebar .product-items .product-item-actions .actions-secondary {
    text-align: left;
  }
  .poco-home-page-style-9 .mage-deal-slider .container {
    flex-direction: column;
  }
  .poco-home-page-style-9 .mage-deal-slider .content,
  .poco-home-page-style-9 .mage-deal-slider .section-title {
    max-width: 100%;
  }
  .poco-home-page-style-9 .mage-deal-slider .section-title .img_bnr img,
  .poco-home-page-style-9 .mage-deal-slider .section-title .img_bnr {
    width: 100%;
  }
  .poco-home-page-style-9 .mage-deal-slider .section-title .img_bnr img {
    border-radius: 8px 8px 0 0;
  }
  .poco-home-page-style-9 .mage-deal-slider .content {
    border-radius: 0 0 8px 8px;
  }
  .poco-home-page-style-9 .mage-deal-slider .content:after {
    font-size: 215px;
  }
  .gift_bnr img {
    height: 88px;
    object-fit: cover;
    object-position: 85% 100%;
  }
  .offers_bnr {
    text-align: center;
  }
  .offers_bnr img {
    height: 108px;
    object-fit: cover;
    object-position: 85% 100%;
  }
  .offers_bnr .details {
    font-size: 15px;
    line-height: normal;
    width: 100%;
    padding: 0 20px;
    white-space: normal;
  }
  .page-products.page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-items-2 .product-item,
  .page-products.page-layout-3columns .products-grid .product-items-3 .product-item,
  .page-products.page-layout-3columns .products-grid .product-items-4 .product-item {
    width: 30.64% !important;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-of-type(2n) {
    margin-right: 4% !important;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .page-layout-3columns .columns {
    flex-direction: column;
  }
  .page-layout-3columns .column.main {
    order: 1;
    max-width: 100%;
    flex: 0 0 100%;
    width: 100% !important;
  }
  .poco-themes.page-layout-3columns .sidebar {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    order: 2;
  }
  .poco-themes.page-layout-3columns .sidebar .product-items .product-item-photo .product-image-container {
    margin: 0;
  }
  .poco-themes.page-layout-3columns .productsListing-section .products-list .product-item .pro-hover {
    max-width: 80px;
  }
  .poco-themes.page-layout-3columns .sidebar .product-items .product-item-actions .actions-primary {
    text-align: left;
  }
  .catalog-product-view.page-layout-3columns .sidebar.sidebar-additional .block:last-of-type {
    margin-bottom: 50px;
  }
  .poco-home-page-style-7 .mageTestimonials .swiper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .poco-home-page-style-7 .magetmQuotes {
    padding: 0 20px !important;
  }
  .poco-home-page-style-7 .proListShop .productsListing-section:before {
    height: 73px;
    width: 48px;
    background-size: 50px;
    top: -40px;
    right: 10%;
  }
  .poco-home-page-style-7 .proListShop_2 .productsListing-section:after {
    background-size: 70px;
    height: 90px;
    width: 72px;
    bottom: -30px;
    left: 5%;
  }
  .sale_discount_banner .ttl {
    font-size: 27px;
  }
  .sale_discount_banner p {
    font-size: 18px;
  }
  .sale_discount_banner .btn {
    margin-left: 10%;
    padding: 15px 20px !important;
  }
  .custom_banner_col .pagebuilder-column-group {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .custom_banner_col .pagebuilder-column:first-of-type {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .custom_banner_col .pagebuilder-column {
    width: 50% !important;
  }
  .poco_textCnt_banner img {
    height: 366px;
  }
  .ourFindStore .our-store-details {
    font-size: 16px;
  }
  .ourFindStore .our-store-list-in {
    padding: 20px;
  }
  .ourFindStore .our-store-address br {
    display: none;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title .title {
    margin-bottom: 20px;
  }
  .productsListing-section .products-list .product-item .product-item-inner {
    display: none;
  }
  .poco-home-page-style-4 .p_list_section .pagebuilder-column-group {
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
  }
  .poco-home-page-style-4 .p_list_section .pagebuilder-column-line {
    flex-direction: column;
  }
  .poco-home-page-style-4 .p_list_section .pagebuilder-column {
    width: 100% !important;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .poco-home-page-style-4 .p_list_section .pagebuilder-column:nth-of-type(2) {
    margin-right: 0;
  }
  .poco-home-page-style-4 .p_list_section .pagebuilder-column:last-of-type {
    margin-bottom: 0;
  }
  .p_list_section .section-title .title {
    font-size: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-next {
    right: -10px !important;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-prev {
    left: -10px !important;
  }
  .poco-home-page-style-3 .swiper-button-next,
  .poco-home-page-style-3 .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    margin-top: -18px !important;
  }
  .poco-home-page-style-3 .swiper-button-next:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>') !important;
  }
  .poco-home-page-style-3 .swiper-button-prev:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>') !important;
  }
  .advertisement-block .mageb-pattern31 .mageb-pattern-list:nth-of-type(2) .mageb-caption.v-top .mageb-full-caption {
    right: 0;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 {
    line-height: 1;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 a {
    font-size: 16px !important;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .button {
    font-size: 11px !important;
    padding: 7px 15px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption {
    padding: 3%;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .contact-info .flex-1 {
    flex: 1 0 50% !important;
    -webkit-flex: 1 0 50% !important;
    -ms-flex: 1 0 50% !important;
  }
  .form-image-section {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .form-image-section .flex-1 {
    width: 100%;
    -webkit-flex: 1 0 100% !important;
    flex: 1 0 100% !important;
    -ms-flex: 1 0 100% !important;
  }
  .contact-form-default form {
    max-width: 100%;
  }
  .form-image-section img {
    width: 100%;
  }
  .mageb-osc .actions-toolbar-trigger,
  .mageb-osc .mbOpc-terms {
    width: 100% !important;
  }
  .mageb-osc .actions-toolbar-trigger {
    margin-top: 20px;
  }
  .page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item {
    width: 31%;
  }
  .page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item:nth-child(4n) {
    margin-right: 3%;
  }
  .page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide) {
    width: 32%;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(4n+1) {
    clear: none;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(3n+1) {
    clear: left;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(4n) {
    margin-right: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(3n) {
    margin-right: 0;
  }
  .contactInfo-static-block .col p {
    font-size: 18px;
    line-height: 30px;
  }
  .contactInfo-static-block .col h2 {
    font-size: 32px;
    margin: 0 0 20px;
  }
  .contactInfo-static-block .col a {
    font-size: 15px;
  }
  .contactInfo-static-block .col i {
    margin-right: 5px;
  }
  .contactInfo-static-block {
    padding: 60px 30px;
  }
  .contactInfo-static-block .col.img-col {
    flex: 0 0 340px !important;
    -webkit-flex: 0 0 340px !important;
    -ms-flex: 0 0 340px !important;
  }
  .cms-poco-themes-style-1.cms-index-index .page-footer {
    margin-top: 0 !important;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .mageb-full-caption .h4 a,
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .mageb-full-caption .h4 a {
    font-size: 30px !important;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list .mageb-full-caption .h4 a {
    font-size: 18px !important;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .mageb-full-caption,
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .mageb-full-caption {
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  .mageb-pattern37 .mageb-full-caption .h4 a {
    font-size: 26px !important;
    letter-spacing: -0.5px;
  }
  .mageb-pattern37 li:nth-of-type(2) .mageb-full-caption .h4 a {
    font-size: 20px !important;
  }
  .mageb-pattern37 .mageb-caption.v-top .mageb-full-caption {
    top: 20px;
  }
  .mageTestimonials.style4 .qte_dtls {
    padding: 30px !important;
  }
  .poco-home-page-style-18 .season-sale-bnr {
    padding: 10px 40px;
  }
  .poco-home-page-style-18 .season-sale-bnr .sle-text {
    padding: 0;
    margin: 10px 0;
    border: 0 !important;
  }
  .poco-home-page-style-18 .season-sale-bnr .d_fl {
    flex-direction: column;
    align-items: end !important;
    -webkit-align-items: end !important;
    -ms-align-items: end !important;
    padding: 30px 0;
  }
  .poco-home-page-style-18 .sale-bnr-wrp {
    background-position: 13% 50% !important;
  }
  .poco-home-page-style-18 .season-sale-bnr .sle-text br,
  .poco-home-page-style-18 .season-sale-bnr h1 br {
    display: none;
  }
  .poco-home-page-style-18 .testimonial-outer {
    margin-top: -90px;
  }
  .poco-home-page-style-18 .mageTestimonials.style4 {
    padding-top: 130px !important;
  }
  .poco-home-page-style-18 .pro-tabs-section div[data-content-type="tabs"] .tabs-navigation {
    margin-bottom: 50px !important;
  }
  .poco-home-page-style-18 .pro-tabs-section .tabs-navigation li.tab-header a.tab-title {
    font-size: 14px !important;
    padding: 10px 17px !important;
  }
  .poco-home-page-style-18 .pro-tabs-section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-name a,
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .product-item-name a {
    font-size: 15px;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .price-box .price,
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .price-box .special-price .price {
    font-size: 15px !important;
  }
  .bundle-options-container {
    padding-top: 20px;
  }
  .poco-home-page-style-17 .listpro-slider-col .pagebuilder-column:not(:first-of-type),
  .poco-home-page-style-17 .listpro-slider-col .pagebuilder-column:last-of-type {
    padding-top: 20px;
  }
  .poco-home-page-style-16.poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-16.poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-16.poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-16.poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-16.poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter,
  .poco-home-page-style-16.poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter,
  .poco-home-page-style-16.poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter,
  .poco-home-page-style-16.poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter {
    background-color: #fff;
  }
  .poco-home-page-style-16:not(.cms-index-index) .page-footer {
    margin-top: 60px !important;
  }
  .poco-home-page-style-16 .column.main .toolbar-products ~ .toolbar-products {
    margin-bottom: 0;
  }
  .poco-home-page-style-16 .page-footer:before {
    top: -60px;
    width: 84px;
    height: 119px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .detail {
    padding: 20px 30px 20px 30px;
    margin: -30px 0 0 30px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .mb-post-readmore {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }
  .poco-home-page-style-16 .mageTestimonials .swiper {
    padding: 0 30px;
  }
  .poco-home-page-style-16 .newsletter-section .section-title .sort-detail {
    text-align: center;
    font-size: 16px;
  }
  .poco-home-page-style-16 .newsletter-section .form.subscribe input[type=email] {
    padding: 10px 155px 10px 20px;
  }
  .poco-home-page-style-16 .newsletter-section .form.subscribe .action {
    padding: 0 20px !important;
    font-size: 15px;
  }
  .poco-home-page-style-16 .newsletter-section .form.subscribe .action .st-icon {
    width: 18px;
    height: 18px;
    margin-left: 5px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page:before {
    width: 74px;
    height: 105px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page:before {
    top: 0;
  }
  .poco-home-page-style-16 .product-tabs-slider .sidebar-shopby,
  .poco-home-page-style-16 .product-tabs-grid .sidebar-shopby {
    margin-bottom: 30px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page.product-tabs-grid .section-title {
    margin-bottom: 0;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
    padding: 10px 20px;
  }
  .mmbr_bnr img {
    height: 330px !important;
    object-fit: cover;
  }
  .poco-home-page-style-16 .products-grid .product-item .p_catgry_link {
    font-size: 16px;
  }
  .poco-home-page-style-16 .hdg_bg_text h1 {
    font-size: 85px;
  }
  .poco-home-page-style-16 .ctg_img_wdg_style14 {
    padding-top: 90px !important;
  }
  .poco-home-page-style-16 .productsListing-section .sort-detail:before,
  .poco-home-page-style-16 .productsListing-section .sort-detail:after {
    width: 25px;
  }
  .poco-home-page-style-16.cms-index-index .productsListing-section:before {
    top: -30px;
    width: 105px;
    height: 85px;
  }
  .poco-home-page-style-16 .welcome-content .section-title .title {
    font-size: 25px !important;
  }
  .poco-home-page-style-16 .welcome-content .w-description {
    font-size: 20px;
    line-height: 30px;
  }
  .poco-home-page-style-16 .welcome-content .section-title .sort-detail {
    margin-bottom: 30px !important;
  }
  .poco-home-page-style-15 .mageTestimonials .magetmQuotes {
    font-size: 22px;
    line-height: 32px;
    padding: 0 50px !important;
  }
  .poco-home-page-style-15 .tst_outer:after {
    width: 118px;
    height: 94px;
    top: -30px;
  }
  .poco-home-page-style-15 .tst_outer:before {
    width: 68px;
    height: 66px;
    bottom: 40px;
  }
  .bestofr_list .products-list .product-item .pro-hover {
    max-width: 90px !important;
  }
  .bestofr_list .products-list .product-item {
    padding: 10px;
  }
  .custm_pro_tabs .row-full-width-inner:before {
    width: 113px;
    height: 73px;
  }
  .custm_pro_tabs div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
    font-size: 25px !important;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    letter-spacing: -1.5px;
  }
  .poco-home-page-style-15 div[data-content-type=tabs] .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .np_sub_line {
    margin: 40px 0 10px;
  }
  .img_text_sec2 .pagebuilder-column:last-of-type img {
    margin: 0 auto;
  }
  .poco-home-page-style-15 .img_text_sec2 .pagebuilder-column:first-of-type figure {
    max-width: 100px;
    margin: 0 auto;
  }
  .poco-home-page-style-15 .img_text_sec2 .pagebuilder-column:first-of-type img {
    margin: 0 auto;
  }
  .poco-home-page-style-15 .img_text_sec2 .pagebuilder-column:first-of-type {
    margin-bottom: 40px;
    text-align: center;
  }
  .poco-home-page-style-15 .img_text_sec2 .row-full-width-inner:before {
    width: 100%;
  }
  .np_hdg {
    margin-bottom: 30px;
  }
  .custm_pro_tabs .row-full-width-inner:before {
    top: -95px;
  }
  .cke_img1,
  .cke_img2 {
    width: auto;
  }
  .cke_img1 img {
    max-width: 190px;
  }
  .cke_img2 img {
    max-width: 180px;
  }
  .img_text_sec .cnt {
    margin-top: 30px;
    text-align: center;
  }
  .img_text_sec .btn_set {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .img_text_sec .phn {
    margin: 0 0 0 20px;
  }
  .poco-home-page-style-15 .ctg_img_wdg_style14:after {
    width: 103px;
    height: 116px;
  }
  .poco-home-page-style-3 .products-grid .product-item .product-item-name {
    -webkit-line-clamp: 2;
  }
  .poco-home-page-style-14 .newsletter-in .block.newsletter .detail {
    font-size: 35px;
    line-height: 40px;
  }
  .poco-home-page-style-14 .newsletter-in .block.newsletter .title {
    font-size: 20px !important;
    line-height: 33px !important;
  }
  .sticky-product .action.primary {
    font-size: 12px !important;
  }
  .sticky-product .action.primary .st-icon {
    width: 14px;
    height: 14px;
  }
  .footer-14:after,
  .cstm_ftr_14:after {
    width: 102px;
    height: 173px;
    top: -60px;
  }
  .footer-14:before,
  .cstm_ftr_14:before {
    width: 96px;
    height: 63px;
    left: 45%;
  }
  .wlcm_text_gme h1 {
    font-size: 40px !important;
  }
  .wlcm_text_gme .h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .snd_img img {
    max-width: 80px;
    margin-top: -50px;
  }
  .action.grdt_btn {
    font-size: 16px !important;
  }
  .poco-home-page-style-14 .container-fluid {
    margin: 0 15px;
  }
  .poco-home-page-style-14 .mage-ajaxpro-page:before {
    width: 110px;
    height: 82px;
    top: -30px;
  }
  .poco-home-page-style-14.cms-index-index .productsListing-section:before {
    top: -35px;
    width: 150px;
    height: 63px;
  }
  .poco-home-page-style-14.cms-index-index .productsListing-section:after {
    left: -50px;
    width: 107px;
    height: 87px;
  }
  .stc_pro_cnt_gme .pagebuilder-column {
    text-align: center;
  }
  .stc_pro_cnt_gme .pagebuilder-column:nth-of-type(2n) {
    padding: 20px 0;
  }
  .stc_pro_cnt_gme .btn_sets {
    margin-top: 20px;
  }
  .poco-home-page-style-14 .cnt_sec_gme .section-title .title {
    font-size: 35px !important;
    text-align: center;
  }
  .cnt_sec_gme .pagebuilder-column {
    text-align: center;
  }
  .cnt_sec_gme .pagebuilder-column:last-of-type {
    padding: 30px 0 0;
  }
  .cnt_sec_gme strong,
  .stc_pro_cnt_gme .h4 {
    font-size: 25px;
    margin-top: 10px;
  }
  .cnt_sec_gme .btn_sets,
  .stc_pro_cnt_gme .btn_sets {
    justify-content: center;
  }
  .cnt_sec_gme p,
  .stc_pro_cnt_gme p,
  .wlcm_text_gme p {
    font-size: 18px;
    line-height: 24px;
  }
  .cnt_sec_gme .btn_sets .action:first-of-type {
    margin-right: 20px;
  }
  .cartDetails.modal-popup .box-tocart .field.qty {
    margin: 0 !important;
  }
  .cartDetails .product-info-main .box-tocart .qty-outer,
  .cartDetails .product-options-bottom .box-tocart .qty-outer,
  .cartDetails .product-info-main .box-tocart .field.qty,
  .cartDetails .product-options-bottom .box-tocart .field.qty {
    margin-bottom: 20px !important;
  }
  .cartDetails .modal-inner-wrap .pName {
    font-size: 22px !important;
    margin-bottom: 20px !important;
  }
  .cartDetails .product-add-form .box-tocart #product-addtocart-button {
    width: 100% !important;
  }
  .products-grid .product-item {
    margin-bottom: 40px !important;
  }
  .product-info-main .product.info.detailed.vertical .product.data.items > .item.title .switch:after {
    display: block !important;
  }
  .poco-home-page-style-2 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
  .poco-home-page-style-2 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview,
  .poco-home-page-style-8 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
  .poco-home-page-style-8 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview,
  .poco-home-page-style-6 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
  .poco-home-page-style-6 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview,
  .poco-home-page-style-9 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .action,
  .poco-home-page-style-9 .products-grid .hover-style11 .product-item .product-item-inner .icon-btn .magebees_quickview {
    padding: 0 !important;
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
  .poco-home-page-style-13 .mage-ajaxpro-page .sidebar-shopby .block-content .item {
    margin: 0 10px;
  }
  .poco-home-page-style-13 .mageb-patn-inner {
    margin: 0;
  }
  .mageb-patterns.mageb-pattern35,
  .mageb-patterns.mageb-pattern36 {
    flex-direction: column;
  }
  .mageb-pattern35 .mageb-pattern-list,
  .mageb-pattern36 .mageb-pattern-list {
    padding: 0;
  }
  .mageb-pattern35 .mageb-pattern-list:not(:last-of-type),
  .mageb-pattern36 .mageb-pattern-list:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .sort-text,
  .mageb-pattern35 .mageb-full-caption .button,
  .mageb-pattern35 .mageb-full-caption .sort-text,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .sort-text,
  .mageb-pattern36 .mageb-full-caption .button,
  .mageb-pattern36 .mageb-full-caption .sort-text {
    display: inline-block !important;
  }
  .mageb-pattern36 .mageb-pattern-list .button {
    padding: 8px 14px;
    font-size: 14px !important;
  }
  .scroll-top a {
    width: 32px;
    height: 32px;
    line-height: 28px;
  }
  .scroll-top svg {
    width: 16px;
    height: 16px;
  }
  .poco-home-page-style-12 .block.related .block-actions {
    margin-bottom: 30px;
  }
  .home-blog-post-style-5 .pst_ttl {
    font-size: 17px;
  }
  .home-blog-post-style-5 .item .post-image {
    margin: 0 0 20px !important;
  }
  .home-blog-post-style-5 .pst_meta {
    margin-bottom: 10px;
  }
  .home-blog-post-style-5 .post-detail,
  .home-blog-post-style-5 .post-date {
    font-size: 14px !important;
  }
  .home-blog-post-style-5 .show-scrollbar {
    padding-bottom: 60px !important;
  }
  .poco-home-page-style-6 .products-grid .hover-style9 .product-item .product-item-details {
    padding: 10px 0;
  }
  .poco-home-page-style-7 .products-grid .hover-style9 .product-item .product-item-details {
    padding: 10px;
  }
  .poco-home-page-style-7 .products-grid .hover-style10 .product-item .product-item-details {
    flex-direction: column;
  }
  .poco-home-page-style-1 .products-grid .hover-style9 .product-item .detail-left {
    flex-direction: column;
    text-align: left;
  }
  .poco-home-page-style-3 .products-grid .hover-style9 .product-item .price-box,
  .poco-home-page-style-4 .products-grid .hover-style9 .product-item .price-box,
  .poco-home-page-style-6 .products-grid .hover-style9 .product-item .product-detail,
  .poco-home-page-style-6 .products-grid .hover-style9 .product-item .product-item-details,
  .poco-home-page-style-9 .products-grid .hover-style9 .product-item .product-item-details {
    text-align: center;
  }
  .products-grid .hover-style9 .product-item .product-detail,
  .products-grid .hover-style9 .product-item .product-item-details {
    text-align: left;
  }
  .products-grid .hover-style9 .product-item .product-detail .swatches-listing {
    margin-top: 10px;
  }
  .poco-home-page-style-7 .products-grid .product-item .prodLabel.top-right {
    top: 0;
    right: 0;
  }
  .poco-home-page-style-7 .products-grid .product-item .product-detail,
  .poco-home-page-style-7 .products-grid .product-item .product-item-details {
    padding-left: 0;
    padding-right: 0;
  }
  .poco-home-page-style-4 .products-grid .product-item .product-name a,
  .poco-home-page-style-4 .products-grid .product-item .product-item-name a {
    font-size: 16px;
  }
  .productsListing-section .show-scrollbar {
    padding-bottom: 60px;
  }
  .poco-home-page-style-1 .products-grid .product-item .swatches-listing .swatch-option,
  .products-grid .product-item .swatches-listing .swatch-option {
    margin: 0 5px;
  }
  .mage-deal-slider.style2 .d-flex {
    flex-direction: column;
  }
  .mage-deal-slider.style2 .f-item {
    max-width: 100%;
    width: 100%;
  }
  .mage-deal-slider.style2 .f-item.dtls {
    padding: 20px 20px 60px;
    text-align: center;
  }
  .mage-deal-slider.style2 .timer-product {
    margin: 10px auto 35px auto;
    display: block !important;
  }
  .mage-deal-slider.style2 #timer-countbox .countdown-section {
    float: none;
  }
  .mage-deal-slider.style3 .timer-product {
    margin: 10px 0 0;
  }
  .poco-home-page-style-12 .mageb-pattern34 .mageb-effects img {
    height: 260px;
  }
  .poco-home-page-style-12 .store-features.store-feature-style2 {
    padding: 40px 0;
  }
  .poco-home-page-style-12 .store-features.store-feature-style2 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .poco-home-page-style-12 .product-tabs-grid {
    padding-top: 90px !important;
  }
  .poco-themes.page-layout-2columns-left.blog-post-view .page-main .column.main,
  .poco-themes.page-layout-2columns-right.blog-post-view .page-main .column.main {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .poco-themes.page-layout-2columns-right.blog-post-view .page-main .sidebar,
  .poco-themes.page-layout-2columns-left.blog-post-view .page-main .sidebar {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .poco-home-page-style-11 .glry_img_widget .icon {
    width: 40px;
    height: 40px;
    line-height: 43px;
  }
  .poco-home-page-style-11 .galleryimage-item .item .icon svg {
    width: 18px;
    height: 18px;
  }
  .catalog-product-view.poco-themes.page-layout-2columns-left .column.main {
    -webkit-order: 0;
    order: 0;
    -ms-order: 0;
  }
  .catalog-product-view.poco-themes.page-layout-2columns-left .sidebar.sidebar-main {
    -webkit-order: 1;
    order: 1;
    -ms-order: 1;
  }
  .poco-home-page-style-11 .sidebar .productsListing-section .section-title {
    align-items: start;
  }
  .productsListing-section .products-list .product-item .pro-hover {
    max-width: 80px;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .product-item .product-item-info {
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
  }
  .footer-11 .footer-logo.mb-4 {
    margin-bottom: 20px !important;
  }
  .mageTestimonials.style3 .qte_dtls,
  .mageTestimonials.style4 .qte_dtls {
    padding: 0 20px;
  }
  .mageTestimonials.style3:after {
    font-size: 90px;
  }
  .mageTestimonials.style3 .swiper-slide,
  .mageTestimonials.style4 .swiper-slide {
    max-width: 520px;
  }
  .poco-home-page-style-11 .maagebees-add {
    margin: 0;
  }
  .poco-home-page-style-11 .page-title-wrap .image {
    object-position: 70%;
  }
  .mageb-patn-inner .mageb-pattern34 {
    flex-direction: column;
  }
  .mageb-pattern34 .mageb-pattern-list {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .mageb-pattern34 .mageb-pattern-list:last-of-type {
    margin-bottom: 0;
  }
  .mageb-patn-inner .mageb-pattern34 .mageb-full-caption .button,
  .mageb-patn-inner .mageb-pattern34 .mageb-full-caption .sort-text {
    display: inline-block !important;
  }
  .mageb-pattern34 .mageb-pattern-list:last-of-type .mageb-full-caption {
    right: 60px;
  }
  .jw-her-him-bnr .pagebuilder-column img {
    max-width: 100% !important;
  }
  .jw-her-him-bnr .pagebuilder-column:nth-of-type(2) {
    margin-top: 30px !important;
  }
  .jw-stc-for-hh-cnt {
    width: 220px;
  }
  .jw-stc-for-hh-cnt .pagebuilder-banner-wrapper {
    min-height: 180px !important;
  }
  .jw-stc-for-hh-cnt h2 {
    font-size: 16px;
    padding-top: 22%;
  }
  .jw-stc-for-hh-cnt h2 strong {
    font-size: 40px;
    line-height: 50px;
  }
  .poco-home-page-style-11 .products-grid .product-item .product-name a,
  .poco-home-page-style-11 .products-grid .product-item .product-item-name a {
    font-size: 16px;
  }
  .poco-home-page-style-11 .products-grid .product-item .price-box .price {
    font-size: 15px;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title,
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .title {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .category-filter .item {
    margin: 0 5px 5px;
  }
  .mage-ajaxpro-page .load-more-text {
    margin-top: 30px;
  }
  .product-tabs-slider .sidebar-shopby,
  .product-tabs-grid .sidebar-shopby {
    margin-bottom: 50px;
  }
  .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
    padding: 7px 10px;
    font-size: 13px;
  }
  .mage-ajaxpro-page .sidebar-shopby .block-content ol {
    flex-wrap: wrap;
  }
  .account.wishlist-index-index .actions-toolbar > .primary .action {
    margin-bottom: 5px;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-slide._show .modal-inner-wrap,
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .products-list .product-item .product-item-inner.style8 .btn-horizontal .action.secondary,
  .products-list .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview {
    line-height: 32px;
  }
  .products-list .product-item .product-item-inner.style8 .icon-btn .action,
  .products-list .product-item .product-item-inner.style8 .icon-btn .magebees_quickview {
    height: 35px !important;
    width: 35px !important;
  }
  .products-list .product-item .product-item-inner.style8 .action.unavailable,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style8 .action.unavailable {
    line-height: 33px;
  }
  .poco-home-page-style-10 .sidebar .productsListing-section .section-title {
    flex-direction: row;
  }
  .poco-home-page-style-10 .store-features.store-feature-style2 {
    padding: 40px 0;
  }
  .poco-home-page-style-10 .store-features.store-feature-style2 li {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .poco-home-page-style-10 .store-features.store-feature-style2 li:nth-of-type(1),
  .poco-home-page-style-10 .store-features.store-feature-style2 li:nth-of-type(2) {
    margin-bottom: 15px;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:nth-of-type(2) .mageb-caption.v-bottom .mageb-full-caption {
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  .page-layout-1column #layered-filter-block .collapsible:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .page-layout-1column #layered-filter-block .collapsible.active:after {
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    top: 24px !important;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .quickViewDetails.modal-popup .fotorama__stage__shaft {
    background-color: transparent !important;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .block-collapsible-nav .content {
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .product-image-container {
    max-width: 100%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar,
  .cart-container .cart.main.actions .action {
    text-align: center;
  }
  .cart.table-wrapper .actions-toolbar > .action,
  .action-gift {
    margin-bottom: 0;
  }
  .poco-home-page-style-9 .swiper-button-next,
  .poco-home-page-style-9 .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  .poco-home-page-style-9 .mage-deal-slider .swiper-container {
    margin: 0 70px;
  }
  .poco-home-page-style-9 .mage-deal-slider .products-grid {
    padding: 60px 0;
  }
  .poco-home-page-style-9 .mage-deal-slider .section-title .details {
    padding: 30px;
  }
  .poco-home-page-style-9 #timer-countbox .countdown-amount {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
  }
  .poco-home-page-style-9 .mage-deal-slider .content:after {
    font-size: 157px;
  }
  .gift_bnr h3 {
    white-space: normal;
    text-align: center;
    width: 100%;
    padding: 0 20px;
  }
  .gift_bnr a {
    display: inline-block;
  }
  .poco-home-page-style-9 .magetmQuotes {
    font-size: 20px;
    line-height: 31px;
  }
  .poco-home-page-style-9 .mageTestimonials:after {
    font-size: 115px;
  }
  .fotorama__nav--dots .fotorama__nav__frame.fotorama__nav__frame--thumb {
    display: none !important;
  }
  .magebees-onepage-checkout .modal-popup .modal-footer {
    margin: 0 30px;
  }
  .magebees-onepage-checkout .modal-popup .modal-content {
    padding: 30px 30px 20px !important;
  }
  .magebees-onepage-checkout .modal-popup.confirm .modal-footer button {
    margin: 0 4px;
    padding: 8px 20px !important;
  }
  .poco_ctm_cart_popup_in {
    flex-direction: column;
  }
  .poco_ctm_cart_popup .fitem {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .poco_ctm_cart_popup .fitem:last-of-type {
    margin-bottom: 0;
  }
  .poco_ctm_cart_popup .fitem.cart_items {
    display: none;
  }
  .poco-home-page-style-3 .newsletter-in .block.newsletter .detail {
    font-size: 28px;
    line-height: normal;
  }
  .productsListing-section .prodlist > .loading-btn {
    margin-bottom: 40px !important;
  }
  .poco-home-page-style-7 .block.related .block-actions,
  .poco-home-page-style-7 .block-slider .section-title {
    margin-bottom: 10px !important;
  }
  .poco-home-page-style-7 .products-grid .product-item .product-item-details {
    display: flex;
    flex-direction: column;
  }
  .poco-home-page-style-7 .productsListing-section .toolbar.bottom {
    padding-top: 20px;
  }
  .page-products.page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-items-2 .product-item,
  .page-products.page-layout-3columns .products-grid .product-items-3 .product-item,
  .page-products.page-layout-3columns .products-grid .product-items-4 .product-item {
    width: 48% !important;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-of-type(3n) {
    margin-right: 4% !important;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-of-type(2n) {
    margin-right: 0% !important;
  }
  .poco-home-page-style-8 .store-feature-style2 .icon-item b {
    font-size: 16px;
  }
  .poco-home-page-style-8 .store-feature-style2 .icon-item span {
    font-size: 14px;
    line-height: normal;
  }
  .poco-home-page-style-8 .store-feature-style2 .icon-item .icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    line-height: 47px;
    margin-right: 15px;
  }
  .page-layout-3columns .columns {
    flex-direction: column;
  }
  .page-layout-3columns .column.main {
    max-width: 100%;
    flex: auto;
  }
  .page-layout-3columns .sidebar.sidebar-additional,
  .page-layout-3columns .sidebar,
  .page-layout-3columns .sidebar.sidebar-main {
    max-width: 100%;
    flex: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .poco-home-page-style-7 .store-features.store-feature-style2 li h4,
  .poco-home-page-style-7 .store-features.store-feature-style2 li .h4 {
    font-size: 15px;
  }
  .poco-home-page-style-7 .newsletter-section .container {
    flex-direction: column;
  }
  .poco-home-page-style-7 .newsletter-section .section-title {
    margin-bottom: 20px !important;
  }
  .poco-home-page-style-7 .newsletter-section .section-title,
  .poco-home-page-style-7 .newsletter-section .content {
    padding-right: 0;
  }
  .poco-home-page-style-7 .newsletter-section .section-title,
  .poco-home-page-style-7 .newsletter-section .section-title .title {
    font-size: 28px !important;
    text-align: center;
  }
  .poco-home-page-style-6 .products-grid .product-item .price-box .price,
  .poco-home-page-style-6 .products-grid .product-item .p_sku {
    font-size: 15px;
  }
  .page-layout-3columns .products-grid .product-item {
    margin-bottom: 30px !important;
  }
  .products-grid .product-item .p_sku_seprator {
    padding: 0 1px;
  }
  .poco-home-page-style-6 .home-blog-post-style-3 .detail .f_wr {
    padding: 10px 15px;
    top: -61px;
  }
  .poco-home-page-style-6 .home-blog-post-style-3 .meta-item,
  .poco-home-page-style-6 .home-blog-post-style-3 .meta-item a,
  .poco-home-page-style-6 .home-blog-post-style-3 .mb-post-meta .meta-item .label {
    font-size: 13px;
  }
  .poco-home-page-style-6 .home-blog-post .detail h3 {
    font-size: 17px;
  }
  .poco-home-page-style-6 .home-blog-post-style-3 .btn-small.mb-post-readmore {
    font-size: 14px !important;
  }
  .poco-home-page-style-6 .home-blog-post-style-3 .detail {
    padding: 20px 0 0;
  }
  .poco-home-page-style-6 .welcome-content .content_section {
    padding: 20px 0 0;
  }
  .poco-home-page-style-6 .welcome-content h1 {
    margin-bottom: 20px;
  }
  .poco-home-page-style-6 .welcome-content h1 br {
    display: none;
  }
  .poco-home-page-style-6 .welcome-content .content_section ul {
    margin: 0 0 30px;
  }
  .poco-home-page-style-6 .text_bnr_small .pagebuilder-column:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .poco-home-page-style-6 .text_bnr_small .action.secondary {
    font-size: 21px;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details h2 {
    font-size: 20px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details p {
    font-size: 14px;
  }
  .poco-home-page-style-1 .newsletter-in .block.newsletter .detail {
    font-size: 28px;
  }
  .poco-home-page-style-5 #popup a.close {
    color: #000;
  }
  .sale_discount_banner .items {
    min-height: inherit;
    padding: 20px;
    background-size: cover;
  }
  .sale_discount_banner .item {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .sale_discount_banner .item.first,
  .sale_discount_banner .item.second {
    max-width: 50%;
    flex: 0 0 50% !important;
    -webkit-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .sale_discount_banner .btn {
    margin-left: 0;
  }
  .sale_discount_banner .items {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .sale_discount_banner p {
    margin-right: 0;
    padding-top: 20px;
  }
  .sale_discount_banner .ttl {
    margin-left: 0;
  }
  .sml_2-col_banner .pagebuilder-column:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .sml_2-col_banner .sml_bnr_2col h2 br {
    display: none;
  }
  .poco-home-page-style-5.poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-5.poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-5.poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-5.poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter,
  .poco-home-page-style-5.poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter,
  .poco-home-page-style-5.poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter,
  .poco-home-page-style-5.poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter,
  .poco-home-page-style-5.poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter {
    color: #2f2f2d;
    background-color: #f6f6f6;
  }
  .poco-home-page-style-5.poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter strong,
  .poco-home-page-style-5.poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter strong,
  .poco-home-page-style-5.poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter strong,
  .poco-home-page-style-5.poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter strong,
  .poco-home-page-style-5.poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter strong,
  .poco-home-page-style-5.poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter strong,
  .poco-home-page-style-5.poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter strong,
  .poco-home-page-style-5.poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter strong {
    font-weight: 800 !important;
  }
  .poco-home-page-style-5 .newsletter-section .section-title {
    margin-bottom: 40px !important;
  }
  .poco-home-page-style-5 .home-blog-post .view-more {
    margin-top: 50px;
  }
  .poco-home-page-style-5 .store-features.store-feature-style2 .icon {
    margin-bottom: 20px;
  }
  .poco-home-page-style-5 .store-feature-style2 .store-feature h4,
  .poco-home-page-style-5 .store-feature-style2 .store-feature .h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .poco-home-page-style-5 .store-features.store-feature-style2 li {
    max-width: 100%;
    padding: 0 20px;
  }
  .poco-home-page-style-5 .store-feature-style2 .store-feature p {
    font-size: 16px;
  }
  .poco-home-page-style-5 .store-features.store-feature-style2 li:first-of-type,
  .poco-home-page-style-5 .store-features.store-feature-style2 li:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header {
    margin: 0 10px !important;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
    font-size: 18px !important;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-tabs-active a.tab-title:after {
    margin-top: 10px;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom_banner_col .pagebuilder-column:first-of-type {
    flex-basis: 100% !important;
    -webkit-flex-basis: 100% !important;
    -ms-flex-basis: 100% !important;
  }
  .custom_banner_col .pagebuilder-column {
    width: 50% !important;
    flex-basis: 50% !important;
    -webkit-flex-basis: 50% !important;
    -ms-flex-basis: 50% !important;
  }
  .poco-themes .finderDropdowns select,
  .poco-themes .finderProducts button {
    height: 80px;
    font-size: 18px !important;
  }
  .ourFindStore .our-store-list {
    max-width: 50%;
    -webkit-flex: 50%;
    flex: 50%;
    -ms-flex: 50%;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title .timer-product {
    -webkit-justify-content: center;
    justify-content: center;
    -ms-justify-content: center;
  }
  .poco-themes:not(.poco-home-page-style-2) .quickViewDetails .quickview-product-name h3 {
    font-size: 20px !important;
  }
  .poco-home-page-style-4 .store-feature-style2.store-features li {
    margin-bottom: 20px;
  }
  .poco-home-page-style-4 .store-feature-style2.store-features li:nth-of-type(3),
  .poco-home-page-style-4 .store-feature-style2.store-features li:nth-of-type(4) {
    margin-bottom: 0;
  }
  .poco-home-page-style-4 .store-feature-style2 {
    padding: 50px 0 !important;
  }
  .poco-home-page-style-4 .newsletter-section .section-title {
    margin: 0 0 20px !important;
    padding-right: 0;
  }
  .poco-home-page-style-4 .newsletter-section .content {
    width: 100%;
  }
  .poco-home-page-style-4 .newsletter-section .form.subscribe {
    max-width: 100%;
  }
  .poco-home-page-style-4 .newsletter-section .section-title .title {
    text-align: center;
  }
  .poco-home-page-style-4 .store-feature-style2 .store-feature {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .poco-home-page-style-4 .cws-pager li a {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
  .poco-home-page-style-4 .products-grid + .toolbar-products .loading-btn {
    margin-top: 0 !important;
  }
  .mage-deal-slider .view-more {
    margin-top: 40px;
  }
  .productsListing-section .products-list .product-item-name,
  .productsListing-section .products-list .product-item-name a {
    font-size: 15px;
  }
  .productsListing-section .products-list .product-item .price-box .price {
    font-size: 15px !important;
  }
  .poco-home-page-style-4 .p_list_section .pagebuilder-column {
    margin-right: 0;
  }
  .p_list_section .section-title .title {
    margin-bottom: 25px !important;
  }
  .poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section {
    width: 84px;
    padding: 10px 5px;
    margin-right: 15px !important;
  }
  .poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section .countdown-amount {
    font-size: 22px;
    padding: 4px 0 !important;
  }
  .poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section .countdown-period {
    font-size: 14px;
  }
  .poco-home-page-style-4 .newsletter-section .container {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .sale_discount_banner .ttl {
    font-size: 30px;
  }
  .sale_discount_banner p {
    font-size: 18px;
  }
  .sale_discount_banner .btn {
    font-size: 18px !important;
  }
  .advertisement-block .mageb-pattern30 .mageb-caption.v-top .mageb-full-caption {
    padding: 15px;
  }
  .advertisement-block .mageb-pattern30 .mageb-caption.v-top .mageb-full-caption .h4 a {
    font-size: 18px !important;
  }
  .advertisement-block .mageb-pattern30 .mageb-caption.v-top .button {
    font-size: 11px !important;
    padding: 8px 18px;
    display: block;
  }
  .advertisement-block .mageb-pattern31 .mageb-pattern-list {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .advertisement-block .mageb-pattern31 .mageb-pattern-list:last-of-type {
    margin: 0;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption {
    padding: 5%;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .button {
    display: block !important;
    font-size: 13px !important;
    padding: 10px 25px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 a {
    font-size: 26px !important;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 {
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .poco-home-page-style-4 .store-feature-style2.store-features li {
    max-width: 50%;
  }
  .sct_grid {
    margin: 0 -10px;
  }
  .sct_grid .item {
    max-width: 33.333%;
    -webkit-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .sct_grid .ttl {
    line-height: normal;
    margin-bottom: 10px;
  }
  .sct_grid .ct_dtl .d-flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    text-align: center;
  }
  div[data-content-type="tabs"] .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  div[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title {
    font-size: 18px !important;
    padding: 0 1rem !important;
  }
  .mageTestimonials .swiper-wrapper.pagination-on {
    padding-bottom: 60px;
  }
  .poco-home-page-style-3 .store-features .container {
    max-width: 100%;
  }
  .poco-home-page-style-3 .store-features span {
    font-size: 16px;
  }
  .poco-home-page-style-3 .store-features li {
    padding: 30px 10px;
  }
  .poco-home-page-style-3 .section-title .feather-heart {
    font-size: 21px;
  }
  .poco-home-page-style-3 .magetmQuotes {
    font-size: 24px;
    line-height: 40px;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-next {
    right: 0 !important;
  }
  .poco-home-page-style-3 .brandlogoSliderLayer .swiper-button-prev {
    left: 0 !important;
  }
  .contactInfo-static-block {
    padding: 30px 20px;
  }
  .contactInfo-static-block .d-flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    text-align: center;
  }
  .contactInfo-static-block .col,
  .contactInfo-static-block .col.img-col {
    flex: auto !important;
    -webkit-flex: auto !important;
    -ms-flex: auto !important;
    width: 100%;
  }
  .contactInfo-static-block .col .img {
    position: static;
  }
  .contactInfo-static-block .col .img img {
    display: block;
    margin: 0 auto;
  }
  .contactInfo-static-block .col p {
    margin-top: 20px;
  }
  .contactInfo-static-block .col a {
    font-size: 17px;
  }
  .contactInfo-static-block .col h2 {
    font-size: 33px;
  }
  .store-features.store-feature-style2 p {
    font-size: 16px;
    line-height: 28px;
  }
  .mageb-osc #opcReviewTableWrapper .step-content {
    margin-bottom: 0;
  }
  .mb-blog-toolbar .pages {
    float: none !important;
  }
  .productsListing-section .products-grid .product-item-photo img {
    width: 100%;
  }
  #layered-filter-block.filter div.block-subtitle:before {
    display: none !important;
  }
  #layered-filter-block.filter .filter-current .items,
  #layered-filter-block.filter .filter-current + .block-actions,
  #layered-filter-block.filter .filter-current .items {
    display: block;
  }
  #Onepagecheckout-forgot-popup .actions-toolbar > .primary .action {
    padding: 16px 20px !important;
    margin-right: 0;
    width: 100%;
  }
  .block-collapsible-nav .title {
    background-color: #f7f5f4;
  }
  .page.messages.Top .message > div {
    text-align: left;
  }
  .page.messages.Top .message.error > :first-child:before,
  .page.messages.Top .message.notice > :first-child:before,
  .page.messages.Top .message.success > :first-child:before,
  .page.messages.Top .message.warning > :first-child:before,
  .page.messages.Top .message.warning > :first-child:before {
    top: -3px !important;
    line-height: 23px;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide) {
    width: 48.5%;
    margin-right: 3%;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(3n+1) {
    clear: none;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(2n+1) {
    clear: left;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(3n) {
    margin-right: 3%;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:not(.swiper-slide):nth-of-type(2n) {
    margin-right: 0;
  }
  .parallax-section .parallax-product {
    margin: 20px;
  }
  .page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item {
    width: 48%;
  }
  .page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item:nth-child(3n) {
    margin-right: 3%;
  }
  .page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .poco-themes.page-layout-2columns-left .columns,
  .poco-themes.page-layout-2columns-right .columns,
  .poco-themes.catalog-category-view .columns,
  .poco-themes.page-with-filter .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .poco-themes.page-layout-2columns-left .column.main,
  .poco-themes.page-layout-2columns-right .column.main,
  .poco-themes.catalog-category-view .column.main,
  .poco-themes.page-with-filter .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .poco-themes.page-layout-2columns-left .column.main #layered-filter-block-top,
  .poco-themes.page-layout-2columns-right .column.main #layered-filter-block-top,
  .poco-themes.catalog-category-view .column.main #layered-filter-block-top,
  .poco-themes.page-with-filter .column.main #layered-filter-block-top {
    display: none !important;
  }
  .poco-themes.page-layout-2columns-left .column.main #layered-filter-block-top .ddFilter:before,
  .poco-themes.page-layout-2columns-right .column.main #layered-filter-block-top .ddFilter:before,
  .poco-themes.catalog-category-view .column.main #layered-filter-block-top .ddFilter:before,
  .poco-themes.page-with-filter .column.main #layered-filter-block-top .ddFilter:before,
  .poco-themes.page-layout-2columns-left .column.main #layered-filter-block-top .ddFilter:after,
  .poco-themes.page-layout-2columns-right .column.main #layered-filter-block-top .ddFilter:after,
  .poco-themes.catalog-category-view .column.main #layered-filter-block-top .ddFilter:after,
  .poco-themes.page-with-filter .column.main #layered-filter-block-top .ddFilter:after {
    content: '';
    clear: both;
    display: block;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main,
  .poco-themes.page-layout-2columns-right .sidebar-main,
  .poco-themes.catalog-category-view .sidebar-main,
  .poco-themes.page-with-filter .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main,
  .poco-themes.page-layout-2columns-right .sidebar-main,
  .poco-themes.catalog-category-view .sidebar-main,
  .poco-themes.page-with-filter .sidebar-main,
  .poco-themes.page-layout-2columns-left .sidebar-additional,
  .poco-themes.page-layout-2columns-right .sidebar-additional,
  .poco-themes.catalog-category-view .sidebar-additional,
  .poco-themes.page-with-filter .sidebar-additional {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main .block.banner-block,
  .poco-themes.page-layout-2columns-right .sidebar-main .block.banner-block,
  .poco-themes.catalog-category-view .sidebar-main .block.banner-block,
  .poco-themes.page-with-filter .sidebar-main .block.banner-block,
  .poco-themes.page-layout-2columns-left .sidebar-additional .block.banner-block,
  .poco-themes.page-layout-2columns-right .sidebar-additional .block.banner-block,
  .poco-themes.catalog-category-view .sidebar-additional .block.banner-block,
  .poco-themes.page-with-filter .sidebar-additional .block.banner-block {
    text-align: center;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main .widget.block-viewed-products-list .product-item-info .product-item-photo,
  .poco-themes.page-layout-2columns-right .sidebar-main .widget.block-viewed-products-list .product-item-info .product-item-photo,
  .poco-themes.catalog-category-view .sidebar-main .widget.block-viewed-products-list .product-item-info .product-item-photo,
  .poco-themes.page-with-filter .sidebar-main .widget.block-viewed-products-list .product-item-info .product-item-photo,
  .poco-themes.page-layout-2columns-left .sidebar-additional .widget.block-viewed-products-list .product-item-info .product-item-photo,
  .poco-themes.page-layout-2columns-right .sidebar-additional .widget.block-viewed-products-list .product-item-info .product-item-photo,
  .poco-themes.catalog-category-view .sidebar-additional .widget.block-viewed-products-list .product-item-info .product-item-photo,
  .poco-themes.page-with-filter .sidebar-additional .widget.block-viewed-products-list .product-item-info .product-item-photo {
    float: left !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter {
    padding: 20px !important;
    color: #737384;
    background-color: #f7f5f4;
    margin-bottom: 40px !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-title,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-title,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-title,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-title {
    text-align: left;
    cursor: pointer;
    padding: 0;
    position: relative;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-title strong,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title strong,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title strong,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-title strong,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-title strong {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    display: block;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-title strong:before,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-title strong:before,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-title strong:before,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-title strong:before,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-title strong:before,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-title strong:before,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-title strong:before,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-title strong:before {
    content: '' !important;
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 9px;
    width: 9px;
    transform: rotate(135deg);
    position: absolute;
    right: 0px;
    top: 3px;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter.active .filter-title strong:before,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter.active .filter-title strong:before,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter.active .filter-title strong:before,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter.active .filter-title strong:before,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter.active .filter-title strong:before,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter.active .filter-title strong:before,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter.active .filter-title strong:before,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter.active .filter-title strong:before {
    transform: rotate(315deg);
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-current,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-current,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-current,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-current,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-current,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-current,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-current,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-current {
    padding: 20px 0 0 !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-current .filter-subtitle,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-current .filter-subtitle,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-current .filter-subtitle,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-current .filter-subtitle,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-current .filter-subtitle,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-current .filter-subtitle,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-current .filter-subtitle,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-current .filter-subtitle {
    border: 0 !important;
    margin-bottom: 0 !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-current .items,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-current .items,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-current .items,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-current .items,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-current .items,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-current .items,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-current .items,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-current .items {
    display: block !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-current div.block-subtitle:before,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-current div.block-subtitle:before,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-current div.block-subtitle:before,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-current div.block-subtitle:before,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-current div.block-subtitle:before,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-current div.block-subtitle:before,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-current div.block-subtitle:before,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-current div.block-subtitle:before {
    display: none !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .block-subtitle.filter-subtitle,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .block-subtitle.filter-subtitle,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .block-subtitle.filter-subtitle,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .block-subtitle.filter-subtitle,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .block-subtitle.filter-subtitle,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .block-subtitle.filter-subtitle,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .block-subtitle.filter-subtitle,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .block-subtitle.filter-subtitle {
    display: none;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter.active .filter-content,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter.active .filter-content,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter.active .filter-content,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter.active .filter-content,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter.active .filter-content {
    margin-top: 30px;
    display: block;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-options-title,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-options-title,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-options-title,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-options-title,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-options-title,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-options-title,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-options-title,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-options-title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-options-item,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-options-item,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-options-item,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-options-item,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-options-item,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-options-item,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-options-item,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-options-item {
    margin-bottom: 30px !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar-main #layered-filter-block.block.filter .filter-options-item:last-of-type,
  .poco-themes.page-layout-2columns-right .sidebar-main #layered-filter-block.block.filter .filter-options-item:last-of-type,
  .poco-themes.catalog-category-view .sidebar-main #layered-filter-block.block.filter .filter-options-item:last-of-type,
  .poco-themes.page-with-filter .sidebar-main #layered-filter-block.block.filter .filter-options-item:last-of-type,
  .poco-themes.page-layout-2columns-left .sidebar-additional #layered-filter-block.block.filter .filter-options-item:last-of-type,
  .poco-themes.page-layout-2columns-right .sidebar-additional #layered-filter-block.block.filter .filter-options-item:last-of-type,
  .poco-themes.catalog-category-view .sidebar-additional #layered-filter-block.block.filter .filter-options-item:last-of-type,
  .poco-themes.page-with-filter .sidebar-additional #layered-filter-block.block.filter .filter-options-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .poco-themes.page-layout-2columns-left .column.main {
    order: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
  }
  .poco-themes.page-layout-2columns-left .sidebar {
    order: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
  }
  .poco-themes.page-layout-2columns-left .sidebar.sidebar-main {
    order: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
  }
  .poco-themes.page-layout-2columns-left:not(.catalog-category-view) .sidebar.sidebar-additional {
    margin-bottom: 60px;
  }
  .poco-themes.catalog-product-view.page-layout-2columns-right .columns {
    display: block;
  }
  .poco-themes.page-layout-2columns-right:not(.catalog-category-view) .sidebar-additional .block:last-of-type {
    margin-bottom: 40px !important;
  }
  .column.main .toolbar-products ~ .toolbar-products {
    margin: 40px 0;
  }
  .hrl_filter {
    padding: 20px !important;
    background-color: #f7f5f4;
    display: block !important;
    margin-bottom: 40px !important;
  }
  .hrl_filter .filter-title {
    display: block !important;
    text-align: left !important;
    cursor: pointer;
    padding: 0;
  }
  .hrl_filter .filter-title strong:before {
    content: '' !important;
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 9px;
    width: 9px;
    transform: rotate(135deg);
    position: absolute;
    right: 3px;
    top: 8px;
  }
  .hrl_filter.filter.active .filter-title strong:before {
    transform: rotate(315deg);
  }
  .hrl_filter .filter-options .filter-options-item .filter-options-title {
    padding: 15px 45px 15px 15px;
    border-bottom: 1px solid;
    margin-bottom: 0;
  }
  .hrl_filter .filter-options .filter-options-item:last-of-type .filter-options-title {
    border-bottom: 0 !important;
  }
  .hrl_filter .filter-options .filter-options-item .filter-options-title:after {
    font-size: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    top: 13px;
    right: 10px;
  }
  .hrl_filter .filter-options .filter-options-content {
    max-height: inherit;
    padding: 15px;
    margin-bottom: 0;
  }
  .hrl_filter .filter-title strong {
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    position: relative;
    text-transform: uppercase;
  }
  .hrl_filter strong.filter-subtitle {
    display: none !important;
  }
  .hrl_filter .filter-options-item {
    float: none;
    width: 100%;
    display: block;
    border: 0 !important;
    margin-bottom: 10px;
  }
  .hrl_filter .filter-options .filter-options-content {
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .hrl_filter .filter-options .filter-options-item .filter-options-title {
    border-bottom: 0 !important;
  }
  .hrl_filter .filter-content {
    display: none;
    margin-top: 20px;
  }
  .hrl_filter.block.filter.active .filter-content {
    display: block;
  }
  .hrl_filter .filter-options {
    border: 0 !important;
  }
  .hrl_filter .filter-options .filter-options-content {
    padding: 0 !important;
    background-color: transparent;
  }
  .hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible,
  .hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible.active {
    padding: 13px 30px 11px 0 !important;
    font-weight: 600;
  }
  .hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible.active:after,
  .hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible:after {
    top: 20px !important;
    right: 4px !important;
    height: 9px !important;
    width: 9px !important;
    background: none !important;
    transform: rotate(315deg);
  }
  .hrl_filter .filter-options .filter-options-item .filter-options-title.collapsible:after {
    transform: rotate(135deg);
  }
  .hrl_filter .filter-options-item li a {
    padding-left: 0;
  }
  .hrl_filter.block.filter.active .filter-current {
    display: block !important;
  }
  .hrl_filter .filter-subtitle {
    border: 0 !important;
    padding: 15px 0;
  }
  .mb-post-listing .mb-post-gridview .items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mb-post-listing .mb-post-gridview .item {
    max-width: 50%;
    padding: 0 15px;
  }
  .mb-post-listing .mb-post-header .mb-post-meta {
    margin-bottom: 20px !important;
  }
  .mb-post-listing .mb-featured-image {
    margin-bottom: 20px !important;
  }
  .mb-blog-toolbar .toolbar-amount {
    float: none !important;
    margin-bottom: 20px;
  }
  .mb-blog-toolbar .pages {
    float: left;
  }
  .mb-post-listview .mb-post-listview-content {
    padding-left: 40px;
  }
  .mb-post-listview .item .display-flex {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }
  .mb-post-listview .mb-post-header .mb-post-meta {
    margin-bottom: 10px !important;
  }
  .mb-postview-footer {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .mb-postview-footer .item-meta {
    margin-bottom: 10px !important;
  }
  .mb-postview-footer .mgblog-post-vote {
    margin-bottom: 10px !important;
  }
  .mb-related-post .item,
  .mb-related-products .products-grid .product-item {
    width: 31.3% !important;
    margin-bottom: 30px !important;
  }
  .mb-related-post .item:last-of-type,
  .mb-related-products .products-grid .product-item:last-of-type {
    margin-bottom: 0 !important;
  }
  .mb-related-post .item:nth-of-type(3n),
  .mb-related-products .products-grid .product-item:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .mb-related-post {
    margin-bottom: 20px !important;
  }
  .product-info-main .product.info.detailed .product.data.items > .item.title .switch {
    border-bottom: 0 !important;
  }
  .block.related .action.select {
    margin: 5px auto !important;
  }
  .block.related .block-actions {
    margin-bottom: 60px;
  }
  .catalog-product-nobanner .page-title-wrap {
    padding: 20px 0 30px;
  }
  .newsletter-in .newsletter-img {
    display: none !important;
  }
  .newsletter-in .newsletter-form,
  .newsletter-in .block.newsletter {
    max-width: 100%;
  }
  .account.wishlist-index-index .column.main .products-grid .product-item {
    width: 48% !important;
    margin-right: 4%;
    border-width: 0 !important;
    margin-bottom: 30px !important;
  }
  .account.wishlist-index-index .column.main .products-grid .product-item:nth-child(3n) {
    margin-right: 4%;
  }
  .account.wishlist-index-index .column.main .products-grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .account.wishlist-index-index .actions-toolbar > .primary,
  .account.wishlist-index-index .actions-toolbar > .secondary {
    display: block;
  }
  .account.wishlist-index-index .actions-toolbar > .primary .action,
  .account.wishlist-index-index .actions-toolbar > .secondary .action {
    width: 100%;
  }
  .account.wishlist-index-index .column:not(.sidebar-main) form .actions-toolbar,
  .account.wishlist-index-index .column:not(.sidebar-additional) form .actions-toolbar {
    padding: 0;
  }
  .account.wishlist-index-index.account .column.main .toolbar {
    margin-bottom: 20px;
  }
  .account.wishlist-index-index .toolbar.wishlist-toolbar .pager {
    margin: 0;
  }
  .account.wishlist-index-index .toolbar .limiter,
  .account.wishlist-index-index .column.main .pager .toolbar-amount {
    margin: 0;
  }
  .account.wishlist-index-index.account .column.main .pager .toolbar-amount {
    padding-top: 0;
    padding-right: 10px;
  }
  .account.wishlist-index-index .actions-toolbar > .primary,
  .account.wishlist-index-index .actions-toolbar > .secondary {
    display: block;
  }
  .account.wishlist-index-index .actions-toolbar > .secondary {
    float: none;
  }
  .account.wishlist-index-index .actions-toolbar > .primary .action {
    width: 100%;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    position: relative;
    display: block;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 5px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 9px;
    width: 9px;
    transform: rotate(135deg);
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    transform: rotate(315deg);
  }
  .block-collapsible-nav .title {
    padding: 20px;
  }
  .block-collapsible-nav .title::after {
    top: 26px;
    right: 20px;
  }
  .block-collapsible-nav .content {
    padding: 10px 20px 30px 20px !important;
  }
  .account form.form-address-edit .actions-toolbar,
  .account .form.form-edit-account .actions-toolbar {
    margin-left: 0 !important;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-right-color: transparent !important;
    border-bottom-color: #bdbab9 !important;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    left: auto !important;
    top: 8px !important;
  }
  .contact-info-features {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .contact-info-features .flex-1 {
    flex: 1 0 100% !important;
    -webkit-flex: 1 0 100% !important;
    -ms-flex: 1 0 100% !important;
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-info-features .flex-1:last-child {
    margin-bottom: 0;
  }
  .accordian-content {
    padding: 20px 40px;
  }
  .accordian-content h2 {
    font-size: 24px;
  }
  .title-404 {
    font-size: 150px;
  }
  .title-small-404 {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .team-section.style1 .item {
    width: 48.5%;
    margin-right: 3%;
  }
  .team-section.style1 .item:nth-of-type(1n),
  .team-section.style1 .item:nth-of-type(2n) {
    margin-bottom: 30px;
  }
  .team-section.style1 .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .team-section.style1 .team-member-photo {
    margin-bottom: 30px;
  }
  .team-section.style1 .team-member-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .team-section.style1 .team-member-position {
    font-size: 17px;
  }
  .team-section.style1 .social-icons ul li {
    margin: 0 5px;
  }
  .team-section.style1 .item .social-icons {
    padding: 10px 0;
  }
  .sections-spacing.image-height-section {
    padding-bottom: 0 !important;
  }
  .image-height-section:before {
    height: 80%;
  }
  .search-drawer .mbAutoSearch #search_autocomplete_first {
    width: 100%;
  }
  .cart-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .cart-container .cart-summary {
    order: 1;
    -ms-order: 1;
    -webkit-order: 1;
    margin-top: 30px;
  }
  .quickViewDetails .product-add-form {
    padding-bottom: 20px;
  }
  .quickViewDetails.modal-popup .price-box {
    padding-bottom: 0 !important;
  }
  .quickViewDetails.modal-popup._inner-scroll .modal-content {
    padding: 0 30px 30px 30px;
  }
  .quickViewDetails.modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #fff;
  }
  .quickViewDetails .product.info.detailed {
    padding-left: 0;
    padding-right: 0;
  }
  .quickViewDetails .product-add-form .box-tocart {
    padding: 0;
  }
  .quickViewDetails .product-add-form .box-tocart .fieldset {
    margin-bottom: 10px;
  }
  .quickViewDetails .mageb-qv-popup .info-box-detail {
    width: 100%;
    padding-left: 0;
  }
  .quickViewDetails .mageb-qv-popup .info-detail-container {
    width: 100% !important;
  }
  .quickViewDetails .mageb-qv-popup .image-box-detail {
    padding-right: 0;
  }
  .quickViewDetails .block.related .action.select {
    display: inline-block;
  }
  .quickViewDetails.modal-popup .fotorama__stage__frame .fotorama__img {
    width: 100%;
    padding: 3px;
  }
  .quickViewDetails .product-add-form .box-tocart {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
  }
  .quickViewDetails .product-add-form .box-tocart .fieldset {
    width: 125px;
    padding-right: 20px;
  }
  .quickViewDetails.modal-popup .product-info-main .box-tocart .actions {
    margin-bottom: 0 !important;
  }
  .quickViewDetails .product-add-form {
    padding-bottom: 10px;
  }
  .quickViewDetails.modal-popup .product-options-bottom .price-box .price-container .price,
  .quickViewDetails.modal-popup .product-info-price .price-box .price-container .price {
    font-size: 20px !important;
  }
  .quickViewDetails .product-info-main {
    margin-top: 0 !important;
  }
  .quickViewDetails .product-social-links .product-addto-links {
    padding-bottom: 20px;
    margin: 0 0 35px;
  }
  .quickViewDetails .block.related {
    border-top: 0 !important;
    margin-top: 0 !important;
  }
  .quickViewDetails .product.info.detailed .product.data.items > .item.title .switch {
    padding: 15px 0;
    font-size: 16px;
  }
  .quickViewDetails .product.info.detailed {
    padding-top: 0;
    background-color: transparent;
  }
  .quickViewDetails .product-add-form .box-tocart .field.qty .input-text.qty {
    background-color: transparent;
  }
  .page-layout-2columns-left .quickViewDetails .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-right .quickViewDetails .product-social-links .product-addto-links .action.towishlist,
  .page-layout-2columns-left .quickViewDetails .product-social-links .product-addto-links .action.sizeguide,
  .page-layout-2columns-right .quickViewDetails .product-social-links .product-addto-links .action.sizeguide {
    margin-bottom: 0;
    margin-right: 0;
  }
  .quickViewDetails .product-add-form {
    padding-bottom: 20px !important;
  }
  .quickViewDetails .product-info-main .price-box {
    margin-bottom: 0 !important;
  }
  .fotorama__nav--dots .fotorama__dot {
    margin: 0 !important;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby {
    width: 100% !important;
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .sort-detail {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .block-content ol li {
    display: inline-block !important;
  }
  .page-layout-2columns-left .sidebar .block.filter,
  .page-layout-2columns-right .sidebar .block.filter,
  .page-with-filter .sidebar .block.filter {
    padding: 15px !important;
  }
  .page-layout-2columns-left .sidebar .block .block-title.filter-title strong:after,
  .page-layout-2columns-right .sidebar .block .block-title.filter-title strong:after,
  .page-with-filter .sidebar .block .block-title.filter-title strong:after,
  .page-layout-2columns-left .sidebar .mb-block .block-title.filter-title strong:after,
  .page-layout-2columns-right .sidebar .mb-block .block-title.filter-title strong:after,
  .page-with-filter .sidebar .mb-block .block-title.filter-title strong:after {
    display: block;
    background: transparent;
    margin: 0;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby {
    width: 100% !important;
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .section-title .sort-detail {
    text-align: center;
  }
  .mage-ajaxpro-page.left-sidebar .sidebar-shopby .block-content ol li {
    display: inline-block !important;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title {
    text-align: center;
  }
  /* Today Deal Page Listing */
  .page-layout-1column .block.widget .products-grid .product-items .product-item {
    width: 48.5%;
    margin-right: 3%;
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column .block.widget .products-grid .product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column .block.widget.mage-deal-slider-sidebar .products-grid .product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
  .product.info.detailed #reviews #review-form .fieldset > .field {
    clear: both;
  }
  .catalog-category-view .category-view .subcategory-grid .product-item-name a {
    font-size: 14px;
  }
  .catalog-category-view .category-view .subcategory-grid .swiper-button-next,
  .catalog-category-view .category-view .subcategory-grid .swiper-button-prev {
    opacity: 1;
    visibility: visible;
  }
  .products-list .product-item .product-item-info .product-item-inner.style1 .magebees_quickview,
  .products-list .product-item .product-item-info:hover .product-item-inner.style1 .magebees_quickview,
  .products-list .product-item .product-item-info .product-item-inner.style2 .magebees_quickview,
  .products-list .product-item .product-item-info:hover .product-item-inner.style2 .magebees_quickview,
  .products-list .product-item .product-item-info .product-item-inner.style3 .magebees_quickview,
  .products-list .product-item .product-item-info:hover .product-item-inner.style3 .magebees_quickview,
  .products-list .product-item .product-item-info .product-item-inner.style4 .magebees_quickview,
  .products-list .product-item .product-item-info:hover .product-item-inner.style4 .magebees_quickview {
    position: static;
    margin-top: 0;
  }
  .products-list .product-item .product-item-inner.style1 .btn,
  .products-list .product-item .product-item-inner.style2 .btn,
  .products-list .product-item .product-item-inner.style4 .btn,
  .products-list .product-item .product-item-inner.style1 .action.tocart.primary,
  .products-list .product-item .product-item-inner.style2 .action.tocart.primary,
  .products-list .product-item .product-item-inner.style4 .action.tocart.primary,
  .products-list .product-item .product-item-inner.style1 .action.towishlist,
  .products-list .product-item .product-item-inner.style2 .action.towishlist,
  .products-list .product-item .product-item-inner.style4 .action.towishlist,
  .products-list .product-item .product-item-inner.style1 .action.tocompare,
  .products-list .product-item .product-item-inner.style2 .action.tocompare,
  .products-list .product-item .product-item-inner.style4 .action.tocompare,
  .products-list .product-item .product-item-inner.style1 .stock.available,
  .products-list .product-item .product-item-inner.style2 .stock.available,
  .products-list .product-item .product-item-inner.style4 .stock.available,
  .products-list .product-item .product-item-inner.style1 .stock.unavailable,
  .products-list .product-item .product-item-inner.style2 .stock.unavailable,
  .products-list .product-item .product-item-inner.style4 .stock.unavailable,
  .products-list .product-item .product-item-inner.style1 .magebees_quickview,
  .products-list .product-item .product-item-inner.style2 .magebees_quickview,
  .products-list .product-item .product-item-inner.style4 .magebees_quickview {
    width: 100%;
  }
  .products-list .product-item .product-item-inner.style1 .btn:before,
  .products-list .product-item .product-item-inner.style2 .btn:before,
  .products-list .product-item .product-item-inner.style4 .btn:before,
  .products-list .product-item .product-item-inner.style1 .action.tocart.primary:before,
  .products-list .product-item .product-item-inner.style2 .action.tocart.primary:before,
  .products-list .product-item .product-item-inner.style4 .action.tocart.primary:before,
  .products-list .product-item .product-item-inner.style1 .action.towishlist:before,
  .products-list .product-item .product-item-inner.style2 .action.towishlist:before,
  .products-list .product-item .product-item-inner.style4 .action.towishlist:before,
  .products-list .product-item .product-item-inner.style1 .action.tocompare:before,
  .products-list .product-item .product-item-inner.style2 .action.tocompare:before,
  .products-list .product-item .product-item-inner.style4 .action.tocompare:before,
  .products-list .product-item .product-item-inner.style1 .stock.available:before,
  .products-list .product-item .product-item-inner.style2 .stock.available:before,
  .products-list .product-item .product-item-inner.style4 .stock.available:before,
  .products-list .product-item .product-item-inner.style1 .stock.unavailable:before,
  .products-list .product-item .product-item-inner.style2 .stock.unavailable:before,
  .products-list .product-item .product-item-inner.style4 .stock.unavailable:before,
  .products-list .product-item .product-item-inner.style1 .magebees_quickview:before,
  .products-list .product-item .product-item-inner.style2 .magebees_quickview:before,
  .products-list .product-item .product-item-inner.style4 .magebees_quickview:before {
    width: 100%;
  }
  .products-list .product-item .product-item-inner.style4 .action.tocart.primary,
  .products-list .product-item .product-item-inner.style4 .action.towishlist,
  .products-list .product-item .product-item-inner.style4 .action.tocompare,
  .products-list .product-item .product-item-inner.style4 .stock.available,
  .products-list .product-item .product-item-inner.style4 .stock.unavailable,
  .products-list .product-item .product-item-inner.style4 .magebees_quickview {
    width: 100% !important;
  }
  .products-list .product-item .product-item-inner.style3 .btn,
  .products-list .product-item .product-item-inner.style3 .action.tocart.primary,
  .products-list .product-item .product-item-inner.style3 .action.towishlist,
  .products-list .product-item .product-item-inner.style3 .action.tocompare,
  .products-list .product-item .product-item-inner.style3 .stock.available,
  .products-list .product-item .product-item-inner.style3 .stock.unavailable,
  .products-list .product-item .product-item-inner.style3 .magebees_quickview {
    width: 100%;
  }
  .cms-page-view .column.main img[style="float: left;"],
  .cms-page-view .column.main img[style="float: right;"] {
    margin: 0 auto 20px;
    display: block;
    float: none !important;
    text-align: center;
  }
  .catalog-category-view .category-view .subcategory-grid img {
    width: 100%;
  }
  .product.info.detailed .product.data.items > .item.title {
    float: none;
  }
  .product.info.detailed .product.description img[style="float: left;"] {
    margin: 20px 0;
    float: none !important;
    display: block;
  }
  .product.info.detailed .product.description img[style="float: right;"] {
    margin: 20px 0;
    float: none !important;
    display: block;
  }
  .page-with-filter .sidebar .block.filter,
  .page-layout-2columns-left .sidebar .block.filter {
    margin-bottom: 20px !important;
  }
  .products-list .product-item .product-item-info .magebees_quickview,
  .products-list .product-item .product-item-info:hover .magebees_quickview {
    position: static;
    margin: 0;
  }
  .cart-container .cart.main.actions .action {
    display: block;
    width: 100%;
  }
  .cart-container .cart.main.actions .action.continue {
    margin-bottom: 10px;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    padding-right: 10px;
  }
  .product-info-main .product.attribute.overview {
    margin: 30px 0 0;
    padding: 30px 0 0;
  }
  .product-info-main .product-add-form {
    padding-top: 30px !important;
    margin-top: 30px !important;
  }
  .product-social-links .product-addto-links {
    margin: 0 0 30px;
    padding-bottom: 30px;
  }
  .product-add-form .box-tocart .buynow-button {
    padding-left: 10px;
  }
  .product-add-form .box-tocart .actions .action.primary,
  .product-add-form .box-tocart .actions .action.secondary {
    font-size: 16px;
  }
  .block.block-slider {
    order: 3;
    -webkit-order: 3;
    -ms-order: 3;
  }
  .block.block-viewed-products-grid {
    width: 100%;
  }
  #popup.modal-box {
    width: 85%;
  }
  #popup.modal-box footer,
  #popup.modal-box .modal-footer {
    margin: 0;
  }
  .comments-wrapper .fieldset .textarea {
    margin-bottom: 15px !important;
  }
  .comments-wrapper .fieldset .feilds .field,
  .comments-wrapper .fieldset .feilds .field.last {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .cartDetails,
  .quickViewDetails {
    margin: 0;
  }
  .cartDetails.modal-popup._inner-scroll .modal-inner-wrap,
  .quickViewDetails.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
  }
  .cartDetails .modal-custom .action-close,
  .quickViewDetails .modal-custom .action-close,
  .cartDetails .action-close,
  .quickViewDetails .action-close,
  .cartDetails .modal-slide .action-close,
  .quickViewDetails .modal-slide .action-close {
    right: 10px;
    top: 10px;
    z-index: 10;
  }
  .cartDetails.modal-popup .box-tocart .field.qty,
  .quickViewDetails.modal-popup .box-tocart .field.qty {
    margin-bottom: 0 !important;
  }
  .cartDetails.modal-popup .product-info-main .box-tocart .actions,
  .quickViewDetails.modal-popup .product-info-main .box-tocart .actions,
  .cartDetails.modal-popup .product-options-bottom .box-tocart .actions,
  .quickViewDetails.modal-popup .product-options-bottom .box-tocart .actions {
    margin: 0 0 15px;
  }
  .product-social-links .product-addto-links .action {
    font-size: 14px;
  }
  .product-tabs-slider .sidebar-shopby .block-content,
  .product-tabs-slider .sidebar-shopby .section-title,
  .brand.brand-slider-style1 .section-title .title-in,
  .brand.brand-slider-style1 .section-title,
  .brand.brand-slider-style1 .section-title .brand-nav-arrow {
    display: block;
    text-align: center;
  }
  .product-tabs-slider .sidebar-shopby .section-title,
  .brand.brand-slider-style1 .section-title .title-in {
    margin-bottom: 15px;
  }
  .hidden-s {
    display: none !important;
  }
  .search-drawer .mbAjaxSearch .mbAutoSearch.right .search-autocomplete {
    left: 0;
  }
  .search-drawer .mbAjaxSearch #search_autocomplete_second {
    width: 100%;
  }
  .ajaxSearch.block-search .label {
    display: none !important;
  }
  .mbAjaxSearch .control,
  .block-search .mbAjaxSearch .label.active + .control {
    display: block !important;
    padding-top: 0 !important;
    margin: 0;
    border-top: 0;
  }
  .mbAjaxSearch div.select-wrapper,
  .mbAjaxSearch .searchField {
    display: table-cell;
  }
  .search-drawer .mbAjaxSearch #search {
    position: static;
  }
  .testimonial-outer {
    background-position: left !important;
  }
  /* Today Deal Product --------------------------------------------- */
  .page-layout-1column .today-deal-timer .product.media {
    width: 100%;
  }
  .page-layout-1column .today-deal-timer .product-info-main {
    width: 100%;
    padding-left: 0;
  }
  .today-deal-timer .deal-timer .countdown-section {
    margin-left: 0 !important;
  }
  .today-deal-timer .deal-timer .countdown-section .countdown-amount {
    font-size: 18px;
  }
  .today-deal-timer .deal-timer .countdown-section .countdown-period {
    font-size: 14px;
  }
  /* End Today Deal Product ----------------------------------------- */
  .search-drawer .block.block-search.ajaxSearch,
  .search-drawer .block-search {
    position: inherit;
    margin-right: 0;
    margin-top: 0;
  }
  .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch #search,
  .search-drawer .block-search .mbAjaxSearch #search {
    font-size: 16px;
    padding-right: 35px;
    margin-bottom: 15px;
  }
  .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch input,
  .search-drawer .block-search .mbAjaxSearch input {
    position: static !important;
  }
  .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .control,
  .search-drawer .block-search .mbAjaxSearch .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    display: block !important;
  }
  .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .label,
  .search-drawer .block-search .mbAjaxSearch .label {
    text-align: center;
    display: none !important;
    cursor: pointer;
  }
  .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .label.active + .control,
  .search-drawer .block-search .mbAjaxSearch .label.active + .control {
    display: block !important;
  }
  .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search,
  .search-drawer .block-search .mbAjaxSearch .action.search {
    display: block !important;
    position: absolute;
    right: 0px;
    top: 0;
    padding: 0;
    font-weight: normal;
    background-color: inherit;
  }
  .search-drawer .block.block-search.ajaxSearch .mbAjaxSearch .action.search span,
  .search-drawer .block-search .mbAjaxSearch .action.search span {
    display: none !important;
  }
  .poco-themes .mbAjaxSearch div.select-wrapper,
  .poco-themes .mbAjaxSearch .searchField {
    display: block;
  }
  .page-layout-1column .product.media .store-feature {
    display: none;
  }
  .page-layout-1column.catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    /* 3 Products Grid Row */
    /* End 3 Products Grid Row */
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-3.product-items .product-item {
    width: 48.3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .product-item:nth-of-type(2n):not(div),
  .catalogsearch-result-index .column.main .product-items-3.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-3.product-items .swatch-attribute .swatch-option.color,
  .catalogsearch-result-index .column.main .product-items-3.product-items .swatch-attribute .swatch-option.color {
    height: 10px;
    width: 10px;
  }
  /* Products Listing Style ----------------------------------------- */
  .products-grid {
    /* 3 Products Grid Row */
    /* End 3 Products Grid Row */
  }
  .products-grid .product-items-3.product-items .product-item {
    width: 48.3%;
  }
  .products-grid .product-items-3.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .products-grid .product-items-3.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .products-grid .product-items-3.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0;
  }
  .products-grid .product-items-4.product-items .product-item {
    width: 31.2%;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: left;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    border-right: 0;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .products-grid .product-item .magebees_quickview {
    position: static;
    display: inline-block;
  }
  .products-grid .product-item .swatch-attribute .swatch-option.image {
    width: 25px !important;
    height: 25px !important;
    margin-right: 3px;
  }
  .products-grid .product-item .product-item-info:hover .magebees_quickview {
    position: static;
    display: inline-block;
  }
  .products-list .product-item .actions-secondary .action,
  .block.widget.block-products-list .product-item .actions-secondary .action {
    margin-right: 0;
  }
  .products-list .product-item .product-item-inner ul > li .magebees_quickview,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .magebees_quickview,
  .products-list .product-item .product-item-inner ul > li .action.tocart.primary,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .action.tocart.primary,
  .products-list .product-item .product-item-inner ul > li .btn,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .btn,
  .products-list .product-item .product-item-inner ul > li .action.towishlist,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .action.towishlist,
  .products-list .product-item .product-item-inner ul > li .action.tocompare,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .action.tocompare,
  .products-list .product-item .product-item-inner ul > li .stock.available,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .stock.available,
  .products-list .product-item .product-item-inner ul > li .stock.unavailable,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .stock.unavailable {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .products-list .product-item .product-item-inner ul > li .magebees_quickview:before,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .magebees_quickview:before,
  .products-list .product-item .product-item-inner ul > li .action.tocart.primary:before,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .action.tocart.primary:before,
  .products-list .product-item .product-item-inner ul > li .btn:before,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .btn:before,
  .products-list .product-item .product-item-inner ul > li .action.towishlist:before,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .action.towishlist:before,
  .products-list .product-item .product-item-inner ul > li .action.tocompare:before,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .action.tocompare:before,
  .products-list .product-item .product-item-inner ul > li .stock.available:before,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .stock.available:before,
  .products-list .product-item .product-item-inner ul > li .stock.unavailable:before,
  .block.widget.block-products-list .product-item .product-item-inner ul > li .stock.unavailable:before {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .page-layout-1column.catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    /* 5 Products Grid Row */
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item {
    width: 48.5%;
    margin-right: 2.56410256%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 2.56410256%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(1n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(1n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-4.product-items .product-item:nth-of-type(2n):not(div),
  .catalogsearch-result-index .column.main .product-items-4.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item {
    width: 31.1%;
    margin-right: 3%;
    margin-left: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(4n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(4n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(4n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-list .product-items .product-item,
  .catalogsearch-result-index .column.main .products-list .product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
  .column.main .toolbar-products .modes {
    vertical-align: middle;
  }
  .column.main .toolbar-products .modes .modes-mode {
    padding: 0;
    float: left;
    width: 32px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
  }
  .column.main #layered-filter-block-top {
    display: block;
    margin: 10px 0 20px !important;
  }
  .column.main #layered-filter-block-top .filter-options-item {
    padding-bottom: 0;
  }
  .column.main #layered-filter-block-top .filter-options .filter-options-title {
    margin-bottom: 1px;
    padding: 10px 30px 10px 10px;
  }
  /* End Products Listing Style ------------------------------------- */
  /* Product Detail page ------------------------------------------- */
  .table-wrapper.grouped .product-item-name {
    margin: 0;
  }
  .table-wrapper.grouped .price-box {
    margin-bottom: 0;
  }
  .product-options-bottom,
  .product-info-main {
    margin-top: 10px;
  }
  .product-options-bottom #timer-countbox.timer-countbox .countdown-section,
  .product-info-main #timer-countbox.timer-countbox .countdown-section {
    min-width: inherit;
  }
  .product-options-bottom #timer-countbox.timer-countbox .countdown-section .countdown-amount,
  .product-info-main #timer-countbox.timer-countbox .countdown-section .countdown-amount {
    font-size: 20px;
  }
  .product-options-bottom #timer-countbox.timer-countbox .countdown-section .countdown-period,
  .product-info-main #timer-countbox.timer-countbox .countdown-section .countdown-period {
    font-size: 14px;
  }
  .product-options-bottom .product-add-form .box-tocart .field.qty .fieldset > .field,
  .product-info-main .product-add-form .box-tocart .field.qty .fieldset > .field {
    margin-bottom: 0!important;
  }
  .product-options-bottom .fieldset > .field,
  .product-info-main .fieldset > .field {
    margin-bottom: 0 !important;
  }
  .product-options-bottom .actions,
  .product-info-main .actions {
    display: inline-block;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin-top: 30px;
  }
  .fotorama__nav--dots .fotorama__nav__frame {
    height: 10px !important;
  }
  .fotorama__nav--dots .fotorama__dot {
    top: 0;
  }
  .product.info.detailed {
    padding: 20px 0 60px;
  }
  .product.info.detailed .product.data.items > .item.title {
    text-align: left;
    border-bottom: solid 1px #e9e9e9;
    margin: 0;
    display: block;
  }
  .product.info.detailed .product.data.items > .item.title:last-of-type {
    border-bottom: 0 !important;
  }
  .product.info.detailed .product.data.items > .item.title .switch {
    line-height: normal;
    padding: 15px 0;
    position: relative;
    height: auto;
    margin: 0;
  }
  .product.info.detailed .product.data.items > .item.title .switch:after {
    content: "\002B" !important;
    display: block !important;
    text-align: center;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 12px;
    font-weight: normal;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .product.info.detailed .product.data.items > .item.title.active .switch:after {
    content: "\2212" !important;
    top: 10px;
  }
  .product.info.detailed .product.data.items > .item.content {
    margin-top: 0;
    padding: 20px 0;
    border: 0 !important;
    margin: 0 !important;
  }
  .product.info.detailed .product.data.items > .item.content .product.description {
    margin-bottom: 0;
  }
  .product.info.detailed.vertical {
    padding-top: 60px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title .switch:after,
  .product.info.detailed.vertical .product.data.items > .item.title.active .switch:after {
    top: 4px;
    right: 3px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    margin: 0 0 10px;
  }
  .product.info.detailed.vertical .product.data.items > .item.content {
    padding: 20px 0 !important;
  }
  .product.info.detailed #reviews .block.review-add {
    width: 100%;
  }
  .product.info.detailed #reviews .review-form {
    max-width: 100%;
  }
  .product.info.detailed #reviews .actions-toolbar .action.primary {
    width: auto;
    text-align: left !important;
  }
  .product.info.detailed #reviews #product-review-container {
    width: 100%;
    margin-right: 0;
  }
  .product-options-wrapper .fieldset > .field {
    margin-bottom: 10px !important;
  }
  .product-options-bottom,
  .product-info-main {
    margin: 0 !important;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 30px;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media,
  .page-layout-2columns-right.catalog-product-view .product.media,
  .page-layout-2columns-left.catalog-product-view .product.media,
  .page-layout-2columns-right.catalog-product-view .product-info-main,
  .page-layout-2columns-left.catalog-product-view .product-info-main {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-layout-2columns-right .product.info.detailed .product.data.items > .item.title .switch,
  .page-layout-2columns-left .product.info.detailed .product.data.items > .item.title .switch {
    margin: 0 !important;
  }
  .page-layout-2columns-right .product.info.detailed.vertical .product.data.items .pl-7,
  .page-layout-2columns-left .product.info.detailed.vertical .product.data.items .pl-7 {
    padding-left: 0 !important;
  }
  .page-layout-2columns-right .product.info.detailed.vertical .product.data.items > .item.title .switch,
  .page-layout-2columns-left .product.info.detailed.vertical .product.data.items > .item.title .switch {
    font-size: 15px;
  }
  .columns .sidebar-main,
  .columns .sidebar-additional {
    -webkit-flex-basis: inherit !important;
    flex-basis: inherit !important;
  }
  .columns .sidebar-main .block,
  .columns .sidebar-additional .block,
  .columns .sidebar-main .cwsMostviewed,
  .columns .sidebar-additional .cwsMostviewed {
    width: 100%;
    max-width: 100%;
  }
  .fotorama__nav--dots .fotorama__nav__frame {
    height: 15px !important;
  }
  .product-info-main .timer-product .countdown-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    max-width: inherit;
    text-align: left;
  }
  .product.info.detailed.vertical .product.data.items > .item.title .switch {
    padding: 10px;
  }
  .product.info.detailed.vertical .product.data.items .item.content {
    width: 100% !important;
    position: static;
    padding: 10px 0 20px 0;
  }
  .product.info.detailed.accordion .product.data.items > .item.title.active .switch::before {
    top: 10px;
  }
  .page-product-bundle .product-options-bottom,
  .page-product-bundle .product-info-main {
    margin-top: 0;
  }
  .bundle-options-container .bundle-options-wrapper {
    width: 100% !important;
  }
  .bundle-options-container .fieldset {
    margin-bottom: 15px;
  }
  .vertical-thumb-slider .fotorama__stage {
    margin-left: 0;
  }
  /* End Product Detail Page ---------------------------------------- */
  .cart.main.actions .action {
    margin-bottom: 10px;
    display: block;
  }
  /* ------------------------------------------------------------
   		Cart Page Common  -----------------------------------------
	   ------------------------------------------------------------ */
  .cart-container .cart.table-wrapper .cart.items.data.table th {
    padding-bottom: 20px !important;
    font-size: 16px !important;
  }
  .cart-container .cart.table-wrapper .product-item-photo {
    max-width: 85px;
  }
  .cart-container .cart-summary {
    width: 100%;
    top: 0 !important;
    margin-left: 0;
  }
  .cart-container .product-item-details {
    display: block;
    padding-left: 70px;
  }
  .cart-container .item-options dt,
  .cart-container .block-giftregistry-shared-items .product .item-options dt,
  .cart-container .multicheckout .item-options dt {
    clear: none !important;
  }
  .cart-container .item-options dd,
  .cart-container .block-giftregistry-shared-items .product .item-options dd,
  .cart-container .multicheckout .item-options dd {
    margin-right: 10px !important;
  }
  .cart-container .cart.items.data.table thead tr th.col.item {
    text-align: center;
  }
  .cart-container .cart.items.data.table tbody tr td {
    border: 0;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: inline-block;
  }
  .cart.table-wrapper .col.qty[data-th]::before,
  .cart.table-wrapper .col.price[data-th]::before,
  .cart.table-wrapper .col.subtotal[data-th]::before,
  .cart.table-wrapper .col.msrp[data-th]::before {
    font-weight: 500;
  }
  .cart.table-wrapper .cart.items.data.table td {
    padding: 30px 0 !important;
  }
  .cart.table-wrapper .col.qty .field.qty .input-text.qty {
    height: 51px !important;
  }
  .cart.table-wrapper .col.qty .field.qty .quantity-controls {
    height: 26px;
    line-height: 30px;
  }
  .cart.table-wrapper .cart.items.data.table tr.item-actions td {
    padding: 10px 0 15px !important;
  }
  .cart-container .product-item-details {
    padding-left: 110px !important;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    padding-bottom: 5px;
  }
  .cart.items.data.table {
    margin-bottom: 10px;
  }
  .cart.items.data.table {
    border: 0 !important;
  }
  .checkout-cart-index .abs-shopping-cart-items-desktop,
  .checkout-cart-index .block-cart-failed,
  .checkout-cart-index .cart-container .form-cart,
  .checkout-cart-index .cart-container .cart-gift-item {
    width: 100%;
  }
  /* ------------------------------------------------------------
   		End Cart Page Common  -------------------------------------
	   ------------------------------------------------------------ */
  .quickViewDetails .mageb-qv-popup .info-detail-container,
  .quickViewDetails .mageb-qv-popup .image-box-detail {
    width: 100%;
    margin-right: 0;
  }
  .quickViewDetails.modal-popup .product-info-main .product.attribute.overview {
    display: none;
  }
  .quickViewDetails.modal-popup .fotorama__stage__shaft {
    background-color: #fff;
  }
  .quickViewDetails.modal-popup .fotorama__stage {
    margin-bottom: 10px;
  }
  .sidebar .block-reorder .actions-toolbar:before,
  .sidebar .block-reorder .actions-toolbar:after {
    content: "";
    clear: both;
    display: block;
  }
  /* My Account --------------------- */
  .account.wishlist-index-index .products-grid .product-item-name,
  .account.wishlist-index-index .products-grid .product-item-description,
  .account.wishlist-index-index .products-grid .product-item .price-box,
  .account.wishlist-index-index .products-grid .product-item-tooltip {
    margin-left: 0;
  }
  .account.wishlist-index-index .products-grid .product-item-photo {
    float: none;
  }
  .account.wishlist-index-index .products-grid .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .account.wishlist-index-index .products-grid .product-item .fieldset .field.qty .label {
    display: none;
  }
  .account.wishlist-index-index .products-grid .product-item .box-tocart {
    float: none;
    margin-right: 0;
  }
  .account.wishlist-index-index .products-grid .product-image-container {
    max-width: 100%;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    display: inline-block;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    width: auto;
  }
  .actions-toolbar > .secondary {
    float: right;
  }
  .account form.form-address-edit .actions-toolbar .primary,
  .account .form.form-edit-account .actions-toolbar .primary {
    margin-left: 0;
  }
  .account .page-title-wrapper .page-title,
  [class^="sales-guest-"] .page-title-wrapper .page-title,
  .sales-guest-view .page-title-wrapper .page-title {
    margin-right: 0;
  }
  /* End My Account --------------------- */
  /* Blog Section ----------------------- */
  .post-list-wrapper .pager .pages {
    float: none;
  }
  .comments-wrapper .actions-toolbar {
    margin-bottom: 10px;
  }
  .comments-wrapper .actions-toolbar .primary {
    margin-left: 0 !important;
  }
  .comments-wrapper .fieldset {
    margin-bottom: 0 !important;
  }
  /* End Blog Section ------------------- */
  .fieldset > .field {
    margin-bottom: 10px !important;
  }
  blockquote h2 {
    font-size: 2rem;
  }
  blockquote code {
    display: none;
  }
  .contact-index-index .contact-form-page {
    width: 100%;
    padding: 20px;
  }
  .contact-form-page,
  .contact-info-left {
    width: 100%;
    padding-right: 0;
  }
  .login-container .block.block-customer-login {
    margin-bottom: 40px !important;
  }
  .login-container .block .block-content {
    min-height: inherit;
  }
  .login-container .block .actions-toolbar .secondary {
    float: none;
    clear: none;
    margin-top: 0;
    padding-left: 10px;
  }
  .login-container .block .actions-toolbar .secondary .action {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 10px !important;
    display: block;
  }
  .login-container .block .fieldset > .field > .control {
    width: 100%;
  }
  .sticky-product .sticky-detail,
  .sticky-product .sticky-price {
    padding-left: 0;
  }
  .sticky-product .sticky-detail {
    padding-right: 0;
  }
  .cart.table-wrapper {
    clear: both;
  }
  .magebees-payment-option-content .payment-option-content:before,
  .magebees-payment-option-content .payment-option-content:after {
    content: "";
    display: block;
    clear: both;
  }
  .column.main .toolbar-products {
    clear: both;
  }
  .widget.mage-products .block-title strong {
    margin-top: 0;
    display: inline-block;
  }
  .widget.mage-products .block-title strong {
    display: block;
  }
  .mage-products.mage-deal-slider .timer-product {
    float: none;
    display: inline-block !important;
  }
  .mageb-patn-inner .mageb-caption.v-middle .mageb-full-caption {
    margin-top: 0;
  }
  .mageb-patn-inner .mageb-full-caption h4 {
    font-size: 15px !important;
  }
  .mageb-patn-inner .mageb-full-caption .button,
  .mageb-patn-inner .mageb-full-caption .sort-text {
    display: none;
  }
  /* Ajax add to cart Popup */
  .cartDetails.modal-popup .modal-header,
  .cartDetails.modal-popup .modal-content,
  .cartDetails.modal-popup .modal-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cartDetails .pImageBox {
    width: 100% !important;
  }
  .cartDetails .pName,
  .cartDetails .product-add-form {
    width: 100% !important;
  }
  .cartDetails .cartBox .pname {
    padding-right: 20px;
  }
  .cartDetails .action {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .cartDetails .block.upsell,
  .cartDetails .block.related,
  .cartDetails .block.crosssell {
    display: none;
  }
  .cartDetails .product-info-main .box-tocart .actions .action.primary,
  .cartDetails .product-options-bottom .box-tocart .actions .action.primary {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .cartDetails .product-info-main .box-tocart .input-text.qty,
  .cartDetails .product-options-bottom .box-tocart .input-text.qty {
    width: 80px;
    padding: 0 10px;
    text-align: left;
    margin-left: 0;
  }
  .cartDetails .product-add-form .box-tocart .field.qty .control-qty,
  .cartDetails .product-add-form .update .field.qty .control-qty {
    right: 9px;
  }
  .cartDetails .fieldset .qty-holder .control {
    margin-right: 0;
  }
  .cartDetails .fieldset .qty .label {
    display: none;
  }
  .cartDetails .product-info-main label,
  .cartDetails .product-options-bottom label,
  .cartDetails .product-info-main .swatch-attribute-label,
  .cartDetails .product-options-bottom .swatch-attribute-label {
    font-size: 12px;
  }
  .cartDetails .product-info-main .box-tocart .field.qty,
  .cartDetails .product-options-bottom .box-tocart .field.qty {
    padding-right: 10px;
  }
  .cartDetails .product-add-form .box-tocart,
  .cartDetails .product-add-form .update {
    padding: 10px 0;
    margin: 10px 0;
  }
  /* End Ajax add to cart Popup */
  .aboutus-page .grid-services .item {
    width: 100%;
  }
  .aboutus-page .grid-services .item:nth-child(2n+1) {
    clear: none;
  }
  .account.wishlist-index-index .products-grid .product-item .product-item-actions {
    float: none;
  }
  .products-list .product-item,
  .block.widget.block-products-list .product-item {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .products-list .product-item .product-item-details,
  .block.widget.block-products-list .product-item .product-item-details {
    padding-left: 30px;
  }
  .prev-next-products {
    display: none !important;
  }
  .products-list .product-item .product-item-inner.style3 .icon-btn .action,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .action,
  .products-list .product-item .product-item-inner.style3 .icon-btn .magebees_quickview,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .magebees_quickview,
  .products-list .product-item .product-item-inner.style5 .icon-btn .action,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .icon-btn .action,
  .products-list .product-item .product-item-inner.style5 .icon-btn .magebees_quickview,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style5 .icon-btn .magebees_quickview,
  .products-list .product-item .product-item-inner.style6 .icon-btn .action,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .icon-btn .action,
  .products-list .product-item .product-item-inner.style6 .icon-btn .magebees_quickview,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style6 .icon-btn .magebees_quickview {
    width: 35px !important;
    height: 35px !important;
    line-height: 33px !important;
  }
  .block .box:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .hvr_dtl .action {
    font-size: 13px;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .hvr_dtl .action span {
    display: block;
  }
  .poco-home-page-style-17 .listpro-slider-col .productsListing-section .view-more.btm {
    margin-top: 20px;
  }
  .poco-home-page-style-17 .products-grid .product-item:not(.swiper-slide) {
    margin-bottom: 20px !important;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 li {
    margin-bottom: 0;
    flex: 0 0 50% !important;
    -webkit-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 li:nth-of-type(3),
  .poco-home-page-style-17 .store-features.store-feature-style2 li:nth-of-type(4),
  .poco-home-page-style-17 .store-features.store-feature-style2 li:nth-of-type(5) {
    margin-top: 20px;
  }
  .product-add-form .block-bundle-summary .box-tocart .field.qty {
    margin: 0;
  }
  .product-add-form .block-bundle-summary .box-tocart #product-addtocart-button {
    width: 100%;
  }
  .poco-home-page-style-16 .flx_pst.post-listing-2 .item {
    max-width: 100%;
  }
  .poco-home-page-style-16 .home-blog-post-style-2.home-blog-post .detail {
    padding: 20px 40px 20px 30px;
  }
  .poco-home-page-style-16 .mageTestimonials .swiper {
    padding: 0;
  }
  .poco-home-page-style-16 .mageTestimonials .magetmQuotes {
    padding: 0 50px !important;
  }
  .poco-home-page-style-16 .mageTestimonials .swiper-button-prev:after,
  .poco-home-page-style-16 .mageTestimonials .swiper-rtl .swiper-button-next:after,
  .poco-home-page-style-16 .mageTestimonials .swiper-button-next:after,
  .poco-home-page-style-16 .mageTestimonials .swiper-rtl .swiper-button-prev:after {
    width: 20px;
    height: 20px;
  }
  .poco-home-page-style-16 .hdg_bg_text {
    margin: 0;
  }
  .poco-home-page-style-16 .hdg_bg_text h1 {
    font-size: 65px;
  }
  .poco-home-page-style-16 .ctg_img_wdg_style14 {
    margin-top: -35px;
    padding-top: 70px !important;
  }
  .mageb-pattern36 img {
    height: 185px;
  }
  .poco-home-page-style-15 .best_offers_bkr .row-full-width-inner:before {
    top: -30px;
    width: 70px;
    height: 80px;
  }
  .bestofr_list .section-title {
    flex-direction: column;
  }
  .bestofr_list .section-title .title {
    margin-bottom: 20px;
  }
  .bestofr_list .items {
    grid-template-columns: auto;
  }
  .bestofr_list .products-list .product-item {
    margin-top: 10px;
  }
  .poco-home-page-style-15 .img_text_sec2:before {
    width: 55px;
    height: 112px;
    top: -80px;
  }
  .poco-home-page-style-15 .img_text_sec2:after {
    width: 125px;
    height: 111px;
    top: -60px;
  }
  .poco-home-page-style-15 .products-grid .hover-style12 .product-item .hvr_dtl .action svg {
    margin: 0;
  }
  .cke_img1 {
    right: 20px;
  }
  .cke_img1 img {
    max-width: 150px;
  }
  .cke_img2 img {
    max-width: 120px;
  }
  .footer-14:before,
  .cstm_ftr_14:before {
    width: 66px;
    height: 43px;
    left: 40%;
  }
  .poco-home-page-style-14 .newsletter-section .form.subscribe input[type=email] {
    padding: 10px 50px 10px 25px;
  }
  .poco-home-page-style-14 .newsletter-section .form.subscribe .action {
    padding: 0 20px !important;
  }
  .poco-home-page-style-14 .newsletter-section .form.subscribe .action span {
    display: none;
  }
  .poco-home-page-style-14 .newsletter-section .section-title .sort-detail {
    font-size: 18px;
  }
  .poco-home-page-style-14 .mage-ajaxpro-page:before {
    width: 90px;
    height: 72px;
    top: -26px;
  }
  .poco-home-page-style-13 .newsletter-in .block.newsletter .detail {
    font-size: 34px;
    line-height: 40px;
  }
  .poco-home-page-style-13 .newsletter-in .block.newsletter .title {
    font-size: 16px !important;
    line-height: 26px !important;
    margin: 0 0 20px;
  }
  .newsletter-in .social-icons {
    margin-top: 10px;
  }
  .product-options-bottom #timer-countbox.timer-countbox .countdown-section .countdown-period,
  .product-info-main #timer-countbox.timer-countbox .countdown-section .countdown-period {
    font-size: 12px;
  }
  .products-grid .product-item {
    margin-bottom: 30px !important;
  }
  .home-blog-post-style-4 .flx_pst .pst_meta .d_fl {
    flex-direction: column;
  }
  .home-blog-post-style-4 .flx_pst .meta-item {
    padding: 0 0 5px;
  }
  .home-blog-post-style-4 .pst_meta {
    width: 100%;
  }
  .poco-home-page-style-4 .mage-deal-slider .section-title {
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
  }
  .poco-home-page-style-4 .mage-deal-slider .section-title .title {
    margin-bottom: 20px;
  }
  .home-blog-post-style-2 .post-date {
    font-size: 13px;
    padding: 5px 10px;
    left: 10px;
    line-height: normal;
  }
  .home-blog-post-style-2 .post-date span {
    font-size: 18px;
  }
  .poco-home-page-style-13 .welcome-content .left .section-title .sort-detail {
    font-size: 17px;
  }
  .poco-home-page-style-13 .welcome-content .section-title .title {
    font-size: 40px !important;
  }
  .poco-home-page-style-13 .welcome-content .content_section {
    padding: 10px;
  }
  .poco-home-page-style-13 .welcome-content .content_section .read-more-btn .button {
    padding: 10px 15px !important;
  }
  .poco-home-page-style-13 .marquee-section .marquee-info p {
    font-size: 14px;
  }
  .poco-home-page-style-13 .marquee-section .marquee-item {
    padding: 0 15px;
  }
  .section-title.style1 {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .section-title.style1 .ttl_sec,
  .section-title.style1 .sort-detail,
  .section-title.style1 p.sort-detail {
    text-align: center;
  }
  .section-title.style1 .ttl_sec {
    margin-bottom: 15px;
  }
  .mage-deal-slider.style2 .timer-product {
    margin: 0 auto 25px auto;
  }
  .mage-deal-slider.style2 .ttl {
    font-size: 40px;
    line-height: 50px;
  }
  .mage-deal-slider.style2 .f-item.dtls {
    padding: 0 10px 60px;
  }
  .mage-deal-slider.style2 .deal_dtls {
    font-size: 17px;
  }
  .mage-deal-slider.style2 #timer-countbox .countdown-section {
    width: 90px;
    margin-right: 10px !important;
    padding: 12px 0;
  }
  .mage-deal-slider.style2 #timer-countbox .countdown-section .countdown-amount {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .mage-deal-slider.style2 #timer-countbox .countdown-section .countdown-period {
    font-size: 14px;
  }
  .mb-post-viewpage .mb-post-content {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .table-wrapper {
    margin-bottom: 0;
  }
  .product.info.detailed .product.data.items .data.table.additional-attributes th.label,
  .product.info.detailed .product.data.items .data.table.additional-attributes td.data {
    width: 100%;
  }
  .product.info.detailed .product.data.items .data.table.additional-attributes th.label {
    display: none !important;
  }
  .poco-home-page-style-11 .column.main .toolbar-products ~ .toolbar-products {
    margin: 0;
  }
  .mageTestimonials.style3 {
    padding-bottom: 60px !important;
  }
  .mageTestimonials.style3 .swiper-slide,
  .mageTestimonials.style4 .swiper-slide {
    max-width: 100%;
    width: inherit !important;
  }
  .mageTestimonials.style3:after {
    font-size: 65px;
    bottom: 0px;
    letter-spacing: -3px;
  }
  .jw-her-him-bnr .pagebuilder-column img {
    max-width: 80% !important;
  }
  .jw-her-him-bnr .pagebuilder-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .action.tocart.secondary {
    font-size: 13px;
  }
  .poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .action,
  .poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview {
    width: 35px;
    height: 35px;
    line-height: 34px;
  }
  .mage-ajaxpro-page .sidebar-shopby .block-content .item {
    margin: 0 4px 10px;
    display: inherit;
  }
  .product-tabs-slider .sidebar-shopby,
  .product-tabs-grid .sidebar-shopby {
    margin-bottom: 40px;
  }
  .poco-home-page-style-8 .prodlist .swiper-button-next,
  .poco-home-page-style-8 .prodlist .swiper-button-prev {
    margin-top: -50px;
  }
  .mageb-patterns.mageb-pattern33 {
    flex-direction: column;
    margin: 0 !important;
  }
  .mageb-patterns.mageb-pattern33 li {
    padding: 0;
    margin-bottom: 20px;
  }
  .mageb-patterns.mageb-pattern33 li:last-of-type {
    margin-bottom: 0;
  }
  .mageb-patterns.mageb-pattern33 .mageb-full-caption .sort-text,
  .mageb-patterns.mageb-pattern33 .mageb-full-caption .button {
    display: block;
  }
  .mageb-patterns.mageb-pattern33 .mageb-full-caption .sort-text {
    font-size: 15px !important;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .button .st-icon,
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .button .st-icon {
    width: 18px;
    height: 18px;
  }
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:first-of-type .button,
  .mageb-patterns.mageb-pattern33 .mageb-pattern-list:last-of-type .button {
    width: 40px;
    height: 40px;
    line-height: 33px;
  }
  .poco-home-page-style-9 .products-grid .product-item .price-box {
    margin: 0;
  }
  .poco-home-page-style-9 .product-item .price-box .price,
  .poco-home-page-style-9 .products-grid .product-item,
  .poco-home-page-style-9 .products-grid .product-item .product-name a,
  .poco-home-page-style-9 .products-grid .product-item .product-item-name a {
    font-size: 15px;
  }
  .poco-home-page-style-9 .mage-deal-slider .content:after {
    font-size: 127px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .poco-home-page-style-9 .glry_img_widget .sort-details {
    margin-top: 50px;
  }
  .poco_ctm_cart_popup {
    padding: 20px;
  }
  .poco-home-page-style-8 .store-features.store-feature-style2 li {
    max-width: 50%;
  }
  .poco-home-page-style-8 .store-features.store-feature-style2 li:first-of-type {
    margin-bottom: 20px;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column-group {
    flex-direction: column;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column:first-of-type {
    padding-right: 0;
    order: 1;
    width: 100% !important;
    flex: 0 0 auto;
    align-self: center;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column:last-of-type {
    padding-left: 0;
    order: 2;
    width: 100% !important;
    flex: 0 0 auto;
    align-self: center;
  }
  .poco-home-page-style-8 .home-blog-post-style-1 .item .post-image img {
    width: auto;
  }
  .poco-home-page-style-8 .blogNwslSection .pagebuilder-column {
    width: 100% !important;
  }
  .poco-home-page-style-8 .home-blog-post-style-1 .item .post-date {
    font-size: 14px;
    padding: 10px 20px;
  }
  .poco-home-page-style-8 .home-blog-post .detail {
    margin-top: -40px;
  }
  .poco-home-page-style-7 .store-features.store-feature-style2 li {
    margin-bottom: 20px;
  }
  .poco-home-page-style-7 .store-features.store-feature-style2 li:nth-of-type(3) {
    margin-bottom: 0;
  }
  .poco-home-page-style-7 .mageTestimonials .swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .poco-home-page-style-7 .magetmQuotes {
    line-height: 30px;
    font-size: 17px;
    padding: 0 40px !important;
  }
  .poco-home-page-style-6 .products-grid .product-item .p_sku,
  .poco-home-page-style-6 .products-grid .product-item .price-box {
    margin: 0;
  }
  .poco-home-page-style-6 .products-grid .product-item .price-box .price,
  .poco-home-page-style-6 .products-grid .product-item .p_sku {
    line-height: 1;
  }
  .poco-home-page-style-6 .products-grid .product-item .p_sku {
    padding-bottom: 0;
  }
  .sales-guest-form .form-orders-search {
    padding: 30px;
  }
  .poco-home-page-style-4 .productsListing-section .products-grid .product-item .product-item-photo .product-image-container {
    width: auto !important;
  }
  .poco-home-page-style-4 .productsListing-section .products-grid .product-item .product-image-wrapper {
    padding-bottom: 81.59999999999999% !important;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
    font-size: 16px !important;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-tabs-active a.tab-title:after {
    margin-top: 5px;
  }
  .poco-themes .finderDropdowns li {
    width: 100% !important;
  }
  .poco-themes .finderDropdowns select {
    padding: 0 20px;
    background-position: 97% center !important;
  }
  .poco-themes .finderDropdowns select,
  .poco-themes .finderProducts button {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
  }
  .poco-themes .finderProducts button {
    padding: 0 !important;
  }
  .poco-themes .finderform .chosen-container-single .chosen-single {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    padding: 0 50px 0 20px;
  }
  .poco-themes .finderform .chosen-container-single .chosen-single div b {
    background-position: 0 100% !important;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title #timer-countbox .countdown-section {
    width: 90px;
    margin-right: 2px !important;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title #timer-countbox .countdown-section .countdown-period {
    font-size: 12px;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 #timer-countbox .countdown-section .countdown-amount {
    font-size: 24px;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 #timer-countbox .countdown-section {
    padding: 10px 0;
  }
  .poco-home-page-style-4 .store-feature-style2.store-features li:last-of-type {
    margin-bottom: 20px;
  }
  .sale_discount_banner .ttl {
    font-size: 25px;
  }
  .poco-home-page-style-3 .store-features span {
    font-size: 14px;
  }
  .poco-home-page-style-3 .store-features i {
    display: block;
    margin-top: 0;
    margin: 0 0 5px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption {
    padding: 20px 30px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 a {
    font-size: 20px !important;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .mageb-full-caption .h4 {
    line-height: 1.1;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .button {
    font-size: 12px !important;
    padding: 8px 20px;
  }
  .mageb-osc .opc-wrapper .form-shipping-address {
    padding: 10px 0 !important;
  }
  .product-add-form .box-tocart .field.qty .field-error,
  .product-add-form .update .field.qty .field-error,
  .product-add-form .box-tocart .field.qty div.mage-error,
  .product-add-form .update .field.qty div.mage-error {
    margin-top: 2px;
  }
  #ourStores .swiper-wrapper {
    padding-bottom: 60px;
  }
  .page-layout-1column .parallax-section .parallax-text-center .products-grid .product-item .product-item-inner.style2 .btn-horizontal .cart-btn .action.secondary {
    font-size: 14px;
    padding: 0 10px !important;
  }
  .column.main .toolbar-products ~ .toolbar-products {
    margin: 30px 0;
  }
  .column.main .pages .item a.page,
  .column.main .pages .item .action,
  .column.main .pages .item strong.page {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .column.main .toolbar-products ~ .toolbar-products,
  .column.main .toolbar-products ~ .toolbar-products .toolbar-amount,
  .column.main .toolbar-products ~ .toolbar-products .limiter,
  .column.main .toolbar-products ~ .toolbar-products .modes,
  .products.wrapper ~ .toolbar-products .pages {
    display: block;
  }
  .products.wrapper ~ .toolbar-products .field.limiter {
    margin-top: 20px;
    display: none !important;
  }
  .mb-post-gridview .item {
    border-bottom: 0 !important;
  }
  .mb-post-listing .mb-post-header .mb-post-meta {
    font-size: 14px !important;
  }
  .mb-post-listing .mb-post-title {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .mb-post-listing .mb-post-text {
    font-size: 16px !important;
    line-height: 26px;
  }
  .mb-post-listing .mb-read-btn {
    margin-top: 20px !important;
  }
  .mb-post-listing .mb-post-meta .item-meta {
    display: inline-block !important;
  }
  .home-blog-post-style-2 .detail {
    padding: 20px 0 0;
  }
  .product-social-links .product-info-stock-sku {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .product-info-main .product.attribute.sku {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]::before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]::before {
    font-weight: 600;
  }
  .contact-info .flex-1 {
    flex: 1 0 100% !important;
    -webkit-flex: 1 0 100% !important;
    -ms-flex: 1 0 100% !important;
    padding: 0 10px;
  }
  .poco-home-page-style-2 .products-offer-block ul {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .poco-home-page-style-2 .products-offer-block ul li {
    width: 100%;
  }
  .poco-home-page-style-2 .products-offer-block ul li .item {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
  .poco-home-page-style-2 .products-offer-block ul li:last-of-type .item {
    border-bottom: 0;
  }
  .mageb-checkout-title h1 {
    font-size: 2.4rem;
  }
  .mageb-osc .magebees-checkout-payment-method .payment-method .payment-method-title {
    margin: 10px 0;
  }
  .home-blog-post .post-image,
  .home-blog-post-style-2 .post-image {
    margin-bottom: 0;
  }
  .mageTestList .items .magetmQuotes {
    padding: 15px;
  }
  .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientPic {
    text-align: left;
    margin-right: 15px;
  }
  .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientDetails {
    text-align: left;
  }
  .mageTestimonials.mageTestimonialstyle1 .item .magetmQuotes::after {
    display: block;
  }
  .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientDetails i {
    display: inline-block;
  }
  .mageTestimonials.mageTestimonialstyle1 .item .mageTmClient .clientPic {
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    flex: 50px;
    -webkit-flex: 50px;
    -ms-flex: 50px;
  }
  .mageTmClient .clientPic {
    display: inline-block;
  }
  .mageTmClient .clientDetails {
    text-align: left;
  }
  .mageTmClient .clientDetails i {
    display: inline-block;
  }
  .testimonial-outer .magetmQuotes {
    padding: 20px 20px 20px 50px;
  }
  .testimonial-outer .magetmQuotes:before {
    font-size: 20px;
    top: 15px;
    left: 15px;
  }
  .testimonial-outer .mageTmClient .clientPic {
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }
  .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientPic {
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    display: inline-block;
  }
  .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientPic {
    text-align: left;
    margin-right: 15px;
  }
  .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientDetails {
    text-align: left;
  }
  .mageTestimonials.mageTestimonialSidebar .mageTmClient .clientDetails i {
    display: inline-block;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title {
    text-align: center;
  }
  .poco-home-page-style-2.cms-index-index .store-feature.store-feature-style1 li {
    width: 100%;
    margin-right: 0;
    padding: 10px;
  }
  .poco-home-page-style-2.cms-index-index .store-feature.store-feature-style1 li .info h5 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .quickViewDetails.modal-popup._inner-scroll .modal-content {
    padding-right: 30px !important;
  }
  .quickViewDetails .block .product-item-photo img {
    max-width: 100%;
    width: 100% !important;
  }
  .quickViewDetails .product-add-form .box-tocart .field.qty {
    margin-top: 0 !important;
  }
  .page-product-downloadable .product.media .gallery-list .item-image {
    width: 100%;
  }
  .column.main .mageTestitoolbar .toolbar-amount,
  .column.main .mageTestitoolbar .limiter {
    display: none;
  }
  .testimonial-outer .magetmQuotes:after {
    display: block;
  }
  .home-blog-post-style-2.home-blog-post .detail {
    padding: 20px 0 0;
  }
  .mbAutoSearch #mageb-search-auto-inner {
    display: block;
  }
  .mbAutoSearch #search_autocomplete_first {
    order: inherit;
  }
  .mbAutoSearch #mageb-search-auto-inner,
  .mbAjaxSearch .mbAutoSearch .search-autocomplete {
    max-height: 300px;
    overflow-y: scroll;
  }
  .block-minicart .block-content > .actions > .primary {
    margin-left: 0;
    margin-right: 0;
  }
  /* Products Listing Style -------------------------------------- */
  .products-grid .product-item .swatch-attribute .swatch-option {
    min-width: 10px;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    line-height: 17px !important;
  }
  .products-grid .product-item .swatch-attribute .swatch-option.text {
    line-height: 17px !important;
    min-width: 8px;
    height: 20px;
    width: 20px;
    font-size: 10px;
  }
  .products-grid .product-item .learn-more {
    margin-bottom: 0;
  }
  .products-grid .product-item .learn-more .secondary {
    font-size: 13px;
    padding: 5px 10px;
  }
  .products-grid .product-item .product-item-photo .product-image-container {
    width: 100% !important;
  }
  .products-grid .product-item .product-item-photo img {
    width: auto;
  }
  .products-grid .product-item .product-item-name a {
    font-size: 14px;
  }
  .products-grid .product-item .price-box {
    margin: 5px 0;
  }
  .products-grid .product-items-4.product-items .product-item {
    width: 48.5%;
    margin-right: 3%;
    margin-left: 0;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .products-grid .product-items-4.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0%;
  }
  .products-grid .product-items-4.product-items .product-item .product-item-info {
    width: 100%;
  }
  /* Today Deal Product --------------------------------------------- */
  .today-deal-timer .deal-timer .countdown-section {
    margin: 0 !important;
  }
  .today-deal-timer .deal-timer .countdown-section .countdown-amount {
    font-size: 18px !important;
  }
  .today-deal-timer .deal-timer .countdown-section .countdown-period {
    font-size: 14px !important;
  }
  /* End Today Deal Product ----------------------------------------- */
  /* End Products Listing Style -------------------------------------- */
  .page-layout-1column.catalog-category-view .column.main,
  .catalogsearch-result-index .column.main {
    /* 5 Products Grid Row */
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item,
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item {
    width: 48.5%;
    margin-right: 3%;
    margin-left: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(3n+1):not(div) {
    clear: none;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(3n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(3n):not(div) {
    margin-right: 3%;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(2n+1):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(2n+1):not(div) {
    clear: left;
  }
  .page-layout-1column.catalog-category-view .column.main .product-items-5.product-items .product-item:nth-of-type(2n):not(div),
  .catalogsearch-result-index .column.main .product-items-5.product-items .product-item:nth-of-type(2n):not(div) {
    margin-right: 0;
  }
  .page-layout-1column.catalog-category-view .column.main .products-list .product-items .product-item,
  .catalogsearch-result-index .column.main .products-list .product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
  /* Sticky Product Page */
  .sticky-product .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sticky-product .sticky-image {
    max-width: 80px;
    margin-right: 10px;
    float: left;
  }
  .sticky-product .sticky-detail {
    display: block;
    padding-left: 60px;
    padding-right: 20px;
  }
  .sticky-product .sticky-detail .product-name {
    margin: 0;
    font-size: 14px;
  }
  .sticky-product .sticky-price {
    display: block;
    padding-right: 20px;
  }
  .sticky-product .sticky-price .product-info-stock-sku {
    font-size: 13px;
  }
  .sticky-product .product-info-price .stock.available {
    margin-bottom: 0;
  }
  .sticky-product .action.primary {
    padding: 5px 10px !important;
  }
  .page-product-downloadable .product-options-bottom,
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 100% !important;
  }
  .quickViewDetails.modal-popup .product-info-main .product-info-stock-sku {
    float: none;
  }
  .quickViewDetails.modal-popup .product-info-main .product-info-price {
    margin-bottom: 0;
  }
  .quickViewDetails .quickview-product-name h3 {
    font-size: 23px !important;
    line-height: normal;
  }
  .quickViewDetails .product-options-bottom,
  .quickViewDetails .product-info-main {
    margin-top: 0 !important;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 5px 10px;
  }
  .sidebar .block.mageTestimonials .mageTmClient .clientDetails {
    text-align: left;
  }
  .col2-set > .col-1 {
    float: none;
    clear: both;
    width: 100%;
    padding: 20px 0 0 0!important;
    max-width: 100%;
  }
  .col2-set > .col-2 {
    float: none;
    clear: both;
    width: 100%;
    padding: 20px 0 !important;
    max-width: 100%;
  }
  .col2-set > .col-1 img,
  .col2-set > .col-2 img {
    width: 100%;
  }
  blockquote br {
    display: none !important;
  }
  .product.info.detailed .description table,
  .tabel-data {
    font-size: 13px;
    width: 300px;
    overflow-x: scroll;
    display: block;
  }
  .widget.mage-products .block-title strong {
    display: block;
  }
  .mage-products .timer-product {
    float: none;
    display: block;
  }
  .products-grid .timer-product #timer-countbox .countdown-section {
    width: 50px;
    line-height: 16px;
    padding: 2px 0 !important;
  }
  .products-grid .timer-product #timer-countbox .countdown-section .countdown-amount {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
    padding: 0 !important;
  }
  .products-grid .timer-product #timer-countbox .countdown-section .countdown-period {
    font-size: 10px;
    line-height: 16px;
  }
  .newsletter-section .section-title {
    margin-bottom: 40px !important;
  }
  .products-list .product-image-wrapper .product-image-photo,
  .products-list .product-item .product-item-photo,
  .products-list .product-image-container {
    width: 100% !important;
  }
  .products-list .product-item-photo {
    display: block !important;
  }
  .products-list .product-item .product-item-inner.style2 .btn-wishlist {
    width: 60px;
  }
  .product-add-form .box-tocart .fieldset,
  .product-add-form .update .fieldset {
    display: block;
  }
  .product-add-form .box-tocart .field.qty {
    padding: 0 !important;
    margin: 20px 0 !important;
  }
  .product-add-form .box-tocart #product-addtocart-button,
  .product-add-form .update #product-addtocart-button {
    float: left;
    width: 50%;
  }
  .product-add-form .box-tocart .buynow-button {
    float: left;
    width: 50%;
  }
  .catalog-product-view #buy-now {
    width: 100% !important;
  }
  .product-info-stock-sku .shareIcons {
    padding-top: 15px;
  }
  .product-item .price-box .price,
  .products-grid .product-item,
  .products-grid .product-item .product-name a,
  .products-grid .product-item .product-item-name a {
    font-size: 15px;
  }
  .poco-home-page-style-1 .products-grid .product-item .price-box .price {
    font-size: 15px;
  }
  .poco-home-page-style-1 .products-grid .product-item {
    margin-bottom: 30px;
  }
  .products-list .hover-style3 .pro-hover,
  .block.widget.block-products-list .widget-product-grid .hover-style3 .pro-hover {
    flex: 0 0 35%;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
  }
  .cms-poco-themes-style-3 .products-grid .product-item .product-item-inner.style3 .btn-horizontal .magebees_quickview,
  .cms-poco-themes-style-3 .products-grid .product-item .product-item-inner.style3 .cart-btn .action,
  .cms-poco-themes-style-3 .products-grid .product-item .product-item-inner.style3 .btn-horizontal .action {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .products-list .product-item .product-item-inner.style3 .cart-btn .action.secondary,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .cart-btn .action.secondary {
    height: 35px;
    width: 35px;
  }
  .products-list .product-item .product-item-inner.style3 .icon-btn .action,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .action,
  .products-list .product-item .product-item-inner.style3 .icon-btn .magebees_quickview,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .magebees_quickview {
    height: 35px !important;
    width: 35px !important;
  }
  .products-list .product-item .product-item-inner.style3 .icon-btn .action:before,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .action:before,
  .products-list .product-item .product-item-inner.style3 .icon-btn .magebees_quickview:before,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style3 .icon-btn .magebees_quickview:before {
    line-height: 35px !important;
    vertical-align: inherit;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    font-weight: 600;
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .products-grid .hover-style9 .product-item .product-item-name a,
  .products-grid .hover-style9 .product-item .product-item-name {
    font-size: 15px !important;
  }
  .poco-home-page-style-10 .products-grid .product-item .price-box,
  .poco-home-page-style-10 .products-grid .product-item .price-box .special-price .price,
  .poco-home-page-style-10 .products-grid .product-item .price-box .price {
    font-size: 16px !important;
  }
}
@media (max-width: 480px) {
  .text-medium-18 {
    font-size: 16px;
    line-height: 28px;
  }
  .products-list .product-item:not(.swiper-slide) {
    padding: 0 0 20px;
    margin-bottom: 30px;
  }
  .mageb-pattern37 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .mageb-pattern37 li:last-of-type {
    margin-bottom: 0;
    margin-top: 0;
  }
  .mageb-pattern37 .mageb-caption.v-top .mageb-full-caption {
    top: 30px;
  }
  .mageb-pattern37 .mageb-caption.v-bottom .mageb-full-caption {
    margin-bottom: 15px;
  }
  .poco-home-page-style-18 .products-grid .product-item .price-box {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .prodLabel.top-left {
    left: 5px;
    top: 5px;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .prodLabel.top-right {
    right: 5px;
    top: 5px;
  }
  .poco-home-page-style-18 .season-sale-bnr h1 {
    font-size: 22px;
    line-height: 22px;
  }
  .poco-home-page-style-18 .season-sale-bnr .sle-text {
    font-size: 17px;
  }
  .poco-home-page-style-18 .season-sale-bnr {
    padding: 10px 20px 10px 140px;
  }
  .poco-home-page-style-18 .sale-bnr-wrp {
    background-position: 16% 50% !important;
  }
  .poco-home-page-style-18 .season-sale-bnr .d_fl {
    align-items: start !important;
    -webkit-align-items: start !important;
    -ms-align-items: start !important;
  }
  .poco-home-page-style-18 .season-sale-bnr .sle-text {
    font-size: 16px;
    line-height: normal;
  }
  .poco-home-page-style-18 .season-sale-bnr .sle-text br,
  .poco-home-page-style-18 .season-sale-bnr h1 br {
    display: block;
  }
  .poco-home-page-style-18 .marquee-section .marquee-item {
    padding: 50px 20px 0 20px;
  }
  .poco-home-page-style-18 .pet-advrtise-ptn37:after {
    width: 74px;
    height: 72px;
  }
  .poco-home-page-style-18 .pet-advrtise-ptn37:before {
    width: 77px;
    height: 37px;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .price-box .old-price {
    padding-right: 5px;
  }
  .poco-home-page-style-18 .pro-tabs-section div[data-content-type="tabs"] .tabs-navigation {
    margin-bottom: 30px !important;
  }
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .price-box .price,
  .poco-home-page-style-18 .products-grid .hover-style12 .product-item .price-box .special-price .price {
    font-size: 14px !important;
  }
  .poco-home-page-style-18 .products-grid .product-item .product-item-inner.style12 .action {
    width: 30px !important;
    height: 30px;
    line-height: 30px;
  }
  .poco-home-page-style-18 .products-grid .product-item .product-item-inner.style12 .icon-btn {
    margin: 0 2px;
  }
  .poco-home-page-style-18.catalog-category-view .category-view .subcategory-grid .product-item-name a {
    padding: 5px 10px;
  }
  .catalog-category-view .category-view .subcategory-grid .product-item-name {
    padding: 10px;
  }
  .poco-home-page-style-17 .product-info-main .product-reviews-summary {
    display: flex;
  }
  .poco-home-page-style-17 .products-grid .product-item .price-box {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 .icon-item {
    flex-direction: column;
    text-align: center;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 .icn .st-icon {
    width: 24px;
    height: 24px;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 .store-feature {
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 span,
  .poco-home-page-style-17 .store-features.store-feature-style2 .icon-item b {
    font-size: 14px;
  }
  .poco-home-page-style-17 .store-features.store-feature-style2 .icn {
    margin: 0 0 5px;
  }
  .poco-home-page-style-16 .newsletter-section .section-title .title {
    font-size: 25px !important;
  }
  .poco-home-page-style-16 .page-footer:before {
    top: -40px;
    width: 64px;
    height: 89px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .detail {
    margin: -20px 0 0 20px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .detail h3 a {
    font-size: 20px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .mb-post-excerpt {
    font-size: 18px;
    line-height: 28px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2.home-blog-post .detail {
    padding: 15px 20px 15px 20px;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .mb-post-excerpt {
    margin: 10px 0;
  }
  .poco-home-page-style-16 .home-blog-post-style-2 .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .poco-home-page-style-16 .mageTestimonials .magetmQuotes {
    font-size: 18px;
  }
  .poco-home-page-style-16 .mageTestimonials .clientname b {
    font-size: 16px;
  }
  .poco-home-page-style-16 .newsletter-section {
    padding: 30px 0;
  }
  .poco-home-page-style-16 .newsletter-section .form.subscribe .action span {
    display: none;
  }
  .poco-home-page-style-16 .newsletter-section .form.subscribe .action .st-icon {
    margin-left: 0;
  }
  .poco-home-page-style-16 .newsletter-section .form.subscribe input[type=email] {
    padding: 10px 58px 10px 15px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page:before {
    width: 64px;
    height: 95px;
    top: 11%;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item {
    margin: 0 4px 5px;
  }
  .poco-home-page-style-16 .mage-ajaxpro-page .sidebar-shopby .block-content .item a {
    font-size: 14px;
  }
  .mmbr_bnr .cnt {
    flex-direction: column;
  }
  .mmbr_bnr .section-title {
    margin-bottom: 20px !important;
  }
  .mmbr_bnr .section-title .title {
    text-align: center;
  }
  .mmbr_bnr figure img {
    height: 280px !important;
  }
  .poco-home-page-style-16 .hdg_bg_text h1 {
    font-size: 40px;
  }
  .poco-home-page-style-16 .ctg_img_wdg_style14 {
    margin-top: -20px;
    padding-top: 50px !important;
  }
  .poco-home-page-style-16 .productsListing-section .section-title {
    margin-bottom: 30px;
  }
  .poco-home-page-style-16.cms-index-index .productsListing-section:before {
    top: -10px;
    width: 55px;
    height: 45px;
  }
  .poco-home-page-style-16.cms-index-index .productsListing-section:after {
    width: 58px;
    height: 97px;
  }
  .poco-home-page-style-15 .mageTestimonials .magetmQuotes {
    font-size: 18px;
    line-height: 26px;
  }
  .poco-home-page-style-15 .mageTestimonials .swiper-button-next {
    right: 0 !important;
  }
  .poco-home-page-style-15 .mageTestimonials .swiper-button-prev {
    left: 0 !important;
  }
  .poco-home-page-style-15 .mageTestimonials .clientname b {
    font-size: 14px;
  }
  .poco-home-page-style-15 .tst_outer:after {
    width: 88px;
    height: 74px;
  }
  .poco-home-page-style-15 .mageTestimonials .section-title .title:before {
    width: 110px;
    height: 30px;
    margin: 0 auto 10px;
  }
  .np_hdg {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1.5px !important;
    margin-bottom: 20px;
  }
  .poco-home-page-style-15 .img_text_sec2 .pagebuilder-column:first-of-type {
    margin-bottom: 30px;
  }
  .np_sub_line {
    margin: 20px 0 0px;
  }
  .poco-home-page-style-15 .img_text_sec2 .pagebuilder-column:first-of-type {
    padding-left: 20px;
    padding-right: 20px;
  }
  .poco-home-page-style-15 .img_text_sec2 .pagebuilder-column:first-of-type figure {
    max-width: 80px;
  }
  .poco-home-page-style-15 .img_text_sec2:after {
    width: 105px;
    height: 91px;
  }
  .poco-home-page-style-15 .img_text_sec2:before {
    width: 45px;
    height: 92px;
    top: -40px;
  }
  .img_text_sec .cnt {
    padding: 0;
  }
  .img_text_sec .btn_set {
    flex-direction: column-reverse;
    align-items: center;
  }
  .img_text_sec .phn {
    margin: 0 0 20px;
  }
  .cke_img1 img {
    max-width: 100px;
  }
  .cke_img2 img {
    max-width: 80px;
  }
  .img_text_sec h1 {
    font-size: 34px;
    letter-spacing: -2px;
  }
  .img_text_sec .cnt p {
    font-size: 18px;
    line-height: 26px;
  }
  .img_text_sec .sub_hd {
    font-size: 18px;
    margin-bottom: 0;
  }
  .poco-home-page-style-2 .store-features span {
    display: block;
  }
  .cookie.style2 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .poco-home-page-style-14 .newsletter-in .block.newsletter .detail {
    font-size: 30px;
    line-height: 35px;
  }
  .poco-home-page-style-14 .newsletter-in .block.newsletter .title {
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .product-add-form .box-tocart #product-addtocart-button,
  .product-add-form .update #product-addtocart-button {
    font-size: 15px;
  }
  .hme_blg_style_7 .swiper-slide .post-image img {
    width: 100% !important;
  }
  .hme_blg_style_7 .item .post-image {
    margin-bottom: 30px;
  }
  .footer-14:after,
  .cstm_ftr_14:after {
    width: 72px;
    height: 124px;
    top: -50px;
  }
  .wlcm_text_gme h1 {
    font-size: 35px !important;
  }
  .wlcm_text_gme .h3 {
    font-size: 22px;
  }
  .snd_img img {
    max-width: 50px;
    margin-top: -30px;
  }
  .poco-home-page-style-14 .mage-ajaxpro-page:before {
    width: 80px;
    height: 62px;
    top: -24px;
  }
  .poco-home-page-style-14 .productsListing-section:before {
    top: -26px;
    width: 110px;
    height: 53px;
  }
  .poco-home-page-style-14 .cnt_sec_gme .section-title .title {
    font-size: 30px !important;
  }
  .cnt_sec_gme strong,
  .stc_pro_cnt_gme .h4 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: normal;
  }
  .cnt_sec_gme .pagebuilder-column:last-of-type {
    padding: 20px 0 0;
  }
  .cnt_sec_gme .btn_sets {
    margin-top: 25px;
  }
  .modal-popup.confirm .modal-footer button {
    margin: 0 !important;
  }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-blog-post.home-blog-post-style-6 .post-image img {
    width: 100% !important;
  }
  .home-blog-post-style-6 .ovrl_dtl {
    text-align: left;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .sort-text,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .sort-text {
    font-size: 13px !important;
    margin-bottom: 5px;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4 a,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 a {
    font-size: 22px !important;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption {
    padding-left: 0;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .sort-text,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .sort-text {
    line-height: normal;
  }
  .mageb-pattern35 .mageb-caption.v-middle .mageb-full-caption .h4,
  .mageb-pattern36 .mageb-caption.v-middle .mageb-full-caption .h4 {
    margin-bottom: 10px;
  }
  .btn-radius-style .mageb-pattern35 .button,
  .btn-radius-style .mageb-pattern36 .button {
    padding: 7px 12px;
  }
  .home-blog-post-style-5 .item .post-image img {
    width: 100% !important;
  }
  .home-blog-post-style-5 .show-scrollbar {
    padding-bottom: 40px !important;
  }
  .poco-home-page-style-6 .products-grid .hover-style10 .product-item .hvr_dtl .action.tocart.primary span,
  .poco-home-page-style-1 .products-grid .hover-style10 .product-item .action.tocart.primary span {
    display: none;
  }
  .poco-home-page-style-7 .products-grid .product-item .product-item-info {
    padding: 10px 5px !important;
  }
  .productsListing-section .show-scrollbar {
    padding-bottom: 40px;
  }
  .poco-home-page-style-9 .products-grid .product-item .price-box {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  .poco-home-page-style-9 .products-grid .product-item .price-box .old-price {
    padding-right: 5px;
  }
  .poco-home-page-style-12 .mageb-pattern34 .mageb-effects img {
    height: 190px;
  }
  .poco-home-page-style-12 .newsletter-section .form.subscribe input[type="email"] {
    font-size: 16px;
    padding: 10px 70px 10px 20px;
  }
  .poco-home-page-style-12 .newsletter-section .form.subscribe .action {
    padding: 0 25px !important;
  }
  .poco-home-page-style-12 .newsletter-section .form.subscribe .action span {
    display: none;
  }
  .poco-home-page-style-12 .newsletter-section .form.subscribe .action .st-icon {
    display: block;
    width: 20px;
    height: 20px;
  }
  .poco-home-page-style-12 .newsletter-section .form.subscribe .action,
  .poco-home-page-style-12 .newsletter-section .form.subscribe input[type="email"] {
    height: 55px;
  }
  .fs-22 {
    font-size: 18px !important;
  }
  .fs-18 {
    font-size: 16px !important;
  }
  .vt_home_pro_ftr .pagebuilder-column {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .vt_home_pro_ftr .pagebuilder-column:nth-of-type(1),
  .vt_home_pro_ftr .pagebuilder-column:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .vt_home_pro_ftr .pagebuilder-column:last-of-type {
    margin-bottom: 0;
  }
  .vt_home_pro_ftr .pagebuilder-column .mb-3 {
    margin-bottom: 15px !important;
  }
  .poco-home-page-style-11 .newsletter-section .form.subscribe .action .st-icon {
    display: block;
  }
  .poco-home-page-style-11 .newsletter-section .form.subscribe .action span {
    display: none;
  }
  .poco-home-page-style-11 .product-social-links .product-addto-links .action.towishlist {
    padding-bottom: 0 !important;
  }
  .mageTestimonials.style3 {
    padding-bottom: 40px !important;
  }
  .mageTestimonials.style3:after {
    font-size: 40px;
    letter-spacing: -1px;
    bottom: -5px;
  }
  .mageTestimonials.style3 .item {
    align-items: start !important;
  }
  .mageTestimonials.style3 .pht,
  .mageTestimonials.style3 .pht img {
    max-width: 100px;
  }
  .mageTestimonials.style4 .pht {
    max-width: 70px;
  }
  .mageTestimonials.style4 .pht img {
    padding: 0 10px;
  }
  .mageTestimonials.style3 .qte_dtls,
  .mageTestimonials.style4 .qte_dtls {
    padding: 0 10px 0 15px;
  }
  .mageTestimonials.style3 .qte_cnt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .mageTestimonials.style3 #ratings,
  .mageTestimonials.style4 #ratings {
    margin-bottom: 5px;
  }
  .mageTestimonials.style3 .nme,
  .mageTestimonials.style4 .nme {
    font-size: 14px;
  }
  .mageTestimonials.style4 .qte_cnt {
    font-size: 16px;
    line-height: 26px;
  }
  .mageTestimonials.style4 .mageTmComp,
  .mageTestimonials.style4 .nme b {
    font-size: 16px;
  }
  .mageTestimonials.style4 .qte_dtls {
    padding: 20px !important;
  }
  .mageTestimonials.style4 .section-title.style2 .swiper-button-prev,
  .mageTestimonials.style4 .section-title.style2 .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }
  .mageb-pattern34 .mageb-pattern-list:first-of-type .mageb-full-caption {
    left: 30px;
  }
  .mageb-pattern34 .mageb-pattern-list:last-of-type .mageb-full-caption {
    right: 30px;
  }
  .jw-stc-for-hh-cnt h2 strong {
    font-size: 35px;
    line-height: 47px;
  }
  .jw-stc-for-hh-cnt .pagebuilder-banner-wrapper {
    min-height: 130px !important;
  }
  .jw-stc-for-hh-cnt h2 {
    padding-top: 16%;
    font-size: 14px;
  }
  .jw-stc-for-hh-cnt {
    width: 180px;
  }
  .poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .action.tocart.secondary {
    font-size: 12px;
  }
  .poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .action,
  .poco-home-page-style-11 .products-grid .product-item .product-item-inner.style8 .btn-horizontal .magebees_quickview {
    width: 30px;
    height: 30px;
    line-height: 29px;
  }
  .poco-home-page-style-11 .category-images-style10 .section-title .sort-detail,
  .poco-home-page-style-11 .category-images-style10 .section-title p.sort-detail {
    text-align: left;
  }
  .poco-home-page-style-11 .section-title .sort-details {
    flex-direction: column-reverse;
  }
  .products-grid .product-item .product-item-inner .action.unavailable {
    padding: 5px;
  }
  .checkout-index-index .mageb-checkout-title p {
    margin-bottom: 20px;
  }
  .magebees-onepage-checkout .modal-popup .modal-footer .secondary {
    padding: 8px 20px !important;
    font-size: 12px !important;
  }
  .poco-home-page-style-10 .store-feature-style2 .ttl,
  .poco-home-page-style-12 .store-feature-style2 .ttl {
    font-size: 15px;
    line-height: 18px;
  }
  .poco-home-page-style-10 .store-feature-style2 .detail span,
  .poco-home-page-style-12 .store-feature-style2 .detail span {
    line-height: normal;
  }
  .poco-home-page-style-10 .store-feature-style2 .st-icon,
  .poco-home-page-style-12 .store-feature-style2 .st-icon {
    width: 30px;
    height: 30px;
  }
  .poco-home-page-style-10 .store-features.store-feature-style2 li,
  .poco-home-page-style-12 .store-features.store-feature-style2 li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
  }
  .poco-home-page-style-10 .store-features.store-feature-style2 li:not(:last-of-type),
  .poco-home-page-style-12 .store-features.store-feature-style2 li:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .footer-11 .email-address .icn .st-icon,
  .footer-11 .phone-no .icn .st-icon,
  .footer-11 .address .icn .st-icon {
    width: 16px;
    height: 16px;
  }
  .advertisement-block .mageb-pattern31 .mageb-caption.v-top .button {
    display: none !important;
  }
  .poco-home-page-style-4 .store-feature-style2 .st-icon {
    width: 22px;
    height: 22px;
  }
  .poco-home-page-style-9 .products-grid .product-items-4.product-items .product-item .price-box .price,
  .poco-home-page-style-9 .products-grid .product-item .price-box .price {
    font-size: 15px;
  }
  .poco-home-page-style-9 #timer-countbox .countdown-section:not(:last-of-type):after {
    font-size: 34px;
    right: -7px;
  }
  .poco-home-page-style-9 .mage-deal-slider .products-grid {
    padding: 40px 0;
  }
  .poco-home-page-style-9 .mage-deal-slider .swiper-container {
    margin: 0 50px;
  }
  .poco-home-page-style-9 .mage-deal-slider .swiper-button-next {
    right: 6px !important;
  }
  .poco-home-page-style-9 .mage-deal-slider .swiper-button-prev {
    left: 6px !important;
  }
  .poco-home-page-style-9 .mage-deal-slider .content:after {
    font-size: 100px;
    bottom: 10px;
  }
  .gift_bnr h3 {
    font-size: 16px;
  }
  .poco-home-page-style-7 .newsletter-in .block.newsletter .detail {
    font-size: 25px;
  }
  .poco-home-page-style-7 .productsListing-section .products-grid .product-item,
  .poco-home-page-style-7 .productsListing-section .products-grid .product-item-3 .product-item,
  .poco-home-page-style-7 .productsListing-section .products-grid .product-item-4 .product-item,
  .poco-home-page-style-7 .productsListing-section .products-grid .product-item-5 .product-item {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .poco-home-page-style-7 .products-grid .product-item .product-image-wrapper {
    padding-bottom: 100% !important;
  }
  .poco-home-page-style-7 .productsListing-section .toolbar.bottom {
    padding-top: 10px;
  }
  .poco-home-page-style-8 .store-features.store-feature-style2 .store-feature {
    align-items: flex-start !important;
  }
  .poco-home-page-style-8 .store-features.store-feature-style2 li {
    max-width: 100%;
    flex: 0 0 100% !important;
  }
  .poco-home-page-style-7 .products-grid .product-item .product-name a,
  .poco-home-page-style-7 .products-grid .product-item .product-item-name a {
    font-size: 16px;
  }
  .poco-home-page-style-7 .products-grid .product-item .price-box .old-price:before {
    display: none;
  }
  .poco-home-page-style-7 .products-grid .product-item .price-box .old-price {
    padding-left: 0;
  }
  .poco-home-page-style-7 .products-grid .product-item .price-box .price {
    font-size: 15px;
  }
  .poco-home-page-style-7 .store-features.store-feature-style2 li h4,
  .poco-home-page-style-7 .store-features.store-feature-style2 li .h4 {
    line-height: 24px;
  }
  .poco-home-page-style-7 .store-features.store-feature-style2 .icon {
    width: 50px;
    height: 50px;
    line-height: 55px;
    margin-bottom: 0;
  }
  .poco-home-page-style-7 .store-features.store-feature-style2 li:nth-of-type(3) {
    margin-bottom: 20px;
  }
  .poco-home-page-style-7 .newsletter-section {
    padding: 40px 0;
  }
  .poco-home-page-style-7 .newsletter-section:before,
  .poco-home-page-style-7 .newsletter-section:after {
    background-size: 25px;
  }
  .poco-home-page-style-7 .newsletter-section .form.subscribe input[type="email"] {
    padding: 0 110px 0 15px !important;
    font-size: 15px;
  }
  .poco-home-page-style-7 .newsletter-section .form.subscribe .action {
    right: 15px;
    font-size: 13px;
  }
  .poco-home-page-style-6.catalog-product-view .page-title-wrap .breadcrumbs .container {
    top: 70%;
    width: 100%;
  }
  .poco-home-page-style-6 .block.related .product-items .product-item .field.choice.related {
    display: block;
  }
  .magebees_Onepagecheckout_universal_wrapper {
    max-width: 260px;
    margin: 20px auto;
  }
  .poco-home-page-style-6 .newsletter-in .block.newsletter .detail {
    font-size: 28px;
  }
  .newsletter-in .block.newsletter .title {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .poco-home-page-style-6 .magetmQuotes {
    font-size: 18px;
    line-height: 34px;
    margin: 0 auto 30px !important;
  }
  .poco-home-page-style-6 .mageTestimonials .clientPic {
    margin-bottom: 25px;
  }
  .poco-home-page-style-6 .view-more .action,
  .poco-home-page-style-6 .loading-btn .load_next,
  .poco-home-page-style-6 .btn-large,
  .poco-home-page-style-6 .action.btn-large {
    font-size: 15px !important;
    padding: 16px 30px !important;
  }
  .poco-home-page-style-6 .welcome-content h1 {
    font-size: 25px;
  }
  .poco-home-page-style-6 .welcome-content .content_section li span {
    font-size: 14px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details {
    padding: 25px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details h2 {
    font-size: 17px;
  }
  .poco-home-page-style-6 .text_bnr_small .sml_details p {
    font-size: 13px;
  }
  .poco-home-page-style-6 .text_bnr_small .action.secondary {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  #popup.modal-box footer,
  #popup.modal-box .modal-footer {
    font-size: 13px;
  }
  .accordian-content {
    padding: 25px;
  }
  .accordian-content .accordion.active:after,
  .accordian-content .accordion:after {
    font-size: 18px;
  }
  .poco-home-page-style-5 .product-add-form .box-tocart #product-addtocart-button,
  .poco-home-page-style-5 .product-add-form .update #product-addtocart-button {
    font-size: 15px;
  }
  .poco-home-page-style-5 .product-add-form .box-tocart #product-addtocart-button,
  .poco-home-page-style-5 .product-add-form .update #product-addtocart-button {
    width: 100%;
  }
  .scroll-top {
    right: 10px !important;
  }
  .left-success {
    padding: 20px !important;
  }
  .mageb-success-page h2 {
    font-size: 25px;
    font-weight: 700;
  }
  .poco-home-page-style-5 .view-more .action,
  .poco-home-page-style-5 .loading-btn .load_next {
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 18px 30px !important;
  }
  .poco-home-page-style-5 .action.primary:after,
  .poco-home-page-style-5 .loading-btn .load_next:after {
    font-size: 17px;
    padding-left: 5px;
  }
  .sml_2-col_banner .sml_bnr_2col h2 {
    font-size: 30px;
  }
  .poco-home-page-style-5 .newsletter-section .form.subscribe input[type=email] {
    font-size: 16px;
    padding: 20px 120px 20px 15px;
  }
  .poco-home-page-style-5 .newsletter-section .form.subscribe .action {
    right: 20px;
    font-size: 14px;
  }
  .poco-home-page-style-5 .newsletter-section .form.subscribe .action span {
    display: none;
  }
  .poco-home-page-style-5 .newsletter-section .form.subscribe .action.primary:after {
    font-size: 20px;
  }
  .poco-home-page-style-5 .store-features.store-feature-style2 li {
    flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    width: 100%;
  }
  .poco-home-page-style-5 div[data-content-type=tabs] .tabs-navigation {
    overflow-x: auto;
    white-space: nowrap;
  }
  .poco-home-page-style-5 .products-grid .product-item .price-box {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .poco-home-page-style-5 .products-grid .product-item .product-reviews-summary .rating-summary .rating-result:before,
  .poco-home-page-style-5 .products-grid .product-item .product-reviews-summary .rating-result > span:before {
    letter-spacing: 6px;
  }
  .poco_text_banner img {
    min-height: 275px;
  }
  .poco_text_banner h1 {
    font-size: 45px;
  }
  .poco_text_banner p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .poco_text_banner .details {
    right: 0;
    padding: 30px;
  }
  .custom_banner_col .pagebuilder-column {
    -webkit-flex-basis: 100% !important;
    flex-basis: 100% !important;
    -ms-flex-basis: 100% !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .custom_banner_col .pagebuilder-column:last-of-type {
    margin-bottom: 0;
  }
  .poco_textCnt_banner img {
    height: 275px;
    min-height: 275px;
  }
  .poco_text_banner a.action {
    padding: 10px 15px !important;
  }
  .ourFindStore .our-store-list {
    max-width: 100%;
    -webkit-flex: 100%;
    flex: 100%;
    -ms-flex: 100%;
  }
  .ourFindStore .our-store-list-in {
    padding: 30px;
  }
  .products-grid .product-item .buynow-btn .buynow.primary {
    font-size: 13px !important;
    padding: 10px 20px !important;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title {
    padding: 15px;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title #timer-countbox .countdown-section {
    width: 61px;
  }
  .mage-deal-products.widget.mage-products.mage-deal-products-style2 .block-title #timer-countbox .countdown-section .countdown-period {
    font-size: 11px;
  }
  .p_ctgry {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .poco-home-page-style-4 .home-blog-post-style-1 .detail {
    padding: 20px 0 0;
  }
  .home-blog-post .item .post-image {
    margin: 0 auto;
    text-align: center;
  }
  .home-blog-post-style-1 .post-image a {
    display: block;
  }
  .poco-home-page-style-4 .mage-products.mage-deal-slider #timer-countbox .countdown-section {
    padding: 10px 5px;
    margin-right: 3px !important;
  }
  .poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section .countdown-amount {
    font-size: 20px;
    padding: 4px 0 !important;
  }
  .poco-home-page-style-4 .mage-deal-slider #timer-countbox .countdown-section .countdown-period {
    font-size: 12px;
  }
  .poco-home-page-style-4 .newsletter-section .container {
    padding: 25px;
  }
  .poco-home-page-style-4 .newsletter-section .form.subscribe input[type=email] {
    padding-left: 5px;
  }
  .poco-home-page-style-4 .newsletter-section .form.subscribe .action {
    width: 60px;
    font-size: 13px;
  }
  .poco-home-page-style-4 .store-feature-style2 {
    padding: 40px 0 !important;
  }
  .poco-home-page-style-4 .store-features.store-feature-style2 .store-feature {
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
  }
  .poco-home-page-style-4 .store-feature-style2 .icon-item {
    font-size: 13px;
    line-height: 1.6;
  }
  .poco-home-page-style-4 .store-feature-style2.store-features li {
    margin-bottom: 15px;
  }
  .poco-home-page-style-4 .store-feature-style2.store-features li:last-of-type {
    margin-bottom: 0;
  }
  .poco-home-page-style-4 .store-feature-style2 .icon-item b {
    font-size: 14px;
  }
  .poco-home-page-style-4 .store-feature-style2 .icon-item i {
    font-size: 22px;
    margin-right: 10px;
  }
  .poco-home-page-style-4 .productsListing-section .products-grid .hover-style4 .product-item {
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: 20px !important;
  }
  .productsListing-section .products-list .product-item .product-item-details {
    padding-left: 20px;
  }
  .productsListing-section .products-list .product-item .pro-hover {
    max-width: 60px;
  }
  .productsListing-section .products-list .product-item .product-item-info {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }
  .productsListing-section .prodLabel .productlabel-txt {
    font-size: 11px !important;
  }
  .productsListing-section .products-list .product-item .product-item-details {
    margin-top: 0;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .pro-hover,
  .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .pro-hover,
  .poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .pro-hover {
    max-width: 80px;
  }
  .sale_discount_banner .items {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .sale_discount_banner .item.first,
  .sale_discount_banner .item.second,
  .sale_discount_banner .item {
    max-width: 100%;
    flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    text-align: center;
  }
  .sale_discount_banner .ttl {
    margin-bottom: 20px;
  }
  .sale_discount_banner .item.first:before,
  .sale_discount_banner .item.first:after {
    display: none;
  }
  .sale_discount_banner p {
    font-size: 16px;
  }
  .timer-product #category-timer-countbox .countdown-section {
    width: 33px;
    line-height: 14px;
    padding-top: 4px !important;
    margin: 0 1px;
  }
  .timer-product #category-timer-countbox .countdown-section .countdown-amount {
    font-size: 13px;
  }
  .timer-product #category-timer-countbox .countdown-section .countdown-period {
    font-size: 10px;
  }
  .sct_grid .item {
    max-width: 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
  }
  .galleryimage-item img {
    width: 100%;
  }
  .poco-home-page-style-3 .products-grid .product-item .product-name a,
  .poco-home-page-style-3 .products-grid .product-item .product-item-name a {
    font-size: 16px;
  }
  .products-grid .product-item .prodLabel .productlabel-txt {
    font-size: 11px !important;
  }
  .poco-home-page-style-3 .store-features {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    padding: 20px 0;
  }
  .poco-home-page-style-3 .products-grid.swiper .product-item-photo img {
    width: auto !important;
  }
  .poco-home-page-style-3 .store-features li {
    max-width: 100%;
    -webkit-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    padding: 15px 5px;
  }
  .poco-home-page-style-3 .store-features span {
    font-size: 15px;
  }
  .poco-home-page-style-3 .store-features i {
    font-size: 25px;
  }
  div[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title {
    font-size: 16px !important;
    padding: 0 1rem !important;
  }
  .poco-home-page-style-1 .home-blog-post-style-2.home-blog-post .detail {
    padding: 10px 0 0;
  }
  .mageb-osc .opc-wrapper .form-login {
    margin-bottom: 20px !important;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item,
  .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item,
  .poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item {
    padding: 0;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .product-item-info,
  .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .product-item-info,
  .poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .product-item-info {
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .pro-hover,
  .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .pro-hover,
  .poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .pro-hover {
    width: auto;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .products-list .product-item .product-item-details,
  .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .products-list .product-item .product-item-details,
  .poco-themes.page-with-filter .sidebar .productsListing-section .products-list .product-item .product-item-details {
    -webkit-flex: 0 0 70%;
    flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    width: auto;
    margin: 0;
  }
  .poco-themes.page-layout-2columns-left .sidebar .productsListing-section .product-items .product-image-container,
  .poco-themes.page-layout-2columns-right .sidebar .productsListing-section .product-items .product-image-container,
  .poco-themes.page-with-filter .sidebar .productsListing-section .product-items .product-image-container {
    width: 365px !important;
  }
  .products-grid.swiper .product-item-photo img {
    width: 100% !important;
  }
  .mageb-success-page .linearize-table tfoot {
    background-color: #f7f5f4 !important;
  }
  #testimonial_details .mageTmClient {
    text-align: center;
  }
  .mage-products.mage-deal-slider #timer-countbox .countdown-section {
    width: 69px;
  }
  .mage-products.mage-deal-products #timer-countbox .countdown-section .countdown-amount {
    font-size: 25px;
  }
  .mage-products.mage-deal-products #timer-countbox .countdown-section .countdown-period {
    font-size: 13px;
  }
  .parallax-section .parallax-product {
    margin: 0;
  }
  .block.widget .pager {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .block.widget .pager .toolbar-amount {
    margin-bottom: 10px;
  }
  .block-new-products.list .products-list .product-item .product-item-details {
    padding-left: 0;
  }
  .products-grid .prodLabel.top-left {
    top: 10px;
    left: 10px;
  }
  .products-grid .prodLabel.top-right {
    top: 10px;
    right: 10px;
  }
  .products-grid .prodLabel.bottom-right {
    right: 10px;
    bottom: 10px;
  }
  .products-grid .prodLabel.bottom-left {
    left: 10px;
    bottom: 10px;
  }
  .products-grid .prodLabel.bottom-center {
    bottom: 10px;
  }
  .products-grid .prodLabel.top-center {
    top: 10px;
  }
  .products-grid .product-item .product-item-details {
    padding: 20px 10px 0;
  }
  .products-grid .product-items .product-item .product-name,
  .products-grid .product-items .product-item .product-item-name {
    line-height: normal;
  }
  .mb-post-listing .mb-post-gridview .items {
    margin-left: 0;
    margin-right: 0;
  }
  .mb-post-listing .mb-post-gridview .item {
    max-width: 100%;
    padding: 0;
  }
  .mb-post-listing .mb-featured-image img {
    width: 100% !important;
  }
  .mb-blog-toolbar .limiter,
  .mb-blog-toolbar .pages {
    float: none !important;
    display: block !important;
  }
  .mb-blog-toolbar .limiter {
    float: none !important;
    display: none !important;
  }
  .mb-blog-toolbar .pages {
    margin-bottom: 20px !important;
  }
  .mb-post-listing .mb-post-header .mb-post-title,
  .mb-post-listing .mb-post-header .mb-post-meta {
    min-height: inherit !important;
  }
  .mb-post-listing .mb-post-header .mb-post-meta {
    margin-bottom: 15px !important;
  }
  .mb-post-listing .mb-read-btn .mb-post-readmore {
    font-size: 14px !important;
  }
  .mb-post-listview .item .display-flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .mb-post-listview .featured-image {
    margin-bottom: 20px !important;
  }
  .mb-post-listview .mb-post-listview-content {
    padding-left: 0 !important;
  }
  .mb-related-post .item,
  .mb-related-products .products-grid .product-item {
    width: 48.5% !important;
  }
  .mb-related-post .item:nth-of-type(3n),
  .mb-related-products .products-grid .product-item:nth-of-type(3n) {
    margin-right: 3% !important;
  }
  .mb-related-post .item:nth-of-type(2n),
  .mb-related-products .products-grid .product-item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .mb-related-post .item:nth-of-type(3n+1) {
    clear: none !important;
  }
  .mb-related-post .item:nth-of-type(2n+1) {
    clear: left !important;
  }
  .account.wishlist-index-index .column.main .products-grid .product-item .fieldset .field.qty {
    display: block;
    margin-bottom: 10px !important;
    padding-right: 0 !important;
  }
  .title-404 {
    font-size: 100px;
  }
  .title-small-404 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .team-section.style1 .team-member-position,
  .team-section.style1 .team-member-title {
    font-size: 14px;
    line-height: normal;
  }
  .team-section.style1 .team-member-photo {
    margin-bottom: 20px;
  }
  .icon-text .details p br {
    display: none;
  }
  .icon-text .icon {
    font-size: 22px;
    top: 3px;
  }
  .icon-text .details {
    padding-left: 35px;
  }
  .productsListing-section .show-scrollbar {
    padding-bottom: 50px;
  }
  .poco-home-page-style-2.catalog-product-view .mb-product-related-posts .block-title strong {
    font-size: 25px !important;
  }
  .store-features i {
    display: block;
    margin: 0;
  }
  .store-features.store-feature-style1 li {
    padding: 20px 5px;
  }
  .top-header .leftTop {
    flex: 0 0 70%;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
  }
  .top-header .rightTop {
    flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
  }
  .allBrandsLayer ul.logoList li,
  .resultInfo li {
    width: 31.5%;
    padding: 5px;
  }
  .product-social-links .product-addto-links {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .product-social-links .product-addto-links .action.sizeguide,
  .product-social-links .product-addto-links .action.towishlist {
    padding-bottom: 10px !important;
  }
  .g-recaptcha > div {
    width: 244px !important;
  }
  .g-recaptcha > div iframe {
    width: 100%;
  }
  .guaranteed-safe-checkout h4 {
    font-size: 14px;
  }
  .cartDetails .product-add-form .box-tocart .action.ajaxproduct,
  .cartDetails .product-add-form .box-tocart .buynow-button {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .cartDetails .product-info-main .box-tocart .actions .action.primary,
  .cartDetails .product-options-bottom .box-tocart .actions .action.primary,
  .cartDetails .product-info-main .box-tocart .buynow-button .action.secondary,
  .cartDetails .product-options-bottom .box-tocart .buynow-button .action.secondary {
    font-size: 18px;
  }
  .products-grid .product-item {
    margin-bottom: 10px;
  }
  .products-grid .product-item .price-box {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .products-grid .product-item .price-box .old-price {
    padding-right: 0;
  }
  .column.main .block.crosssell .title strong {
    font-size: 22px;
    padding: 0 10px;
  }
  .quickViewDetails .product-add-form .box-tocart .fieldset {
    margin-bottom: 20px !important;
  }
  .quickViewDetails .product-add-form .box-tocart {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .quickViewDetails .product-add-form .box-tocart .fieldset {
    width: 105px;
    padding-right: 0;
  }
  .quickViewDetails .product-info-main .product.attribute.sku,
  .quickViewDetails .product-info-main .product-info-stock-sku .stock.available {
    width: 100%;
    padding-right: 0;
    display: block !important;
  }
  .quickViewDetails .product-reviews-summary {
    margin: 0 0 10px;
  }
  .quickViewDetails .product-add-form .box-tocart .fieldset {
    display: block;
  }
  .quickViewDetails .product-add-form .box-tocart .field.qty,
  .quickViewDetails .product-add-form .box-tocart .actions {
    display: block !important;
    width: 100%;
  }
  .quickViewDetails .product-add-form .box-tocart .actions {
    margin-bottom: 0;
  }
  .quickViewDetails .product-social-links .product-addto-links {
    padding-bottom: 20px;
    margin: 0 0 25px;
  }
  .hidden-xs {
    display: none !important;
  }
  /* Header Style ------------------------------------------------ */
  .mbAjaxSearch div.select-wrapper,
  .mbAjaxSearch .searchField {
    display: block;
  }
  .mbAjaxSearch span.select-wrapper {
    width: 100%;
  }
  .search-drawer .close {
    right: 10px;
    top: 10px;
  }
  /* End Header Style -------------------------------------------- */
  .mageb-patn-inner .mageb-pattern16 .mageb-full-caption h4 {
    display: none;
  }
  .search-drawer .container-fluid .block-search {
    width: 100%;
  }
  .search-drawer .block-search {
    width: 100%;
  }
  .mbAjaxSearch div.select-wrapper,
  .mbAjaxSearch .searchField {
    display: block;
  }
  .mbAjaxSearch span.select-wrapper {
    width: 100%;
  }
  .mbAjaxSearch span.select-wrapper .holder:after {
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 15px;
  }
  .search-drawer .mbAjaxSearch #search {
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 5px;
  }
  .cwsSlider.defaultTheme .pagerBelow .cws-pager {
    bottom: 0;
  }
  /* Poco Home --------------------------------------------- */
  .poco-themes .cws-arw a {
    height: 30px;
    width: 20px;
  }
  .poco-themes .cws-arw a:before {
    font-size: 20px;
    line-height: 38px;
    height: 20px;
    width: 20px;
  }
  /* End Poco Home ------------------------------------------*/
  /* Blog Section ----------------------- */
  .post-list-wrapper .post-list .item {
    margin-bottom: 10px;
  }
  .home-blog-post .homepost-listing .item {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 315px;
    display: block;
    float: none;
  }
  .home-blog-post .detail {
    min-height: auto !important;
    padding: 20px;
    width: 100%;
  }
  .home-blog-post .detail h3 {
    font-size: 16px;
  }
  .home-blog-post .post-image img {
    width: auto !important;
  }
  .home-blog-post.home-blog-post-style-3 .post-image img {
    width: 100% !important;
  }
  .mb-post-listing .mb-featured-image img {
    width: auto !important;
  }
  /* Products Listing Style -------------------------------------- */
  .products-grid .product-items-4.product-items .product-item .product-item-inner ul,
  .products-grid .product-item .product-item-inner ul {
    padding: 0;
  }
  .products-grid .product-items-4.product-items .product-item .price-box .price,
  .products-grid .product-item .price-box .price {
    font-size: 15px;
  }
  .products-list .product-item,
  .block.widget.block-products-list .widget-product-grid .product-item {
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .products-list .product-item .product-item-info,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-info {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .products-list .product-item .product-item-details,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-details,
  .products-list .product-item .pro-hover,
  .block.widget.block-products-list .widget-product-grid .product-item .pro-hover {
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
  }
  .products-list .product-item .product-item-details,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-details {
    margin-top: 20px;
  }
  .products-list .product-item .product-item-inner.style2 .btn-wishlist,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-inner.style2 .btn-wishlist {
    width: 30%;
  }
  .products-list .product-item .action.tocart.primary,
  .block.widget.block-products-list .widget-product-grid .product-item .action.tocart.primary {
    padding: 10px 15px;
  }
  .products-list .product-item .action.tocart.primary span,
  .block.widget.block-products-list .widget-product-grid .product-item .action.tocart.primary span {
    font-size: 13px;
  }
  .products-list .product-item .timer-product #timer-countbox .countdown-section,
  .block.widget.block-products-list .widget-product-grid .product-item .timer-product #timer-countbox .countdown-section {
    padding: 2px !important;
    line-height: normal;
  }
  .products-list .product-item .timer-product #timer-countbox .countdown-section .countdown-amount,
  .block.widget.block-products-list .widget-product-grid .product-item .timer-product #timer-countbox .countdown-section .countdown-amount {
    font-size: 11px;
    line-height: normal;
  }
  .products-list .product-item .timer-product #timer-countbox .countdown-section .countdown-period,
  .block.widget.block-products-list .widget-product-grid .product-item .timer-product #timer-countbox .countdown-section .countdown-period {
    font-size: 10px;
  }
  .products-list .product-item .learn-more,
  .block.widget.block-products-list .widget-product-grid .product-item .learn-more {
    margin-bottom: 0;
  }
  .products-list .product-item .product-image-container,
  .block.widget.block-products-list .widget-product-grid .product-item .product-image-container {
    width: 100% !important;
  }
  .products-list .product-item .product-item-description,
  .block.widget.block-products-list .widget-product-grid .product-item .product-item-description,
  .products-list .product-item .price-box,
  .block.widget.block-products-list .widget-product-grid .product-item .price-box {
    margin: 10px 0;
  }
  .products-list .product-item .swatch-attribute .swatch-option,
  .block.widget.block-products-list .widget-product-grid .product-item .swatch-attribute .swatch-option {
    margin-right: 5px;
  }
  .products-list .product-item .swatch-attribute .swatch-option.image,
  .block.widget.block-products-list .widget-product-grid .product-item .swatch-attribute .swatch-option.image {
    width: 30px !important;
    height: 30px !important;
  }
  /* End Products Listing Style ------------------------------------- */
  .page-layout-1column.catalog-category-view .products-list .product-item .product-item-inner,
  .catalogsearch-result-index .products-list .product-item .product-item-inner {
    width: 100%;
  }
  .login-container .block .block-content {
    padding: 20px;
  }
  .login-container .fieldset:after {
    margin-top: 15px;
  }
  .column.main .toolbar-products .sorter-options {
    font-size: 15px;
  }
  .column.main .toolbar-products .modes {
    padding-right: 10px;
    margin-bottom: 5px;
  }
  /* Product Detail Page */
  .product-options-wrapper .fieldset:before,
  .product-options-wrapper .fieldset:after {
    content: '';
    clear: both;
    display: table;
  }
  .product-options-wrapper .fieldset .field {
    width: 100%;
    padding-right: 0;
  }
  .product-options-wrapper .fieldset .field:nth-of-type(2n) {
    padding-left: 0;
  }
  .product-info-main label,
  .product-options-bottom label,
  .product-info-main .swatch-attribute-label,
  .product-options-bottom .swatch-attribute-label {
    font-size: 14px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 22px;
  }
  .product-reviews-summary .reviews-actions a {
    margin-right: 0;
  }
  .product-reviews-summary .reviews-actions .view:after {
    padding: 0 5px;
  }
  .product.info.detailed #reviews #review-form .fieldset .review-field-ratings {
    position: relative;
    float: left;
  }
  .product.info.detailed #reviews #review-form .fieldset .review-control-vote:before {
    left: 71px;
  }
  .product.info.detailed #reviews #review-form .review-legend.legend strong {
    margin-left: 0;
  }
  /* Sticky Product Page */
  .poco-home-page-style-10 .sticky-product .action.primary {
    padding: 3px 6px !important;
    font-size: 12px !important;
  }
  .sticky-product .sticky-cart-btn {
    position: static;
    margin-top: 0;
    margin-left: 0;
  }
  .sticky-product .action.primary {
    padding: 3px 6px;
    font-size: 12px;
  }
  .sticky-product .sticky-detail .product-name {
    margin: 0;
    font-size: 14px;
  }
  .sticky-product .sticky-price .product-info-stock-sku {
    font-size: 12px;
  }
  .block-cart-failed .action.continue,
  .cart-container .actions .action.continue,
  .cart-container .actions .action.clear,
  .cart-container .actions .action.update {
    width: 100%;
    display: block;
  }
  /* One Page Checkout */
  .magebees-onepage-checkout .modal-popup .secondary {
    display: block;
  }
  .page-title-wrap .page-title,
  .poco-themes .mageb-checkout-title h1 {
    font-size: 2.2rem;
  }
  .mageb-success-page .data-table td,
  .mageb-success-page .data-table th {
    border: 0;
  }
  /* End One Page Checkout */
  .login-container .block .actions-toolbar .secondary {
    padding-left: 0;
  }
  .login-container .block .actions-toolbar > .primary,
  .login-container .block .actions-toolbar > .secondary {
    padding-left: 0;
  }
  .login-container .fieldset:after {
    text-align: left;
  }
  .mageb-patn-inner .mageb-pattern19 li {
    width: 47.5%;
    margin-right: 5%;
  }
  .mageb-patn-inner .mageb-pattern19 li:nth-child(1),
  .mageb-patn-inner .mageb-pattern19 li:nth-child(6) {
    width: 100%;
    margin-right: 0;
  }
  .mageb-patn-inner .mageb-pattern19 li:nth-child(3),
  .mageb-patn-inner .mageb-pattern19 li:nth-child(5) {
    margin-right: 0;
  }
  .newsletter-in .block.newsletter {
    padding: 20px 20px 50px;
  }
  .newsletter-in .block.newsletter .control {
    margin-bottom: 20px;
  }
  .newsletter-in .block.newsletter .actions {
    top: 10px;
  }
  #popup.modal-box footer {
    bottom: 15px;
    padding: 0 30px;
  }
  .newsletter-in .block.newsletter .detail {
    font-size: 25px;
    line-height: normal;
  }
  .cookie .cookie-text {
    display: block;
    line-height: 20px;
  }
  .post-list-wrapper .post-list .item .post-meta .sep {
    display: none;
  }
  .post-list-wrapper .post-list .item .post-meta .post-meta-item {
    display: block;
  }
  .post-list-wrapper .post-list .item .post-meta .post-meta-item.post-user {
    padding-left: 0;
  }
  .product.info.detailed #reviews .review-list .review-item .rating-summary {
    width: 100%;
    margin-right: 0;
  }
  .quickViewDetails .product.info.detailed #reviews .review-list .review-item .rating-summary {
    width: 100%;
    margin-right: 0;
  }
  .cart-container .cart.table-wrapper .product-item-photo {
    max-width: 65px;
  }
  .cart-container .product-item-details {
    padding-left: 85px !important;
  }
  .cart.table-wrapper .col.qty {
    min-width: 97px;
  }
  .magebees-onepage-checkout .modal-popup .secondary {
    padding-left: 0 !important;
    margin-top: 15px;
  }
  .mageb-summary table#opcTotalTable > tbody > tr > th,
  .mageb-summary table#opcTotalTable > tbody > tr > td {
    font-size: 15px !important;
  }
  .mageb-osc .opc-wrapper .step-title {
    font-size: 16px !important;
  }
  .mageb-osc .magebees-discount-code-wrapper {
    margin-bottom: 20px !important;
  }
  .mageb-osc .step-content {
    padding: 20px !important;
  }
  #opcReviewTable .qty-wrap .button.btnInc {
    left: 30px !important;
  }
  #opcReviewTable .qty-wrap .button.btnDec,
  #opcReviewTable .qty-wrap .button.btnInc {
    height: 30px !important;
    width: 20px !important;
  }
  #opcReviewTable .qty-wrap .button.btnDec {
    left: -20px !important;
  }
  .mageb-summary #opcReviewTable td.oscProductName .product-name,
  .mageb-summary table#opcReviewTable thead tr th {
    font-size: 14px !important;
    line-height: normal;
  }
  .mageb-summary #opcReviewTable td.oscProductName .product-name {
    padding-right: 15px !important;
  }
  .block.related .block-actions {
    margin-bottom: 40px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 25px;
  }
  .product-add-form .box-tocart .buynow-button .action,
  .product-add-form .update .buynow-button .action,
  .product-add-form .box-tocart #product-addtocart-button,
  .product-add-form .update #product-addtocart-button {
    padding: 19px 15px !important;
  }
  .product-info-main .product-reviews-summary,
  .product-info-main .product-reviews-summary .rating-summary,
  .product-info-main .product-reviews-summary .reviews-actions {
    display: block;
  }
  .poco-home-page-style-3 .modal-popup.confirm .modal-footer button {
    padding: 16px 20px !important;
    margin: 0 6px !important;
  }
  #popup.modal-box input[type=checkbox] {
    top: 2px;
  }
  .home-blog-post-style-2 .mb-post-readmore {
    padding-bottom: 0 !important;
  }
  .poco-home-page-style-4 .newsletter-in .block.newsletter .title {
    font-size: 16px !important;
  }
  .poco-home-page-style-4 .home-blog-post .post-image img {
    width: 100% !important;
  }
  .magebees-buttons-for-update.actions-toolbar .action {
    margin-right: 10px !important;
  }
  .mageb-success-page .linearize-table td {
    width: 100% !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagebees%5C%2Fpocothemes%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fmagnific-popup%5C%2F_magnific-popup.min.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagebees%5C%2Fpocothemes%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Ftheme_style%5C%2F_general.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagebees%5C%2Fpocothemes%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Ftheme_style%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMagebees%5C%2Fpocothemes%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Ftheme_style%5C%2F_responsive.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3BAAAA%3BEAAQ%2CMAAA%3BEAAM%2COAAA%3BEAAO%2CWAAA%3BEAAW%2CYAAA%3BEAAY%2CaAAA%3BEAAa%2CgBAAA%3BEAAgB%2CeAAA%3BEAAe%2CmBAAA%3BEAAmB%2CYAAA%3B%3BAAAW%3BEAAU%2CMAAA%3BEAAM%2COAAA%3BEAAO%2CWAAA%3BEAAW%2CYAAA%3BEAAY%2CaAAA%3BEAAa%2CeAAA%3BEAAe%2CwBAAA%3BEAAwB%2CmCAAA%3B%3BAAAmC%3BEAAe%2CkBAAA%3BEAAkB%2CkBAAA%3BEAAkB%2CWAAA%3BEAAW%2CYAAA%3BEAAY%2COAAA%3BEAAO%2CMAAA%3BEAAM%2CcAAA%3BEAAc%2CsBAAA%3B%3BAAAsB%2CcAAc%3BEAAQ%2CSAAQ%2CEAAR%3BEAAW%2CqBAAA%3BEAAqB%2CYAAA%3BEAAY%2CsBAAA%3B%3BAAAsB%2CcAAe%2CeAAc%3BEAAQ%2CaAAA%3B%3BAAAa%3BEAAa%2CkBAAA%3BEAAkB%2CqBAAA%3BEAAqB%2CsBAAA%3BEAAsB%2CcAAA%3BEAAc%2CgBAAA%3BEAAgB%2CaAAA%3B%3BAAAa%2CkBAAmB%3BAAAa%2CgBAAiB%3BEAAa%2CWAAA%3BEAAW%2CYAAA%3B%3BAAAY%3BEAAc%2CgBAAA%3B%3BAAAgB%3BAAAkB%2CiBAAkB%2CkBAAkB%3BEAAW%2CqBAAA%3BEAAqB%2CwBAAA%3BEAAwB%2CgBAAA%3B%3BAAAgB%3BEAAU%2CeAAA%3BEAAe%2CuBAAA%3BEAAuB%2CoBAAA%3BEAAoB%2CeAAA%3B%3BAAAe%2CgBAAiB%3BEAAa%2CYAAA%3B%3BAAAY%3BAAAW%3BAAAW%3BAAAe%3BEAAa%2CyBAAA%3BEAAyB%2CsBAAA%3BEAAsB%2CiBAAA%3B%3BAAAiB%2CYAAY%3BEAAY%2CaAAA%3B%3BAAAa%3BEAAU%2CaAAA%3B%3BAAAwB%3BEAAe%2CWAAA%3BEAAW%2CkBAAA%3BEAAkB%2CQAAA%3BEAAQ%2CWAAA%3BEAAW%2CkBAAA%3BEAAkB%2CkBAAA%3BEAAkB%2CSAAA%3BEAAS%2CUAAA%3BEAAU%2CaAAA%3B%3BAAAa%2CcAAe%3BEAAE%2CWAAA%3B%3BAAAW%2CcAAe%2CEAAC%3BEAAO%2CWAAA%3B%3BAAAW%2CYAAa%3BEAAe%2CaAAA%3B%3BAAAa%2CYAAa%3BEAAa%2CaAAA%3B%3BAAAa%2CMAAM%3BAAAW%2CMAAM%3BEAAW%2CiBAAA%3BEAAiB%2CeAAA%3BEAAe%2CuBAAA%3BEAAuB%2CSAAA%3BEAAS%2CwBAAA%3BEAAwB%2CcAAA%3BEAAc%2CUAAA%3BEAAU%2CUAAA%3BEAAU%2CaAAA%3BEAAa%2CgBAAA%3BEAAgB%2C0BAAA%3B%3BAAA0B%2CMAAM%3BEAAmB%2CUAAA%3BEAAU%2CSAAA%3B%3BAAAS%3BEAAW%2CWAAA%3BEAAW%2CYAAA%3BEAAY%2CiBAAA%3BEAAiB%2CkBAAA%3BEAAkB%2CQAAA%3BEAAQ%2CMAAA%3BEAAM%2CqBAAA%3BEAAqB%2CkBAAA%3BEAAkB%2CaAAA%3BEAAY%2CsBAAA%3BEAAsB%2CWAAA%3BEAAW%2CkBAAA%3BEAAkB%2CeAAA%3BEAAe%2C0CAAA%3B%3BAAAwC%2CUAAU%3BAAAO%2CUAAU%3BEAAO%2CUAAA%3B%3BAAAU%2CUAAU%3BEAAQ%2CQAAA%3B%3BAAAQ%2CiBAAkB%3BEAAW%2CWAAA%3B%3BAAAW%2CiBAAkB%3BAAAW%2CkBAAmB%3BEAAW%2CWAAA%3BEAAW%2CWAAA%3BEAAW%2CiBAAA%3BEAAiB%2CgBAAA%3BEAAgB%2CWAAA%3B%3BAAAY%2CiBAAkB%2CWAAU%3BAAAO%2CkBAAmB%2CWAAU%3BEAAS%2C6BAAA%3B%3BAAA%2BB%3BEAAa%2CkBAAA%3BEAAkB%2CMAAA%3BEAAM%2CQAAA%3BEAAQ%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2CiBAAA%3BEAAiB%2CmBAAA%3B%3BAAAmB%3BEAAW%2CkBAAA%3BEAAkB%2CaAAA%3BEAAY%2CSAAA%3BEAAS%2CQAAA%3BEAAQ%2CiBAAA%3BEAAiB%2CUAAA%3BEAAU%2CWAAA%3BEAAW%2CaAAA%3BEAAa%2CwCAAA%3B%3BAAAwC%2CUAAU%3BEAAQ%2CiBAAA%3B%3BAAAiB%2CUAAU%3BAAAO%2CUAAU%3BEAAO%2CUAAA%3B%3BAAAU%2CUAAU%3BAAAQ%2CUAAU%3BEAAO%2CSAAQ%2CEAAR%3BEAAW%2CcAAA%3BEAAc%2CQAAA%3BEAAQ%2CSAAA%3BEAAS%2CkBAAA%3BEAAkB%2COAAA%3BEAAO%2CMAAA%3BEAAM%2CgBAAA%3BEAAgB%2CiBAAA%3BEAAiB%2CgCAAA%3B%3BAAAgC%2CUAAU%3BEAAO%2CsBAAA%3BEAAsB%2CyBAAA%3BEAAyB%2CQAAA%3B%3BAAAQ%2CUAAU%3BEAAQ%2CsBAAA%3BEAAsB%2CyBAAA%3BEAAyB%2CYAAA%3B%3BAAAW%3BEAAgB%2COAAA%3B%3BAAAO%2CeAAe%3BEAAO%2C6BAAA%3BEAA6B%2CiBAAA%3B%3BAAAiB%2CeAAe%3BEAAQ%2CiBAAA%3BEAAiB%2CgCAAA%3B%3BAAAgC%3BEAAiB%2CQAAA%3B%3BAAAQ%2CgBAAgB%3BEAAO%2C4BAAA%3BEAA4B%2CiBAAA%3B%3BAAAiB%2CgBAAgB%3BEAAQ%2C%2BBAAA%3B%3BAAA%2BB%3BEAAmB%2CiBAAA%3BEAAiB%2CoBAAA%3B%3BAAAoB%2CkBAAmB%3BEAAa%2CcAAA%3BEAAc%2CWAAA%3BEAAW%2CgBAAA%3B%3BAAAgB%2CkBAAmB%3BEAAW%2CUAAA%3B%3BAAAU%3BEAAmB%2CWAAA%3BEAAW%2CSAAA%3BEAAS%2CgBAAA%3BEAAgB%2CmBAAA%3B%3BAAAmB%2CkBAAmB%3BEAAO%2CkBAAA%3BEAAkB%2CcAAA%3BEAAc%2CMAAA%3BEAAM%2COAAA%3BEAAO%2CWAAA%3BEAAW%2CYAAA%3BEAAY%2CsCAAA%3BEAAmC%2CgBAAA%3B%3BAAAgB%2CGAAG%3BEAAS%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2CYAAA%3BEAAY%2CcAAA%3BEAAc%2CcAAA%3BEAAc%2CsBAAA%3BEAAsB%2CoBAAA%3BEAAoB%2CcAAA%3B%3BAAAc%3BEAAY%2CcAAA%3B%3BAAAc%2CWAAW%3BEAAO%2CSAAQ%2CEAAR%3BEAAW%2CkBAAA%3BEAAkB%2COAAA%3BEAAO%2CSAAA%3BEAAS%2CYAAA%3BEAAY%2CcAAA%3BEAAc%2CQAAA%3BEAAQ%2CWAAA%3BEAAW%2CYAAA%3BEAAY%2CWAAA%3BEAAW%2CsCAAA%3BEAAmC%2CgBAAA%3B%3BAAAgB%2CWAAY%3BEAAM%2CcAAA%3BEAAc%2CcAAA%3BEAAc%2CeAAA%3BEAAe%2CiBAAA%3B%3BAAAiB%2CWAAY%3BEAAO%2CSAAA%3B%3BAAAS%3BEAAgB%2CiBAAA%3BEAAiB%2CkBAAA%3BEAAkB%2CSAAA%3BEAAS%2COAAA%3BEAAO%2CWAAA%3BEAAW%2CYAAA%3B%3BAAAY%3BEAAW%2CgBAAA%3BEAAgB%2CiBAAA%3BEAAiB%2CcAAA%3BEAAc%2CqBAAA%3BEAAqB%2CmBAAA%3B%3BAAAmB%2CiBAAkB%3BEAAa%2CeAAA%3B%3BAAAe%2CYAAa%2CkBAAkB%3BEAAY%2CeAAA%3B%3BAAAwsB%2CmBAArpB%2CuBAA2B%2CqCAA8B%3BEAAC%2CeAAgB%3BIAAkB%2CeAAA%3BIAAe%2CgBAAA%3B%3BEAAgB%2CeAAgB%2CIAAG%3BIAAS%2CUAAA%3B%3BEAAU%2CeAAgB%2CYAAW%3BIAAO%2CMAAA%3BIAAM%2CSAAA%3B%3BEAAS%2CeAAgB%2CYAAY%3BIAAM%2CeAAA%3BIAAe%2CgBAAA%3B%3BEAAgB%2CeAAgB%3BIAAgB%2C8BAAA%3BIAA2B%2CSAAA%3BIAAS%2CSAAA%3BIAAS%2CSAAA%3BIAAS%2CgBAAA%3BIAAgB%2CeAAA%3BIAAe%2CsBAAA%3B%3BEAAsB%2CeAAgB%2CgBAAe%3BIAAO%2CUAAA%3B%3BEAAU%2CeAAgB%3BIAAa%2CUAAA%3BIAAU%2CQAAA%3B%3BEAAQ%2CeAAgB%3BIAAW%2CMAAA%3BIAAM%2CQAAA%3BIAAQ%2CWAAA%3BIAAW%2CYAAA%3BIAAY%2CiBAAA%3BIAAiB%2C8BAAA%3BIAA2B%2CeAAA%3BIAAe%2CkBAAA%3BIAAkB%2CUAAA%3B%3B%3BAAAqS%2CgBAA1P%3BEAAC%3BIAAW%2CmBAAkB%2CWAAlB%3BIAA8B%2CWAAU%2CWAAV%3B%3BEAAsB%3BIAAgB%2C6BAAA%3BIAA6B%2CqBAAA%3B%3BEAAqB%3BIAAiB%2C8BAAA%3BIAA8B%2CsBAAA%3B%3BEAAsB%3BIAAe%2CiBAAA%3BIAAiB%2CkBAAA%3B%3B%3B%3B%3B%3BACI%5C%2FtK%3BEAAQ%2CWAAA%3BEAAa%2CyBAAA%3BEAA2B%2CiBAAA%3BEAAmB%2CeAAA%3B%3BAACnE%3BAAAa%2CKAAK%2CMAAM%2CKAAK%3BAAAQ%2CKAAK%3BEAAS%2CyBAAA%3B%3BAAAnD%2CWACC%2CMAAM%3BAADM%2CKAAK%2CMAAM%2CKAAK%2CMAC5B%2CMAAM%3BAAD8B%2CKAAK%2CMACzC%2CMAAM%3BEAAK%2C2BAAA%3BEAA6B%2CaAAA%3BEAAe%2CyBAAA%3B%3BAAExD%2CKAAQ%2CQAAQ%2CKAAK%3BAAAI%2CKAAQ%2CQAAQ%2CKAAK%3BAAAI%2CKAAQ%2CQAAQ%2CKAAK%3BAAAI%2CKAAQ%2CQAAQ%2CKAAK%3BEAAK%2CsBAAA%3B%3BAACrG%2CMAAM%2CIAAI%2COAAO%2CIAAI%2CSAAU%2CMAAQ%2CKAAE%2CYAAa%3BAACtD%2CMAAM%2CIAAI%2COAAO%2CIAAI%2CSAAU%2CMAAQ%2CKAAE%2CYAAa%3BEAAK%2CqBAAA%3B%3BAAC3D%3BAAAa%2CKAAK%3BAAAQ%2CMAAM%3BEAAoB%2CyBAAA%3B%3BAAApD%2CWACC%2CMAAM%3BAADM%2CKAAK%2CMACjB%2CMAAM%3BAADmB%2CMAAM%2CiBAC%5C%2FB%2CMAAM%3BEAAK%2CyBAAA%3B%3BAADZ%2CWAEC%3BAAFY%2CKAAK%2CMAEjB%3BAAFyB%2CMAAM%2CiBAE%5C%2FB%3BAAFD%2CWAyyM6C%2CCAvyMzC%3BAAFS%2CKAAK%2CMAyyM2B%2CCAvyMzC%3BAAFsB%2CMAAM%2CiBAyyMa%2CCAvyMzC%3BEAAK%2CyBAAA%3BEAA2B%2CiBAAA%3B%3BAAFpC%2CWAGC%2CMAAM%2CGAAE%2CYAAY%3BAAHR%2CKAAK%2CMAGjB%2CMAAM%2CGAAE%2CYAAY%3BAAHK%2CMAAM%2CiBAG%5C%2FB%2CMAAM%2CGAAE%2CYAAY%3BEAAS%2CyBAAA%3B%3BAAE9B%2CMAAM%3BEAAoB%2CyBAAA%3B%3BAAC1B%3BEAAiB%2CmBAAA%3B%3BAACjB%2CKAAK%2CMAAM%2CKAAK%2CMAAO%2CMAAM%3BEAAK%2C6BAAA%3B%3BAAClC%2CKAAM%3BEAAK%2CgBAAA%3B%3BAACX%2CeAAgB%3BAAAO%2CKAAK%3BEAAa%2CyBAAA%3BEAAsC%2CmBAAA%3B%3BAAC%5C%2FE%2CeAAgB%2CMAAM%3BAAAI%2CeAAgB%2CMAAM%3BEAAK%2CyBAAA%3BEAAsC%2C4BAAA%3B%3BAAC3F%2CeAAgB%2CMAAM%2CMAAM%3BAAAI%2CeAAgB%2CMAAM%2CMAAM%3BAAC5D%2CKAAK%2CUAAW%2CMAAM%3BAAAI%2CKAAK%2CUAAW%2CMAAM%3BEAAK%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2C4BAAA%3B%3BAAClG%2CKAAK%2CUAAW%3BEAAK%2C4BAAA%3B%3BAACrB%2CeAAgB%3BEAAgB%2CwBAAA%3B%3BAAChC%2CeAAgB%2C0BAAyB%3BEAAgC%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAACrG%2CeAAe%2CYAAa%3BEAAe%2C2BAAA%3B%3BAAC3C%3BEAAoB%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CiCAAA%3BEAAmC%2C4CAAA%3B%3BAACtG%2CeAAe%2CYAAa%3BEAAe%2CmBAAA%3B%3B%3BAAG3C%2CYAAa%2CUAAU%3BEAAW%2CqCAAA%3B%3BAAGjC%2CYAFY%2CUAAU%2CQAAO%2COAE5B%3BAAAD%2CYADY%2CUAAU%2CSAAS%2CQAAO%2COACrC%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CmBAAA%3BEAAqB%2CyBAAA%3BEAA2B%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CWAAW%2CcAAX%3BEAA2B%2CkBAAA%3BEAAoB%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CSAAA%3B%3BAACzN%2CYAHY%2CUAAU%2CQAAO%2COAG5B%2COAAO%3BAAAR%2CYAFY%2CUAAU%2CSAAS%2CQAAO%2COAErC%2COAAO%3BEAAS%2CWAAW%2CcAAX%3BEAA2B%2CSAAA%3B%3BAAE7C%2CYAAa%2CUACZ%3BEAAS%2CkBAAA%3BEAAoB%2CgCAAA%3B%3BAAE9B%2CYAAa%2CUAAU%2CSAAS%2CGAAE%2CSAAU%3BEAAK%2CgBAAA%3B%3BAAEjD%2CuBAAwB%2CiBAAiB%3BEAAc%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAACxE%2CuBAAwB%3BEAAmB%2CyBAAA%3B%3B%3B%3B%3BAAK3C%2CcAAc%2CoBAAqB%2CmBAAkB%2CoBAAqB%2CeAAe%3BEAAgB%2CWAAA%3B%3BAACzG%2CkBAAmB%3BEAAkB%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CcAAA%3B%3BAAC3E%2CkBAAmB%3BEAAiB%2CgBAAA%3BEAAkB%2CSAAA%3BEAAW%2CsBAAA%3BEAAwB%2CkBAAA%3BEAAoB%2CsBAAA%3BEAAwB%2CWAAA%3B%3BAACrI%2CkBAAmB%3BEAAqB%2CgBAAA%3B%3BAACxC%2CoBACC%2CeAAe%3BAADM%2CkBACrB%2CeAAe%3BEAAe%2CgBAAA%3B%3BAAD%5C%2FB%2CoBAEC%3BAAFqB%2CkBAErB%3BEAAkB%2CaAAA%3BEAAe%2C8BAAA%3BEAAgC%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAAFvF%2CoBAGC%2CeAAe%2CcAAc%3BAAHR%2CkBAGrB%2CeAAe%2CcAAc%3BEAAsB%2CiBAAA%3B%3BAAGpD%2CcAAc%2CoBACb%2CmBAAkB%2CkBAAmB%3BEAAY%2CcAAA%3BEAAgB%2CmBAAA%3BEAAqB%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CqBAAA%3BEAAuB%2CyBAAA%3B%3BAAG3I%2CkBAAC%2CaACG%3BEAAkB%2CqBAAA%3BEAAuB%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAAD7D%2CkBAAC%2CaACG%2CgBACI%3BEAAiB%2CkBAAA%3BEAAoB%2CcAAA%3B%3BAAF7C%2CkBAAC%2CaACG%2CgBACI%2CeACI%3BEAAe%2CkBAAA%3B%3BAAH3B%2CkBAAC%2CaACG%2CgBAII%3BEAAiB%2C0BAAA%3B%3BAALzB%2CkBAAC%2CaACG%2CgBAKI%3BEAAmB%2CoBAAA%3BEAAsB%2CcAAA%3B%3BAANjD%2CkBAAC%2CaACG%2CgBAML%2CiBAAiB%3BEAAQ%2CgBAAA%3B%3BAAPxB%2CkBAAC%2CaACG%2CgBAOL%2CiBAAiB%2CMAAM%3BEAAI%2CcAAA%3B%3BAAR1B%2CkBAAC%2CaAUG%3BEAA2B%2CqBAAA%3BEAAuB%2CWAAA%3B%3BAAVtD%2CkBAAC%2CaAUG%2CyBACI%3BEAAiB%2CoBAAA%3B%3BAAI7B%2CkBAAmB%2CgBAAgB%3BEAAe%2C6BAAA%3BEAA%2BB%2CUAAA%3B%3BAACjF%2CkBAAmB%2CgBAAgB%2CeAAe%3BEAAK%2CaAAA%3BEAAe%2CmBAAA%3B%3BAACtE%2CkBAAmB%2CgBAAgB%2CeAAe%3BEAAQ%2CiBAAA%3B%3BAAC1D%2CkBAAmB%2CgBAAgB%2CeAAe%2CMAAM%3BEAAI%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CqBAAA%3BEAAuB%2CkBAAA%3BEAAoB%2CyBAAA%3BEAA2B%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CcAAA%3BEAAgB%2CmBAAA%3B%3BAAC7N%2CkBAAmB%2CeAAe%2CcAAc%3BEAAa%2CsBAAA%3B%3B%3B%3B%3B%3B%3B%3BAAS7D%2CYACC%2CQAAO%2CMAAO%3BEAAqB%2C2BAAA%3B%3BAAEpC%2CoBACC%2CQAAO%2CMAAM%3BEAAsB%2C2BAAA%3B%3BAAGnC%2CmBAAC%3BEAAoB%2CyBAAA%3B%3BAADtB%2CmBAEC%3BEAAK%2CgBAAA%3BEAAiB%2CUAAA%3BEAAW%2CSAAA%3B%3BAAFlC%2CmBAEC%2CGACG%3BEAAK%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CyBAAA%3B%3BAACjC%2CmBAFF%2CGACG%2CKACA%3BEAAc%2CeAAA%3B%3BAAJlB%2CmBAOC%2CcACC%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAXH%2CmBAOC%2CcACC%2CeAIC%3BEACC%2CcAAA%3BEACA%2CWAAA%3B%3BAAdJ%2CmBAOC%2CcAUC%3BEACC%2CgBAAA%3B%3BAAED%2CmBAbD%2CcAaE%2CeAAgB%3BEAChB%2CgBAAA%3B%3BAAED%2CmBAhBD%2CcAgBE%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAHD%2CmBAhBD%2CcAgBE%2CeAIA%3BEACC%2CcAAA%3B%3BAALF%2CmBAhBD%2CcAgBE%2CeAOA%3BEACC%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAjCJ%2CmBAOC%2CcA6BC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3B%3BAAtCH%2CmBAOC%2CcA6BC%2CcAGC%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA5CJ%2CmBAOC%2CcA6BC%2CcAUC%3BEACC%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CmBA9CH%2CcA6BC%2CcAUC%2CKAOE%3BEACA%2CgBAAA%3B%3BAAtDL%2CmBA4DC%3BEACC%2CkBAAA%3B%3BAACA%2CQAAQ%2COACR%2CoBAHD%2CMAGE%3BAACD%2CmBAJD%2CMAIE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2C2DAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAED%2CmBAbD%2CMAaE%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAAED%2CmBAnBD%2CMAmBE%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAED%2CmBAzBD%2CMAyBE%2CMAAM%3BEACN%2COAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAED%2CmBA9BD%2CMA8BE%2CMAAM%3BEACN%2CSAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAA7FH%2CmBAgGC%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAACA%2CmBAJD%2CeAIE%3BEACA%2CSAAQ%2CEAAR%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3B%3BAAnHH%2CmBAsHC%2CeAAe%3BAAtHhB%2CmBAuHC%2CeAAe%3BEACd%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3B%3BAA5HF%2CmBA8HC%2CeAAc%2CMAAM%3BEACnB%2CiBAAA%3BEACA%2CUAAA%3B%3BAAhIF%2CmBAkIC%2CeAAc%2CMAAO%3BAAlItB%2CmBAmIC%2CeAAc%2CMAAO%3BEACpB%2CUAAA%3BEACA%2CgBAAe%2CoBAAf%3BEACA%2CcAAa%2CoBAAb%3BEACA%2CeAAc%2CoBAAd%3BEACA%2CmBAAkB%2CoBAAlB%3BEACA%2CWAAU%2CoBAAV%3B%3B%3B%3B%3B%3B%3B%3BAAWF%2C4BAA6B%3BEAAe%2C0BAAA%3BEAA4B%2CUAAA%3B%3BAACxE%2C4BAA6B%2CaAAa%2CMAAK%3BEAAY%2CgBAAA%3B%3BAAE1D%2CiBAAC%3BAACD%2CiBAAC%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAIpC%2CQAH0B%3BEAG1B%2CiBAFC%2CkBAAkB%3BIAAY%2CiCAAA%3B%3B%3BAAJhC%2CiBAMC%3BEAAgB%2CkBAAA%3B%3BAANjB%2CiBAQC%3BEAAiB%2C8BAAA%3B%3BAARlB%2CiBAQC%2CeACC%3BEAAS%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CaAAA%3BEAAe%2CmBAAA%3B%3BAATjE%2CiBAQC%2CeAEC%3BEAAoB%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAiB%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CoBAAA%3B%3BAAV%5C%2FF%2CiBAQC%2CeAGC%3BEAAI%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAAX5C%2CiBAQC%2CeAIC%3BEAAU%2C6BAAA%3BEAA%2BB%2CqBAAA%3BEAAuB%2CyBAAA%3BEAA2B%2C0BAAA%3B%3BAAZ7F%2CiBAeC%2CiBAAgB%3BEAAa%2CeAAA%3BEAAgB%2CgBAAA%3B%3BAAf9C%2CiBAgBC%3BEAAY%2CUAAA%3BEAAY%2CWAAA%3B%3BAAhBzB%2CiBAiBC%3BEAAqB%2CWAAA%3B%3BAAjBtB%2CiBAiBC%2CmBACC%3BEAAgB%2C6BAAA%3BEAA%2BB%2C4BAAA%3BEAA8B%2CwBAAA%3B%3BAAlB%5C%2FE%2CiBAoBC%3BEAAsB%2CYAAA%3BEAAc%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAApBjE%2CiBAoBC%2CoBACC%3BEAAgB%2C8BAAA%3BEAAgC%2C4BAAA%3BEAA8B%2CwBAAA%3B%3BAArBhF%2CiBAuBC%3BEAAuB%2CWAAA%3BEAAa%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAvBjE%2CiBAwBC%3BEAAgB%2C4BAAA%3BEAA8B%2CWAAA%3B%3BAAE7C%2CiBADD%2CMACE%3BEAAU%2CSAAA%3BEAAW%2CSAAA%3BEAAW%2CUAAA%3BEAAY%2CMAAA%3B%3BAAC7C%2CiBAFD%2CMAEE%3BEAAS%2CWAAA%3BEAAa%2COAAA%3BEAAS%2CQAAA%3BEAAU%2CQAAA%3B%3BAA3B5C%2CiBA6BC%3BEAAoB%2CWAAA%3BEAAa%2CeAAA%3B%3BAA7BlC%2CiBA6BC%2CkBACC%3BEAAiB%2CoBAAA%3B%3BAA9BnB%2CiBA6BC%2CkBAEC%2CeAAe%2CcAAc%3BEAAsB%2CoBAAA%3B%3BAA%5C%2FBrD%2CiBA6BC%2CkBAGC%2CcAAc%3BEAAwB%2CkBAAA%3B%3BAAhCxC%2CiBAkCC%2CUAAS%3BEAAuB%2CWAAA%3BEAAa%2CiCAAA%3B%3BAAlC9C%2CiBAmCC%2CUAAS%3BEAAuB%2CwBAAA%3B%3BAAnCjC%2CiBAoCC%2CUAAS%3BEAAuB%2CWAAA%3BEAAa%2CuBAAA%3B%3BAApC9C%2CiBAqCC%3BEAAwB%2CaAAA%3B%3BAArCzB%2CiBAuCC%3BEAAa%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CcAAA%3B%3BAAvC7C%2CiBAwCC%2CWAAW%2CQAAO%3BEAAa%2C0BAAA%3BEAA4B%2C6BAAA%3B%3BAAI5D%2CQAH4B%3BEAG5B%2CiBAFE%2CUAAS%2CIAAI%3BIAAyB%2CiCAAA%3B%3B%3BAAGxC%2CoBACC%2CkBACC%2CeACC%3BEAAgB%2CsBAAA%3BEAAwB%2CUAAA%3BEAAY%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2C8BAAA%3B%3BAAC5F%2CoBAHH%2CkBACC%2CeACC%2CcACE%2CUAAU%3BEAAO%2CeAAA%3BEAAiB%2CcAAA%3B%3BAAJvC%2CoBACC%2CkBACC%2CeAIC%3BEAA2B%2CcAAA%3B%3BAAN9B%2CoBACC%2CkBAOC%2CsBACC%2CeACC%3BEAAgB%2CYAAA%3BEAAc%2CgBAAA%3B%3BAAC7B%2CoBAVJ%2CkBAOC%2CsBACC%2CeACC%2CcACE%2CUAAU%3BEAAO%2CgBAAA%3B%3BAAClB%2CoBAXJ%2CkBAOC%2CsBACC%2CeACC%2CcAEE%2CUAAU%3BEAAO%2CeAAA%3BEAAiB%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3BAAaxC%3BEAAwB%2CgBAAA%3BEAAkB%2CaAAA%3B%3BAAA1C%2CqBACC%3BEAAa%2CyBAAA%3BEAA0B%2C4BAAA%3B%3BAADxC%2CqBAEC%3BEAAmB%2CSAAA%3B%3BAAFpB%2CqBAEC%2CiBACO%3BEAAK%2CoBAAA%3B%3BAAHb%2CqBAEC%2CiBACO%2CGACI%3BEAAK%2CkBAAA%3BEAAmB%2C2BAAA%3B%3BAAJpC%2CqBAEC%2CiBACO%2CGACI%2CGACI%3BEAAI%2CqBAAA%3BEAAsB%2CUAAA%3B%3BAAL1C%2CqBAEC%2CiBACO%2CGACI%2CGACI%2CEACX%3BEAAM%2CcAAA%3B%3BAANX%2CqBAWC%3BEAAM%2C4BAAA%3B%3BAACN%2CqBAAC%3BEAAU%2CcAAA%3B%3BAAAX%2CqBAAC%2COACA%3BEAAM%2C4BAAA%3BEAA8B%2CYAAA%3B%3BAADrC%2CqBAAC%2COAEA%2CcAAc%2CSAAQ%2CMAAO%3BEAAM%2CUAAA%3B%3BAAFpC%2CqBAAC%2COAGA%3BEAAW%2C6BAAA%3BEAA%2BB%2CiBAAA%3BEAAmB%2CiBAAA%3BEAAmB%2C2CAAA%3BEAA4C%2CmCAAA%3BEAAoC%2CaAAA%3BEAAe%2CiBAAA%3BEAAmB%2CqBAAA%3BEAAuB%2CuBAAA%3BEAAyB%2C%2BBAAA%3BEAAiC%2C2BAAA%3B%3BAAHpR%2CqBAAC%2COAIA%2CcAAa%2CMAAO%3BEAAW%2CqBAAA%3B%3BAAJhC%2CqBAAC%2COAKA%2CYAAW%3BAALZ%2CqBAAC%2COAKoB%2CYAAW%3BAALhC%2CqBAAC%2COAKuC%2CSAAQ%3BAALhD%2CqBAAC%2COAKwD%2CSAAQ%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2C2CAAA%3BEAA4C%2CmCAAA%3B%3BAAL9L%2CqBAAC%2COAMA%2CcAAa%2CMAAO%2CYAAW%3BAANhC%2CqBAAC%2COAMwC%2CcAAa%2CMAAO%2CYAAW%3BAANxE%2CqBAAC%2COAOA%2CcAAa%2CMAAO%2CSAAQ%3BAAP7B%2CqBAAC%2COAOqC%2CcAAa%2CMAAO%2CSAAQ%3BEAAS%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CqBAAA%3B%3BAAPtG%2CqBAAC%2COAQA%2CYAAW%3BEAAU%2CMAAA%3BEAAQ%2COAAA%3BEAAU%2CkCAAA%3BEAAoC%2CiCAAA%3B%3BAAR5E%2CqBAAC%2COASA%2CYAAW%3BEAAS%2CSAAA%3BEAAW%2CQAAA%3BEAAU%2CSAAA%3BEAAW%2CUAAA%3BEAAY%2CmCAAA%3BEAAqC%2CoCAAA%3B%3BAATtG%2CqBAAC%2COAUA%2CSAAQ%3BEAAU%2CSAAA%3BEAAW%2COAAA%3BEAAU%2CkCAAA%3BEAAoC%2CoCAAA%3B%3BAAV5E%2CqBAAC%2COAWA%2CSAAQ%3BEAAS%2CMAAA%3BEAAQ%2CQAAA%3BEAAU%2CmCAAA%3BEAAqC%2CiCAAA%3B%3BAAXzE%2CqBAAC%2COAYA%2CiBAAiB%3BEAAI%2CaAAA%3BEAAe%2CiBAAA%3BEAAmB%2CqBAAA%3BEAAuB%2CWAAA%3B%3BAAG%5C%2FE%2CqBAAC%2COACA%3BEAAY%2CaAAA%3BEAAe%2CaAAA%3BEAAe%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2C6BAAA%3BEAA%2BB%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2C6BAAA%3BEAA%2BB%2CyBAAA%3BEAA2B%2CmCAAA%3B%3BAAD7P%2CqBAAC%2COAEA%2CUAAU%3BEAAO%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CuBAAA%3BEAAyB%2CkBAAA%3BEAAoB%2CMAAA%3BEAAQ%2COAAA%3BEAAS%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CmCAAA%3B%3BAAF%5C%2FI%2CqBAAC%2COAGA%2CUAAU%3BEAAO%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CaAAA%3BEAAe%2CSAAA%3BEAAW%2CmCAAA%3B%3BAAH5E%2CqBAAC%2COAIA%2CSAAS%3BEAAI%2CyBAAA%3BEAA2B%2CcAAA%3B%3BAAJzC%2CqBAAC%2COAKA%2CSAAS%2CEAAC%2CMAAO%3BEAAO%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CSAAA%3B%3BAAL1D%2CqBAAC%2COAMA%2CSAAS%2CEAAC%2CMAAO%3BEAAQ%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAAN1D%2CqBAAC%2COAOA%3BEAAQ%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAAP3B%2CqBAAC%2COAQA%3BAARD%2CqBAAC%2COAQqB%3BEAAsB%2CiBAAA%3B%3BAAR5C%2CqBAAC%2COASA%3BEAAM%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2C4BAAA%3B%3BAATpC%2CqBAAC%2COAUA%3BEAAmB%2CcAAA%3B%3BAAGrB%2CeAAgB%3BEAAU%2CgBAAA%3B%3BAAEzB%2CMAAC%2CoBACA%3BEAAa%2CcAAA%3BEAAgB%2CiBAAA%3B%3BAAD9B%2CMAAC%2CoBAEA%2CiBAAiB%2CGAAG%3BEAAK%2CkBAAA%3B%3BAAF1B%2CMAAC%2CoBAGA%3BEAAiB%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CoBAAA%3B%3BAAHjE%2CMAAC%2CoBAGA%2CeACC%3BAAJF%2CMAAC%2CoBAGA%2CeACY%3BEAAmB%2CmBAAA%3BEAAqB%2CsBAAA%3B%3BAAJrD%2CMAAC%2CoBAGA%2CeAEC%3BEAAmB%2CiBAAA%3B%3BAALrB%2CMAAC%2CoBAGA%2CeAEC%2CiBACC%2CWAAU%3BEAAS%2CwBAAA%3B%3BAANtB%2CMAAC%2CoBAGA%2CeAKC%3BEAAS%2CgBAAA%3BEAAkB%2CSAAA%3B%3BAACd%2CMATd%2CoBAGA%2CeAKC%2COACc%3BAAAS%2CMATxB%2CoBAGA%2CeAKC%2COACwB%3BEAAS%2CaAAA%3B%3BAATnC%2CMAAC%2CoBAGA%2CeAQC%3BEAAe%2CeAAA%3BEAAiB%2C2BAAA%3BEAA6B%2CSAAA%3B%3BAAX%5C%2FD%2CMAAC%2CoBAaA%3BAAbD%2CMAAC%2CoBAaqB%3BEAAsB%2CUAAA%3BEAAY%2CgBAAA%3BEAAkB%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CqBAAA%3BEAAuB%2CeAAA%3BEAAiB%2CSAAA%3BEAAW%2CmBAAA%3BEAAqB%2C2BAAA%3B%3BAAb1O%2CMAAC%2CoBAcA%3BEAAwB%2CaAAA%3BEAAgB%2CgBAAA%3B%3BAAEzC%2CMAAC%2CoBACA%3BEAAwB%2CSAAA%3B%3BAADzB%2CMAAC%2CoBAEA%2CWAAU%3BEAAkB%2CQAAA%3B%3BAAF7B%2CMAAC%2CoBAGA%2CWAAU%3BEAAkB%2CWAAA%3B%3BAAH7B%2CMAAC%2CoBAIA%3BEAAe%2CcAAA%3B%3BAAJhB%2CMAAC%2CoBAKA%3BEAAmB%2CUAAA%3BEAAY%2CkBAAA%3B%3BAAC%5C%2FB%2CMANA%2CoBAMC%2CMAAO%3BEAAmB%2CUAAA%3BEAAY%2CmBAAA%3B%3BAAvBzC%2CMAyBC%2CsBAAsB%3BEAAM%2CmBAAA%3BEAAqB%2CcAAA%3B%3BAAzBlD%2CMA0BC%3BEAAmB%2CkBAAA%3B%3BAA1BpB%2CMA0BC%2CiBACC%2CGAAG%3BEAAK%2CkBAAA%3B%3BAA3BV%2CMA0BC%2CiBACC%2CGAAG%2CGACF%3BEAAI%2CYAAA%3B%3BAA5BP%2CMA%2BBC%3BEAAa%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CcAAA%3BEAAgB%2CiBAAA%3B%3BAACrF%2CMADD%2CWACE%3BEAAkB%2CWAAA%3B%3BAACnB%2CMAFD%2CWAEE%3BEAAkB%2CYAAA%3B%3BAAGrB%2CqBAAsB%3BEAAM%2CcAAA%3B%3BAAC5B%2CqBAAsB%2CiBAAiB%3BEAAI%2CcAAA%3B%3BAAC3C%2CqBAAsB%2CiBAAiB%2CEAAC%3BEAAS%2CYAAA%3B%3BAACjD%2CeAAgB%2CGAAE%3BEAAY%2C2BAAA%3B%3BAAC9B%2CeAAgB%2CGAAE%2CSAAU%3BAAAI%2CWAAY%3BEAAK%2CuBAAA%3B%3BAACjD%2C8BACI%3BEAAa%2CmBAAA%3B%3BAADjB%2C8BACI%2CWACI%3BEAAY%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CsBAAA%3B%3BAAG%5C%2FC%2CeAAgB%3BEAAK%2CoBAAA%3B%3BAACrB%2CeAAgB%2CGAAE%3BEAAY%2C2BAAA%3B%3BAAC9B%2CeAAgB%2CGAAE%2CSAAU%2CGAAG%2CEAAE%3BAAAK%2CWAAY%2CGAAG%2CEAAE%3BEAAM%2C2BAAA%3BEAA6B%2CcAAA%3B%3BAAC1F%2CeAAgB%2COAAM%3BEAAS%2C6BAAA%3B%3BAAC%5C%2FB%2C8BACI%3BEAAa%2CmBAAA%3B%3BAADjB%2C8BACI%2CWACI%3BEAAY%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CSAAA%3B%3BAAG%5C%2FC%2CqBAAqB%2COAAQ%3BEAAiB%2CeAAA%3BEAAiB%2CkBAAA%3B%3BAAC%5C%2FD%2CqBAAqB%2COAAQ%3BEAAW%2CsBAAA%3BEAAwB%2CkBAAA%3B%3BAAChE%2CqBAAqB%2COAAQ%2CSAAS%3BEAAO%2CkBAAA%3B%3BAAC7C%2CqBAAqB%2COAAQ%2CSAAS%3BEAAO%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2C6BAAA%3BEAA%2BB%2CaAAA%3BEAAe%2CkBAAA%3BEAAoB%2CyBAAA%3B%3BAAClK%2CqBAAqB%2COAAQ%2CSAAQ%2CMAAO%3BEAAO%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQnD%2CcACC%3BEAAmB%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAADtC%2CcAEC%2CiBAAiB%3BEAAc%2CwCAAA%3BEAA0C%2CgBAAA%3BEAAkB%2CwBAAA%3B%3BAAF5F%2CcAGC%3BEAAkB%2CgBAAA%3B%3BAAHnB%2CcAGC%2CgBACC%3BEAAO%2CkBAAA%3BEAAoB%2CSAAA%3B%3BAAJ7B%2CcAGC%2CgBAEC%3BEAAM%2CcAAA%3B%3BAALR%2CcAOC%2CWAAW%3BEAAoC%2CcAAA%3B%3BAAPhD%2CcAQC%2COAAM%3BEAAc%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2C2BAAA%3B%3BAARnD%2CcAQC%2COAAM%2CWACL%3BEAAS%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAATrG%2CcAQC%2COAAM%2CWAEC%3BEAAS%2CeAAA%3B%3BAAVjB%2CcAQC%2COAAM%2CWAGL%3BEAAU%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAXlE%2CcAQC%2COAAM%2CWAIL%3BEAAO%2CkBAAA%3B%3BAAZT%2CcAQC%2COAAM%2CWAKL%3BEAAW%2CmBAAA%3B%3BAACV%2CcANF%2COAAM%2CWAKL%2CSACE%3BEAAU%2CaAAA%3B%3BAAdd%2CcAQC%2COAAM%2CWAQL%3BEAAQ%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CYAAA%3BEAAc%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2C6BAAA%3BEAA0C%2CwCAAA%3B%3BAAhBlK%2CcAQC%2COAAM%2CWASL%3BEAAW%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CSAAA%3BEAAW%2CcAAA%3BEAAgB%2CWAAA%3B%3BAAjBtE%2CcAQC%2COAAM%2CWASL%2CSACC%2CWAAU%3BEAAW%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CaAAA%3BEAAe%2CoBAAA%3BEAAsB%2CmBAAA%3BEAAqB%2CuBAAA%3BEAAyB%2CcAAA%3BEAAgB%2CoBAAA%3BEAAsB%2CqBAAA%3BEAAuB%2CqBAAA%3B%3BAACtP%2CcAXH%2COAAM%2CWASL%2CSACC%2CWAAU%2CQACR%3BEAAS%2CYAAA%3B%3BAAnBd%2CcAuBC%3BEAAgB%2CgBAAA%3B%3BAAvBjB%2CcAuBC%2CcACC%3BEAAK%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CqBAAA%3BEAAuB%2CcAAA%3BEAAgB%2CaAAA%3B%3BAAxBnF%2CcAuBC%2CcAEC%3BEAAM%2CqBAAA%3BEAAuB%2CeAAA%3B%3BAAzB%5C%2FB%2CcAuBC%2CcAEC%2CGACC%3BEAAI%2CeAAA%3B%3BAAIP%2CMAAM%3BEAAc%2CoBAAA%3BEAAsB%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2C2BAAA%3BEAA6B%2CyBAAA%3BEAA2B%2CoBAAA%3BEAAsB%2CWAAW%2CqBAAX%3BEAAiC%2CmBAAmB%2CqBAAnB%3BEAAyC%2CeAAe%2CqBAAf%3B%3BAAArS%2CMAAM%2CUACF%2CYAAY%3BEAAe%2CWAAA%3BEAAa%2CoCAAA%3B%3BAAD5C%2CMAAM%2CUAEL%2CaAAa%2CUAAU%3BEAAK%2CoCAAA%3B%3BAAF7B%2CMAAM%2CUAGL%2CMAAK%3BEAAkB%2CSAAA%3B%3BAAExB%2CMAAO%2CeAAe%2COAAM%2CWAAY%3BEAAS%2CWAAA%3B%3BAACjD%2CMAAO%2CUAAY%3BEAAK%2CqBAAA%3B%3BAACxB%2CMAAO%2CYAAY%3BEAAe%2CkCAAA%3B%3BAAClC%2CMAAO%2CEAAC%3BEAAS%2CWAAA%3BEAAa%2C2BAAA%3BEAA8B%2CoBAAA%3BEAAsB%2CsBAAA%3BEAAwB%2CkCAAA%3BEAAoC%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CqBAAA%3B%3BAACzK%2CMAAM%2CUAAW%3BAAAQ%2CMAAM%2CUAAW%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CaAAA%3BEAAe%2CcAAA%3BEAAgB%2CuBAAA%3BEAAyB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CaAAA%3BEAAe%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2CYAAA%3B%3BAACzO%2CMAAO%3BEAAiB%2CsBAAA%3BEAAwB%2CeAAA%3B%3BAAChD%2CMAAM%2CUAAW%2COAAO%3BAAAO%2CMAAM%2CUAAW%2CcAAc%3BAAC9D%2CMAAM%2CUAAW%2COAAO%3BAAAO%2CMAAM%2CUAAW%2CcAAc%3BEAAQ%2CeAAA%3B%3BAACtE%3BEAAe%2CkBAAA%3BEAAoB%2CYAAA%3B%3BAACnC%2CYAAa%3BEAAM%2CuBAAA%3BEAA0B%2CiBAAA%3BEAAmB%2CyBAAA%3BEAA2B%2CqBAAA%3B%3BAAC3F%2CMAAO%3BEAAS%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CqBAAA%3BEAAuB%2CoBAAA%3BEAAsB%2C6BAAA%3BEAA%2BB%2CWAAA%3BEAAa%2C2BAAA%3BEAA8B%2CoBAAA%3BEAAsB%2CsBAAA%3BEAAwB%2CWAAA%3BEAAa%2CYAAA%3B%3BAACnO%2CMAAO%2COAAO%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3B%3B%3B%3B%3BAAKtC%2CQAAQ%2C0BAMP%2CQAAO%3BAALR%2CQAAQ%2C2BAKP%2CQAAO%3BAAJR%2CYAAY%2C0BAIX%2CQAAO%3BAAHR%2CYAAY%2C2BAGX%2CQAAO%3BAAFR%2CYAAY%2CQAAQ%2C0BAEnB%2CQAAO%3BAADR%2CYAAY%2CQAAQ%2C2BACnB%2CQAAO%3BEAAQ%2CUAAA%3B%3BAAEf%2CQAD4B%3BEAC5B%2CQARO%2C0BAMP%2CQAAO%3BEAEP%2CQAPO%2C2BAKP%2CQAAO%3BEAEP%2CYANW%2C0BAIX%2CQAAO%3BEAEP%2CYALW%2C2BAGX%2CQAAO%3BEAEP%2CYAJW%2CQAAQ%2C0BAEnB%2CQAAO%3BEAEP%2CYAHW%2CQAAQ%2C2BACnB%2CQAAO%3BIACuB%2CWAAA%3B%3B%3BAAP%5C%2FB%2CQAAQ%2C0BASP%2CSAAQ%3BAART%2CQAAQ%2C2BAQP%2CSAAQ%3BAAPT%2CYAAY%2C0BAOX%2CSAAQ%3BAANT%2CYAAY%2C2BAMX%2CSAAQ%3BAALT%2CYAAY%2CQAAQ%2C0BAKnB%2CSAAQ%3BAAJT%2CYAAY%2CQAAQ%2C2BAInB%2CSAAQ%3BAATT%2CQAAQ%2C0BAUP%2CSAAQ%3BAATT%2CQAAQ%2C2BASP%2CSAAQ%3BAART%2CYAAY%2C0BAQX%2CSAAQ%3BAAPT%2CYAAY%2C2BAOX%2CSAAQ%3BAANT%2CYAAY%2CQAAQ%2C0BAMnB%2CSAAQ%3BAALT%2CYAAY%2CQAAQ%2C2BAKnB%2CSAAQ%3BEAAsB%2CUAAA%3BEAAY%2C0BAAA%3B%3BAAI1C%2CQAH4B%3BEAG5B%2CQAdO%2C0BASP%2CSAAQ%3BEAKR%2CQAbO%2C2BAQP%2CSAAQ%3BEAKR%2CYAZW%2C0BAOX%2CSAAQ%3BEAKR%2CYAXW%2C2BAMX%2CSAAQ%3BEAKR%2CYAVW%2CQAAQ%2C0BAKnB%2CSAAQ%3BEAKR%2CYATW%2CQAAQ%2C2BAInB%2CSAAQ%3BEAKR%2CQAdO%2C0BAUP%2CSAAQ%3BEAIR%2CQAbO%2C2BASP%2CSAAQ%3BEAIR%2CYAZW%2C0BAQX%2CSAAQ%3BEAIR%2CYAXW%2C2BAOX%2CSAAQ%3BEAIR%2CYAVW%2CQAAQ%2C0BAMnB%2CSAAQ%3BEAIR%2CYATW%2CQAAQ%2C2BAKnB%2CSAAQ%3BIAEN%2CWAAA%3BIAAa%2CgBAAA%3BIAAkB%2CuBAAA%3BIAAyB%2CmBAAA%3BIAAqB%2CeAAA%3BIAAiB%2CgBAAA%3BIAAkB%2CwBAAA%3BIAA0B%2CoBAAA%3B%3B%3BAAZ7I%2CQAAQ%2C0BAeP%2COAAM%3BAAdP%2CQAAQ%2C2BAcP%2COAAM%3BAAbP%2CYAAY%2C0BAaX%2COAAM%3BAAZP%2CYAAY%2C2BAYX%2COAAM%3BAAXP%2CYAAY%2CQAAQ%2C0BAWnB%2COAAM%3BAAVP%2CYAAY%2CQAAQ%2C2BAUnB%2COAAM%3BEAAe%2CWAAA%3B%3BAAftB%2CQAAQ%2C0BAgBP%2CoBAAoB%2COAAM%3BAAf3B%2CQAAQ%2C2BAeP%2CoBAAoB%2COAAM%3BAAd3B%2CYAAY%2C0BAcX%2CoBAAoB%2COAAM%3BAAb3B%2CYAAY%2C2BAaX%2CoBAAoB%2COAAM%3BAAZ3B%2CYAAY%2CQAAQ%2C0BAYnB%2CoBAAoB%2COAAM%3BAAX3B%2CYAAY%2CQAAQ%2C2BAWnB%2CoBAAoB%2COAAM%3BEAAgB%2C2BAAA%3B%3BAAG3C%2CqBAAqB%2CYAAY%2C0BAEhC%2CoBAAoB%2COAAM%3BAAD3B%2CqBAAqB%2CYAAY%2C2BAChC%2CoBAAoB%2COAAM%3BEAAgB%2C8BAAA%3B%3BAAmB3C%2CQAhB0B%3BEACzB%2CYAAY%2C0BAA2B%2CQAAO%3BEAC9C%2CYAAY%2CiBAAkB%2CQAAO%3BIAAQ%2CYAAA%3B%3BEAC7C%2CYAAY%2C2BAA4B%2CQAAO%3BIAAQ%2CWAAA%3B%3BEACvD%2CYAAY%2C0BAA2B%3BEACvC%2CYAAY%2CiBAAkB%3BIAAW%2CWAAA%3B%3BEACzC%2CYAAY%2C2BAA4B%3BIAAW%2CYAAA%3BIAAc%2CYAAA%3B%3BEAEjE%2CgBAAgB%2CQAAQ%2C0BAEvB%2CQAAO%3BEADR%2CgBAAgB%2CQAAQ%2C2BACvB%2CQAAO%3BIAAQ%2CqBAAA%3B%3BEAFhB%2CgBAAgB%2CQAAQ%2C0BAGvB%2CSAAQ%3BEAFT%2CgBAAgB%2CQAAQ%2C2BAEvB%2CSAAQ%3BEAHT%2CgBAAgB%2CQAAQ%2C0BAIvB%2CSAAQ%3BEAHT%2CgBAAgB%2CQAAQ%2C2BAGvB%2CSAAQ%3BIAAsB%2CqBAAA%3BIAAuB%2C2BAAA%3BIAA6B%2CyBAAA%3B%3B%3BAAIpF%2CqBAAsB%3BEAAW%2CaAAA%3BEAAe%2CeAAA%3B%3BAAChD%2CqBAAsB%2CQAAO%3BEAAQ%2CcAAA%3BEAAgB%2CaAAA%3BEAAe%2CWAAA%3BEAAa%2CQAAA%3B%3BAACjF%2CqBAAsB%3BEAAW%2CyBAAA%3B%3BAACjC%2CqBAAsB%2CSAAQ%3BEAAgB%2CoBAAA%3BEAAsB%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CaAAA%3BEAAe%2CQAAA%3B%3BAAChH%2CqBAAsB%2CSAAQ%3BEAAsB%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CQAAA%3BEAAU%2C2BAAA%3B%3BAAC%5C%2FH%2CqBAAsB%2CSAAQ%2CmBAAoB%2COAAM%3BEAAgB%2CgBAAA%3B%3BAACxE%2CqBAAsB%2CeAAe%2CcAAa%2CIAAI%3BAACtD%2CcAAc%2CqBAAsB%2CeAAe%2CcAAa%2CIAAI%2CeAAe%2CUAAU%3BEAAO%2CyBAAA%3B%3BAACpG%2CqBAAsB%2CeAAe%2CiBAAiB%2CcAAa%2CIAAI%3BEAAkB%2CyBAAA%3B%3BAACzF%2CcAAc%2CqBAAsB%2CeAAe%3BAACnD%2CcAAc%2CqBAAsB%2CeAAe%2CiBAAiB%3BAACpE%2CcAAc%2CqBAAsB%2CeAAe%2CiBAAiB%3BAACpE%2CcAAc%2CqBAAsB%2CeAAe%2CiBAAiB%3BEAAgB%2CqBAAA%3BEAAuB%2CgBAAA%3B%3BAAC3G%2CcAAc%2CqBAAsB%2CeAAe%2CcAAa%2CYAAY%3BEAAO%2C2BAAA%3B%3BAACnF%2CcAAc%2CqBAAsB%2CeAAe%2CiBAAgB%2CcAAe%2CcAAa%2CYAAY%2CIAAI%2CIAAI%3BEAAQ%2CgBAAA%3B%3BAAC3H%2CqBAAsB%2CSAAS%2C4BAA4B%3BAAC3D%2CqBAAsB%2CSAAS%2C4BAA4B%2CQAAO%3BEAAW%2CeAAA%3BEAAiB%2C4BAAA%3B%3BAAC9F%2CuBAAuB%2CqBAAsB%2CgBAAgB%3BEAAmB%2CyBAAA%3B%3BAAChF%2CYAAY%2CqBAAsB%2CSAAS%2CeAAe%2CoBAAoB%3BEAA2B%2CsBAAA%3B%3BAACzG%2CYAAY%2CqBAAsB%2CSAAS%2CeAAe%2CoBAAoB%2CyBAAyB%2CoBAAoB%3BEAAM%2CcAAA%3B%3BAACjI%2CqBACC%2CSAAS%2CeAAe%3BEAAwB%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAADrE%2CqBAEC%2CsBAAsB%3BEAAuB%2CeAAA%3B%3BAAF9C%2CqBAGC%2CsBAAsB%2CqBAAqB%2CQAAO%3BAAHnD%2CqBAG%2BD%2CsBAAsB%2CsBAAsB%2CqBAAqB%2CQAAO%3BAAHvI%2CqBAIC%2CsBAAsB%2CqBAAqB%2CQAAO%3BEAAa%2CcAAA%3B%3BAAJhE%2CqBAKC%2CsBAAsB%2CqBAAqB%2CQAAO%3BEAAa%2CgBAAA%3B%3BAALhE%2CqBAMC%2CsBAAsB%3BEAA0B%2CsBAAA%3BEAAwB%2C%2BBAAA%3BEAAiC%2CuBAAA%3BEAAyB%2CmBAAA%3B%3BAANnI%2CqBAOC%2CsBAAsB%2CwBAAwB%3BEAAO%2CmBAAA%3B%3BAAPtD%2CqBAQC%2CmBAAmB%2CSAAQ%2CUAAU%3BEAAY%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAARpE%2CqBASC%2CmBAAmB%3BEAAoB%2C4BAAA%3BEAA8B%2C2BAAA%3B%3BAATtE%2CqBAUC%2CsBAAsB%3BEAAuB%2CgBAAA%3BEAAkB%2CoBAAA%3B%3BAAVhE%2CqBAWC%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CaAAa%3BAAXlD%2CqBAYC%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CaAAa%3BEAA2B%2CsBAAA%3B%3BAAZ7E%2CqBAaC%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CaAAa%3BEAAsB%2CsBAAA%3BEAAwB%2C2BAAA%3BEAA6B%2C0BAAA%3B%3BAAb7H%2CqBAcC%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%2CaAAa%2CoBAAmB%3BEAAiB%2C8BAAA%3B%3BAAdtF%2CqBAeC%2CSAAQ%2CKAAK%2CSAAS%2CUAAW%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAO%3BEAAU%2C2BAAA%3B%3BAAf5E%2CqBAgBC%2CmBAAmB%3BEAA2B%2CaAAA%3BEAAe%2CsBAAA%3B%3BAAhB9D%2CqBAiBC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%3BAAjBjC%2CqBAkBC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2COAAM%3BEAAc%2CWAAA%3BEAAa%2CeAAA%3B%3BAAlBlE%2CqBAmBC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%3BEAA4B%2CmBAAA%3BEAAqB%2CoBAAA%3BEAAsB%2C6BAAA%3B%3BAAnBxG%2CqBAoBC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%3BAApB9C%2CqBAqBC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%3BEAAS%2CSAAA%3B%3BAArBvD%2CqBAsBC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CsBAAsB%3BEAAS%2CgBAAA%3B%3BAAtB7E%2CqBAuBC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAY%3BEAAgB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAvB7F%2CqBAwBC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CYAAY%2CaAAa%3BAAxB1D%2CqBAyBC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BEAAS%2CgBAAA%3B%3BAAzBpE%2CqBA0BC%2CcAAc%3BEAAiB%2C8BAAA%3B%3BAA1BhC%2CqBA2BC%2CyBAAyB%3BEAAoB%2CsBAAA%3BEAAwB%2C%2BBAAA%3BEAAiC%2CuBAAA%3BEAAyB%2C2BAAA%3B%3BAA3BhI%2CqBA4BC%2CyBAAyB%3BAA5B1B%2CqBA4BiC%2CyBAAyB%3BEAA0B%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAA5BtG%2CqBA6BC%2CmBAAmB%2CSAAQ%2CUAAU%3BEAAY%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAA7BnE%2CqBA8BC%2CeAAe%2CcAAc%3BEAAwB%2CmBAAA%3B%3B%3B%3B%3BAAMtD%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BAAC3D%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BEAAsB%2CMAAA%3BEAAQ%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CaAAA%3BEAAe%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CsBAAA%3BEAAwB%2C8BAAA%3BEAAgC%2C0BAAA%3BEACrP%2CeAAA%3BEAAiB%2CuBAAA%3BEAAyB%2CmBAAA%3BEAAqB%2CuBAAA%3BEAAyB%2C%2BBAAA%3BEAAiC%2C2BAAA%3B%3BAAC7H%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BEAAsB%2CgBAAA%3B%3BAACjF%2CoBAAqB%2CiBAAiB%2CoBAAmB%2CYAAY%2CGAAI%2CeAAc%2CMAAO%3BEAAsB%2CsBAAA%3BEAAwB%2C4BAAA%3BEAA8B%2CoBAAA%3BEAAsB%2CwBAAA%3BEAA0B%2CUAAA%3BEAAY%2CWAAA%3B%3BAACtO%2CoBAAqB%2CiBAAiB%2CeAAe%3BEAAM%2CgBAAA%3B%3BAAC3D%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%2CoBAAoB%3BAAC%5C%2FE%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%2CoBAAoB%3BEAAM%2CUAAA%3BEAAY%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAACnI%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%2CoBAAoB%3BEAAM%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAACvG%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BAAC3D%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BEAAU%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAAC3G%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%2CQAAQ%3BAACnE%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%2CQAAQ%3BEAAU%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQ7E%2CoBACC%2CkBACC%2CSAAQ%3BEAAS%2CUAAA%3B%3BAAFnB%2CoBACC%2CkBAEC%3BEAAqB%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAAGvD%2CeACC%3BEAAqB%2CWAAA%3BEAAa%2C6BAAA%3BEAA%2BB%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CyBAAA%3BEAA2B%2C4BAAA%3BEAA8B%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA2B%2CiBAAA%3BEAAmB%2CcAAA%3B%3BAAC1N%2CeADD%2CmBACE%3BEAAgB%2C0BAAA%3B%3BAAFnB%2CeACC%2CmBAEC%3BEAAoB%2CeAAA%3BEAAiB%2CqBAAA%3B%3BAAHvC%2CeACC%2CmBAGC%3BEAAoB%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2CqBAAA%3B%3B%3B%3B%3B%3B%3B%3BAAWpF%2CQACC%2CeACC%3BEAAqB%2CmBAAA%3B%3BAAFvB%2CQACC%2CeAEC%3BEAAgB%2CoBAAA%3BEAAsB%2CmBAAA%3B%3BAACrC%2CQAHF%2CeAEC%2CcACE%3BEAAc%2CgBAAA%3B%3BAACf%2CQAJF%2CeAEC%2CcAEE%3BAAAS%2CQAJZ%2CeAEC%2CcAEY%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAALjD%2CQACC%2CeAMC%3BEAAwB%2CsBAAA%3B%3BAAP1B%2CQACC%2CeAOC%3BEAAwB%2CyBAAA%3BEAA2B%2CcAAA%3BEAAgB%2CmBAAA%3B%3BAARrE%2CQACC%2CeAQC%3BEAAa%2CkBAAA%3B%3BAATf%2CQAWC%2CeACC%3BEAAgB%2CeAAA%3BEAAiB%2CoBAAA%3BEAAsB%2CmBAAA%3B%3BAAZzD%2CQAWC%2CeACC%2CcACC%2COAAM%3BEAAQ%2CmBAAA%3BEAAqB%2CkBAAA%3BEAAoB%2CWAAA%3B%3BAAb1D%2CQAWC%2CeACC%2CcAEC%3BEAAY%2CQAAA%3B%3BAAdf%2CQAWC%2CeACC%2CcAGC%3BEAAqB%2CcAAA%3BEAAgB%2CkBAAA%3B%3BAAfxC%2CQAWC%2CeAMC%3BEAAmB%2CeAAA%3BEAAiB%2CaAAA%3B%3BAAjBtC%2CQAWC%2CeAOC%2CeAAe%2CmBACb%3BEAAI%2CmBAAA%3B%3BAAnBR%2CQAsBC%2CsBAAqB%3BEAAgB%2C2BAAA%3B%3BAAtBtC%2CQAuBI%2CeAAe%3BEAAiB%2CsBAAA%3BEAAwB%2C8BAAA%3B%3B%3B%3B%3B%3BAAQ5D%2CsBACC%2CeACC%3BEAAoB%2CSAAA%3BEAAW%2CqBAAA%3BEAAsB%2CoBAAA%3BEAAqB%2CkBAAA%3BEAAmB%2CiBAAA%3BEAAkB%2CoBAAA%3BEAAqB%2CaAAA%3BEAAc%2CuBAAA%3BEAAyB%2CmBAAA%3BEAAqB%2CeAAA%3BEAAiB%2CsBAAA%3BEAAwB%2C2BAAA%3BEAA6B%2CyBAAA%3BEAA2B%2CsBAAA%3BEAAwB%2CmBAAA%3B%3BAAF3T%2CsBACC%2CeACC%2CkBACC%3BAAHH%2CsBACC%2CeACC%2CkBACsB%3BEAAsB%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CgCAAA%3BEAAiC%2CqCAAA%3BEAAsC%2CwCAAA%3BEAAyC%2CoCAAA%3B%3BAAC3L%2CsBAHF%2CeACC%2CkBAEE%2CMACA%3BAADD%2CsBAHF%2CeACC%2CkBAEE%2CMACqB%3BEAAsB%2CUAAA%3BEAAY%2CmBAAA%3B%3BAAL3D%2CsBACC%2CeACC%2CkBAKC%3BEAAe%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAAPtD%2CsBACC%2CeACC%2CkBAMC%3BEAAqB%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2COAAA%3BEAAS%2CQAAA%3BEAAU%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CaAAA%3BEAAe%2CSAAA%3B%3BAARnH%2CsBACC%2CeACC%2CkBAMC%2CmBACC%3BEAAI%2CmBAAA%3BEAAqB%2CaAAA%3BEAA%2BB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CcAAA%3BEAAgB%2CkBAAA%3B%3BAAT1I%2CsBACC%2CeACC%2CkBASC%3BEAAM%2CcAAA%3B%3BAAXT%2CsBACC%2CeACC%2CkBAUC%3BAAZH%2CsBACC%2CeACC%2CkBAUsB%3BEAAsB%2CiBAAA%3B%3BAAZ9C%2CsBACC%2CeACC%2CkBAWC%3BEAAgB%2CYAAA%3BEAAc%2CkBAAA%3B%3BAAbjC%2CsBACC%2CeACC%2CkBAYC%2CcAAa%2CMACZ%2CaAAa%3BEAAM%2CmBAAmB%2CUAAnB%3BEAA%2BB%2CeAAe%2CUAAf%3BEAA2B%2CcAAc%2CUAAd%3BEAA0B%2CWAAW%2CUAAX%3B%3BAAI1G%2CsBAAC%2CIAAI%2CyBAA0B%2CeAAe%2CkBAAkB%2CmBAAmB%3BEAAI%2CgBAAA%3B%3BAAExF%3BEAAY%2CeAAA%3B%3BAACZ%2CSAAU%3BEAAQ%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAACpI%2CSAAU%3BEAAS%2CgBAAA%3B%3BAACnB%2CSAAU%2COAAO%2CKAAI%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CMAAA%3BEAAQ%2COAAA%3BEAAS%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CqCAAA%3BEAAmC%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CUAAA%3BEAAY%2CiCAAA%3BEAAkC%2CyBAAA%3B%3BAAC3N%2CSAAU%2COAAO%3BEAAO%2CcAAA%3BEAAgB%2CkBAAA%3B%3BAACxC%2CSAAU%2CMAAM%2COAAO%3BEAAM%2CcAAA%3BEAAgB%2C%2BBAAA%3BEAAgC%2CuCAAA%3BEAAwC%2CkCAAA%3BEAAmC%2CiBAAA%3BEAAmB%2CiBAAA%3BEAAmB%2CWAAA%3B%3BAAC9L%2CSAAU%2CMAAK%2CMAAO%2COAAO%3BEAAM%2CWAAW%2CUAAX%3BEAAuB%2CmBAAmB%2CUAAnB%3BEAA%2BB%2CcAAc%2CUAAd%3B%3BAACzF%2CSAAU%2CMAAK%2CMAAO%2COAAO%2CKAAI%3BEAAU%2CUAAA%3BEAAY%2CmBAAA%3B%3BAACvD%2CSAAU%3BEAAU%2CaAAA%3B%3BAACpB%2CSAAU%3BEAAO%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAClC%2CSAAU%3BEAAW%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAAC3D%2CSAAU%2CSAAS%3BEAAO%2CeAAA%3BEAAiB%2CyBAAA%3B%3B%3B%3BAAK1C%2CYAAC%3BAACD%2CYAAC%3BAACD%2CYAAC%3BAACD%2CYAAC%3BAACD%2CYAAC%3B%3B%3B%3BAAJD%2CYAAC%2C0BAKA%2CQAAO%3BAAJR%2CYAAC%2C2BAIA%2CQAAO%3BAAHR%2CYAAC%2CiBAGA%2CQAAO%3BAAFR%2CYAAC%2CqBAEA%2CQAAO%3BAADR%2CYAAC%2C2BACA%2CQAAO%3BEAAQ%2CUAAA%3BEAAY%2CiBAAA%3B%3BAAL5B%2CYAAC%2C0BAMA%3BAALD%2CYAAC%2C2BAKA%3BAAJD%2CYAAC%2CiBAIA%3BAAHD%2CYAAC%2CqBAGA%3BAAFD%2CYAAC%2C2BAEA%3BEAAW%2CUAAA%3BEAAY%2C0BAAA%3BEAAkC%2CoBAAA%3BEAAsB%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2CaAAA%3BEAAe%2CsBAAA%3BEAAuB%2CeAAA%3B%3BAAN%5C%2FJ%2CYAAC%2C0BAMA%2CSACC%3BAANF%2CYAAC%2C2BAKA%2CSACC%3BAALF%2CYAAC%2CiBAIA%2CSACC%3BAAJF%2CYAAC%2CqBAGA%2CSACC%3BAAHF%2CYAAC%2C2BAEA%2CSACC%3BEAAmB%2CgBAAA%3B%3BAAPrB%2CYAAC%2C0BAMA%2CSAEC%3BAAPF%2CYAAC%2C2BAKA%2CSAEC%3BAANF%2CYAAC%2CiBAIA%2CSAEC%3BAALF%2CYAAC%2CqBAGA%2CSAEC%3BAAJF%2CYAAC%2C2BAEA%2CSAEC%3BAARF%2CYAAC%2C0BAMA%2CSAEU%2CQAAO%3BAAPlB%2CYAAC%2C2BAKA%2CSAEU%2CQAAO%3BAANlB%2CYAAC%2CiBAIA%2CSAEU%2CQAAO%3BAALlB%2CYAAC%2CqBAGA%2CSAEU%2CQAAO%3BAAJlB%2CYAAC%2C2BAEA%2CSAEU%2CQAAO%3BEAAW%2C0BAAA%3BEAA4B%2CyBAAA%3BEAA2B%2C4BAAA%3B%3BAARpF%2CYAAC%2C0BAMA%2CSAGC%2CeACC%3BAATH%2CYAAC%2C2BAKA%2CSAGC%2CeACC%3BAARH%2CYAAC%2CiBAIA%2CSAGC%2CeACC%3BAAPH%2CYAAC%2CqBAGA%2CSAGC%2CeACC%3BAANH%2CYAAC%2C2BAEA%2CSAGC%2CeACC%3BEAA2B%2CcAAA%3BEAAgB%2CuBAAA%3B%3BAAV9C%2CYAAC%2C0BAMA%2CSAGC%2CeAEC%3BAAVH%2CYAAC%2C2BAKA%2CSAGC%2CeAEC%3BAATH%2CYAAC%2CiBAIA%2CSAGC%2CeAEC%3BAARH%2CYAAC%2CqBAGA%2CSAGC%2CeAEC%3BAAPH%2CYAAC%2C2BAEA%2CSAGC%2CeAEC%3BEAAgB%2CoBAAA%3BEAAsB%2CmBAAA%3B%3BAACrC%2CYAZH%2C0BAMA%2CSAGC%2CeAEC%2CcACE%3BAAAD%2CYAXH%2C2BAKA%2CSAGC%2CeAEC%2CcACE%3BAAAD%2CYAVH%2CiBAIA%2CSAGC%2CeAEC%2CcACE%3BAAAD%2CYATH%2CqBAGA%2CSAGC%2CeAEC%2CcACE%3BAAAD%2CYARH%2C2BAEA%2CSAGC%2CeAEC%2CcACE%3BAAAS%2CYAZb%2C0BAMA%2CSAGC%2CeAEC%2CcACY%3BAAAD%2CYAXb%2C2BAKA%2CSAGC%2CeAEC%2CcACY%3BAAAD%2CYAVb%2CiBAIA%2CSAGC%2CeAEC%2CcACY%3BAAAD%2CYATb%2CqBAGA%2CSAGC%2CeAEC%2CcACY%3BAAAD%2CYARb%2C2BAEA%2CSAGC%2CeAEC%2CcACY%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAZlD%2CYAAC%2C0BAMA%2CSAGC%2CeAKC%2CmBAAmB%3BAAbtB%2CYAAC%2C2BAKA%2CSAGC%2CeAKC%2CmBAAmB%3BAAZtB%2CYAAC%2CiBAIA%2CSAGC%2CeAKC%2CmBAAmB%3BAAXtB%2CYAAC%2CqBAGA%2CSAGC%2CeAKC%2CmBAAmB%3BAAVtB%2CYAAC%2C2BAEA%2CSAGC%2CeAKC%2CmBAAmB%3BEAAsB%2CgBAAA%3BEAAkB%2CWAAA%3BEAAa%2CSAAA%3B%3BAAd3E%2CYAAC%2C0BAMA%2CSAGC%2CeAMC%3BAAdH%2CYAAC%2C2BAKA%2CSAGC%2CeAMC%3BAAbH%2CYAAC%2CiBAIA%2CSAGC%2CeAMC%3BAAZH%2CYAAC%2CqBAGA%2CSAGC%2CeAMC%3BAAXH%2CYAAC%2C2BAEA%2CSAGC%2CeAMC%3BEAAwB%2CgBAAA%3B%3BAAf3B%2CYAAC%2C0BAMA%2CSAGC%2CeAOC%2CsBACC%3BAAhBJ%2CYAAC%2C2BAKA%2CSAGC%2CeAOC%2CsBACC%3BAAfJ%2CYAAC%2CiBAIA%2CSAGC%2CeAOC%2CsBACC%3BAAdJ%2CYAAC%2CqBAGA%2CSAGC%2CeAOC%2CsBACC%3BAAbJ%2CYAAC%2C2BAEA%2CSAGC%2CeAOC%2CsBACC%3BEAAa%2CSAAA%3B%3BAAjBjB%2CYAAC%2C0BAMA%2CSAGC%2CeAOC%2CsBACC%2CWACC%3BAAjBL%2CYAAC%2C2BAKA%2CSAGC%2CeAOC%2CsBACC%2CWACC%3BAAhBL%2CYAAC%2CiBAIA%2CSAGC%2CeAOC%2CsBACC%2CWACC%3BAAfL%2CYAAC%2CqBAGA%2CSAGC%2CeAOC%2CsBACC%2CWACC%3BAAdL%2CYAAC%2C2BAEA%2CSAGC%2CeAOC%2CsBACC%2CWACC%3BEAAe%2CaAAA%3B%3BAAlBpB%2CYAAC%2C0BAMA%2CSAGC%2CeAOC%2CsBACC%2CWAEC%3BAAlBL%2CYAAC%2C2BAKA%2CSAGC%2CeAOC%2CsBACC%2CWAEC%3BAAjBL%2CYAAC%2CiBAIA%2CSAGC%2CeAOC%2CsBACC%2CWAEC%3BAAhBL%2CYAAC%2CqBAGA%2CSAGC%2CeAOC%2CsBACC%2CWAEC%3BAAfL%2CYAAC%2C2BAEA%2CSAGC%2CeAOC%2CsBACC%2CWAEC%3BEAAS%2C0BAAA%3BEAA4B%2CgBAAA%3B%3BAAnB1C%2CYAAC%2C0BAMA%2CSAiBC%3BAAtBF%2CYAAC%2C2BAKA%2CSAiBC%3BAArBF%2CYAAC%2CiBAIA%2CSAiBC%3BAApBF%2CYAAC%2CqBAGA%2CSAiBC%3BAAnBF%2CYAAC%2C2BAEA%2CSAiBC%3BEAAiB%2CaAAA%3BEAAe%2CiBAAA%3BEAAmB%2CqBAAA%3B%3BAAvBrD%2CYAAC%2C0BAMA%2CSAmBC%3BAAxBF%2CYAAC%2C2BAKA%2CSAmBC%3BAAvBF%2CYAAC%2CiBAIA%2CSAmBC%3BAAtBF%2CYAAC%2CqBAGA%2CSAmBC%3BAArBF%2CYAAC%2C2BAEA%2CSAmBC%3BAAzBF%2CYAAC%2C0BAMA%2CSAmBS%3BAAxBV%2CYAAC%2C2BAKA%2CSAmBS%3BAAvBV%2CYAAC%2CiBAIA%2CSAmBS%3BAAtBV%2CYAAC%2CqBAGA%2CSAmBS%3BAArBV%2CYAAC%2C2BAEA%2CSAmBS%3BEAAY%2CmBAAA%3BEAAqB%2CqBAAA%3BEAAuB%2CoBAAA%3BEAAsB%2CWAAA%3B%3BAACrF%2CYA1BF%2C0BAMA%2CSAmBC%2COACE%2CaAAc%2C0BAAyB%3BAAAxC%2CYAzBF%2C2BAKA%2CSAmBC%2COACE%2CaAAc%2C0BAAyB%3BAAAxC%2CYAxBF%2CiBAIA%2CSAmBC%2COACE%2CaAAc%2C0BAAyB%3BAAAxC%2CYAvBF%2CqBAGA%2CSAmBC%2COACE%2CaAAc%2C0BAAyB%3BAAAxC%2CYAtBF%2C2BAEA%2CSAmBC%2COACE%2CaAAc%2C0BAAyB%3BAAAxC%2CYA1BF%2C0BAMA%2CSAmBS%2CUACN%2CaAAc%2C0BAAyB%3BAAAxC%2CYAzBF%2C2BAKA%2CSAmBS%2CUACN%2CaAAc%2C0BAAyB%3BAAAxC%2CYAxBF%2CiBAIA%2CSAmBS%2CUACN%2CaAAc%2C0BAAyB%3BAAAxC%2CYAvBF%2CqBAGA%2CSAmBS%2CUACN%2CaAAc%2C0BAAyB%3BAAAxC%2CYAtBF%2C2BAEA%2CSAmBS%2CUACN%2CaAAc%2C0BAAyB%3BEAAgC%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAACpG%2CYA3BF%2C0BAMA%2CSAmBC%2COAEE%3BAAAD%2CYA1BF%2C2BAKA%2CSAmBC%2COAEE%3BAAAD%2CYAzBF%2CiBAIA%2CSAmBC%2COAEE%3BAAAD%2CYAxBF%2CqBAGA%2CSAmBC%2COAEE%3BAAAD%2CYAvBF%2C2BAEA%2CSAmBC%2COAEE%3BAAAD%2CYA3BF%2C0BAMA%2CSAmBS%2CUAEN%3BAAAD%2CYA1BF%2C2BAKA%2CSAmBS%2CUAEN%3BAAAD%2CYAzBF%2CiBAIA%2CSAmBS%2CUAEN%3BAAAD%2CYAxBF%2CqBAGA%2CSAmBS%2CUAEN%3BAAAD%2CYAvBF%2C2BAEA%2CSAmBS%2CUAEN%3BEAAU%2CUAAA%3BEAAY%2C2BAAA%3BEAA6B%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3BEAAc%2CWAAA%3B%3BAAA9F%2CYA3BF%2C0BAMA%2CSAmBC%2COAEE%2COACA%2CgBACC%3BAAFF%2CYA1BF%2C2BAKA%2CSAmBC%2COAEE%2COACA%2CgBACC%3BAAFF%2CYAzBF%2CiBAIA%2CSAmBC%2COAEE%2COACA%2CgBACC%3BAAFF%2CYAxBF%2CqBAGA%2CSAmBC%2COAEE%2COACA%2CgBACC%3BAAFF%2CYAvBF%2C2BAEA%2CSAmBC%2COAEE%2COACA%2CgBACC%3BAAFF%2CYA3BF%2C0BAMA%2CSAmBS%2CUAEN%2COACA%2CgBACC%3BAAFF%2CYA1BF%2C2BAKA%2CSAmBS%2CUAEN%2COACA%2CgBACC%3BAAFF%2CYAzBF%2CiBAIA%2CSAmBS%2CUAEN%2COACA%2CgBACC%3BAAFF%2CYAxBF%2CqBAGA%2CSAmBS%2CUAEN%2COACA%2CgBACC%3BAAFF%2CYAvBF%2C2BAEA%2CSAmBS%2CUAEN%2COACA%2CgBACC%3BEAA0B%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2C2BAAA%3B%3BAAF%5C%2FD%2CYA3BF%2C0BAMA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBACC%3BAAHH%2CYA1BF%2C2BAKA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBACC%3BAAHH%2CYAzBF%2CiBAIA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBACC%3BAAHH%2CYAxBF%2CqBAGA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBACC%3BAAHH%2CYAvBF%2C2BAEA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBACC%3BAAHH%2CYA3BF%2C0BAMA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBACC%3BAAHH%2CYA1BF%2C2BAKA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBACC%3BAAHH%2CYAzBF%2CiBAIA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBACC%3BAAHH%2CYAxBF%2CqBAGA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBACC%3BAAHH%2CYAvBF%2C2BAEA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBACC%3BEAAe%2CoBAAA%3BEAAsB%2CwCAAA%3BEAA0C%2CUAAA%3BEAAY%2CmBAAA%3B%3BAAH9F%2CYA3BF%2C0BAMA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAEC%3BAAJH%2CYA1BF%2C2BAKA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAEC%3BAAJH%2CYAzBF%2CiBAIA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAEC%3BAAJH%2CYAxBF%2CqBAGA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAEC%3BAAJH%2CYAvBF%2C2BAEA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAEC%3BAAJH%2CYA3BF%2C0BAMA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAEC%3BAAJH%2CYA1BF%2C2BAKA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAEC%3BAAJH%2CYAzBF%2CiBAIA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAEC%3BAAJH%2CYAxBF%2CqBAGA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAEC%3BAAJH%2CYAvBF%2C2BAEA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAEC%3BEAAoB%2CSAAA%3BEAAsB%2CgBAAA%3BEAAkB%2CsBAAA%3BEAAwB%2C8BAAA%3BEAAgC%2CeAAA%3BEAAiB%2CsBAAA%3BEAAwB%2CuBAAA%3B%3BAAJhK%2CYA3BF%2C0BAMA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAGC%2CsBAAsB%2CkBAAiB%3BAAL1C%2CYA1BF%2C2BAKA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAGC%2CsBAAsB%2CkBAAiB%3BAAL1C%2CYAzBF%2CiBAIA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAGC%2CsBAAsB%2CkBAAiB%3BAAL1C%2CYAxBF%2CqBAGA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAGC%2CsBAAsB%2CkBAAiB%3BAAL1C%2CYAvBF%2C2BAEA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAGC%2CsBAAsB%2CkBAAiB%3BAAL1C%2CYA3BF%2C0BAMA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAGC%2CsBAAsB%2CkBAAiB%3BAAL1C%2CYA1BF%2C2BAKA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAGC%2CsBAAsB%2CkBAAiB%3BAAL1C%2CYAzBF%2CiBAIA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAGC%2CsBAAsB%2CkBAAiB%3BAAL1C%2CYAxBF%2CqBAGA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAGC%2CsBAAsB%2CkBAAiB%3BAAL1C%2CYAvBF%2C2BAEA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAGC%2CsBAAsB%2CkBAAiB%3BEAAkB%2CsBAAA%3B%3BAAL5D%2CYA3BF%2C0BAMA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAIC%2CsBAAsB%3BAANzB%2CYA1BF%2C2BAKA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAIC%2CsBAAsB%3BAANzB%2CYAzBF%2CiBAIA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAIC%2CsBAAsB%3BAANzB%2CYAxBF%2CqBAGA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAIC%2CsBAAsB%3BAANzB%2CYAvBF%2C2BAEA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAIC%2CsBAAsB%3BAANzB%2CYA3BF%2C0BAMA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAIC%2CsBAAsB%3BAANzB%2CYA1BF%2C2BAKA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAIC%2CsBAAsB%3BAANzB%2CYAzBF%2CiBAIA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAIC%2CsBAAsB%3BAANzB%2CYAxBF%2CqBAGA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAIC%2CsBAAsB%3BAANzB%2CYAvBF%2C2BAEA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAIC%2CsBAAsB%3BEAAoB%2CyBAAA%3B%3BAAN7C%2CYA3BF%2C0BAMA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAKC%2CsBAAsB%2CkBAAoB%3BAAP7C%2CYA1BF%2C2BAKA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAKC%2CsBAAsB%2CkBAAoB%3BAAP7C%2CYAzBF%2CiBAIA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAKC%2CsBAAsB%2CkBAAoB%3BAAP7C%2CYAxBF%2CqBAGA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAKC%2CsBAAsB%2CkBAAoB%3BAAP7C%2CYAvBF%2C2BAEA%2CSAmBC%2COAEE%2COACA%2CgBACC%2CwBAKC%2CsBAAsB%2CkBAAoB%3BAAP7C%2CYA3BF%2C0BAMA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAKC%2CsBAAsB%2CkBAAoB%3BAAP7C%2CYA1BF%2C2BAKA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAKC%2CsBAAsB%2CkBAAoB%3BAAP7C%2CYAzBF%2CiBAIA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAKC%2CsBAAsB%2CkBAAoB%3BAAP7C%2CYAxBF%2CqBAGA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAKC%2CsBAAsB%2CkBAAoB%3BAAP7C%2CYAvBF%2C2BAEA%2CSAmBS%2CUAEN%2COACA%2CgBACC%2CwBAKC%2CsBAAsB%2CkBAAoB%3BEAAoB%2CkBAAA%3B%3BAAlCpE%2CYAAC%2C0BAMA%2CSAmBC%2COAaC%3BAArCH%2CYAAC%2C2BAKA%2CSAmBC%2COAaC%3BAApCH%2CYAAC%2CiBAIA%2CSAmBC%2COAaC%3BAAnCH%2CYAAC%2CqBAGA%2CSAmBC%2COAaC%3BAAlCH%2CYAAC%2C2BAEA%2CSAmBC%2COAaC%3BAAtCH%2CYAAC%2C0BAMA%2CSAmBS%2CUAaP%3BAArCH%2CYAAC%2C2BAKA%2CSAmBS%2CUAaP%3BAApCH%2CYAAC%2CiBAIA%2CSAmBS%2CUAaP%3BAAnCH%2CYAAC%2CqBAGA%2CSAmBS%2CUAaP%3BAAlCH%2CYAAC%2C2BAEA%2CSAmBS%2CUAaP%3BEAAe%2CyBAAA%3BEAA2B%2CcAAA%3BEAAgB%2CUAAA%3BEAAY%2CmBAAA%3B%3BAAtCzE%2CYAAC%2C0BAMA%2CSAmBC%2COAaC%2CaACC%3BAAtCJ%2CYAAC%2C2BAKA%2CSAmBC%2COAaC%2CaACC%3BAArCJ%2CYAAC%2CiBAIA%2CSAmBC%2COAaC%2CaACC%3BAApCJ%2CYAAC%2CqBAGA%2CSAmBC%2COAaC%2CaACC%3BAAnCJ%2CYAAC%2C2BAEA%2CSAmBC%2COAaC%2CaACC%3BAAvCJ%2CYAAC%2C0BAMA%2CSAmBS%2CUAaP%2CaACC%3BAAtCJ%2CYAAC%2C2BAKA%2CSAmBS%2CUAaP%2CaACC%3BAArCJ%2CYAAC%2CiBAIA%2CSAmBS%2CUAaP%2CaACC%3BAApCJ%2CYAAC%2CqBAGA%2CSAmBS%2CUAaP%2CaACC%3BAAnCJ%2CYAAC%2C2BAEA%2CSAmBS%2CUAaP%2CaACC%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CSAAA%3BEAAW%2CyBAAA%3B%3BAAC5E%2CYAxCH%2C0BAMA%2CSAmBC%2COAaC%2CaAEE%2CaACA%3BAADD%2CYAvCH%2C2BAKA%2CSAmBC%2COAaC%2CaAEE%2CaACA%3BAADD%2CYAtCH%2CiBAIA%2CSAmBC%2COAaC%2CaAEE%2CaACA%3BAADD%2CYArCH%2CqBAGA%2CSAmBC%2COAaC%2CaAEE%2CaACA%3BAADD%2CYApCH%2C2BAEA%2CSAmBC%2COAaC%2CaAEE%2CaACA%3BAADD%2CYAxCH%2C0BAMA%2CSAmBS%2CUAaP%2CaAEE%2CaACA%3BAADD%2CYAvCH%2C2BAKA%2CSAmBS%2CUAaP%2CaAEE%2CaACA%3BAADD%2CYAtCH%2CiBAIA%2CSAmBS%2CUAaP%2CaAEE%2CaACA%3BAADD%2CYArCH%2CqBAGA%2CSAmBS%2CUAaP%2CaAEE%2CaACA%3BAADD%2CYApCH%2C2BAEA%2CSAmBS%2CUAaP%2CaAEE%2CaACA%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CyBAAA%3B%3BAAChE%2CYA1CL%2C0BAMA%2CSAmBC%2COAaC%2CaAEE%2CaACA%2COACE%3BAAAD%2CYAzCL%2C2BAKA%2CSAmBC%2COAaC%2CaAEE%2CaACA%2COACE%3BAAAD%2CYAxCL%2CiBAIA%2CSAmBC%2COAaC%2CaAEE%2CaACA%2COACE%3BAAAD%2CYAvCL%2CqBAGA%2CSAmBC%2COAaC%2CaAEE%2CaACA%2COACE%3BAAAD%2CYAtCL%2C2BAEA%2CSAmBC%2COAaC%2CaAEE%2CaACA%2COACE%3BAAAD%2CYA1CL%2C0BAMA%2CSAmBS%2CUAaP%2CaAEE%2CaACA%2COACE%3BAAAD%2CYAzCL%2C2BAKA%2CSAmBS%2CUAaP%2CaAEE%2CaACA%2COACE%3BAAAD%2CYAxCL%2CiBAIA%2CSAmBS%2CUAaP%2CaAEE%2CaACA%2COACE%3BAAAD%2CYAvCL%2CqBAGA%2CSAmBS%2CUAaP%2CaAEE%2CaACA%2COACE%3BAAAD%2CYAtCL%2C2BAEA%2CSAmBS%2CUAaP%2CaAEE%2CaACA%2COACE%3BEAAS%2CaAAA%3B%3BAAFZ%2CYAxCH%2C0BAMA%2CSAmBC%2COAaC%2CaAEE%2CaAIA%3BAAJD%2CYAvCH%2C2BAKA%2CSAmBC%2COAaC%2CaAEE%2CaAIA%3BAAJD%2CYAtCH%2CiBAIA%2CSAmBC%2COAaC%2CaAEE%2CaAIA%3BAAJD%2CYArCH%2CqBAGA%2CSAmBC%2COAaC%2CaAEE%2CaAIA%3BAAJD%2CYApCH%2C2BAEA%2CSAmBC%2COAaC%2CaAEE%2CaAIA%3BAAJD%2CYAxCH%2C0BAMA%2CSAmBS%2CUAaP%2CaAEE%2CaAIA%3BAAJD%2CYAvCH%2C2BAKA%2CSAmBS%2CUAaP%2CaAEE%2CaAIA%3BAAJD%2CYAtCH%2CiBAIA%2CSAmBS%2CUAaP%2CaAEE%2CaAIA%3BAAJD%2CYArCH%2CqBAGA%2CSAmBS%2CUAaP%2CaAEE%2CaAIA%3BAAJD%2CYApCH%2C2BAEA%2CSAmBS%2CUAaP%2CaAEE%2CaAIA%3BEAAwB%2CoBAAA%3B%3BAA5C7B%2CYAAC%2C0BAMA%2CSAmBC%2COAsBC%2CqBAAqB%3BAA9CxB%2CYAAC%2C2BAKA%2CSAmBC%2COAsBC%2CqBAAqB%3BAA7CxB%2CYAAC%2CiBAIA%2CSAmBC%2COAsBC%2CqBAAqB%3BAA5CxB%2CYAAC%2CqBAGA%2CSAmBC%2COAsBC%2CqBAAqB%3BAA3CxB%2CYAAC%2C2BAEA%2CSAmBC%2COAsBC%2CqBAAqB%3BAA%5C%2FCxB%2CYAAC%2C0BAMA%2CSAmBS%2CUAsBP%2CqBAAqB%3BAA9CxB%2CYAAC%2C2BAKA%2CSAmBS%2CUAsBP%2CqBAAqB%3BAA7CxB%2CYAAC%2CiBAIA%2CSAmBS%2CUAsBP%2CqBAAqB%3BAA5CxB%2CYAAC%2CqBAGA%2CSAmBS%2CUAsBP%2CqBAAqB%3BAA3CxB%2CYAAC%2C2BAEA%2CSAmBS%2CUAsBP%2CqBAAqB%3BEAAQ%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2C6BAAA%3B%3BAA%5C%2FCnE%2CYAAC%2C0BAMA%2CSAmBC%2COAuBC%2CqBAAqB%3BAA%5C%2FCxB%2CYAAC%2C2BAKA%2CSAmBC%2COAuBC%2CqBAAqB%3BAA9CxB%2CYAAC%2CiBAIA%2CSAmBC%2COAuBC%2CqBAAqB%3BAA7CxB%2CYAAC%2CqBAGA%2CSAmBC%2COAuBC%2CqBAAqB%3BAA5CxB%2CYAAC%2C2BAEA%2CSAmBC%2COAuBC%2CqBAAqB%3BAAhDxB%2CYAAC%2C0BAMA%2CSAmBS%2CUAuBP%2CqBAAqB%3BAA%5C%2FCxB%2CYAAC%2C2BAKA%2CSAmBS%2CUAuBP%2CqBAAqB%3BAA9CxB%2CYAAC%2CiBAIA%2CSAmBS%2CUAuBP%2CqBAAqB%3BAA7CxB%2CYAAC%2CqBAGA%2CSAmBS%2CUAuBP%2CqBAAqB%3BAA5CxB%2CYAAC%2C2BAEA%2CSAmBS%2CUAuBP%2CqBAAqB%3BEAAW%2CYAAA%3B%3BAAhDnC%2CYAAC%2C0BAMA%2CSAmBC%2COAwBC%2CgBAAgB%2CIAAG%3BAAhDtB%2CYAAC%2C2BAKA%2CSAmBC%2COAwBC%2CgBAAgB%2CIAAG%3BAA%5C%2FCtB%2CYAAC%2CiBAIA%2CSAmBC%2COAwBC%2CgBAAgB%2CIAAG%3BAA9CtB%2CYAAC%2CqBAGA%2CSAmBC%2COAwBC%2CgBAAgB%2CIAAG%3BAA7CtB%2CYAAC%2C2BAEA%2CSAmBC%2COAwBC%2CgBAAgB%2CIAAG%3BAAjDtB%2CYAAC%2C0BAMA%2CSAmBS%2CUAwBP%2CgBAAgB%2CIAAG%3BAAhDtB%2CYAAC%2C2BAKA%2CSAmBS%2CUAwBP%2CgBAAgB%2CIAAG%3BAA%5C%2FCtB%2CYAAC%2CiBAIA%2CSAmBS%2CUAwBP%2CgBAAgB%2CIAAG%3BAA9CtB%2CYAAC%2CqBAGA%2CSAmBS%2CUAwBP%2CgBAAgB%2CIAAG%3BAA7CtB%2CYAAC%2C2BAEA%2CSAmBS%2CUAwBP%2CgBAAgB%2CIAAG%3BEAAwB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAjD%5C%2FD%2CYAAC%2C0BAMA%2CSAmBC%2COAyBC%2CgBAAgB%2CIAAG%2CqBAAwB%3BAAjD9C%2CYAAC%2C2BAKA%2CSAmBC%2COAyBC%2CgBAAgB%2CIAAG%2CqBAAwB%3BAAhD9C%2CYAAC%2CiBAIA%2CSAmBC%2COAyBC%2CgBAAgB%2CIAAG%2CqBAAwB%3BAA%5C%2FC9C%2CYAAC%2CqBAGA%2CSAmBC%2COAyBC%2CgBAAgB%2CIAAG%2CqBAAwB%3BAA9C9C%2CYAAC%2C2BAEA%2CSAmBC%2COAyBC%2CgBAAgB%2CIAAG%2CqBAAwB%3BAAlD9C%2CYAAC%2C0BAMA%2CSAmBS%2CUAyBP%2CgBAAgB%2CIAAG%2CqBAAwB%3BAAjD9C%2CYAAC%2C2BAKA%2CSAmBS%2CUAyBP%2CgBAAgB%2CIAAG%2CqBAAwB%3BAAhD9C%2CYAAC%2CiBAIA%2CSAmBS%2CUAyBP%2CgBAAgB%2CIAAG%2CqBAAwB%3BAA%5C%2FC9C%2CYAAC%2CqBAGA%2CSAmBS%2CUAyBP%2CgBAAgB%2CIAAG%2CqBAAwB%3BAA9C9C%2CYAAC%2C2BAEA%2CSAmBS%2CUAyBP%2CgBAAgB%2CIAAG%2CqBAAwB%3BEAA0B%2CiBAAA%3B%3BAAlDxE%2CYAAC%2C0BAMA%2CSAmBC%2COA0BC%2CgBAAgB%2CqBAAqB%2CMAAK%3BAAlD7C%2CYAAC%2C2BAKA%2CSAmBC%2COA0BC%2CgBAAgB%2CqBAAqB%2CMAAK%3BAAjD7C%2CYAAC%2CiBAIA%2CSAmBC%2COA0BC%2CgBAAgB%2CqBAAqB%2CMAAK%3BAAhD7C%2CYAAC%2CqBAGA%2CSAmBC%2COA0BC%2CgBAAgB%2CqBAAqB%2CMAAK%3BAA%5C%2FC7C%2CYAAC%2C2BAEA%2CSAmBC%2COA0BC%2CgBAAgB%2CqBAAqB%2CMAAK%3BAAnD7C%2CYAAC%2C0BAMA%2CSAmBS%2CUA0BP%2CgBAAgB%2CqBAAqB%2CMAAK%3BAAlD7C%2CYAAC%2C2BAKA%2CSAmBS%2CUA0BP%2CgBAAgB%2CqBAAqB%2CMAAK%3BAAjD7C%2CYAAC%2CiBAIA%2CSAmBS%2CUA0BP%2CgBAAgB%2CqBAAqB%2CMAAK%3BAAhD7C%2CYAAC%2CqBAGA%2CSAmBS%2CUA0BP%2CgBAAgB%2CqBAAqB%2CMAAK%3BAA%5C%2FC7C%2CYAAC%2C2BAEA%2CSAmBS%2CUA0BP%2CgBAAgB%2CqBAAqB%2CMAAK%3BEAAe%2CgBAAA%3B%3BAAnD5D%2CYAAC%2C0BAMA%2CSAmBC%2COA2BC%2CqBAAqB%3BAAnDxB%2CYAAC%2C2BAKA%2CSAmBC%2COA2BC%2CqBAAqB%3BAAlDxB%2CYAAC%2CiBAIA%2CSAmBC%2COA2BC%2CqBAAqB%3BAAjDxB%2CYAAC%2CqBAGA%2CSAmBC%2COA2BC%2CqBAAqB%3BAAhDxB%2CYAAC%2C2BAEA%2CSAmBC%2COA2BC%2CqBAAqB%3BAApDxB%2CYAAC%2C0BAMA%2CSAmBS%2CUA2BP%2CqBAAqB%3BAAnDxB%2CYAAC%2C2BAKA%2CSAmBS%2CUA2BP%2CqBAAqB%3BAAlDxB%2CYAAC%2CiBAIA%2CSAmBS%2CUA2BP%2CqBAAqB%3BAAjDxB%2CYAAC%2CqBAGA%2CSAmBS%2CUA2BP%2CqBAAqB%3BAAhDxB%2CYAAC%2C2BAEA%2CSAmBS%2CUA2BP%2CqBAAqB%3BEAAoB%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAApDzE%2CYAAC%2C0BAMA%2CSAmBC%2COA4BC%2CgBAAgB%3BAApDnB%2CYAAC%2C2BAKA%2CSAmBC%2COA4BC%2CgBAAgB%3BAAnDnB%2CYAAC%2CiBAIA%2CSAmBC%2COA4BC%2CgBAAgB%3BAAlDnB%2CYAAC%2CqBAGA%2CSAmBC%2COA4BC%2CgBAAgB%3BAAjDnB%2CYAAC%2C2BAEA%2CSAmBC%2COA4BC%2CgBAAgB%3BAArDnB%2CYAAC%2C0BAMA%2CSAmBS%2CUA4BP%2CgBAAgB%3BAApDnB%2CYAAC%2C2BAKA%2CSAmBS%2CUA4BP%2CgBAAgB%3BAAnDnB%2CYAAC%2CiBAIA%2CSAmBS%2CUA4BP%2CgBAAgB%3BAAlDnB%2CYAAC%2CqBAGA%2CSAmBS%2CUA4BP%2CgBAAgB%3BAAjDnB%2CYAAC%2C2BAEA%2CSAmBS%2CUA4BP%2CgBAAgB%3BEAAwB%2CSAAA%3B%3BAArD3C%2CYAAC%2C0BAMA%2CSAmBC%2COA6BC%2CqBAAqB%2CsBAAqB%3BAArD7C%2CYAAC%2C2BAKA%2CSAmBC%2COA6BC%2CqBAAqB%2CsBAAqB%3BAApD7C%2CYAAC%2CiBAIA%2CSAmBC%2COA6BC%2CqBAAqB%2CsBAAqB%3BAAnD7C%2CYAAC%2CqBAGA%2CSAmBC%2COA6BC%2CqBAAqB%2CsBAAqB%3BAAlD7C%2CYAAC%2C2BAEA%2CSAmBC%2COA6BC%2CqBAAqB%2CsBAAqB%3BAAtD7C%2CYAAC%2C0BAMA%2CSAmBS%2CUA6BP%2CqBAAqB%2CsBAAqB%3BAArD7C%2CYAAC%2C2BAKA%2CSAmBS%2CUA6BP%2CqBAAqB%2CsBAAqB%3BAApD7C%2CYAAC%2CiBAIA%2CSAmBS%2CUA6BP%2CqBAAqB%2CsBAAqB%3BAAnD7C%2CYAAC%2CqBAGA%2CSAmBS%2CUA6BP%2CqBAAqB%2CsBAAqB%3BAAlD7C%2CYAAC%2C2BAEA%2CSAmBS%2CUA6BP%2CqBAAqB%2CsBAAqB%3BEAAgB%2C2BAAA%3B%3BAAtD7D%2CYAAC%2C0BAMA%2CSAmBC%2COA8BC%2CqBAAqB%2CGAAG%2CMAAK%3BAAtDhC%2CYAAC%2C2BAKA%2CSAmBC%2COA8BC%2CqBAAqB%2CGAAG%2CMAAK%3BAArDhC%2CYAAC%2CiBAIA%2CSAmBC%2COA8BC%2CqBAAqB%2CGAAG%2CMAAK%3BAApDhC%2CYAAC%2CqBAGA%2CSAmBC%2COA8BC%2CqBAAqB%2CGAAG%2CMAAK%3BAAnDhC%2CYAAC%2C2BAEA%2CSAmBC%2COA8BC%2CqBAAqB%2CGAAG%2CMAAK%3BAAvDhC%2CYAAC%2C0BAMA%2CSAmBS%2CUA8BP%2CqBAAqB%2CGAAG%2CMAAK%3BAAtDhC%2CYAAC%2C2BAKA%2CSAmBS%2CUA8BP%2CqBAAqB%2CGAAG%2CMAAK%3BAArDhC%2CYAAC%2CiBAIA%2CSAmBS%2CUA8BP%2CqBAAqB%2CGAAG%2CMAAK%3BAApDhC%2CYAAC%2CqBAGA%2CSAmBS%2CUA8BP%2CqBAAqB%2CGAAG%2CMAAK%3BAAnDhC%2CYAAC%2C2BAEA%2CSAmBS%2CUA8BP%2CqBAAqB%2CGAAG%2CMAAK%3BAAvDhC%2CYAAC%2C0BAMA%2CSAmBC%2COA8B8C%2CqBAAqB%2CGAAG%2CMAAK%3BAAtD7E%2CYAAC%2C2BAKA%2CSAmBC%2COA8B8C%2CqBAAqB%2CGAAG%2CMAAK%3BAArD7E%2CYAAC%2CiBAIA%2CSAmBC%2COA8B8C%2CqBAAqB%2CGAAG%2CMAAK%3BAApD7E%2CYAAC%2CqBAGA%2CSAmBC%2COA8B8C%2CqBAAqB%2CGAAG%2CMAAK%3BAAnD7E%2CYAAC%2C2BAEA%2CSAmBC%2COA8B8C%2CqBAAqB%2CGAAG%2CMAAK%3BAAvD7E%2CYAAC%2C0BAMA%2CSAmBS%2CUA8BsC%2CqBAAqB%2CGAAG%2CMAAK%3BAAtD7E%2CYAAC%2C2BAKA%2CSAmBS%2CUA8BsC%2CqBAAqB%2CGAAG%2CMAAK%3BAArD7E%2CYAAC%2CiBAIA%2CSAmBS%2CUA8BsC%2CqBAAqB%2CGAAG%2CMAAK%3BAApD7E%2CYAAC%2CqBAGA%2CSAmBS%2CUA8BsC%2CqBAAqB%2CGAAG%2CMAAK%3BAAnD7E%2CYAAC%2C2BAEA%2CSAmBS%2CUA8BsC%2CqBAAqB%2CGAAG%2CMAAK%3BEAAoB%2CiCAAA%3BEAAmC%2CMAAA%3B%3BAAvDpI%2CYAAC%2C0BAMA%2CSAmBC%2COA%2BBC%3BAAvDH%2CYAAC%2C2BAKA%2CSAmBC%2COA%2BBC%3BAAtDH%2CYAAC%2CiBAIA%2CSAmBC%2COA%2BBC%3BAArDH%2CYAAC%2CqBAGA%2CSAmBC%2COA%2BBC%3BAApDH%2CYAAC%2C2BAEA%2CSAmBC%2COA%2BBC%3BAAxDH%2CYAAC%2C0BAMA%2CSAmBS%2CUA%2BBP%3BAAvDH%2CYAAC%2C2BAKA%2CSAmBS%2CUA%2BBP%3BAAtDH%2CYAAC%2CiBAIA%2CSAmBS%2CUA%2BBP%3BAArDH%2CYAAC%2CqBAGA%2CSAmBS%2CUA%2BBP%3BAApDH%2CYAAC%2C2BAEA%2CSAmBS%2CUA%2BBP%3BEAAuB%2C8BAAA%3B%3BAAxD1B%2CYAAC%2C0BAMA%2CSAmBC%2COAgCC%3BAAxDH%2CYAAC%2C2BAKA%2CSAmBC%2COAgCC%3BAAvDH%2CYAAC%2CiBAIA%2CSAmBC%2COAgCC%3BAAtDH%2CYAAC%2CqBAGA%2CSAmBC%2COAgCC%3BAArDH%2CYAAC%2C2BAEA%2CSAmBC%2COAgCC%3BAAzDH%2CYAAC%2C0BAMA%2CSAmBS%2CUAgCP%3BAAxDH%2CYAAC%2C2BAKA%2CSAmBS%2CUAgCP%3BAAvDH%2CYAAC%2CiBAIA%2CSAmBS%2CUAgCP%3BAAtDH%2CYAAC%2CqBAGA%2CSAmBS%2CUAgCP%3BAArDH%2CYAAC%2C2BAEA%2CSAmBS%2CUAgCP%3BEAA0B%2C4BAAA%3BEAA8B%2CgBAAA%3BEAAkB%2C8BAAA%3B%3BAAzD7E%2CYAAC%2C0BAMA%2CSAmBC%2COAiCC%2CsBAAqB%2CwBAA2B%3BAAzDnD%2CYAAC%2C2BAKA%2CSAmBC%2COAiCC%2CsBAAqB%2CwBAA2B%3BAAxDnD%2CYAAC%2CiBAIA%2CSAmBC%2COAiCC%2CsBAAqB%2CwBAA2B%3BAAvDnD%2CYAAC%2CqBAGA%2CSAmBC%2COAiCC%2CsBAAqB%2CwBAA2B%3BAAtDnD%2CYAAC%2C2BAEA%2CSAmBC%2COAiCC%2CsBAAqB%2CwBAA2B%3BAA1DnD%2CYAAC%2C0BAMA%2CSAmBS%2CUAiCP%2CsBAAqB%2CwBAA2B%3BAAzDnD%2CYAAC%2C2BAKA%2CSAmBS%2CUAiCP%2CsBAAqB%2CwBAA2B%3BAAxDnD%2CYAAC%2CiBAIA%2CSAmBS%2CUAiCP%2CsBAAqB%2CwBAA2B%3BAAvDnD%2CYAAC%2CqBAGA%2CSAmBS%2CUAiCP%2CsBAAqB%2CwBAA2B%3BAAtDnD%2CYAAC%2C2BAEA%2CSAmBS%2CUAiCP%2CsBAAqB%2CwBAA2B%3BAA1DnD%2CYAAC%2C0BAMA%2CSAmBC%2COAkCC%2CsBAAqB%2C8BAAiC%3BAA1DzD%2CYAAC%2C2BAKA%2CSAmBC%2COAkCC%2CsBAAqB%2C8BAAiC%3BAAzDzD%2CYAAC%2CiBAIA%2CSAmBC%2COAkCC%2CsBAAqB%2C8BAAiC%3BAAxDzD%2CYAAC%2CqBAGA%2CSAmBC%2COAkCC%2CsBAAqB%2C8BAAiC%3BAAvDzD%2CYAAC%2C2BAEA%2CSAmBC%2COAkCC%2CsBAAqB%2C8BAAiC%3BAA3DzD%2CYAAC%2C0BAMA%2CSAmBS%2CUAkCP%2CsBAAqB%2C8BAAiC%3BAA1DzD%2CYAAC%2C2BAKA%2CSAmBS%2CUAkCP%2CsBAAqB%2C8BAAiC%3BAAzDzD%2CYAAC%2CiBAIA%2CSAmBS%2CUAkCP%2CsBAAqB%2C8BAAiC%3BAAxDzD%2CYAAC%2CqBAGA%2CSAmBS%2CUAkCP%2CsBAAqB%2C8BAAiC%3BAAvDzD%2CYAAC%2C2BAEA%2CSAmBS%2CUAkCP%2CsBAAqB%2C8BAAiC%3BEAA0B%2C4BAAA%3BEAA8B%2CgBAAA%3B%3BAA3DjH%2CYAAC%2C0BAMA%2CSAmBC%2COAmCC%2CsBAAqB%2CqBAAwB%2C0BAAwB%3BAA3DxE%2CYAAC%2C2BAKA%2CSAmBC%2COAmCC%2CsBAAqB%2CqBAAwB%2C0BAAwB%3BAA1DxE%2CYAAC%2CiBAIA%2CSAmBC%2COAmCC%2CsBAAqB%2CqBAAwB%2C0BAAwB%3BAAzDxE%2CYAAC%2CqBAGA%2CSAmBC%2COAmCC%2CsBAAqB%2CqBAAwB%2C0BAAwB%3BAAxDxE%2CYAAC%2C2BAEA%2CSAmBC%2COAmCC%2CsBAAqB%2CqBAAwB%2C0BAAwB%3BAA5DxE%2CYAAC%2C0BAMA%2CSAmBS%2CUAmCP%2CsBAAqB%2CqBAAwB%2C0BAAwB%3BAA3DxE%2CYAAC%2C2BAKA%2CSAmBS%2CUAmCP%2CsBAAqB%2CqBAAwB%2C0BAAwB%3BAA1DxE%2CYAAC%2CiBAIA%2CSAmBS%2CUAmCP%2CsBAAqB%2CqBAAwB%2C0BAAwB%3BAAzDxE%2CYAAC%2CqBAGA%2CSAmBS%2CUAmCP%2CsBAAqB%2CqBAAwB%2C0BAAwB%3BAAxDxE%2CYAAC%2C2BAEA%2CSAmBS%2CUAmCP%2CsBAAqB%2CqBAAwB%2C0BAAwB%3BEAAS%2CmBAAA%3B%3BAA5DjF%2CYAAC%2C0BAMA%2CSAmBC%2COAoCC%2CwBAAwB%2CYAAY%3BAA5DvC%2CYAAC%2C2BAKA%2CSAmBC%2COAoCC%2CwBAAwB%2CYAAY%3BAA3DvC%2CYAAC%2CiBAIA%2CSAmBC%2COAoCC%2CwBAAwB%2CYAAY%3BAA1DvC%2CYAAC%2CqBAGA%2CSAmBC%2COAoCC%2CwBAAwB%2CYAAY%3BAAzDvC%2CYAAC%2C2BAEA%2CSAmBC%2COAoCC%2CwBAAwB%2CYAAY%3BAA7DvC%2CYAAC%2C0BAMA%2CSAmBS%2CUAoCP%2CwBAAwB%2CYAAY%3BAA5DvC%2CYAAC%2C2BAKA%2CSAmBS%2CUAoCP%2CwBAAwB%2CYAAY%3BAA3DvC%2CYAAC%2CiBAIA%2CSAmBS%2CUAoCP%2CwBAAwB%2CYAAY%3BAA1DvC%2CYAAC%2CqBAGA%2CSAmBS%2CUAoCP%2CwBAAwB%2CYAAY%3BAAzDvC%2CYAAC%2C2BAEA%2CSAmBS%2CUAoCP%2CwBAAwB%2CYAAY%3BEAAO%2CkCAAA%3B%3BAA7D9C%2CYAAC%2C0BAMA%2CSAmBC%2COAqCC%2CqBAAqB%2CwBAA0B%3BAA7DlD%2CYAAC%2C2BAKA%2CSAmBC%2COAqCC%2CqBAAqB%2CwBAA0B%3BAA5DlD%2CYAAC%2CiBAIA%2CSAmBC%2COAqCC%2CqBAAqB%2CwBAA0B%3BAA3DlD%2CYAAC%2CqBAGA%2CSAmBC%2COAqCC%2CqBAAqB%2CwBAA0B%3BAA1DlD%2CYAAC%2C2BAEA%2CSAmBC%2COAqCC%2CqBAAqB%2CwBAA0B%3BAA9DlD%2CYAAC%2C0BAMA%2CSAmBS%2CUAqCP%2CqBAAqB%2CwBAA0B%3BAA7DlD%2CYAAC%2C2BAKA%2CSAmBS%2CUAqCP%2CqBAAqB%2CwBAA0B%3BAA5DlD%2CYAAC%2CiBAIA%2CSAmBS%2CUAqCP%2CqBAAqB%2CwBAA0B%3BAA3DlD%2CYAAC%2CqBAGA%2CSAmBS%2CUAqCP%2CqBAAqB%2CwBAA0B%3BAA1DlD%2CYAAC%2C2BAEA%2CSAmBS%2CUAqCP%2CqBAAqB%2CwBAA0B%3BEAAc%2CoBAAA%3B%3BAA9DhE%2CYAAC%2C0BAMA%2CSA0DC%2CeAAe%3BAA%5C%2FDjB%2CYAAC%2C2BAKA%2CSA0DC%2CeAAe%3BAA9DjB%2CYAAC%2CiBAIA%2CSA0DC%2CeAAe%3BAA7DjB%2CYAAC%2CqBAGA%2CSA0DC%2CeAAe%3BAA5DjB%2CYAAC%2C2BAEA%2CSA0DC%2CeAAe%3BEAAkB%2CcAAA%3B%3BAAhEnC%2CYAAC%2C0BAMA%2CSA2DC%2CgBACC%2CiBAAiB%2CMAAM%2CMAAK%3BAAjE%5C%2FB%2CYAAC%2C2BAKA%2CSA2DC%2CgBACC%2CiBAAiB%2CMAAM%2CMAAK%3BAAhE%5C%2FB%2CYAAC%2CiBAIA%2CSA2DC%2CgBACC%2CiBAAiB%2CMAAM%2CMAAK%3BAA%5C%2FD%5C%2FB%2CYAAC%2CqBAGA%2CSA2DC%2CgBACC%2CiBAAiB%2CMAAM%2CMAAK%3BAA9D%5C%2FB%2CYAAC%2C2BAEA%2CSA2DC%2CgBACC%2CiBAAiB%2CMAAM%2CMAAK%3BEAAoB%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CSAAA%3BEAAW%2CQAAA%3BEAAU%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CUAAA%3B%3BAAlEzI%2CYAAC%2C0BAMA%2CSA2DC%2CgBAEC%2CiBAAiB%2CMAAM%2CMAAQ%2CIAAC%3BAAlEnC%2CYAAC%2C2BAKA%2CSA2DC%2CgBAEC%2CiBAAiB%2CMAAM%2CMAAQ%2CIAAC%3BAAjEnC%2CYAAC%2CiBAIA%2CSA2DC%2CgBAEC%2CiBAAiB%2CMAAM%2CMAAQ%2CIAAC%3BAAhEnC%2CYAAC%2CqBAGA%2CSA2DC%2CgBAEC%2CiBAAiB%2CMAAM%2CMAAQ%2CIAAC%3BAA%5C%2FDnC%2CYAAC%2C2BAEA%2CSA2DC%2CgBAEC%2CiBAAiB%2CMAAM%2CMAAQ%2CIAAC%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CyBAAA%3BEAAsC%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2C0BAAA%3BEAA4B%2CsBAAA%3BEACvL%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CQAAA%3B%3BAApElD%2CYAAC%2C0BAMA%2CSA2DC%2CgBAIC%2CiBAAiB%2CMAAM%2CMAAQ%2CIAAC%2CMAAM%3BAApEzC%2CYAAC%2C2BAKA%2CSA2DC%2CgBAIC%2CiBAAiB%2CMAAM%2CMAAQ%2CIAAC%2CMAAM%3BAAnEzC%2CYAAC%2CiBAIA%2CSA2DC%2CgBAIC%2CiBAAiB%2CMAAM%2CMAAQ%2CIAAC%2CMAAM%3BAAlEzC%2CYAAC%2CqBAGA%2CSA2DC%2CgBAIC%2CiBAAiB%2CMAAM%2CMAAQ%2CIAAC%2CMAAM%3BAAjEzC%2CYAAC%2C2BAEA%2CSA2DC%2CgBAIC%2CiBAAiB%2CMAAM%2CMAAQ%2CIAAC%2CMAAM%3BAArEzC%2CYAAC%2C0BAMA%2CSA2DC%2CgBAKC%2CiBAAiB%2CMAAM%2CMAAK%2CQAAW%2CIAAC%3BAArE3C%2CYAAC%2C2BAKA%2CSA2DC%2CgBAKC%2CiBAAiB%2CMAAM%2CMAAK%2CQAAW%2CIAAC%3BAApE3C%2CYAAC%2CiBAIA%2CSA2DC%2CgBAKC%2CiBAAiB%2CMAAM%2CMAAK%2CQAAW%2CIAAC%3BAAnE3C%2CYAAC%2CqBAGA%2CSA2DC%2CgBAKC%2CiBAAiB%2CMAAM%2CMAAK%2CQAAW%2CIAAC%3BAAlE3C%2CYAAC%2C2BAEA%2CSA2DC%2CgBAKC%2CiBAAiB%2CMAAM%2CMAAK%2CQAAW%2CIAAC%3BEAAS%2CaAAa%2C8PAAb%3BEAA6Q%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CQAAA%3BEAAU%2CYAAA%3B%3BAAtE1W%2CYAAC%2C0BAMA%2CSA2DC%2CgBAMC%2CiBAAiB%2CMAAM%3BAAtE1B%2CYAAC%2C2BAKA%2CSA2DC%2CgBAMC%2CiBAAiB%2CMAAM%3BAArE1B%2CYAAC%2CiBAIA%2CSA2DC%2CgBAMC%2CiBAAiB%2CMAAM%3BAApE1B%2CYAAC%2CqBAGA%2CSA2DC%2CgBAMC%2CiBAAiB%2CMAAM%3BAAnE1B%2CYAAC%2C2BAEA%2CSA2DC%2CgBAMC%2CiBAAiB%2CMAAM%3BEAAI%2CsBAAA%3BEAAwB%2CkBAAA%3B%3BAAvEtD%2CYAAC%2C0BAMA%2CSA2DC%2CgBAOC%3BAAvEH%2CYAAC%2C2BAKA%2CSA2DC%2CgBAOC%3BAAtEH%2CYAAC%2CiBAIA%2CSA2DC%2CgBAOC%3BAArEH%2CYAAC%2CqBAGA%2CSA2DC%2CgBAOC%3BAApEH%2CYAAC%2C2BAEA%2CSA2DC%2CgBAOC%3BEAAe%2C6BAAA%3B%3BAAxElB%2CYAAC%2C0BAMA%2CSA2DC%2CgBAQC%3BAAxEH%2CYAAC%2C2BAKA%2CSA2DC%2CgBAQC%3BAAvEH%2CYAAC%2CiBAIA%2CSA2DC%2CgBAQC%3BAAtEH%2CYAAC%2CqBAGA%2CSA2DC%2CgBAQC%3BAArEH%2CYAAC%2C2BAEA%2CSA2DC%2CgBAQC%3BEAAkB%2CaAAA%3BEAAe%2CyBAAA%3B%3BAAzEpC%2CYAAC%2C0BAMA%2CSA2DC%2CgBAQC%2CgBACC%3BAAzEJ%2CYAAC%2C2BAKA%2CSA2DC%2CgBAQC%2CgBACC%3BAAxEJ%2CYAAC%2CiBAIA%2CSA2DC%2CgBAQC%2CgBACC%3BAAvEJ%2CYAAC%2CqBAGA%2CSA2DC%2CgBAQC%2CgBACC%3BAAtEJ%2CYAAC%2C2BAEA%2CSA2DC%2CgBAQC%2CgBACC%3BEAAmB%2CgCAAA%3BEAA6C%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CoBAAA%3BEAAsB%2CmBAAA%3B%3BAA1ElK%2CYAAC%2C0BAMA%2CSA2DC%2CgBAQC%2CgBAEC%3BAA1EJ%2CYAAC%2C2BAKA%2CSA2DC%2CgBAQC%2CgBAEC%3BAAzEJ%2CYAAC%2CiBAIA%2CSA2DC%2CgBAQC%2CgBAEC%3BAAxEJ%2CYAAC%2CqBAGA%2CSA2DC%2CgBAQC%2CgBAEC%3BAAvEJ%2CYAAC%2C2BAEA%2CSA2DC%2CgBAQC%2CgBAEC%3BEAAgB%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CmBAAA%3B%3BAA3EjE%2CYAAC%2C0BAMA%2CSA2DC%2CgBAYC%3BAA5EH%2CYAAC%2C2BAKA%2CSA2DC%2CgBAYC%3BAA3EH%2CYAAC%2CiBAIA%2CSA2DC%2CgBAYC%3BAA1EH%2CYAAC%2CqBAGA%2CSA2DC%2CgBAYC%3BAAzEH%2CYAAC%2C2BAEA%2CSA2DC%2CgBAYC%3BEAAkB%2CaAAA%3B%3BAA7ErB%2CYAAC%2C0BAMA%2CSA2DC%2CgBAaC%3BAA7EH%2CYAAC%2C2BAKA%2CSA2DC%2CgBAaC%3BAA5EH%2CYAAC%2CiBAIA%2CSA2DC%2CgBAaC%3BAA3EH%2CYAAC%2CqBAGA%2CSA2DC%2CgBAaC%3BAA1EH%2CYAAC%2C2BAEA%2CSA2DC%2CgBAaC%3BEAAuB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAA9E5C%2CYAAC%2C0BAMA%2CSA2DC%2CgBAaC%2CqBACC%2CGAAG%3BAA9EP%2CYAAC%2C2BAKA%2CSA2DC%2CgBAaC%2CqBACC%2CGAAG%3BAA7EP%2CYAAC%2CiBAIA%2CSA2DC%2CgBAaC%2CqBACC%2CGAAG%3BAA5EP%2CYAAC%2CqBAGA%2CSA2DC%2CgBAaC%2CqBACC%2CGAAG%3BAA3EP%2CYAAC%2C2BAEA%2CSA2DC%2CgBAaC%2CqBACC%2CGAAG%3BEAAI%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CcAAA%3B%3BAA%5C%2FErD%2CYAAC%2C0BAMA%2CSA2DC%2CgBAaC%2CqBAEC%2CGAAE%2CaAAc%3BAA%5C%2FEpB%2CYAAC%2C2BAKA%2CSA2DC%2CgBAaC%2CqBAEC%2CGAAE%2CaAAc%3BAA9EpB%2CYAAC%2CiBAIA%2CSA2DC%2CgBAaC%2CqBAEC%2CGAAE%2CaAAc%3BAA7EpB%2CYAAC%2CqBAGA%2CSA2DC%2CgBAaC%2CqBAEC%2CGAAE%2CaAAc%3BAA5EpB%2CYAAC%2C2BAEA%2CSA2DC%2CgBAaC%2CqBAEC%2CGAAE%2CaAAc%3BEAAI%2CiBAAA%3B%3BAAhFxB%2CYAAC%2C0BAMA%2CSA2DC%2CgBAaC%2CqBAGC%3BAAhFJ%2CYAAC%2C2BAKA%2CSA2DC%2CgBAaC%2CqBAGC%3BAA%5C%2FEJ%2CYAAC%2CiBAIA%2CSA2DC%2CgBAaC%2CqBAGC%3BAA9EJ%2CYAAC%2CqBAGA%2CSA2DC%2CgBAaC%2CqBAGC%3BAA7EJ%2CYAAC%2C2BAEA%2CSA2DC%2CgBAaC%2CqBAGC%3BEAAgC%2CYAAA%3BEAAc%2CcAAA%3B%3BAAjFlD%2CYAAC%2C0BAMA%2CSA2DC%2CgBAaC%2CqBAIC%3BAAjFJ%2CYAAC%2C2BAKA%2CSA2DC%2CgBAaC%2CqBAIC%3BAAhFJ%2CYAAC%2CiBAIA%2CSA2DC%2CgBAaC%2CqBAIC%3BAA%5C%2FEJ%2CYAAC%2CqBAGA%2CSA2DC%2CgBAaC%2CqBAIC%3BAA9EJ%2CYAAC%2C2BAEA%2CSA2DC%2CgBAaC%2CqBAIC%3BEAAa%2CWAAA%3BEAAa%2CmBAAA%3BEAAqB%2CSAAA%3B%3BAAlFnD%2CYAAC%2C0BAMA%2CSA2DC%2CgBAaC%2CqBAKC%3BAAlFJ%2CYAAC%2C2BAKA%2CSA2DC%2CgBAaC%2CqBAKC%3BAAjFJ%2CYAAC%2CiBAIA%2CSA2DC%2CgBAaC%2CqBAKC%3BAAhFJ%2CYAAC%2CqBAGA%2CSA2DC%2CgBAaC%2CqBAKC%3BAA%5C%2FEJ%2CYAAC%2C2BAEA%2CSA2DC%2CgBAaC%2CqBAKC%3BEAAoB%2CSAAA%3BEAAW%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAAnF%5C%2FG%2CYAAC%2C0BAMA%2CSA2DC%2CgBAaC%2CqBAMC%2CMAAK%3BAAnFT%2CYAAC%2C2BAKA%2CSA2DC%2CgBAaC%2CqBAMC%2CMAAK%3BAAlFT%2CYAAC%2CiBAIA%2CSA2DC%2CgBAaC%2CqBAMC%2CMAAK%3BAAjFT%2CYAAC%2CqBAGA%2CSA2DC%2CgBAaC%2CqBAMC%2CMAAK%3BAAhFT%2CYAAC%2C2BAEA%2CSA2DC%2CgBAaC%2CqBAMC%2CMAAK%3BEAAe%2CgBAAA%3B%3BAApFxB%2CYAAC%2C0BAMA%2CSA2DC%2CgBAqBC%3BAArFH%2CYAAC%2C2BAKA%2CSA2DC%2CgBAqBC%3BAApFH%2CYAAC%2CiBAIA%2CSA2DC%2CgBAqBC%3BAAnFH%2CYAAC%2CqBAGA%2CSA2DC%2CgBAqBC%3BAAlFH%2CYAAC%2C2BAEA%2CSA2DC%2CgBAqBC%3BEAA4B%2CoBAAA%3B%3BAAtF%5C%2FB%2CYAAC%2C0BAMA%2CSA2DC%2CgBAsBC%2CgBAEC%3BAAxFJ%2CYAAC%2C2BAKA%2CSA2DC%2CgBAsBC%2CgBAEC%3BAAvFJ%2CYAAC%2CiBAIA%2CSA2DC%2CgBAsBC%2CgBAEC%3BAAtFJ%2CYAAC%2CqBAGA%2CSA2DC%2CgBAsBC%2CgBAEC%3BAArFJ%2CYAAC%2C2BAEA%2CSA2DC%2CgBAsBC%2CgBAEC%3BAAzFJ%2CYAAC%2C0BAMA%2CSA2DC%2CgBAuBC%2CMACC%3BAAxFJ%2CYAAC%2C2BAKA%2CSA2DC%2CgBAuBC%2CMACC%3BAAvFJ%2CYAAC%2CiBAIA%2CSA2DC%2CgBAuBC%2CMACC%3BAAtFJ%2CYAAC%2CqBAGA%2CSA2DC%2CgBAuBC%2CMACC%3BAArFJ%2CYAAC%2C2BAEA%2CSA2DC%2CgBAuBC%2CMACC%3BEAA8B%2CcAAA%3BEAAgB%2C%2BBAAA%3BEAAiC%2CWAAA%3B%3BAAC9E%2CYA1FJ%2C0BAMA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BACE%2CMAAS%3BAAAV%2CYAzFJ%2C2BAKA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BACE%2CMAAS%3BAAAV%2CYAxFJ%2CiBAIA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BACE%2CMAAS%3BAAAV%2CYAvFJ%2CqBAGA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BACE%2CMAAS%3BAAAV%2CYAtFJ%2C2BAEA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BACE%2CMAAS%3BAAAV%2CYA1FJ%2C0BAMA%2CSA2DC%2CgBAuBC%2CMACC%2C4BACE%2CMAAS%3BAAAV%2CYAzFJ%2C2BAKA%2CSA2DC%2CgBAuBC%2CMACC%2C4BACE%2CMAAS%3BAAAV%2CYAxFJ%2CiBAIA%2CSA2DC%2CgBAuBC%2CMACC%2C4BACE%2CMAAS%3BAAAV%2CYAvFJ%2CqBAGA%2CSA2DC%2CgBAuBC%2CMACC%2C4BACE%2CMAAS%3BAAAV%2CYAtFJ%2C2BAEA%2CSA2DC%2CgBAuBC%2CMACC%2C4BACE%2CMAAS%3BAAAK%2CYA1FnB%2C0BAMA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BACiB%3BAAAD%2CYAzFnB%2C2BAKA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BACiB%3BAAAD%2CYAxFnB%2CiBAIA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BACiB%3BAAAD%2CYAvFnB%2CqBAGA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BACiB%3BAAAD%2CYAtFnB%2C2BAEA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BACiB%3BAAAD%2CYA1FnB%2C0BAMA%2CSA2DC%2CgBAuBC%2CMACC%2C4BACiB%3BAAAD%2CYAzFnB%2C2BAKA%2CSA2DC%2CgBAuBC%2CMACC%2C4BACiB%3BAAAD%2CYAxFnB%2CiBAIA%2CSA2DC%2CgBAuBC%2CMACC%2C4BACiB%3BAAAD%2CYAvFnB%2CqBAGA%2CSA2DC%2CgBAuBC%2CMACC%2C4BACiB%3BAAAD%2CYAtFnB%2C2BAEA%2CSA2DC%2CgBAuBC%2CMACC%2C4BACiB%3BAAAQ%2CYA1F5B%2C0BAMA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAC0B%3BAAAD%2CYAzF5B%2C2BAKA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAC0B%3BAAAD%2CYAxF5B%2CiBAIA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAC0B%3BAAAD%2CYAvF5B%2CqBAGA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAC0B%3BAAAD%2CYAtF5B%2C2BAEA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAC0B%3BAAAD%2CYA1F5B%2C0BAMA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAC0B%3BAAAD%2CYAzF5B%2C2BAKA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAC0B%3BAAAD%2CYAxF5B%2CiBAIA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAC0B%3BAAAD%2CYAvF5B%2CqBAGA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAC0B%3BAAAD%2CYAtF5B%2C2BAEA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAC0B%3BEAAU%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAAChE%2CYA3FJ%2C0BAMA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAEE%3BAAAD%2CYA1FJ%2C2BAKA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAEE%3BAAAD%2CYAzFJ%2CiBAIA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAEE%3BAAAD%2CYAxFJ%2CqBAGA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAEE%3BAAAD%2CYAvFJ%2C2BAEA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAEE%3BAAAD%2CYA3FJ%2C0BAMA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAEE%3BAAAD%2CYA1FJ%2C2BAKA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAEE%3BAAAD%2CYAzFJ%2CiBAIA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAEE%3BAAAD%2CYAxFJ%2CqBAGA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAEE%3BAAAD%2CYAvFJ%2C2BAEA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAEE%3BEAAgB%2C2BAAA%3B%3BAA3FtB%2CYAAC%2C0BAMA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAGC%3BAA3FL%2CYAAC%2C2BAKA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAGC%3BAA1FL%2CYAAC%2CiBAIA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAGC%3BAAzFL%2CYAAC%2CqBAGA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAGC%3BAAxFL%2CYAAC%2C2BAEA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAGC%3BAA5FL%2CYAAC%2C0BAMA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAGC%3BAA3FL%2CYAAC%2C2BAKA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAGC%3BAA1FL%2CYAAC%2CiBAIA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAGC%3BAAzFL%2CYAAC%2CqBAGA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAGC%3BAAxFL%2CYAAC%2C2BAEA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAGC%3BEAAiB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CeAAA%3BEAAiB%2CoBAAA%3BEAAsB%2CUAAA%3BEAAY%2CsBAAA%3BEAAwB%2C%2BBAAA%3BEAAiC%2CuCAAA%3B%3BAA5F7J%2CYAAC%2C0BAMA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAIC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA5FxC%2CYAAC%2C2BAKA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAIC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA3FxC%2CYAAC%2CiBAIA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAIC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA1FxC%2CYAAC%2CqBAGA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAIC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAzFxC%2CYAAC%2C2BAEA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAIC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA7FxC%2CYAAC%2C0BAMA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAIC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA5FxC%2CYAAC%2C2BAKA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAIC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA3FxC%2CYAAC%2CiBAIA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAIC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA1FxC%2CYAAC%2CqBAGA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAIC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAzFxC%2CYAAC%2C2BAEA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAIC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA7FxC%2CYAAC%2C0BAMA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAI4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA5FnF%2CYAAC%2C2BAKA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAI4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA3FnF%2CYAAC%2CiBAIA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAI4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA1FnF%2CYAAC%2CqBAGA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAI4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAzFnF%2CYAAC%2C2BAEA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAI4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA7FnF%2CYAAC%2C0BAMA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAI4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA5FnF%2CYAAC%2C2BAKA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAI4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA3FnF%2CYAAC%2CiBAIA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAI4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA1FnF%2CYAAC%2CqBAGA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAI4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAzFnF%2CYAAC%2C2BAEA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAI4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAA7FnF%2CYAAC%2C0BAMA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAIuF%2CeAAc%3BAA5FzG%2CYAAC%2C2BAKA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAIuF%2CeAAc%3BAA3FzG%2CYAAC%2CiBAIA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAIuF%2CeAAc%3BAA1FzG%2CYAAC%2CqBAGA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAIuF%2CeAAc%3BAAzFzG%2CYAAC%2C2BAEA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAIuF%2CeAAc%3BAA7FzG%2CYAAC%2C0BAMA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAIuF%2CeAAc%3BAA5FzG%2CYAAC%2C2BAKA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAIuF%2CeAAc%3BAA3FzG%2CYAAC%2CiBAIA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAIuF%2CeAAc%3BAA1FzG%2CYAAC%2CqBAGA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAIuF%2CeAAc%3BAAzFzG%2CYAAC%2C2BAEA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAIuF%2CeAAc%3BAACpG%2CYA9FJ%2C0BAMA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAKE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA7FJ%2C2BAKA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAKE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA5FJ%2CiBAIA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAKE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA3FJ%2CqBAGA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAKE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA1FJ%2C2BAEA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAKE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA9FJ%2C0BAMA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAKE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA7FJ%2C2BAKA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAKE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA5FJ%2CiBAIA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAKE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA3FJ%2CqBAGA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAKE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA1FJ%2C2BAEA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAKE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAa%2CYA9FjD%2C0BAMA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAK%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA7FjD%2C2BAKA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAK%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA5FjD%2CiBAIA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAK%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA3FjD%2CqBAGA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAK%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA1FjD%2C2BAEA%2CSA2DC%2CgBAsBC%2CgBAEC%2C4BAK%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA9FjD%2C0BAMA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAK%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA7FjD%2C2BAKA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAK%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA5FjD%2CiBAIA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAK%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA3FjD%2CqBAGA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAK%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYA1FjD%2C2BAEA%2CSA2DC%2CgBAuBC%2CMACC%2C4BAK%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BEAAc%2C0BAAA%3BEAAuC%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAA9FpK%2CYAAC%2C0BAMA%2CSA2DC%2CgBAgCC%2CMACC%3BAAjGJ%2CYAAC%2C2BAKA%2CSA2DC%2CgBAgCC%2CMACC%3BAAhGJ%2CYAAC%2CiBAIA%2CSA2DC%2CgBAgCC%2CMACC%3BAA%5C%2FFJ%2CYAAC%2CqBAGA%2CSA2DC%2CgBAgCC%2CMACC%3BAA9FJ%2CYAAC%2C2BAEA%2CSA2DC%2CgBAgCC%2CMACC%3BEAAiB%2CwCAAA%3BEAA0C%2CyBAAA%3BEAAsC%2C6BAAA%3BEAA%2BB%2CqCAAA%3B%3BAAC%5C%2FH%2CYAnGJ%2C0BAMA%2CSA2DC%2CgBAgCC%2CMACC%2CeACE%3BAAAD%2CYAlGJ%2C2BAKA%2CSA2DC%2CgBAgCC%2CMACC%2CeACE%3BAAAD%2CYAjGJ%2CiBAIA%2CSA2DC%2CgBAgCC%2CMACC%2CeACE%3BAAAD%2CYAhGJ%2CqBAGA%2CSA2DC%2CgBAgCC%2CMACC%2CeACE%3BAAAD%2CYA%5C%2FFJ%2C2BAEA%2CSA2DC%2CgBAgCC%2CMACC%2CeACE%3BEAAQ%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2C6BAAA%3BEAA%2BB%2CqCAAA%3BEAAuC%2CsBAAA%3BEAAmC%2CYAAA%3B%3BAAnGrL%2CYAAC%2C0BAMA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BACC%3BAArGL%2CYAAC%2C2BAKA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BACC%3BAApGL%2CYAAC%2CiBAIA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BACC%3BAAnGL%2CYAAC%2CqBAGA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BACC%3BAAlGL%2CYAAC%2C2BAEA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BACC%3BEAAiB%2CkBAAA%3BEAAoB%2C0BAAA%3B%3BAAtG1C%2CYAAC%2C0BAMA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAEC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAtGxC%2CYAAC%2C2BAKA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAEC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAArGxC%2CYAAC%2CiBAIA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAEC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAApGxC%2CYAAC%2CqBAGA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAEC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAnGxC%2CYAAC%2C2BAEA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAEC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAvGxC%2CYAAC%2C0BAMA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAE4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAtGnF%2CYAAC%2C2BAKA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAE4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAArGnF%2CYAAC%2CiBAIA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAE4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAApGnF%2CYAAC%2CqBAGA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAE4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAnGnF%2CYAAC%2C2BAEA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAE4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAvGnF%2CYAAC%2C0BAMA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAEuF%2CeAAc%3BAAtGzG%2CYAAC%2C2BAKA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAEuF%2CeAAc%3BAArGzG%2CYAAC%2CiBAIA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAEuF%2CeAAc%3BAApGzG%2CYAAC%2CqBAGA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAEuF%2CeAAc%3BAAnGzG%2CYAAC%2C2BAEA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAEuF%2CeAAc%3BAAvGzG%2CYAAC%2C0BAMA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAEgH%2CeAAc%3BAAtGlI%2CYAAC%2C2BAKA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAEgH%2CeAAc%3BAArGlI%2CYAAC%2CiBAIA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAEgH%2CeAAc%3BAApGlI%2CYAAC%2CqBAGA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAEgH%2CeAAc%3BAAnGlI%2CYAAC%2C2BAEA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAEgH%2CeAAc%3BAAC7H%2CYAxGJ%2C0BAMA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAGE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYAvGJ%2C2BAKA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAGE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYAtGJ%2CiBAIA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAGE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYArGJ%2CqBAGA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAGE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYApGJ%2C2BAEA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAGE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAa%2CYAxGjD%2C0BAMA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAG%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYAvGjD%2C2BAKA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAG%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYAtGjD%2CiBAIA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAG%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYArGjD%2CqBAGA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAG%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CYApGjD%2C2BAEA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAG%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BEAAc%2CqBAAA%3B%3BAAC3F%2CYAzGJ%2C0BAMA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAIE%2CMAAO%2CeAAc%3BAAAtB%2CYAxGJ%2C2BAKA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAIE%2CMAAO%2CeAAc%3BAAAtB%2CYAvGJ%2CiBAIA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAIE%2CMAAO%2CeAAc%3BAAAtB%2CYAtGJ%2CqBAGA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAIE%2CMAAO%2CeAAc%3BAAAtB%2CYArGJ%2C2BAEA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAIE%2CMAAO%2CeAAc%3BAAzG3B%2CYAAC%2C0BAMA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAIgC%2CeAAc%2CMAAM%3BAAxGxD%2CYAAC%2C2BAKA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAIgC%2CeAAc%2CMAAM%3BAAvGxD%2CYAAC%2CiBAIA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAIgC%2CeAAc%2CMAAM%3BAAtGxD%2CYAAC%2CqBAGA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAIgC%2CeAAc%2CMAAM%3BAArGxD%2CYAAC%2C2BAEA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAIgC%2CeAAc%2CMAAM%3BAAzGxD%2CYAAC%2C0BAMA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAI6D%2CeAAc%2CSAAS%3BAAxGxF%2CYAAC%2C2BAKA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAI6D%2CeAAc%2CSAAS%3BAAvGxF%2CYAAC%2CiBAIA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAI6D%2CeAAc%2CSAAS%3BAAtGxF%2CYAAC%2CqBAGA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAI6D%2CeAAc%2CSAAS%3BAArGxF%2CYAAC%2C2BAEA%2CSA2DC%2CgBAgCC%2CMAIC%2C4BAI6D%2CeAAc%2CSAAS%3BEAAU%2CaAAa%2C8PAAb%3BEAA6Q%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CMAAA%3BEAAQ%2CYAAA%3B%3BAAzGpZ%2CYAAC%2C0BAMA%2CSAwGC%3BAA7GF%2CYAAC%2C2BAKA%2CSAwGC%3BAA5GF%2CYAAC%2CiBAIA%2CSAwGC%3BAA3GF%2CYAAC%2CqBAGA%2CSAwGC%3BAA1GF%2CYAAC%2C2BAEA%2CSAwGC%3BEAAwB%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2C4BAAA%3BEAA8B%2CSAAA%3BEAAW%2C6BAAA%3BEAA%2BB%2CoBAAA%3B%3BAA9GhK%2CYAAC%2C0BAMA%2CSAyGC%2CiBAAiB%2CGAAG%3BAA9GtB%2CYAAC%2C2BAKA%2CSAyGC%2CiBAAiB%2CGAAG%3BAA7GtB%2CYAAC%2CiBAIA%2CSAyGC%2CiBAAiB%2CGAAG%3BAA5GtB%2CYAAC%2CqBAGA%2CSAyGC%2CiBAAiB%2CGAAG%3BAA3GtB%2CYAAC%2C2BAEA%2CSAyGC%2CiBAAiB%2CGAAG%3BEAAS%2CqBAAA%3BEAAuB%2C2BAAA%3BEAA6B%2CwBAAA%3BEAA0B%2CoBAAA%3B%3BAA%5C%2FG7G%2CYAAC%2C0BAMA%2CSA0GC%2CqBAAqB%2COAAO%2CGAAE%2CMAAM%3BAA%5C%2FGtC%2CYAAC%2C2BAKA%2CSA0GC%2CqBAAqB%2COAAO%2CGAAE%2CMAAM%3BAA9GtC%2CYAAC%2CiBAIA%2CSA0GC%2CqBAAqB%2COAAO%2CGAAE%2CMAAM%3BAA7GtC%2CYAAC%2CqBAGA%2CSA0GC%2CqBAAqB%2COAAO%2CGAAE%2CMAAM%3BAA5GtC%2CYAAC%2C2BAEA%2CSA0GC%2CqBAAqB%2COAAO%2CGAAE%2CMAAM%3BEAAwB%2CwCAAA%3B%3BAAG1D%2CYAnHH%2C0BAMA%2CSA2GC%2CsBACC%2CaACE%3BAAAD%2CYAlHH%2C2BAKA%2CSA2GC%2CsBACC%2CaACE%3BAAAD%2CYAjHH%2CiBAIA%2CSA2GC%2CsBACC%2CaACE%3BAAAD%2CYAhHH%2CqBAGA%2CSA2GC%2CsBACC%2CaACE%3BAAAD%2CYA%5C%2FGH%2C2BAEA%2CSA2GC%2CsBACC%2CaACE%3BEAAS%2CaAAa%2CySAAb%3BEAAwT%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2CQAAA%3BEAAU%2CUAAA%3BEAAY%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CWAAA%3BEAAa%2CYAAA%3B%3BAAC%5C%2Fa%2CYApHH%2C0BAMA%2CSA2GC%2CsBACC%2CaAEE%2COAAO%3BAAAR%2CYAnHH%2C2BAKA%2CSA2GC%2CsBACC%2CaAEE%2COAAO%3BAAAR%2CYAlHH%2CiBAIA%2CSA2GC%2CsBACC%2CaAEE%2COAAO%3BAAAR%2CYAjHH%2CqBAGA%2CSA2GC%2CsBACC%2CaAEE%2COAAO%3BAAAR%2CYAhHH%2C2BAEA%2CSA2GC%2CsBACC%2CaAEE%2COAAO%3BEAAS%2CaAAa%2C6PAAb%3BEAA4Q%2CUAAA%3B%3BAApHjS%2CYAAC%2C0BAMA%2CSAiHC%3BAAtHF%2CYAAC%2C2BAKA%2CSAiHC%3BAArHF%2CYAAC%2CiBAIA%2CSAiHC%3BAApHF%2CYAAC%2CqBAGA%2CSAiHC%3BAAnHF%2CYAAC%2C2BAEA%2CSAiHC%3BEAA2B%2CeAAA%3BEAAiB%2CUAAA%3BEAAY%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAAvH5E%2CYAAC%2C0BAMA%2CSAkHC%3BAAvHF%2CYAAC%2C2BAKA%2CSAkHC%3BAAtHF%2CYAAC%2CiBAIA%2CSAkHC%3BAArHF%2CYAAC%2CqBAGA%2CSAkHC%3BAApHF%2CYAAC%2C2BAEA%2CSAkHC%3BEAAyB%2CqBAAA%3B%3BAAxH3B%2CYAAC%2C0BAMA%2CSAmHC%2CuBAAuB%3BAAxHzB%2CYAAC%2C2BAKA%2CSAmHC%2CuBAAuB%3BAAvHzB%2CYAAC%2CiBAIA%2CSAmHC%2CuBAAuB%3BAAtHzB%2CYAAC%2CqBAGA%2CSAmHC%2CuBAAuB%3BAArHzB%2CYAAC%2C2BAEA%2CSAmHC%2CuBAAuB%3BEAAiB%2CmBAAA%3B%3BAAzH1C%2CYAAC%2C0BAMA%2CSAoHC%2CyBAAyB%3BAAzH3B%2CYAAC%2C2BAKA%2CSAoHC%2CyBAAyB%3BAAxH3B%2CYAAC%2CiBAIA%2CSAoHC%2CyBAAyB%3BAAvH3B%2CYAAC%2CqBAGA%2CSAoHC%2CyBAAyB%3BAAtH3B%2CYAAC%2C2BAEA%2CSAoHC%2CyBAAyB%3BEAAiB%2CgBAAA%3BEAAkB%2C8BAAA%3B%3BAA1H9D%2CYAAC%2C0BAMA%2CSAqHC%2CyBAAyB%2CeAAe%3BAA1H1C%2CYAAC%2C2BAKA%2CSAqHC%2CyBAAyB%2CeAAe%3BAAzH1C%2CYAAC%2CiBAIA%2CSAqHC%2CyBAAyB%2CeAAe%3BAAxH1C%2CYAAC%2CqBAGA%2CSAqHC%2CyBAAyB%2CeAAe%3BAAvH1C%2CYAAC%2C2BAEA%2CSAqHC%2CyBAAyB%2CeAAe%3BEAAS%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CmBAAA%3BEAAqB%2CSAAA%3BEAAW%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAA3HzL%2CYAAC%2C0BAMA%2CSAsHC%2CyBAAyB%2CeAAe%3BAA3H1C%2CYAAC%2C2BAKA%2CSAsHC%2CyBAAyB%2CeAAe%3BAA1H1C%2CYAAC%2CiBAIA%2CSAsHC%2CyBAAyB%2CeAAe%3BAAzH1C%2CYAAC%2CqBAGA%2CSAsHC%2CyBAAyB%2CeAAe%3BAAxH1C%2CYAAC%2C2BAEA%2CSAsHC%2CyBAAyB%2CeAAe%3BEAAgB%2CwBAAA%3B%3BAA5H1D%2CYAAC%2C0BAMA%2CSAuHC%2CyBAAyB%2CcAAc%3BAA5HzC%2CYAAC%2C2BAKA%2CSAuHC%2CyBAAyB%2CcAAc%3BAA3HzC%2CYAAC%2CiBAIA%2CSAuHC%2CyBAAyB%2CcAAc%3BAA1HzC%2CYAAC%2CqBAGA%2CSAuHC%2CyBAAyB%2CcAAc%3BAAzHzC%2CYAAC%2C2BAEA%2CSAuHC%2CyBAAyB%2CcAAc%3BEAAqB%2C2BAAA%3BEAA6B%2CmBAAA%3BEAAqB%2CuBAAA%3B%3BAA7HhH%2CYAAC%2C0BAMA%2CSAwHC%2CyBAAyB%2CeAAe%2CcAAc%3BAA7HxD%2CYAAC%2C2BAKA%2CSAwHC%2CyBAAyB%2CeAAe%2CcAAc%3BAA5HxD%2CYAAC%2CiBAIA%2CSAwHC%2CyBAAyB%2CeAAe%2CcAAc%3BAA3HxD%2CYAAC%2CqBAGA%2CSAwHC%2CyBAAyB%2CeAAe%2CcAAc%3BAA1HxD%2CYAAC%2C2BAEA%2CSAwHC%2CyBAAyB%2CeAAe%2CcAAc%3BEAAwB%2C2BAAA%3B%3BAA9HhF%2CYAAC%2C0BAMA%2CSAyHC%2CyBAAyB%2CeAAe%3BAA9H1C%2CYAAC%2C2BAKA%2CSAyHC%2CyBAAyB%2CeAAe%3BAA7H1C%2CYAAC%2CiBAIA%2CSAyHC%2CyBAAyB%2CeAAe%3BAA5H1C%2CYAAC%2CqBAGA%2CSAyHC%2CyBAAyB%2CeAAe%3BAA3H1C%2CYAAC%2C2BAEA%2CSAyHC%2CyBAAyB%2CeAAe%3BEAAgB%2CgBAAA%3B%3BAA%5C%2FH1D%2CYAAC%2C0BAMA%2CSA0HC%2CyBAAyB%2CeAAe%2CcAAa%3BAA%5C%2FHvD%2CYAAC%2C2BAKA%2CSA0HC%2CyBAAyB%2CeAAe%2CcAAa%3BAA9HvD%2CYAAC%2CiBAIA%2CSA0HC%2CyBAAyB%2CeAAe%2CcAAa%3BAA7HvD%2CYAAC%2CqBAGA%2CSA0HC%2CyBAAyB%2CeAAe%2CcAAa%3BAA5HvD%2CYAAC%2C2BAEA%2CSA0HC%2CyBAAyB%2CeAAe%2CcAAa%3BEAAgB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAAhIzF%2CYAAC%2C0BAMA%2CSA2HC%2CyBAAyB%2CeAAe%2CeAAe%3BAAhIzD%2CYAAC%2C2BAKA%2CSA2HC%2CyBAAyB%2CeAAe%2CeAAe%3BAA%5C%2FHzD%2CYAAC%2CiBAIA%2CSA2HC%2CyBAAyB%2CeAAe%2CeAAe%3BAA9HzD%2CYAAC%2CqBAGA%2CSA2HC%2CyBAAyB%2CeAAe%2CeAAe%3BAA7HzD%2CYAAC%2C2BAEA%2CSA2HC%2CyBAAyB%2CeAAe%2CeAAe%3BEAA2B%2CuBAAA%3B%3BAAjIpF%2CYAAC%2C0BAMA%2CSA4HC%2CyBAAyB%2CeAAe%2CcAAc%3BAAjIxD%2CYAAC%2C2BAKA%2CSA4HC%2CyBAAyB%2CeAAe%2CcAAc%3BAAhIxD%2CYAAC%2CiBAIA%2CSA4HC%2CyBAAyB%2CeAAe%2CcAAc%3BAA%5C%2FHxD%2CYAAC%2CqBAGA%2CSA4HC%2CyBAAyB%2CeAAe%2CcAAc%3BAA9HxD%2CYAAC%2C2BAEA%2CSA4HC%2CyBAAyB%2CeAAe%2CcAAc%3BEAAwB%2C6BAAA%3B%3BAAlIhF%2CYAAC%2C0BAMA%2CSA6HC%2CyBAAyB%2CeAAe%3BAAlI1C%2CYAAC%2C2BAKA%2CSA6HC%2CyBAAyB%2CeAAe%3BAAjI1C%2CYAAC%2CiBAIA%2CSA6HC%2CyBAAyB%2CeAAe%3BAAhI1C%2CYAAC%2CqBAGA%2CSA6HC%2CyBAAyB%2CeAAe%3BAA%5C%2FH1C%2CYAAC%2C2BAEA%2CSA6HC%2CyBAAyB%2CeAAe%3BAAnI1C%2CYAAC%2C0BAMA%2CSA8HC%2CyBAAyB%2CeAAe%2CcAAc%3BAAnIxD%2CYAAC%2C2BAKA%2CSA8HC%2CyBAAyB%2CeAAe%2CcAAc%3BAAlIxD%2CYAAC%2CiBAIA%2CSA8HC%2CyBAAyB%2CeAAe%2CcAAc%3BAAjIxD%2CYAAC%2CqBAGA%2CSA8HC%2CyBAAyB%2CeAAe%2CcAAc%3BAAhIxD%2CYAAC%2C2BAEA%2CSA8HC%2CyBAAyB%2CeAAe%2CcAAc%3BEAAa%2CwBAAA%3B%3BAApIrE%2CYAAC%2C0BAMA%2CSA%2BHC%2CyBAAyB%2CeAAe%2CyBAAyB%3BAApInE%2CYAAC%2C2BAKA%2CSA%2BHC%2CyBAAyB%2CeAAe%2CyBAAyB%3BAAnInE%2CYAAC%2CiBAIA%2CSA%2BHC%2CyBAAyB%2CeAAe%2CyBAAyB%3BAAlInE%2CYAAC%2CqBAGA%2CSA%2BHC%2CyBAAyB%2CeAAe%2CyBAAyB%3BAAjInE%2CYAAC%2C2BAEA%2CSA%2BHC%2CyBAAyB%2CeAAe%2CyBAAyB%3BEAAyB%2C4BAAA%3B%3BAArI5F%2CYAAC%2C0BAMA%2CSAgIC%2CyBAAyB%2CeAAe%2CcAAc%3BAArIxD%2CYAAC%2C2BAKA%2CSAgIC%2CyBAAyB%2CeAAe%2CcAAc%3BAApIxD%2CYAAC%2CiBAIA%2CSAgIC%2CyBAAyB%2CeAAe%2CcAAc%3BAAnIxD%2CYAAC%2CqBAGA%2CSAgIC%2CyBAAyB%2CeAAe%2CcAAc%3BAAlIxD%2CYAAC%2C2BAEA%2CSAgIC%2CyBAAyB%2CeAAe%2CcAAc%3BEAAa%2CqBAAA%3BEAAuB%2CaAAA%3BEAAe%2CiBAAA%3B%3BAAtI3G%2CYAAC%2C0BAMA%2CSAiIC%2CyBAAyB%2CeAAe%2CuBAAuB%3BAAtIjE%2CYAAC%2C2BAKA%2CSAiIC%2CyBAAyB%2CeAAe%2CuBAAuB%3BAArIjE%2CYAAC%2CiBAIA%2CSAiIC%2CyBAAyB%2CeAAe%2CuBAAuB%3BAApIjE%2CYAAC%2CqBAGA%2CSAiIC%2CyBAAyB%2CeAAe%2CuBAAuB%3BAAnIjE%2CYAAC%2C2BAEA%2CSAiIC%2CyBAAyB%2CeAAe%2CuBAAuB%3BEAAuB%2CwBAAA%3BEAA0B%2CuBAAA%3B%3BAAvIlH%2CYAAC%2C0BAMA%2CSAkIC%2CyBAAyB%2CeAAe%2CcAAc%3BAAvIxD%2CYAAC%2C2BAKA%2CSAkIC%2CyBAAyB%2CeAAe%2CcAAc%3BAAtIxD%2CYAAC%2CiBAIA%2CSAkIC%2CyBAAyB%2CeAAe%2CcAAc%3BAArIxD%2CYAAC%2CqBAGA%2CSAkIC%2CyBAAyB%2CeAAe%2CcAAc%3BAApIxD%2CYAAC%2C2BAEA%2CSAkIC%2CyBAAyB%2CeAAe%2CcAAc%3BEAAqB%2C6BAAA%3BEAA%2BB%2CeAAA%3B%3BAAxI5G%2CYAAC%2C0BAMA%2CSAmIC%2CyBAAyB%2CeAAe%2CcAAc%2CmBAAmB%3BAAxI3E%2CYAAC%2C2BAKA%2CSAmIC%2CyBAAyB%2CeAAe%2CcAAc%2CmBAAmB%3BAAvI3E%2CYAAC%2CiBAIA%2CSAmIC%2CyBAAyB%2CeAAe%2CcAAc%2CmBAAmB%3BAAtI3E%2CYAAC%2CqBAGA%2CSAmIC%2CyBAAyB%2CeAAe%2CcAAc%2CmBAAmB%3BAArI3E%2CYAAC%2C2BAEA%2CSAmIC%2CyBAAyB%2CeAAe%2CcAAc%2CmBAAmB%3BEAAI%2C2BAAA%3B%3BAAzI%5C%2FE%2CYAAC%2C0BAMA%2CSAoIC%2CyBAAyB%2CcAAc%3BAAzIzC%2CYAAC%2C2BAKA%2CSAoIC%2CyBAAyB%2CcAAc%3BAAxIzC%2CYAAC%2CiBAIA%2CSAoIC%2CyBAAyB%2CcAAc%3BAAvIzC%2CYAAC%2CqBAGA%2CSAoIC%2CyBAAyB%2CcAAc%3BAAtIzC%2CYAAC%2C2BAEA%2CSAoIC%2CyBAAyB%2CcAAc%3BEAA2B%2C6BAAA%3B%3BAA1IpE%2CYAAC%2C0BAMA%2CSAqIC%2CyBAAyB%2CeAAe%2CeAAe%3BAA1IzD%2CYAAC%2C2BAKA%2CSAqIC%2CyBAAyB%2CeAAe%2CeAAe%3BAAzIzD%2CYAAC%2CiBAIA%2CSAqIC%2CyBAAyB%2CeAAe%2CeAAe%3BAAxIzD%2CYAAC%2CqBAGA%2CSAqIC%2CyBAAyB%2CeAAe%2CeAAe%3BAAvIzD%2CYAAC%2C2BAEA%2CSAqIC%2CyBAAyB%2CeAAe%2CeAAe%3BEAAgB%2CoBAAA%3BEAAsB%2CmBAAA%3B%3BAA3I%5C%2FF%2CYAAC%2C0BAMA%2CSAsIC%2CyBAAyB%2CeAAe%2CeAAe%2CcAAa%3BAA3ItE%2CYAAC%2C2BAKA%2CSAsIC%2CyBAAyB%2CeAAe%2CeAAe%2CcAAa%3BAA1ItE%2CYAAC%2CiBAIA%2CSAsIC%2CyBAAyB%2CeAAe%2CeAAe%2CcAAa%3BAAzItE%2CYAAC%2CqBAGA%2CSAsIC%2CyBAAyB%2CeAAe%2CeAAe%2CcAAa%3BAAxItE%2CYAAC%2C2BAEA%2CSAsIC%2CyBAAyB%2CeAAe%2CeAAe%2CcAAa%3BEAAgB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAA5IzG%2CYAAC%2C0BAMA%2CSAuIC%2CyBAAyB%2CgBAAgB%2CeAAc%3BAA5IzD%2CYAAC%2C2BAKA%2CSAuIC%2CyBAAyB%2CgBAAgB%2CeAAc%3BAA3IzD%2CYAAC%2CiBAIA%2CSAuIC%2CyBAAyB%2CgBAAgB%2CeAAc%3BAA1IzD%2CYAAC%2CqBAGA%2CSAuIC%2CyBAAyB%2CgBAAgB%2CeAAc%3BAAzIzD%2CYAAC%2C2BAEA%2CSAuIC%2CyBAAyB%2CgBAAgB%2CeAAc%3BAA7IzD%2CYAAC%2C0BAMA%2CSAwIC%2CyBAAyB%2CgBAAgB%2CeAAe%2COAAI%3BAA7I9D%2CYAAC%2C2BAKA%2CSAwIC%2CyBAAyB%2CgBAAgB%2CeAAe%2COAAI%3BAA5I9D%2CYAAC%2CiBAIA%2CSAwIC%2CyBAAyB%2CgBAAgB%2CeAAe%2COAAI%3BAA3I9D%2CYAAC%2CqBAGA%2CSAwIC%2CyBAAyB%2CgBAAgB%2CeAAe%2COAAI%3BAA1I9D%2CYAAC%2C2BAEA%2CSAwIC%2CyBAAyB%2CgBAAgB%2CeAAe%2COAAI%3BEAAU%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CYAAA%3B%3BAA9I5G%2CYAAC%2C0BAMA%2CSAyIC%2CyBAAyB%3BAA9I3B%2CYAAC%2C2BAKA%2CSAyIC%2CyBAAyB%3BAA7I3B%2CYAAC%2CiBAIA%2CSAyIC%2CyBAAyB%3BAA5I3B%2CYAAC%2CqBAGA%2CSAyIC%2CyBAAyB%3BAA3I3B%2CYAAC%2C2BAEA%2CSAyIC%2CyBAAyB%3BEAAY%2CSAAA%3B%3BAA%5C%2FIvC%2CYAAC%2C0BAMA%2CSA0IC%2CyBAAyB%3BAA%5C%2FI3B%2CYAAC%2C2BAKA%2CSA0IC%2CyBAAyB%3BAA9I3B%2CYAAC%2CiBAIA%2CSA0IC%2CyBAAyB%3BAA7I3B%2CYAAC%2CqBAGA%2CSA0IC%2CyBAAyB%3BAA5I3B%2CYAAC%2C2BAEA%2CSA0IC%2CyBAAyB%3BEAAsB%2CgBAAA%3B%3BAAhJjD%2CYAAC%2C0BAMA%2CSA2IC%2CyBAAyB%3BAAhJ3B%2CYAAC%2C2BAKA%2CSA2IC%2CyBAAyB%3BAA%5C%2FI3B%2CYAAC%2CiBAIA%2CSA2IC%2CyBAAyB%3BAA9I3B%2CYAAC%2CqBAGA%2CSA2IC%2CyBAAyB%3BAA7I3B%2CYAAC%2C2BAEA%2CSA2IC%2CyBAAyB%3BEAAgB%2C6BAAA%3BEAA%2BB%2CUAAA%3B%3BAAjJ1E%2CYAAC%2C0BAMA%2CSA4IC%2CyBAAyB%2CcAAa%2CaAAc%3BAAjJtD%2CYAAC%2C2BAKA%2CSA4IC%2CyBAAyB%2CcAAa%2CaAAc%3BAAhJtD%2CYAAC%2CiBAIA%2CSA4IC%2CyBAAyB%2CcAAa%2CaAAc%3BAA%5C%2FItD%2CYAAC%2CqBAGA%2CSA4IC%2CyBAAyB%2CcAAa%2CaAAc%3BAA9ItD%2CYAAC%2C2BAEA%2CSA4IC%2CyBAAyB%2CcAAa%2CaAAc%3BEAAqB%2CYAAA%3BEAAc%2CsBAAA%3BEAAwB%2C8BAAA%3BEAAgC%2C0BAAA%3B%3BAAlJjJ%2CYAAC%2C0BAMA%2CSA6IC%2CyBAAyB%2CcAAa%2CaAAc%3BAAlJtD%2CYAAC%2C2BAKA%2CSA6IC%2CyBAAyB%2CcAAa%2CaAAc%3BAAjJtD%2CYAAC%2CiBAIA%2CSA6IC%2CyBAAyB%2CcAAa%2CaAAc%3BAAhJtD%2CYAAC%2CqBAGA%2CSA6IC%2CyBAAyB%2CcAAa%2CaAAc%3BAA%5C%2FItD%2CYAAC%2C2BAEA%2CSA6IC%2CyBAAyB%2CcAAa%2CaAAc%3BEAAuB%2C2BAAA%3B%3BAAnJ7E%2CYAAC%2C0BAMA%2CSA8IC%2CyBAAyB%2CcAAa%2CaAAc%2CyBAAyB%3BAAnJ%5C%2FE%2CYAAC%2C2BAKA%2CSA8IC%2CyBAAyB%2CcAAa%2CaAAc%2CyBAAyB%3BAAlJ%5C%2FE%2CYAAC%2CiBAIA%2CSA8IC%2CyBAAyB%2CcAAa%2CaAAc%2CyBAAyB%3BAAjJ%5C%2FE%2CYAAC%2CqBAGA%2CSA8IC%2CyBAAyB%2CcAAa%2CaAAc%2CyBAAyB%3BAAhJ%5C%2FE%2CYAAC%2C2BAEA%2CSA8IC%2CyBAAyB%2CcAAa%2CaAAc%2CyBAAyB%3BEAAyB%2CqBAAA%3B%3BAApJxG%2CYAAC%2C0BAMA%2CSA%2BIC%2CyBAAyB%2CcAAa%2CaAAc%3BAApJtD%2CYAAC%2C2BAKA%2CSA%2BIC%2CyBAAyB%2CcAAa%2CaAAc%3BAAnJtD%2CYAAC%2CiBAIA%2CSA%2BIC%2CyBAAyB%2CcAAa%2CaAAc%3BAAlJtD%2CYAAC%2CqBAGA%2CSA%2BIC%2CyBAAyB%2CcAAa%2CaAAc%3BAAjJtD%2CYAAC%2C2BAEA%2CSA%2BIC%2CyBAAyB%2CcAAa%2CaAAc%3BEAA2B%2CsBAAA%3B%3BAArJjF%2CYAAC%2C0BAMA%2CSAgJC%2CyBAAyB%2CcAAa%2CaAAc%3BAArJtD%2CYAAC%2C2BAKA%2CSAgJC%2CyBAAyB%2CcAAa%2CaAAc%3BAApJtD%2CYAAC%2CiBAIA%2CSAgJC%2CyBAAyB%2CcAAa%2CaAAc%3BAAnJtD%2CYAAC%2CqBAGA%2CSAgJC%2CyBAAyB%2CcAAa%2CaAAc%3BAAlJtD%2CYAAC%2C2BAEA%2CSAgJC%2CyBAAyB%2CcAAa%2CaAAc%3BEAAa%2CaAAA%3BEAAe%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CsBAAA%3BEAAwB%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CmBAAA%3BEAAqB%2CyBAAA%3B%3BAAtJjM%2CYAAC%2C0BAMA%2CSAiJC%2CyBAAyB%2CcAAa%2CaAAc%3BAAtJtD%2CYAAC%2C2BAKA%2CSAiJC%2CyBAAyB%2CcAAa%2CaAAc%3BAArJtD%2CYAAC%2CiBAIA%2CSAiJC%2CyBAAyB%2CcAAa%2CaAAc%3BAApJtD%2CYAAC%2CqBAGA%2CSAiJC%2CyBAAyB%2CcAAa%2CaAAc%3BAAnJtD%2CYAAC%2C2BAEA%2CSAiJC%2CyBAAyB%2CcAAa%2CaAAc%3BEAAsB%2CoBAAA%3B%3BAAvJ5E%2CYAAC%2C0BAMA%2CSAkJC%2CyBAAyB%2CcAAa%2CaAAc%3BAAvJtD%2CYAAC%2C2BAKA%2CSAkJC%2CyBAAyB%2CcAAa%2CaAAc%3BAAtJtD%2CYAAC%2CiBAIA%2CSAkJC%2CyBAAyB%2CcAAa%2CaAAc%3BAArJtD%2CYAAC%2CqBAGA%2CSAkJC%2CyBAAyB%2CcAAa%2CaAAc%3BAApJtD%2CYAAC%2C2BAEA%2CSAkJC%2CyBAAyB%2CcAAa%2CaAAc%3BEAAwB%2C0BAAA%3B%3BAAxJ9E%2CYAAC%2C0BAMA%2CSAmJC%2CyBAAyB%2CcAAa%2CaAAc%3BAAxJtD%2CYAAC%2C2BAKA%2CSAmJC%2CyBAAyB%2CcAAa%2CaAAc%3BAAvJtD%2CYAAC%2CiBAIA%2CSAmJC%2CyBAAyB%2CcAAa%2CaAAc%3BAAtJtD%2CYAAC%2CqBAGA%2CSAmJC%2CyBAAyB%2CcAAa%2CaAAc%3BAArJtD%2CYAAC%2C2BAEA%2CSAmJC%2CyBAAyB%2CcAAa%2CaAAc%3BEAAqB%2C8BAAA%3B%3BAAzJ3E%2CYAAC%2C0BAMA%2CSAoJC%2CyBAAyB%2CcAAa%2CaAAc%3BAAzJtD%2CYAAC%2C2BAKA%2CSAoJC%2CyBAAyB%2CcAAa%2CaAAc%3BAAxJtD%2CYAAC%2CiBAIA%2CSAoJC%2CyBAAyB%2CcAAa%2CaAAc%3BAAvJtD%2CYAAC%2CqBAGA%2CSAoJC%2CyBAAyB%2CcAAa%2CaAAc%3BAAtJtD%2CYAAC%2C2BAEA%2CSAoJC%2CyBAAyB%2CcAAa%2CaAAc%3BEAAwB%2CWAAA%3B%3BAA1J9E%2CYAAC%2C0BAMA%2CSAqJC%2CyBAAyB%3BAA1J3B%2CYAAC%2C2BAKA%2CSAqJC%2CyBAAyB%3BAAzJ3B%2CYAAC%2CiBAIA%2CSAqJC%2CyBAAyB%3BAAxJ3B%2CYAAC%2CqBAGA%2CSAqJC%2CyBAAyB%3BAAvJ3B%2CYAAC%2C2BAEA%2CSAqJC%2CyBAAyB%3BAA3J3B%2CYAAC%2C0BAMA%2CSAqJ%2BC%2CyBAAyB%3BAA1JzE%2CYAAC%2C2BAKA%2CSAqJ%2BC%2CyBAAyB%3BAAzJzE%2CYAAC%2CiBAIA%2CSAqJ%2BC%2CyBAAyB%3BAAxJzE%2CYAAC%2CqBAGA%2CSAqJ%2BC%2CyBAAyB%3BAAvJzE%2CYAAC%2C2BAEA%2CSAqJ%2BC%2CyBAAyB%3BEAAsB%2CsBAAA%3BEAAwB%2CuBAAA%3B%3BAA3JvH%2CYAAC%2C0BAMA%2CSAsJC%2CyBAAyB%2CoBAAmB%3BAA3J9C%2CYAAC%2C2BAKA%2CSAsJC%2CyBAAyB%2CoBAAmB%3BAA1J9C%2CYAAC%2CiBAIA%2CSAsJC%2CyBAAyB%2CoBAAmB%3BAAzJ9C%2CYAAC%2CqBAGA%2CSAsJC%2CyBAAyB%2CoBAAmB%3BAAxJ9C%2CYAAC%2C2BAEA%2CSAsJC%2CyBAAyB%2CoBAAmB%3BAA5J9C%2CYAAC%2C0BAMA%2CSAsJqD%2CyBAAyB%2CoBAAmB%3BAA3JlG%2CYAAC%2C2BAKA%2CSAsJqD%2CyBAAyB%2CoBAAmB%3BAA1JlG%2CYAAC%2CiBAIA%2CSAsJqD%2CyBAAyB%2CoBAAmB%3BAAzJlG%2CYAAC%2CqBAGA%2CSAsJqD%2CyBAAyB%2CoBAAmB%3BAAxJlG%2CYAAC%2C2BAEA%2CSAsJqD%2CyBAAyB%2CoBAAmB%3BEAAS%2C0BAAA%3B%3BAA5J3G%2CYAAC%2C0BAMA%2CSAuJC%2CyBAAyB%2CQAAO%3BAA5JlC%2CYAAC%2C2BAKA%2CSAuJC%2CyBAAyB%2CQAAO%3BAA3JlC%2CYAAC%2CiBAIA%2CSAuJC%2CyBAAyB%2CQAAO%3BAA1JlC%2CYAAC%2CqBAGA%2CSAuJC%2CyBAAyB%2CQAAO%3BAAzJlC%2CYAAC%2C2BAEA%2CSAuJC%2CyBAAyB%2CQAAO%3BEAAmB%2CoBAAA%3B%3BAA7JrD%2CYAAC%2C0BAMA%2CSAwJC%2CyBAAyB%2CeAAe%2CmBAAmB%3BAA7J7D%2CYAAC%2C2BAKA%2CSAwJC%2CyBAAyB%2CeAAe%2CmBAAmB%3BAA5J7D%2CYAAC%2CiBAIA%2CSAwJC%2CyBAAyB%2CeAAe%2CmBAAmB%3BAA3J7D%2CYAAC%2CqBAGA%2CSAwJC%2CyBAAyB%2CeAAe%2CmBAAmB%3BAA1J7D%2CYAAC%2C2BAEA%2CSAwJC%2CyBAAyB%2CeAAe%2CmBAAmB%3BEAAsB%2C2BAAA%3BEAA6B%2CUAAA%3B%3BAA9JhH%2CYAAC%2C0BAMA%2CSAyJC%2CyBAAyB%2CeAAe%2CcAAc%2CWAAW%3BAA9JnE%2CYAAC%2C2BAKA%2CSAyJC%2CyBAAyB%2CeAAe%2CcAAc%2CWAAW%3BAA7JnE%2CYAAC%2CiBAIA%2CSAyJC%2CyBAAyB%2CeAAe%2CcAAc%2CWAAW%3BAA5JnE%2CYAAC%2CqBAGA%2CSAyJC%2CyBAAyB%2CeAAe%2CcAAc%2CWAAW%3BAA3JnE%2CYAAC%2C2BAEA%2CSAyJC%2CyBAAyB%2CeAAe%2CcAAc%2CWAAW%3BEAAS%2C0BAAA%3B%3BAA%5C%2FJ5E%2CYAAC%2C0BAmKA%2CqBAAqB%2COAAO%2CGAAE%2CMAAM%3BAAlKrC%2CYAAC%2C2BAkKA%2CqBAAqB%2COAAO%2CGAAE%2CMAAM%3BAAjKrC%2CYAAC%2CiBAiKA%2CqBAAqB%2COAAO%2CGAAE%2CMAAM%3BAAhKrC%2CYAAC%2CqBAgKA%2CqBAAqB%2COAAO%2CGAAE%2CMAAM%3BAA%5C%2FJrC%2CYAAC%2C2BA%2BJA%2CqBAAqB%2COAAO%2CGAAE%2CMAAM%3BEAAwB%2CwCAAA%3B%3BAAI7D%2CYAAC%2C2BACA%3BAADD%2CYAAC%2C2BAEA%3BEAAsB%2CyBAAA%3BEAAiC%2C2BAAA%3B%3BAAExD%2CYAAC%2CiBAAiB%2CoBACjB%2CQAAO%3BEAAQ%2CWAAA%3B%3BAAIjB%2CWACC%2CgBACC%2CiBAAiB%2CMAAM%2CMAAK%3BEAAoB%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CSAAA%3BEAAW%2CQAAA%3BEAAU%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CUAAA%3B%3BAAFxI%2CWACC%2CgBAEC%2CiBAAiB%2CMAAM%2CMAAQ%2CIAAC%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CyBAAA%3BEAAsC%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2C0BAAA%3BEAA4B%2CsBAAA%3BEACvL%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CSAAA%3B%3BAAJjD%2CWACC%2CgBAIC%2CiBAAiB%2CMAAM%2CMAAQ%2CIAAC%2CMAAM%3BAALxC%2CWACC%2CgBAKC%2CiBAAiB%2CMAAM%2CMAAK%2CQAAW%2CIAAC%3BEAAS%2CaAAa%2C8PAAb%3BEAA6Q%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CSAAA%3BEAAW%2CYAAA%3B%3BAAN1W%2CWACC%2CgBAMC%2CiBAAiB%2CMAAM%3BEAAI%2CuBAAA%3BEAAyB%2CkBAAA%3B%3BAAPtD%2CWACC%2CgBAOC%3BEAA4B%2CSAAA%3B%3BAAR9B%2CWACC%2CgBAQC%2CgBAEC%3BAAXH%2CWACC%2CgBASC%2CMACC%3BEAA8B%2CcAAA%3BEAAgB%2C4BAAA%3BEAA8B%2CWAAA%3BEAAa%2CuBAAA%3BEAAyB%2CoBAAA%3B%3BAACjH%2CWAXH%2CgBAQC%2CgBAEC%2C4BACE%2CMAAS%3BAAAV%2CWAXH%2CgBASC%2CMACC%2C4BACE%2CMAAS%3BAAAK%2CWAXlB%2CgBAQC%2CgBAEC%2C4BACiB%3BAAAD%2CWAXlB%2CgBASC%2CMACC%2C4BACiB%3BAAAQ%2CWAX3B%2CgBAQC%2CgBAEC%2C4BAC0B%3BAAAD%2CWAX3B%2CgBASC%2CMACC%2C4BAC0B%3BEAAU%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAAChE%2CWAZH%2CgBAQC%2CgBAEC%2C4BAEE%3BAAAD%2CWAZH%2CgBASC%2CMACC%2C4BAEE%3BEAAgB%2C2BAAA%3B%3BAAbrB%2CWACC%2CgBAQC%2CgBAEC%2C4BAGC%3BAAdJ%2CWACC%2CgBASC%2CMACC%2C4BAGC%3BEAAiB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CeAAA%3BEAAiB%2CoBAAA%3BEAAsB%2CUAAA%3BEAAY%2CsBAAA%3BEAAwB%2C%2BBAAA%3BEAAiC%2CuCAAA%3B%3BAAd5J%2CWACC%2CgBAQC%2CgBAEC%2C4BAIC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAfvC%2CWACC%2CgBASC%2CMACC%2C4BAIC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAfvC%2CWACC%2CgBAQC%2CgBAEC%2C4BAI4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAflF%2CWACC%2CgBASC%2CMACC%2C4BAI4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAflF%2CWACC%2CgBAQC%2CgBAEC%2C4BAIuF%2CeAAc%3BAAfxG%2CWACC%2CgBASC%2CMACC%2C4BAIuF%2CeAAc%3BAACpG%2CWAfH%2CgBAQC%2CgBAEC%2C4BAKE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CWAfH%2CgBASC%2CMACC%2C4BAKE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAa%2CWAfhD%2CgBAQC%2CgBAEC%2C4BAK%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAhC%2CWAfhD%2CgBASC%2CMACC%2C4BAK%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BEAAc%2C0BAAA%3BEAAuC%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAAhBnK%2CWACC%2CgBAkBC%2CMACC%3BEAAiB%2CwCAAA%3BEAA0C%2CyBAAA%3BEAAsC%2C6BAAA%3BEAA%2BB%2CqCAAA%3B%3BAAC%5C%2FH%2CWApBH%2CgBAkBC%2CMACC%2CeACE%3BEAAQ%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2C6BAAA%3BEAA%2BB%2CqCAAA%3BEAAuC%2CsBAAA%3B%3BAArBjJ%2CWACC%2CgBAkBC%2CMAIC%2C4BACC%3BEAAiB%2CkBAAA%3BEAAoB%2C0BAAA%3B%3BAAxBzC%2CWACC%2CgBAkBC%2CMAIC%2C4BAEC%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAzBvC%2CWACC%2CgBAkBC%2CMAIC%2C4BAE4C%2CeAAc%2CMAAM%2CIAAI%2CWAAW%3BAAzBlF%2CWACC%2CgBAkBC%2CMAIC%2C4BAEuF%2CeAAc%3BAAzBxG%2CWACC%2CgBAkBC%2CMAIC%2C4BAEgH%2CeAAc%3BAAC7H%2CWAzBH%2CgBAkBC%2CMAIC%2C4BAGE%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BAAAa%2CWAzBhD%2CgBAkBC%2CMAIC%2C4BAG%2BC%2CMAAO%2CeAAc%2CMAAM%2CIAAI%3BEAAc%2CqBAAA%3B%3BAAC3F%2CWA1BH%2CgBAkBC%2CMAIC%2C4BAIE%2CMAAO%2CeAAc%3BAA3B1B%2CWACC%2CgBAkBC%2CMAIC%2C4BAIgC%2CeAAc%2CMAAM%3BAA3BvD%2CWACC%2CgBAkBC%2CMAIC%2C4BAI6D%2CeAAc%2CSAAS%3BEAAU%2CaAAa%2C8PAAb%3BEAA6Q%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CSAAA%3BEAAW%2CYAAA%3B%3BAA3BxZ%2CWACC%2CgBA6BC%2CiBAAgB%2CSAAU%3BEAAc%2CwBAAA%3B%3BAA9B1C%2CWACC%2CgBA8BC%2CiBAAgB%2CSAAU%2CMAAM%3BEAAI%2CoBAAA%3B%3BAA%5C%2FBtC%2CWAiCC%2CqBAAqB%2CGAAG%3BEAAI%2CcAAA%3B%3BAAjC7B%2CWAkCC%3BEAAgB%2CaAAA%3B%3BAAlCjB%2CWAmCC%3BEAAmB%2CaAAA%3BEAAe%2CSAAA%3BEAAW%2CeAAA%3BEAAiB%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CcAAA%3BEAAgB%2CyBAAA%3B%3BAAnC7I%2CWAoCC%3BEAAY%2CSAAA%3B%3BAAEX%2CWADD%2CgBACE%3BAAAQ%2CWADV%2CgBACW%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CcAAA%3BEAAgB%2CWAAA%3B%3BAAtCnD%2CWAqCC%2CgBAEC%2CqBACC%2CsBAAqB%3BEAAe%2C0BAAA%3BEAA4B%2CgBAAA%3BEAAkB%2CuCAAA%3BEAAyC%2CyBAAA%3BEAA2B%2CwCAAA%3BEAA0C%2CSAAA%3BEAAW%2CmBAAA%3B%3BAAC1M%2CWAJH%2CgBAEC%2CqBACC%2CsBAAqB%2CYACnB%3BEAAS%2CSAAS%2CEAAT%3BEAAwB%2CmBAAA%3BEAAqB%2CyBAAA%3BEAA2B%2CqBAAA%3BEAAkC%2CsBAAA%3BEAAwB%2CqBAAA%3BEAAuB%2CiCAAA%3BEAAmC%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CsBAAA%3BEAAwB%2CWAAW%2CcAAX%3BEAA2B%2CoBAAA%3B%3BAAE9R%2CWANF%2CgBAEC%2CqBAIE%2COAAQ%2CsBAAqB%2CYAAY%3BEAAS%2CoBAAA%3BEAAsB%2CWAAW%2CcAAX%3B%3BAA3C5E%2CWAqCC%2CgBAEC%2CqBAKC%2CsBAAqB%2CYAAY%3BEAAS%2CoBAAA%3BEAAsB%2CWAAW%2CcAAX%3B%3BAA5CnE%2CWAqCC%2CgBAEC%2CqBAMC%3BEAAW%2CYAAA%3B%3BAA7Cd%2CWAqCC%2CgBAEC%2CqBAOC%2CGAAG%2CMAAK%3BAA9CX%2CWAqCC%2CgBAEC%2CqBAOyB%2CGAAG%2CMAAK%3BEAAoB%2CuBAAA%3B%3BAA9CvD%2CWAqCC%2CgBAEC%2CqBAQC%2CMAAK%3BEAAe%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2C6BAAA%3B%3BAA%5C%2FCnH%2CWAqCC%2CgBAEC%2CqBASC%3BEAAwB%2CWAAA%3BEAAa%2CyBAAA%3BEAA2B%2C8BAAA%3BEAAgC%2CkBAAA%3B%3BAAhDnG%2CWAqCC%2CgBAEC%2CqBAUC%3BEAAoB%2CgBAAA%3BEAAkB%2CsBAAA%3BEAAwB%2CSAAA%3BEAAW%2CkBAAA%3BEAAoB%2CcAAA%3BEAAgB%2CoBAAA%3BEAAsB%2CeAAA%3B%3BAAjDtI%2CWAqCC%2CgBAEC%2CqBAWC%2CYAAY%3BEAAO%2CkCAAA%3B%3BAAlDtB%2CWAqCC%2CgBAEC%2CqBAYC%2CwBAA0B%3BEAAc%2CgBAAA%3B%3BAAnD3C%2CWAqCC%2CgBAgBC%3BEAA0B%2CiBAAA%3BEAAmB%2CaAAA%3BEAAe%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2COAAA%3BEAAS%2CWAAA%3BEAAa%2CsBAAA%3BEAAwB%2CwCAAA%3B%3BAArDzJ%2CWAqCC%2CgBAiBC%2CwBAAwB%2CMAAM%3BEAAI%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2C8BAAA%3B%3BAAtDxE%2CWAqCC%2CgBAkBC%2CwBAAwB%2CgBAAgB%2CeAAiB%2COAAI%3BEAAU%2CiBAAA%3BEAAmB%2CcAAA%3BEAAgB%2CYAAA%3B%3BAAvD5G%2CWAyDC%2CqBAAqB%3BEAAS%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2C6BAAA%3B%3BAAzDlF%2CWA0DC%3BEAAuB%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CWAAA%3B%3BAA1DrF%2CWA2DC%3BEAA0B%2C2BAAA%3B%3BAA3D3B%2CWA6DC%3BEAAgB%2CwBAAA%3B%3BAA7DjB%2CWA8DC%3BEAAmB%2CaAAA%3BEAAe%2CSAAA%3BEAAW%2CeAAA%3BEAAiB%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CcAAA%3BEAAgB%2CyBAAA%3B%3BAA9D7I%2CWA%2BDC%2CqBAAqB%3BEAAS%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2C6BAAA%3B%3BAA%5C%2FDlF%2CWAgEC%2CqBAAqB%2CGAAG%3BEAAI%2CcAAA%3B%3BAAG7B%2CoBAAqB%2CsBAAsB%2CqBAAqB%2CGAAG%2CMAAK%2CiBAAoB%3BEAAI%2CaAAA%3BEAAe%2C8BAAA%3B%3BAAO%5C%2FG%2CwBAL0C%3BEACzC%2CoBAAqB%2CsBAAsB%2CaAAY%2COAAO%3BIAAS%2CoBAAA%3B%3BEACvE%2CoBAAqB%2CsBAAsB%2CaAAY%3BIAAS%2CoBAAA%3B%3B%3BAAGjE%3BEAAc%2C2BAAA%3BEAA6B%2CyBAAA%3B%3BAAC3C%2CWAAY%3BEAAS%2C6BAAA%3BEAA%2BB%2CgBAAA%3B%3BAACpD%2CWAAY%3BEAAO%2C6BAAA%3BEAA%2BB%2CsBAAA%3B%3BAAElD%2CcAAe%3BEAAc%2CwCAAA%3BEAA0C%2CqBAAA%3BEAAsB%2C8BAAA%3BEAAgC%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAAC1J%2CcAAe%2CYAAY%3BEAAI%2CWAAA%3BEAAwB%2C0BAAA%3BEAA2B%2C2BAAA%3BEAA6B%2CoCAAA%3BEAAsC%2CyBAAA%3BEAAsC%2C4BAAA%3B%3BAAC3L%2CcAAe%2CYAAY%2CEAAC%3BAAAQ%2CcAAe%2CYAAY%2CEAAC%3BEAAS%2CYAAA%3B%3BAAEzE%2C6BAA6B%3BAAC7B%2CQAAS%2CQAAO%2COAAO%3BAAAS%2CiBAAkB%2CMAAK%2COAAQ%2CQAAO%2COAAO%3BAAC7E%2CcAAe%2CQAAO%2COAAO%3BAAAS%2CSAAU%2CMAAM%2CQAAO%2COAAO%3BEAAU%2CSAAS%2COAAT%3BEAAkB%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2CgBAAA%3B%3BAACpJ%2CMAAM%2CcAAe%2CeAAe%3BEAAgB%2CkBAAA%3B%3BAACpD%2CgBAAiB%2CWAAW%2CQAAO%3BEAAqB%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAACpF%3BEAAkB%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAAAtC%2CeACC%3BEAAS%2CcAAA%3BEAAgB%2CcAAA%3B%3BAAE1B%3BEAAwB%2CmBAAA%3B%3BAAAxB%2CqBACC%2C0BAAyB%3BEAAgC%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAD3E%2CqBAEC%3BEAAK%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CgBAAA%3B%3BAAFpC%2CqBAEC%2CGACG%3BEAAK%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAAC%5C%2FD%2CqBAFF%2CGACG%2CKACA%3BEAAU%2CaAAa%2C8PAAb%3BEAA6Q%2CqBAAA%3BEAAuB%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CQAAA%3B%3BAAJ%5C%2FU%2CqBAOC%2CEAAC%3BEAAgB%2CgBAAA%3B%3BAAElB%2CQAAW%3BAACX%2CQAAW%3BEAAkB%2CgBAAA%3B%3B%3BAAG7B%2CiBACG%3BAADgB%2CkBAChB%3BAADoC%2CaACpC%3BAADmD%2CQAAQ%2CKAAM%2CEACjE%3BEAAI%2CgBAAA%3B%3BAACL%2CiBADC%2CIACA%3BAAAD%2CkBADC%2CIACA%3BAAAD%2CaADC%2CIACA%3BAAAD%2CQAF4D%2CKAAM%2CEACjE%2CIACA%3BEAAS%2CqBAAA%3B%3BAAGZ%2CgBAAiB%2CWAAW%2CEAAC%3BEAAU%2CwBAAA%3B%3BAACvC%2CQAAS%3BAAAY%2CmBAAoB%3BEAAa%2CcAAA%3B%3BAACtD%2CcAAe%2CMAAM%2CGAAE%3BEAAmB%2CkBAAA%3B%3BAAC1C%2CUAAW%3BEAAe%2CoBAAA%3B%3BAAC1B%2CUAAW%2CUAAU%2COAAO%3BAAC5B%2CUAAW%2CUAAU%2COAAO%3BAAC5B%2CUAAW%2CMAAK%2CMAAM%3BEAAwC%2CyBAAA%3BEAA2B%2CsBAAA%3BEAAwB%2C2BAAA%3B%3BAACjH%2CUAAW%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAAW%2CsBAAA%3B%3BAACxD%2CUAAW%3BEAAe%2CgBAAA%3B%3BAAGzB%2CUAFU%2CUAAY%2CSAAM%2COAE3B%3BAAAD%2CUADU%2CUAAY%2CSAAM%2CSAC3B%3BEAAU%2CwBAAA%3B%3BAAGZ%2COAAO%3BEAAQ%2CUAAA%3B%3B%3BAAAf%2COAAO%2CKACN%3BAADD%2COAAO%2CKACW%3BEAAuB%2CWAAA%3B%3BAACvC%2COAFK%2CKACN%2CgBACE%3BAAAD%2COAFK%2CKACW%2CoBACf%3BAAAS%2COAFL%2CKACN%2CgBACY%3BAAAD%2COAFL%2CKACW%2CoBACL%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAFhD%2COAAO%2CKAIN%3BEAAU%2CUAAA%3BEAAY%2CaAAA%3BEAAe%2CmBAAA%3B%3BAAJtC%2COAAO%2CKAKN%2COAAO%3BEAAkB%2CwBAAA%3B%3BAAL1B%2COAAO%2CKAON%3BEAAoB%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CqBAAA%3BEAAuB%2CoBAAA%3BEAAsB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CeAAA%3BEAAiB%2CsBAAA%3BEAAwB%2C2BAAA%3BEAA6B%2CyBAAA%3BEAA2B%2CsBAAA%3BEAAwB%2CmBAAA%3BEAC9P%2C8BAAA%3BEAA2C%2CsCAAA%3BEAAmD%2CkCAAA%3B%3BAARhG%2COAAO%2CKAON%2CkBAEG%3BEAAoB%2CcAAA%3BEAAgB%2CyBAAA%3BEAA2B%2CUAAA%3BEAAY%2CgBAAA%3BEAAkB%2CSAAA%3B%3BAATjG%2COAAO%2CKAON%2CkBAEG%2CoBACD%3BAAVH%2COAAO%2CKAON%2CkBAEG%2CoBACgB%3BAAVpB%2COAAO%2CKAON%2CkBAEG%2CoBAC0B%3BEAAS%2CaAAA%3B%3BAAVvC%2COAAO%2CKAON%2CkBAEG%2CoBAED%3BEAAS%2CqBAAA%3B%3BAAXZ%2COAAO%2CKAON%2CkBAMC%3BEAAgB%2CaAAA%3B%3BAAblB%2COAAO%2CKAON%2CkBAOC%3BEAAkB%2CgBAAA%3BEAAkB%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CYAAA%3BEAAc%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2CeAAA%3BEAAiB%2CeAAA%3BEAAiB%2CoBAAA%3BEAAsB%2CgCAAA%3BEAA6C%2CcAAA%3B%3BAAdvO%2COAAO%2CKAON%2CkBAQC%3BEAAiB%2CeAAA%3BEAAiB%2CsBAAA%3BEAAwB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CMAAA%3BEAAQ%2CiBAAA%3B%3BAAC%5C%2FG%2COAhBI%2CKAON%2CkBAQC%2CeACE%3BEAAS%2CUAAA%3B%3BAACV%2COAjBI%2CKAON%2CkBAQC%2CeAEE%3BEAAU%2CSAAS%2COAAT%3BEAAkB%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2CqBAAA%3BEAAuB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAAEtI%2COAnBG%2CKAON%2CkBAQC%2CeAGE%2CUACC%3BEAAU%2CWAAW%2CcAAX%3B%3BAAnBf%2COAAO%2CKAON%2CkBAeC%3BEAAS%2CYAAA%3BEAAc%2CoBAAA%3BEAAsB%2CgBAAA%3B%3BAAtB%5C%2FC%2COAAO%2CKAON%2CkBAeC%2COACC%3BEAAc%2CSAAA%3BEAAW%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CuBAAA%3B%3BAACxD%2COAxBG%2CKAON%2CkBAeC%2COACC%2CYACE%3BEAAU%2CaAAA%3B%3BAAxBf%2COAAO%2CKAON%2CkBAeC%2COAIC%2CWAAW%3BAA1Bd%2COAAO%2CKAON%2CkBAeC%2COAIwB%2CQAAO%2CUAAW%3BAA1B5C%2COAAO%2CKAON%2CkBAeC%2COAIqD%2CQAAO%2CUAAW%3BEAAe%2CqBAAA%3B%3BAA1BxF%2COAAO%2CKAON%2CkBAeC%2COAKC%2CWAAW%3BAA3Bd%2COAAO%2CKAON%2CkBAeC%2COAKwB%2CWAAW%3BAA3BrC%2COAAO%2CKAON%2CkBAeC%2COAK8C%2CQAAO%2CUAAW%3BAA3BlE%2COAAO%2CKAON%2CkBAeC%2COAK2E%2CQAAO%2CUAAW%3BEAAe%2CaAAA%3B%3BAA3B9G%2COAAO%2CKAON%2CkBAeC%2COAMC%2CYAAY%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3B%3BAA5BvC%2COAAO%2CKAON%2CkBAuBC%3BEAAkB%2CmBAAA%3BEAAqB%2CSAAA%3B%3BAA9BzC%2COAAO%2CKAiCN%2COAAO%3BEAAkB%2CcAAA%3BEAAgB%2CuBAAA%3B%3BAAjC1C%2COAAO%2CKAkCN%2COACC%3BEAAQ%2CaAAA%3BEAAe%2CsBAAA%3B%3BAAnCzB%2COAAO%2CKAkCN%2COACC%2CMACC%2CEAAC%3BAApCJ%2COAAO%2CKAkCN%2COACC%2CMACS%3BAApCX%2COAAO%2CKAkCN%2COACC%2CMACkB%2COAAM%3BEAAQ%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2C6BAAA%3BEAA%2BB%2CUAAA%3BEAAY%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CwCAAA%3BEAA0C%2CkBAAA%3B%3BAApCxM%2COAAO%2CKAkCN%2COAIC%3BEAAU%2CwCAAA%3BEAA0C%2CkBAAA%3B%3BAACnD%2COAvCI%2CKAkCN%2COAIC%2CQACE%3BEAAQ%2CcAAA%3BEAAgB%2CUAAA%3BEAAY%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CqBAAA%3B%3BAACtG%2COAxCG%2CKAkCN%2COAIC%2CQACE%2CKACC%3BEAAU%2CaAAa%2C4SAAb%3BEAA2T%2CoBAAA%3BEAAsB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CeAAA%3BEAAiB%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CoBAAA%3BEAAsB%2CgBAAA%3B%3BAAE5d%2COA1CI%2CKAkCN%2COAIC%2CQAIE%3BEAAY%2CeAAA%3BEAAiB%2CUAAA%3BEAAY%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CqBAAA%3B%3BAAC3G%2COA3CG%2CKAkCN%2COAIC%2CQAIE%2CSACC%3BEAAU%2CaAAa%2C2SAAb%3BEAA0T%2CoBAAA%3BEAAsB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CeAAA%3BEAAiB%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CoBAAA%3BEAAsB%2CgBAAA%3B%3BAAK9d%2CMAAO%3BEAAQ%2CsBAAA%3BEAAwB%2CiBAAA%3BEAAmB%2CqBAAA%3B%3BAAC1D%2CMAAO%2CEAAC%3BEAAQ%2CcAAA%3BEAAgB%2CqBAAA%3BEAAuB%2CcAAA%3BEAAgB%2CqBAAA%3B%3BAACvE%2CMAAO%2COAAM%3BEAAQ%2CqBAAA%3BEAAuB%2CsBAAA%3B%3BAAC5C%2CMAAO%2CQAAO%3BEAAQ%2CqBAAA%3BEAAuB%2CqBAAA%3B%3BAAE7C%2CYAAa%3BEAAS%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAAMxC%2CwBAJ0C%3BEACzC%2CoBAAqB%2CsBAAsB%3BIAAwB%2CuCAAA%3B%3B%3BAAGpE%3BAACA%2CYAAa%3BEAAe%2CoBAAA%3BEAAsB%2CkBAAA%3B%3BAADlD%2CYAEC%3BAADD%2CYAAa%2CaACZ%3BEAAS%2C6BAAA%3BEAA%2BB%2CyBAAA%3BEAA2B%2CiBAAA%3BEAAmB%2CqBAAA%3B%3BAAEvF%3BEAAoB%2CkBAAA%3B%3BAACpB%2CiBAAoB%3BEAAe%2C8BAAA%3B%3B%3BAAGnC%2CSACG%3BEAAS%2C8BAAA%3B%3BAADZ%2CSAEG%3BEAAU%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAE9B%2CgBACC%2COAAM%3BAADP%2CgBAC4B%2COAAM%3BEAAwB%2CyBAAA%3B%3BAAD1D%2CgBAEC%2COAAO%3BEAAe%2CgCAAA%3BEAAkC%2CyBAAA%3BEAA2B%2CSAAA%3B%3BAAFpF%2CgBAGC%3BEAAS%2C2BAAA%3B%3BAAHV%2CgBAGC%2COACC%3BEAAe%2CkBAAA%3B%3BAAJjB%2CgBAGC%2COACC%2CaACC%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAL%5C%2FC%2CgBAGC%2COAIC%3BEAAiB%2CaAAA%3BEAAe%2CiBAAA%3B%3BAAPlC%2CgBAGC%2COAKC%2CUAAY%3BEAAS%2CmBAAA%3B%3BAARvB%2CgBAGC%2COAMC%2CUAAY%2CSAAS%3BEAAW%2CUAAA%3B%3BAATlC%2CgBAGC%2COAOC%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAAS%2CgBAAA%3B%3BAAV7C%2CgBAGC%2COAQC%2CUAAS%3BEAAc%2CgBAAA%3B%3BAAXzB%2CgBAGC%2COASC%2CUAAS%3BEAAS%2CgBAAA%3BEAAkB%2CaAAA%3B%3BAAZtC%2CgBAGC%2COAUC%3BEAAQ%2CeAAA%3B%3BAAbV%2CgBAGC%2COAWC%2CiBACC%2CSAEC%3BAAjBJ%2CgBAGC%2COAWC%2CiBAEC%2CWACC%3BAAjBJ%2CgBAGC%2COAWC%2CiBACC%2CSAGC%3BAAlBJ%2CgBAGC%2COAWC%2CiBAEC%2CWAEC%3BEAAU%2CmBAAA%3BEAAqB%2C6BAAA%3B%3BAAlBnC%2CgBAGC%2COAWC%2CiBAMC%3BEAAa%2CWAAA%3BEAAc%2CkBAAA%3B%3BAAI9B%2CKAAK%2CSAAS%2COAAQ%3BEAAQ%2CeAAA%3B%3BAAC9B%2CKAAK%2CSAAS%2COAAQ%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAAS%2CgBAAA%3B%3BAACjE%2CQAAQ%2CcAAe%3BEAAe%2CyBAAA%3B%3BAAKtC%2CQAJ0B%3BEACzB%2CQAAQ%2CcAAe%3BIAAe%2CyBAAA%3BIAA2B%2C2BAAA%3B%3B%3BAAGlE%2CQACC%3BEAAsB%2CaAAA%3B%3BAADvB%2CQAEC%2CQACC%2COACC%3BEAAe%2CaAAA%3B%3BAAJlB%2CQAEC%2CQACC%2COACC%2CaACG%3BEAAS%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2C8BAAA%3B%3BAALxE%2CQAEC%2CQACC%2COACC%2CaAEC%3BEAAU%2CYAAA%3B%3BAANd%2CQAEC%2CQACC%2COAKC%2CeACC%2CKACC%3BEAAa%2CyBAAA%3BEAA2B%2CoBAAA%3BEAAsB%2CmBAAA%3BEAAqB%2CgCAAA%3B%3BAAVxF%2CQAEC%2CQACC%2COAKC%2CeACC%2CKACC%2CWACG%3BEAAO%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAAKxC%2CQAdF%2CQACC%2COAaE%2CqBACA%2CeACC%2CKACC%2CaACC%2CQAAO%3BEAAQ%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2C0BAAA%3BEAA4B%2CqBAAA%3B%3BAAJrF%2CQAdF%2CQACC%2COAaE%2CqBACA%2CeACC%2CKACC%2CaAEC%2CQAAO%3BEAAmB%2CkBAAA%3BEAAoB%2C0BAAA%3BEAA4B%2CqBAAA%3BEAAuB%2CyBAAA%3B%3BAAUvG%2COADM%2CQACL%2CoBACA%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BAADnC%2COADM%2CQACL%2CoBAEA%2CUAAY%2CSAAM%2COAAO%3BEAAW%2CYAAA%3B%3BAAFrC%2COADM%2CQACL%2CoBAGA%2CUAAS%2COAAO%3BEAAQ%2CoBAAA%3B%3BAAJ1B%2COAAO%2CQAMN%2CUAAS%2COAAO%3BEAAQ%2C6BAAA%3B%3BAANzB%2COAAO%2CQAON%2CUAAS%3BEAAmB%2C2BAAA%3B%3BAAG1B%2COAVI%2CQAQN%2CUACE%2COACC%3BEAAW%2CmBAAA%3B%3BAAIf%2CeAEC%3BAADD%2CcACC%3BEAAgB%2CkBAAA%3B%3BAAFjB%2CeAEC%2CaACC%3BAAFF%2CcACC%2CaACC%3BAAHF%2CeAEC%2CaACW%2CSAAQ%3BAAFpB%2CcACC%2CaACW%2CSAAQ%3BEAAO%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CUAAA%3BEAAY%2CUAAA%3B%3BAAGtF%2CQAAS%2COAAM%2CcAAe%2CQAAO%3BEAAU%2CmBAAA%3BEAAqB%2CkBAAA%3BEAAoB%2CqBAAA%3B%3BAACxF%2CcAAe%2CcAAc%3BEAAqB%2C4BAAA%3B%3BAAClD%2CQAAS%2COAAM%2CeAAgB%2CQAAO%3BEAAU%2CqBAAA%3B%3BAAChD%2CQAAS%2COAAM%2CeAAgB%2CQAAO%2COAAO%3BAAC7C%2CQAAS%2COAAM%2CcAAe%2CQAAO%2COAAO%3BEAAS%2CYAAA%3B%3B%3BAAGrD%2C8BACI%2CaACI%2CQAAO%3BEAAS%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CcAAA%3B%3BAAGxD%2CiBACI%3BEAA2B%2CuBAAA%3B%3BAAD%5C%2FB%2CiBAEC%2CyBAAyB%2CiBAAiB%2CMAAK%3BEAAS%2CwBAAA%3B%3BAAFzD%2CiBAGI%3BAAHJ%2CiBAGQ%3BEAAK%2CmBAAA%3B%3BAAGD%2CiBAFR%2CMACK%2CcACI%3BEAAS%2C6BAAA%3B%3BAAEd%2CiBAJJ%2CMAIK%3BEAAU%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAGrC%2CiBAAkB%2CsBAAwB%2CmBAAmB%3BEAAqB%2CaAAA%3BEAAe%2CsBAAA%3BEAAwB%2CiBAAA%3B%3BAACzH%2CiBAAkB%3BEAAsB%2CSAAA%3BEAAW%2CeAAA%3B%3BAAAnD%2CiBAAkB%2CoBACd%3BEAAM%2CeAAA%3B%3BAAEV%2CiBAAkB%2CQAAO%2CWAAW%3BEAAU%2CaAAa%2C2WAAb%3B%3BAAC9C%2CiBAAkB%3BEAA4B%2CyBAAA%3B%3BAAC9C%2CiBAAkB%2C0BAA0B%3BEAA%2BB%2C0BAAA%3BEAA4B%2CsBAAA%3BEAAwB%2CmBAAA%3B%3BAAC%5C%2FH%2CiBAAkB%2C0BAA0B%2C6BAA4B%3BEAAgB%2CgBAAA%3B%3BAACxF%2CiBAAkB%2CWAAW%2CiBAAiB%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAACxE%2CiBAAkB%3BEAAyB%2CqBAAA%3B%3BAAC3C%2CiBAAkB%3BAAAuB%2CiBAAkB%3BAAAY%2CiBAAkB%2CSAAQ%3BAAAS%2CiBAAkB%3BEAAqB%2CcAAA%3BEAAgB%2CcAAA%3B%3BAACjK%2CiBAAkB%2CMAAK%2CQAAQ%3BAAAO%2CiBAAkB%2CMAAK%2CQAAQ%3BEAAS%2CgCAAA%3B%3BAAC9E%2CiBAAkB%2CMAAK%3BEAAU%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CiBAAA%3B%3BAACxE%2CMAAM%2CIAAI%2COAAO%2CIAAI%2CSAAY%2CQAAQ%2CKAAK%3BAAAI%2CMAAM%2CIAAI%2COAAO%2CIAAI%2CSAAY%2CQAAQ%2CKAAK%3BAAAI%2CMAAM%2CIAAI%2COAAO%2CIAAI%2CSAAY%2CQAAQ%2CKAAK%3BAAAI%2CMAAM%2CIAAI%2COAAO%2CIAAI%2CSAAY%2CQAAQ%2CKAAK%3BAAAI%2CMAAM%2CIAAI%2COAAO%2CIAAI%2CSAAY%2CQAAQ%2CKAAK%3BAAAI%2CMAAM%2CIAAI%2COAAO%2CIAAI%2CSAAY%2CQAAQ%2CKAAK%3BEAAK%2CYAAA%3B%3BAAC7S%2CiBAAkB%2CMAAK%2CcAAc%3BEAAS%2C6BAAA%3B%3BAAC9C%2CiBAAkB%3BEAAQ%2CaAAA%3BEAAe%2CYAAA%3B%3BAACzC%2CiBAAkB%2CMAAK%3BEAAa%2CeAAA%3B%3BAACpC%2CiBAAkB%3BAAAI%2CiBAAkB%3BEAAK%2CmBAAA%3B%3BAAC7C%2CiBAAkB%2CMAAK%2CMAAO%2CWAAU%3BEAAS%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CqBAAA%3B%3BAAC9E%3BAAA%2BB%2CQAAS%2CQAAO%3BAAAS%2CiBAAkB%2CMAAK%2COAAQ%2CQAAO%3BAAAS%2CcAAe%2CQAAO%3BAAAS%2CSAAU%2CMAAM%2CQAAO%3BEAAU%2CqBAAA%3BEAAuB%2CqBAAA%3B%3BAAC9L%2CiBAAkB%2CsBAAsB%3BEAAmB%2CqBAAA%3BEAAuB%2CsBAAA%3B%3BAAClF%2CiBAAkB%2C0BAAyB%3BEAAgC%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAC5F%2CiBAAkB%2CsBAAwB%2CmBAAmB%3BEAAqB%2CeAAA%3B%3BAAClF%2CMAAM%2CIAAI%2COAAO%2CIAAI%2CSAAY%2CQAAQ%2CKAAK%3BAAAI%2CMAAM%2CIAAI%2COAAO%2CIAAI%2CSAAY%2CQAAQ%2CKAAK%3BEAAK%2CgCAAA%3B%3BAAErG%2COAAO%2CMAAM%3BEAAgB%2CcAAA%3BEAAgB%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQ7C%3BEAAiB%2CYAAA%3B%3BAACjB%3BEAAiB%2CSAAA%3B%3B%3B%3B%3B%3B%3B%3BAAAjB%2CcACC%3BEAAgB%2CqBAAA%3BEAAuB%2CmBAAA%3BEAAqB%2C4BAAA%3B%3BAAD7D%2CcAEC%3BEAAgB%2CaAAA%3B%3BAAGf%2CcADD%2CiBACE%2CcACA%3BEAAgB%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAC%5C%2FC%2CcAHH%2CiBACE%2CcACA%2CcACE%2CUAAU%3BEAAO%2CeAAA%3B%3BAAFpB%2CcADD%2CiBACE%2CcACA%2CcAEC%3BEAAqB%2CsBAAA%3B%3BAAQvB%2CcADD%2CiBACE%2CcACA%3BEAAgB%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAChD%2CcAHH%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BEAAQ%2CWAAA%3B%3BAAC%5C%2FB%2CcAJH%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BEAAQ%2CeAAA%3BEAAiB%2CcAAA%3B%3BAAHhD%2CcADD%2CiBACE%2CcACA%2CcAGC%3BEAAqB%2CWAAA%3B%3BAASvB%2CcADD%2CiBACE%2CcACA%3BEAAgB%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAC%5C%2FC%2CcAHH%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BEAAQ%2CWAAA%3B%3BAAC%5C%2FB%2CcAJH%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BEAAQ%2CeAAA%3B%3BAAE5B%2CcANJ%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COACA%2CgBAAgB%2CUAAU%2CQAAO%3BEAAa%2CeAAA%3BEAAiB%2C0BAAA%3B%3BAAM9D%2CcAbN%2CiBACE%2CcACA%2CcAQC%2CmBACC%2CQACE%2CWACC%3BAAAD%2CcAbN%2CiBACE%2CcACA%2CcAQC%2CmBACC%2CQACgB%2CUACb%3BEAAU%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3B%3BAAZ5D%2CcADD%2CiBACE%2CcACA%2CcAeC%2CkBAAkB%2CeAAc%3BEAAQ%2CeAAA%3BEAAkB%2CYAAA%3BEAAe%2CWAAA%3BEAAc%2C4BAAA%3B%3BAAhBzF%2CcADD%2CiBACE%2CcACA%2CcAgBC%2CkBAAkB%3BEAAiB%2CWAAA%3BEAAa%2CYAAA%3B%3BAAjBlD%2CcADD%2CiBACE%2CcACA%2CcAiBC%2CYAAY%2CQAAO%3BEAAc%2CeAAA%3BEAAkB%2C4BAAA%3BEAA%2BB%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAA%5C%2FC3G%2CcAqDC%2CiBACC%2CcACC%2CoBAAmB%2COAAQ%2CgBAAgB%2CUAAU%2CQAAO%3BEAAa%2C0BAAA%3B%3BAAvD5E%2CcAqDC%2CiBACC%2CcAEC%2CoBAAmB%2COAAQ%2CgBAAgB%2CQAAO%3BEAAa%2CeAAA%3B%3BAAxDlE%2CcA2DC%3BEAAgB%2CkBAAA%3BEAAoB%2C4BAAA%3BEAA8B%2CoCAAA%3BEAAsC%2CgCAAA%3BEAAkC%2CqBAAA%3BEAAuB%2C8BAAA%3B%3B%3B%3B%3B%3BAAChK%2CcADD%2CcACE%2CIAAI%3BEAAkB%2CcAAA%3B%3BAACvB%2CcAFD%2CcAEE%3BAAAS%2CcAFX%2CcAEY%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAC9C%2CcAHD%2CcAGE%3BEAAS%2C4BAAA%3BEAA8B%2CoCAAA%3BEAAsC%2CgCAAA%3B%3BAAA9E%2CcAHD%2CcAGE%2CMACA%3BEAAiB%2CaAAA%3B%3BAA%5C%2FDpB%2CcA2DC%2CcAMC%3BEAA0B%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAAjErG%2CcA2DC%2CcAOC%3BEAAiB%2CmBAAA%3B%3BAAlEnB%2CcA2DC%2CcAQC%2CeAAe%3BEAAsB%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CgBAAA%3B%3BAAnEnF%2CcA2DC%2CcASC%2CkBACC%3BEAA4B%2CSAAA%3B%3BAArE%5C%2FB%2CcA2DC%2CcASC%2CkBAEC%2CkBAAiB%2CKAAM%3BEAAiB%2CWAAA%3BEAAY%2CgBAAA%3BEAAiB%2CWAAA%3B%3BAAtExE%2CcA2DC%2CcASC%2CkBAGC%3BEAAiB%2CyBAAA%3BEAA2B%2C0CAAA%3BEAA2C%2CkDAAA%3B%3BAAvE1F%2CcA2DC%2CcASC%2CkBAIC%2CeAAc%3BEAAY%2CkBAAA%3B%3BAAxE7B%2CcA2DC%2CcASC%2CkBAKC%2CkBAAkB%2CeAAc%3BEAAQ%2CeAAA%3BEAAgB%2CiBAAA%3BEAAkB%2CiBAAA%3BEAAkB%2CYAAA%3BEAAc%2C4BAAA%3B%3BAAzE7G%2CcA2DC%2CcAgBC%3BEAA2B%2CcAAA%3BEAAgB%2CcAAA%3B%3BAA3E7C%2CcA2DC%2CcAiBC%2CoBAAoB%3BEAAI%2CcAAA%3B%3BAA5E1B%2CcA2DC%2CcAkBC%3BAA7EF%2CcA2DC%2CcAkBkB%3BEAAwB%2CoBAAA%3BEAAsB%2CkBAAA%3B%3BAA7EjE%2CcA2DC%2CcAkBC%2CgBACC%3BAA9EH%2CcA2DC%2CcAkBkB%2CsBAChB%3BEAAoB%2CaAAA%3B%3BAA9EvB%2CcA2DC%2CcAqBC%3BEAA4B%2CUAAA%3BEAAY%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CSAAA%3BEAAW%2CgBAAA%3B%3BAAhF3G%2CcA2DC%2CcAqBC%2C0BACC%3BEAAI%2CSAAA%3BEAAW%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAjFtD%2CcA2DC%2CcAqBC%2C0BAEC%3BEAAK%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CkBAAA%3B%3BAAlFtC%2CcA2DC%2CcAqBC%2C0BAEC%2CGACC%3BEAAK%2CkBAAA%3B%3BAAnFT%2CcA2DC%2CcA2BC%2CqBAAoB%3BEAAiB%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAAtF3D%2CcA2DC%2CcA4BC%3BEAAuB%2CSAAA%3BEAAW%2CcAAA%3BEAAgB%2COAAA%3BEAAS%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CMAAA%3BEAAQ%2CWAAA%3B%3BAAvFjH%2CcA2DC%2CcA6BC%3BEAAyB%2CcAAA%3BEAAgB%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAAxF5F%2CcA2DC%2CcA8BC%3BEAA2B%2CcAAA%3BEAAgB%2CeAAA%3B%3BAAzF7C%2CcA2DC%2CcA%2BBC%3BEAAsB%2CgBAAA%3BEAAkB%2CSAAA%3BEAAW%2CUAAA%3BEAAY%2CcAAA%3BEAAgB%2CMAAA%3BEAAQ%2COAAA%3BEAAS%2CYAAA%3BEAAc%2CYAAA%3BEAAc%2CWAAA%3B%3BAA1F9H%2CcA2DC%2CcAgCC%2CiBAAmB%3BEAAqB%2CsBAAA%3BEAAwB%2CqBAAA%3B%3BAA3FlE%2CcA2DC%2CcAkCC%3BEAAoB%2CSAAA%3B%3BAA7FtB%2CcA2DC%2CcAkCC%2CkBACC%3BEAAiB%2CqBAAA%3BEAAuB%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CiBAAA%3BEAAmB%2C0CAAA%3BEAAyC%2CkDAAA%3BEAAiD%2CgBAAA%3BEAAiB%2CWAAA%3BEACjR%2CmBAAA%3BEAAqB%2C2BAAA%3B%3BAACrB%2CcArCH%2CcAkCC%2CkBACC%2CeAEE%3BEAAS%2C0CAAA%3BEAAyC%2CkDAAA%3B%3BAACnD%2CcAtCH%2CcAkCC%2CkBACC%2CeAGE%3BEAAS%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2C0CAAA%3BEAAyC%2CkDAAA%3B%3BAAjGxG%2CcA2DC%2CcAkCC%2CkBAMC%3BEAA4B%2CSAAA%3B%3BAAnG%5C%2FB%2CcA2DC%2CcAkCC%2CkBAOC%2CeAAc%3BEAAQ%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CiBAAA%3B%3BAApG1I%2CcA2DC%2CcA2CC%3BEAAsB%2CoBAAA%3B%3BAAtGxB%2CcA2DC%2CcA4CC%3BEAAqB%2CWAAA%3B%3BAACpB%2CcA7CF%2CcA4CC%2CmBACE%2CMACA%3BEAAsB%2C2BAAA%3BEAA6B%2CcAAA%3B%3BAAzGvD%2CcA2DC%2CcAiDC%3BEAAsB%2CqBAAA%3BEAAuB%2CqBAAA%3B%3BAA5G%5C%2FC%2CcA2DC%2CcAkDC%3BEAAa%2CeAAA%3BEAAiB%2CqBAAA%3BEAAuB%2CoBAAA%3BEAAsB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CeAAA%3BEAAiB%2CsBAAA%3BEAAwB%2C2BAAA%3BEAA6B%2CyBAAA%3BEAA2B%2CsBAAA%3BEAAwB%2CmBAAA%3BEACvO%2CuBAAA%3BEAAyB%2C%2BBAAA%3BEAAiC%2C2BAAA%3B%3BAA9G7D%2CcA2DC%2CcAkDC%2CWAEC%3BEAAiB%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3BEAAc%2CgBAAA%3B%3BAA%5C%2FG9D%2CcA2DC%2CcAkDC%2CWAGC%2CeAAe%3BEAAS%2C2BAAA%3B%3BAAhH3B%2CcA2DC%2CcAkDC%2CWAIC%3BEAAa%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3BEAAc%2CmBAAA%3B%3BAAjH1D%2CcA2DC%2CcAkDC%2CWAKC%3BEAAe%2CaAAA%3B%3BAAlHlB%2CcA2DC%2CcAkDC%2CWAMC%3BEAAS%2CgBAAA%3B%3BAAnHZ%2CcA2DC%2CcAkDC%2CWAOC%3BAApHH%2CcA2DC%2CcAkDC%2CWAOc%3BEAAY%2CqBAAA%3BEAAsB%2CcAAA%3B%3BAApHlD%2CcA2DC%2CcA2DC%3BEAAe%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAAtHjC%2CcA2DC%2CcA2DC%2CYACC%2CQAAO%3BEAAa%2C4BAAA%3BEAA8B%2CyBAAA%3BEAA2B%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CqBAAA%3BEAAuB%2CqBAAA%3B%3BAAvH7I%2CcA2DC%2CcA%2BDC%3BEAA2B%2CcAAA%3BEAAgB%2CcAAA%3BEAAgB%2CmBAAA%3B%3BAAC1D%2CcAhEF%2CcA%2BDC%2CyBACE%2CMAAM%3BEAAS%2CaAAA%3B%3BAA3HnB%2CcA2DC%2CcA%2BDC%2CyBAEC%3BEAAkB%2CqBAAA%3BEAAuB%2COAAA%3BEAAS%2CSAAA%3BEAAW%2CgBAAA%3B%3BAA5HhE%2CcA2DC%2CcA%2BDC%2CyBAGC%3BEAAmB%2CaAAA%3BEAAe%2CeAAA%3BEAAiB%2CaAAA%3BEAAe%2CsBAAA%3BEAAwB%2CoBAAA%3B%3BAA7H7F%2CcA2DC%2CcA%2BDC%2CyBAIC%2CgBAAgB%2CeAAc%3BAA9HjC%2CcA2DC%2CcA%2BDC%2CyBAKC%2CeAAiB%2COAAI%3BEAAU%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAA%5C%2FHnD%2CcA2DC%2CcAsEC%3BAAjIF%2CcA2DC%2CcAuEC%3BAAlIF%2CcA2DC%2CcAwEC%3BEAAkB%2CqBAAA%3BEAAuB%2CsBAAA%3B%3BAAnI3C%2CcA2DC%2CcAyEC%3BEAAwB%2CSAAA%3B%3BAApI1B%2CcA2DC%2CcAyEC%2CsBACC%2CiBAAmB%3BEAAqB%2CeAAA%3B%3BAArI3C%2CcA2DC%2CcA6EC%2CQAAO%2COAAO%3BEAAW%2CUAAA%3BEAAY%2CWAAA%3B%3BAAxIvC%2CcA2DC%2CcA8EC%3BEAAc%2CgBAAA%3B%3BAAzIhB%2CcA2DC%2CcA%2BEC%2CYAAY%2CQAAO%3BEAAW%2CsBAAA%3BEAAwB%2C0BAAA%3BEAA4B%2C6BAAA%3B%3BAA1IpF%2CcA2DC%2CcAgFC%2CYAAc%3BEAAoB%2CgBAAA%3B%3BAA3IpC%2CcA2DC%2CcAkFC%3BEAAsB%2CUAAA%3B%3BAACrB%2CcAnFF%2CcAkFC%2CoBACE%3BEAAS%2CUAAA%3B%3BAAKT%2CcAxFH%2CcAsFC%2CoBACC%2CQACE%3BAACD%2CcAzFH%2CcAsFC%2CoBACC%2CQAEE%3BAACD%2CcA1FH%2CcAsFC%2CoBACC%2CQAGE%3BAACD%2CcA3FH%2CcAsFC%2CoBACC%2CQAIE%3BEAAe%2CWAAA%3BEAAa%2CcAAA%3B%3BAAH7B%2CcAxFH%2CcAsFC%2CoBACC%2CQACE%2CWAIA%3BAAHD%2CcAzFH%2CcAsFC%2CoBACC%2CQAEE%2CUAGA%3BAAFD%2CcA1FH%2CcAsFC%2CoBACC%2CQAGE%2CUAEA%3BAADD%2CcA3FH%2CcAsFC%2CoBACC%2CQAIE%2CYACA%3BEAAO%2CaAAA%3B%3BAAGP%2CcA%5C%2FFJ%2CcAsFC%2CoBACC%2CQAOE%2CUACC%3BEAAU%2CSAAS%2COAAT%3B%3BAAEZ%2CcAjGH%2CcAsFC%2CoBACC%2CQAUE%3BEAAe%2CiBAAA%3B%3BAACf%2CcAlGJ%2CcAsFC%2CoBACC%2CQAUE%2CYACC%3BEAAU%2CSAAS%2CGAAT%3BEAAc%2CeAAA%3B%3BAA7J9B%2CcA2DC%2CcAsGC%3BAAjKF%2CcA2DC%2CcAsGgB%3BEAAqB%2CUAAA%3BEAAY%2CaAAA%3BEAAe%2CcAAA%3B%3BAAjKjE%2CcA2DC%2CcAsGC%2CcACC%3BAAlKH%2CcA2DC%2CcAsGgB%2CmBACd%3BEAAI%2CqBAAA%3BEAAuB%2CgBAAA%3B%3BAAE5B%2CcAzGD%2CcAyGE%2CMACA%2CoBAAmB%3BEAAkB%2CUAAA%3B%3BAArKxC%2CcA2DC%2CcA4GC%2CcAAc%2CoBAAoB%2COAAM%3BEAAe%2CaAAA%3B%3BAAKzD%3BAAAoB%2CQAAQ%2CKAAM%3BEAAI%2CgBAAA%3B%3BAACtC%3BEAAW%2CcAAA%3BEAAgB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAAChD%3BEAAiB%2CyBAAA%3B%3BAAEjB%2CmBAAoB%3BEAAM%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CcAAA%3B%3BAACvD%3BEAAyB%2C0BAAA%3BEAA4B%2CmBAAA%3BEAAqB%2CcAAA%3BEAAgB%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2CeAAA%3BEAAiB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CYAAA%3BEAC%5C%2FO%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAAC1E%2CsBAAuB%3BAAAQ%2C8BAA%2BB%3BEAAS%2CcAAA%3BEAAgB%2CaAAA%3BEAAe%2CcAAA%3BEAAgB%2CYAAA%3B%3BAACtH%2CsBAAuB%3BEAAS%2CcAAA%3BEAAgB%2CcAAA%3BEAAgB%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAACvH%2CsBAAuB%3BAAAS%2C8BAA%2BB%3BEAAU%2CSAAA%3BEAAW%2CWAAA%3BEAAa%2CSAAA%3BEAAW%2CkBAAA%3B%3BAAC5G%2CsBAAuB%3BEAAU%2CWAAA%3BEAAa%2CiBAAA%3B%3BAAC9C%2CsBAAuB%2CQAAO%3BEAAS%2CyBAAA%3BEAA2B%2CSAAA%3BEAAW%2CMAAA%3BEAAQ%2CcAAA%3B%3BAACrF%2CsBAAuB%2CQAAO%3BAAAQ%2C8BAA%2BB%2CQAAO%3BEAAS%2C6CAAA%3BEAA%2BC%2CyBAAA%3BEAA2B%2CSAAA%3BEAAW%2CMAAA%3B%3BAAC1K%2CsBAAuB%2CQAAO%3BAAAS%2C8BAA%2BB%2CQAAO%3BAAC7E%2CsBAAuB%2CQAAO%3BAAAQ%2C8BAA%2BB%2CQAAO%3BEAAS%2CmBAAA%3BEAAqB%2CSAAS%2CEAAT%3BEAAa%2CcAAA%3BEAAgB%2CSAAA%3BEAAW%2CkBAAA%3BEAAoB%2CQAAA%3B%3B%3BAAGtK%2CcACC%2CcACC%3BEAAa%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAAFnC%2CcACC%2CcAEO%3BEAA2B%2CcAAA%3B%3BAAEhC%2CcAJF%2CcAGC%2CWACE%3BEAAY%2CSAAA%3BEAAW%2CUAAA%3B%3BAACxB%2CcALF%2CcAGC%2CWAEE%3BEAAa%2CSAAA%3BEAAW%2CWAAA%3B%3BAACzB%2CcANF%2CcAGC%2CWAGE%3BEAAgB%2CWAAA%3BEAAa%2CYAAA%3B%3BAAC9B%2CcAPF%2CcAGC%2CWAIE%3BEAAe%2CUAAA%3BEAAY%2CYAAA%3B%3BAAC5B%2CcARF%2CcAGC%2CWAKE%3BEAAiB%2CYAAA%3B%3BAAClB%2CcATF%2CcAGC%2CWAME%3BEAAc%2CSAAA%3B%3BAAVlB%2CcACC%2CcAGC%2CWAOC%3BEAAoB%2CgBAAA%3B%3BAAXvB%2CcACC%2CcAaC%3BEAAS%2CmBAAA%3B%3BAAdX%2CcACC%2CcAcC%3BEAAkB%2CcAAA%3B%3BAAfpB%2CcACC%2CcAeC%3BEAAgB%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2CSAAA%3BEAAW%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2C0BAAA%3BEAA4B%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CwBAAA%3BEAAyB%2CgCAAA%3BEACnN%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CmBAAmB%2CeAAnB%3BEAAoC%2CWAAW%2CeAAX%3BEAA4B%2CoBAAA%3BEAAsB%2CmBAAA%3BEAAqB%2CiBAAA%3B%3BAAjBpK%2CcACC%2CcAiBC%2CcAAa%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2C6BAAA%3BEAA%2BB%2C0BAAA%3BEAA4B%2CaAAA%3BEAAe%2CSAAA%3BEAAW%2CWAAA%3BEAAa%2CSAAA%3BEAAW%2CcAAA%3BEAAgB%2CmBAAmB%2CeAAnB%3BEAAoC%2CWAAW%2CeAAX%3B%3BAAlB1N%2CcACC%2CcAkBC%2CcAAa%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2C6BAAA%3BEAA%2BB%2C6BAAA%3BEAA%2BB%2CaAAA%3BEAAe%2CSAAA%3BEAAW%2CWAAA%3BEAAa%2CSAAA%3BEAAW%2CcAAA%3BEAAgB%2CmBAAmB%2CeAAnB%3BEAAoC%2CWAAW%2CeAAX%3BEAA4B%2CkBAAA%3B%3BAAnBtO%2CcACC%2CcAmBC%2CUAAS%2CMAAO%3BEAAgB%2CUAAA%3BEAAY%2CmBAAA%3B%3BAApB9C%2CcACC%2CcAoBC%3BEAAsB%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2COAAA%3BEAAS%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CWAAA%3BEAAa%2CgBAAA%3BEACnI%2CiCAAA%3BEAAmC%2CqCAAA%3BEAAuC%2C6BAAA%3B%3BAAtB7E%2CcACC%2CcAoBC%2CoBAEC%3BEAA0B%2CaAAA%3B%3BAAE3B%2CcAxBD%2CcAwBE%2CMACA%3BEAAsB%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CSAAA%3B%3BAAK1D%2CwBAAyB%2COAAM%2CQAAS%3BEAAiB%2CmBAAA%3B%3BAACzD%2CMAAM%2CQAAS%2CeAAe%2CeAAe%2CcAAc%3BAAC3D%2CMAAM%2CQAAS%2CeAAe%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEAAW%2CyBAAA%3B%3BAACnF%2CMAAM%2CQAAS%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%3BEAAY%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CeAAA%3B%3BAAC5H%2CMAAM%2CQAAS%2CeAAe%2CeAAe%2CcAAa%2CMAAO%3BAACjE%2CMAAM%2CQAAS%2CeAAe%2CeAAe%2CcAAa%2CMAAO%3BEAAqB%2CwCAAA%3B%3BAACtF%2CiBAAkB%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAAQ%2CaAAA%3B%3BAACpG%2CaAAa%2CQAAS%2CeAAe%2CeAAe%2CcAAc%3BEAAW%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAAC9G%2CMAAM%2CQAAS%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEAAW%2CQAAA%3BEAAU%2CkBAAA%3B%3BAAE9E%2COAAQ%2CcAAc%3BEAAgB%2CuBAAA%3B%3BAACtC%2CcAAc%3BEAAU%2CwBAAA%3B%3B%3B%3BAAIxB%2CcAEC%3BAADD%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%3BEAAsB%2CmBAAA%3BEAAqB%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CSAAA%3B%3BAAF7E%2CcAGC%3BAAFD%2CMAAM%2COAAO%2CoBAAqB%2CqBAEjC%3BAAHD%2CcAIC%2CsBAAsB%3BAAHvB%2CMAAM%2COAAO%2CoBAAqB%2CqBAGjC%2CsBAAsB%3BAAJvB%2CcAKC%2CeAAc%3BAAJf%2CMAAM%2COAAO%2CoBAAqB%2CqBAIjC%2CeAAc%3BEAAgB%2CaAAA%3B%3BAAL%5C%2FB%2CcAMC%3BAALD%2CMAAM%2COAAO%2CoBAAqB%2CqBAKjC%3BEAAiB%2CyBAAA%3B%3BAANlB%2CcAOC%3BAAND%2CMAAM%2COAAO%2CoBAAqB%2CqBAMjC%3BEAA2B%2CcAAA%3BEAAgB%2CcAAA%3B%3BAAP5C%2CcAOC%2CyBACC%3BAAPF%2CMAAM%2COAAO%2CoBAAqB%2CqBAMjC%2CyBACC%3BEAAyB%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CcAAA%3B%3BAARxF%2CcAOC%2CyBAEC%3BAARF%2CMAAM%2COAAO%2CoBAAqB%2CqBAMjC%2CyBAEC%3BEAAuB%2CkBAAA%3B%3BAATzB%2CcAWC%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%2CQAAO%2CUAAW%2CSAAQ%3BAAV9E%2CMAAM%2COAAO%2CoBAAqB%2CqBAUjC%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%2CQAAO%2CUAAW%2CSAAQ%3BEAAU%2CaAAA%3B%3BAAXxF%2CcAYI%3BAAXJ%2CMAAM%2COAAO%2CoBAAqB%2CqBAW9B%3BEAAwB%2CsBAAA%3BEAAwB%2CmBAAA%3B%3BAAZpD%2CcAYI%2CsBACF%3BAAZF%2CMAAM%2COAAO%2CoBAAqB%2CqBAW9B%2CsBACF%3BEAAK%2CiBAAA%3B%3BAAbP%2CcAYI%2CsBACF%2CGACC%3BAAbH%2CMAAM%2COAAO%2CoBAAqB%2CqBAW9B%2CsBACF%2CGACC%3BEAAK%2CgBAAA%3BEAAiB%2CmBAAA%3B%3BAAdzB%2CcAiBC%2CcAAa%2CIAAI%3BAAhBlB%2CMAAM%2COAAO%2CoBAAqB%2CqBAgBjC%2CcAAa%2CIAAI%3BEAAkB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2C0BAAA%3B%3BAAjBpG%2CcAkBC%3BAAjBD%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%3B%3B%3B%3B%3BAACC%2CcADD%2CcACE%3BAAAD%2CMAlBI%2COAAO%2CoBAAqB%2CqBAiBjC%2CcACE%3BAAAS%2CcADX%2CcACY%3BAAAD%2CMAlBN%2COAAO%2CoBAAqB%2CqBAiBjC%2CcACY%3BEAAS%2CSAAQ%2CEAAR%3BEAAY%2CWAAA%3BEAAa%2CcAAA%3B%3BAAnB%5C%2FC%2CcAkBC%2CcAEC%2CyBAAyB%3BAAnB3B%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAEC%2CyBAAyB%3BEAAmB%2CeAAA%3BEAAiB%2CwBAAA%3B%3BAApB%5C%2FD%2CcAkBC%2CcAGC%3BAApBF%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAGC%3BEAAqB%2CaAAA%3B%3BAArBvB%2CcAkBC%2CcAIC%3BAArBF%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAIC%3BEAAiB%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CaAAA%3B%3BAAtBtF%2CcAkBC%2CcAIC%2CeACC%2CgBACC%3BAAvBJ%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAIC%2CeACC%2CgBACC%3BEAAqB%2CYAAA%3BEAAc%2CuBAAA%3B%3BAAxBvC%2CcAkBC%2CcAIC%2CeACC%2CgBACC%2CmBACC%3BAAxBL%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAIC%2CeACC%2CgBACC%2CmBACC%3BEAAoB%2CeAAA%3B%3BAAzBzB%2CcAkBC%2CcAWC%2CqBAAoB%3BAA5BtB%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAWC%2CqBAAoB%3BEAAiB%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAA7B3D%2CcAkBC%2CcAYC%3BAA7BF%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAYC%3BAA9BF%2CcAkBC%2CcAYqB%2CSAAQ%2CKAAM%3BAA7BpC%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAYqB%2CSAAQ%2CKAAM%3BEAAI%2CeAAA%3BEAAiB%2C2BAAA%3BEAA6B%2CqBAAA%3BEAAuB%2CmBAAA%3BEAAqB%2CcAAA%3B%3BAA9BlI%2CcAkBC%2CcAaC%3BAA9BF%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAaC%3BEAAiB%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CmBAAA%3B%3BAA%5C%2FB%5C%2FD%2CcAkBC%2CcAcC%3BAA%5C%2FBF%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%3BEAAsB%2CUAAA%3BEAAY%2CgBAAA%3BEAAkB%2CgBAAA%3B%3B%3B%3BAACnD%2CcAfF%2CcAcC%2CoBACE%3BAAAD%2CMAhCG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBACE%3BEAAkB%2CkBAAA%3B%3BAAjCtB%2CcAkBC%2CcAcC%2CoBAEC%3BAAjCH%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%3BEAAK%2CcAAA%3BEAAgB%2CWAAA%3B%3BAAlCxB%2CcAkBC%2CcAcC%2CoBAEC%2CGACG%3BAAlCN%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%3BEAAK%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2CSAAA%3BEAAW%2CcAAA%3B%3BAAnCnE%2CcAkBC%2CcAcC%2CoBAEC%2CGACG%2CKACD%3BAAnCL%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKACD%3BAApCL%2CcAkBC%2CcAcC%2CoBAEC%2CGACG%2CKACoB%2CQAAO%2COAAO%3BAAnCxC%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKACoB%2CQAAO%2COAAO%3BAApCxC%2CcAkBC%2CcAcC%2CoBAEC%2CGACG%2CKAC4C%3BAAnClD%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKAC4C%3BAApClD%2CcAkBC%2CcAcC%2CoBAEC%2CGACG%2CKACkD%2CQAAO%3BAAnC%5C%2FD%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKACkD%2CQAAO%3BAApC%5C%2FD%2CcAkBC%2CcAcC%2CoBAEC%2CGACG%2CKACsE%2CQAAO%3BAAnCnF%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKACsE%2CQAAO%3BAApCnF%2CcAkBC%2CcAcC%2CoBAEC%2CGACG%2CKACyF%2COAAM%3BAAnCrG%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKACyF%2COAAM%3BAApCrG%2CcAkBC%2CcAcC%2CoBAEC%2CGACG%2CKAC6G%2COAAM%3BAAnCzH%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKAC6G%2COAAM%3BEAAa%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAACpK%2CcAnBL%2CcAcC%2CoBAEC%2CGACG%2CKACD%2CoBACE%3BAAAD%2CMApCA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKACD%2CoBACE%3BAAAD%2CcAnBL%2CcAcC%2CoBAEC%2CGACG%2CKACoB%2CQAAO%2COAAO%2CQACjC%3BAAAD%2CMApCA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKACoB%2CQAAO%2COAAO%2CQACjC%3BAAAD%2CcAnBL%2CcAcC%2CoBAEC%2CGACG%2CKAC4C%2CKAC3C%3BAAAD%2CMApCA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKAC4C%2CKAC3C%3BAAAD%2CcAnBL%2CcAcC%2CoBAEC%2CGACG%2CKACkD%2CQAAO%2CWACxD%3BAAAD%2CMApCA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKACkD%2CQAAO%2CWACxD%3BAAAD%2CcAnBL%2CcAcC%2CoBAEC%2CGACG%2CKACsE%2CQAAO%2CUAC5E%3BAAAD%2CMApCA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKACsE%2CQAAO%2CUAC5E%3BAAAD%2CcAnBL%2CcAcC%2CoBAEC%2CGACG%2CKACyF%2COAAM%2CYAC9F%3BAAAD%2CMApCA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKACyF%2COAAM%2CYAC9F%3BAAAD%2CcAnBL%2CcAcC%2CoBAEC%2CGACG%2CKAC6G%2COAAM%2CUAClH%3BAAAD%2CMApCA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKAC6G%2COAAM%2CUAClH%3BEAAU%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CcAAA%3BEAAgB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAArCrH%2CcAkBC%2CcAcC%2CoBAEC%2CGACG%2CKACD%2CoBAEC%3BAArCN%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKACD%2CoBAEC%3BAAtCN%2CcAkBC%2CcAcC%2CoBAEC%2CGACG%2CKACoB%2CQAAO%2COAAO%2CQAElC%3BAArCN%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKACoB%2CQAAO%2COAAO%2CQAElC%3BAAtCN%2CcAkBC%2CcAcC%2CoBAEC%2CGACG%2CKAC4C%2CKAE5C%3BAArCN%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKAC4C%2CKAE5C%3BAAtCN%2CcAkBC%2CcAcC%2CoBAEC%2CGACG%2CKACkD%2CQAAO%2CWAEzD%3BAArCN%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKACkD%2CQAAO%2CWAEzD%3BAAtCN%2CcAkBC%2CcAcC%2CoBAEC%2CGACG%2CKACsE%2CQAAO%2CUAE7E%3BAArCN%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKACsE%2CQAAO%2CUAE7E%3BAAtCN%2CcAkBC%2CcAcC%2CoBAEC%2CGACG%2CKACyF%2COAAM%2CYAE%5C%2FF%3BAArCN%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKACyF%2COAAM%2CYAE%5C%2FF%3BAAtCN%2CcAkBC%2CcAcC%2CoBAEC%2CGACG%2CKAC6G%2COAAM%2CUAEnH%3BAArCN%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAEC%2CGACG%2CKAC6G%2COAAM%2CUAEnH%3BEAAO%2CaAAA%3B%3BAAMT%2CcA1BH%2CcAcC%2CoBAWC%2CQACE%2CWACA%3BAADD%2CMA3CE%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAWC%2CQACE%2CWACA%3BAADa%2CcA1BjB%2CcAcC%2CoBAWC%2CQACgB%2CUACd%3BAADa%2CMA3CZ%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAWC%2CQACgB%2CUACd%3BAAD0B%2CcA1B9B%2CcAcC%2CoBAWC%2CQAC6B%2CUAC3B%3BAAD0B%2CMA3CzB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAWC%2CQAC6B%2CUAC3B%3BEAAO%2CaAAA%3B%3BAAER%2CcA7BH%2CcAcC%2CoBAWC%2CQAIE%3BAAAD%2CMA9CE%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAWC%2CQAIE%3BEAAe%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CYAAA%3BEAAc%2CiBAAA%3B%3BAAC1D%2CcA9BJ%2CcAcC%2CoBAWC%2CQAIE%2CYACC%3BAAAD%2CMA%5C%2FCC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAWC%2CQAIE%2CYACC%3BEAAU%2CSAAS%2COAAT%3B%3BAADZ%2CcA7BH%2CcAcC%2CoBAWC%2CQAIE%2CYAEA%3BAAFD%2CMA9CE%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAWC%2CQAIE%2CYAEA%3BEAAO%2CaAAA%3B%3BAAjDZ%2CcAkBC%2CcAcC%2CoBAqBC%3BAApDH%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAqBC%3BEAAsB%2CyBAAA%3B%3BAACtB%2CcApCF%2CcAcC%2CoBAsBE%3BAAAD%2CMArDG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBE%3BAAAS%2CcApCZ%2CcAcC%2CoBAsBY%3BAAAD%2CMArDP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBY%3BAAAS%2CcApCtB%2CcAcC%2CoBAsBsB%3BAAAD%2CMArDjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBsB%3BAAAS%2CcApChC%2CcAcC%2CoBAsBgC%3BAAAD%2CMArD3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBgC%3BAAAS%2CcApC1C%2CcAcC%2CoBAsB0C%3BAAAD%2CMArDrC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB0C%3BAAAS%2CcApCpD%2CcAcC%2CoBAsBoD%3BAAAD%2CMArD%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBoD%3BAAAS%2CcApC9D%2CcAcC%2CoBAsB8D%3BAAAD%2CMArDzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB8D%3BAAAS%2CcApCxE%2CcAcC%2CoBAsBwE%3BAAAD%2CMArDnE%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBwE%3BAAAS%2CcApClF%2CcAcC%2CoBAsBkF%3BAAAD%2CMArD7E%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBkF%3BAAAS%2CcApC5F%2CcAcC%2CoBAsB4F%3BAAAD%2CMArDvF%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB4F%3BEAAW%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CaAAA%3BEAAe%2CiBAAA%3BEAAmB%2CqBAAA%3BEAAuB%2C2BAAA%3BEAA6B%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CmBAAA%3B%3BAAA3P%2CcApCF%2CcAcC%2CoBAsBE%2COACA%3BAADD%2CMArDG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBE%2COACA%3BAADS%2CcApCZ%2CcAcC%2CoBAsBY%2COACV%3BAADS%2CMArDP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBY%2COACV%3BAADmB%2CcApCtB%2CcAcC%2CoBAsBsB%2COACpB%3BAADmB%2CMArDjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBsB%2COACpB%3BAAD6B%2CcApChC%2CcAcC%2CoBAsBgC%2COAC9B%3BAAD6B%2CMArD3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBgC%2COAC9B%3BAADuC%2CcApC1C%2CcAcC%2CoBAsB0C%2COACxC%3BAADuC%2CMArDrC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB0C%2COACxC%3BAADiD%2CcApCpD%2CcAcC%2CoBAsBoD%2COAClD%3BAADiD%2CMArD%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBoD%2COAClD%3BAAD2D%2CcApC9D%2CcAcC%2CoBAsB8D%2COAC5D%3BAAD2D%2CMArDzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB8D%2COAC5D%3BAADqE%2CcApCxE%2CcAcC%2CoBAsBwE%2COACtE%3BAADqE%2CMArDnE%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBwE%2COACtE%3BAAD%2BE%2CcApClF%2CcAcC%2CoBAsBkF%2COAChF%3BAAD%2BE%2CMArD7E%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBkF%2COAChF%3BAADyF%2CcApC5F%2CcAcC%2CoBAsB4F%2CQAC1F%3BAADyF%2CMArDvF%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB4F%2CQAC1F%3BEAAS%2CaAAA%3B%3BAADV%2CcApCF%2CcAcC%2CoBAsBE%2COAEA%3BAAFD%2CMArDG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBE%2COAEA%3BAAFS%2CcApCZ%2CcAcC%2CoBAsBY%2COAEV%3BAAFS%2CMArDP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBY%2COAEV%3BAAFmB%2CcApCtB%2CcAcC%2CoBAsBsB%2COAEpB%3BAAFmB%2CMArDjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBsB%2COAEpB%3BAAF6B%2CcApChC%2CcAcC%2CoBAsBgC%2COAE9B%3BAAF6B%2CMArD3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBgC%2COAE9B%3BAAFuC%2CcApC1C%2CcAcC%2CoBAsB0C%2COAExC%3BAAFuC%2CMArDrC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB0C%2COAExC%3BAAFiD%2CcApCpD%2CcAcC%2CoBAsBoD%2COAElD%3BAAFiD%2CMArD%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBoD%2COAElD%3BAAF2D%2CcApC9D%2CcAcC%2CoBAsB8D%2COAE5D%3BAAF2D%2CMArDzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB8D%2COAE5D%3BAAFqE%2CcApCxE%2CcAcC%2CoBAsBwE%2COAEtE%3BAAFqE%2CMArDnE%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBwE%2COAEtE%3BAAF%2BE%2CcApClF%2CcAcC%2CoBAsBkF%2COAEhF%3BAAF%2BE%2CMArD7E%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBkF%2COAEhF%3BAAFyF%2CcApC5F%2CcAcC%2CoBAsB4F%2CQAE1F%3BAAFyF%2CMArDvF%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB4F%2CQAE1F%3BEAAgB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CSAAA%3B%3BAAFrH%2CcApCF%2CcAcC%2CoBAsBE%2COAEA%2CcACC%2CQAAO%3BAAHT%2CMArDG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBE%2COAEA%2CcACC%2CQAAO%3BAAHC%2CcApCZ%2CcAcC%2CoBAsBY%2COAEV%2CcACC%2CQAAO%3BAAHC%2CMArDP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBY%2COAEV%2CcACC%2CQAAO%3BAAHW%2CcApCtB%2CcAcC%2CoBAsBsB%2COAEpB%2CcACC%2CQAAO%3BAAHW%2CMArDjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBsB%2COAEpB%2CcACC%2CQAAO%3BAAHqB%2CcApChC%2CcAcC%2CoBAsBgC%2COAE9B%2CcACC%2CQAAO%3BAAHqB%2CMArD3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBgC%2COAE9B%2CcACC%2CQAAO%3BAAH%2BB%2CcApC1C%2CcAcC%2CoBAsB0C%2COAExC%2CcACC%2CQAAO%3BAAH%2BB%2CMArDrC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB0C%2COAExC%2CcACC%2CQAAO%3BAAHyC%2CcApCpD%2CcAcC%2CoBAsBoD%2COAElD%2CcACC%2CQAAO%3BAAHyC%2CMArD%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBoD%2COAElD%2CcACC%2CQAAO%3BAAHmD%2CcApC9D%2CcAcC%2CoBAsB8D%2COAE5D%2CcACC%2CQAAO%3BAAHmD%2CMArDzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB8D%2COAE5D%2CcACC%2CQAAO%3BAAH6D%2CcApCxE%2CcAcC%2CoBAsBwE%2COAEtE%2CcACC%2CQAAO%3BAAH6D%2CMArDnE%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBwE%2COAEtE%2CcACC%2CQAAO%3BAAHuE%2CcApClF%2CcAcC%2CoBAsBkF%2COAEhF%2CcACC%2CQAAO%3BAAHuE%2CMArD7E%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBkF%2COAEhF%2CcACC%2CQAAO%3BAAHiF%2CcApC5F%2CcAcC%2CoBAsB4F%2CQAE1F%2CcACC%2CQAAO%3BAAHiF%2CMArDvF%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB4F%2CQAE1F%2CcACC%2CQAAO%3BEAAc%2CcAAA%3B%3BAACpB%2CcAxCL%2CcAcC%2CoBAsBE%2COAEA%2CcACC%2CQAAO%2CWACL%3BAAAD%2CMAzDA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBE%2COAEA%2CcACC%2CQAAO%2CWACL%3BAAAD%2CcAxCL%2CcAcC%2CoBAsBY%2COAEV%2CcACC%2CQAAO%2CWACL%3BAAAD%2CMAzDA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBY%2COAEV%2CcACC%2CQAAO%2CWACL%3BAAAD%2CcAxCL%2CcAcC%2CoBAsBsB%2COAEpB%2CcACC%2CQAAO%2CWACL%3BAAAD%2CMAzDA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBsB%2COAEpB%2CcACC%2CQAAO%2CWACL%3BAAAD%2CcAxCL%2CcAcC%2CoBAsBgC%2COAE9B%2CcACC%2CQAAO%2CWACL%3BAAAD%2CMAzDA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBgC%2COAE9B%2CcACC%2CQAAO%2CWACL%3BAAAD%2CcAxCL%2CcAcC%2CoBAsB0C%2COAExC%2CcACC%2CQAAO%2CWACL%3BAAAD%2CMAzDA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB0C%2COAExC%2CcACC%2CQAAO%2CWACL%3BAAAD%2CcAxCL%2CcAcC%2CoBAsBoD%2COAElD%2CcACC%2CQAAO%2CWACL%3BAAAD%2CMAzDA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBoD%2COAElD%2CcACC%2CQAAO%2CWACL%3BAAAD%2CcAxCL%2CcAcC%2CoBAsB8D%2COAE5D%2CcACC%2CQAAO%2CWACL%3BAAAD%2CMAzDA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB8D%2COAE5D%2CcACC%2CQAAO%2CWACL%3BAAAD%2CcAxCL%2CcAcC%2CoBAsBwE%2COAEtE%2CcACC%2CQAAO%2CWACL%3BAAAD%2CMAzDA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBwE%2COAEtE%2CcACC%2CQAAO%2CWACL%3BAAAD%2CcAxCL%2CcAcC%2CoBAsBkF%2COAEhF%2CcACC%2CQAAO%2CWACL%3BAAAD%2CMAzDA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBkF%2COAEhF%2CcACC%2CQAAO%2CWACL%3BAAAD%2CcAxCL%2CcAcC%2CoBAsB4F%2CQAE1F%2CcACC%2CQAAO%2CWACL%3BAAAD%2CMAzDA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB4F%2CQAE1F%2CcACC%2CQAAO%2CWACL%3BEAAU%2CoBAAA%3BEAAsB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAJrD%2CcApCF%2CcAcC%2CoBAsBE%2COAOA%3BAAPD%2CMArDG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBE%2COAOA%3BAAPS%2CcApCZ%2CcAcC%2CoBAsBY%2COAOV%3BAAPS%2CMArDP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBY%2COAOV%3BAAPmB%2CcApCtB%2CcAcC%2CoBAsBsB%2COAOpB%3BAAPmB%2CMArDjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBsB%2COAOpB%3BAAP6B%2CcApChC%2CcAcC%2CoBAsBgC%2COAO9B%3BAAP6B%2CMArD3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBgC%2COAO9B%3BAAPuC%2CcApC1C%2CcAcC%2CoBAsB0C%2COAOxC%3BAAPuC%2CMArDrC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB0C%2COAOxC%3BAAPiD%2CcApCpD%2CcAcC%2CoBAsBoD%2COAOlD%3BAAPiD%2CMArD%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBoD%2COAOlD%3BAAP2D%2CcApC9D%2CcAcC%2CoBAsB8D%2COAO5D%3BAAP2D%2CMArDzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB8D%2COAO5D%3BAAPqE%2CcApCxE%2CcAcC%2CoBAsBwE%2COAOtE%3BAAPqE%2CMArDnE%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBwE%2COAOtE%3BAAP%2BE%2CcApClF%2CcAcC%2CoBAsBkF%2COAOhF%3BAAP%2BE%2CMArD7E%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBkF%2COAOhF%3BAAPyF%2CcApC5F%2CcAcC%2CoBAsB4F%2CQAO1F%3BAAPyF%2CMArDvF%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB4F%2CQAO1F%3BEAAkB%2CWAAA%3BEAAa%2CiCAAA%3BEAAkC%2CqCAAA%3BEAAsC%2C6BAAA%3BEAA8B%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CmBAAA%3B%3BAAPpK%2CcApCF%2CcAcC%2CoBAsBE%2COAOA%2CgBACC%3BAARF%2CMArDG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBE%2COAOA%2CgBACC%3BAARQ%2CcApCZ%2CcAcC%2CoBAsBY%2COAOV%2CgBACC%3BAARQ%2CMArDP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBY%2COAOV%2CgBACC%3BAARkB%2CcApCtB%2CcAcC%2CoBAsBsB%2COAOpB%2CgBACC%3BAARkB%2CMArDjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBsB%2COAOpB%2CgBACC%3BAAR4B%2CcApChC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBACC%3BAAR4B%2CMArD3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBACC%3BAARsC%2CcApC1C%2CcAcC%2CoBAsB0C%2COAOxC%2CgBACC%3BAARsC%2CMArDrC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB0C%2COAOxC%2CgBACC%3BAARgD%2CcApCpD%2CcAcC%2CoBAsBoD%2COAOlD%2CgBACC%3BAARgD%2CMArD%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBoD%2COAOlD%2CgBACC%3BAAR0D%2CcApC9D%2CcAcC%2CoBAsB8D%2COAO5D%2CgBACC%3BAAR0D%2CMArDzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB8D%2COAO5D%2CgBACC%3BAARoE%2CcApCxE%2CcAcC%2CoBAsBwE%2COAOtE%2CgBACC%3BAARoE%2CMArDnE%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBwE%2COAOtE%2CgBACC%3BAAR8E%2CcApClF%2CcAcC%2CoBAsBkF%2COAOhF%2CgBACC%3BAAR8E%2CMArD7E%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBkF%2COAOhF%2CgBACC%3BAARwF%2CcApC5F%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBACC%3BAARwF%2CMArDvF%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBACC%3BEAAa%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CwBAAA%3BEAA0B%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAARjI%2CcApCF%2CcAcC%2CoBAsBE%2COAOA%2CgBACC%2CWACC%3BAATH%2CMArDG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBE%2COAOA%2CgBACC%2CWACC%3BAATO%2CcApCZ%2CcAcC%2CoBAsBY%2COAOV%2CgBACC%2CWACC%3BAATO%2CMArDP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBY%2COAOV%2CgBACC%2CWACC%3BAATiB%2CcApCtB%2CcAcC%2CoBAsBsB%2COAOpB%2CgBACC%2CWACC%3BAATiB%2CMArDjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBsB%2COAOpB%2CgBACC%2CWACC%3BAAT2B%2CcApChC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBACC%2CWACC%3BAAT2B%2CMArD3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBACC%2CWACC%3BAATqC%2CcApC1C%2CcAcC%2CoBAsB0C%2COAOxC%2CgBACC%2CWACC%3BAATqC%2CMArDrC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB0C%2COAOxC%2CgBACC%2CWACC%3BAAT%2BC%2CcApCpD%2CcAcC%2CoBAsBoD%2COAOlD%2CgBACC%2CWACC%3BAAT%2BC%2CMArD%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBoD%2COAOlD%2CgBACC%2CWACC%3BAATyD%2CcApC9D%2CcAcC%2CoBAsB8D%2COAO5D%2CgBACC%2CWACC%3BAATyD%2CMArDzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB8D%2COAO5D%2CgBACC%2CWACC%3BAATmE%2CcApCxE%2CcAcC%2CoBAsBwE%2COAOtE%2CgBACC%2CWACC%3BAATmE%2CMArDnE%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBwE%2COAOtE%2CgBACC%2CWACC%3BAAT6E%2CcApClF%2CcAcC%2CoBAsBkF%2COAOhF%2CgBACC%2CWACC%3BAAT6E%2CMArD7E%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBkF%2COAOhF%2CgBACC%2CWACC%3BAATuF%2CcApC5F%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBACC%2CWACC%3BAATuF%2CMArDvF%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBACC%2CWACC%3BEAAO%2CcAAA%3BEAAgB%2CyBAAA%3B%3BAAT1B%2CcApCF%2CcAcC%2CoBAsBE%2COAOA%2CgBAIC%3BAAXF%2CMArDG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBE%2COAOA%2CgBAIC%3BAAXQ%2CcApCZ%2CcAcC%2CoBAsBY%2COAOV%2CgBAIC%3BAAXQ%2CMArDP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBY%2COAOV%2CgBAIC%3BAAXkB%2CcApCtB%2CcAcC%2CoBAsBsB%2COAOpB%2CgBAIC%3BAAXkB%2CMArDjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBsB%2COAOpB%2CgBAIC%3BAAX4B%2CcApChC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBAIC%3BAAX4B%2CMArD3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBAIC%3BAAXsC%2CcApC1C%2CcAcC%2CoBAsB0C%2COAOxC%2CgBAIC%3BAAXsC%2CMArDrC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB0C%2COAOxC%2CgBAIC%3BAAXgD%2CcApCpD%2CcAcC%2CoBAsBoD%2COAOlD%2CgBAIC%3BAAXgD%2CMArD%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBoD%2COAOlD%2CgBAIC%3BAAX0D%2CcApC9D%2CcAcC%2CoBAsB8D%2COAO5D%2CgBAIC%3BAAX0D%2CMArDzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB8D%2COAO5D%2CgBAIC%3BAAXoE%2CcApCxE%2CcAcC%2CoBAsBwE%2COAOtE%2CgBAIC%3BAAXoE%2CMArDnE%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBwE%2COAOtE%2CgBAIC%3BAAX8E%2CcApClF%2CcAcC%2CoBAsBkF%2COAOhF%2CgBAIC%3BAAX8E%2CMArD7E%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBkF%2COAOhF%2CgBAIC%3BAAXwF%2CcApC5F%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBAIC%3BAAXwF%2CMArDvF%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBAIC%3BAAXF%2CcApCF%2CcAcC%2CoBAsBE%2COAOA%2CgBAIsB%2CQAAO%3BAAX9B%2CMArDG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBE%2COAOA%2CgBAIsB%2CQAAO%3BAAXpB%2CcApCZ%2CcAcC%2CoBAsBY%2COAOV%2CgBAIsB%2CQAAO%3BAAXpB%2CMArDP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBY%2COAOV%2CgBAIsB%2CQAAO%3BAAXV%2CcApCtB%2CcAcC%2CoBAsBsB%2COAOpB%2CgBAIsB%2CQAAO%3BAAXV%2CMArDjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBsB%2COAOpB%2CgBAIsB%2CQAAO%3BAAXA%2CcApChC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBAIsB%2CQAAO%3BAAXA%2CMArD3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBAIsB%2CQAAO%3BAAXU%2CcApC1C%2CcAcC%2CoBAsB0C%2COAOxC%2CgBAIsB%2CQAAO%3BAAXU%2CMArDrC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB0C%2COAOxC%2CgBAIsB%2CQAAO%3BAAXoB%2CcApCpD%2CcAcC%2CoBAsBoD%2COAOlD%2CgBAIsB%2CQAAO%3BAAXoB%2CMArD%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBoD%2COAOlD%2CgBAIsB%2CQAAO%3BAAX8B%2CcApC9D%2CcAcC%2CoBAsB8D%2COAO5D%2CgBAIsB%2CQAAO%3BAAX8B%2CMArDzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB8D%2COAO5D%2CgBAIsB%2CQAAO%3BAAXwC%2CcApCxE%2CcAcC%2CoBAsBwE%2COAOtE%2CgBAIsB%2CQAAO%3BAAXwC%2CMArDnE%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBwE%2COAOtE%2CgBAIsB%2CQAAO%3BAAXkD%2CcApClF%2CcAcC%2CoBAsBkF%2COAOhF%2CgBAIsB%2CQAAO%3BAAXkD%2CMArD7E%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBkF%2COAOhF%2CgBAIsB%2CQAAO%3BAAX4D%2CcApC5F%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBAIsB%2CQAAO%3BAAX4D%2CMArDvF%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBAIsB%2CQAAO%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2CcAAA%3BEAAgB%2CqBAAA%3BEAAuB%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CiBAAA%3B%3BAACnK%2CcAhDL%2CcAcC%2CoBAsBE%2COAOA%2CgBAIC%2CoBACE%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBE%2COAOA%2CgBAIC%2CoBACE%3BAAAD%2CcAhDL%2CcAcC%2CoBAsBY%2COAOV%2CgBAIC%2CoBACE%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBY%2COAOV%2CgBAIC%2CoBACE%3BAAAD%2CcAhDL%2CcAcC%2CoBAsBsB%2COAOpB%2CgBAIC%2CoBACE%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBsB%2COAOpB%2CgBAIC%2CoBACE%3BAAAD%2CcAhDL%2CcAcC%2CoBAsBgC%2COAO9B%2CgBAIC%2CoBACE%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBAIC%2CoBACE%3BAAAD%2CcAhDL%2CcAcC%2CoBAsB0C%2COAOxC%2CgBAIC%2CoBACE%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB0C%2COAOxC%2CgBAIC%2CoBACE%3BAAAD%2CcAhDL%2CcAcC%2CoBAsBoD%2COAOlD%2CgBAIC%2CoBACE%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBoD%2COAOlD%2CgBAIC%2CoBACE%3BAAAD%2CcAhDL%2CcAcC%2CoBAsB8D%2COAO5D%2CgBAIC%2CoBACE%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB8D%2COAO5D%2CgBAIC%2CoBACE%3BAAAD%2CcAhDL%2CcAcC%2CoBAsBwE%2COAOtE%2CgBAIC%2CoBACE%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBwE%2COAOtE%2CgBAIC%2CoBACE%3BAAAD%2CcAhDL%2CcAcC%2CoBAsBkF%2COAOhF%2CgBAIC%2CoBACE%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBkF%2COAOhF%2CgBAIC%2CoBACE%3BAAAD%2CcAhDL%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBAIC%2CoBACE%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBAIC%2CoBACE%3BAAAD%2CcAhDL%2CcAcC%2CoBAsBE%2COAOA%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBE%2COAOA%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CcAhDL%2CcAcC%2CoBAsBY%2COAOV%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBY%2COAOV%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CcAhDL%2CcAcC%2CoBAsBsB%2COAOpB%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBsB%2COAOpB%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CcAhDL%2CcAcC%2CoBAsBgC%2COAO9B%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CcAhDL%2CcAcC%2CoBAsB0C%2COAOxC%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB0C%2COAOxC%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CcAhDL%2CcAcC%2CoBAsBoD%2COAOlD%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBoD%2COAOlD%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CcAhDL%2CcAcC%2CoBAsB8D%2COAO5D%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB8D%2COAO5D%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CcAhDL%2CcAcC%2CoBAsBwE%2COAOtE%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBwE%2COAOtE%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CcAhDL%2CcAcC%2CoBAsBkF%2COAOhF%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBkF%2COAOhF%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CcAhDL%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBAIsB%2CQAAO%2CUAC1B%3BAAAD%2CMAjEA%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBAIsB%2CQAAO%2CUAC1B%3BEAAU%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAAZlE%2CcApCF%2CcAcC%2CoBAsBE%2COAOA%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAd9B%2CMArDG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBE%2COAOA%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAdpB%2CcApCZ%2CcAcC%2CoBAsBY%2COAOV%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAdpB%2CMArDP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBY%2COAOV%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAdV%2CcApCtB%2CcAcC%2CoBAsBsB%2COAOpB%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAdV%2CMArDjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBsB%2COAOpB%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAdA%2CcApChC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAdA%2CMArD3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAdU%2CcApC1C%2CcAcC%2CoBAsB0C%2COAOxC%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAdU%2CMArDrC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB0C%2COAOxC%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAdoB%2CcApCpD%2CcAcC%2CoBAsBoD%2COAOlD%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAdoB%2CMArD%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBoD%2COAOlD%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAd8B%2CcApC9D%2CcAcC%2CoBAsB8D%2COAO5D%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAd8B%2CMArDzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB8D%2COAO5D%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAdwC%2CcApCxE%2CcAcC%2CoBAsBwE%2COAOtE%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAdwC%2CMArDnE%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBwE%2COAOtE%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAdkD%2CcApClF%2CcAcC%2CoBAsBkF%2COAOhF%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAdkD%2CMArD7E%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBkF%2COAOhF%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAd4D%2CcApC5F%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BAAd4D%2CMArDvF%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBAOC%2CUAAU%2CQAAO%2CUAAW%3BEAAQ%2CwBAAA%3B%3BAAdtC%2CcApCF%2CcAcC%2CoBAsBE%2COAOA%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAf9B%2CMArDG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBE%2COAOA%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAfpB%2CcApCZ%2CcAcC%2CoBAsBY%2COAOV%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAfpB%2CMArDP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBY%2COAOV%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAfV%2CcApCtB%2CcAcC%2CoBAsBsB%2COAOpB%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAfV%2CMArDjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBsB%2COAOpB%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAfA%2CcApChC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAfA%2CMArD3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAfU%2CcApC1C%2CcAcC%2CoBAsB0C%2COAOxC%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAfU%2CMArDrC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB0C%2COAOxC%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAfoB%2CcApCpD%2CcAcC%2CoBAsBoD%2COAOlD%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAfoB%2CMArD%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBoD%2COAOlD%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAf8B%2CcApC9D%2CcAcC%2CoBAsB8D%2COAO5D%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAf8B%2CMArDzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB8D%2COAO5D%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAfwC%2CcApCxE%2CcAcC%2CoBAsBwE%2COAOtE%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAfwC%2CMArDnE%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBwE%2COAOtE%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAfkD%2CcApClF%2CcAcC%2CoBAsBkF%2COAOhF%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAfkD%2CMArD7E%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBkF%2COAOhF%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAf4D%2CcApC5F%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BAAf4D%2CMArDvF%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBAQC%2CUAAU%2CQAAO%2CUAAW%3BEAAQ%2CcAAA%3B%3BAAftC%2CcApCF%2CcAcC%2CoBAsBE%2COAOA%2CgBASC%2CUAAU%3BAAhBZ%2CMArDG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBE%2COAOA%2CgBASC%2CUAAU%3BAAhBF%2CcApCZ%2CcAcC%2CoBAsBY%2COAOV%2CgBASC%2CUAAU%3BAAhBF%2CMArDP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBY%2COAOV%2CgBASC%2CUAAU%3BAAhBQ%2CcApCtB%2CcAcC%2CoBAsBsB%2COAOpB%2CgBASC%2CUAAU%3BAAhBQ%2CMArDjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBsB%2COAOpB%2CgBASC%2CUAAU%3BAAhBkB%2CcApChC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBASC%2CUAAU%3BAAhBkB%2CMArD3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBgC%2COAO9B%2CgBASC%2CUAAU%3BAAhB4B%2CcApC1C%2CcAcC%2CoBAsB0C%2COAOxC%2CgBASC%2CUAAU%3BAAhB4B%2CMArDrC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB0C%2COAOxC%2CgBASC%2CUAAU%3BAAhBsC%2CcApCpD%2CcAcC%2CoBAsBoD%2COAOlD%2CgBASC%2CUAAU%3BAAhBsC%2CMArD%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBoD%2COAOlD%2CgBASC%2CUAAU%3BAAhBgD%2CcApC9D%2CcAcC%2CoBAsB8D%2COAO5D%2CgBASC%2CUAAU%3BAAhBgD%2CMArDzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB8D%2COAO5D%2CgBASC%2CUAAU%3BAAhB0D%2CcApCxE%2CcAcC%2CoBAsBwE%2COAOtE%2CgBASC%2CUAAU%3BAAhB0D%2CMArDnE%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBwE%2COAOtE%2CgBASC%2CUAAU%3BAAhBoE%2CcApClF%2CcAcC%2CoBAsBkF%2COAOhF%2CgBASC%2CUAAU%3BAAhBoE%2CMArD7E%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsBkF%2COAOhF%2CgBASC%2CUAAU%3BAAhB8E%2CcApC5F%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBASC%2CUAAU%3BAAhB8E%2CMArDvF%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAsB4F%2CQAO1F%2CgBASC%2CUAAU%3BEAAQ%2CaAAA%3B%3BAAGpB%2CcAvDF%2CcAcC%2CoBAyCE%3BAAAD%2CMAxEG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCE%3BAAAS%2CcAvDZ%2CcAcC%2CoBAyCY%3BAAAD%2CMAxEP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCY%3BAAAS%2CcAvDtB%2CcAcC%2CoBAyCsB%3BAAAD%2CMAxEjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCsB%3BAAAS%2CcAvDhC%2CcAcC%2CoBAyCgC%3BAAAD%2CMAxE3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCgC%3BAAAS%2CcAvD1C%2CcAcC%2CoBAyC0C%3BAAAD%2CMAxErC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyC0C%3BAAAS%2CcAvDpD%2CcAcC%2CoBAyCoD%3BAAAD%2CMAxE%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCoD%3BAAAS%2CcAvD9D%2CcAcC%2CoBAyC8D%3BAAAD%2CMAxEzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyC8D%3BEAAW%2C2BAAA%3BEAA6B%2C8BAAA%3BEAAgC%2CsCAAA%3BEAAwC%2CkCAAA%3BEAAoC%2CkCAAA%3BEAAoC%2C0CAAA%3BEAA4C%2CsCAAA%3B%3BAAAjS%2CcAvDF%2CcAcC%2CoBAyCE%2COACA%3BAADD%2CMAxEG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCE%2COACA%3BAADS%2CcAvDZ%2CcAcC%2CoBAyCY%2COACV%3BAADS%2CMAxEP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCY%2COACV%3BAADmB%2CcAvDtB%2CcAcC%2CoBAyCsB%2COACpB%3BAADmB%2CMAxEjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCsB%2COACpB%3BAAD6B%2CcAvDhC%2CcAcC%2CoBAyCgC%2COAC9B%3BAAD6B%2CMAxE3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCgC%2COAC9B%3BAADuC%2CcAvD1C%2CcAcC%2CoBAyC0C%2COACxC%3BAADuC%2CMAxErC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyC0C%2COACxC%3BAADiD%2CcAvDpD%2CcAcC%2CoBAyCoD%2COAClD%3BAADiD%2CMAxE%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCoD%2COAClD%3BAAD2D%2CcAvD9D%2CcAcC%2CoBAyC8D%2CQAC5D%3BAAD2D%2CMAxEzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyC8D%2CQAC5D%3BEAAkB%2CWAAA%3B%3BAADnB%2CcAvDF%2CcAcC%2CoBAyCE%2COAEA%2CUAAU%2CQAAO%3BAAFlB%2CMAxEG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCE%2COAEA%2CUAAU%2CQAAO%3BAAFR%2CcAvDZ%2CcAcC%2CoBAyCY%2COAEV%2CUAAU%2CQAAO%3BAAFR%2CMAxEP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCY%2COAEV%2CUAAU%2CQAAO%3BAAFE%2CcAvDtB%2CcAcC%2CoBAyCsB%2COAEpB%2CUAAU%2CQAAO%3BAAFE%2CMAxEjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCsB%2COAEpB%2CUAAU%2CQAAO%3BAAFY%2CcAvDhC%2CcAcC%2CoBAyCgC%2COAE9B%2CUAAU%2CQAAO%3BAAFY%2CMAxE3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCgC%2COAE9B%2CUAAU%2CQAAO%3BAAFsB%2CcAvD1C%2CcAcC%2CoBAyC0C%2COAExC%2CUAAU%2CQAAO%3BAAFsB%2CMAxErC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyC0C%2COAExC%2CUAAU%2CQAAO%3BAAFgC%2CcAvDpD%2CcAcC%2CoBAyCoD%2COAElD%2CUAAU%2CQAAO%3BAAFgC%2CMAxE%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCoD%2COAElD%2CUAAU%2CQAAO%3BAAF0C%2CcAvD9D%2CcAcC%2CoBAyC8D%2CQAE5D%2CUAAU%2CQAAO%3BAAF0C%2CMAxEzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyC8D%2CQAE5D%2CUAAU%2CQAAO%3BEAAa%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CqBAAA%3B%3BAAF1D%2CcAvDF%2CcAcC%2CoBAyCE%2COAGA%2CUAAU%3BAAHX%2CMAxEG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCE%2COAGA%2CUAAU%3BAAHD%2CcAvDZ%2CcAcC%2CoBAyCY%2COAGV%2CUAAU%3BAAHD%2CMAxEP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCY%2COAGV%2CUAAU%3BAAHS%2CcAvDtB%2CcAcC%2CoBAyCsB%2COAGpB%2CUAAU%3BAAHS%2CMAxEjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCsB%2COAGpB%2CUAAU%3BAAHmB%2CcAvDhC%2CcAcC%2CoBAyCgC%2COAG9B%2CUAAU%3BAAHmB%2CMAxE3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCgC%2COAG9B%2CUAAU%3BAAH6B%2CcAvD1C%2CcAcC%2CoBAyC0C%2COAGxC%2CUAAU%3BAAH6B%2CMAxErC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyC0C%2COAGxC%2CUAAU%3BAAHuC%2CcAvDpD%2CcAcC%2CoBAyCoD%2COAGlD%2CUAAU%3BAAHuC%2CMAxE%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCoD%2COAGlD%2CUAAU%3BAAHiD%2CcAvD9D%2CcAcC%2CoBAyC8D%2CQAG5D%2CUAAU%3BAAHiD%2CMAxEzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyC8D%2CQAG5D%2CUAAU%3BEAAQ%2CaAAA%3B%3BAAHnB%2CcAvDF%2CcAcC%2CoBAyCE%2COAIA%3BAAJD%2CMAxEG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCE%2COAIA%3BAAJS%2CcAvDZ%2CcAcC%2CoBAyCY%2COAIV%3BAAJS%2CMAxEP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCY%2COAIV%3BAAJmB%2CcAvDtB%2CcAcC%2CoBAyCsB%2COAIpB%3BAAJmB%2CMAxEjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCsB%2COAIpB%3BAAJ6B%2CcAvDhC%2CcAcC%2CoBAyCgC%2COAI9B%3BAAJ6B%2CMAxE3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCgC%2COAI9B%3BAAJuC%2CcAvD1C%2CcAcC%2CoBAyC0C%2COAIxC%3BAAJuC%2CMAxErC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyC0C%2COAIxC%3BAAJiD%2CcAvDpD%2CcAcC%2CoBAyCoD%2COAIlD%3BAAJiD%2CMAxE%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCoD%2COAIlD%3BAAJ2D%2CcAvD9D%2CcAcC%2CoBAyC8D%2CQAI5D%3BAAJ2D%2CMAxEzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyC8D%2CQAI5D%3BEAAY%2COAAA%3BEAAS%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CaAAA%3BEAAe%2CeAAA%3BEAAiB%2CYAAA%3B%3BAAJpF%2CcAvDF%2CcAcC%2CoBAyCE%2COAKA%2CUAAU%3BAALX%2CMAxEG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCE%2COAKA%2CUAAU%3BAALD%2CcAvDZ%2CcAcC%2CoBAyCY%2COAKV%2CUAAU%3BAALD%2CMAxEP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCY%2COAKV%2CUAAU%3BAALS%2CcAvDtB%2CcAcC%2CoBAyCsB%2COAKpB%2CUAAU%3BAALS%2CMAxEjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCsB%2COAKpB%2CUAAU%3BAALmB%2CcAvDhC%2CcAcC%2CoBAyCgC%2COAK9B%2CUAAU%3BAALmB%2CMAxE3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCgC%2COAK9B%2CUAAU%3BAAL6B%2CcAvD1C%2CcAcC%2CoBAyC0C%2COAKxC%2CUAAU%3BAAL6B%2CMAxErC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyC0C%2COAKxC%2CUAAU%3BAALuC%2CcAvDpD%2CcAcC%2CoBAyCoD%2COAKlD%2CUAAU%3BAALuC%2CMAxE%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCoD%2COAKlD%2CUAAU%3BAALiD%2CcAvD9D%2CcAcC%2CoBAyC8D%2CQAK5D%2CUAAU%3BAALiD%2CMAxEzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyC8D%2CQAK5D%2CUAAU%3BAALX%2CcAvDF%2CcAcC%2CoBAyCE%2COAKmB%2CUAAU%3BAAL9B%2CMAxEG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCE%2COAKmB%2CUAAU%3BAALpB%2CcAvDZ%2CcAcC%2CoBAyCY%2COAKS%2CUAAU%3BAALpB%2CMAxEP%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCY%2COAKS%2CUAAU%3BAALV%2CcAvDtB%2CcAcC%2CoBAyCsB%2COAKD%2CUAAU%3BAALV%2CMAxEjB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCsB%2COAKD%2CUAAU%3BAALA%2CcAvDhC%2CcAcC%2CoBAyCgC%2COAKX%2CUAAU%3BAALA%2CMAxE3B%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCgC%2COAKX%2CUAAU%3BAALU%2CcAvD1C%2CcAcC%2CoBAyC0C%2COAKrB%2CUAAU%3BAALU%2CMAxErC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyC0C%2COAKrB%2CUAAU%3BAALoB%2CcAvDpD%2CcAcC%2CoBAyCoD%2COAK%5C%2FB%2CUAAU%3BAALoB%2CMAxE%5C%2FC%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyCoD%2COAK%5C%2FB%2CUAAU%3BAAL8B%2CcAvD9D%2CcAcC%2CoBAyC8D%2CQAKzC%2CUAAU%3BAAL8B%2CMAxEzD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAyC8D%2CQAKzC%2CUAAU%3BEAAsB%2C2BAAA%3BEAA6B%2CuBAAA%3BEAAyB%2CsBAAA%3BEAAwB%2CcAAA%3BEAAgB%2CqBAAA%3B%3BAAElJ%2CcA9DF%2CcAcC%2CoBAgDE%2COAAQ%3BAAAT%2CMA%5C%2FEG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAgDE%2COAAQ%3BAAAiB%2CcA9D5B%2CcAcC%2CoBAgD4B%2COAAQ%3BAAAT%2CMA%5C%2FEvB%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAgD4B%2COAAQ%3BAAAiB%2CcA9DtD%2CcAcC%2CoBAgDsD%2CQAAS%3BAAAV%2CMA%5C%2FEjD%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAgDsD%2CQAAS%3BEAAkB%2C8BAAA%3BEAAgC%2CsCAAA%3BEAAwC%2CkCAAA%3B%3BAACxJ%2CcA%5C%2FDF%2CcAcC%2CoBAiDE%3BAAAD%2CMAhFG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAiDE%3BEAAU%2CmCAAA%3BEAAgD%2C2BAAA%3BEAAwC%2C%2BBAAA%3B%3BAAAnG%2CcA%5C%2FDF%2CcAcC%2CoBAiDE%2COACA%2CUAAU%3BAADX%2CMAhFG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAiDE%2COACA%2CUAAU%3BEAAU%2CcAAA%3B%3BAADrB%2CcA%5C%2FDF%2CcAcC%2CoBAiDE%2COAEA%2CUAAU%3BAAFX%2CMAhFG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAiDE%2COAEA%2CUAAU%3BAAFX%2CcA%5C%2FDF%2CcAcC%2CoBAiDE%2COAEmB%3BAAFpB%2CMAhFG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAiDE%2COAEmB%3BEAAsB%2CiBAAA%3BEAAmB%2CYAAA%3B%3BAAF7D%2CcA%5C%2FDF%2CcAcC%2CoBAiDE%2COAGA%2CUAAU%2CQAAQ%3BAAHnB%2CMAhFG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAiDE%2COAGA%2CUAAU%2CQAAQ%3BAAHnB%2CcA%5C%2FDF%2CcAcC%2CoBAiDE%2COAGwB%2CoBAAoB%3BAAH7C%2CMAhFG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAcC%2CoBAiDE%2COAGwB%2CoBAAoB%3BEAAO%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAApFvE%2CcAkBC%2CcAuEC%2CQAAO%2COAAO%2CQAAS%3BAAxFzB%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAuEC%2CQAAO%2COAAO%2CQAAS%3BEAAO%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CsBAAA%3B%3BAAzFtE%2CcAkBC%2CcAwEC%2CiBACC%2COAAM%3BAA1FT%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAwEC%2CiBACC%2COAAM%3BEAAe%2CyBAAA%3BEAA2B%2CWAAA%3BEAAa%2CyBAAA%3BEAA2B%2CqBAAA%3BEAAuB%2CkBAAA%3BEAAoB%2CmBAAA%3BEAAqB%2C2BAAA%3B%3BAA3F3J%2CcAkBC%2CcA2EC%2CYAAY%2CQAAO%3BAA5FrB%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcA2EC%2CYAAY%2CQAAO%3BEAAW%2CWAAA%3BEAAa%2C0BAAA%3BEAA4B%2C6BAAA%3B%3BAA7FzE%2CcAkBC%2CcA4EC%2CYAAY%2CQAAO%2CQAAS%3BAA7F9B%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcA4EC%2CYAAY%2CQAAO%2CQAAS%3BEAAO%2C2BAAA%3B%3BAA9FrC%2CcAkBC%2CcA6EC%3BAA9FF%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcA6EC%3BEAAa%2CcAAA%3BEAAgB%2C2BAAA%3BEAA6B%2CmCAAA%3BEAAqC%2C%2BBAAA%3B%3BAA%5C%2FFjG%2CcAkBC%2CcA6EC%2CWACC%3BAA%5C%2FFH%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcA6EC%2CWACC%3BEAAe%2CaAAA%3B%3BAAhGlB%2CcAkBC%2CcA6EC%2CWAEC%3BAAhGH%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcA6EC%2CWAEC%3BEAAS%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAAjGxC%2CcAkBC%2CcAiFO%3BAAlGR%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAiFO%3BEAAqB%2CWAAA%3BEAAa%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CuBAAA%3BEAAyB%2CeAAA%3BEAAiB%2CuBAAA%3BEAAyB%2CmBAAA%3B%3BAAnGxN%2CcAkBC%2CcAkFC%3BAAnGF%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAkFC%3BEAAa%2CkBAAA%3BEAAoB%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3B%3BAApGzE%2CcAkBC%2CcAmFC%3BAApGF%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAmFC%3BEAAwB%2CmBAAA%3BEAAqB%2COAAA%3BEAAS%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CgBAAA%3B%3BAArGtF%2CcAkBC%2CcAoFC%3BAArGF%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAoFC%3BEAAe%2CcAAA%3BEAAgB%2CcAAA%3B%3BAAtGjC%2CcAkBC%2CcAoFC%2CYACC%2CQAAO%3BAAtGV%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAoFC%2CYACC%2CQAAO%3BEAAa%2C4BAAA%3BEAA8B%2CyBAAA%3BEAA2B%2CeAAA%3BEAAiB%2CqBAAA%3BEAAuB%2CqBAAA%3B%3BAAvGxH%2CcAkBC%2CcAuFC%3BAAxGF%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAuFC%3BEAA4B%2CcAAA%3BEAAgB%2CeAAA%3B%3BAAzG9C%2CcAkBC%2CcAuFC%2C0BACC%3BAAzGH%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAuFC%2C0BACC%3BEAAI%2CSAAA%3BEAAW%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAA1GtD%2CcAkBC%2CcAuFC%2C0BAEC%3BAA1GH%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAuFC%2C0BAEC%3BEAAK%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CkBAAA%3B%3BAA3GtC%2CcAkBC%2CcAuFC%2C0BAEC%2CGACC%3BAA3GJ%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAuFC%2C0BAEC%2CGACC%3BEAAK%2CgBAAA%3B%3BAA5GT%2CcAkBC%2CcAuFC%2C0BAKC%3BAA7GH%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAuFC%2C0BAKC%3BEAAK%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAA9GzB%2CcAkBC%2CcA%2BFC%3BAAhHF%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcA%2BFC%3BEAA2B%2CcAAA%3BEAAgB%2C8BAAA%3B%3BAAjH7C%2CcAkBC%2CcA%2BFC%2CyBACC%3BAAjHH%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcA%2BFC%2CyBACC%3BEAAkB%2COAAA%3BEAAS%2CSAAA%3B%3BAAlH9B%2CcAkBC%2CcAkGC%2CkBAAiB%2CKAAM%2CeAAc%3BAAnHvC%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAkGC%2CkBAAiB%2CKAAM%2CeAAc%3BEAAQ%2CYAAA%3BEAAc%2CWAAA%3B%3BAApH7D%2CcAkBC%2CcAmGC%2CkBACC%3BAArHH%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAmGC%2CkBACC%3BEAAiB%2CqBAAA%3BEAAuB%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CYAAA%3BEAAc%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2C0CAAA%3BEAAyC%2CkDAAA%3BEAAiD%2CiBAAA%3B%3BAAtHnO%2CcAkBC%2CcAmGC%2CkBAEC%3BAAtHH%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAmGC%2CkBAEC%3BEAA4B%2CSAAA%3B%3BAAvH%5C%2FB%2CcAkBC%2CcAmGC%2CkBAGC%2CeAAc%3BAAvHjB%2CMAAM%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAmGC%2CkBAGC%2CeAAc%3BEAAQ%2CeAAA%3BEAAiB%2CeAAA%3BEAAiB%2CYAAA%3BEAAc%2CiBAAA%3B%3BAACtE%2CcAvGF%2CcAmGC%2CkBAIE%2CKACA%2CeAAc%3BAADf%2CMAxHG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAmGC%2CkBAIE%2CKACA%2CeAAc%3BEAAQ%2CmBAAA%3BEAAqB%2C6BAAA%3BEAA%2BB%2CWAAA%3B%3BAAK3E%2CcA7GF%2CcA4GC%2CmBACE%2CMACA%3BAADD%2CMA9HG%2COAAO%2CoBAAqB%2CqBAiBjC%2CcA4GC%2CmBACE%2CMACA%3BEAAsB%2C2BAAA%3BEAA6B%2CwBAAA%3BEAA0B%2CsBAAA%3B%3BAAGzE%2CcAjHP%2CcAiHQ%2CMAAM%3BAAAP%2CMAlIF%2COAAO%2CoBAAqB%2CqBAiBjC%2CcAiHQ%2CMAAM%3BEAAsB%2C2BAAA%3BEAA6B%2CwBAAA%3BEAA0B%2CsBAAA%3B%3BAAnI5F%2CcAqIC%2CcACC%3BAArIF%2CMAAM%2COAAO%2CoBAAqB%2CqBAoIjC%2CcACC%3BEAAa%2CqBAAA%3BEAAuB%2CaAAA%3BEAAe%2CiBAAA%3B%3BAAtIrD%2CcAwIC%2CcAAc%3BAAvIf%2CMAAM%2COAAO%2CoBAAqB%2CqBAuIjC%2CcAAc%3BAAxIf%2CcAwIuB%2CcAAc%3BAAvIrC%2CMAAM%2COAAO%2CoBAAqB%2CqBAuIX%2CcAAc%3BEAAa%2CqBAAA%3BEAAuB%2CSAAA%3B%3BAAxIzE%2CcAyIC%2CcAAc%3BAAxIf%2CMAAM%2COAAO%2CoBAAqB%2CqBAwIjC%2CcAAc%3BEAAkB%2CgBAAA%3B%3BAAzIjC%2CcA0IC%2CcAAc%2CcAAc%2CgBAAgB%3BAAzI7C%2CMAAM%2COAAO%2CoBAAqB%2CqBAyIjC%2CcAAc%2CcAAc%2CgBAAgB%3BEAAY%2C0BAAA%3BEAA4B%2CuBAAA%3BEAAyB%2CaAAA%3B%3BAA1I9G%2CcA2IC%2CcAAc%2CcAAc%2CoBAAoB%2CKAAK%3BAA1ItD%2CMAAM%2COAAO%2CoBAAqB%2CqBA0IjC%2CcAAc%2CcAAc%2CoBAAoB%2CKAAK%3BEAAQ%2CaAAA%3B%3BAA3I9D%2CcA4IC%2CeAAe%2CcAAc%3BAA3I9B%2CMAAM%2COAAO%2CoBAAqB%2CqBA2IjC%2CeAAe%2CcAAc%3BEAAW%2C2BAAA%3BEAAwC%2CmCAAA%3BEAAgD%2C%2BBAAA%3B%3BAA5IjI%2CcA6IC%2CeAAe%2CcAAc%2CSAAS%3BAA5IvC%2CMAAM%2COAAO%2CoBAAqB%2CqBA4IjC%2CeAAe%2CcAAc%2CSAAS%3BEAAa%2CkBAAA%3B%3BAA7IpD%2CcA8IC%2CeAAe%2CcAAc%2CSAAS%3BAA7IvC%2CMAAM%2COAAO%2CoBAAqB%2CqBA6IjC%2CeAAe%2CcAAc%2CSAAS%3BEAAU%2C6BAAA%3BEAA%2BB%2C2BAAA%3B%3BAA9IhF%2CcA%2BIC%2CeAAe%2CcAAc%2CSAAS%2CQAAQ%3BAA9I%5C%2FC%2CMAAM%2COAAO%2CoBAAqB%2CqBA8IjC%2CeAAe%2CcAAc%2CSAAS%2CQAAQ%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CoBAAA%3B%3BAA%5C%2FIrF%2CcAgJC%2CeAAe%2CcAAc%2CSAAS%2CQAAQ%3BAA%5C%2FI%5C%2FC%2CMAAM%2COAAO%2CoBAAqB%2CqBA%2BIjC%2CeAAe%2CcAAc%2CSAAS%2CQAAQ%3BEAAO%2CuBAAA%3BEAAyB%2C2BAAA%3B%3BAAhJ%5C%2FE%2CcAiJC%2CeAAe%2CcAAc%3BAAhJ9B%2CMAAM%2COAAO%2CoBAAqB%2CqBAgJjC%2CeAAe%2CcAAc%3BEAAsB%2CaAAA%3B%3BAAjJpD%2CcAkJC%2CeAAe%2CcAAc%3BAAjJ9B%2CMAAM%2COAAO%2CoBAAqB%2CqBAiJjC%2CeAAe%2CcAAc%3BEAAkB%2CaAAA%3B%3BAAlJhD%2CcAmJC%2CeAAe%2CcAAc%3BAAlJ9B%2CMAAM%2COAAO%2CoBAAqB%2CqBAkJjC%2CeAAe%2CcAAc%3BAAnJ9B%2CcAoJC%2CeAAe%2CcAAc%3BAAnJ9B%2CMAAM%2COAAO%2CoBAAqB%2CqBAmJjC%2CeAAe%2CcAAc%3BAApJ9B%2CcAoJmD%2CeAAe%2CcAAc%3BAAnJhF%2CMAAM%2COAAO%2CoBAAqB%2CqBAmJiB%2CeAAe%2CcAAc%3BEAAsB%2CiCAAA%3BEAAmC%2CyCAAA%3BEAA2C%2CqCAAA%3B%3BAApJpL%2CcAqJC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BAApJ5D%2CMAAM%2COAAO%2CoBAAqB%2CqBAoJjC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BAArJ5D%2CcAsJC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BAArJ5D%2CMAAM%2COAAO%2CoBAAqB%2CqBAqJjC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BAAtJ5D%2CcAuJC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BAAtJ5D%2CMAAM%2COAAO%2CoBAAqB%2CqBAsJjC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BAAvJ5D%2CcAuJqE%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BAAtJhI%2CMAAM%2COAAO%2CoBAAqB%2CqBAsJmC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAAU%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CiBAAA%3BEAAmB%2C0BAAA%3BEAA4B%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CiBAAA%3BEAAmB%2C6BAAA%3B%3BAAvJjS%2CcAwJC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%2CQAAO%3BAAvJnE%2CMAAM%2COAAO%2CoBAAqB%2CqBAuJjC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%2CQAAO%3BEAAS%2CwBAAA%3B%3BAAxJ5E%2CcAyJC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BAAxJ5D%2CMAAM%2COAAO%2CoBAAqB%2CqBAwJjC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAAU%2C2BAAA%3B%3BAAzJtE%2CcA0JC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%2CQAAQ%3BAAzJpE%2CMAAM%2COAAO%2CoBAAqB%2CqBAyJjC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%2CQAAQ%3BAA1JpE%2CcA2JC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%2CQAAQ%3BAA1JpE%2CMAAM%2COAAO%2CoBAAqB%2CqBA0JjC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%2CQAAQ%3BEAAQ%2CwBAAA%3B%3BAA3J5E%2CcA4JC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%2CQAAQ%2CMAAM%3BAA3J1E%2CMAAM%2COAAO%2CoBAAqB%2CqBA2JjC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%2CQAAQ%2CMAAM%3BEAAW%2CyBAAA%3B%3BAA5JrF%2CcA6JC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAS%2CSAAU%3BAA5JrE%2CMAAM%2COAAO%2CoBAAqB%2CqBA4JjC%2CeAAe%2CcAAc%2CoBAAoB%2CUAAS%2CSAAU%3BEAAU%2CsBAAA%3BEAAwB%2C0BAAA%3BEAA4B%2CyBAAA%3B%3BAA7JnI%2CcA8JC%2CeAAe%2CcAAc%2CmBAAmB%3BAA7JjD%2CMAAM%2COAAO%2CoBAAqB%2CqBA6JjC%2CeAAe%2CcAAc%2CmBAAmB%3BAA9JjD%2CcA%2BJC%2CeAAe%2CcAAc%2CmBAAkB%2CMAAO%3BAA9JvD%2CMAAM%2COAAO%2CoBAAqB%2CqBA8JjC%2CeAAe%2CcAAc%2CmBAAkB%2CMAAO%3BAA%5C%2FJvD%2CcAgKC%2CeAAe%2CcAAc%2CmBAAmB%3BAA%5C%2FJjD%2CMAAM%2COAAO%2CoBAAqB%2CqBA%2BJjC%2CeAAe%2CcAAc%2CmBAAmB%3BAAhKjD%2CcAiKC%2CeAAe%2CcAAc%2CmBAAkB%2CMAAO%3BAAhKvD%2CMAAM%2COAAO%2CoBAAqB%2CqBAgKjC%2CeAAe%2CcAAc%2CmBAAkB%2CMAAO%3BAAjKvD%2CcAiK4E%2CeAAe%2CcAAc%2CmBAAkB%2CMAAO%3BAAhKlI%2CMAAM%2COAAO%2CoBAAqB%2CqBAgK0C%2CeAAe%2CcAAc%2CmBAAkB%2CMAAO%3BEAAsB%2CcAAA%3B%3BAAjKxJ%2CcAkKC%2CeAAe%2CcAAc%3BAAjK9B%2CMAAM%2COAAO%2CoBAAqB%2CqBAiKjC%2CeAAe%2CcAAc%3BAAlK9B%2CcAmKC%2CeAAe%2CcAAc%3BAAlK9B%2CMAAM%2COAAO%2CoBAAqB%2CqBAkKjC%2CeAAe%2CcAAc%3BEAAiB%2CYAAA%3B%3BAAnK%5C%2FC%2CcAoKC%2CeAAe%2CcAAc%2CoBAAmB%2CQAAS%3BAAnK1D%2CMAAM%2COAAO%2CoBAAqB%2CqBAmKjC%2CeAAe%2CcAAc%2CoBAAmB%2CQAAS%3BAApK1D%2CcAoKmE%2CeAAe%2CcAAc%2CoBAAmB%2CQAAS%3BAAnK5H%2CMAAM%2COAAO%2CoBAAqB%2CqBAmKiC%2CeAAe%2CcAAc%2CoBAAmB%2CQAAS%3BEAAU%2C8BAAA%3BEAAgC%2CkCAAA%3BEAAoC%2CsCAAA%3BEAAwC%2CuBAAA%3B%3BAApKlP%2CcAqKC%2CeAAe%2CcAAc%2CWAAW%3BAApKzC%2CMAAM%2COAAO%2CoBAAqB%2CqBAoKjC%2CeAAe%2CcAAc%2CWAAW%3BAArKzC%2CcAqK8D%2CeAAe%2CcAAc%2CWAAW%3BAApKtG%2CMAAM%2COAAO%2CoBAAqB%2CqBAoK4B%2CeAAe%2CcAAc%2CWAAW%3BEAAsB%2CsBAAA%3B%3BAArK5H%2CcAsKC%2CeAAe%2CcAAc%3BAArK9B%2CMAAM%2COAAO%2CoBAAqB%2CqBAqKjC%2CeAAe%2CcAAc%3BEAAW%2CiCAAA%3BEAAmC%2CyCAAA%3BEAA2C%2CqCAAA%3B%3BAAtKvH%2CcAuKC%2CeAAe%2CcAAc%3BAAtK9B%2CMAAM%2COAAO%2CoBAAqB%2CqBAsKjC%2CeAAe%2CcAAc%3BEAAsB%2CaAAA%3BEAAe%2CkCAAA%3BEAAoC%2CmBAAA%3B%3BAAvKvG%2CcAwKC%2CeAAe%2CcAAc%2CoBAAoB%3BAAvKlD%2CMAAM%2COAAO%2CoBAAqB%2CqBAuKjC%2CeAAe%2CcAAc%2CoBAAoB%3BEAAkB%2CQAAA%3B%3BAAxKpE%2CcAyKC%2CeAAe%2CcAAc%2CoBAAoB%3BAAxKlD%2CMAAM%2COAAO%2CoBAAqB%2CqBAwKjC%2CeAAe%2CcAAc%2CoBAAoB%3BEAAY%2CwBAAA%3BEAA0B%2CQAAA%3B%3BAAzKxF%2CcA2KC%2CgBACC%3BAA3KF%2CMAAM%2COAAO%2CoBAAqB%2CqBA0KjC%2CgBACC%3BEAAqB%2CWAAA%3BEAAa%2C6BAAA%3BEAA%2BB%2CkBAAA%3BEAAoB%2CyBAAA%3BEAA2B%2CqBAAA%3BEAAuB%2CsBAAA%3BEAAwB%2CyBAAA%3BEAA2B%2CoBAAA%3BEAAsB%2CiBAAA%3BEAAmB%2CkBAAA%3B%3BAA5KrO%2CcA2KC%2CgBACC%2CmBACC%3BAA5KH%2CMAAM%2COAAO%2CoBAAqB%2CqBA0KjC%2CgBACC%2CmBACC%3BEAAoB%2CeAAA%3BEAAiB%2CwBAAA%3BEAA0B%2CcAAA%3BEAAgB%2CsBAAA%3BEAAwB%2CqBAAA%3BEAAuB%2CoBAAA%3BEAAsB%2CgBAAA%3B%3BAA7KvJ%2CcA2KC%2CgBACC%2CmBAEC%3BAA7KH%2CMAAM%2COAAO%2CoBAAqB%2CqBA0KjC%2CgBACC%2CmBAEC%3BEAAoB%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CcAAA%3BEAAgB%2CsBAAA%3BEAAwB%2CqBAAA%3BEAAuB%2CoBAAA%3B%3BAAIvK%2CYAAY%2CIAAI%2CyBAA0B%2CeAAe%2CcAAc%2CWAAW%3BEAAsB%2CyBAAA%3BEAA2B%2CaAAA%3B%3BAACnI%2CuBAAwB%2CeAAe%2CcAAc%3BAACrD%2CuBAAwB%2CeAAe%2CcAAc%2CSAAQ%2CKAAM%3BEAAI%2CgBAAA%3B%3BAACvE%2CoBACC%2CeACC%2CcAAc%3BAAFhB%2CoBACiB%2COAAM%2COAAO%2CoBAAqB%2CqBACjD%2CcAAc%3BEAAa%2CqBAAA%3BEAAuB%2CaAAA%3BEAAe%2CiBAAA%3B%3BAAGnE%2CMAAM%2COAAO%2CoBAAqB%2CqBAAqB%2CcAAc%2CoBAAmB%2COAAQ%3BEAAgB%2CiBAAA%3B%3BAAChH%2CUACC%3BEAAe%2CwBAAA%3B%3BAADhB%2CUAEC%3BAAFD%2CUAGC%3BEAAiB%2CqBAAA%3BEAAuB%2CmBAAA%3BEAAqB%2CsBAAA%3B%3BAAH9D%2CUAEC%2CWAEC%3BAAJF%2CUAGC%2CeACC%3BEAAe%2CwBAAA%3B%3BAAJjB%2CUAMC%3BAAND%2CUAOC%2CKAAI%3BEAAS%2CqBAAA%3B%3BAAPd%2CUAMC%2CWAEC%2CeACC%3BAATH%2CUAOC%2CKAAI%2CMACH%2CeACC%3BEAAS%2C6BAAA%3B%3B%3B%3B%3B%3B%3B%3BAAWZ%3BEAAkB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAAAvC%2CeACC%3BEAAiB%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CqBAAA%3BEAAuB%2CkBAAA%3BEAAoB%2CsBAAA%3B%3BAACxF%2CeADD%2CeACE%3BEACA%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEAAkD%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CkBAAA%3BEAAoB%2CMAAA%3BEAAQ%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CYAAA%3BEAAc%2CcAAA%3B%3BAAH7N%2CeACC%2CeAGG%3BEAAO%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAACxB%2CeAJF%2CeAGG%2COACA%3BEAAU%2CcAAA%3BEAAgB%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEAAkD%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CkBAAA%3B%3BAAIvL%2CoBAAoB%3BEAAU%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEAAkD%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CcAAA%3B%3BAAC3N%2CoBAAqB%2CMAAK%3BEAAU%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CWAAA%3B%3BAAC3J%2CoBAAqB%2CUAAS%3BEAAU%2CSAAS%2COAAT%3B%3BAACxC%2CoBAAqB%2CUAAS%3BEAAU%2CSAAS%2CQAAQ%2COAAjB%3B%3BAACxC%2CoBAAqB%2CUAAS%3BEAAU%2CSAAS%2CQAAQ%2CQAAQ%2COAAzB%3B%3BAACxC%2CoBAAqB%2CUAAS%3BEAAU%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2COAAjC%3B%3BAACxC%2CoBAAqB%2CUAAS%3BEAAU%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3B%3BAACxC%2CoBAAqB%2CMAAK%3BEAAU%2CcAAA%3B%3BAACpC%3BEAAe%2CeAAA%3B%3B%3B%3B%3B%3BAAQd%2CiBAAC%2CoBACA%2CWAAa%2CsBAAoB%3BAADlC%2CcAAC%2CoBACA%2CWAAa%2CsBAAoB%3BEAAc%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAAGjE%2CoBAAoB%2CsBAEnB%2CQAAO%3BAADR%2C2BACC%2CQAAO%3B%3B%3B%3B%3B%3B%3B%3BAAGL%2CoBALiB%2CsBAEnB%2CQAAO%2CKAEN%2CiBACE%2CcACA%3BAADD%2C2BAHF%2CQAAO%2CKAEN%2CiBACE%2CcACA%3BEAAgB%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAC%5C%2FC%2CoBAPe%2CsBAEnB%2CQAAO%2CKAEN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BAAAvB%2C2BALJ%2CQAAO%2CKAEN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BEAAQ%2CWAAA%3B%3BAAC%5C%2FB%2CoBARe%2CsBAEnB%2CQAAO%2CKAEN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BAAArB%2C2BANJ%2CQAAO%2CKAEN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BEAAQ%2CeAAA%3B%3BAAQ%5C%2FB%2CoBAhBiB%2CsBAEnB%2CQAAO%2CKAaN%2CiBACE%2CcACA%3BAADD%2C2BAdF%2CQAAO%2CKAaN%2CiBACE%2CcACA%3BEAAgB%2CUAAA%3BEAAY%2CyBAAA%3BEAAkC%2CcAAA%3B%3BAAC7D%2CoBAlBe%2CsBAEnB%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CIAAI%2CIAAI%3BAAArB%2C2BAhBJ%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CIAAI%2CIAAI%3BEAAQ%2CyBAAA%3B%3BAAC7B%2CoBAnBe%2CsBAEnB%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CMAAM%2CIAAI%3BAAAvB%2C2BAjBJ%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CMAAM%2CIAAI%3BEAAQ%2CWAAA%3B%3BAAC%5C%2FB%2CoBApBe%2CsBAEnB%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CIAAI%2CIAAI%3BAAArB%2C2BAlBJ%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CIAAI%2CIAAI%3BEAAQ%2CeAAA%3B%3BAAQ%5C%2FB%2CoBA5BiB%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%3BAADD%2C2BA1BF%2CQAAO%2CKAyBN%2CiBACE%2CcACA%3BEAAgB%2CaAAA%3BEAAe%2CyBAAA%3BEAAkC%2CcAAA%3B%3BAAChE%2CoBA9Be%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BAAAvB%2C2BA5BJ%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BEAAQ%2CWAAA%3B%3BAAC%5C%2FB%2CoBA%5C%2FBe%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BAAArB%2C2BA7BJ%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BEAAQ%2CeAAA%3B%3BAAE5B%2CoBAjCc%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COACA%2CGAAK%3BAADN%2C2BA%5C%2FBL%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COACA%2CGAAK%3BEAAK%2CcAAA%3B%3BAADX%2CoBAjCc%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAEA%3BAAFD%2C2BA%5C%2FBL%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAEA%3BAAFD%2CoBAjCc%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAGA%2CQAAO%2COAAO%3BAAHf%2C2BA%5C%2FBL%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAGA%2CQAAO%2COAAO%3BAAHf%2CoBAjCc%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAIA%2CQAAO%3BAAJR%2C2BA%5C%2FBL%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAIA%2CQAAO%3BAAJR%2CoBAjCc%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAKA%2CQAAO%3BAALR%2C2BA%5C%2FBL%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAKA%2CQAAO%3BAALR%2CoBAjCc%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAMA%2CgBAAgB%2CUAAU%3BAAN3B%2C2BA%5C%2FBL%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAMA%2CgBAAgB%2CUAAU%3BAAN3B%2CoBAjCc%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAOA%3BAAPD%2C2BA%5C%2FBL%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAOA%3BEAAS%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3B%3BAAChC%2CoBAzCS%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAEA%2CoBAMK%3BAAAD%2C2BAvCV%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAEA%2CoBAMK%3BAAAD%2CoBAzCS%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAGA%2CQAAO%2COAAO%2CQAKT%3BAAAD%2C2BAvCV%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAGA%2CQAAO%2COAAO%2CQAKT%3BAAAD%2CoBAzCS%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAIA%2CQAAO%2CWAIF%3BAAAD%2C2BAvCV%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAIA%2CQAAO%2CWAIF%3BAAAD%2CoBAzCS%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAKA%2CQAAO%2CUAGF%3BAAAD%2C2BAvCV%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAKA%2CQAAO%2CUAGF%3BAAAD%2CoBAzCS%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAMA%2CgBAAgB%2CUAAU%2CQAErB%3BAAAD%2C2BAvCV%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAMA%2CgBAAgB%2CUAAU%2CQAErB%3BAAAD%2CoBAzCS%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAOA%2COACK%3BAAAD%2C2BAvCV%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAOA%2COACK%3BEAAU%2CeAAA%3BEAAiB%2CYAAA%3BEAAc%2CiBAAA%3B%3BAAR%5C%2FC%2CoBAjCc%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAEA%2CoBAOI%3BAATL%2C2BA%5C%2FBL%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAEA%2CoBAOI%3BAATL%2CoBAjCc%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAGA%2CQAAO%2COAAO%2CQAMV%3BAATL%2C2BA%5C%2FBL%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAGA%2CQAAO%2COAAO%2CQAMV%3BAATL%2CoBAjCc%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAIA%2CQAAO%2CWAKH%3BAATL%2C2BA%5C%2FBL%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAIA%2CQAAO%2CWAKH%3BAATL%2CoBAjCc%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAKA%2CQAAO%2CUAIH%3BAATL%2C2BA%5C%2FBL%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAKA%2CQAAO%2CUAIH%3BAATL%2CoBAjCc%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAMA%2CgBAAgB%2CUAAU%2CQAGtB%3BAATL%2C2BA%5C%2FBL%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAMA%2CgBAAgB%2CUAAU%2CQAGtB%3BAATL%2CoBAjCc%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAOA%2COAEI%3BAATL%2C2BA%5C%2FBL%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAGC%2CoBACE%2COAOA%2COAEI%3BEAAgB%2CkBAAA%3B%3BAAdxB%2CoBA5BiB%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAiBC%2CkBACC%3BAAnBH%2C2BA1BF%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAiBC%2CkBACC%3BEAAiB%2CeAAA%3BEAAiB%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CiBAAA%3B%3BAAnBhE%2CoBA5BiB%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAiBC%2CkBAEC%2CeAAc%3BAApBjB%2C2BA1BF%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAiBC%2CkBAEC%2CeAAc%3BEAAQ%2CiBAAA%3BEAAmB%2CcAAA%3BEAAgB%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CeAAA%3B%3BAApBvF%2CoBA5BiB%2CsBAEnB%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAqBC%2CYAAY%3BAAtBd%2C2BA1BF%2CQAAO%2CKAyBN%2CiBACE%2CcACA%2CcAqBC%2CYAAY%3BEAAa%2CiBAAA%3BEAAmB%2CeAAA%3B%3BAAG9C%2CoBArDiB%2CsBAEnB%2CQAAO%2CKAyBN%2CiBA0BE%2CaAAc%2CcAAc%2CgBAAgB%3BAAA7C%2C2BAnDF%2CQAAO%2CKAyBN%2CiBA0BE%2CaAAc%2CcAAc%2CgBAAgB%3BEAAY%2CeAAA%3BEAAiB%2CYAAA%3B%3BAAC1E%2CoBAtDiB%2CsBAEnB%2CQAAO%2CKAyBN%2CiBA2BE%2CaAAc%2CcAAc%2CmBAAmB%3BAAAhD%2C2BApDF%2CQAAO%2CKAyBN%2CiBA2BE%2CaAAc%2CcAAc%2CmBAAmB%3BEAAI%2CeAAA%3B%3BAAtDvD%2CoBAAoB%2CsBAEnB%2CQAAO%2CKAwDN%2CeACC%2CeACC%3BAA3DJ%2C2BACC%2CQAAO%2CKAwDN%2CeACC%2CeACC%3BEAAgB%2CWAAA%3BEAAa%2CeAAA%3B%3BAAMjC%2C2BACC%2C0BACC%2CaAAY%3BEAAgB%2CaAAA%3B%3BAAF9B%2C2BAIC%2CSAAS%2CQAAQ%3BEAAwB%2CwBAAA%3B%3BAAE1C%2CoBACC%2CSAAS%2CQAAQ%3BEAAwB%2CyBAAA%3B%3BAAE1C%2CqBAAsB%2CgBAAgB%2CQAAO%3BEAAU%2CkBAAA%3BEAAoB%2CqBAAA%3BEAAuB%2CqBAAA%3BEAAuB%2CmBAAA%3B%3BAACzH%2CqBAAsB%2CgBAAgB%2CQAAO%2COAAO%3BEAAU%2CSAAS%2COAAT%3BEAA6B%2CeAAA%3BEAAiB%2C2BAAA%3BEAA6B%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2C0BAAA%3B%3BAAC1L%2CqBAAsB%2CgBAAgB%3BEAAU%2CqBAAA%3BEAAuB%2C0BAAA%3B%3BAACvE%2CWAAW%2COAAQ%2CgBAAgB%3BEAAS%2CoBAAA%3B%3BAAC5C%2CqBAAsB%3BEAAiB%2CmBAAA%3B%3B%3B%3B%3BAAMtC%2CUAAC%3BEAAY%2CSAAA%3BEAAW%2CUAAA%3B%3BAACxB%2CUAAC%3BEAAa%2CSAAA%3BEAAW%2CWAAA%3B%3BAACzB%2CUAAC%3BEAAgB%2CWAAA%3BEAAa%2CYAAA%3B%3BAAC9B%2CUAAC%3BEAAe%2CUAAA%3BEAAY%2CYAAA%3B%3BAAC5B%2CUAAC%3BEAAiB%2CYAAA%3B%3BAAClB%2CUAAC%3BEAAc%2CSAAA%3B%3BAANhB%2CUAOC%3BEAAoB%2CgBAAA%3B%3BAAGpB%2CqBAAC%2CoBACA%2CiBACC%3BEAAyB%2CsBAAA%3BEAAwB%2CuBAAA%3B%3BAAHpD%2CqBAMC%3BEAAU%2CgBAAA%3BEAA6B%2CqBAAA%3B%3BAAEtC%2CqBADD%2CYACE%3BEAAS%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAAGvC%2CqBADD%2CiBACE%3BEAAU%2CoBAAA%3BEAAsB%2CaAAa%2C8PAAb%3BEAA6Q%2CiBAAA%3BEAAmB%2CcAAA%3B%3BAACjU%2CqBAFD%2CiBAEE%3BEAAS%2CaAAA%3B%3BAAGV%2CqBADD%2CgBACE%3BEAAU%2CoBAAA%3BEAAsB%2CaAAa%2C%2BPAAb%3BEAA8Q%2CiBAAA%3BEAAmB%2CcAAA%3B%3BAAClU%2CqBAFD%2CgBAEE%3BEAAS%2CaAAA%3B%3BAAhBZ%2CqBAkBC%2CkBAAkB%3BAAlBnB%2CqBAkB%2BB%2CmBAAmB%3BEAAa%2CWAAA%3BEAAa%2CqBAAA%3BEAAuB%2CQAAA%3BEAAU%2CmBAAA%3BEAAqB%2CeAAA%3B%3BAAlBlI%2CqBAmBC%2CkBAAkB%2CWAAU%3BAAnB7B%2CqBAmBqC%2CmBAAmB%2CWAAU%3BEAAS%2CwCAAA%3B%3BAAnB3E%2CqBAoBC%2CeAAc%3BAApBf%2CqBAoBuB%2CsBAAqB%3BEAAS%2C6BAAA%3B%3BAApBrD%2CqBAqBC%2CIAAG%3BEAAW%2CSAAA%3B%3BAACd%2CqBAAC%2CoBACA%2CSAAQ%3BEAAS%2CUAAA%3BEAAY%2CWAAA%3BEAAa%2CgBAAA%3B%3BAAD3C%2CqBAAC%2CoBAEA%3BEAAqB%2CUAAA%3BEAAY%2CmBAAA%3B%3BAAxBnC%2CqBA0BC%3BEAAmB%2CkBAAA%3B%3BAA1BpB%2CqBA2BC%2CmBAAmB%2COAAM%3BEAAe%2CWAAA%3BEAAa%2CmBAAA%3BEAAoB%2CwBAAA%3BEAA0B%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2C8BAAA%3B%3BAA3BxI%2CqBA2BC%2CmBAAmB%2COAAM%2CYACxB%3BEAAO%2CUAAA%3BEAAY%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAA5BvC%2CqBA8BC%2CmBACC%2CgBAAgB%2CeAAc%3BAA%5C%2FBhC%2CqBA8BC%2CmBAEC%2CgBAAgB%2CeAAiB%2COAAI%3BEAAW%2CeAAA%3B%3BAAhClD%2CqBA8BC%2CmBAGC%2CSAAQ%2CKAAK%2CSACZ%2CSAAS%2COAAM%3BEAAc%2CWAAA%3B%3BAAlChC%2CqBA8BC%2CmBAMC%2CgBAAgB%2CeAAc%3BEAAU%2CQAAA%3B%3BAAG1C%2CQAAQ%3BEAAS%2CkBAAA%3B%3BAAAjB%2CQAAQ%2CMACP%2CWAAU%3BEAAa%2CWAAA%3BEAAa%2CSAAA%3B%3BAADrC%2CQAAQ%2CMAEP%2CWAAU%3BEAAY%2CUAAA%3BEAAY%2CSAAA%3B%3BAAEjC%2CQAJM%2CMAGP%2CcACE%3BAAAS%2CQAJJ%2CMAGP%2CcACY%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAJhD%2CQAAQ%2CMAGP%2CcAEC%3BEAAc%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CsBAAA%3B%3BAACpE%2CQANJ%2CMAGP%2CcAEC%2CYACW%3BEAAS%2CYAAA%3B%3BAACnB%2CQAPK%2CMAGP%2CcAEC%2CYAEE%2CYAAY%3BEAAO%2CgBAAA%3B%3BAACpB%2CQARK%2CMAGP%2CcAEC%2CYAGE%2CYAAY%3BEAAO%2CeAAA%3B%3BAARvB%2CQAAQ%2CMAGP%2CcAEC%2CYAIC%3BAATH%2CQAAQ%2CMAGP%2CcAEC%2CYAII%3BEAAM%2CcAAA%3B%3BAATZ%2CQAAQ%2CMAGP%2CcAEC%2CYAKC%3BEAAI%2CYAAA%3B%3BAACJ%2CQAXK%2CMAGP%2CcAEC%2CYAME%3BEAAgB%2CgBAAA%3B%3BAAIpB%2C0BAA2B%2CSAAQ%3BAACnC%2C2BAA4B%2CSAAQ%3BAACpC%2CqBAAsB%2CSAAQ%3BEAAS%2CqBAAA%3B%3BAACvC%2CqBAAsB%2CkBAAkB%2CSAAQ%3BEAAS%2CsBAAA%3B%3BAACzD%2CiBACC%2CkBAAiB%2CKAAM%3BAADxB%2CiBACwC%2CkBAAiB%2CaAAc%3BEAAiB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAG9J%2CiBADD%2CeACE%3BEAAS%2CsBAAA%3BEAAwB%2CuBAAA%3B%3BAAGpC%2CiBACC%2CyBACC%2CkBAAiB%2CKAAM%3BAAFzB%2CiBACC%2CyBACwC%2CkBAAiB%2CaAAc%3BEAAiB%2CeAAA%3B%3B%3BAAIzF%3BEAAqB%2CmBAAA%3B%3BAAArB%2CkBACC%3BEAAqB%2CmBAAA%3B%3BAACpB%2CkBADD%2CmBACE%3BAAAS%2CkBADX%2CmBACY%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAFhD%2CkBACC%2CmBAEC%3BEAAS%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAHtG%2CkBAKC%3BEAAiB%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAALnE%2CkBAKC%2CeACC%3BEAAkB%2CWAAA%3B%3BAANpB%2CkBAKC%2CeAEC%2CgBACC%3BEAAiB%2CaAAA%3B%3BAARpB%2CkBAKC%2CeAEC%2CgBAEC%3BEAAqB%2CWAAA%3BEAAa%2COAAA%3BEAAS%2CkBAAA%3BEAAoB%2C0BAAA%3BEAA4B%2CkBAAA%3B%3BAAC1F%2CkBALH%2CeAEC%2CgBAEC%2CmBACE%3BEAAgB%2C0BAAA%3B%3BAAVrB%2CkBAKC%2CeAEC%2CgBAEC%2CmBAEC%3BEAAoB%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CgBAAA%3B%3BAAXpE%2CkBAKC%2CeAEC%2CgBAEC%2CmBAGC%3BEAAoB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAZzC%2CkBAgBC%2CoBAAoB%3BEAAc%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CoBAAA%3B%3BAAhB7G%2CkBAiBC%3BEAAS%2CyBAAA%3BEAA2B%2C2BAAA%3BEAA6B%2C2BAAA%3BEAA6B%2C%2BBAAA%3BEAAiC%2C2BAAA%3B%3BAAjBhI%2CkBAkBC%2COAAM%2CUAAU%3BEAAU%2CSAAS%2CgBAAT%3BEAA2B%2CqBAAA%3BEAAuB%2CWAAA%3B%3BAAlB7E%2CkBAmBC%2COAAM%2CUAAW%3BEAAO%2CcAAA%3BEAAgB%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CuBAAA%3BEAAyB%2CqBAAA%3BEAAuB%2CqBAAA%3B%3BAAnBhI%2CkBAoBC%2COAAM%2CYAAa%3BEAAO%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CuBAAA%3BEAAyB%2CqBAAA%3BEAAuB%2CqBAAA%3B%3BAApBlH%2CkBAsBC%2CSAAQ%2CUAAU%3BEAAY%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2C6BAAA%3B%3BAAtBxG%2CkBAsBC%2CSAAQ%2CUAAU%2CSACjB%3BEAAK%2CgBAAA%3BEAAkB%2CeAAA%3B%3BAAvBzB%2CkBAsBC%2CSAAQ%2CUAAU%2CSAEjB%3BEAAK%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CgBAAA%3B%3BAAxBrC%2CkBAsBC%2CSAAQ%2CUAAU%2CSAEjB%2CGACG%3BEAAK%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAAC%5C%2FD%2CkBAJH%2CSAAQ%2CUAAU%2CSAEjB%2CGACG%2CKACA%3BEAAU%2CaAAa%2C8PAAb%3BEAA6Q%2CqBAAA%3BEAAuB%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CQAAA%3B%3BAA1BhV%2CkBAsBC%2CSAAQ%2CUAAU%2CSAOjB%3BEAAI%2CSAAA%3B%3BAA7BN%2CkBA%2BBC%3BEAAoB%2C6BAAA%3BEAA%2BB%2C4BAAA%3BEAA8B%2C2BAAA%3B%3BAA%5C%2FBlF%2CkBAgCC%2CkBAAkB%3BEAAc%2C2BAAA%3B%3BAAhCjC%2CkBAiCC%3BEAAa%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAjChC%2CkBAiCC%2CWACC%3BEAAmB%2CmBAAA%3B%3BAAlCrB%2CkBAiCC%2CWAEC%3BAAnCF%2CkBAiCC%2CWAEa%2CKAAI%2CMAAO%2CeAAe%3BEAAS%2CgBAAA%3B%3BAAnCjD%2CkBAiCC%2CWAGC%2CeAAe%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAApC3C%2CkBAuCC%3BEAAiB%2CoBAAA%3B%3BAAvClB%2CkBAwCC%2CyBAAyB%3BEAAmB%2C0BAAA%3B%3BAAxC7C%2CkBAyCC%2CyBAAyB%2CiBAAiB%3BEAAU%2CgBAAA%3B%3BAAzCrD%2CkBA0CC%2CSAAQ%2CUAAU%3BEAAO%2CqBAAA%3B%3BAA1C1B%2CkBA0CC%2CSAAQ%2CUAAU%2CIACjB%3BEAAS%2CgBAAA%3B%3BAA3CX%2CkBA0CC%2CSAAQ%2CUAAU%2CIAEjB%3BEAAQ%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAA5C7C%2CkBA8CC%2CSAAQ%2CUAAU%2CIAAO%3BEAAS%2CqBAAA%3BEAAuB%2CqBAAA%3B%3BAA9C1D%2CkBAgDC%2CSAAQ%2CKAAK%2CSAAS%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BEAAW%2CaAAA%3B%3BAAhDvE%2CkBAiDC%2CSAAQ%2CKAAK%2CSAAS%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%2CQAAO%3BEAAS%2CwBAAA%3B%3BAAjDnF%2CkBAkDC%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BEAAS%2CyBAAA%3BEAA2B%2CoBAAA%3BEAAsB%2CgBAAA%3B%3BAAlD7G%2CkBAmDC%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BEAAU%2CoBAAA%3BEAAsB%2C6BAAA%3B%3BAAnD1F%2CkBAoDC%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%2CQAAO%3BEAAS%2CSAAS%2COAAT%3BEAA6B%2CyBAAA%3BEAA2B%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CQAAA%3BEAAU%2CmBAAA%3BEAAqB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3B%3BAApD%5C%2FP%2CkBAqDC%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAQ%2CQAAO%3BEAAS%2CSAAS%2COAAT%3BEAA6B%2CQAAA%3B%3BAArD9G%2CkBAsDC%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BEAAW%2CoBAAA%3BEAAsB%2CsBAAA%3B%3BAAtD7D%2CkBAuDC%2CSAAQ%2CKAAK%2CMAAO%3BEAA4B%2CsBAAA%3BEAAwB%2C8BAAA%3BEAAgC%2C0BAAA%3B%3BAAvDzG%2CkBAwDC%2CSAAQ%2CKAAK%2CMAAO%2C0BAA0B%3BEAA%2BB%2CsBAAA%3BEAAwB%2C0BAAA%3B%3BAAxDtG%2CkBAyDC%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BEAAW%2C%2BBAAA%3B%3BAAzD9D%2CkBA0DC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%3BEAA4B%2CsBAAA%3BEAAwB%2C0BAAA%3B%3BAA1DrF%2CkBA2DC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BEAAkB%2CUAAA%3BEAAY%2CkBAAA%3B%3BAAEzF%2CQAAQ%2CKAAK%3BEAAY%2CWAAA%3B%3BAACzB%2CwBACC%3BEAAc%2CSAAA%3BEAAW%2CUAAA%3B%3BAAD1B%2CwBAEC%2CeAAc%3BEAAQ%2CYAAA%3B%3BAAFvB%2CwBAGC%3BEAAiB%2CkBAAA%3B%3BAAChB%2CwBADD%2CeACE%3BEAAS%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CoBAAA%3BEAAsB%2C4BAAA%3BEAA8B%2CeAAA%3BEAAiB%2CSAAA%3BEAAW%2CyBAAA%3BEAA2B%2C4BAAA%3BEAA8B%2CqBAAA%3B%3BAAC9K%2CwBAFD%2CeAEE%3BEAAS%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAACvC%2CwBAHD%2CeAGE%2CMAAM%3BAAAW%2CwBAHnB%2CeAGoB%2CMAAM%3BAAAQ%2CwBAHlC%2CeAGmC%2CMAAM%3BEAAS%2C0BAAA%3BEAAuC%2CsBAAA%3B%3BAAN1F%2CwBAQC%3BAARD%2CwBAQQ%3BEAA0B%2CeAAA%3BEAAiB%2C2BAAA%3BEAA6B%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAR7H%2CwBASC%2CMAAK%3BAATN%2CwBASmB%3BEAAS%2CYAAA%3B%3BAAT5B%2CwBAUC%2COAAM%3BEAAe%2CYAAA%3BEAAa%2CYAAA%3BEAAa%2CsBAAA%3B%3BAAVhD%2CwBAWC%2CkBAAiB%2CKAChB%3BEAAiB%2C0BAAA%3BEAA4B%2CqBAAA%3BEAAkC%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3B%3BAAZ5G%2CwBAWC%2CkBAAiB%2CKAEhB%2CeAAc%3BEAAS%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAAbtD%2CwBAWC%2CkBAAiB%2CKAGhB%2CeAAc%3BAAdhB%2CwBAWC%2CkBAAiB%2CKAGS%2CeAAc%3BAAdzC%2CwBAWC%2CkBAAiB%2CKAG%2BB%2CeAAc%3BEAAS%2CcAAA%3BEAA2B%2CqBAAA%3BEAAkC%2CwBAAA%3B%3BAAdrI%2CwBAgBI%3BEAAS%2CsBAAA%3BEAAwB%2CiBAAA%3B%3BAAEnC%2CwBADD%2CUACE%3BAAAS%2CwBADX%2CUACY%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAC9C%2CwBAFD%2CUAEE%3BEAAc%2CoBAAA%3B%3BAAnBjB%2CwBAiBC%2CUAGC%3BEAAS%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2C8BAAA%3B%3BAACrE%2CwBAJF%2CUAGC%2COACE%2CYAAY%3BEAAO%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAEtC%2CwBAND%2CUAME%2C%2BBAAgC%3BEAAU%2C2BAAA%3BEAA6B%2CgBAAA%3BEAAkB%2CeAAA%3B%3BAAvB5F%2CwBAiBC%2CUAOC%2CcAAc%3BEAAS%2C8BAAA%3B%3BAAxBzB%2CwBAiBC%2CUAQC%2CcAAc%2COAAO%3BEAAS%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAAzB5D%2CwBA2BC%2CUAAY%2CSAAO%2CQAAQ%3BEAAQ%2CuBAAA%3B%3BAA3BpC%2CwBA4BC%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAAS%2C2BAAA%3B%3BAA5B5C%2CwBA6BC%3BEAAoB%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2CeAAA%3BEAAiB%2CuBAAA%3BEAAyB%2CmBAAA%3BEAAkD%2CuBAAA%3BEAAyB%2C2BAAA%3BEAA6B%2CmBAAA%3B%3BAA7BrP%2CwBA8BC%3BEAA4B%2CSAAA%3B%3BAA9B7B%2CwBA%2BBC%3BEAAoC%2CwBAAA%3B%3BAA%5C%2FBrC%2CwBAgCC%2CEAAC%3BEAAQ%2CgBAAA%3B%3BAAEV%2CiBAAkB%3BAAClB%2CiBAAkB%3BEAAU%2CcAAA%3B%3BAAD5B%2CiBAAkB%2CYAEjB%2CUAAS%3BAADV%2CiBAAkB%2CQACjB%2CUAAS%3BEAAc%2CgBAAA%3B%3BAAFxB%2CiBAAkB%2CYAGjB%2COAAM%3BAAFP%2CiBAAkB%2CQAEjB%2COAAM%3BEAAO%2C2BAAA%3BEAA6B%2CmBAAA%3B%3BAAH3C%2CiBAAkB%2CYAGjB%2COAAM%2CIACL%3BAAHF%2CiBAAkB%2CQAEjB%2COAAM%2CIACL%3BEAAgB%2CWAAA%3BEAAwB%2CoBAAA%3B%3BAAJ1C%2CiBAAkB%2CYAGjB%2COAAM%2CIAEL%2CYAAW%3BAAJb%2CiBAAkB%2CQAEjB%2COAAM%2CIAEL%2CYAAW%3BEAAO%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CWAAA%3BEAAa%2CuBAAA%3BEAAyB%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CcAAA%3BEAAe%2CoBAAA%3B%3BAALhL%2CiBAAkB%2CYAGjB%2COAAM%2CIAGL%3BAALF%2CiBAAkB%2CQAEjB%2COAAM%2CIAGL%3BEAAS%2CaAAA%3B%3BAANX%2CiBAAkB%2CYAGjB%2COAAM%2CIAIL%3BAANF%2CiBAAkB%2CQAEjB%2COAAM%2CIAIL%3BAAPF%2CiBAAkB%2CYAGjB%2COAAM%2CIAIS%2CIAAG%3BAANnB%2CiBAAkB%2CQAEjB%2COAAM%2CIAIS%2CIAAG%3BEAAc%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAAPlG%2CiBAAkB%2CYASjB%3BAARD%2CiBAAkB%2CQAQjB%3BEAAY%2CqBAAA%3BEAAuB%2CoBAAA%3BEAAsB%2CaAAA%3BEAAe%2CWAAA%3BEAAa%2CoBAAA%3B%3BAATtF%2CiBAAkB%2CYAUjB%3BAATD%2CiBAAkB%2CQASjB%3BEAAW%2CyBAAA%3BEAA2B%2CiCAAA%3BEAAmC%2CWAAA%3BEAAa%2CqBAAA%3BEAAkC%2CoBAAA%3BEAAiC%2CwBAAA%3B%3BAAV1J%2CiBAAkB%2CYAUjB%2CSACC%2CQAAO%3BAAVT%2CiBAAkB%2CQASjB%2CSACC%2CQAAO%3BAAXT%2CiBAAkB%2CYAUjB%2CSACkB%2CQAAO%3BAAV1B%2CiBAAkB%2CQASjB%2CSACkB%2CQAAO%3BEAAa%2CWAAA%3B%3BAAXvC%2CiBAAkB%2CYAajB%3BAAZD%2CiBAAkB%2CQAYjB%3BEAAiB%2CkBAAA%3B%3BAAblB%2CiBAAkB%2CYAajB%2CeACC%3BAAbF%2CiBAAkB%2CQAYjB%2CeACC%3BEAAU%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2C6BAAA%3BEAA%2BB%2CsBAAA%3BEAAwB%2C2BAAA%3BEAA6B%2C8BAAA%3B%3BAAdzJ%2CiBAAkB%2CYAgBjB%3BAAfD%2CiBAAkB%2CQAejB%3BEAA4B%2CeAAA%3BEAAiB%2C6BAAA%3BEAA%2BB%2C2BAAA%3B%3BAAhB7E%2CiBAAkB%2CYAiBjB%2C0BAA0B%2CMAAM%3BAAhBjC%2CiBAAkB%2CQAgBjB%2C0BAA0B%2CMAAM%3BEAAW%2CgBAAA%3B%3BAAE5C%3BEAAa%2CyBAAA%3BEAA2B%2CWAAA%3BEAAa%2CkBAAA%3B%3BAACpD%2CUAAC%3BAAAS%2CUAAC%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAE%5C%2FC%3BEAAqB%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2C6BAAA%3BEAA%2BB%2CgBAAA%3BEAAkB%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CiBAAA%3BEAAmB%2CSAAA%3BEAAW%2CkBAAA%3BEAAoB%2CeAAA%3BEAChL%2CyBAAA%3BEAA2B%2CaAAA%3BEAAe%2CeAAA%3B%3BAAC3C%2CkBAAkB%3BEAAkB%2CgBAAA%3B%3BAACpC%2CiBAAiB%3BEAAU%2CSAAS%2COAAT%3BEAAkB%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAAC9E%2CkBAAkB%3BEAAU%2CSAAS%2COAAT%3BEAAkB%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAAC%5C%2FE%2CkBAAkB%3BEAAS%2CsBAAA%3B%3BAAC3B%3BEAAQ%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CQAAA%3B%3BAACzC%2CKAAM%3BEAAQ%2CeAAA%3B%3BAACd%2CiBAAkB%2CYAAW%2COAC5B%2COAAM%3BEAAO%2CsBAAA%3B%3BAADd%2CiBAAkB%2CYAAW%2COAE5B%2CSAAS%2CYAAW%3BEAAO%2CyBAAA%3B%3BAAF5B%2CiBAAkB%2CYAAW%2COAG5B%3BAAHD%2CiBAAkB%2CYAAW%2COAGpB%3BEAAW%2CsBAAA%3B%3BAAHpB%2CiBAAkB%2CYAAW%2COAI5B%3BEAAS%2C%2BBAAA%3B%3BAAEV%3BEAAwB%2CgBAAA%3B%3BAAAxB%2CqBACC%3BEAAuB%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2CcAAA%3BEAAgB%2CgCAAA%3BEAAkC%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CuBAAA%3BEAAyB%2C8BAAA%3BEAAgC%2CsCAAA%3BEAAwC%2CkCAAA%3B%3BAAD9T%2CqBACC%2CqBACC%3BEAAU%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CqBAAA%3B%3BAACvE%2CqBAFF%2CqBACC%2CQACE%3BAAAY%2CqBAFf%2CqBACC%2CQACe%3BAAAa%2CqBAF7B%2CqBACC%2CQAC6B%3BEAAa%2CqBAAA%3BEAAuB%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CsBAAA%3B%3BAACxJ%2CqBAHF%2CqBACC%2CQAEE%3BEAAa%2CeAAA%3B%3BAAJjB%2CqBACC%2CqBACC%2CQAGC%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAL5D%2CqBAQC%3BEAA0B%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CuBAAA%3BEAAyB%2C8BAAA%3BEAAgC%2CsCAAA%3BEAAwC%2CkCAAA%3BEAAoC%2CmBAAA%3B%3BAAR3Q%2CqBASC%3BEAAc%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CuBAAA%3B%3BAAT1H%2CqBAUC%3BAAVD%2CqBAUuB%3BEAAgC%2C4BAAA%3B%3BAAVvD%2CqBAWI%2CYAAY%3BEAAS%2CyBAAA%3BEAA2B%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAXvF%2CqBAYI%3BEAAqC%2CqBAAA%3BEAAuB%2CsBAAA%3BEAAwB%2CsBAAA%3B%3BAAZxF%2CqBAaC%2CqBAAqB%3BEAAgB%2CqBAAA%3B%3BAAbtC%2CqBAcC%2CqBAAqB%2CcAAc%3BAAdpC%2CqBAcsD%2CqBAAqB%2CcAAc%3BEAAW%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CaAAA%3B%3BAAdrJ%2CqBAeC%2C0BAAyB%3BEAAgC%2CqBAAA%3BEAAuB%2CSAAA%3B%3BAAEjF%2CkBAAkB%2CIAAI%2CiBAAkB%3BEAAI%2CyBAAA%3B%3BAAC5C%3BEAAqC%2CiBAAA%3B%3BAACrC%3BEAA2B%2CgBAAA%3BEAAkB%2C0BAAA%3BEAA4B%2CcAAA%3B%3BAAAzE%2CwBACC%3BEAAmB%2CmBAAA%3BEAAqB%2CiBAAA%3BEAAmB%2CsBAAA%3B%3BAAD5D%2CwBACC%2CiBACC%2CMAAK%3BEAAS%2CSAAS%2CGAAT%3BEAAc%2CqBAAA%3BEAAuB%2CiBAAA%3B%3BAAFrD%2CwBACC%2CiBAEC%3BEAAI%2CkBAAA%3B%3BAAHN%2CwBAKC%3BEAAkB%2COAAA%3BEAAS%2CmBAAA%3BEAAqB%2CmBAAA%3BEAAqB%2CkBAAA%3BEAAoB%2CgBAAA%3BEAAkB%2CsBAAA%3B%3BAAL5G%2CwBAMC%2CgBAAgB%2CeAAc%3BAAN%5C%2FB%2CwBAOC%2CgBAAgB%2CeAAiB%2COAAI%3BEAAU%2CmBAAA%3B%3BAAGhD%3BEAAsB%2CeAAA%3BEAAiB%2CeAAA%3BEAAiB%2CQAAA%3BEAAU%2CUAAA%3BEAAY%2CWAAA%3B%3BAAA9E%2CmBACG%3BEAAM%2CkBAAA%3BEAAoB%2CWAAA%3B%3BAAC3B%2CmBADC%2CMACA%3BEAAgB%2CQAAA%3B%3BAAFnB%2CmBACG%2CMAED%3BEAAI%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CWAAA%3BEAAa%2CgCAAA%3BEAAkC%2CmCAAA%3BEAAqC%2C2BAAA%3BEAA6B%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CcAAA%3BEAAgB%2CYAAA%3BEAC9L%2CyBAAA%3BEAA2B%2CgBAAA%3B%3BAAC3B%2CmBAJA%2CMAED%2CEAEE%3BEAAS%2CyBAAA%3B%3BAACT%2CmBALD%2CMAED%2CEAEE%2CMACC%3BEAAU%2CWAAA%3B%3BAAEZ%2CmBAPA%2CMAED%2CEAKE%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CmBAAA%3BEAAqB%2CyBAAA%3BEAA2B%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CWAAW%2CcAAX%3BEAA2B%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CQAAA%3BEAAU%2CqBAAA%3B%3BAAC3M%2CmBARA%2CMAED%2CEAME%2CUAAU%3BEAAU%2CWAAW%2CcAAX%3B%3BAATxB%2CmBACG%2CMAUD%3BEAAqB%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CMAAA%3BEAAQ%2CWAAA%3BEAAa%2CiCAAA%3BEAAkC%2CoCAAA%3BEAAqC%2C%2BBAAA%3BEAAgC%2C4BAAA%3BEAA6B%2CgCAAA%3BEAC9O%2CmCAAA%3BEAAqC%2C2BAAA%3BEAA6B%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CaAAA%3B%3BAAZlH%2CmBACG%2CMAUD%2CmBAEC%3BEAAiB%2CWAAA%3BEAAa%2CeAAA%3B%3BAAbjC%2CmBACG%2CMAUD%2CmBAGC%3BEAAgB%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2C2BAAA%3BEAA6B%2CiBAAA%3BEAAmB%2CSAAA%3B%3BAAdxH%2CmBACG%2CMAUD%2CmBAIC%3BEAAc%2CkBAAA%3B%3BAAfjB%2CmBACG%2CMAUD%2CmBAIC%2CWACC%3BEAAa%2CeAAA%3B%3BAAhBjB%2CmBACG%2CMAUD%2CmBAIC%2CWAEa%3BEAAiB%2CkBAAA%3B%3BAAjBjC%2CmBACG%2CMAUD%2CmBAIC%2CWAGC%2CeAAe%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAlB7C%2CmBACG%2CMAUD%2CmBAIC%2CWAIC%3BEAAa%2CkBAAA%3B%3BAAnBjB%2CmBACG%2CMAUD%2CmBAIC%2CWAKC%3BAApBJ%2CmBACG%2CMAUD%2CmBAIC%2CWAKc%3BEAAY%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAG7C%2CmBAtBC%2CMAsBA%2CaAAc%3BEAAqB%2CWAAA%3BEAAa%2CUAAA%3B%3BAACjD%2CmBAvBC%2CMAuBA%2CMAAO%3BEAAqB%2CUAAA%3BEAAY%2CmBAAA%3B%3B%3BAAK3C%3BEAAmB%2CsBAAA%3BEAAwB%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAACjF%2CuBAAwB%3BEAAmB%2CmBAAA%3B%3BAAEvC%2CoBAAC%2CkBACG%3BEAAyB%2CkBAAA%3B%3BAAD7B%2CoBAAC%2CkBACG%2CuBACI%3BEAAmB%2CYAAA%3B%3BAAEf%2CQAD2B%3BEAC3B%2CoBAJX%2CkBACG%2CuBACI%3BIACiC%2CqBAAA%3B%3B%3BAAE7B%2CQAD2B%3BEAC3B%2CoBALX%2CkBACG%2CuBACI%3BIAEiC%2CqBAAA%3B%3B%3BAAEjC%2CQAD8B%3BEAC9B%2CoBANP%2CkBACG%2CuBACI%3BIAGgC%2CsBAAA%3B%3B%3BAAN5C%2CoBAUC%2CsBACC%3BEAAmB%2CsBAAA%3B%3BAAElB%2CoBAHF%2CsBAEC%2C2BACE%3BEAAS%2CUAAA%3B%3BAAbb%2CoBAUC%2CsBAKC%3BEAAa%2CwBAAA%3B%3BAAff%2CoBAUC%2CsBAMC%3BEAAyB%2CcAAA%3BEAAgB%2CkBAAA%3B%3BAAhB3C%2CoBAUC%2CsBAOC%2CsBACC%3BEAAqB%2CaAAA%3BEAAe%2CYAAA%3B%3BAAMvC%2CQAH4B%3BEAG5B%2CoBAFE%2CwBAAuB%3BIAA2B%2CYAAA%3B%3B%3BAAGpD%3BEAAqB%2C0BAAA%3BEAA4B%2CkCAAA%3BEAAoC%2C8BAAA%3B%3BAAEjF%2CkBAAC%2C0BACG%2CuBACI%3BEAAmB%2CqBAAA%3B%3BAAEf%2CQAD2B%3BEAC3B%2CkBAJX%2C0BACG%2CuBACI%3BIACiC%2CqBAAA%3B%3B%3BAAE7B%2CQAD2B%3BEAC3B%2CkBALX%2C0BACG%2CuBACI%3BIAEiC%2CqBAAA%3B%3B%3BAAEjC%2CQAD8B%3BEAC9B%2CkBANP%2C0BACG%2CuBACI%3BIAGgC%2CsBAAA%3B%3B%3BAAIxC%2CkBAAC%2C2BACG%2CuBACI%3BEAAmB%2CqBAAA%3B%3BAAEf%2CQAD2B%3BEAC3B%2CkBAJX%2C2BACG%2CuBACI%3BIACiC%2CqBAAA%3B%3B%3BAAE7B%2CQAD2B%3BEAC3B%2CkBALX%2C2BACG%2CuBACI%3BIAEiC%2CqBAAA%3B%3B%3BAAEjC%2CQAD8B%3BEAC9B%2CkBANP%2C2BACG%2CuBACI%3BIAGgC%2CsBAAA%3B%3B%3BAAK5C%3BEAAkB%2CkBAAA%3B%3BAAClB%3BEAAqB%2CwBAAA%3BEAA0B%2CuBAAA%3B%3BAAC%5C%2FC%2CcAAe%3BEAAsB%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CsBAAA%3BEAAkC%2CkBAAA%3BEAAoB%2C0BAAA%3BEAA4B%2CkBAAA%3B%3BAACxK%2CqBAAqB%2C4BAA4B%2CsBAAsB%2C8BAA%2BB%2CqBAAoB%2CIAAI%3BAAC9H%2CqBAAqB%2C4BAA4B%2CsBAAsB%2C8BAA%2BB%2CqBAAoB%2CIAAI%3BEAAW%2CkCAAA%3BEAAoC%2C8BAAA%3BEAAgC%2C0BAAA%3BEAA4B%2C6BAAA%3B%3BAACzO%3BEAA2B%2CsCAAA%3BEAAqC%2C8CAAA%3B%3BAAIhE%2CQAH0B%3BEACzB%3BIAAqB%2CwBAAA%3B%3B%3BAAEtB%3BAAAkB%3BEAAiB%2CiBAAA%3B%3BAAGlC%2CgBAFe%2CyBAEd%3BAAAD%2CcADa%2CyBACZ%3BEAAS%2CaAAA%3B%3B%3BAAGX%2CoBACC%3BEAAgC%2CwBAAA%3B%3BAADjC%2CoBAEC%3BEAAiB%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CwBAAA%3BEAA0B%2C8BAAA%3BEAAgC%2CsCAAA%3BEAAwC%2CeAAA%3BEAAiB%2COAAA%3B%3BAAFtL%2CoBAGC%3BEAAwB%2CsBAAA%3BEAAwB%2CqBAAA%3BEAAuB%2CaAAA%3BEAAe%2CeAAA%3B%3BAAEvF%2CIAAK%3BEAAwB%2C0BAAA%3B%3BAAC7B%3BEAAwB%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAACrD%3BEAAmB%2CwCAAA%3BEAA0C%2CwCAAA%3B%3BAAC7D%2C4BAA6B%3BAAC7B%2C2BAA4B%3BEAAyB%2CaAAA%3B%3BAACrD%3BEAA0B%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CaAAA%3BEAAe%2CsBAAA%3BEAAwB%2CaAAA%3B%3BAACtG%2CsBAAuB%3BEAAwB%2CkBAAA%3BEAAmB%2CeAAA%3B%3BAAClE%2C%2BBACC%3BAADD%2C%2BBAEC%3BEAA%2BB%2CoBAAA%3BEAAsB%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CmBAAA%3BEAAqB%2CiBAAA%3BEAAmB%2C0CAAA%3B%3BAAF1M%2C%2BBACC%2C4BAEC%3BAAHF%2C%2BBAEC%2C6BACC%3BEAAwB%2CaAAA%3B%3BAAH1B%2C%2BBAKC%3BEAA%2BB%2CsBAAA%3B%3BAAC7B%2C%2BBADF%2C6BACG%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CmBAAA%3BEAAqB%2CyBAAA%3BEAA2B%2CqBAAA%3BEAA2C%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CWAAW%2CcAAX%3BEAA2B%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAAN%5C%2FM%2C%2BBAQC%3BEAA8B%2CqBAAA%3B%3BAAC7B%2C%2BBADD%2C4BACE%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CmBAAA%3BEAAqB%2CyBAAA%3BEAA2B%2CqBAAA%3BEAA2C%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CWAAW%2CcAAX%3BEAA2B%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAG9M%2C6BAEC%3BAADD%2C%2BBACC%3BAAFD%2C6BAE%2BB%3BAAD%5C%2FB%2C%2BBAC%2BB%3BEAA8B%2CkBAAA%3B%3BAAG5D%2CqBAAC%3BEAAS%2CsBAAA%3B%3BAAEX%2CsBACC%3BEAAmB%2CkBAAA%3BEAAoB%2CSAAA%3B%3BAADxC%2CsBAEC%3BEAAmB%2CUAAA%3B%3BAAInB%2CQAHyB%3BEAGzB%2CsBAFC%3BIAAmB%2CqBAAA%3B%3B%3BAAJrB%2CsBAMC%3BEAAuB%2CmBAAA%3B%3BAAExB%2C6BACC%3BEAAwB%2CUAAA%3B%3BAADzB%2C6BACC%2CsBACC%3BEAA%2BB%2CoCAAA%3BEAAsC%2CeAAA%3BEAAiB%2CeAAA%3B%3BAACrF%2C6BAFF%2CsBACC%2C6BACE%3BEAAiB%2CyBAAA%3B%3BAAHrB%2C6BAMC%3BEAA%2BB%2CkBAAA%3B%3BAAC9B%2C6BADD%2C6BACE%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CmBAAA%3BEAAqB%2CyBAAA%3BEAA2B%2CqBAAA%3BEAA2C%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CWAAW%2CcAAX%3BEAA2B%2CeAAA%3BEAAiB%2CWAAA%3B%3BAAG5M%2C6BADD%2C4BACE%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CmBAAA%3BEAAqB%2CyBAAA%3BEAA2B%2CqBAAA%3BEAA2C%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CWAAW%2CcAAX%3BEAA2B%2CeAAA%3BEAAiB%2CWAAA%3B%3BAAG9M%2CgBAAgB%2C0BAA0B%3BAAAQ%2CcAAc%2C0BAA0B%3BEAAS%2CiCAAA%3B%3BAACnG%2CoBACC%2C8BACC%3BEAAwB%2CUAAA%3B%3BAAF1B%2CoBACC%2C8BACC%2CsBACC%3BEAA%2BB%2CiCAAA%3BEAAmC%2CeAAA%3B%3BAAGpE%2CoBAAC%2CqBAAsB%2CwBAAuB%3BEAA2B%2CqBAAA%3BEAAuB%2C0BAAA%3B%3BAAEjG%2CYAAY%2CIAAI%2CyBAAyB%2C2BAExC%3BAADD%2CYAAY%2CIAAI%2CyBAAyB%2C0BACxC%3BEAAmB%2CsBAAA%3BEAAmC%2CqBAAA%3B%3BAAFvD%2CYAAY%2CIAAI%2CyBAAyB%2C2BAGxC%3BAAFD%2CYAAY%2CIAAI%2CyBAAyB%2C0BAExC%3BEAAmB%2CkBAAA%3B%3BAAHpB%2CYAAY%2CIAAI%2CyBAAyB%2C2BAIxC%3BAAHD%2CYAAY%2CIAAI%2CyBAAyB%2C0BAGxC%3BEAAmB%2CgBAAA%3B%3BAAJpB%2CYAAY%2CIAAI%2CyBAAyB%2C2BAKxC%2CsBAAsB%2CkBAAkB%3BAAJzC%2CYAAY%2CIAAI%2CyBAAyB%2C0BAIxC%2CsBAAsB%2CkBAAkB%3BEAAmB%2CqBAAA%3B%3BAAL5D%2CYAAY%2CIAAI%2CyBAAyB%2C2BAMxC%2CwBAAwB%3BAALzB%2CYAAY%2CIAAI%2CyBAAyB%2C0BAKxC%2CwBAAwB%3BEAAiB%2CYAAA%3BEAAc%2CkBAAA%3B%3BAAExD%2CYAAY%2CIAAI%2CyBAAyB%2CoBACxC%3BAADD%2CYAAY%2CIAAI%2CyBAAyB%2CoBACtB%3BEAAmB%2CsBAAA%3B%3BAADtC%2CYAAY%2CIAAI%2CyBAAyB%2CoBAExC%3BEAAmB%2CgBAAA%3B%3BAAFpB%2CYAAY%2CIAAI%2CyBAAyB%2CoBAGxC%2CsBAAsB%2CkBAAkB%3BEAAmB%2CqBAAA%3B%3BAAE5D%3BEAAiB%2CsBAAA%3BEAAwB%2CwCAAA%3B%3BAACzC%2CcAAe%3BEAAsB%2CkCAAA%3BEAAoC%2C8BAAA%3BEAAgC%2C6BAAA%3BEAA%2BB%2C0BAAA%3B%3BAACxI%2CoBAAqB%3BEAAsB%2C2BAAA%3BEAA6B%2CkBAAA%3B%3BAACvE%2CoBADoB%2CoBACnB%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CmBAAA%3BEAAqB%2CyBAAA%3BEAA2B%2CqBAAA%3BEAAuB%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CWAAW%2CcAAX%3B%3BAAC9I%2CoBAFoB%2CoBAEnB%2CMAAM%3BEAAU%2CYAAA%3B%3BAAElB%2CoBAAqB%3BEAAsB%2C2BAAA%3BEAA6B%2CkBAAA%3B%3BAACvE%2CoBADoB%2CoBACnB%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CmBAAA%3BEAAqB%2CyBAAA%3BEAA2B%2CqBAAA%3BEAA2C%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CWAAW%2CcAAX%3B%3BAAClK%2CoBAFoB%2CoBAEnB%2CMAAM%3BEAAU%2CYAAA%3B%3BAAElB%2CcAAc%3BEAAuB%2CsBAAA%3B%3BAACrC%2CcAAc%3BEAAuB%2CqBAAA%3B%3BAAErC%3BEAA6B%2C2BAAA%3BEAA6B%2CkBAAA%3B%3BAACzD%2C0BAAC%3BEAAU%2CSAAS%2COAAT%3BEAAkB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CqBAAA%3BEAAuB%2CWAAA%3B%3B%3BAAIzF%2CWACC%3BEAAe%2CmBAAA%3B%3BAADhB%2CWAEC%2C0BAAyB%3BEAAgC%2CqBAAA%3B%3BAAE1D%2CQAAQ%2CYAAa%3BEAAgB%2CwBAAA%3B%3BAACrC%2CYAAa%3BEAAgB%2CmBAAA%3B%3BAAC7B%2CYAAa%3BEAA4B%2CeAAA%3B%3B%3BAAGzC%3BEAAkB%2CWAAA%3BEAAa%2C2CAAA%3BEAA6C%2CeAAA%3BEAAiB%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CwCAAA%3BEAA0C%2CgDAAA%3B%3BAAArK%2CeACC%3BEAAa%2CkBAAA%3B%3BAADd%2CeAEC%3BEAAiB%2CwBAAA%3B%3BAACjB%2CeAAC%3BEAAQ%2CaAAA%3B%3BAAHV%2CeAIC%3BEAAkB%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CYAAA%3BEAAc%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAAC7J%2CeADD%2CgBACE%3BEAAS%2CYAAA%3B%3BAALZ%2CeAOC%3BEAAgB%2CqBAAA%3BEAAuB%2CsBAAA%3BEAAwB%2CkBAAA%3B%3BAAPhE%2CeAOC%2CcACC%3BEAAuB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAR9E%2CeAUC%3BEAAgB%2CqBAAA%3BEAAuB%2CsBAAA%3B%3BAAVxC%2CeAWC%3BEAAa%2CaAAA%3BEAAe%2CmBAAA%3B%3BAAX7B%2CeAYC%2CWAAW%3BEAAI%2CSAAA%3B%3BAAZhB%2CeAaC%2CWAAW%3BEAAc%2C6BAAA%3B%3BAAb1B%2CeAcC%3BEAAmB%2CqBAAA%3BEAAuB%2CsBAAA%3BEAAwB%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CWAAA%3BEAAa%2CiBAAA%3B%3BAAd9G%2CeAeC%2CiBAAiB%2CQAAO%2CQAAQ%3BEAAS%2CeAAA%3BEAAiB%2CeAAA%3B%3BAAf3D%2CeAgBC%2CiBAAiB%2CQAAO%2CQAAS%3BEAAQ%2CaAAA%3B%3BAAhB1C%2CeAiBC%3BEAAkB%2CqBAAA%3BEAAuB%2CsBAAA%3B%3BAAjB1C%2CeAiBC%2CeACC%3BEAAgB%2CSAAA%3BEAAW%2CeAAA%3BEAAiB%2C2BAAA%3B%3BAAlB9C%2CeAqBC%2COAAM%3BEAAa%2CcAAA%3BEAAgB%2CcAAA%3BEAAgB%2CSAAA%3B%3BAArBpD%2CeAqBC%2COAAM%2CUACL%3BEAAO%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CqBAAA%3BEAAwB%2CyBAAA%3B%3BAAtBzG%2CeAwBC%2COAAM%3BEAAe%2CcAAA%3BEAAgB%2CcAAA%3BEAAgB%2CSAAA%3B%3BAAxBtD%2CeAwBC%2COAAM%2CYACL%3BEAAO%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CqBAAA%3BEAAuB%2CyBAAA%3B%3BAAzBxG%2CeA4BC%2CcAAa%3BAA5Bd%2CeA4BqB%3BEAAoB%2CwBAAA%3B%3BAA5BzC%2CeA6BC%2CSAAQ%2CUAAU%2CIACjB%3BAA9BF%2CeA6BC%2CSAAQ%2CUAAU%2CIACT%3BEAAQ%2CqBAAA%3B%3BAA9BlB%2CeAgCC%2CWACC%2CiBACC%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAlC7B%2CeAqCC%2CQAAO%3BEAAW%2C0BAAA%3BEAA4B%2C4BAAA%3B%3BAArC%5C%2FC%2CeAsCC%2CQAAO%2CQAAS%2CMAAM%3BEAAW%2CgBAAA%3B%3BAAGlC%2CQAAQ%2CKAAK%3BEAAY%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3B%3B%3B%3BAAAvD%2CQAAQ%2CKAAK%2CSACZ%2C0BAAyB%3BEAAgC%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAAClF%2CQAFI%2CKAAK%2CSAER%3BAAAY%2CQAFT%2CKAAK%2CSAEK%3BEAAY%2CsBAAA%3B%3BAAE7B%2CQAJO%2CKAAK%2CSAIX%3BEAAY%2CWAAA%3B%3BAAAb%2CQAJO%2CKAAK%2CSAIX%2CSACA%2CSAAS%2COAAM%3BAADhB%2CQAJO%2CKAAK%2CSAIX%2CSAC4B%2CSAAS%3BEAA4B%2CWAAA%3BEAAa%2CeAAA%3B%3BAAD%5C%2FE%2CQAJO%2CKAAK%2CSAIX%2CSAEA%2CSAAQ%2CKAAK%2CMACV%2CQAAK%3BEAAS%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CcAAA%3B%3BAAHpE%2CQAJO%2CKAAK%2CSAIX%2CSAEA%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMACN%3BEAAU%2CkBAAA%3BEAAoB%2CSAAA%3B%3BAAJjC%2CQAJO%2CKAAK%2CSAIX%2CSAEA%2CSAAQ%2CKAAK%2CMAIZ%2CMAAK%3BEAAW%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CSAAA%3BEAAW%2CUAAA%3BEAAY%2CMAAA%3BEAAQ%2CiBAAA%3BEAAmB%2CaAAA%3BEAAe%2C6BAAA%3B%3BAAIpH%2CQAdO%2CKAAK%2CSAcX%2CUACA%2CSAAQ%2CKAAK%2CMACV%2CQAAK%3BEAAS%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CgCAAA%3B%3BAAChF%2CQAjBI%2CKAAK%2CSAcX%2CUACA%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMACL%3BEAAgB%2C2BAAA%3B%3BAAHpB%2CQAdO%2CKAAK%2CSAcX%2CUACA%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMAEN%3BEAAU%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CyBAAA%3BEAA2B%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2CoBAAA%3B%3BAAC5G%2CQAnBG%2CKAAK%2CSAcX%2CUACA%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMAEN%2CQACE%3BEAAS%2CSAAS%2COAAT%3BEAAkB%2CyBAAA%3BEAA2B%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CSAAA%3BEAAW%2CmBAAA%3BEAAqB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3B%3BAACrL%2CQApBG%2CKAAK%2CSAcX%2CUACA%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMAEN%2CQAEE%3BEAAU%2CwBAAA%3B%3BAAEZ%2CQAtBI%2CKAAK%2CSAcX%2CUACA%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMAML%2COACA%2CQAAO%3BEAAS%2CSAAS%2COAAT%3BEAA6B%2CSAAA%3B%3BAAC7C%2CQAxBG%2CKAAK%2CSAcX%2CUACA%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMAML%2COAEC%3BEAAU%2CwBAAA%3B%3BAAVf%2CQAdO%2CKAAK%2CSAcX%2CUACA%2CSAAQ%2CKAAK%2CMAYZ%2CMAAK%3BEAAW%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CaAAA%3BEAAe%2CoBAAA%3BEAAsB%2CeAAA%3B%3BAA3BrF%2CQAAQ%2CKAAK%2CSA%2BBZ%2CSAAQ%2CKAAK%3BEAAS%2CkBAAA%3BEAAoB%2C2BAAA%3B%3BAA%5C%2FB3C%2CQAAQ%2CKAAK%2CSA%2BBZ%2CSAAQ%2CKAAK%2CMACV%2CQAAK%3BEAAS%2CqBAAA%3BEAAuB%2CWAAA%3BEAAa%2CSAAA%3BEAAW%2CiBAAA%3B%3BAAhCjE%2CQAAQ%2CKAAK%2CSA%2BBZ%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMACN%3BEAAU%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CcAAA%3BEAA2B%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CSAAA%3BEAAW%2CkBAAA%3B%3BAAjChK%2CQAAQ%2CKAAK%2CSA%2BBZ%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMACN%2CQACC%3BEAAW%2CaAAA%3B%3BAACX%2CQAnCI%2CKAAK%2CSA%2BBZ%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMACN%2CQAEE%3BEAAU%2CSAAS%2CGAAT%3BEAAc%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2COAAA%3BEAAS%2C6BAAA%3B%3BAAE%5C%2FF%2CQArCK%2CKAAK%2CSA%2BBZ%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMAKL%2COACA%3BEAAU%2CSAAA%3B%3BAACT%2CQAvCG%2CKAAK%2CSA%2BBZ%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMAKL%2COACA%2CQACE%3BEAAU%2CSAAS%2CGAAT%3BEAAc%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CYAAA%3B%3BAAvC5E%2CQAAQ%2CKAAK%2CSA%2BBZ%2CSAAQ%2CKAAK%2CMAYV%2CQAAK%3BEAAW%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2C6BAAA%3BEAA%2BB%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAA3C3H%2CQAAQ%2CKAAK%2CSA%2BBZ%2CSAAQ%2CKAAK%2CMAYV%2CQAAK%2CQACN%2CaACC%2CEAAC%3BEAAgB%2CgBAAA%3B%3BAA7CrB%2CQAAQ%2CKAAK%2CSA%2BBZ%2CSAAQ%2CKAAK%2CMAYV%2CQAAK%2CQACN%2CaAEC%3BEAAK%2CcAAA%3BEAAgB%2CkBAAA%3B%3BAA9CzB%2CQAAQ%2CKAAK%2CSA%2BBZ%2CSAAQ%2CKAAK%2CMAYV%2CQAAK%2CQACN%2CaAGC%3BEAAK%2CqBAAA%3B%3BAA%5C%2FCT%2CQAAQ%2CKAAK%2CSA%2BBZ%2CSAAQ%2CKAAK%2CMAYV%2CQAAK%2CQACN%2CaAGC%2CGACC%3BEAAK%2CkBAAA%3B%3BAAhDV%2CQAAQ%2CKAAK%2CSA%2BBZ%2CSAAQ%2CKAAK%2CMAqBZ%2CMAAK%2CMAAM%3BEAAyB%2CWAAA%3B%3BAApDtC%2CQAAQ%2CKAAK%2CSA%2BBZ%2CSAAQ%2CKAAK%2CMAqBZ%2CMAAK%2CMAAM%2CsBACV%2CGAAE%3BAArDL%2CQAAQ%2CKAAK%2CSA%2BBZ%2CSAAQ%2CKAAK%2CMAqBZ%2CMAAK%2CMAAM%2CsBACA%2CGAAE%3BEAAQ%2CUAAA%3BEAAY%2CiBAAA%3B%3BAAKjC%2CQA1DM%2CKAAK%2CSAyDZ%2CSACE%3BAAAS%2CQA1DJ%2CKAAK%2CSAyDZ%2CSACY%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAA1DhD%2CQAAQ%2CKAAK%2CSAyDZ%2CSAEC%3BEAA4B%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAA3D3E%2CQAAQ%2CKAAK%2CSAyDZ%2CSAEC%2C0BACC%2CgBACC%3BEAAkB%2CqBAAA%3BEAAuB%2CmBAAA%3B%3BAA7D7C%2CQAAQ%2CKAAK%2CSAyDZ%2CSAOC%3BEAAe%2C2BAAA%3B%3BAAhEjB%2CQAAQ%2CKAAK%2CSAyDZ%2CSAOC%2CaACC%2CaACC%3BEAAS%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAAlElI%2CQAAQ%2CKAAK%2CSAyDZ%2CSAOC%2CaAIC%3BEAAgB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAApEtC%2CQAAQ%2CKAAK%2CSAyDZ%2CSAOC%2CaAKC%3BEAAe%2CeAAA%3B%3BAArElB%2CQAAQ%2CKAAK%2CSAyDZ%2CSAOC%2CaAKC%2CaACC%3BEAAkB%2CkBAAA%3BEAAoB%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CoBAAA%3B%3BAAClE%2CQAvEG%2CKAAK%2CSAyDZ%2CSAOC%2CaAKC%2CaACC%2CgBACE%3BAAAS%2CQAvEP%2CKAAK%2CSAyDZ%2CSAOC%2CaAKC%2CaACC%2CgBACY%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAvEnD%2CQAAQ%2CKAAK%2CSAyDZ%2CSAOC%2CaAKC%2CaAIC%3BEAAkB%2CaAAA%3BEAAe%2CyBAAA%3BEAA2B%2CUAAA%3BEAAY%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAAzE3G%2CQAAQ%2CKAAK%2CSAyDZ%2CSAOC%2CaAKC%2CaAIC%2CgBACC%3BEAAgB%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CeAAA%3BEAAiB%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CsBAAA%3B%3BAA1EzG%2CQAAQ%2CKAAK%2CSAyDZ%2CSAOC%2CaAKC%2CaAOC%3BEAAkB%2CmBAAA%3B%3BAA5EtB%2CQAAQ%2CKAAK%2CSAyDZ%2CSAOC%2CaAKC%2CaAQC%3BEAAkB%2CeAAA%3BEAAiB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2C8BAAA%3B%3BAA7E3E%2CQAAQ%2CKAAK%2CSAyDZ%2CSAOC%2CaAKC%2CaAQC%2CgBACC%3BEAAI%2CqBAAA%3BEAAuB%2CsBAAA%3BEAAwB%2CmBAAA%3BEAAqB%2CSAAA%3B%3BAA9E7E%2CQAAQ%2CKAAK%2CSAyDZ%2CSAOC%2CaAKC%2CaAQC%2CgBAEC%3BEAAS%2CgBAAA%3B%3BAA%5C%2FEd%2CQAAQ%2CKAAK%2CSAyDZ%2CSAOC%2CaAmBC%3BEAAkB%2CSAAA%3BEAAW%2CgBAAA%3B%3BAAnFhC%2CQAAQ%2CKAAK%2CSAyDZ%2CSA4BC%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAArFrC%2CQAAQ%2CKAAK%2CSAyDZ%2CSA6BC%2CgBAAkB%3BAAtFpB%2CQAAQ%2CKAAK%2CSAyDZ%2CSA8BC%2CgBAAkB%3BEAAmB%2CcAAA%3B%3BAAvFvC%2CQAAQ%2CKAAK%2CSAyDZ%2CSAgCC%2COAAM%3BEAAc%2CWAAA%3BEAAa%2CYAAA%3B%3BAAzFnC%2CQAAQ%2CKAAK%2CSAyDZ%2CSAiCC%2CYACC%3BEAAe%2CcAAA%3B%3BAA3FlB%2CQAAQ%2CKAAK%2CSAyDZ%2CSAiCC%2CYACC%2CaACC%3BEAAS%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAA5FlI%2CQAAQ%2CKAAK%2CSAyDZ%2CSAiCC%2CYAIC%3BEAAiB%2CUAAA%3BEAAY%2CwCAAA%3B%3BAA9FhC%2CQAAQ%2CKAAK%2CSAyDZ%2CSAuCC%2CaACC%2CsBACC%3BEAAS%2CsBAAA%3BEAAwB%2CoBAAA%3BEAAsB%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAlG7E%2CQAAQ%2CKAAK%2CSAyDZ%2CSAuCC%2CaACC%2CsBAEC%3BEAAS%2CaAAA%3B%3BAAnGb%2CQAAQ%2CKAAK%2CSAyDZ%2CSAuCC%2CaACC%2CsBAGC%3BEAAuB%2CkBAAA%3B%3BAApG3B%2CQAAQ%2CKAAK%2CSAyDZ%2CSAuCC%2CaAMC%3BEAAS%2CgBAAA%3BEAAkB%2CUAAA%3B%3BAAtG9B%2CQAAQ%2CKAAK%2CSAyDZ%2CSAuCC%2CaAOC%2CeAAc%3BEAAU%2CmBAAA%3B%3BAAvG3B%2CQAAQ%2CKAAK%2CSAyDZ%2CSAuCC%2CaAQC%2CqBACC%3BEAAW%2CcAAA%3B%3BAAzGf%2CQAAQ%2CKAAK%2CSAyDZ%2CSAuCC%2CaAWC%3BEAAY%2CmBAAA%3B%3BAA3Gf%2CQAAQ%2CKAAK%2CSAyDZ%2CSAuCC%2CaAWC%2CUACG%3BEAAU%2CoBAAA%3B%3BAA5GhB%2CQAAQ%2CKAAK%2CSAyDZ%2CSAuCC%2CaAWC%2CUAEG%2CSAAM%2CIAAI%2CSACT%3BEAAW%2CWAAA%3B%3BAA9GlB%2CQAAQ%2CKAAK%2CSAyDZ%2CSAuCC%2CaAWC%2CUAKG%3BEAAS%2C2BAAA%3B%3BAAhHf%2CQAAQ%2CKAAK%2CSAyDZ%2CSAuCC%2CaAWC%2CUAMC%3BEAAwB%2C2BAAA%3B%3BAAjH5B%2CQAAQ%2CKAAK%2CSAyDZ%2CSAuCC%2CaAWC%2CUAOG%2CSAAM%3BEAAqB%2CoBAAA%3B%3BAAlHjC%2CQAAQ%2CKAAK%2CSAyDZ%2CSAuCC%2CaAoBC%3BEAAoB%2CyBAAA%3BEAA2B%2CgBAAA%3B%3BAAE9C%2CQAtHI%2CKAAK%2CSAyDZ%2CSAuCC%2CaAqBC%2CeACE%2COACA%3BEAAO%2CeAAA%3B%3BAADR%2CQAtHI%2CKAAK%2CSAyDZ%2CSAuCC%2CaAqBC%2CeACE%2COAEA%3BEAAU%2CqBAAA%3BEAAuB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAAxHzE%2CQAAQ%2CKAAK%2CSA6HZ%2CaACC%3BEAAK%2CgBAAA%3BEAAkB%2CqBAAA%3BEAAuB%2CgBAAA%3B%3BAA9HhD%2CQAAQ%2CKAAK%2CSA6HZ%2CaACC%2CGACG%3BEAAK%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CSAAA%3B%3BAAC9C%2CQAhII%2CKAAK%2CSA6HZ%2CaACC%2CGACG%2CKACA%3BEAAU%2CaAAa%2C8PAAb%3BEAA6Q%2CqBAAA%3BEAAuB%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CQAAA%3B%3BAAhIhV%2CQAAQ%2CKAAK%2CSA6HZ%2CaAMC%3BEAAK%2CqBAAA%3B%3BAAnIP%2CQAAQ%2CKAAK%2CSA6HZ%2CaAMC%2CGACC%3BEAAK%2CkBAAA%3B%3BAApIR%2CQAAQ%2CKAAK%2CSA6HZ%2CaASC%3BEAAQ%2CWAAA%3BEAAY%2CyBAAA%3BEAA2B%2CmBAAA%3B%3BAAtIjD%2CQAAQ%2CKAAK%2CSA6HZ%2CaASC%2CMACC%3BEAAM%2CaAAA%3BEAAe%2CgBAAA%3B%3BAAvIxB%2CQAAQ%2CKAAK%2CSA6HZ%2CaASC%2CMAEC%3BEAAK%2CaAAA%3B%3BAAxIR%2CQAAQ%2CKAAK%2CSA2IT%2CSAAQ%2CYACJ%2CIAAG%3BEAAyB%2CqBAAA%3B%3BAA5IpC%2CQAAQ%2CKAAK%2CSA2IT%2CSAAQ%2CYAEJ%2CIAAG%3BEAA0B%2CqBAAA%3B%3BAAKpC%2C2BAAC%2CqBACA%3BAADD%2C0BAAC%2CqBACA%3BEAAqB%2CqBAAA%3BEAAuB%2CkBAAA%3B%3BAAD7C%2C2BAAC%2CqBAEA%2CSAAQ%3BAAFT%2C0BAAC%2CqBAEA%2CSAAQ%3BEAAS%2CqBAAA%3BEAAuB%2CmBAAA%3B%3BAAFzC%2C2BAAC%2CqBAGA%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BAAH3D%2C0BAAC%2CqBAGA%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BEAAkB%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAAL9G%2C2BAOC%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BAANnD%2C0BAMC%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BEAAS%2CeAAA%3B%3BAAP5D%2C2BAQC%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BAAP1D%2C0BAOC%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BEAAU%2CcAAA%3B%3BAARpE%2C2BASC%2CSAAQ%2CKAAK%2CSAAS%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BAARnE%2C0BAQC%2CSAAQ%2CKAAK%2CSAAS%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BEAAU%2CSAAA%3BEAAW%2CeAAA%3B%3BAATxF%2C2BAUC%2CSAAQ%2CKAAK%2CSAAS%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAQ%2CQAAO%3BAATjF%2C0BASC%2CSAAQ%2CKAAK%2CSAAS%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAQ%2CQAAO%3BEAAU%2CaAAA%3B%3BAAV3F%2C2BAWC%2CSAAQ%2CKAAK%2CSAAS%2CSAAU%2CSAAQ%2CKAAK%2CMAAO%3BAAVrD%2C0BAUC%2CSAAQ%2CKAAK%2CSAAS%2CSAAU%2CSAAQ%2CKAAK%2CMAAO%3BEAAQ%2C6BAAA%3B%3BAAX7D%2C2BAYC%2CSAAQ%2CKAAK%2CSAAS%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BAAXpE%2C0BAWC%2CSAAQ%2CKAAK%2CSAAS%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BEAAS%2CoBAAA%3BEAAsB%2CqBAAA%3B%3BAAZnG%2C2BAaC%2CkBAAiB%2CYAAa%3BAAZ%5C%2FB%2C0BAYC%2CkBAAiB%2CYAAa%3BAAb%5C%2FB%2C2BAcC%2CkBAAiB%2CYAAa%2CSAAQ%3BAAbvC%2C0BAaC%2CkBAAiB%2CYAAa%2CSAAQ%3BEAAS%2CsBAAA%3B%3BAAdhD%2C2BAeC%2CkBAAkB%2CSAAQ%2CKAAK%2CSAAS%2CIAAI%2CYAAa%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BAAd5F%2C0BAcC%2CkBAAkB%2CSAAQ%2CKAAK%2CSAAS%2CIAAI%2CYAAa%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BEAAU%2CSAAA%3B%3BAAftG%2C2BAgBC%2CuBAAuB%3BAAfxB%2C0BAeC%2CuBAAuB%3BEAAwB%2CkBAAA%3BEAAoB%2CgBAAA%3BEAAkB%2CqBAAA%3B%3BAAhBtF%2C2BAiBC%3BAAhBD%2C0BAgBC%3BEAAmB%2CmBAAA%3B%3BAAGnB%2CiCAAC%3BAAAS%2CiCAAC%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAM3C%2CoBAHH%2CQAAO%2CKACN%2COACE%2COACC%2C2BAA4B%3BEAAgB%2CcAAA%3B%3B%3BAAOjD%2CyBAA0B%3BEAAoB%2CaAAA%3B%3BAAC9C%2CoBAAqB%2CoBAAoB%2CWAAW%3BEAAI%2CSAAA%3B%3BAACxD%2CoBAAqB%3BEAAkB%2CcAAA%3B%3BAACvC%2CiBAAkB%2CsBAAsB%2CYAAY%3BEAAY%2CWAAA%3B%3BAAChE%2CiBAAkB%2CsBAAsB%2CYAAY%2COAAM%3BAAAM%2CiBAAkB%2CsBAAsB%2CQAAQ%2COAAM%3BEAAO%2CgBAAA%3B%3BAAC7H%3BEAA4B%2CWAAA%3B%3BAAA5B%2CyBACC%2CyBAAyB%3BAAD1B%2CyBACiC%2CyBAAyB%3BEAA0B%2CgBAAA%3B%3BAADpF%2CyBAEC%2CQAAO%3BEAAS%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CoBAAA%3B%3BAAFvE%2CyBAGC%2CSAAQ%3BEAAQ%2CeAAA%3B%3BAAHjB%2CyBAIC%2CWAAU%3BEAAS%2CSAAA%3B%3BAAJpB%2CyBAKC%2CQAAO%3BEAAQ%2CmBAAA%3BEAAqB%2CuBAAA%3BEAAyB%2CWAAA%3BEAAa%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2C0BAAA%3BEAA4B%2CeAAA%3B%3BAALhJ%2CyBAMC%2CQAAQ%2COAAM%3BEAAO%2CgBAAA%3B%3BAANtB%2CyBAMC%2CQAAQ%2COAAM%2CIACb%3BAAPF%2CyBAMC%2CQAAQ%2COAAM%2CIACH%3BEAAS%2CqBAAA%3B%3BAAPrB%2CyBASC%3BEAAwB%2CaAAA%3B%3BAATzB%2CyBASC%2CsBACG%3BEAAS%2CmBAAA%3B%3BAAVb%2CyBASC%2CsBACG%2CSACE%3BEAAS%2CgBAAA%3B%3BAAXf%2CyBASC%2CsBAIC%3BEAA2B%2CuBAAA%3BEAAyB%2CWAAA%3BEAAa%2CkBAAA%3B%3BAAbnE%2CyBASC%2CsBAKC%3BEAAmB%2CmBAAA%3BEAAqB%2CcAAA%3B%3BAAd1C%2CyBASC%2CsBAMC%3BEAAc%2CoBAAA%3BEAAsB%2CyBAAA%3BEAA2B%2CoBAAA%3B%3BAAfjE%2CyBASC%2CsBAMC%2CYACC%2COAAM%3BEAAO%2C6BAAA%3BEAA%2BB%2C6BAAA%3BEAA%2BB%2CsBAAA%3B%3BAAhB9E%2CyBASC%2CsBAMC%2CYACC%2COAAM%2CIACL%2CYAAW%3BEAAO%2CsBAAA%3BEAAwB%2CkBAAA%3B%3BAAjB9C%2CyBASC%2CsBAMC%2CYACC%2COAAM%2CIAEL%3BEAAe%2CQAAA%3B%3BAAlBnB%2CyBASC%2CsBAMC%2CYAKC%3BEAAW%2C2BAAA%3B%3BAApBd%2CyBASC%2CsBAMC%2CYAMC%2CWAAU%3BEAAS%2CgBAAA%3B%3BAArBtB%2CyBASC%2CsBAcC%3BEAAa%2CWAAA%3B%3BAAvBf%2CyBASC%2CsBAeC%2CgBAAkB%3BEAAY%2CgBAAA%3B%3BAAGhC%2CyBAA0B%3BEAA0B%2CsBAAA%3B%3BAACpD%2CyBAA0B%2CwBAAwB%3BEAAY%2CeAAA%3B%3BAAC9D%3BEAA4B%2CoBAAA%3B%3BAAA5B%2CyBACC%3BEAAoB%2CgBAAA%3B%3BAADrB%2CyBAEC%3BEAA2B%2CsBAAA%3B%3BAAF5B%2CyBAEC%2CyBACC%3BEAAY%2CgBAAA%3B%3BAAHd%2CyBAEC%2CyBAEC%2CUAAU%3BEAAS%2CWAAA%3BEAAY%2CWAAA%3BEAAY%2CcAAA%3B%3BAAC1C%2CyBAHF%2CyBAEC%2CUAAU%2COACR%2CYAAY%3BEAAO%2CeAAA%3B%3BAALvB%2CyBAQC%3BEAAwB%2CsBAAA%3BEAAuB%2CqBAAA%3B%3BAAEhD%2CcAAc%3BEAAW%2CgBAAA%3B%3BAAAzB%2CcAAc%2CQACb%3BEAAuB%2CeAAA%3BEAAiB%2CsBAAA%3B%3BAADzC%2CcAAc%2CQACb%2CqBACC%2CGAAE%2CIAAI%3BEAAkB%2C6BAAA%3B%3BAAF1B%2CcAAc%2CQACb%2CqBAEC%3BAAHF%2CcAAc%2CQACb%2CqBAEK%3BEAAK%2CiBAAA%3B%3BAAHX%2CcAAc%2CQAKb%3BAALD%2CcAAc%2CQAKT%3BEAAK%2CiBAAA%3B%3BAALV%2CcAAc%2CQAMb%2CmBAAmB%3BEAAa%2CgBAAA%3B%3BAANjC%2CcAAc%2CQAOb%2CWAAW%3BEAAS%2C0BAAA%3B%3BAAPrB%2CcAAc%2CQAQb%2CSAAS%3BEAAO%2CYAAA%3B%3BAAEjB%2CoBACC%2C0BACC%3BEAAoB%2CyBAAA%3BEAA2B%2CaAAA%3B%3BAAC9C%2CoBAFF%2C0BACC%2CkBACE%3BAAAS%2CoBAFZ%2C0BACC%2CkBACY%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAE%5C%2FC%2CoBAJD%2C0BAIE%3BAAAS%2CoBAJX%2C0BAIY%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAALhD%2CoBACC%2C0BAKC%2CQAAO%3BAANT%2CoBACC%2C0BAKgB%2CsBAAwB%2CSAAS%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAN9F%2CoBACC%2C0BAMC%3BEAAwB%2CyBAAA%3B%3BAAG1B%2CoBACC%2CmBACC%2CWACC%2CeACC%3BEAAS%2CiBAAA%3B%3BAAJb%2CoBACC%2CmBACC%2CWAIC%3BAANH%2CoBACC%2CmBACC%2CWAIY%3BEAAc%2CqBAAA%3BEAAuB%2CkBAAA%3B%3BAAInD%2C0BACC%3BEAA0B%2CsBAAA%3B%3BAAD3B%2C0BAEC%3BEAA2B%2CsBAAA%3BEAAwB%2CgBAAA%3B%3BAAFpD%2C0BAGC%2CyBAAyB%2CUAAU%3BEAAS%2CsBAAA%3BEAAwB%2CgBAAA%3B%3BAAHrE%2C0BAIC%2COAAM%2CQACL%3BEAAK%2CqBAAA%3BEAAuB%2CkBAAA%3B%3BAAL9B%2C0BAIC%2COAAM%2CQACL%2CGACC%3BEAAI%2CyBAAA%3BEAA2B%2CiBAAA%3B%3BAANlC%2C0BASC%2CkBAAkB%3BEAAc%2CaAAA%3B%3BAAEjC%2C4BAA4B%2C8BAA%2BB%2CeAAc%3BAACzE%2C4BAA4B%2C8BAA%2BB%2C2BAA0B%3BEAAS%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAAC3H%3BEAAmB%2CoBAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQnB%2CKAAK%3BEAAiB%2CgBAAA%3B%3BAAAtB%2CKAAK%2CcACJ%2CMAAK%2CMAAM%2CKAAK%3BEAAS%2CoBAAA%3B%3BAAD1B%2CKAAK%2CcACJ%2CMAAK%2CMAAM%2CKAAK%2CMACf%3BEAAK%2CoBAAA%3BEAAsB%2C0BAAA%3B%3BAAF7B%2CKAAK%2CcACJ%2CMAAK%2CMAAM%2CKAAK%2CMAEf%3BEAAK%2C4BAAA%3BEAA8B%2CSAAA%3BEAAW%2CgCAAA%3B%3BAAHhD%2CKAAK%2CcAKJ%2COAAS%3BEAAQ%2CgCAAA%3B%3BAALlB%2CKAAK%2CcAMJ%2CMAAK%2CKAAM%2CqBAAqB%3BAANjC%2CKAAK%2CcAOJ%2CMAAK%2CKAAM%2CqBAAqB%3BEAAS%2C2BAAA%3B%3BAAP1C%2CKAAK%2CcAQJ%2CcACC%3BEAAmB%2CyBAAA%3B%3BAATrB%2CKAAK%2CcAWJ%3BEAAQ%2CcAAA%3B%3BAACP%2CKAZG%2CcAWJ%2CKACE%3BAAAQ%2CKAZN%2CcAWJ%2CKACW%3BAAAM%2CKAZb%2CcAWJ%2CKACkB%3BEAAY%2CkBAAA%3B%3BAAZ%5C%2FB%2CKAAK%2CcAcJ%2COAAO%2CMAAQ%3BEAAQ%2CaAAA%3BEAAe%2CgBAAA%3B%3BAAdvC%2CKAAK%2CcAeJ%2CMAAM%3BEAAuB%2CsBAAA%3B%3BAAf9B%2CKAAK%2CcAgBJ%2CMAAK%2CMAAO%2CMAAM%3BEAAK%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CoCAAA%3B%3BAAhBjF%2CKAAK%2CcAiBJ%2CMAAM%2CKAAI%3BEAAQ%2CoBAAA%3BEAAsB%2CwBAAA%3B%3BAAjBzC%2CKAAK%2CcAkBJ%2CMAAK%2CMAAM%2CKAAK%2CMAAO%2CGAAE%3BEAAgB%2CwCAAA%3B%3BAAlB1C%2CKAAK%2CcAmBJ%2CMAAK%2CMAAM%2CKAAK%2CMAAO%2CGAAE%2CaAAc%3BEAAK%2CyBAAA%3B%3BAAI5C%2CQAH0B%3BEAG1B%2CKAvBI%2CcAqBH%3BIAAsB%2CmBAAA%3BIAAqB%2CeAAA%3B%3B%3BAArB7C%2CKAAK%2CcAuBJ%3BEAA2B%2CcAAA%3B%3BAAvB5B%2CKAAK%2CcAwBJ%3BEAAqB%2CaAAA%3BEAAe%2CyBAAA%3B%3BAAxBrC%2CKAAK%2CcAyBJ%2CmBAAqB%3BEAAgB%2CgBAAA%3B%3BAAzBtC%2CKAAK%2CcA0BJ%2CcACC%3BAA3BF%2CKAAK%2CcA0BJ%2CcACK%3BEAAK%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAA3B7B%2CKAAK%2CcA0BJ%2CcAEC%3BEAAK%2CiBAAA%3B%3BAA5BP%2CKAAK%2CcA8BJ%3BEAAwB%2CiCAAA%3B%3BAA9BzB%2CKAAK%2CcA%2BBJ%2CiBACC%3BAAhCF%2CKAAK%2CcA%2BBJ%2CiBACU%3BEAAe%2CgBAAA%3B%3BAAhC1B%2CKAAK%2CcA%2BBJ%2CiBAEC%3BEAAU%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CSAAA%3B%3BAAC3E%2CKAlCE%2CcA%2BBJ%2CiBAEC%2CQACE%3BEAAe%2CqBAAA%3B%3BAAChB%2CKAnCE%2CcA%2BBJ%2CiBAEC%2CQAEE%3BEAAqB%2CqBAAA%3B%3BAACtB%2CKApCE%2CcA%2BBJ%2CiBAEC%2CQAGE%3BEAAiB%2CqBAAA%3B%3BAApCrB%2CKAAK%2CcA%2BBJ%2CiBAEC%2CQAIC%3BEAAO%2CaAAA%3B%3BAACP%2CKAtCE%2CcA%2BBJ%2CiBAEC%2CQAKE%3BEAAS%2CwCAAA%3BEAA0C%2CoBAAA%3B%3BAAtCvD%2CKAAK%2CcAyCJ%2CKAAI%2CIACH%3BEAAc%2CWAAA%3BEAAa%2CgBAAA%3B%3BAA1C7B%2CKAAK%2CcAyCJ%2CKAAI%2CIAEH%2COAAM%3BEAAO%2CkBAAA%3BEAAoB%2CqBAAA%3BEAAuB%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CyBAAA%3B%3BAA3C3H%2CKAAK%2CcAyCJ%2CKAAI%2CIAEH%2COAAM%2CIACL%3BEAAgB%2CWAAA%3BEAAwB%2CoBAAA%3B%3BAA5C3C%2CKAAK%2CcAyCJ%2CKAAI%2CIAEH%2COAAM%2CIAEL%2CYAAW%3BEAAO%2CuBAAA%3BEAAyB%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CmBAAA%3BEAAqB%2CcAAA%3BEAAe%2CaAAA%3BEAAe%2CoBAAA%3B%3BAA7CnK%2CKAAK%2CcAyCJ%2CKAAI%2CIAEH%2COAAM%2CIAGL%3BEAAS%2CaAAA%3B%3BAA9CZ%2CKAAK%2CcAyCJ%2CKAAI%2CIAEH%2COAAM%2CIAIL%3BEAAQ%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CQAAA%3B%3BAA%5C%2FC5C%2CKAAK%2CcAyCJ%2CKAAI%2CIAEH%2COAAM%2CIAKL%2CMAAM%3BEAAQ%2CeAAA%3B%3BAAhDjB%2CKAAK%2CcAyCJ%2CKAAI%2CIAEH%2COAAM%2CIAML%3BEAAqB%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2C6BAAA%3BEAA%2BB%2CgBAAA%3BEAAkB%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CiBAAA%3BEAAmB%2CSAAA%3BEAAW%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CaAAA%3BEAAe%2CeAAA%3B%3BAAjD%5C%2FO%2CKAAK%2CcAyCJ%2CKAAI%2CIAEH%2COAAM%2CIAOL%2CmBAAkB%3BEAAS%2CsBAAA%3B%3BAAlD9B%2CKAAK%2CcAyCJ%2CKAAI%2CIAEH%2COAAM%2CIAQL%3BEAAQ%2CkBAAA%3B%3BAAnDX%2CKAAK%2CcAyCJ%2CKAAI%2CIAEH%2COAAM%2CIASL%3BEAAQ%2CiBAAA%3B%3BAApDX%2CKAAK%2CcAyCJ%2CKAAI%2CIAEH%2COAAM%2CIAUL%3BAArDH%2CKAAK%2CcAyCJ%2CKAAI%2CIAEH%2COAAM%2CIAUS%2CIAAG%3BEAAc%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAAInG%2CwBAAyB%2CQAAO%3BAAChC%2CkBAAmB%2CQAAO%3BAAC1B%2CeAAgB%2CWAAW%2CQAAO%2COAClC%2CgBAAgB%2CWAAW%2CQAAO%3BAAClC%2CkBAAmB%2CQAAO%3BEAAY%2CiBAAA%3BEAAmB%2CmBAAA%3B%3BAACxD%2CwBALwB%2CQAAO%2COAK9B%3BAAAD%2CkBAJkB%2CQAAO%2COAIxB%3BAAAD%2CeAHe%2CWAAW%2CQAAO%2COAClC%2CgBAAgB%2CWAAW%2CQAAO%2CSAEhC%3BAAAD%2CkBADkB%2CQAAO%2CSACxB%3BEAAU%2CaAAA%3B%3BAAEZ%2CkBAAmB%2CQAAO%3BAAC1B%2CeAAgB%2CSAAS%2CQAAO%3BAAChC%2CeAAgB%2CSAAS%2CQAAO%3BAAChC%2CeAAgB%2CSAAS%2CQAAO%3BEAAU%2CiBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2CyBAAA%3BEAA2B%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAACpL%2CkBAJkB%2CQAAO%2CSAIxB%3BAAAD%2CeAHe%2CSAAS%2CQAAO%2CSAG9B%3BAAAD%2CeAFe%2CSAAS%2CQAAO%2CMAE9B%3BAAAD%2CeADe%2CSAAS%2CQAAO%2COAC9B%3BAAAQ%2CkBAJS%2CQAAO%2CSAIf%3BAAAD%2CeAHM%2CSAAS%2CQAAO%2CSAGrB%3BAAAD%2CeAFM%2CSAAS%2CQAAO%2CMAErB%3BAAAD%2CeADM%2CSAAS%2CQAAO%2COACrB%3BAAAS%2CkBAJD%2CQAAO%2CSAIL%3BAAAD%2CeAHJ%2CSAAS%2CQAAO%2CSAGX%3BAAAD%2CeAFJ%2CSAAS%2CQAAO%2CMAEX%3BAAAD%2CeADJ%2CSAAS%2CQAAO%2COACX%3BEAAS%2CSAAA%3B%3BAAE9B%2CeACC%3BEAAe%2CeAAA%3BEAAiB%2CSAAA%3B%3BAADjC%2CeAEC%2CMAAK%2CKAAK%3BEAAW%2CeAAA%3B%3BAAFtB%2CeAEC%2CMAAK%2CKAAK%2CQACT%3BEAAU%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2CwCAAA%3BEAA0C%2CoBAAA%3BEAAsB%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CqCAAA%3B%3BAAC3K%2CeAFF%2CMAAK%2CKAAK%2CQACT%2CQACE%3BEAAU%2CaAAA%3B%3BAAMb%2CQAH0B%3BEAG1B%2CeAFC%2CWAAW%2CQAAO%3BIAAU%2C4BAAA%3B%3B%3BAAR9B%2CeAUC%3BEAA0B%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAAV7C%2CeAWC%2CwBAAwB%2CQAAO%3BEAAW%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAXzE%2CeAYC%3BEAAgB%2CUAAA%3BEAAY%2CUAAA%3BEAAY%2CeAAA%3BEAAiB%2C6BAAA%3B%3BAAZ1D%2CeAYC%2CcACG%3BEAAS%2CSAAA%3BEAAW%2CyBAAA%3BEAA2B%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CSAAA%3BEAAW%2CiBAAA%3B%3BAAbjG%2CeAYC%2CcAEC%2COACG%3BEAAS%2CmBAAA%3BEAAqB%2CyBAAA%3BEAA2B%2C4BAAA%3B%3BAAf9D%2CeAYC%2CcAEC%2COACG%2CSACD%3BEAAS%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CoCAAA%3B%3BAAhBtE%2CeAYC%2CcAOC%2CMAAK%2CMAAM%3BEAAU%2CoBAAA%3B%3BAAnBvB%2CeAYC%2CcAOC%2CMAAK%2CMAAM%2COACV%3BAApBH%2CeAYC%2CcAOC%2CMAAK%2CMAAM%2COACN%3BEAAK%2CoBAAA%3BEAAsB%2C0BAAA%3BEAA4B%2CyBAAA%3B%3BAApB9D%2CeAYC%2CcAOC%2CMAAK%2CMAAM%2COAEV%2CGAAE%2CIAAI%3BEAAkB%2CgCAAA%3B%3BAArB3B%2CeAYC%2CcAOC%2CMAAK%2CMAAM%2COAGV%2CMACC%2CGAAE%2CYAAY%3BEAAS%2CoCAAA%3B%3BAAvB3B%2CeAYC%2CcAOC%2CMAAK%2CMAAM%2COAMV%2CGAAE%2CMAAM%3BAAzBX%2CeAYC%2CcAOC%2CMAAK%2CMAAM%2COAMO%2CGAAE%2CMAAM%2COAAQ%3BEAAK%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CgBAAA%3B%3BAAzBrF%2CeAYC%2CcAOC%2CMAAK%2CMAAM%2COAMV%2CGAAE%2CMAAM%2COACP%3BAA1BJ%2CeAYC%2CcAOC%2CMAAK%2CMAAM%2COAMO%2CGAAE%2CMAAM%2COAAQ%2CGAChC%3BEAAS%2CgBAAA%3B%3BAA1Bb%2CeAYC%2CcAiBC%2COACC%2CUACC%2COAAM%3BEAAQ%2CeAAA%3B%3BAA%5C%2FBlB%2CeAYC%2CcAiBC%2COACC%2CUAEC%3BEAAS%2C8BAAA%3B%3BAACR%2CeArBJ%2CcAiBC%2COACC%2CUAEC%2COACE%2CIAAI%2CSAAY%3BEAAS%2CmBAAA%3B%3BAAjC%5C%2FB%2CeAYC%2CcAyBC%2CsBAAsB%3BEAAS%2C8BAAA%3BEAAgC%2CgBAAA%3B%3BAArCjE%2CeAYC%2CcA0BC%2CsBAAsB%2COAAO%3BEAAS%2CaAAA%3B%3BAAtCxC%2CeAYC%2CcA2BC%2CsBAAsB%2CiBAAiB%2CSAAS%3BEAAS%2C6BAAA%3B%3BAAG3D%2CaAEC%2COACG%3BAAFJ%2CuBACC%2COACG%3BEAAS%2CuBAAA%3BEAAyB%2CSAAA%3BEAAW%2CyBAAA%3BEAA2B%2CkBAAA%3BEAAoB%2CeAAA%3B%3BAAC7F%2CaAFF%2COACG%2CSACA%3BAAAD%2CuBAFF%2COACG%2CSACA%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CmBAAA%3BEAAqB%2CyBAAA%3BEAAkD%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CWAAW%2CcAAX%3BEAA2B%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CSAAA%3BEAAW%2CkBAAA%3BEAAoB%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAAE5P%2CaAJD%2COAIE%2COACE%2CSAAM%3BAADT%2CuBAJD%2COAIE%2COACE%2CSAAM%3BEAAS%2CWAAW%2CcAAX%3BEAA2B%2CSAAA%3B%3BAAI%5C%2FC%2COAAO%2CKACN%2COAAM%3BEAAa%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2C2BAAA%3BEAA6B%2CWAAA%3B%3BAADtF%2COAAO%2CKACN%2COAAM%2CUACL%3BEAAY%2C2BAAA%3B%3BAAFd%2COAAO%2CKACN%2COAAM%2CUAEL%2CeAAe%3BEAAgB%2CqBAAA%3B%3BAAHjC%2COAAO%2CKACN%2COAAM%2CUAGL%3BEAAS%2CkBAAA%3BEAAoB%2CkBAAA%3B%3BAAJ%5C%2FB%2COAAO%2CKACN%2COAAM%2CUAGL%2COACC%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2CSAAA%3BEAAW%2CqBAAA%3BEAAuB%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CkBAAA%3B%3BAAL5I%2COAAO%2CKACN%2COAAM%2CUAML%2CeACC%3BEAAgB%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAC%5C%2FC%2COATG%2CKACN%2COAAM%2CUAML%2CeACC%2CcACE%2CUAAU%3BEAAO%2CeAAA%3B%3BAATtB%2COAAO%2CKACN%2COAAM%2CUAML%2CeACC%2CcAEC%3BEAAqB%2CeAAA%3B%3BAAKzB%2CoBACC%2CkBACC%3BEAA0B%2CuBAAA%3B%3B%3B%3B%3B%3B%3B%3BAAU5B%2CYACC%3BAADD%2CYACc%3BEAAyB%2CSAAA%3B%3BAADvC%2CYAEC%2CUACC%2COAAM%3BAAHR%2CYAEC%2CUACkB%2COAAM%3BEAAa%2C6BAAA%3B%3BAAGtC%2CUACC%2CgCACC%2CwBACC%3BEAAmB%2CyBAAA%3B%3BAAItB%2CqBACC%2CQAAO%2CIAAI%2CeAAgB%2CKAAK%3BAADjC%2CqBAEC%2CQAAO%2CIAAI%2CqBAAsB%2CKAAK%3BEAAmB%2CyBAAA%3B%3BAACzD%2CqBAAC%2C0BAA2B%2CaAAa%3BEAAgB%2CaAAA%3B%3BAAE1D%2CmBAAoB%3BAACpB%2CmBAAoB%3BAACpB%2CmBAAoB%3BAACpB%2CmBAAoB%2CGAAE%3BAACtB%2CWAAY%3BAACZ%2CWAAY%2CcAAc%3BEAAa%2CgBAAA%3B%3BAACvC%2CYACC%3BEAAiB%2CeAAA%3B%3BAAElB%2CyBAA0B%2CiBAAmB%3BEAAW%2CsBAAA%3B%3BAACxD%2CqBAAsB%3BEAAgB%2CcAAA%3B%3BAACtC%2C0BACC%2CaACC%3BEAAmB%2CqBAAA%3BEAAuB%2C2BAAA%3BEAA6B%2CsBAAA%3B%3BAAFzE%2C0BACC%2CaAEC%3BEAAa%2CqBAAA%3BEAAuB%2CsBAAA%3BEAAwB%2CkBAAA%3B%3BAAgB9D%2CQAZ0B%3BEACzB%2CKAAK%2CWAAY%2CiBAAiB%3BEAClC%2C0BAA2B%2CaAAa%3BIAAmB%2CgBAAA%3B%3BEAC3D%2CKAAK%2CWAAY%2CiBAAiB%3BIAAW%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAAS9C%3BEAAoB%2CiBAAA%3BEAAmB%2CcAAA%3B%3BAACtC%2CiBAAC%2CYAAY%2CcAAe%3BEAAoB%2CsBAAA%3BEAAwB%2C0BAAA%3B%3BAADzE%2CiBAEC%3BEAAgB%2CUAAA%3B%3BAAChB%2CiBAAC%2CYAAY%2CcAAe%3BEAAiB%2C4BAAA%3B%3BAAH9C%2CiBAIC%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%3BEAAK%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAAJlF%2CiBAKC%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BEAAW%2C6BAAA%3B%3BAALvC%2CiBAMC%2CcAAc%3BEAAqB%2CeAAA%3B%3BAAElC%2CiBADD%2CgBACE%3BAAAQ%2CiBADV%2CgBACW%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAARhD%2CiBAOC%2CgBAEC%2CKAAI%3BAATN%2CiBAOC%2CgBAEa%2CKAAI%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAATtD%2CiBAOC%2CgBAGC%3BEAAoB%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CWAAA%3B%3BAAVvD%2CiBAOC%2CgBAIC%3BEAAmB%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CWAAA%3B%3BAAXrD%2CiBAOC%2CgBAKC%3BEAAyB%2CsBAAA%3BEAAwB%2CsBAAA%3B%3BAAZnD%2CiBAcC%2CwBAAwB%3BEAAK%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2C8BAAA%3BEAAgC%2CyBAAA%3B%3BAAdvH%2CiBAeC%2CyBACC%3BEAAc%2CyBAAA%3BEAA2B%2CoBAAA%3B%3BAAhB3C%2CiBAeC%2CyBAEC%2CeAAc%3BEAAS%2CoBAAA%3B%3BAAjBzB%2CiBAeC%2CyBAGC%2CeAAc%3BEAAQ%2CuBAAA%3B%3BAAlBxB%2CiBAoBC%2CmBAEC%3BAAtBF%2CiBAoBqB%2CwBAEnB%3BAAtBF%2CiBAoB8C%2CmBAAmB%2CwBAE%5C%2FD%3BAAtBF%2CiBAqBC%2CwBAAwB%2CwBACvB%3BEAAS%2C0BAAA%3B%3BAAtBX%2CiBAwBC%3BAAxBD%2CiBAwBqB%2CmBAAkB%3BAAxBvC%2CiBAyBC%2CcAAa%3BAAzBd%2CiBAyB%2BB%3BEAAgB%2CwBAAA%3BEAA0B%2C%2BBAAA%3B%3BAAzBzE%2CiBA0BC%3BEAAoB%2C6BAAA%3BEAA%2BB%2C4BAAA%3BEAA8B%2CwBAAA%3B%3BAA1BlF%2CiBA2BC%3BEAAwB%2CWAAA%3B%3BAA3BzB%2CiBA4BC%2CSAAQ%2CKAAK%2CSAAS%2CIAAI%2CYAAa%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BEAAU%2CcAAA%3B%3BAA5BpF%2CiBA6BC%2CkBAAkB%2CUAAS%3BEAAc%2C2BAAA%3B%3BAA7B1C%2CiBA8BC%2CkBAAkB%3BEAAc%2C6BAAA%3BEAA%2BB%2CoBAAA%3BEAAsB%2CoBAAA%3BEAAsB%2CoBAAA%3B%3BAAC1G%2CiBADD%2CkBAAkB%2CYAChB%3BAACD%2CiBAFD%2CkBAAkB%2CYAEhB%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAhCtC%2CiBA8BC%2CkBAAkB%2CYAGjB%3BEAAY%2CcAAA%3BEAAgB%2CSAAA%3BEAAW%2CmBAAA%3B%3BAAjCzC%2CiBA8BC%2CkBAAkB%2CYAIjB%2CUAAU%3BEAAoB%2CgBAAA%3BEAAkB%2CsBAAA%3B%3BAAlClD%2CiBA8BC%2CkBAAkB%2CYAKjB%3BEAAW%2CmBAAA%3BEAAgC%2CsBAAA%3BEAAwB%2CWAAA%3B%3BAAnCrE%2CiBA8BC%2CkBAAkB%2CYAMjB%2CQAAO%3BEAAe%2CWAAA%3B%3BAApCxB%2CiBA8BC%2CkBAAkB%2CYAOjB%2COAAM%3BEAAO%2CmBAAA%3BEAAgC%2CsBAAA%3BEAAwB%2C2BAAA%3BEAA6B%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2CyBAAA%3BEAA2B%2C2BAAA%3B%3BAArC3L%2CiBA8BC%2CkBAAkB%2CYAOjB%2COAAM%2CIACL%2CYAAW%3BEAAO%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CWAAA%3BEAAa%2CuBAAA%3BEAAyB%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CcAAA%3B%3BAAtCtK%2CiBA8BC%2CkBAAkB%2CYAOjB%2COAAM%2CIAEL%3BEAAS%2CaAAA%3B%3BAAvCZ%2CiBA8BC%2CkBAAkB%2CYAOjB%2COAAM%2CIAGL%3BAAxCH%2CiBA8BC%2CkBAAkB%2CYAOjB%2COAAM%2CIAGS%2CIAAG%3BEAAc%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAAxCnG%2CiBA8BC%2CkBAAkB%2CYAYjB%2CQAAO%3BEAAe%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2C8BAAA%3BEAAgC%2CyBAAA%3BEAA2B%2C4BAAA%3BEAA8B%2CsBAAA%3B%3BAACvK%2CiBAbF%2CkBAAkB%2CYAYjB%2CQAAO%2CYACL%3BEAAU%2CiBAAA%3BEAAmB%2CaAAA%3B%3BAAIhC%2CiBAAC%2CYAAa%3BEAAa%2C%2BBAAA%3BEAAiC%2CiBAAA%3B%3BAAC5D%2CiBAAC%2CYAAa%2CwBAAwB%2CWAAW%2CiBAAiB%3BAAClE%2CiBAAC%2CYAAa%2CoBAAoB%2CWAAW%2CiBAAiB%3BEAAS%2C0BAAA%3BEAA4B%2C8BAAA%3B%3BAAjDpG%2CiBAmDC%3BEAAsC%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CkBAAA%3B%3BAAnDhE%2CiBAoDC%3BEAAe%2CeAAA%3B%3BAApDhB%2CiBAqDC%3BEAAS%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2C6BAAA%3BEAA%2BB%2C8BAAA%3B%3BAArD9E%2CiBAqDC%2COACC%2COAAO%3BEAAU%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2C2BAAA%3BEAA6B%2CoBAAA%3B%3BAAtDzG%2CiBAqDC%2COAEC%3BEAAiB%2CmBAAA%3B%3BAACjB%2CiBAHD%2COAGE%2CaAAa%3BEAAa%2C2BAAA%3B%3BAAC3B%2CiBAJD%2COAIE%2CaAAa%2CIAAI%2CUAAW%2CoBAAmB%2COAAQ%2CgBAAgB%2CUAAU%3BEAAQ%2CcAAA%3BEAAgB%2CiBAAA%3B%3BAAC1G%2CiBALD%2COAKE%2CaAAa%2CIAAI%2CUAAW%2CoBAAmB%2COAAQ%2CgBAAgB%2CUAAU%3BEAAQ%2CaAAA%3B%3BAAC1F%2CiBAND%2COAME%2CaAAa%2CIAAI%2CUAAW%2CoBAAmB%2COAAQ%2CgBAAgB%2CUAAU%2CQAAO%3BEAAa%2C0BAAA%3B%3BAA3DxG%2CiBA6DC%2COAAM%3BEAAW%2CaAAA%3B%3BAA7DlB%2CiBA8DC%2COAAM%2CQAAS%3BEAAiB%2CmBAAA%3B%3BAA9DjC%2CiBAgEC%2CsBAAsB%3BEAAuB%2CoBAAA%3B%3BAAhE9C%2CiBAiEC%3BEAAqB%2CsBAAA%3BEAAwB%2CcAAA%3BEAAgB%2C0BAAA%3BEAA4B%2CsBAAA%3B%3BAAjE1F%2CiBAiEC%2CmBACC%2CSAAQ%2CUAAU%3BEAAY%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CwBAAA%3B%3BAAlErG%2CiBAiEC%2CmBACC%2CSAAQ%2CUAAU%2CSACjB%3BEAAK%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CgBAAA%3B%3BAAnEtC%2CiBAiEC%2CmBACC%2CSAAQ%2CUAAU%2CSACjB%2CGACG%3BEAAK%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAAC%5C%2FD%2CiBAJJ%2CmBACC%2CSAAQ%2CUAAU%2CSACjB%2CGACG%2CKACA%3BEAAU%2CSAAS%2COAAT%3BEAAkB%2CeAAA%3BEAAiB%2CqBAAA%3BEAAuB%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CQAAA%3B%3BAArEvG%2CiBAiEC%2CmBAQC%3BEAAS%2C2BAAA%3B%3BAAzEX%2CiBAiEC%2CmBASC%2CoBAAoB%3BEAAe%2CwBAAA%3B%3BAA1ErC%2CiBAiEC%2CmBAUC%3BEAAuB%2C2BAAA%3BEAA6B%2C2BAAA%3B%3BAA3EtD%2CiBAiEC%2CmBAWC%2CsBAAsB%2CqBAAqB%2CQAAO%3BAA5EpD%2CiBAiEC%2CmBAYC%2CsBAAsB%2CqBAAqB%2CQAAO%3BEAAa%2CeAAA%3BEAAiB%2C8BAAA%3B%3BAA7ElF%2CiBAiEC%2CmBAaC%2CsBAAsB%2CqBAAqB%2CQAAO%3BAA9EpD%2CiBAiEC%2CmBAcC%2CsBAAsB%2CqBAAqB%2CQAAO%3BEAAa%2CWAAA%3BEAAa%2CsBAAA%3B%3BAA%5C%2FE9E%2CiBAiEC%2CmBAaC%2CsBAAsB%2CqBAAqB%2CQAAO%2CWAEjD%3BAAhFH%2CiBAiEC%2CmBAcC%2CsBAAsB%2CqBAAqB%2CQAAO%2CUACjD%3BEAAO%2CqBAAA%3BEAAuB%2CsBAAA%3B%3BAAC9B%2CiBAhBF%2CmBAaC%2CsBAAsB%2CqBAAqB%2CQAAO%2CWAGhD%3BAAAD%2CiBAhBF%2CmBAcC%2CsBAAsB%2CqBAAqB%2CQAAO%2CUAEhD%3BEAAU%2CeAAA%3BEAAiB%2CoBAAA%3BEAAsB%2CWAAA%3BEAAa%2CsBAAA%3BEAAwB%2CYAAA%3BEAAc%2CkBAAA%3B%3BAAjFxG%2CiBAiEC%2CmBAkBC%2COAAM%3BEAAa%2CUAAA%3B%3BAAnFrB%2CiBAiEC%2CmBAkBC%2COAAM%2CUACL%3BEAAO%2C6BAAA%3BEAA%2BB%2CeAAA%3B%3BAApFzC%2CiBAiEC%2CmBAqBC%2COAAM%3BEAAe%2CyBAAA%3BEAA2B%2CiBAAA%3B%3BAAtFlD%2CiBAiEC%2CmBAsBC%2COAAM%2CYAAa%3BEAAO%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAvFzE%2CiBAiEC%2CmBAuBC%2CoBAAoB%3BAAxFtB%2CiBAiEC%2CmBAuBiC%3BEAA0B%2CsBAAA%3B%3BAAxF5D%2CiBAiEC%2CmBAwBC%2CSAAQ%2CUAAU%3BAAzFpB%2CiBAiEC%2CmBAwByB%2CwBAAwB%2COAAM%3BEAAa%2CqBAAA%3BEAAkC%2CmBAAA%3BEAAqB%2C2BAAA%3B%3BAAzF5H%2CiBAiEC%2CmBAyBC%2COACC%3BEAAS%2CqBAAA%3BEAAuB%2CmBAAA%3B%3BAA3FnC%2CiBA8FC%2CyBAAyB%2CiBAAiB%3BEAAI%2CqBAAA%3B%3BAA9F%5C%2FC%2CiBA%2BFC%2CyBAAyB%2CiBAAiB%2CQAAO%3BAA%5C%2FFlD%2CiBAgGC%2CyBAAyB%2CiBAAiB%2CMAAK%3BEAAS%2CwBAAA%3B%3BAAhGzD%2CiBAiGC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BEAAkB%2CUAAA%3BEAAY%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAAjG3G%2CiBAkGC%2CkBACC%2CyBACC%2CUAAY%2CUAAO%3BEAAe%2CaAAA%3B%3BAApGrC%2CiBAuGC%2C0BACC%2CQAAO%3BEAAS%2C0BAAA%3B%3BAAxGlB%2CiBAuGC%2C0BAEC%2CEAAC%3BEAAY%2CSAAA%3B%3BAAzGf%2CiBAuGC%2C0BAGC%3BEAAwB%2CwBAAA%3BEAA0B%2CsBAAA%3B%3BAA1GpD%2CiBAuGC%2C0BAGC%2CsBACG%2CSAAS%3BEAAS%2CeAAA%3BEAAiB%2CaAAA%3B%3BAA3GxC%2CiBAuGC%2C0BAGC%2CsBAEC%3BEAAa%2CWAAA%3B%3BAA5GhB%2CiBAuGC%2C0BAGC%2CsBAGC%3BEAAc%2CyBAAA%3B%3BAA7GjB%2CiBAuGC%2C0BAGC%2CsBAGC%2CYACC%3BAA9GJ%2CiBAuGC%2C0BAGC%2CsBAGC%2CYAEC%3BEACC%2CmBAAA%3B%3BAAhHL%2CiBAuGC%2C0BAGC%2CsBAGC%2CYAKC%3BEACC%2CmBAAA%3B%3BAAnHL%2CiBAuGC%2C0BAGC%2CsBAGC%2CYAQC%3BAArHJ%2CiBAuGC%2C0BAGC%2CsBAGC%2CYASC%2CWAAW%3BEACV%2CmBAAA%3B%3BAAvHL%2CiBAuGC%2C0BAGC%2CsBAGC%2CYAYC%3BEACC%2CeAAA%3B%3BAA1HL%2CiBAuGC%2C0BAGC%2CsBAmBC%3BEAAuB%2CgBAAA%3B%3BAA7H1B%2CiBAuGC%2C0BAGC%2CsBAmBC%2CqBACC%3BEAAU%2CSAAA%3BEAAW%2C4BAAA%3B%3BAA9HzB%2CiBAkIC%3BEAAiB%2CWAAA%3B%3BAAlIlB%2CiBAmIC%2CeAAe%3BEAAW%2CWAAA%3BEAAa%2CmBAAA%3B%3BAAnIxC%2CiBAqIC%2CwBAAuB%3BEAA2B%2CsBAAA%3BEAAwB%2CuBAAA%3B%3BAArI3E%2CiBAsIC%3BEAAmB%2CsBAAA%3BEAAwB%2CmBAAA%3B%3BAAtI5C%2CiBAuIC%2CuBAAuB%3BEAAwB%2CkBAAA%3BEAAoB%2CqBAAA%3BEAAuB%2CsBAAA%3BEAAwB%2CwBAAA%3B%3BAAvInH%2CiBAwIC%3BEAAmB%2CoCAAA%3B%3BAAEnB%2CiBAAC%2CYACA%2CeACC%3BAAFF%2CiBAAC%2CYACA%2CeAEC%3BEAAwB%2C6BAAA%3B%3BAAH1B%2CiBAAC%2CYACA%2CeAGC%2CoBACC%3BEAAmB%2CqBAAA%3B%3BAA%5C%2FIvB%2CiBAmJC%2CSAAQ%2CKAAK%3BEAAY%2CeAAA%3B%3BAAnJ1B%2CiBAoJC%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BEAAW%2CiBAAA%3B%3BAApJ9D%2CiBAqJC%2COAAM%3BEAAc%2C2BAAA%3B%3BAArJrB%2CiBAsJC%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BEAAS%2CyBAAA%3B%3BAAtJ5D%2CiBAwJC%2CcACC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%3BEAAY%2C%2BBAAA%3B%3BAAzJtF%2CiBAwJC%2CcAEC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%2CUAAU%2CQAAO%3BEAAa%2C0BAAA%3B%3BAA1JxG%2CiBAwJC%2CcAGC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%2CUAAU%3BEAAQ%2CcAAA%3B%3BAA3J5F%2CiBAwJC%2CcAIC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%2CUAAU%2CQAAO%2CUAAW%3BEAAQ%2CaAAA%3B%3BAAG9G%3BEAAqC%2C2BAAA%3BEAA6B%2CoCAAA%3B%3BAAElE%2CYAAY%2CIAAI%2CyBAA0B%2CkBAAkB%2CwBAAwB%3BEAAK%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAACrH%2CYAAY%2CuBAAwB%2CkBAAkB%2CwBAAwB%3BEAAK%2C2BAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQnF%2CaAAc%3BAAAe%3BAAAe%2CYAAa%3BEAAgB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CUAAA%3BEAAY%2CWAAA%3BEAAa%2CSAAA%3B%3BAAC5H%2CaADa%2CcACZ%3BAAAD%2CaAAC%3BAAAD%2CYADwD%2CcACvD%3BEAAU%2CSAAS%2COAAT%3BEAA6B%2CyBAAA%3BEAA2B%2CiCAAA%3BEAAmC%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAAMvH%2CQAH0B%3BEACzB%2CYAAC%2CYAAY%2CcAAe%3BIAAoB%2CgBAAA%3B%3B%3BAAFlD%2CYAIC%3BAAJD%2CYAIgB%3BAAJhB%2CYAIgC%3BEAAgB%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAAJpE%2CYAKC%3BEAAgB%2CiBAAA%3BEAAmB%2CiBAAA%3B%3BAALpC%2CYAMC%2CcAAc%3BAANf%2CYAM8B%3BAAN9B%2CYAM6C%2CaAAa%3BEAAgB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CUAAA%3BEAAY%2CQAAA%3BEAAU%2CSAAA%3BEAAW%2CqBAAA%3B%3BAANtI%2CYAOC%2CWAAW%3BEAAe%2CwBAAA%3B%3BAAP3B%2CYAQC%3BEAAa%2CsBAAA%3BEAAwB%2CgBAAA%3B%3BAARtC%2CYASC%3BAATD%2CYASS%3BEAAoB%2CsBAAA%3B%3BAAT7B%2CYAUC%2CkBAAkB%3BEAAc%2C6BAAA%3BEAA%2BB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAVjF%2CYAUC%2CkBAAkB%2CYACjB%2COAAM%2CIACL%3BEAAS%2CaAAA%3B%3BAAZZ%2CYAeC%3BEAA2B%2CmBAAA%3B%3BAAf5B%2CYAgBC%2CyBAAyB%3BEAAoB%2CmBAAA%3B%3BAAhB9C%2CYAiBC%2CyBAAyB%2CkBAAiB%2CKAAM%3BEAAiB%2C0BAAA%3BEAA4B%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3B%3BAAjBzH%2CYAkBC%2CyBAAyB%3BEAAiB%2CkBAAA%3B%3BAAlB3C%2CYAmBC%2CyBAAyB%3BAAnB1B%2CYAmBiC%2CyBAAyB%3BEAA0B%2CeAAA%3B%3BAAnBpF%2CYAoBC%2CsBAAsB%3BAApBvB%2CYAoBmC%2CwBAAwB%3BEAAuB%2C2BAAA%3B%3BAApBlF%2CYAqBC%2CkBAAkB%2CYAAY%2COAAM%3BAArBrC%2CYAqB2C%2CkBAAkB%2CQAAQ%2COAAM%3BEAAO%2CmBAAA%3B%3BAArBlF%2CYAsBC%2CkBAAkB%2CYAAY%2COAAM%2CIAAK%3BAAtB1C%2CYAsBiD%2CkBAAkB%2CQAAQ%2COAAM%2CIAAK%3BEAAQ%2CWAAA%3B%3BAAtB9F%2CYAuBC%2CiBAAiB%3BEAAS%2CgBAAA%3B%3BAAvB3B%2CYAwBI%2CmBAAmB%3BAAxBvB%2CYAyBI%2CwBAAwB%3BEAAc%2CcAAA%3B%3BAAzB1C%2CYA0BC%3BEAAY%2C2BAAA%3B%3BAA1Bb%2CYA2BC%3BEAAS%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CgBAAA%3BEAAkB%2C8BAAA%3B%3BAA3B%5C%2FF%2CYA4BC%2CkBAAkB%3BEAAS%2C0BAAA%3BEAA4B%2C8BAAA%3BEAAgC%2C2BAAA%3BEAA6B%2CgBAAA%3BEAAkB%2C8BAAA%3BEAAgC%2CyBAAA%3B%3BAA5BvK%2CYA6BC%3BEAAU%2CmBAAA%3B%3BAA7BX%2CYA8BC%2CeAAe%3BEAAU%2CWAAA%3B%3BAA9B1B%2CYA%2BBC%2CeAAe%2CQAAO%3BEAAY%2CmBAAA%3B%3BAA%5C%2FBnC%2CYAgCC%2CkBAAkB%3BAAhCnB%2CYAgCgC%2CkBAAkB%3BEAAU%2CcAAA%3B%3BAAhC5D%2CYAkCC%2COAAO%2COAAO%3BEAAS%2CeAAA%3B%3BAACtB%2CYADD%2COAAO%2COAAO%2COACZ%3BEAAS%2CaAAA%3B%3BAAnCZ%2CYAqCC%2CeAAe%3BEAAgB%2CqBAAA%3BEAAuB%2CmBAAA%3BEAAqB%2CWAAA%3B%3BAAC1E%2CYADD%2CeAAe%2CcACb%2CUAAU%3BEAAO%2CeAAA%3B%3BAAClB%2CYAFD%2CeAAe%2CcAEb%2CUAAU%3BEAAS%2CWAAA%3B%3BAAvCtB%2CYAqCC%2CeAAe%2CcAGd%3BEAAqB%2CmBAAA%3B%3BAAxCvB%2CYAqCC%2CeAAe%2CcAId%2CWAAW%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAzCvC%2CYA2CC%3BAA3CD%2CYA2CW%3BAA3CX%2CYA2CoB%2COAAM%3BEAAa%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3BAAWvC%2CQACC%3BEAAc%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAChC%2CQAAC%2CoBACA%3BEAAc%2CgBAAA%3BEAAkB%2CoBAAA%3B%3BAAIlC%2CQACC%3BEAAS%2CWAAA%3B%3BAADV%2CQAEC%2COAAM%3BEAAoB%2CaAAA%3BEAAe%2C8BAAA%3B%3BAAF1C%2CQAEC%2COAAM%2CiBACJ%3BEAAe%2C6BAAA%3BEAA%2BB%2CaAAA%3B%3BAAHjD%2CQAEC%2COAAM%2CiBAEL%3BEAAgB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2CkBAAA%3BEAAoB%2CgBAAA%3BEAAkB%2C8DAAA%3B%3BAAE7F%2CQAJF%2COAAM%2CiBAGL%2CcACE%3BAACD%2CQALF%2COAAM%2CiBAGL%2CcAEE%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAPvC%2CQAEC%2COAAM%2CiBAGL%2CcAGC%3BEAAa%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAARjF%2CQAEC%2COAAM%2CiBAGL%2CcAIC%3BEAAiB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2CcAAA%3B%3BAAT5D%2CQAEC%2COAAM%2CiBAGL%2CcAIC%2CeACC%3BEAAI%2CcAAA%3BEAAgB%2CmBAAA%3BEAAqB%2CyBAAA%3B%3BAAV7C%2CQAEC%2COAAM%2CiBAGL%2CcAIC%2CeAEC%3BEAAe%2CqBAAA%3B%3BAAXnB%2CQAeC%2CoBACC%2CeAAe%3BEAAQ%2CcAAA%3BEAAgB%2CWAAA%3B%3BAAhBzC%2CQAeC%2CoBACC%2CeAAe%2CMACd%3BEAAc%2CUAAA%3BEAAY%2CmBAAA%3B%3BAAjB7B%2CQAeC%2CoBACC%2CeAAe%2CMAEd%3BAAlBH%2CQAeC%2CoBACC%2CeAAe%2CMAED%3BEAAU%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAAlB%5C%2FC%2CQAeC%2CoBACC%2CeAAe%2CMAGd%3BEAAa%2CcAAA%3BEAAgB%2CeAAA%3B%3BAAC5B%2CQALH%2CoBACC%2CeAAe%2CMAGd%2CWACE%3BEAAU%2CaAAA%3B%3BAApBf%2CQAeC%2CoBACC%2CeAAe%2CMAMd%2CQAAQ%3BEAAI%2CmBAAA%3B%3BAAtBf%2CQAyBC%3BEAAqB%2C8BAAA%3B%3BAAzBtB%2CQAyBC%2CmBACC%3BEAAe%2CkBAAA%3B%3BAA1BjB%2CQAyBC%2CmBAEC%3BEAAe%2CwBAAA%3B%3BAA3BjB%2CQAyBC%2CmBAGC%3BEAAiB%2CqBAAA%3B%3BAA5BnB%2CQAyBC%2CmBAGC%2CeACC%3BEAAU%2CmBAAA%3B%3BAA7Bb%2CQAyBC%2CmBAMC%3BEAAU%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CQAAA%3BEAAU%2C6BAAA%3BEAA%2BB%2CSAAA%3B%3BAAChG%2CQAPF%2CmBAMC%2CQACE%3BEAAS%2CcAAA%3B%3BAAhCb%2CQAyBC%2CmBAMC%2CQAEC%3BEAAO%2CaAAA%3B%3BAAjCV%2CQAyBC%2CmBAUC%3BEAAc%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAAnCrC%2CQAqCC%2CYACC%3BEAAe%2CgBAAA%3B%3BAAtCjB%2CQAqCC%2CYAEC%2CeACC%3BEAAK%2CSAAA%3BEAAW%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAxCpC%2CQAqCC%2CYAEC%2CeAEC%3BEAAQ%2CmBAAA%3BEAAqB%2CkBAAA%3B%3BAAzChC%2CQAqCC%2CYAEC%2CeAEC%2CMACC%3BEAAI%2CkBAAA%3BEAAoB%2CcAAA%3B%3BAA1C5B%2CQA%2BCC%2CkBACC%2CWACC%3BEACC%2CqBAAA%3B%3BAAlDJ%2CQA%2BCC%2CkBACC%2CWACC%2CGAEC%3BEACC%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAOL%2CiBACC%3BEAAc%2C8BAAA%3BEAAgC%2CgBAAA%3B%3BAAD%5C%2FC%2CiBACC%2CUACC%3BEAAU%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAF7B%2CiBACC%2CUAEC%2COAAM%2CIAAI%2CSAAY%3BEAAS%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CgBAAA%3B%3BAAH9D%2CiBACC%2CUAGC%2COAAM%2CIAAI%2CSAAY%3BEAAW%2CWAAA%3B%3BAAJnC%2CiBACC%2CUAIC%3BEAAW%2CaAAA%3B%3BAALb%2CiBACC%2CUAKC%3BEAAS%2CcAAA%3BEAAgB%2C8BAAA%3B%3BAAN3B%2CiBACC%2CUAMC%3BEAAY%2C2BAAA%3B%3BAAPd%2CiBACC%2CUAOC%3BEAAU%2CoBAAA%3B%3BAACT%2CiBARF%2CUAOC%2CQACE%3BAACD%2CiBATF%2CUAOC%2CQAEE%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAVvC%2CiBACC%2CUAOC%2CQAGC%3BEAAS%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CmBAAA%3B%3BAAXrC%2CiBACC%2CUAOC%2CQAIC%2COAAM%3BEAAQ%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAAZnC%2CiBAeC%2CiBAAiB%2CSAAS%3BEAAU%2CkBAAA%3BEAAoB%2CeAAA%3B%3BAAfzD%2CiBAgBC%2CeAAe%3BEAAM%2CkBAAA%3B%3BAAhBtB%2CiBAiBC%2CgBAAgB%3BEAAe%2CgBAAA%3B%3BAAjBhC%2CiBAkBC%3BEAAgB%2CiBAAA%3B%3BAAlBjB%2CiBAmBC%3BEAAiB%2CWAAA%3BEAAa%2CiBAAA%3BEAAmB%2CeAAA%3B%3BAAnBlD%2CiBAoBG%3BEAAK%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CgBAAA%3B%3BAApBpD%2CiBAqBC%2CcAAc%3BEAAgB%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CqBAAA%3B%3BAArBrE%2CiBAsBC%2COAAO%3BEAAsB%2CyBAAA%3B%3B%3B%3B%3B%3B%3B%3BAAS9B%3BEAAmB%2CeAAA%3B%3BAACnB%2CgBACC%2CcAAc%3BEAAgB%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA4B%2CgBAAA%3B%3BAADvF%2CgBAEC%3BEAA2B%2CcAAA%3B%3BAAF5B%2CgBAGC%2CyBAAyB%3BAAH1B%2CgBAIC%2CyBAAyB%3BEAAmB%2CqBAAA%3B%3BAAJ7C%2CgBAKC%3BEAAiB%2CgBAAA%3B%3BAALlB%2CgBAKC%2CeACC%3BEAAuB%2CWAAA%3BEAAa%2CSAAA%3B%3BAANtC%2CgBAQC%2CgBAAgB%3BEAAgB%2CgBAAA%3B%3BAAiBjC%2CQAf0B%3BEACzB%2CKAAK%2CSAAS%3BEAAQ%2CKAAK%2CKAAK%3BEAChC%2CKAAK%2CSAAS%3BEAAS%2CKAAK%2COAAO%3BIAClC%2C6BAAA%3BIACA%2C2BAAA%3BIACA%2CsBAAA%3BIACA%2CcAAA%3B%3BEAGE%2COAAO%2CIAAI%2CeAAgB%2CKAAK%3BEAChC%2COAAO%2CIAAI%2CqBAAsB%2CKAAK%3BIAClC%2CkBAAA%3B%3B%3BAAIR%2CwBACC%2CMAAK%2CKAAK%2COACT%3BEACC%2C8BAAA%3B%3BAAHH%2CwBACC%2CMAAK%2CKAAK%2COAIT%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEACjC%2CYAAA%3B%3BAAIA%2CwBATF%2CMAAK%2CKAAK%2COAOT%2CUAAY%2CSAAM%2COAEhB%3BAAAD%2CwBATF%2CMAAK%2CKAAK%2COAQT%2CUAAY%2CSAAM%2CSAChB%3BEACA%2CYAAA%3B%3BAAXJ%2CwBACC%2CMAAK%2CKAAK%2COAaT%2CiBACC%2CWACC%2CQAAO%3BEACN%2CwBAAA%3B%3BAAjBL%2CwBAuBC%2CQAAO%2CIAAI%2CeAAgB%2CKAAK%3BAAvBjC%2CwBAwBC%2CQAAO%2CIAAI%2CqBAAsB%2CKAAK%3BEACrC%2C6BAAA%3B%3BAAIF%2CMAAM%3BEAAe%2CaAAA%3B%3BAAErB%3BEAAuB%2C2BAAA%3BEAA6B%2C2BAAA%3BEAA6B%2C4BAAA%3B%3BAACjF%2CoBAAqB%2CaAAe%3BEAAS%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAC7H%2CYACC%3BAADD%2CYAEC%3BEAAuB%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAAEzC%2CsBAAuB%2CSAAS%3BEAAU%2CeAAA%3BEAAiB%2CoBAAA%3BEAAsB%2CgBAAA%3B%3BAACjF%2CoBAAqB%2CaAAa%3BAAAQ%2CoBAAqB%2CmBAAmB%3BEAAqB%2CmBAAA%3B%3BAACvG%2CQAAS%2CmBAAmB%3BAAAQ%2CQAAS%2CmBAAmB%2COAAO%3BEAAS%2CgBAAA%3B%3BAAI9E%2CQAFM%2CqBACP%2COACE%3BAAAS%2CQAFJ%2CqBACP%2COACY%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAFhD%2CQAAQ%2CqBAIP%2CQAAO%2CKAAM%2COAAO%3BEAAkB%2CgBAAA%3B%3BAAJvC%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%3BEAAgB%2CkBAAA%3BEAAoB%2CqBAAA%3BEAAuB%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CqBAAA%3B%3BAACvG%2CQAPK%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcACE%2CUAAU%3BEAAO%2CeAAA%3B%3BAAPrB%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAEC%2CWAAW%3BEAAS%2CoBAAA%3BEAAsB%2CqBAAA%3B%3BAAR7C%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAGC%2CWAAW%3BEAAI%2CgBAAA%3BEAAkB%2CaAAA%3B%3BAACjC%2CQAVK%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAIE%2CMAAO%3BAAVX%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAKC%3BEAAsB%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2CWAAA%3B%3BAAXtG%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAMC%3BEAAY%2C8BAAA%3B%3BAAZf%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAMC%2CUACC%2COAAM%3BEAAO%2CqBAAA%3BEAAuB%2CsBAAA%3BEAAwB%2C2BAAA%3B%3BAAbhE%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAMC%2CUACC%2COAAM%2CIACL%3BEAAS%2CsBAAA%3BEAAwB%2CaAAA%3B%3BAAdtC%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAWC%2CYAAY%2CMAAK%3BEAAO%2CYAAA%3B%3BAAjB3B%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAYC%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAAW%2CsBAAA%3B%3BAAlBhD%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAaC%3BEAAwB%2CSAAA%3B%3BAAEvB%2CQArBI%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAcC%2CiBAAiB%2CQAAO%2COAAO%2CQAC7B%3BEAAU%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CYAAA%3B%3BAArB%5C%2FC%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAiBU%3BEAAqB%2C2BAAA%3B%3BAAvBjC%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAkBU%2CmBACI%3BEAAsB%2CeAAA%3BEAAiB%2CwBAAA%3BEAA0B%2CcAAA%3BEAAgB%2CoBAAA%3B%3BAAC7E%2CQA1BZ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAkBU%2CmBACI%2CoBACK%3BEAAU%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CqBAAA%3BEAAuB%2CsBAAA%3BEAAwB%2CmBAAA%3BEAAqB%2CwBAAA%3B%3BAA1BjI%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAkBU%2CmBACI%2CoBAEI%3BEAAO%2CqBAAA%3BEAAuB%2CsBAAA%3B%3BAAElC%2CQA7BR%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAkBU%2CmBAKK%2CMAAO%3BEAAsB%2CsBAAA%3B%3BAA7B9C%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcA0BC%2CmBAAmB%2CoBAAmB%2CMAAO%3BEAAO%2CWAAA%3B%3BAAhCvD%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcA2BC%2CsBACC%2CiBAAiB%2CQAAO%3BEAAW%2C4BAAA%3BEAA8B%2C0BAAA%3B%3BAAlCrE%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcA2BC%2CsBAEC%2CQAAO%3BEAAQ%2CkBAAA%3B%3BAACd%2CQApCG%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcA2BC%2CsBAEC%2CQAAO%2CKACL%3BEAAU%2CaAAa%2CgWAAb%3BEAA%2BW%2CqBAAA%3BEAAuB%2CkBAAA%3BEAAoB%2CsBAAA%3B%3BAApC1a%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcA2BC%2CsBAEC%2CQAAO%2CKAEN%3BEAAO%2CaAAA%3B%3BAAIP%2CQAzCG%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcA2BC%2CsBAOC%2CQAAO%2COACL%3BEAAU%2CaAAa%2CgbAAb%3BEAA%2Bb%2CqBAAA%3BEAAuB%2CkBAAA%3BEAAoB%2CsBAAA%3B%3BAAzC1f%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcA2BC%2CsBAOC%2CQAAO%2COAEN%3BEAAO%2CaAAA%3B%3BAA1CZ%2CQAAQ%2CqBAKP%2CQAAO%2CKAAM%2CeACZ%2CcAuCC%2CoBAAoB%2COAAM%3BEAAe%2C4BAAA%3BEAA8B%2C0BAAA%3BEAA4B%2CyBAAA%3BEAA2B%2CqBAAA%3BEAAuB%2CaAAA%3BEAAe%2CgBAAA%3B%3BAA7CvK%2CQAAQ%2CqBAgDJ%2CSAAQ%3BEAAoB%2C8BAAA%3B%3BAAhDhC%2CQAAQ%2CqBAgDJ%2CSAAQ%2CiBACJ%3BEAAK%2CaAAA%3B%3BAAjDb%2CQAAQ%2CqBAgDJ%2CSAAQ%2CiBAEJ%3BEAAS%2CeAAA%3BEAAiB%2CaAAA%3B%3BAAlDlC%2CQAAQ%2CqBAgDJ%2CSAAQ%2CiBAEJ%2COACL%3BEAAkB%2CgBAAA%3B%3BAAnDrB%2CQAAQ%2CqBAsDP%2CqBAAuB%2CWAAQ%3BEAAoB%2C2BAAA%3BEAA6B%2C2BAAA%3B%3BAAtDjF%2CQAAQ%2CqBAuDP%3BEAAmB%2CoBAAA%3B%3BAAvDpB%2CQAAQ%2CqBAwDP%2CiBAAiB%3BEAAU%2C4BAAA%3BEAA8B%2C0BAAA%3B%3BAAxD1D%2CQAAQ%2CqBAyDP%2CSACC%3BEAAmB%2CUAAA%3BEAAY%2CSAAA%3B%3BAAGjC%2CQAAQ%2CqBAAsB%2CQAAO%2CIAAI%2CeAAgB%2CKAAK%3BAAC9D%2CQAAQ%2CqBAAsB%2CQAAO%2CIAAI%2CqBAAsB%2CKAAK%3BEACnE%2CyBAAA%3BEACA%2CeAAA%3B%3BAAGD%2CMAAO%2COAAO%3BEAAS%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAAEnD%2CQACC%2CoBAAoB%3BEAAc%2C0BAAA%3B%3BAADnC%2CQAEC%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAAS%2CYAAA%3B%3BAAG1C%2CQAFD%2CUAAY%2CSAAM%2COAEhB%3BAAAD%2CQADD%2CUAAY%2CSAAM%2CSAChB%3BEAAU%2CYAAA%3B%3BAAIV%2CQAFF%2CMAAK%2CuBACJ%2CUAAY%2CSAAM%2COAChB%3BEAAU%2CcAAA%3B%3BAATd%2CQAOC%2CMAAK%2CuBAIJ%2CUAAY%3BEAAU%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CaAAA%3BEAAe%2CWAAA%3B%3BAAXpE%2CQAOC%2CMAAK%2CuBAKJ%3BEAAmB%2CyBAAA%3B%3BAAZrB%2CQAcC%2CKAAI%2CkBACH%2CUAAY%3BAAfd%2CQAcyB%2CMAAK%2CkBAC5B%2CUAAY%3BAAfd%2CQAckD%2CMAAK%2CuBACrD%2CUAAY%3BEAAU%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CaAAA%3BEAAe%2CWAAA%3BEAAa%2CyBAAA%3BEAA2B%2CyBAAA%3B%3BAAf5G%2CQAcC%2CKAAI%2CkBAEH%3BAAhBF%2CQAcyB%2CMAAK%2CkBAE5B%3BAAhBF%2CQAckD%2CMAAK%2CuBAErD%3BEAAY%2CmBAAA%3B%3BAAhBd%2CQAcC%2CKAAI%2CkBAGH%3BAAjBF%2CQAcyB%2CMAAK%2CkBAG5B%3BAAjBF%2CQAckD%2CMAAK%2CuBAGrD%3BEAAmB%2C6BAAA%3B%3BAAjBrB%2CQAmBC%2CMAAK%2CuBACJ%3BEAAmB%2CyBAAA%3B%3BAAIrB%2CSAAY%2CSAAS%3BAACrB%2CSAAY%2CUAAU%2CSAAS%3BEAC9B%2CgBAAA%3B%3BAAGD%2CsBAAuB%3BEAAW%2C6BAAA%3B%3BAAClC%2CsBAAuB%2CMAAM%3BEAAa%2CmBAAA%3B%3BAAC1C%2CQAAS%2CQAAQ%2COAAO%2CaAAa%3BEAAU%2CeAAA%3B%3BAAC%5C%2FC%2CwBAAyB%2CMAAK%2CIAAI%3BEAAkB%2CgCAAA%3BEAAkC%2CoBAAA%3BEAAsB%2CmBAAA%3B%3B%3B%3B%3B%3BAAU5G%2CmBAJqD%3BEACpD%3BEAAiB%2CKAAK%2CcAAe%3BIAAS%2CsBAAA%3BIAAuB%2C6BAAA%3B%3B%3BAAGtE%2CYAAa%3BAAAa%2C%2BBAAgC%3BAAA6B%2CkBAAqB%3BAAC5G%2C0BAA2B%3BEAAkC%2CgBAAA%3BEAAiB%2CoBAAA%3B%3BAAC9E%2CYAAa%3BAAAa%2CYAAa%3BEAAyB%2C0BAAA%3B%3BAAChE%2CuBAAuB%3BEAAiB%2CaAAA%3BEAAc%2CyBAAA%3B%3BAACtD%2CwBAAyB%3BEAAwB%2CSAAA%3BEAAU%2CqBAAA%3BEAAsB%2CkBAAA%3B%3BAACjF%2CwBAAyB%2CsBAAsB%3BEAAiB%2CcAAA%3BEAAe%2CcAAA%3BEAAe%2CeAAA%3BEAAgB%2CyBAAA%3B%3BAAC9G%2CwBAAyB%2CsBAAsB%2CeAAc%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CeAAA%3BEAAgB%2CqBAAA%3BEAAsB%2CsBAAA%3BEAAuB%2CkBAAA%3BEAAmB%2CQAAA%3BEAAS%2CQAAA%3B%3BAAC5K%2CwBAAyB%2CgBAAe%2CQAAS%2CsBAAsB%2CeAAc%3BEAAS%2CSAAQ%2COAAR%3B%3BAAC9F%2CwBAAyB%3BEAA0B%2CiBAAA%3B%3BAACnD%2CwBAAyB%3BEAAwB%2CmBAAA%3B%3BAACjD%3BEAAkC%2CUAAA%3B%3BAAClC%2C%2BBAAgC%2C4BAA4B%3BEAAe%2CSAAA%3B%3BAAC3E%3BEAAoB%2CkBAAA%3B%3BAACpB%2CiBAAkB%2CiBAAiB%3BEAAW%2CWAAA%3B%3BAAE9C%2CMAAM%3BAAAY%2CMAAM%2CUAAU%3BEAAS%2CwCAAA%3B%3BAAE3C%2CyBAA0B%3BEAAsB%2CwBAAA%3B%3BAAChD%2CyBAA0B%2CcAAc%3BAACxC%2CyBAA0B%2CgBAAgB%3BEAAe%2CkBAAA%3B%3BAAEzD%2CwBACC%2CSAAS%3BEAAI%2CsBAAA%3BEAAuB%2CuBAAA%3BEAAwB%2C0CAAA%3BEAAwC%2CmBAAA%3BEAAoB%2C2BAAA%3B%3BAACvH%2CwBADD%2CSAAS%2CEACP%3BEAAU%2C0BAAA%3BEAA2B%2CsBAAA%3BEAAuB%2CuBAAA%3BEAAwB%2C4BAAA%3B%3BAAFvF%2CwBAIC%3BEAAa%2CsBAAA%3B%3BAAJd%2CwBAIC%2CWACC%2CGAAG%3BEAAI%2CwBAAA%3BEAAyB%2CSAAA%3B%3BAAIlC%3BEACI%2C8BAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAACA%2CeAAC%3BEACG%2CgBAAA%3B%3BAALR%2CeAOI%2CWACI%3BEACI%2CmBAAA%3B%3BAAKZ%2C6BAA8B%3BEAAmB%2CUAAA%3B%3BAACjD%2CmBAAoB%3BEAAM%2CeAAA%3BEAAiB%2CuBAAA%3B%3BAAE3C%3BEAA8C%2CgBAAA%3B%3BAAE9C%2CgBAAiB%2CiBAAiB%2CQAAO%2COAAO%3BEAAW%2CkBAAA%3B%3BAAC3D%2CeAAgB%3BEAAsB%2CgBAAA%3B%3B%3BAAGtC%3BEAAoB%2CkBAAA%3BEAAoB%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2C2BAAA%3B%3BAAC3F%2CiBAAkB%3BEAAS%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAACzD%2CiBAAkB%3BEAAiB%2CgBAAA%3B%3BAACnC%2CiBAAkB%3BEAAa%2CgBAAA%3B%3BAAC%5C%2FB%2CiBAAkB%2CgBAAgB%3BEAAqB%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CoBAAA%3B%3BAACzG%2CiBAAkB%2CgBAAgB%3BAAAoB%2CiBAAkB%2CyBAAyB%3BAACjG%2CiBAAkB%2CgBAAgB%2CmBAAmB%3BAAAmB%2CiBAAkB%2CyBAAyB%2CmBAAmB%3BAACtI%2CiBAAkB%2CgBAAgB%2CmBAAmB%3BAAAmB%2CiBAAkB%2CyBAAyB%2CmBAAmB%3BEAAoB%2CwCAAA%3BEAA0C%2CoCAAA%3B%3BAACpM%2CiBAAkB%2CgBAAgB%2CmBAAmB%3BEAAoB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAC5G%2CiBAAkB%2CgBAAgB%2CmBAAmB%3BEAAoB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAC1F%2CiBAAkB%2CgBAAgB%2CmBAAkB%3BEAAS%2CSAAS%2CGAAT%3BEAAc%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CQAAA%3BEAAU%2CWAAW%2CgBAAX%3B%3BAACvI%2CiBAAkB%2CgBAAgB%2CmBAAkB%2CaAAa%3BEAAS%2CSAAS%2CEAAT%3B%3BAAC1E%2CiBAAkB%3BEAAa%2C6BAAA%3B%3BAAC%5C%2FB%2CiBAAkB%2CWAAW%3BEAAW%2CoBAAA%3B%3BAAUxC%2CQAT0B%3BEACtB%3BIAAoB%2CyBAAA%3B%3BEACpB%2CiBAAkB%3BIAAa%2CkBAAA%3B%3BEAC%5C%2FB%2CiBAAkB%2CWAAW%3BIAAQ%2CsBAAA%3B%3BEACrC%2CiBAAkB%3BIAAS%2CeAAA%3B%3BEAC3B%2CiBAAkB%3BIAAO%2CcAAA%3B%3BEACzB%2CiBAAkB%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3BEACzE%2CiBAAkB%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3B%3BAAM7E%2CQAJ0B%3BEACtB%3BIAAoB%2CwBAAA%3B%3BEACpB%2CiBAAkB%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3B%3BAAQ7E%2CQAN0B%3BEACtB%2CiBAAkB%3BIAAS%2CeAAA%3B%3BEAC3B%2CiBAAkB%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3BEACzE%2CiBAAkB%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3BEACzE%2CiBAAkB%2CgBAAgB%3BIAAqB%2CcAAA%3B%3B%3BAAE3D%2CoBAAqB%2COAAM%2COAC1B%2CeACC%2CeACC%2CcAAa%2CIAAI%3BEAAkB%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAClE%2CoBAJiB%2COAAM%2COAC1B%2CeACC%2CeACC%2CcAAa%2CIAAI%2CeACf%2CYAAY%2CMAAM%2CIAAI%3BEAAQ%2CWAAA%3BEAAa%2CcAAA%3B%3BAAC5C%2CoBALiB%2COAAM%2COAC1B%2CeACC%2CeACC%2CcAAa%2CIAAI%2CeAEf%2CYAAY%2CIAAI%2CIAAI%3BEAAQ%2CeAAA%3B%3BAALjC%2CoBAAqB%2COAAM%2COAC1B%2CeACC%2CeAKC%2CcACC%2CkBAAkB%2CeAAc%3BEAAQ%2CeAAA%3BEAAiB%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2C4BAAA%3B%3BAARxF%2CoBAAqB%2COAAM%2COAC1B%2CeACC%2CeAKC%2CcAEC%2CkBAAkB%3BEAAiB%2CWAAA%3BEAAa%2CYAAA%3B%3BAATpD%2CoBAAqB%2COAAM%2COAC1B%2CeACC%2CeAKC%2CcAGC%2CYAAY%2CQAAO%3BEAAa%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAAMrD%2CMAAM%2COAAQ%2CeAAe%3BAAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAa%3BEAAgB%2CcAAA%3B%3BAAE%5C%2FE%2CcAAc%3BEAAsB%2C4BAAA%3BEAA8B%2C2BAAA%3B%3BAAAlE%2CcAAc%2CmBACb%2CeAAe%3BEAAe%2CyBAAA%3B%3BAAD%5C%2FB%2CcAAc%2CmBAEb%2CaAAa%3BEAAiB%2CgBAAA%3B%3BAAF%5C%2FB%2CcAAc%2CmBAGb%3BEAAkB%2CgBAAA%3BEAAiB%2CcAAA%3BEAAe%2CkBAAA%3B%3BAAHnD%2CcAAc%2CmBAIb%3BEAAiB%2CsBAAA%3BEAAuB%2CcAAA%3B%3BAAJzC%2CcAAc%2CmBAKb%2CiBAAiB%3BEAAS%2CeAAA%3BEAAgB%2CgBAAA%3B%3BAAL3C%2CcAAc%2CmBAMb%2CgBACC%3BAAPF%2CcAAc%2CmBAMb%2CgBAEC%2CmBAAmB%3BAARrB%2CcAAc%2CmBAMb%2CgBAGC%2CmBAAmB%3BEAAoB%2CWAAA%3BEAAuB%2CsBAAA%3BEAAkC%2CkBAAA%3B%3BAATlG%2CcAAc%2CmBAMb%2CgBAIC%3BEAAqB%2CiBAAA%3BEAAkB%2CoBAAA%3BEAAqB%2CYAAA%3BEAAa%2C2BAAA%3B%3BAAV3E%2CcAAc%2CmBAMb%2CgBAIC%2CmBACC%3BEAAoB%2CeAAA%3BEAAgB%2CgBAAA%3B%3BAAXvC%2CcAAc%2CmBAMb%2CgBAIC%2CmBAEC%3BEAAoB%2CeAAA%3BEAAgB%2CgBAAA%3B%3BAAZvC%2CcAAc%2CmBAeb%3BEAAc%2CmBAAA%3B%3BAAff%2CcAAc%2CmBAgBb%3BEAAa%2CmBAAA%3B%3BAAhBd%2CcAAc%2CmBAiBb%2CQAAO%2COAAO%3BEAAW%2CWAAA%3BEAAY%2CgBAAA%3B%3BAAjBtC%2CcAAc%2CmBAkBb%2CYAAc%3BAAlBf%2CcAAc%2CmBAmBb%2CYAAc%2CMAAM%3BEAAoB%2CgBAAA%3B%3BAAEzC%3BEAAsB%2CgBAAA%3B%3BAACtB%2CmBAAoB%3BEAAe%2CmBAAA%3B%3BAACnC%2CmBAAoB%2CaAAa%3BEAAS%2CSAAA%3BEAAW%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAACtE%2CmBAAmB%2CcAAe%3BEAAiB%2CsBAAA%3BEAAwB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAAChG%2CmBAAoB%2CeAAe%2CeAAe%2CcAAa%3BEAAgB%2CyBAAA%3BEAA2B%2C0BAAA%3B%3BAAC1G%2CmBAAoB%3BEAAoB%2CgBAAA%3B%3BAACxC%2CmBAAoB%3BAAAqB%2CmBAAoB%3BAAC7D%2CiBAAkB%3BAAAqB%2CiBAAkB%3BAACzD%2C4BAA6B%3BAAC7B%2C4BAA6B%3BEAAsB%2CQAAA%3B%3BAACnD%2CmBAAoB%3BAAAqB%2CiBAAkB%3BAAAqB%2C4BAA6B%3BEAAsB%2CUAAA%3B%3BAACnI%2CmBAAoB%3BAAAqB%2CiBAAkB%3BAAAqB%2C4BAA6B%3BEAAsB%2CSAAA%3B%3BAACnI%2CmBAAoB%3BAAAqB%2CmBAAoB%2CYAAY%3BAACzE%2CiBAAkB%3BAAAqB%2CiBAAkB%2CYAAY%3BAACrE%2C4BAA6B%3BAAAqB%2C4BAA6B%2CYAAY%3BEAAsB%2CSAAA%3BEAAW%2CWAAA%3B%3BAAC5H%2CmBAAoB%3BAAAqB%2CmBAAoB%2CYAAY%3BAACzE%2CiBAAkB%3BAAAqB%2CiBAAkB%2CYAAY%3BAACrE%2C4BAA6B%3BAAAqB%2C4BAA6B%2CYAAY%3BEAAsB%2CUAAA%3BEAAY%2CUAAA%3B%3BAAC7H%2C4BAA6B%2CcAAc%2CYAAc%3BAAAmB%2CaAAc%2CYAAc%3BEAAoB%2CgBAAA%3B%3BAAE5H%2COAAO%2CcAAe%3BEAAe%2CkBAAA%3B%3BAAErC%2CmBAAmB%2COAAO%2CcACtB%3BEAAe%2CkBAAA%3BEAAoB%2CyBAAA%3BEAA2B%2CUAAA%3BEAAY%2CkBAAA%3B%3BAAD9E%2CmBAAmB%2COAAO%2CcAEtB%3BEAAiB%2CSAAA%3B%3BAAFrB%2CmBAAmB%2COAAO%2CcAGzB%3BEAAe%2CyBAAA%3BEAA2B%2CaAAA%3B%3BAACvC%2CmBAJe%2COAAO%2CcAIrB%2C0BACG%3BEAAmB%2CgBAAA%3BEAAiB%2CcAAA%3BEAAe%2CkBAAA%3B%3BAADvD%2CmBAJe%2COAAO%2CcAIrB%2C0BAEO%3BEAAiB%2CWAAA%3BEAAY%2CcAAA%3B%3BAAFrC%2CmBAJe%2COAAO%2CcAIrB%2C0BAGO%3BEAAiB%2CeAAA%3BEAAgB%2CmBAAA%3BEAAoB%2CyBAAA%3B%3BAAH7D%2CmBAJe%2COAAO%2CcAIrB%2C0BAIO%2CiBAAiB%3BEAAS%2CeAAA%3B%3BAAJlC%2CmBAJe%2COAAO%2CcAIrB%2C0BAKO%2CgBACI%3BAANZ%2CmBAJe%2COAAO%2CcAIrB%2C0BAKO%2CgBAEI%2CmBAAmB%3BAAP%5C%2FB%2CmBAJe%2COAAO%2CcAIrB%2C0BAKO%2CgBAGI%2CmBAAmB%3BEAAoB%2CWAAA%3BEAAuB%2CsBAAA%3BEAAkC%2CkBAAA%3B%3BAAR5G%2CmBAJe%2COAAO%2CcAIrB%2C0BAKO%2CgBAII%3BEAAqB%2CiBAAA%3BEAAkB%2CoBAAA%3BEAAqB%2CYAAA%3BEAAa%2C2BAAA%3B%3BAATrF%2CmBAJe%2COAAO%2CcAIrB%2C0BAKO%2CgBAII%2CmBACI%3BEAAoB%2CeAAA%3B%3BAAVpC%2CmBAJe%2COAAO%2CcAIrB%2C0BAKO%2CgBAII%2CmBAEI%3BEAAoB%2CeAAA%3B%3BAAXpC%2CmBAJe%2COAAO%2CcAIrB%2C0BAcO%3BEAAc%2CmBAAA%3B%3BAAdtB%2CmBAJe%2COAAO%2CcAIrB%2C0BAeO%3BEAAa%2CmBAAA%3B%3BAAfrB%2CmBAJe%2COAAO%2CcAIrB%2C0BAgBO%2CQAAO%2COAAO%3BEAAW%2C0BAAA%3BEAA2B%2CWAAA%3BEAAY%2CuBAAA%3B%3BAAExE%2CmBAtBe%2COAAO%2CcAsBrB%2C0BACG%3BEAAe%2CgBAAA%3B%3BAADnB%2CmBAtBe%2COAAO%2CcAsBrB%2C0BAEH%2CaAAa%3BEAAiB%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CoBAAA%3BEAAsB%2C4BAAA%3BEAA8B%2CwBAAA%3B%3BAAFzI%2CmBAtBe%2COAAO%2CcAsBrB%2C0BAGH%2CaAAa%2CgBAAgB%3BEAAqB%2CYAAA%3BEAAc%2C6BAAA%3B%3BAAC%5C%2FD%2CmBA1BgB%2COAAO%2CcAsBrB%2C0BAGH%2CaAAa%2CgBAAgB%2CmBAC3B%3BEAAgB%2C0BAAA%3B%3BAAJhB%2CmBAtBe%2COAAO%2CcAsBrB%2C0BAMH%2CaAAa%2CgBAAgB%2CmBAAmB%3BEAAoB%2CeAAA%3B%3BAANlE%2CmBAtBe%2COAAO%2CcAsBrB%2C0BAOH%2CaAAa%3BEAAS%2CgBAAA%3B%3BAAGR%2CmBAhCG%2COAAO%2CcAsBrB%2C0BAQG%2CeAAc%2CKACV%2CcACK%2CUAAU%3BEAAO%2CeAAA%3B%3BAAV9B%2CmBAtBe%2COAAO%2CcAsBrB%2C0BAQG%2CeAAc%2CKACV%2CcAEI%3BEAAuB%2CSAAA%3B%3BAAMvC%2CyBAA0B%2CeAAc%3BEAAmB%2CoBAAA%3B%3BAAC3D%2CcAAc%3BEAAmB%2CoBAAA%3B%3BAACjC%2CiBAAkB%3BEAAiB%2CaAAA%3BEAAe%2CiBAAA%3BEAAmB%2CqBAAA%3BEAAuB%2C8BAAA%3BEAAgC%2CsCAAA%3BEAAwC%2CkCAAA%3BEAAoC%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CuBAAA%3BEAA0B%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CuBAAA%3B%3BAACtU%2CiBAAkB%2CeAAe%3BEAAiB%2CgBAAA%3BEAAkB%2CSAAA%3BEAAW%2CWAAA%3BEAAa%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAACxH%2CiBAAkB%3BEAAU%2CqBAAA%3B%3BAAC5B%2CiBAAkB%3BEAAa%2CkBAAA%3BEAAoB%2CgBAAA%3B%3B%3BAAGnD%2CmBAAoB%2CiBAAiB%3BEAAS%2CyBAAA%3B%3BAAE9C%2CuBAAwB%3BEAAK%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CSAAA%3B%3BAAA3D%2CuBAAwB%2CGAClB%3BEAAK%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2C2BAAA%3B%3BAAC5B%2CuBAFgB%2CGAClB%2CKACG%2CYAAY%3BAAAK%2CuBAFF%2CGAClB%2CKACqB%2CYAAY%3BAAAK%2CuBAFpB%2CGAClB%2CKACuC%3BEAAgB%2C0BAAA%3B%3BAAF7D%2CuBAAwB%2CGAClB%2CKAEJ%3BEAAM%2CWAAA%3B%3BAAIR%2CmBAAoB%3BEAAM%2CcAAA%3B%3BAAE1B%2CgBAAgB%2CKACZ%2CiBACI%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAFzC%2CgBAAgB%2CKAIZ%2CgBACI%3BEAAS%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAALlC%2CgBAAgB%2CKAIZ%2CgBACI%2COACI%3BEAAS%2CgBAAA%3B%3BAANrB%2CgBAAgB%2CKAIZ%2CgBAII%3BEAAe%2CeAAA%3BEAAiB%2CWAAA%3B%3BAARxC%2CgBAAgB%2CKAUZ%2CwBACI%3BEAAQ%2CgBAAA%3B%3BAAXhB%2CgBAAgB%2CKAUZ%2CwBACI%2CMACI%3BEAAgB%2CiBAAA%3BEAAmB%2CyBAAA%3BEAA2B%2CeAAA%3BEAAiB%2CqBAAA%3B%3BAAK3F%2CsBACI%2CSAAS%3BEAAU%2CyBAAA%3BEAA2B%2C0BAAA%3B%3BAADlD%2CsBAEI%2CQAAO%3BEAAS%2CqBAAA%3BEAAkC%2CsBAAA%3B%3BAAGtD%2COAAO%2CQAAS%2COACf%2CGAAE%3BEAAQ%2CqBAAA%3BEAAsB%2CmBAAA%3B%3BAADjC%2COAAO%2CQAAS%2COACf%2CGAAE%2CKACD%3BEAAI%2CWAAA%3BEAAY%2CyBAAA%3BEAA0B%2CiBAAA%3BEAAkB%2CqBAAA%3B%3BAAC3D%2COAHI%2CQAAS%2COACf%2CGAAE%2CKACD%2CEACE%3BEAAS%2CWAAA%3BEAAY%2CsBAAA%3B%3BAAKzB%2C0BAA2B%3BEAAQ%2C0BAAA%3B%3BAAEnC%2C4BAA6B%2C4BAA4B%3BEAA6B%2C2BAAA%3B%3BAAEtF%2CYAAa%3BEAAe%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAC%5C%2FD%2CYAAa%3BEAAgB%2C2BAAA%3B%3BAAE7B%3BEAA4B%2CcAAA%3BEAAgB%2CyBAAA%3BEAA2B%2CkBAAA%3BEAAoB%2CaAAA%3B%3BAAA3F%2CyBACC%3BEAA%2BB%2CsBAAA%3BEAAwB%2CkBAAA%3B%3BAADxD%2CyBAEC%3BEAAK%2CeAAA%3BEAAiB%2CeAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAFzD%2CyBAGC%3BEAAI%2CSAAA%3BEAAW%2CeAAA%3B%3BAAHhB%2CyBAIC%3BEAAI%2CcAAA%3BEAAgB%2C0BAAA%3B%3B%3BAAKrB%2CmBAAoB%2CaAAe%3BAAAQ%2CcAAe%2CaAAe%3BAAAQ%2C2BAA4B%2CaAAe%3BAAC5H%2CgCAAiC%2CaAAe%3BAAAQ%2C8BAA%2BB%2CaAAe%3BAAAQ%2CcAAe%2CaAAe%3BAAC5I%2COAAQ%2CaAAe%3BAAAQ%2CeAAgB%2CaAAe%3BAAAQ%2CQAAS%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CaAAe%3BAAC%5C%2FH%2CcAAe%2CaAAe%3BAAAQ%2CcAAe%2COAAO%2CaAAe%3BAAAQ%2C0BAA2B%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CaAAe%3BAAC9J%2CuBAAwB%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CaAAe%3BAAAQ%2CiBAAkB%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CaAAe%3BAAClJ%2CQAAS%2CaAAe%3BEACvB%2CgBAAA%3B%3BAAED%2CcAAc%2CSAAU%2CcAAc%3BEAAyB%2CYAAA%3B%3BAAE%5C%2FD%2CmBAAmB%2CKAClB%2CeAAe%2CcAAc%3BEAAwB%2CkBAAA%3B%3BAADtD%2CmBAAmB%2CKAElB%3BAAFD%2CmBAAmB%2CKAES%2C0BAA0B%3BEAAI%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAAF3E%2CmBAAmB%2CKAGlB%2C0BAA0B%3BEAAI%2CSAAA%3B%3BAAH%5C%2FB%2CmBAAmB%2CKAIlB%2CeAAe%2CcAAc%3BEAAa%2CcAAA%3B%3BAAJ3C%2CmBAAmB%2CKAKlB%2CQAAO%3BEAAQ%2CcAAA%3B%3BAAEhB%2CMAAM%2COAAQ%3BEAAuB%2CoBAAA%3B%3BAACrC%2CMAAM%2COAAQ%3BEAAS%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CuBAAA%3BEAAyB%2CmBAAA%3BEAAqB%2C8BAAA%3BEAAgC%2CsCAAA%3BEAAwC%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CuBAAA%3B%3BAACzQ%2CMAAM%2COAAQ%2COAAO%3BEAAS%2CSAAA%3B%3BAAC9B%2CMAAM%2COAAQ%2COAAO%3BEAAkB%2CeAAA%3B%3BAAEvC%2CqBAAsB%3BEAAe%2CgBAAA%3B%3BAACrC%2CwBAAyB%3BEAA0B%2CeAAA%3B%3BAAEnD%3BEAAyB%2CgBAAA%3B%3BAAAzB%2CsBACC%3BEAAS%2CgBAAA%3BEAAkB%2CaAAA%3BEAAe%2CUAAA%3B%3BAACzC%2CsBADD%2COACE%3BEAAS%2CMAAA%3BEAAQ%2CQAAA%3B%3BAAIpB%2CYAAY%2CQACX%3BAADD%2CYAAY%2CQACK%3BEAAgB%2CkBAAA%3B%3BAAGjC%2CaAAa%3BEAAQ%2CyBAAA%3BEAA2B%2C4BAAA%3BEAA8B%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAAC%5C%2FG%2CaAAa%2CKAAK%3BEAAU%2CSAAS%2COAAT%3BEAAkB%2CaAAa%2CqBAAb%3BEAAoC%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAAExH%2CkBAAmB%2CcAAc%3BEAAK%2CgBAAA%3B%3BAAEtC%2CMAAM%2CWAAY%2COAAM%3BEAAc%2C0BAAA%3B%3BAACtC%2CMAAM%2CWAAY%3BEAAQ%2C0BAAA%3B%3BAAE1B%2C0BAA2B%3BEAAQ%2C0BAAA%3B%3BAAEnC%2CuBACC%2CiBAAiB%3BAADlB%2CuBAEC%2CwBAAwB%2CGAAK%2CKAAG%3BEAAM%2CWAAA%3B%3BAAFvC%2CuBAGC%2CSAAS%2COAAM%2CaAAc%3BEAAM%2CWAAA%3B%3BAAIpC%2CYAAa%2CmBAAmB%2CSAAS%3BEAAa%2CWAAA%3BEAAa%2CkBAAA%3B%3BAACnE%2CYAAa%2CmBAAmB%2CSAAS%3BAACzC%2CYAAa%2CmBAAmB%2CSAAS%3BEAAU%2CiBAAA%3B%3BAACnD%3BEAAqB%2CaAAA%3B%3BAACrB%2CkBAAmB%2CgBAAgB%3BEAAgB%2CSAAA%3B%3BAACnD%2CkBAAmB%2CeAAe%3BEAAK%2CsBAAA%3B%3BAACvC%2CkBAAmB%2CUAAU%3BEAAuB%2CeAAA%3B%3BAAEpD%3BAAA%2BB%3BEAAiC%2CcAAA%3B%3BAAEhE%3BEAAa%2CkBAAA%3B%3BAACb%2CUAAW%3BEAAQ%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAACvC%2CUAAW%2CMAAM%3BEAAM%2CWAAA%3BEAAa%2CYAAA%3B%3BAACpC%2CUAAW%3BEAAW%2CkBAAA%3BEAAoB%2CcAAA%3B%3BAAE1C%3BEAAe%2C2BAAA%3BEAA6B%2CUAAA%3BEAAY%2C2BAAA%3B%3BAACxD%2CYAAa%3BEAAK%2CkBAAA%3BEAAoB%2CkBAAA%3B%3BAACtC%2CYAAa%2CGAAE%3BEAAU%2CaAAa%2C8PAAb%3BEAA6Q%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CQAAA%3B%3BAAEnV%2CaAAa%2COAAQ%3BEAAQ%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3B%3BAAC5E%2CaAAa%2COAAQ%2CMAAK%3BEAAgB%2CeAAA%3B%3BAAC1C%2CaAAa%2COAAQ%3BEAAqB%2CmBAAA%3BEAAqB%2CkBAAA%3B%3BAAC%5C%2FD%2CaAAa%2COAAQ%2CMAAM%3BEAAO%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAACtD%2CaAAa%2COAAQ%2CMAAM%2CKAAK%3BEAAM%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CWAAW%2CQAAX%3BEAAqB%2CmBAAmB%2CQAAnB%3BEAA6B%2CgCAAA%3BEAAiC%2CqCAAA%3BEAAsC%2CwCAAA%3BEAAyC%2CoCAAA%3B%3BAACrO%2CaAAa%2COAAQ%2CMAAK%2CMAAO%2CKAAK%3BEAAM%2CWAAW%2CUAAX%3BEAAuB%2CmBAAmB%2CUAAnB%3BEAA%2BB%2CgCAAA%3BEAAiC%2CqCAAA%3BEAAsC%2CwCAAA%3BEAAyC%2CoCAAA%3B%3BAAClN%2CaAAa%2COAAQ%3BEAAqB%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAC1H%2CaAAa%2COAAQ%3BEAAwB%2CeAAA%3B%3BAAC7C%2CaAAa%2COAAQ%2CMAAM%3BEAAgB%2CWAAA%3BEAAa%2CsBAAA%3BEAAwB%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CaAAA%3BEAAe%2CWAAA%3BEAAa%2CwCAAA%3BEAAyC%2CqCAAA%3BEAAsC%2CmCAAA%3BEAAoC%2CoCAAA%3BEAAqC%2CgCAAA%3B%3BAACzU%2CaAAa%2COAAQ%2CMAAK%2CMAAO%3BEAAgB%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CSAAA%3B%3BAAClF%2CaAAa%2COAAQ%2CcAAc%3BEAAK%2C2BAAA%3BEAA6B%2CqBAAA%3BEAAuB%2CoBAAA%3BEAAsB%2CkBAAA%3B%3BAAClH%2CaAAa%2COAAQ%2CcAAc%2CGAAG%3BEAAK%2CqBAAA%3BEAAuB%2CcAAA%3B%3BAAClE%2CaAAa%2COAAQ%2CcAAc%2CEAAC%3BEAAS%2CYAAA%3B%3BAAE7C%3BEAAwB%2CkBAAA%3B%3BAACxB%2CqBAAqB%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CyBAAA%3BEAA2B%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CMAAA%3B%3BAACrH%2CqBAAsB%3BEAAS%2CUAAA%3B%3BAAE%5C%2FB%3BEAAa%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAACtE%3BEAAmB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAAE3E%2CWAAY%3BEAAK%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2CUAAA%3B%3BAACzD%2CWAAY%2CGAAK%3BEAAK%2CcAAA%3B%3BAAEtB%3BEAAqB%2CkBAAA%3BEAAoB%2CyBAAA%3BEAA2B%2CmBAAA%3B%3BAACpE%2CkBAAmB%3BEAAK%2CeAAA%3BEAAiB%2C2BAAA%3B%3BAACzC%2CkBAAmB%3BEAAQ%2CgCAAA%3B%3BAAC3B%2CkBAAmB%2CMAAK%3BEAAc%2CgBAAA%3B%3BAACtC%2CkBAAmB%2CMAAK%2CIAAI%2CaAAc%3BEAAmB%2CmBAAA%3B%3BAAC7D%2CkBAAmB%2CMAAM%2CiBAAiB%3BEAAI%2CSAAA%3B%3BAAC9C%2CkBAAmB%3BEAAa%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2CqBAAA%3BEAAuB%2CyBAAA%3B%3BAAC%5C%2FN%2CkBAAmB%2CWAAU%3BEAAS%2CaAAa%2CySAAb%3BEAAwT%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CSAAA%3B%3BAAC%5C%2FX%2CkBAAmB%2CWAAU%2COAAO%3BEAAS%2CaAAa%2C6PAAb%3BEAA4Q%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CSAAA%3B%3BAAC1V%2CkBAAmB%3BEAAmB%2CUAAA%3BEAAY%2CaAAA%3BEAAe%2CgBAAA%3B%3BAACjE%2CkBAAmB%2CiBAAiB%3BEAAI%2C0BAAA%3BEAA4B%2C4BAAA%3B%3BAAEpE%2CoBAAqB%2CQAAO%3BEAAQ%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAACrD%2CoBAAqB%3BEAAa%2C0BAAA%3BEAA4B%2CUAAA%3B%3BAAC9D%3BEAAgB%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAACjC%2CaAAc%2CMAAM%3BEAAM%2CWAAA%3BEAAa%2CYAAA%3B%3BAACvC%2CqBAAsB%3BAAAS%2CqBAAsB%2COAAM%3BAAAO%2CqBAAsB%3BEAAS%2CwBAAA%3B%3BAACjG%2CqBAAsB%3BEAAmB%2CyBAAA%3B%3BAACzC%3BEAAwB%2CyBAAA%3B%3BAACxB%2CqBAAsB%3BEAAO%2C6BAAA%3BEAA%2BB%2CsBAAA%3BEAAwB%2CgBAAA%3B%3BAACpF%2CqBAAsB%2CMAAK%3BAAAe%2CqBAAsB%2CMAAK%3BAAAmB%2CqBAAsB%2CMAAK%3BAAAc%2CqBAAsB%2CMAAK%3BAAAe%2CqBAAsB%2CMAAK%3BAACtM%2CqBAAsB%2CMAAK%3BAAAiB%2CqBAAsB%2CMAAK%3BAAAgB%2CqBAAsB%2CMAAK%3BAAAgB%2CqBAAsB%3BEAAW%2CeAAA%3BEAAiB%2CsBAAA%3BEAAwB%2CoBAAA%3BEAAsB%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CsBAAA%3B%3BAACjS%2CqBAAsB%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAAW%2CsBAAA%3B%3BAACnE%2CqBAAsB%3BEAAW%2CaAAA%3B%3BAACjC%2CsBAAuB%3BEAAU%2CeAAA%3B%3BAACjC%2CQAAQ%2CcAAe%3BEAAe%2CsBAAA%3B%3BAAEtC%3BEAAc%2CyBAAA%3B%3BAACd%3BEAAkB%2CsBAAA%3BEAAwB%2CkBAAA%3BEAAoB%2C4BAAA%3BEAA6B%2CoBAAA%3BEAAqB%2CkBAAA%3BEAAoB%2CkBAAA%3B%3BAACpI%2CeAAe%3BEAAS%2CyCAAA%3BEAAuC%2CiDAAA%3B%3BAAC%5C%2FD%3BEAAkB%2CmBAAA%3B%3BAAClB%2CeAAgB%3BEAAM%2CcAAA%3BEAAgB%2CcAAA%3B%3BAACtC%3BEAAqB%2CmBAAA%3B%3BAACrB%2CeAAgB%3BEAAgB%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CcAAA%3BEAAgB%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3BEACtM%2CwBAAA%3BEAA0B%2C0BAAA%3B%3BAAC3B%2CeAAgB%2CcAAc%3BEAAO%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CuBAAA%3BEAAyB%2CuBAAA%3BEAAyB%2C%2BBAAA%3BEACjM%2CkBAAA%3BEAAoB%2CMAAA%3BEAAQ%2COAAA%3BEAAS%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2C2CAAA%3BEAA4C%2CmCAAA%3B%3BAAC7G%2CeAAgB%2CcAAc%3BEAAW%2CMAAA%3BEAAQ%2C2CAAA%3BEAA4C%2CmCAAA%3B%3BAAC7F%2CeAAgB%2CcAAc%3BEAAW%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CaAAA%3BEAAe%2CSAAA%3BEAAW%2C8CAAA%3BEAA%2BC%2CsCAAA%3B%3BAAClJ%2CeAAe%2CMAAO%3BEAAgB%2C%2BBAAA%3B%3BAACtC%2CeAAe%2CMAAO%2CcAAc%3BEAAW%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CSAAA%3BEAAW%2CeAAA%3B%3BAAC3F%2CeAAe%2CMAAO%2CcAAc%3BEAAW%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAAC%5C%2FE%2CUAAW%3BEAAkB%2CsBAAA%3B%3BAAC7B%2CUAAW%2CmBAAqB%3BAAAmB%2CUAAW%2CkBAAiB%3BEAA%2BB%2CSAAA%3BEAAW%2CuBAAA%3BEAAyB%2CeAAA%3BEAAiB%2COAAA%3BEAAS%2CQAAA%3BEAAU%2CkBAAA%3BEAAoB%2CcAAA%3B%3BAAE1M%2CcAAe%2CcAAc%2CGAAE%2CQAAS%2CGAAG%2CQAAO%3BEAAW%2C4BAAA%3B%3BAAC7D%2CaAAc%3BEAA2B%2CeAAA%3B%3BAACzC%2CaAAc%3BEAA2B%2CiBAAA%3B%3BAACzC%2CaAAc%2CMAAM%2CQAAO%3BEAAW%2C4BAAA%3BEAA8B%2C0BAAA%3B%3BAACpE%2CaAAc%2CMAAM%3BEAAU%2C0BAAA%3B%3BAAE9B%2CcAAe%3BEAAyB%2CmBAAA%3BEAAgC%2CyBAAA%3B%3BAACxE%2CcAAe%2CuBAAsB%3BAAAS%2CcAAe%2CuBAAsB%3BEAAS%2C4BAAA%3BEAA8B%2CWAAA%3BEAAwB%2CoBAAA%3B%3BAAClJ%2CcAAe%2CuBAAsB%3BEAAU%2C2BAAA%3B%3B%3B%3B%3BAAM9C%2CuBAAC%2CwBAAyB%2CeAAe%2CcAAc%3BEAAa%2CuCAAA%3BEAAyC%2C%2BCAAA%3B%3BAAD9G%2CuBAEC%2CeAAe%2CcAAc%2CcAAc%3BAAF5C%2CuBAGC%2CeAAe%2CcAAc%2CcAAc%3BEAAa%2CgBAAA%3BEAAkB%2CwBAAA%3B%3BAAH3E%2CuBAIC%2CeAAe%2CcAAc%3BEAAsB%2CsBAAA%3B%3BAAJpD%2CuBAKC%2CeAAe%2CcAAc%3BEAAa%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2CyBAAA%3B%3BAALvF%2CuBAMC%2CeAAe%2CcAAc%2CcAAc%3BEAAa%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2CSAAA%3B%3BAANrG%2CuBAOC%2CeAAe%2CeAAe%2CcAAc%2CSAAS%3BEAAmB%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAPrG%2CuBAQC%2CeAAe%2CeAAe%2CcAAc%3BEAAa%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAARtF%2CuBASC%2CeAAe%2CeAAe%2CcAAc%3BEAAa%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2CSAAA%3B%3BAATtG%2CuBAUC%2CeAAe%2CeAAe%2CcAAc%2CWAAW%3BEAAS%2CeAAA%3B%3BAAVjE%2CuBAWC%2CeAAe%2CeAAe%2CcAAc%3BEAAqB%2CmBAAA%3B%3BAAXlE%2CuBAYE%2C0BAAyB%3BEAAa%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAAZ7E%2CuBAaE%3BAAbF%2CuBAasB%2CSAAQ%2CKAAM%3BEAAI%2CeAAA%3BEAAiB%2C2BAAA%3B%3BAAbzD%2CuBAcE%2CeAAe%2CcAAc%2CWAAW%3BEAAS%2CeAAA%3BEAAiB%2C2BAAA%3B%3BAAdpE%2CuBAeE%2CeAAe%2CcAAc%3BEAAqB%2CeAAA%3B%3BAAfpD%2CuBAgBE%2CeAAe%2CcAAc%3BEAAe%2CaAAA%3BEAAe%2CsBAAA%3B%3BAAhB7D%2CuBAiBE%2CeAAe%2CcAAc%2CcAAc%3BEAAe%2CaAAA%3BEAAe%2C8BAAA%3BEAAgC%2C8BAAA%3BEAAgC%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAAjB5J%2CuBAkBE%2CeAAe%2CcAAc%2CcAAc%3BEAAoB%2CgBAAA%3BEAAkB%2CQAAA%3BEAAU%2CYAAA%3B%3BAAlB7F%2CuBAmBE%2CeAAe%2CcAAc%3BAAnB%5C%2FB%2CuBAoBE%2CeAAe%2CcAAc%3BAApB%5C%2FB%2CuBAqBE%2CeAAe%2CcAAc%3BEAAS%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAArBpE%2CuBAsBE%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEAAW%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAtBnF%2CuBAuBE%2CeAAe%2CcAAc%3BEAAoB%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAvB%5C%2FE%2CuBAwBE%2CeAAe%2CcAAc%2CkBAAkB%3BEAAiB%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CaAAA%3B%3BAAxB7F%2CuBAyBE%2CeAAe%2CcAAc%2CkBAAkB%2CeAAc%3BEAAS%2CgBAAA%3BEAAkB%2CwBAAA%3B%3BAACxF%2CuBAAC%2CwBAAwB%2CYAAa%3BEAAS%2CaAAA%3B%3BAA1BjD%2CuBA2BE%2CeAAe%2COAAM%2CWAAY%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAA3B7D%2CuBA4BE%2CeAAe%2COAAM%2CWAAY%3BEAAU%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAA5B9D%2CuBA6BE%2CeAAe%2COAAM%2CWAAY%3BEAAQ%2CeAAA%3B%3BAA7B3C%2CuBA8BE%3BAA9BF%2CuBA8Be%3BAA9Bf%2CuBA8BmC%3BAA9BnC%2CuBA8B0D%2CsBAAqB%3BEAAU%2CyBAAA%3B%3BAA9BzF%2CuBA%2BBE%2COAAM%2CQAAS%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEAAW%2CgBAAA%3B%3BAA%5C%2FBtE%2CuBAgCE%2CyBAAyB%2CSAAQ%3BEAAU%2CcAAA%3B%3BAAhC7C%2CuBAiCE%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BAAjC5E%2CuBAkCE%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAAsB%2C6BAAA%3B%3BAAlClG%2CuBAmCE%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAAQ%2CeAAA%3B%3BAAnCpF%2CuBAoCE%2CeAAe%2CeAAe%2CcAAc%2CoBAAmB%2CUAAW%2CUAAU%3BAApCtF%2CuBAqCE%2CeAAe%2CeAAe%2CcAAc%2CoBAAmB%2CUAAW%2CUAAU%3BEAAsB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CqBAAA%3B%3B%3B%3B%3BAAM1J%2CuBACC%2CcAAc%2CWAAW%3BAAD1B%2CuBACkC%2CeAAe%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAADlF%2CuBAEC%2CeAAe%2CcAAc%2CcAAc%3BAAF5C%2CuBAE%2BC%2CeAAe%2CcAAc%2CmBAAmB%3BEAAI%2CcAAA%3BEAA2B%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAF%5C%2FI%2CuBAGC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%3BEAAU%2C0BAAA%3B%3BAACzE%2CuBAAC%2CYAAY%2C0BAA2B%2CSAAS%2COAAO%2CaAAY%2CaAAc%3BAAClF%2CuBAAC%2CYAAY%2C2BAA4B%2CSAAS%2COAAO%2CaAAY%2CaAAc%3BAACnF%2CuBAAC%2CYAAY%2CiBAAkB%2CSAAS%2COAAO%2CaAAY%2CaAAc%3BAACzE%2CuBAAC%2CYAAY%2C0BAA2B%2CSAAS%2CUAAU%2CaAAY%2CaAAc%3BAACrF%2CuBAAC%2CYAAY%2C2BAA4B%2CSAAS%2CUAAU%2CaAAY%2CaAAc%3BAACtF%2CuBAAC%2CYAAY%2CiBAAkB%2CSAAS%2CUAAU%2CaAAY%2CaAAc%3BAAC5E%2CuBAAC%2CYAAY%2C0BAA2B%2CSAAS%3BAACjD%2CuBAAC%2CYAAY%2C2BAA4B%2CSAAS%3BAAClD%2CuBAAC%2CYAAY%2CiBAAkB%2CSAAS%3BAACxC%2CuBAAC%2CYAAY%2C0BAA2B%2CSAAS%2COAAO%2CaAAa%3BAACrE%2CuBAAC%2CYAAY%2C2BAA4B%2CSAAS%2COAAO%2CaAAa%3BAACtE%2CuBAAC%2CYAAY%2CiBAAkB%2CSAAS%2COAAO%2CaAAa%3BAAC5D%2CuBAAC%2CYAAY%2C0BAA2B%2CSAAS%2CUAAU%2CaAAa%3BAACxE%2CuBAAC%2CYAAY%2C2BAA4B%2CSAAS%2CUAAU%2CaAAa%3BAACzE%2CuBAAC%2CYAAY%2CiBAAkB%2CSAAS%2CUAAU%2CaAAa%3BAAlBhE%2CuBAmBC%2CiBAAiB%2COAAO%2CaAAa%3BEAAS%2CgBAAA%3B%3BAAnB%5C%2FC%2CuBAoBC%2CmBAAmB%2CoBAClB%3BEAAc%2CyBAAA%3BEAA2B%2CgBAAA%3B%3BAAE1C%2CuBAAC%2CQAAQ%2CqBAAsB%2CQAAO%2CKAAM%2CeAAe%2CcAAc%3BAACzE%2CuBAAC%2CQAAQ%2CqBAAsB%2CQAAO%2CKAAM%2CeAAe%2CcAAc%2CoBAAoB%3BEAAM%2CsBAAA%3B%3BAAxBpG%2CuBAyBC%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BEAAW%2CaAAA%3B%3BAAzBxD%2CuBA0BC%2CeAAe%2COAAM%2CWAAY%3BEAAS%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAA1B5D%2CuBA2BC%2CeAAe%2COAAM%2CWAAY%2CSAAS%2CWAAU%3BEAAW%2CgBAAA%3B%3BAA3BhE%2CuBA4BC%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%3BEAAY%2CaAAA%3B%3BAA5B7E%2CuBA6BC%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BAA7B3E%2CuBA8BC%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAAsB%2C6BAAA%3B%3BAA9BjG%2CuBA%2BBC%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAAQ%2CeAAA%3B%3BAA%5C%2FBnF%2CuBAgCC%2CoBAAoB%2CMAAK%2CUAAW%3BEAAU%2CYAAA%3BEAAc%2CSAAA%3B%3B%3B%3B%3B%3B%3B%3BAAS7D%2CuBACC%2CcAAc%2CeAAe%3BAAD9B%2CuBAC6C%2CcAAc%2CeAAe%2CEAAC%3BEAAe%2CmBAAA%3B%3BAAD1F%2CuBAGC%3BAAHD%2CuBAGsB%3BEAAsB%2CyBAAA%3BEAA2B%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CiBAAA%3B%3BAAHxH%2CuBAIC%2CoBAAmB%3BEAAS%2CaAAa%2C4SAAb%3BEAAsU%2CSAAA%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CYAAA%3B%3BAAJ5a%2CuBAKC%2CoBAAmB%3BEAAS%2CaAAa%2C2SAAb%3BEAAqU%2CSAAA%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CYAAA%3B%3BAAE1a%2CuBAAC%2CgBAAiB%3BEAA2B%2CeAAA%3B%3BAAC7C%2CuBAAC%2CgBAAiB%2CeAAe%2CcAAc%2CoBAAmB%3BEAAU%2CeAAA%3B%3BAAC5E%2CuBAAC%2CgBAAiB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%3BAACjF%2CuBAAC%2CgBAAiB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%3BEAAsB%2C0BAAA%3B%3BAAVjG%2CuBAWC%2CeAAe%2CcAAc%2CcAAc%3BEAAe%2CcAAA%3B%3BAAX3D%2CuBAYC%2CeAAe%2CcAAc%2CcAAc%3BEAAwB%2CaAAA%3B%3BAAZpE%2CuBAaC%2CeAAe%2CcAAc%2CcAAc%3BEAAqB%2CkBAAA%3B%3BAAbjE%2CuBAcC%2CeAAe%2CcAAc%2CcAAc%3BEAAa%2CeAAA%3B%3BAAdzD%2CuBAeC%2CeAAe%2CcAAc%3BEAAqB%2CsBAAA%3BEAAwB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAAfhG%2CuBAgBC%2CyBAAyB%2CeAAc%2COAAQ%3BEAAkB%2CcAAA%3B%3BAAhBlE%2CuBAiBC%2CeAAe%2CcAAc%2CcAAc%2CWAAU%3BAAjBtD%2CuBAkBC%2CeAAe%2CcAAc%2CcAAc%2CWAAU%3BAAlBtD%2CuBAmBC%2CeAAe%2CcAAc%2CcAAc%2CWAAU%3BEAAa%2CUAAA%3B%3BAAnBnE%2CuBAoBC%2CeAAe%2CcAAc%2CcAAc%2CWAAa%3BAApBzD%2CuBAoB8D%2CWAAa%3BEAAM%2CkBAAA%3B%3BAApBjF%2CuBAqBC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%3BEAAS%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAArB%5C%2FF%2CuBAuBC%2CeAAe%2CcAAc%3BAAvB9B%2CuBAuB6C%2CeAAe%2CcAAc%3BEAAqB%2CgBAAA%3B%3BAAvB%5C%2FF%2CuBAwBC%2CeAAe%2CcAAc%3BEAA2B%2CmBAAA%3B%3BAAxBzD%2CuBAyBC%2CeAAe%2CcAAc%2CcAAc%3BAAzB5C%2CuBAyB%2BC%2CeAAe%2CcAAc%2CmBAAmB%3BEAAI%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CyBAAA%3B%3BAAzBvI%2CuBA0BC%2CcAAc%2CWAAW%3BEAAS%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAA1BpD%2CuBA2BC%2CeAAe%2CcAAc%3BEAAa%2CoBAAA%3B%3BAA3B3C%2CuBA4BC%2CeAAe%2CcAAc%3BEAAa%2CSAAA%3B%3BAA5B3C%2CuBA6BC%2CeAAe%2CcAAc%3BEAAqB%2CuBAAA%3BEAAyB%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2CqBAAA%3BEAAuB%2C4BAAA%3BEAA8B%2CmBAAA%3B%3BAA7BzK%2CuBA%2BBC%2CgBAAgB%2CeAAc%3BEAAU%2CcAAA%3B%3BAA%5C%2FBzC%2CuBAgCC%2CgBAAgB%2CeAAiB%2COAAI%3BEAAU%2CcAAA%3B%3BAAhChD%2CuBAiCC%2CeAAe%2CcAAc%2CyBAAyB%2CgBAAgB%2CeAAc%3BAAjCrF%2CuBAkCC%2CeAAe%2CcAAc%2CyBAAyB%2CeAAiB%2COAAI%3BEAAU%2CmBAAA%3B%3BAAlCtF%2CuBAoCC%2CsBAAsB%3BEAAsB%2CYAAA%3B%3BAApC7C%2CuBAqCC%2CsBAAsB%3BEAAsB%2CaAAA%3B%3BAArC7C%2CuBAsCC%3BEAAwB%2CcAAA%3B%3BAAtCzB%2CuBAuCC%2CsBAAsB%2CiBAAiB%3BEAAI%2CiBAAA%3BEAAmB%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3B%3BAAvCrG%2CuBAyCC%2CeAAe%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CsBAAA%3B%3BAAzCtD%2CuBA2CC%3BEAAgB%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2C8BAAA%3B%3BAA3CvF%2CuBA4CC%3BEAAa%2CgBAAA%3B%3BAA5Cd%2CuBA6CC%2CWAAW%3BEAAM%2CcAAA%3BEAAgB%2CcAAA%3BEAAgB%2CoBAAA%3B%3BAA7ClD%2CuBA8CC%2CkBAAkB%2CYAAY%3BEAAI%2C0BAAA%3B%3BAA9CnC%2CuBA%2BCC%2CcAAc%3BEAAiB%2C0BAAA%3BEAA4B%2CiBAAA%3B%3BAA%5C%2FC5D%2CuBAgDC%2CcAAc%3BEAAc%2CyBAAA%3B%3BAAhD7B%2CuBAkDC%2CoBAAoB%3BEAAa%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CuBAAA%3BEAAyB%2CuBAAA%3BEAAyB%2C%2BBAAA%3BEAAiC%2C2BAAA%3B%3BAAlDhO%2CuBAmDC%2CoBAAoB%3BEAAS%2CeAAA%3BEAAiB%2CyBAAA%3B%3BAAnD%5C%2FC%2CuBAoDC%2CoBAAoB%3BEAAW%2CgBAAA%3BEAAkB%2CWAAA%3BEAAa%2CSAAA%3BEAAW%2CkBAAA%3B%3BAApD1E%2CuBAqDC%2CoBAAoB%2CMAAK%3BEAAa%2CWAAA%3B%3BAArDvC%2CuBAsDC%2CoBAAoB%3BEAAiB%2C2BAAA%3BEAA6B%2CcAAA%3B%3BAAtDnE%2CuBAuDC%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BEAAiB%2CyBAAA%3BEAAsC%2C8BAAA%3BEAAgC%2CYAAA%3BEAAc%2CsBAAA%3BEAAwB%2CWAAA%3B%3BAAvDvK%2CuBAwDC%2CoBAAoB%2CMAAK%2CUAAW%3BEAAU%2CMAAA%3BEAAQ%2CWAAA%3BEAAa%2CYAAA%3B%3BAAxDpE%2CuBAyDC%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3B%3BAAzDnF%2CuBA0DC%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BEAAO%2CaAAA%3B%3BAA1DpD%2CuBA4DC%3BEAAkB%2CaAAA%3B%3BAA5DnB%2CuBA6DC%2CgBAAgB%3BEAAa%2CgBAAA%3BEAAkB%2CUAAA%3B%3BAA7DhD%2CuBA8DC%2CgBAAgB%3BEAAK%2CiBAAA%3BEAAmB%2CkBAAA%3B%3BAA9DzC%2CuBA%2BDC%2CgBAAe%2CqBAAsB%2CGAAE%2CIAAI%3BEAAkB%2CSAAA%3B%3BAA%5C%2FD9D%2CuBAgEC%2CgBAAgB%3BEAAO%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CyBAAA%3B%3BAAhE5D%2CuBAkEC%2CiBAAiB%3BEAAa%2C0BAAA%3BEAA4B%2CUAAA%3B%3BAAlE3D%2CuBAmEC%2CmBAAmB%2CWAAU%2CMAAM%3BAAnEpC%2CuBAmE6C%2CmBAAmB%2CcAAa%2CMAAO%2CWAAU%3BEAAU%2CYAAA%3B%3BAAnExG%2CuBAoEC%2CmBAAmB%2CWAAU%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CMAAA%3BEAAQ%2COAAA%3BEAAS%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CoCAAA%3BEAAkC%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CiCAAA%3BEAAkC%2CyBAAA%3B%3BAApEtN%2CuBAqEC%2CmBAAmB%2CWAAU%2CMAAM%3BEAAS%2CaAAA%3B%3BAArE7C%2CuBAuEC%2CcAAc%2CeAAe%3BEAAS%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAvEzD%2CuBAwEC%2CcAAc%3BEAAU%2CYAAA%3B%3BAAxEzB%2CuBA0EC%2CeAAe%2CkBAAkB%3BAA1ElC%2CuBA2EC%2CeAAe%2CkBAAkB%3BAA3ElC%2CuBA2EuC%2CeAAe%2CkBAAkB%3BEAAe%2CmBAAA%3B%3BAA3EvF%2CuBA4EC%2CeAAe%2CkBAAkB%2CmBAAmB%3BEAAI%2CkBAAA%3B%3BAA5EzD%2CuBA8EC%2CeAAe%2COAAM%2CWAAY%3BEAAS%2CgBAAA%3BEAAkB%2CeAAA%3B%3BAA9E7D%2CuBA%2BEC%2CeAAe%2COAAM%2CWAAY%3BEAAU%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAA%5C%2FEhF%2CuBAiFC%2COAAM%2CaAAc%2CeAAe%2CcAAc%3BAAjFlD%2CuBAkFC%2COAAM%2CaAAc%2CeAAe%2CcAAc%3BEAAa%2CmBAAA%3B%3BAAlF%5C%2FD%2CuBAmFC%2COAAM%2CaAAc%2CeAAe%2CcAAc%3BEAAgB%2CeAAA%3B%3BAAnFlE%2CuBAqFC%3BAArFD%2CuBAqFc%2CsBAAqB%3BAArFnC%2CuBAqF4C%3BAArF5C%2CuBAqFgE%3BEAAwB%2CyBAAA%3B%3B%3B%3B%3B%3B%3B%3BAASxF%2CuBACC%2CSAAS%2CyBAAyB%3BEAAY%2CaAAA%3B%3BAAD%5C%2FC%2CuBAGC%2CeAAe%2CcAAc%3BEAAqB%2CsBAAA%3BEAAwB%2CsCAAA%3BEAAoC%2C8CAAA%3B%3BAAH%5C%2FG%2CuBAIC%2CeAAe%2CcAAc%3BEAAa%2CoBAAA%3B%3BAAJ3C%2CuBAKC%2CgBAAgB%2CeAAe%2COAAI%3BEAAU%2CWAAA%3B%3BAAL9C%2CuBAMC%2CgBAAgB%2CeAAc%3BEAAU%2CcAAA%3B%3BAANzC%2CuBAOC%2CeAAe%2CcAAc%2CyBAAyB%2CgBAAgB%2CeAAc%3BAAPrF%2CuBAQC%2CeAAe%2CcAAc%2CyBAAyB%2CeAAe%2COAAI%3BEAAU%2CmBAAA%3B%3BAARpF%2CuBASC%2CeAAe%2CcAAc%2CcAAc%3BAAT5C%2CuBAUC%2CeAAe%2CcAAc%2CmBAAmB%3BEAAI%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAAVtE%2CuBAWC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%3BAAXhE%2CuBAYC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%3BEAAsB%2C0BAAA%3B%3BAAZ%5C%2FE%2CuBAaC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%3BEAA2B%2CcAAA%3B%3BAAbpF%2CuBAcC%2CeAAe%2CcAAc%2CcAAc%3BEAAe%2CcAAA%3B%3BAAd3D%2CuBAeC%2CeAAe%2CcAAc%2CcAAc%3BEAAwB%2CaAAA%3B%3BAAfpE%2CuBAgBC%2CeAAe%2CcAAc%2CcAAc%3BEAAqB%2CkBAAA%3B%3BAAhBjE%2CuBAiBC%2CeAAe%2CcAAc%2CcAAc%3BEAAa%2CeAAA%3B%3BAAjBzD%2CuBAkBC%2CeAAe%2CcAAc%2CoBAAmB%3BEAAU%2CeAAA%3B%3BAAlB3D%2CuBAoBC%2CgBAAgB%3BEAAiB%2CgBAAA%3B%3BAApBlC%2CuBAqBC%2CgBAAgB%3BEAAsB%2CkBAAA%3B%3BAArBvC%2CuBAsBC%2CgBAAgB%2CoBAAmB%3BEAAgB%2CeAAA%3B%3BAAtBpD%2CuBAuBC%2CgBAAgB%3BEAA2B%2CsBAAA%3BEAAwB%2CaAAA%3B%3BAAvBpE%2CuBAwBC%2CgBAAgB%2CyBAAyB%3BEAAa%2CqBAAA%3B%3BAAxBvD%2CuBAyBC%2CgBAAgB%2CeAAe%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CgCAAA%3BEAAkC%2CoBAAA%3BEAAsB%2CmBAAA%3B%3BAAzBtJ%2CuBA0BC%2CgBAAgB%2CyBAAyB%3BEAAY%2CaAAA%3B%3BAA1BtD%2CuBA2BC%2CgBAAgB%3BEAAa%2C2BAAA%3B%3BAA3B9B%2CuBA4BC%2CgBAAgB%2CWAAW%3BEAAU%2CuCAAA%3B%3BAA5BtC%2CuBA8BC%2CkBAAiB%3BEAAoB%2CyBAAA%3BEAA2B%2CgBAAA%3B%3BAA9BjE%2CuBA%2BBC%2CkBAAkB%2CeAAe%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CSAAA%3B%3BAA%5C%2FBzG%2CuBAgCC%2CkBAAkB%2CgBAAgB%3BEAAqB%2C6BAAA%3BEAA%2BB%2CWAAA%3BEAAa%2CiBAAA%3BEAAmB%2CiBAAA%3B%3BAAhCvH%2CuBAiCC%2CkBAAkB%2CgBAAgB%2CmBAAkB%3BEAAgB%2C0BAAA%3B%3BAAjCrE%2CuBAkCC%2CkBAAkB%2CgBAAgB%2CmBAAmB%3BEAAoB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAlC7G%2CuBAmCC%2CkBAAkB%2CgBAAgB%2CmBAAmB%3BEAAoB%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CgBAAA%3B%3BAAnCtI%2CuBAqCC%2CqBACC%2CcAAc%2CEAAE%3BAAtClB%2CuBAqCC%2CqBACsB%2CoBAAmB%2CaAAc%2CEAAE%3BEAAM%2CWAAA%3B%3BAAtChE%2CuBAyCC%2CWAAW%2CGAAG%3BEAAI%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CoBAAA%3BEAAsB%2CYAAA%3B%3BAAzCnF%2CuBA0CC%2CWAAW%2CEAAC%3BEAAc%2CUAAA%3B%3BAA1C3B%2CuBA4CC%2CoBAAoB%3BEAAa%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CuBAAA%3BEAAyB%2CmBAAA%3BEAAqB%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CuBAAA%3BEAC1M%2C6DAAA%3BEAA%2BD%2CsBAAA%3BEAAwB%2CaAAA%3BEAAe%2CkBAAA%3B%3BAA7CxG%2CuBA8CC%2CoBAAoB%2CWAAU%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2C2DAAA%3BEAA6D%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CMAAA%3B%3BAA9C3K%2CuBA%2BCC%2CoBAAoB%3BAA%5C%2FCrB%2CuBA%2BCqC%2CoBAAoB%2CeAAe%3BEAAS%2C0BAAA%3BEAA4B%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2C2BAAA%3BEAA6B%2CWAAA%3BEAAwB%2CiBAAA%3B%3BAA%5C%2FC%5C%2FM%2CuBAgDC%2CoBAAoB%2CeAAe%2COAAO%3BEAAI%2C2BAAA%3B%3BAAhD%5C%2FC%2CuBAiDC%2CoBAAoB%3BEAAiB%2CmBAAA%3B%3BAAjDtC%2CuBAkDC%2CoBAAoB%3BAAlDrB%2CuBAkDqC%2CoBAAoB%3BEAAW%2COAAA%3BEAAS%2CeAAA%3BEAAiB%2CWAAA%3B%3BAAlD9F%2CuBAmDC%2CoBAAoB%3BEAAW%2CeAAA%3B%3BAAnDhC%2CuBAoDC%2CoBAAoB%2CMAAK%3BEAAa%2CgBAAA%3B%3BAApDvC%2CuBAqDC%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BEAAe%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CiCAAA%3BEAAmC%2C2BAAA%3B%3BAArD7H%2CuBAsDC%2CoBAAoB%3BEAAc%2CsBAAA%3BEAAwB%2CYAAA%3B%3BAAtD3D%2CuBAuDC%2CoBAAoB%2CMAAK%2CUAAW%3BEAAU%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CMAAA%3BEAAQ%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAvDnG%2CuBAwDC%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BEAAW%2CaAAA%3B%3BAAxDxD%2CuBA0DC%2CwBAAwB%2CaAAa%3BEAAU%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CWAAA%3BEAAa%2CYAAA%3BEAAkC%2CaAAA%3BEAAe%2CiBAAA%3BEAAmB%2CqBAAA%3BEAAuB%2C%2BBAAA%3BEAAiC%2CuCAAA%3BEAAyC%2CkBAAA%3B%3BAA1D3R%2CuBA2DC%2CwBAAwB%2CaAAa%2CQAAQ%3BEAAO%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAA3DtE%2CuBA4DC%2CwBAAwB%3BEAAU%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CsBAAA%3BEAAwB%2C8BAAA%3BEAAgC%2C0BAAA%3B%3BAA5DzL%2CuBA6DC%2CwBAAuB%2CeAAgB%2CQAAQ%3BEAAK%2CgBAAA%3B%3BAA7DrD%2CuBA8DC%2CwBAAwB%2CQAAQ%3BEAAK%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3BEAAc%2CgBAAA%3B%3BAA9DhF%2CuBA%2BDC%2CwBAAwB%2CQAAQ%3BAA%5C%2FDjC%2CuBAgEC%2CwBAAwB%2CQAAQ%3BEAAgB%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAhE7E%2CuBAiEC%2CwBAAuB%2CmBAAoB%3BEAAgB%2CgBAAA%3B%3BAAjE5D%2CuBAkEC%2CwBAAuB%2CmBAAoB%2CcAAc%3BAAlE1D%2CuBAkEsE%2CwBAAwB%2CQAAQ%3BEAAe%2CeAAA%3BEAAiB%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CoBAAA%3B%3BAAlE5L%2CuBAmEC%2CwBAAuB%2CmBAAoB%2CcAAc%2CWAAW%3BEAAS%2CoBAAA%3B%3BAAnE9E%2CuBAoEC%2CwBAAwB%2CYAAY%3BEAAI%2CkBAAA%3B%3BAApEzC%2CuBAqEC%2CwBAAwB%2CYAAY%2CEAAC%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CqCAAA%3BEAAoC%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CMAAA%3BEAAQ%2CUAAA%3BEAAY%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CcAAA%3B%3BAArE7K%2CuBAuEC%3BEAAwB%2C0BAAA%3B%3BAAvEzB%2CuBAwEC%2CsBAAqB%2CeAAgB%3BEAAK%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3B%3BAAxEjF%2CuBAyEC%2CsBAAsB%3BEAAa%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CuBAAA%3B%3BAAzE%5C%2FI%2CuBA0EC%2CsBAAsB%2CWAAW%3BEAAO%2CcAAA%3BEAAgB%2CaAAA%3BEAAe%2CkBAAA%3B%3BAA1ExE%2CuBA2EC%2CsBAAsB%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3B%3BAA3E%5C%2FC%2CuBA4EC%2CsBAAsB%3BEAAa%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAA5EvF%2CuBA6EC%2CsBAAsB%2CWAAW%3BEAAI%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CcAAA%3B%3BAA7EzF%2CuBA8EC%2CsBAAsB%2CWAAW%3BEAAU%2CgBAAA%3B%3BAA9E5C%2CuBAgFC%2CeAAiB%2CoBAAkB%3BEAAe%2C2BAAA%3B%3BAAhFnD%2CuBAkFC%2CcAAc%3BEAAU%2CcAAA%3B%3BAAlFzB%2CuBAoFC%2CeAAe%2COAAM%2CWAAY%3BEAAS%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAApF%5C%2FE%2CuBAqFC%2CeAAe%2COAAM%2CWAAY%3BEAAU%2CgBAAA%3B%3BAArF5C%2CuBAsFC%2CeAAe%2COAAM%2CWAAY%3BEAAQ%2CeAAA%3B%3BAAtF1C%2CuBAwFC%2CoBAAoB%3BAAxFrB%2CuBAwF0C%2CoBAAoB%3BAAxF9D%2CuBAyFC%2CkBAAkB%3BAAzFnB%2CuBAyFwC%2CkBAAkB%3BAAzF1D%2CuBA0FC%2C6BAA6B%3BAA1F9B%2CuBA2FC%2C6BAA6B%3BEAAsB%2CQAAA%3B%3BAA3FpD%2CuBA6FC%2CcAAc%2CeAAe%3BEAAS%2CyBAAA%3B%3BAA7FvC%2CuBA8FC%2CcAAc%2CeAAe%3BEAAgB%2CmBAAA%3B%3BAA9F9C%2CuBAgGC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CYAAY%2CaAAa%3BAAhG1D%2CuBAiGC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BAAjG3D%2CuBAkGC%2CSAAQ%2CKAAK%2CSAAS%2CUAAW%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAO%3BEAAU%2CgBAAA%3B%3BAAlG5E%2CuBAoGC%3BAApGD%2CuBAoGc%2CsBAAqB%3BAApGnC%2CuBAoG4C%3BAApG5C%2CuBAoGgE%3BEAAwB%2CyBAAA%3B%3B%3B%3B%3B%3B%3B%3BAASxF%2CuBACC%2CQAAO%2CQAAQ%3BAADhB%2CuBACwB%2CaAAa%2CWAAU%3BAAD%5C%2FC%2CuBACuD%2CEAAC%2CaAAa%3BAADrE%2CuBAEC%2CoBAAoB%2CMAAK%2CUAAW%2CQAAO%2CMAAM%3BAAFlD%2CuBAE0D%2CoBAAoB%2CMAAK%2CUAAW%2CQAAO%2CMAAM%3BEAAS%2CaAAa%2CySAAb%3BEAAwT%2CiBAAA%3BEAAmB%2CsBAAA%3BEAAwB%2CgBAAA%3BEAAkB%2CqBAAA%3BEAAuB%2CWAAA%3BEAAa%2CYAAA%3B%3BAAF7gB%2CuBAGC%2CQAAO%2CQAAQ%2CMAAM%3BAAHtB%2CuBAG8B%2CaAAa%2CWAAU%2CMAAM%3BAAH3D%2CuBAGmE%2CEAAC%2CaAAa%2CMAAM%3BAAHvF%2CuBAIC%2CQAAO%2CQAAQ%2CMAAM%3BAAJtB%2CuBAI8B%2CaAAa%2CWAAU%2CMAAM%3BAAJ3D%2CuBAImE%2CEAAC%2CaAAa%2CMAAM%3BEAAS%2CaAAa%2CmSAAb%3B%3BAAJhG%2CuBAMC%2CWAAW%2CGAAG%3BEAAI%2CsBAAA%3BEAAwB%2CsBAAA%3BEAAwB%2CoBAAA%3BEAAsB%2CwBAAA%3BEAA0B%2C2BAAA%3B%3BAANnH%2CuBAQC%2CIAAG%2CwBAAyB%2CiBAAiB%2CGAAE%3BEAAc%2CyBAAA%3B%3BAAR9D%2CuBASC%2CIAAG%2CwBAAyB%2CiBAAiB%2CGAAE%2CWAAY%2CEAAC%3BEAAa%2C0BAAA%3BEAA4B%2CqBAAA%3BEAAuB%2C2BAAA%3BEAA6B%2CkBAAA%3B%3BAAT1J%2CuBAUC%2CIAAG%2CwBAAyB%2CiBAAiB%2CGAAE%2CWAAW%2CeAAgB%2CEAAC%2CUAAU%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CyBAAA%3BEAA2B%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAVtK%2CuBAYC%2CeAAe%3BEAAgB%2C0BAAA%3B%3BAAZhC%2CuBAaC%2CeAAe%2CcAAc%2CyBAAyB%2CgBAAgB%2CeAAc%3BAAbrF%2CuBAcC%2CeAAe%2CcAAc%2CyBAAyB%2CeAAe%2COAAI%3BEAAU%2CoBAAA%3B%3BAAdpF%2CuBAeC%2CeAAe%2CcAAc%3BEAAe%2CaAAA%3BEAAe%2CiBAAA%3BEAAmB%2CqBAAA%3BEAAuB%2CsBAAA%3BEAAwB%2C8BAAA%3BEAAgC%2C0BAAA%3B%3BAAf9J%2CuBAgBC%2CeAAe%2CcAAc%3BEAA2B%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAhBrF%2CuBAiBC%2CeAAe%2CcAAc%3BAAjB9B%2CuBAiB6C%2CeAAe%2CcAAc%3BEAAqB%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAjB3H%2CuBAkBC%2CeAAe%2CcAAc%3BEAAa%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAlBvE%2CuBAmBC%2CeAAe%2CcAAc%3BEAAS%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAnBnE%2CuBAoBC%2CeAAe%2CcAAc%3BEAAc%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAApBxE%2CuBAqBC%2CeAAe%2CcAAc%3BEAAyB%2C8BAAA%3B%3BAArBvD%2CuBAsBC%2CeAAe%2CcAAc%3BEAAiB%2CgBAAA%3B%3BAAtB%5C%2FC%2CuBAuBC%2CeAAe%2CcAAa%2CMAAO%3BEAAiB%2CcAAA%3B%3BAAvBrD%2CuBAwBC%2CeAAe%2CcAAc%3BAAxB9B%2CuBAwB0C%2CeAAe%2CcAAc%3BEAAa%2CwBAAA%3BEAA0B%2CgBAAA%3BEAAkB%2CeAAA%3B%3BAAxBhI%2CuBAyBC%2CeAAe%2CcAAc%2CcAAc%2CWAAU%3BAAzBtD%2CuBAyBiE%2CeAAe%2CcAAc%2CcAAc%2CWAAU%3BAAzBtH%2CuBA0BC%2CeAAe%2CcAAc%2CcAAc%2CWAAU%3BAA1BtD%2CuBA0BiE%2CeAAe%2CcAAc%2CcAAc%2CWAAU%3BEAAa%2CUAAA%3B%3BAA1BnI%2CuBA2BC%2CeAAe%2CcAAc%2CcAAc%3BEAAe%2CcAAA%3B%3BAA3B3D%2CuBA4BC%2CeAAe%2CcAAc%2CcAAc%3BEAAwB%2CaAAA%3B%3BAA5BpE%2CuBA6BC%2CeAAe%2CcAAc%2CcAAc%3BEAAqB%2CkBAAA%3B%3BAA7BjE%2CuBA8BC%2CeAAe%2CcAAc%2CcAAc%3BEAAa%2CeAAA%3B%3BAA9BzD%2CuBA%2BBC%2CeAAe%2CcAAc%2CoBAAmB%3BEAAU%2CcAAA%3B%3BAA%5C%2FB3D%2CuBAgCC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%3BAAhChE%2CuBAgCyE%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%3BEAAsB%2C0BAAA%3B%3BAAhCvJ%2CuBAiCC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%3BAAjCzD%2CuBAkCC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%3BEAAa%2CyBAAA%3B%3BAAlC7E%2CuBAmCC%2CeAAe%2CcAAa%2CMAAO%2CoBAAmB%3BEAAU%2CMAAA%3B%3BAAnCjE%2CuBAoCC%2CeAAe%2CeAAe%2CcAAc%3BEAAa%2CgBAAA%3BEAAkB%2CQAAA%3BEAAU%2CYAAA%3B%3BAApCtF%2CuBAqCC%2CeAAe%2CeAAe%2CcAAc%2CSAAS%3BEAAmB%2CgBAAA%3BEAAkB%2CQAAA%3BEAAU%2CYAAA%3B%3BAArCrG%2CuBAsCC%2CeAAe%2CeAAe%2CcAAc%2CSAAS%2CQAAO%2CQAAQ%3BEAAS%2CaAAA%3B%3BAAtC9E%2CuBAwCC%2CWAAW%3BAAxCZ%2CuBAwCqB%2CaAAa%3BEAAa%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2C6BAAA%3B%3BAAxCxG%2CuBA0CC%2CYAAY%2CgBAAgB%2CqBAAqB%2CsBAAqB%3BEAAe%2CoBAAA%3B%3BAA1CtF%2CuBA4CC%2CoBAAoB%3BEAAW%2CgBAAA%3B%3BAA5ChC%2CuBA6CC%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BEAAe%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2C6BAAA%3BEAA%2BB%2CYAAA%3BEAAc%2CwCAAA%3B%3BAA7C9I%2CuBA8CC%2CoBAAoB%2CMAAK%2CUAAW%3BEAAU%2CMAAA%3BEAAQ%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAA9CtF%2CuBA%2BCC%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BEAAW%2CaAAA%3B%3BAA%5C%2FCxD%2CuBAgDC%2CoBAAoB%2CMAAK%2CUAAW%2CQAAO%2CQAAQ%3BEAAS%2CeAAA%3BEAAiB%2CeAAA%3B%3BAAhD9E%2CuBAiDC%2CoBAAoB%3BEAAiB%2C8BAAA%3B%3BAAjDtC%2CuBAmDC%2CgBAAgB%3BEAAa%2CiBAAA%3B%3BAAnD9B%2CuBAqDC%2CkBAAkB%2CYAAY%2C0BAA0B%3BAArDzD%2CuBAsDC%2CkBAAkB%2CQAAQ%2C0BAA0B%3BEAAQ%2CaAAA%3B%3BAAtD7D%2CuBAwDC%2CsBAAqB%2CeAAgB%3BEAAK%2CuBAAA%3BEAAoC%2C%2BBAAA%3BEAA4C%2C2BAAA%3B%3BAAxD3H%2CuBAyDC%2CsBAAsB%2CeAAe%3BAAzDtC%2CuBAyD0C%2CsBAAsB%2CeAAe%3BEAAM%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAzDxH%2CuBA0DC%2CsBAAsB%2CeAAe%3BEAAI%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAA1D3E%2CuBA2DC%2CsBAAqB%2CeAAgB%3BEAAK%2CaAAA%3B%3BAA3D3C%2CuBA4DC%2CsBAAqB%2CeAAgB%3BEAAW%2CeAAA%3BEAAiB%2CeAAA%3B%3BAA5DlE%2CuBA6DC%2CgBAAe%2CqBAAsB%3BEAAQ%2CmBAAA%3B%3BAA7D9C%2CuBA%2BDC%2CQAAO%2CKAAM%2CsBAAsB%3BAA%5C%2FDpC%2CuBA%2BDsD%2CQAAO%2CKAAM%2C0BAA0B%3BEAAmB%2CyBAAA%3BEAA2B%2CyBAAA%3B%3BAA%5C%2FD3I%2CuBAgEC%2CQAAO%2CKAAM%2CsBAAsB%3BAAhEpC%2CuBAgEqD%2CQAAO%2CKAAM%2C0BAA0B%3BAAhE5F%2CuBAgE6G%2CQAAO%2CKAAM%2CsBAAsB%3BAAhEhJ%2CuBAiEC%2CQAAO%2CKAAM%2C0BAA0B%3BEAAY%2CyBAAA%3BEAAsC%2CwBAAA%3B%3BAAjE1F%2CuBAmEC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CYAAY%2CaAAa%3BAAnE1D%2CuBAoEC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BAApE3D%2CuBAoEmE%2COAAM%2COAAQ%2CcAAc%3BEAAS%2C2BAAA%3B%3BAApExG%2CuBAqEC%2CiBAAiB%3BEAAsB%2CQAAA%3B%3BAACvC%2CuBAAC%2CqBAAsB%2CiBAAiB%2CaAAa%3BEAAa%2CQAAA%3B%3BAAtEnE%2CuBAwEC%2CmBAAmB%2CoBAAoB%3BEAAc%2CeAAA%3B%3BAAxEtD%2CuBAyEC%2CkBAAkB%2CYAAY%3BAAzE%5C%2FB%2CuBAyE0D%2CkBAAkB%2CQAAQ%3BEAA6B%2CeAAA%3BEAAiB%2C2BAAA%3B%3BAAzElI%2CuBA0EC%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%2CMAAO%3BEAAU%2CgBAAA%3B%3BAA1ElE%2CuBA2EC%2CcAAc%2CeAAe%3BEAAS%2CyBAAA%3B%3BAA3EvC%2CuBA4EC%2CcAAa%2CQAAS%3BEAAiB%2C8BAAA%3B%3BAA5ExC%2CuBA8EC%2CgBAAgB%2CwBAAwB%2CQAAO%3BEAAW%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAA9E5E%2CuBAgFC%2CWAAW%2CaAAa%2CqBAAqB%2COAAM%2CaAAa%3BEAAS%2CaAAA%3B%3BAAhF1E%2CuBAiFC%2CEAAC%3BEAAgB%2C2BAAA%3BEAA6B%2C0BAAA%3BEAA4B%2C6BAAA%3B%3BAAjF3E%2CuBAmFC%3BAAnFD%2CuBAoFC%2CYAAY%2CMAAM%3BAApFnB%2CuBAoFuB%2CMAAK%2CMAAO%2CMAAM%3BAApFzC%2CuBAoF6C%2COAAM%2CiBAAkB%2CMAAM%3BEAAK%2CyBAAA%3B%3BAApFhF%2CuBAsFC%2CmCAAmC%2CQAAO%3BEAAW%2C6BAAA%3B%3BAAtFtD%2CuBAuFC%2CmCAAmC%2CQAAO%2CQAAQ%3BEAAS%2CiBAAA%3B%3BAAE3D%2CuBAAC%2CQAAQ%2CqBAAsB%2CQAAO%2CKAAM%2CeAAe%2CcAAc%2CsBAAsB%2CiBAAiB%2CQAAO%3BEAAW%2CkCAAA%3B%3BAAQjI%2CuBANA%2CYAAY%2C0BAA2B%2CSAAS%2CQAM%5C%2FC%3BAAAD%2CuBALA%2CYAAY%2C2BAA4B%2CSAAS%2CQAKhD%3BAAAD%2CuBAJA%2CYAAY%2CiBAAkB%2CSAAS%2CQAItC%3BAAAD%2CuBAHA%2CYAAY%2C0BAA2B%2CSAAS%2CQAAO%2CQAGtD%3BAAAD%2CuBAFA%2CYAAY%2C2BAA4B%2CSAAS%2CQAAO%2CQAEvD%3BAAAD%2CuBADA%2CYAAY%2CiBAAkB%2CSAAS%2CQAAO%2CQAC7C%3BEAAS%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAjGhD%2CuBAoGC%2CQAAQ%2CQAAO%3BEAAW%2CeAAA%3BEAAiB%2C6BAAA%3B%3BAApG5C%2CuBAqGC%2CQAAQ%2CQAAO%2CQAAQ%3BEAAS%2CiBAAA%3BEAAmB%2CeAAA%3B%3BAArGpD%2CuBAsGC%2CQAAQ%2CkBAAiB%3BEAAS%2CeAAA%3B%3BAAtGnC%2CuBAwGC%2COAAO%2CEAAC%3BEAAS%2CWAAA%3B%3BAAxGlB%2CuBAyGC%2CeAAe%2COAAM%2CWAAY%3BEAAS%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAzG%5C%2FE%2CuBA0GC%2CeAAe%2COAAM%2CWAAY%3BEAAU%2CgBAAA%3B%3BAA1G5C%2CuBA2GC%2CeAAe%2COAAM%2CWAAY%2CSAAS%2CWAAU%2CQAAQ%3BEAAS%2CaAAA%3B%3BAAErE%2CuBAAC%2CIAAI%2CkBAAmB%2CSAAS%2CgBAAgB%3BEAAiB%2C8BAAA%3B%3BAA7GnE%2CuBA%2BGC%3BAA%5C%2FGD%2CuBA%2BGc%2CsBAAqB%3BAA%5C%2FGnC%2CuBA%2BG4C%3BAA%5C%2FG5C%2CuBA%2BGgE%3BEAAwB%2CyBAAA%3B%3BAA%5C%2FGxF%2CuBAiHC%2CiBAAiB%3BAAjHlB%2CuBAiHuC%2CiBAAiB%3BEAAsB%2CiBAAA%3BEAA8B%2CUAAA%3B%3BAAjH5G%2CuBAkHC%2CiBAAgB%2CMAAO%3BAAlHxB%2CuBAkH6C%2CiBAAgB%2CMAAO%3BEAAsB%2CUAAA%3B%3BAAlH1F%2CuBAmHC%2CiBAAiB%3BEAAsB%2CmBAAA%3B%3BAAnHxC%2CuBAoHC%2CiBAAiB%3BEAAsB%2CkBAAA%3B%3BAApHxC%2CuBAqHC%2CiBAAiB%3BEAAgB%2CYAAA%3B%3BAArHlC%2CuBAuHC%3BAAvHD%2CuBAuHsB%3BEAAsB%2CiBAAA%3B%3BAAvH5C%2CuBAwHC%2CcAAc%3BEAAiB%2CmBAAA%3B%3B%3B%3B%3BAAMhC%2CuBACC%2CgBAAgB%3BEAA4B%2CeAAA%3B%3BAAD7C%2CuBAEC%2CgBAAgB%3BEAAe%2CWAAA%3BEAAa%2CkBAAA%3B%3BAAF7C%2CuBAGC%2CgBAAgB%3BEAAe%2CmBAAA%3B%3BAAHhC%2CuBAIC%2CgBAAgB%2CaAAa%3BEAAI%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CyBAAA%3B%3BAAJxF%2CuBAKC%2CgBAAgB%2CaAAa%3BEAAK%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CyBAAA%3BEAA2B%2CSAAA%3B%3BAAL%5C%2FG%2CuBAMC%2CgBAAgB%3BEAAsB%2CkBAAA%3BEAAoB%2CuCAAA%3BEAAyC%2CgCAAA%3BEAAkC%2CcAAA%3B%3BAANtI%2CuBAOC%2CgBAAgB%2CQAAO%3BEAAa%2C8BAAA%3BEAAgC%2CsCAAA%3BEAAwC%2CqBAAA%3BEAAuB%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CcAAA%3BEAAgB%2CsBAAA%3BEAAwB%2CkBAAA%3B%3BAAP%5C%2FP%2CuBAQC%2CgBAAgB%2CQAAO%2CUAAW%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3B%3BAAExE%2CuBAAC%2CgBAAiB%3BAAA0B%2CuBAAC%2CgBAAiB%3BEAAoB%2CmBAAA%3BEAAyC%2CYAAY%2CkEAAZ%3BEAA%2BH%2CYAAY%2CqEAAZ%3BEACzP%2CYAAY%2C6DAAZ%3BEAA0H%2CQAAQ%2CyDAAyD%2CuBAAsB%2C0BAAvF%3B%3BAAE3H%2CuBAAC%2CgBAAiB%2CeAAe%2CcAAc%2CcAAc%3BEAAa%2CgBAAA%3BEAAkB%2CwBAAA%3B%3BAAb7F%2CuBAcC%2CeAAe%3BEAAgB%2C8BAAA%3B%3BAAdhC%2CuBAeC%2CeAAe%2CcAAc%3BEAAa%2CsBAAA%3BEAAwB%2CkBAAA%3BEAAoB%2CwBAAA%3BEAA0B%2C%2BCAAA%3B%3BAAfjH%2CuBAgBC%2CeAAe%2CcAAc%3BEAAqB%2CmBAAA%3B%3BAAhBnD%2CuBAiBC%2CeAAe%2CcAAc%3BAAjB9B%2CuBAkBC%2CeAAe%2CcAAc%3BEAAa%2CqBAAA%3B%3BAAlB3C%2CuBAmBC%2CeAAe%2CcAAc%2CWAAW%3BAAnBzC%2CuBAoBC%2CeAAe%2CcAAc%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAApBxD%2CuBAqBC%2CeAAe%2CcAAc%2CcAAc%3BEAAe%2CcAAA%3B%3BAArB3D%2CuBAsBC%2CeAAe%2CcAAc%2CcAAc%3BEAAwB%2CaAAA%3B%3BAAtBpE%2CuBAuBC%2CeAAe%2CcAAc%2CcAAc%3BEAAqB%2CkBAAA%3B%3BAAvBjE%2CuBAwBC%2CeAAe%2CcAAc%2CcAAc%3BEAAa%2CeAAA%3B%3BAAxBzD%2CuBAyBC%2CeAAe%2CcAAc%2CcAAc%3BEAAS%2CoBAAA%3B%3BAAzBrD%2CuBA2BC%2CWAAW%3BAA3BZ%2CuBA2BqB%2CaAAa%3BAA3BlC%2CuBA2B8C%3BAA3B9C%2CuBA2B0D%2CQAAO%3BEAAa%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2C6BAAA%3B%3BAA3BvI%2CuBA6BC%3BEAAmB%2C6BAAA%3B%3BAA7BpB%2CuBA6BC%2CiBACC%3BEAAK%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CoBAAA%3BEAAsB%2CiBAAA%3BEAAmB%2CmBAAA%3B%3BAA9B9G%2CuBA6BC%2CiBAEC%2C0BAAyB%3BEAAgC%2CUAAA%3BEAAY%2CeAAA%3BEAAiB%2CWAAA%3B%3BAA%5C%2FBxF%2CuBA6BC%2CiBAGC%3BEAAiB%2CkBAAA%3BEAAoB%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAAhCzD%2CuBA6BC%2CiBAIC%2CeAAe%3BEAAM%2CkBAAA%3B%3BAAjCvB%2CuBA6BC%2CiBAKC%3BEAAS%2C2BAAA%3B%3BAAlCX%2CuBA6BC%2CiBAMC%3BEAAmB%2CiBAAA%3B%3BAAnCrB%2CuBA6BC%2CiBAOC%2CiBAAiB%3BEAAK%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAApC3D%2CuBA6BC%2CiBAQC%2CiBAAiB%3BEAAK%2CmBAAA%3B%3BAArCxB%2CuBA6BC%2CiBASC%2CiBAAiB%2CGAAG%3BEAAO%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CyBAAA%3BEAA2B%2CmBAAA%3BEAAqB%2CkBAAA%3BEAAoB%2CqBAAA%3BEAAuB%2CkBAAA%3B%3BAAtCzM%2CuBA6BC%2CiBAUC%2CQAAO%3BEAAa%2CqBAAA%3B%3BAAvCtB%2CuBA0CC%2CkBAAkB%3BEAAa%2CmBAAA%3B%3BAA1ChC%2CuBA2CC%2CkBAAkB%2CWAAW%3BEAAM%2CoBAAA%3B%3BAA3CpC%2CuBA4CC%2CkBAAkB%3BEAAgB%2CYAAA%3B%3BAA5CnC%2CuBA6CC%2CkBAAkB%2CcAAa%3BEAAuB%2CUAAA%3B%3BAA7CvD%2CuBA8CC%3BEAAgB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2C8BAAA%3B%3BAA9CzF%2CuBA%2BCC%2CkBAAkB%3BEAAiB%2C6BAAA%3BEAA%2BB%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CsBAAA%3BEAAwB%2C8BAAA%3BEAAgC%2C0BAAA%3B%3BAA%5C%2FCpL%2CuBAgDC%2CkBAAkB%3BEAAc%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAhD7D%2CuBAiDC%2CkBAAkB%3BEAAgB%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAjD%5C%2FD%2CuBAkDC%2CcAAc%2CeAAe%3BEAAW%2CgBAAA%3B%3BAAlDzC%2CuBAmDC%2CcAAc%3BEAAM%2CaAAA%3BEAAe%2CWAAA%3B%3BAAnDpC%2CuBAqDC%2CgBAAgB%2CMAAM%3BAArDvB%2CuBAsDC%2CgBAAgB%2CMAAM%2CYAAY%3BEAAM%2CkBAAA%3BEAAoB%2C0BAAA%3B%3BAAtD7D%2CuBAuDC%2CwBAAwB%3BEAAU%2CiBAAA%3B%3BAAvDnC%2CuBAwDC%2CgBAAgB%2CQAAQ%3BEAAK%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CaAAA%3B%3BAAxDjE%2CuBAyDC%2CwBAAwB%2CQAAQ%3BEAAQ%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CUAAA%3BEAAY%2CsBAAA%3BEAAwB%2CkBAAA%3BEAAoB%2CkBAAA%3B%3BAAzDjI%2CuBA0DC%2CwBAAwB%2CQAAQ%3BEAAa%2CyBAAA%3B%3BAA1D9C%2CuBA2DC%2CwBAAwB%3BAA3DzB%2CuBA2DqC%2CwBAAwB%2CWAAW%3BAA3DxE%2CuBA2D2E%2CwBAAwB%2CcAAc%2CWAAW%3BEAAS%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAA3DzJ%2CuBA4DC%2CwBAAwB%3BEAAe%2CUAAA%3BEAAY%2CgBAAA%3BEAAkB%2CSAAA%3B%3BAA5DtE%2CuBA6DC%2CwBAAwB%2CWAAU%3BEAAoB%2CgBAAA%3BEAAkB%2C0BAAA%3BEAA4B%2C0BAAA%3B%3BAA7DrG%2CuBA8DC%2CwBAAwB%2CWAAU%2CiBAAkB%3BEAAW%2CaAAA%3B%3BAA9DhE%2CuBAgEC%2CeAAe%2COAAM%2CWAAY%3BEAAS%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAhE%5C%2FE%2CuBAiEC%2CeAAe%2COAAM%2CWAAY%3BEAAU%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAjEhF%2CuBAmEC%2CqCAAqC%2CaAAa%3BAAnEnD%2CuBAoEC%2CWAAW%2C0CAA0C%3BEAAc%2C0BAAA%3BEAA4B%2CkCAAA%3B%3BAApEhG%2CuBAqEC%2CWAAW%2CgCAAgC%3BAArE5C%2CuBAsEC%2CWAAW%3BEAAgB%2C0BAAA%3BEAA4B%2CkCAAA%3B%3BAAtExD%2CuBAuEC%2CWAAW%2CeAAc%2C%2BBAAgC%3BAAvE1D%2CuBAuEiF%2CWAAW%3BEAAwB%2CkBAAA%3B%3BAAvEpH%2CuBAyEC%3BAAAc%2CuBAAC%2CYAAa%3BEAAe%2C2BAAA%3B%3BAAE3C%2CuBAAC%2CqBAAsB%2CiBAAiB%2CaAAa%3BEAAa%2CQAAA%3BEAAU%2CSAAA%3BEAAW%2CWAAW%2CqBAAX%3BEAAiC%2CmBAAmB%2CqBAAnB%3B%3BAA3EzH%2CuBA4EC%2CoBAAmB%2CQAAS%3BEAAc%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAA5E9E%2CuBA6EC%2CoBAAmB%2CQAAS%2CYAAW%3BEAAS%2CaAAA%3B%3BAA7EjD%2CuBA8EC%2COAAM%2CQAAS%3BEAAiB%2C8BAAA%3B%3BAA9EjC%2CuBAgFC%2COAAM%2CQAAS%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEAAW%2CgBAAA%3B%3BAAhFrE%2CuBAkFC%3BAAlFD%2CuBAkFc%2CsBAAqB%3BAAlFnC%2CuBAkF4C%3BAAlF5C%2CuBAkFgE%3BEAAwB%2CyBAAA%3B%3BAAlFxF%2CuBAoFC%2CaAAY%2C0BAA2B%2CSAAS%2CyBAAyB%2CeAAe%2CGAAE%3BAApF3F%2CuBAqFC%2CaAAY%2C2BAA4B%2CSAAS%2CyBAAyB%2CeAAe%2CGAAE%3BEAAS%2C2BAAA%3BEAA6B%2C4BAAA%3B%3BAArFlI%2CuBAuFC%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BAAvF3E%2CuBAwFC%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAAsB%2C6BAAA%3B%3BAAxFjG%2CuBAyFC%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAAQ%2CeAAA%3B%3BAAzFnF%2CuBA0FC%2CeAAe%2CeAAe%2CcAAc%2CoBAAmB%2CUAAW%2CUAAU%3BAA1FrF%2CuBA2FC%2CeAAe%2CeAAe%2CcAAc%2CoBAAmB%2CUAAW%2CUAAU%3BEAAsB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CqBAAA%3B%3B%3B%3B%3BAAMzJ%2CuBACC%3BEAAsB%2CeAAA%3BEAAiB%2CkBAAA%3B%3BAADxC%2CuBAEC%2CoBAAoB%3BEAAa%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CuBAAA%3BEAAyB%2CmBAAA%3BEAAqB%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CuBAAA%3B%3BAAF5M%2CuBAGC%2CoBAAoB%3BAAHrB%2CuBAGqC%2CoBAAoB%2CeAAe%3BEAAS%2CgBAAA%3BEAAkB%2C2BAAA%3BEAA6B%2CWAAA%3BEAAwB%2CiBAAA%3B%3BAAHxJ%2CuBAIC%2CoBAAoB%2CeAAe%2COAAO%3BEAAI%2C2BAAA%3B%3BAAJ%5C%2FC%2CuBAKC%2CoBAAoB%3BEAAiB%2CmBAAA%3B%3BAALtC%2CuBAMC%2CoBAAoB%3BAANrB%2CuBAMqC%2CoBAAoB%3BEAAW%2COAAA%3BEAAS%2CeAAA%3BEAAiB%2CWAAA%3B%3BAAN9F%2CuBAOC%2CoBAAoB%3BEAAW%2CeAAA%3B%3BAAPhC%2CuBAQC%2CoBAAoB%2CMAAK%3BEAAa%2CgBAAA%3B%3BAARvC%2CuBASC%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BEAAe%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CkCAAA%3BEAAoC%2C2BAAA%3BEAA6B%2CYAAA%3BEAAc%2CmBAAA%3B%3BAATzK%2CuBAUC%2CoBAAoB%3BEAAc%2CsBAAA%3BEAAwB%2CUAAA%3BEAAY%2CmBAAA%3B%3BAAVvE%2CuBAWC%2CoBAAoB%2CMAAK%2CUAAW%3BEAAU%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CMAAA%3BEAAQ%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAXhH%2CuBAYC%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BEAAW%2CaAAA%3B%3BAAZxD%2CuBAcC%2CkBAAkB%3BEAAU%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAAdjD%2CuBAeC%3BEAAgB%2C0BAAA%3BEAA4B%2CiBAAA%3B%3BAAf7C%2CuBAgBC%2CkBAAkB%3BEAAa%2CmBAAA%3BEAAqB%2CkBAAA%3B%3BAAhBrD%2CuBAiBC%2CkBAAkB%2CWAAW%3BEAAM%2CoBAAA%3B%3BAAjBpC%2CuBAkBC%2CcAAc%3BAAlBf%2CuBAkB%2BB%2CkBAAkB%2CYAAY%3BAAlB7D%2CuBAkBgE%2CcAAc%3BEAAc%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAlB%5C%2FH%2CuBAoBC%2CiBAAgB%2CuBAAwB%3BEAAgB%2CYAAA%3B%3BAApBzD%2CuBAqBC%2CiBAAgB%2CuBAAwB%3BEAAsB%2CgBAAA%3BEAAkB%2CwBAAA%3B%3BAArBjF%2CuBAsBC%2CiBAAgB%2CuBAAwB%2CoBAAoB%3BAAtB7D%2CuBAsBkE%2CiBAAgB%2CuBAAwB%3BEAAsB%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2CcAAA%3B%3BAAtB5K%2CuBAuBC%2CiBAAgB%2CuBAAwB%2CoBAAoB%3BEAAI%2CaAAA%3B%3BAAvBjE%2CuBAwBC%2CiBAAgB%2CuBAAwB%2CoBAAmB%3BEAAU%2CaAAA%3B%3BAAxBtE%2CuBAyBC%2CiBAAgB%2CuBAAwB%2CeAAe%2CgBAAgB%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAzBpH%2CuBA0BC%2CiBAAgB%2CuBAAwB%2CeAAc%2CMAAO%2CgBAAgB%3BEAAS%2CUAAA%3BEAAY%2CmBAAA%3B%3BAA1BnG%2CuBA2BC%2CiBAAgB%2CuBAAwB%3BEAAsB%2CmBAAA%3B%3BAA3B%5C%2FD%2CuBA6BC%2CgBAAe%2CqBAAsB%3BEAAQ%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CSAAA%3BEAAW%2CmBAAA%3B%3BAA7BvG%2CuBA8BC%2CgBAAe%2CqBAAsB%2CGAAG%3BAA9BzC%2CuBA8B6C%2CgBAAe%2CqBAAsB%2CGAAG%3BEAAO%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CyBAAA%3BEAA2B%2CSAAA%3B%3BAA9B7K%2CuBA%2BBC%2CgBAAe%2CqBAAsB%2CMAAM%3BEAAW%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CYAAA%3B%3BAA%5C%2FBrF%2CuBAiCC%2CiBAAiB%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAjChD%2CuBAkCC%2CmBAAmB%2CmBAAmB%3BAAlCvC%2CuBAkC0C%2CmBAAmB%3BEAAM%2CmBAAA%3B%3BAAlCnE%2CuBAoCC%3BAApCD%2CuBAoCe%3BEAAiB%2CkBAAA%3B%3BAApChC%2CuBAqCC%2CaAAa%2CyBAAwB%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2C4DAAA%3BEAA8D%2CaAAA%3BEAAe%2CWAAA%3BEAAY%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CUAAA%3BEAAY%2CWAAA%3BEAAa%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2CmCAAA%3B%3BAArC5P%2CuBAsCC%2CeAAe%2CyBAAwB%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CyDAAA%3BEAA2D%2CaAAA%3BEAAe%2CYAAA%3BEAAa%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CaAAA%3BEAAe%2CWAAA%3BEAAa%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2CmCAAA%3B%3BAAtC7P%2CuBAuCC%2CaAAa%3BEAA2B%2CkBAAA%3B%3BAAvCzC%2CuBAwCC%2CaAAa%3BAAxCd%2CuBAwC0B%2CeAAe%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAxCvE%2CuBAyCC%2CeAAe%2CcAAc%3BEAAqB%2CsBAAA%3BEAAwB%2CmBAAA%3BEAAqB%2CwBAAA%3B%3BAAzChG%2CuBA0CC%2CeAAe%2CcAAc%3BAA1C9B%2CuBA2CC%2CeAAe%2CcAAc%3BEAAwB%2CoBAAA%3B%3BAA3CtD%2CuBA4CC%2CeAAe%2CcAAc%3BAA5C9B%2CuBA4C6C%2CeAAe%2CcAAc%3BEAAqB%2CgBAAA%3B%3BAA5C%5C%2FF%2CuBA6CC%2CeAAe%2CcAAc%2CcAAc%3BAA7C5C%2CuBA6C%2BC%2CeAAe%2CcAAc%2CmBAAmB%3BEAAI%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAA7CpH%2CuBA8CC%2CeAAe%2CcAAc%2CWAAW%3BEAAa%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAA9CpG%2CuBA%2BCC%2CeAAe%2CcAAc%2CWAAW%2CWAAU%3BEAAU%2CSAAS%2CGAAT%3BEAAc%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAA%5C%2FC7F%2CuBAgDC%2CeAAe%2CcAAc%2CWAAW%2CWAAW%3BEAAS%2CcAAA%3B%3BAAhD7D%2CuBAiDC%2CeAAe%2CcAAc%2CWAAW%2CeAAe%3BEAAS%2C2BAAA%3B%3BAAjDjE%2CuBAkDC%2CeAAe%3BEAAgB%2C8BAAA%3B%3BAAlDhC%2CuBAmDC%3BEAAsB%2CsBAAA%3BEAAmC%2CsCAAA%3BEAAqC%2CkBAAA%3B%3BAAC9F%2CuBAAC%2CYAAa%3BEAAS%2CaAAA%3B%3BAApDxB%2CuBAqDC%2CQAAO%2CKAAM%2CkBAAoB%3BEAAoB%2CgBAAA%3B%3BAACrD%2CuBAAC%2CsBAAuB%2CeAAe%2CkBAAkB%3BEAAM%2CcAAA%3B%3BAAC%5C%2FD%2CuBAAC%2CsBAAuB%2CeAAe%2CkBAAkB%3BEAAqB%2CgBAAA%3B%3BAAC9E%2CuBAAC%2CsBAAuB%2CeAAe%2CkBAAkB%2CmBAAmB%3BEAAI%2CeAAA%3B%3BAAChF%2CuBAAC%2CsBAAuB%2CeAAe%2CkBAAkB%3BEAAe%2CeAAA%3B%3BAACxE%2CuBAAC%2CsBAAuB%2CeAAe%2CkBAAkB%3BAACzD%2CuBAAC%2CsBAAuB%2CeAAe%2CkBAAkB%3BEAAsB%2CiBAAA%3BEAAmB%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CwBAAA%3B%3BAA3DpJ%2CuBA4DC%2CSAAQ%2CKAAM%2CSAAQ%2CYACrB%3BAA7DF%2CuBA4DC%2CSAAQ%2CKAAM%2CSAAQ%2CYACjB%3BAA7DN%2CuBA4DC%2CSAAQ%2CKAAM%2CSAAQ%2CYACb%3BAA7DV%2CuBA4DC%2CSAAQ%2CKAAM%2CSAAQ%2CYACT%3BAA7Dd%2CuBA4DC%2CSAAQ%2CKAAM%2CSAAQ%2CYACL%3BAA7DlB%2CuBA4DC%2CSAAQ%2CKAAM%2CSAAQ%2CYACD%3BAA7DtB%2CuBA4DC%2CSAAQ%2CKAAM%2CSAAQ%2CYACI%3BAA7D3B%2CuBA4DC%2CSAAQ%2CKAAM%2CSAAQ%2CYACS%3BAA7DhC%2CuBA4DC%2CSAAQ%2CKAAM%2CSAAQ%2CYACc%3BAA7DrC%2CuBA4DC%2CSAAQ%2CKAAM%2CSAAQ%2CYACmB%3BEAAM%2C2BAAA%3B%3BAA7DhD%2CuBA%2BDC%2CmBAAmB%2CoBAAoB%3BEAAc%2CgBAAA%3B%3BAA%5C%2FDtD%2CuBAgEC%2COAAM%2CQAAS%3BAAhEhB%2CuBAiEC%2CcAAc%3BEAAiB%2C8BAAA%3B%3BAAjEhC%2CuBAkEC%2CiBAAiB%3BEAAS%2CWAAA%3B%3BAAlE3B%2CuBAmEC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BAAnE3D%2CuBAoEC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CYAAY%2CaAAa%3BEAAS%2CgBAAA%3B%3BAApEnE%2CuBAqEC%2CeAAe%2COAAM%2CWAAY%3BEAAU%2CeAAA%3B%3BAArE5C%2CuBAsEC%2CeAAe%2COAAM%2CWAAY%3BEAAS%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAtE%5C%2FE%2CuBAuEC%2CsBAAqB%3BAAvEtB%2CuBAuE%2BB%3BAAvE%5C%2FB%2CuBAuEsD%3BAAvEtD%2CuBAuEmE%3BEAAqB%2CyBAAA%3B%3BAAvExF%2CuBAwEC%2CsBAAsB%2CMAAK%3BAAxE5B%2CuBAwE2C%2CsBAAsB%2CMAAK%3BAAxEtE%2CuBAwEyF%2CsBAAsB%2CMAAK%3BAAxEpH%2CuBAwEkI%2CsBAAsB%2CMAAK%3BAAxE7J%2CuBAwE2K%2CsBAAsB%2CMAAK%3BAAxEtM%2CuBAwEuN%2CsBAAsB%2CMAAK%3BAAxElP%2CuBAwEmQ%2CsBAAsB%2CMAAK%3BAAxE9R%2CuBAwE8S%2CsBAAsB%2CMAAK%3BAAxEzU%2CuBAwEyV%2CsBAAsB%3BAAxE%5C%2FW%2CuBAyEC%2CqBAAqB%3BAAzEtB%2CuBAyE8B%2CgBAAgB%3BAAzE9C%2CuBAyEmD%3BEAAkB%2CmBAAA%3BEAAqB%2C2BAAA%3B%3BAAzE1F%2CuBA0EC%2COAAM%2CQAAS%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEAAW%2CkBAAA%3B%3BAA1ErE%2CuBA2EC%3BEAAa%2CkBAAA%3B%3BAA3Ed%2CuBA4EC%2CeAAe%2CcAAc%3BAA5E9B%2CuBA4E0C%2CeAAe%2CcAAc%3BEAAa%2CgBAAA%3BEAAkB%2CwBAAA%3B%3B%3B%3B%3B%3B%3B%3BAAUtG%2CuBACC%2CcAAc%2CWAAW%3BAAD1B%2CuBACkC%2CeAAe%3BAADjD%2CuBACgE%2CeAAe%2CcAAc%2CcAAc%3BAAD3G%2CuBAC8G%2CeAAe%2CcAAc%2CmBAAmB%3BEAAI%2CyBAAA%3B%3BAADlK%2CuBAEC%2CeAAe%2CcAAc%2CWAAW%3BEAAa%2CkBAAA%3B%3BAAFtD%2CuBAGC%2CeAAe%2CcAAc%2CWAAW%2CWAAW%3BEAAS%2CcAAA%3B%3BAAH7D%2CuBAKC%2CoBAAmB%3BAALpB%2CuBAK4B%2CoBAAmB%3BEAAS%2CeAAA%3BEAAiB%2CSAAA%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3B%3BAAL%5C%2FG%2CuBAMC%3BAAND%2CuBAMsB%3BEAAsB%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CyBAAA%3BEAA2B%2CSAAA%3B%3BAANxH%2CuBAOC%2CoBAAmB%3BAAPpB%2CuBAO4B%2CoBAAmB%3BEAAS%2CyBAAA%3B%3BAAPxD%2CuBAQC%2CyBAAyB%3BEAAsB%2CYAAA%3B%3BAARhD%2CuBASC%2CyBAAyB%3BEAAsB%2CaAAA%3B%3BAAThD%2CuBAUC%2CoBAAmB%3BEAAS%2CaAAa%2C4SAAb%3BEAAsU%2CoBAAA%3BEAAsB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CeAAA%3B%3BAAVta%2CuBAWC%2CoBAAmB%3BEAAS%2CaAAa%2C2SAAb%3BEAAqU%2CoBAAA%3BEAAsB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CeAAA%3B%3BAAXra%2CuBAaC%2CsBAAsB%3BEAAa%2CaAAA%3BEAAe%2CmBAAA%3B%3BAAbnD%2CuBAcC%2CsBAAsB%2CWAAW%3BEAAU%2CgBAAA%3BEAAkB%2CUAAA%3B%3BAAd9D%2CuBAeC%2CsBAAsB%2CWAAW%3BEAAQ%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2CkBAAA%3BEAAoB%2CwCAAA%3BEAAuC%2CgBAAA%3B%3BAAf1M%2CuBAgBC%2CsBAAsB%2CWAAW%3BEAAM%2CiBAAA%3BEAAmB%2CeAAA%3B%3BAAhB3D%2CuBAiBC%2CsBAAsB%2CWAAW%3BEAAI%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CeAAA%3B%3BAAjBpH%2CuBAkBC%2CsBAAsB%2CWAAW%3BEAAO%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAlB5E%2CuBAmBC%2CgBAAe%3BEAAwB%2C2BAAA%3B%3BAAnBxC%2CuBAoBC%2CgBAAe%2CqBAAsB%3BEAAK%2CkBAAA%3B%3BAApB3C%2CuBAqBC%2CgBAAgB%3BEAAK%2CaAAA%3B%3BAArBtB%2CuBAuBC%3BEAAmB%2C6BAAA%3B%3BAAvBpB%2CuBAwBC%2CiBAAiB%3BEAAkB%2C2BAAA%3B%3BAAxBpC%2CuBAyBC%2CwBAAwB%3BEAAQ%2CsBAAA%3BEAAwB%2CoBAAA%3BEAAsB%2C0BAAA%3B%3BAAzB%5C%2FE%2CuBA0BC%2CwBAAwB%3BEAAW%2CaAAA%3B%3BAA1BpC%2CuBA2BC%2CwBAAwB%2CMAAM%3BEAAa%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAA3B9H%2CuBA4BC%2CwBAAwB%3BEAAa%2CUAAA%3B%3BAA5BtC%2CuBA6BC%2CgBAAgB%3BEAAU%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CuBAAA%3B%3BAA7B%5C%2FD%2CuBA8BC%2CiBAAiB%3BEAAsB%2CkCAAA%3B%3BAA9BxC%2CuBA%2BBC%2CiBAAiB%2CoBAAmB%3BEAAiB%2CoBAAA%3B%3BAA%5C%2FBtD%2CuBAgCC%2CiBAAiB%2CoBAAmB%3BEAAgB%2CmBAAA%3B%3BAAhCrD%2CuBAiCC%2CoBAAoB%3BEAAiB%2C8BAAA%3B%3BAAjCtC%2CuBAkCC%2CoBAAoB%2CMAAK%3BEAAa%2CYAAA%3BEAAc%2CyBAAA%3BEAAsC%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAlC7G%2CuBAmCC%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BEAAiB%2C6BAAA%3BEAA%2BB%2CoBAAA%3BEAAsB%2CeAAA%3BEAAiB%2CYAAA%3B%3BAAnCjI%2CuBAoCC%2CoBAAoB%2CMAAK%2CUAAW%3BEAAU%2CSAAA%3BEAAW%2CWAAA%3BEAAa%2CoBAAA%3BEAAsB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2C8BAAA%3BEAA2C%2C6BAAA%3BEAA%2BB%2CYAAA%3B%3BAApC1M%2CuBAqCC%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BEAAW%2CaAAA%3B%3BAArCxD%2CuBAuCC%3BEAAe%2C4BAAA%3BEAA8B%2CgCAAA%3B%3BAAvC9C%2CuBAyCC%2CiBAAiB%3BEAAiB%2C0BAAA%3BEAA4B%2CgBAAA%3B%3BAAzC%5C%2FD%2CuBA2CC%2CmBAAmB%2CoBAAoB%3BEAAc%2CeAAA%3B%3BAA3CtD%2CuBA4CC%2CeAAe%2CcAAc%3BEAAqB%2CuBAAA%3BEAAyB%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2CqBAAA%3BEAAuB%2C4BAAA%3BEAA8B%2CmBAAA%3B%3BAA5CzK%2CuBA6CC%2CeAAe%2CcAAc%2CcAAc%3BAA7C5C%2CuBA8CC%2CeAAe%2CcAAc%2CcAAc%3BEAAa%2COAAA%3B%3BAA9CzD%2CuBA%2BCC%2CeAAe%2CcAAc%2CcAAc%3BEAAoB%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAA%5C%2FChF%2CuBAgDC%2COAAM%2CaAAa%2CQAAS%2CeAAe%2CcAAc%3BEAAa%2CcAAA%3B%3BAAhDvE%2CuBAiDC%2CeAAe%2COAAM%2CWAAY%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAAjD9E%2CuBAkDC%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BAAlD3E%2CuBAmDC%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAAsB%2C6BAAA%3B%3BAAnDjG%2CuBAoDC%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAAQ%2CeAAA%3B%3BAApDnF%2CuBAqDC%2CeAAe%2CeAAe%2CcAAc%2CoBAAmB%2CUAAW%2CUAAU%3BAArDrF%2CuBAsDC%2CeAAe%2CeAAe%2CcAAc%2CoBAAmB%2CUAAW%2CUAAU%3BEAAsB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CqBAAA%3B%3B%3B%3B%3B%3B%3B%3BAASzJ%2CuBAAwB%2CeAAe%2CcAAc%3BEAAqB%2CQAAA%3B%3BAAC1E%2CuBAAwB%2CeAAe%2CcAAc%3BEAA2B%2CQAAA%3B%3BAAChF%2CuBAAwB%2CeAAe%2CcAAc%3BEAAa%2CQAAA%3B%3BAAClE%2CuBAAwB%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEAAW%2CQAAA%3B%3BAAC7E%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BEAAe%2CcAAA%3B%3BAAClF%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BEAAwB%2CaAAA%3B%3BAAC3F%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BEAAa%2CaAAA%3B%3BAAChF%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%2CWAAW%3BEAAiB%2CgBAAA%3BEAAkB%2CQAAA%3BEAAU%2CYAAA%3B%3BAAC3H%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%2CWAAW%3BEAAa%2CgBAAA%3BEAAkB%2CQAAA%3BEAAU%2CYAAA%3B%3BAACvH%2CuBAAwB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%3BAACvF%2CuBAAwB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%3BEAAsB%2C0BAAA%3B%3BAACtG%2CuBAAwB%2CeAAe%2CiBAAiB%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%2COAAQ%3BAAChH%2CuBAAwB%2CeAAe%2CiBAAiB%2CcAAc%2CoBAAmB%2COAAQ%2CoBAAoB%3BEAAQ%2CaAAA%3B%3BAAC7H%2CuBAAwB%2CeAAe%2CcAAc%2CoBAAmB%3BEAAU%2CeAAA%3B%3BAAClF%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BEAAqB%2CkBAAA%3B%3BAACxF%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BEAAa%2CeAAA%3B%3BAAChF%2CuBAAwB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%2COAAO%3BEAAa%2CWAAA%3B%3BAAC3G%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BAAAG%2CuBAAwB%2CeAAe%2CcAAc%2CmBAAmB%3BEAAI%2CgBAAA%3B%3BAAClJ%2CuBAAwB%2CcAAc%2CWAAW%3BAACjD%2CuBAAwB%2CeAAe%2CcAAc%2CWAAW%2CeAAe%3BEAAS%2C2BAAA%3B%3BAACxF%2CuBAAwB%2CeAAe%2CcAAc%2CWAAW%3BEAAa%2CkBAAA%3B%3BAAC7E%2CuBAAwB%2CeAAe%2CcAAc%2CWAAW%2CWAAU%3BEAAS%2CSAAS%2CGAAT%3BEAAc%2CqBAAA%3BEAAuB%2CgBAAA%3B%3BAACxH%2CuBAAwB%2CeAAe%2CoBAAoB%3BEAAM%2C6BAAA%3B%3BAACjE%2CuBAAwB%2CeAAe%2CcAAc%3BAAAe%2CuBAAwB%2CeAAe%2CcAAc%3BEAAqB%2CgBAAA%3B%3BAAC9I%2CuBAAwB%2CeAAe%3BEAAgB%2C8BAAA%3B%3BAACvD%2CuBAAwB%2CWAAW%3BEAAU%2CoBAAA%3BEAAsB%2CgBAAA%3B%3BAACnE%2CuBAAwB%2CkBAAkB%3BEAAa%2CaAAA%3BEAAe%2CoBAAA%3BEAAsB%2CeAAA%3B%3BAAC5F%2CuBAAwB%2CkBAAkB%3BEAAiB%2COAAA%3BEAAS%2CcAAA%3BEAAgB%2CSAAA%3B%3BAACpF%2CuBAAwB%2CkBAAkB%2CeAAe%3BEAAgB%2CmBAAA%3B%3BAACzE%2CuBAAwB%2CkBAAkB%2CeAAe%3BEAAW%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CSAAA%3BEAAW%2CWAAW%2CqBAAX%3BEAAiC%2CaAAA%3BEAAe%2CkBAAA%3B%3BAAC7J%2CuBAAwB%2CkBAAkB%2CeAAe%3BEAAW%2CYAAA%3B%3BAACpE%2CuBAAwB%2CkBAAkB%2CeAAe%2CSAAS%3BEAAM%2CcAAA%3BEAAgB%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2C0BAAA%3B%3BAACzH%2CuBAAwB%2CkBAAkB%3BEAAW%2COAAA%3BEAAS%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2C0BAAA%3B%3BAAC%5C%2FI%2CuBAAwB%2CkBAAkB%2CSAAQ%3BEAAS%2CSAAS%2CUAAT%3BEAAqB%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2CcAAA%3BEAAgB%2CqBAAA%3BEAAuB%2CWAAA%3B%3BAAC7L%2CuBAAuB%2CIAAI%2CkBAAmB%2CkBAAkB%2CeAAe%3BAAC%5C%2FE%2CuBAAuB%2CIAAI%2CkBAAmB%2CkBAAkB%2CeAAe%2CcAAa%2CUAAU%3BEAAS%2CyBAAA%3BEAA2B%2C2BAAA%3B%3BAAC1I%2CuBAAwB%2CkBAAkB%3BEAAiB%2CeAAA%3B%3BAAC3D%2CuBAAwB%2CkBAAiB%2CcAAe%3BEAAiB%2CsBAAA%3B%3BAACzE%2CuBAAwB%2CgBAAgB%3BEAAqB%2CsBAAA%3BEAAwB%2CWAAA%3BEAAa%2COAAA%3BEAAS%2CeAAA%3BEAAiB%2CoBAAA%3BEAAsB%2CkBAAA%3B%3BAAClJ%2CuBAAwB%2CgBAAgB%3BEAAiB%2CaAAA%3BEAAe%2CoBAAA%3BEAAsB%2CWAAA%3B%3BAAC9F%2CuBAAwB%3BEAAkB%2CWAAA%3B%3BAAC1C%2CuBAAwB%2CgBAAgB%3BEAAoB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAChG%2CuBAAwB%2CkBAAkB%2CgBAAgB%3BAAC1D%2CuBAAwB%2CkBAAkB%2CyBAAyB%3BAACnE%2CuBAAwB%2CkBAAkB%2CgBAAgB%2CmBAAmB%3BAAC7E%2CuBAAwB%2CkBAAkB%2CyBAAyB%2CmBAAmB%3BAACtF%2CuBAAwB%2CkBAAkB%2CgBAAgB%2CmBAAmB%3BAAC7E%2CuBAAwB%2CkBAAkB%2CyBAAyB%2CmBAAmB%3BEAAoB%2CwCAAA%3BEAA0C%2CoBAAA%3B%3BAACpJ%2CuBAAwB%2CkBAAkB%2CgBAAgB%2CmBAAmB%3BEAAoB%2CgBAAA%3B%3BAACjG%2CuBAAwB%2CcAAc%3BEAAiB%2CYAAA%3B%3BAACvD%2CuBAAwB%2CcAAc%2CeAAe%2CyBAAyB%3BEAAqB%2CkBAAA%3BEAAoB%2C0BAAA%3B%3BAACvH%2CuBAAwB%2CkBAAkB%3BEAAoB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAC%5C%2FE%2CuBAAwB%3BAACxB%2CuBAAwB%3BEAAsB%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CsBAAA%3BEAAmC%2CQAAA%3BEAAU%2CSAAA%3B%3BAAC5I%2CuBAAwB%2CsBAAsB%3BAAC9C%2CuBAAwB%2CsBAAsB%3BEAAsB%2CiBAAA%3B%3BAACpE%2CuBAAwB%2CkBAAkB%3BEAAsB%2CsBAAA%3B%3BAAChE%2CuBAAwB%2CkBAAkB%3BEAAsB%2CqBAAA%3B%3BAAChE%2CuBAAwB%2CoBAAmB%3BEAAS%2CaAAa%2CySAAb%3BEAAmU%2CoBAAA%3BEAAsB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CYAAA%3B%3BAAC3c%2CuBAAwB%2CoBAAmB%3BEAAS%2CaAAa%2CwSAAb%3BEAAkU%2CoBAAA%3BEAAsB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CYAAA%3B%3BAAC1c%2CuBAAwB%2CkBAAkB%2CoBAAoB%3BEAAM%2CQAAQ%2CgBAAR%3B%3BAACpE%2CuBAAwB%2CkBAAkB%2CeAAe%2CcAAc%3BEAAsB%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAAC%5C%2FG%3BEAAY%2CkBAAA%3B%3BAACZ%2CSAAU%3BEAAM%2CkBAAA%3BEAAoB%2CcAAA%3B%3BAACpC%2CSAAU%3BEAAK%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CWAAW%2CqBAAX%3BEAAiC%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAC3J%2CSAAU%3BEAAI%2CWAAA%3BEAAwB%2CgBAAA%3BEAAkB%2C6BAAA%3B%3BAACxD%2CSAAU%2CEAAC%3BEAAS%2CgCAAA%3B%3BAACpB%2CuBAAwB%2CcAAc%3BEAAM%2CQAAQ%2CYAAR%3B%3BAAC5C%2CuBAAwB%2CcAAc%2CeAAe%3BEAAW%2CgBAAA%3B%3BAAChE%2CuBAAwB%3BEAAgB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAC5E%2CuBAAwB%2CkBAAkB%2CYAAY%3BEAAI%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAAC3F%2CuBAAwB%2CcAAc%3BEAAiB%2C0BAAA%3BEAA4B%2CkBAAA%3B%3BAACnF%2CuBAAwB%3BEAAoB%2CkBAAA%3BEAAoB%2CgBAAA%3BEAAkB%2C4BAAA%3B%3BAAClF%2CuBAAwB%2CkBAAiB%3BEAAS%2CSAAS%2CgBAAT%3BEAA2B%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2CcAAA%3BEAAgB%2CqBAAA%3BEAAuB%2COAAA%3BEAAS%2CQAAA%3BEAAU%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAACjO%2CuBAAwB%3BEAAwB%2CSAAA%3B%3BAAChD%2CuBAAwB%2CsBAAsB%3BAAC9C%2CuBAAwB%2CsBAAsB%3BEAAsB%2CQAAA%3BEAAU%2CwCAAA%3BEAA0C%2CUAAA%3BEAAY%2CkBAAA%3B%3BAACpI%2CuBAAwB%2CsBAAqB%2CMAAO%3BAACpD%2CuBAAwB%2CsBAAqB%2CMAAO%3BEAAsB%2CUAAA%3BEAAY%2CmBAAA%3B%3BAACtF%2CuBAAwB%2CmBAAmB%3BAAC3C%2CuBAAwB%2CmBAAmB%2CMAAM%3BEAAM%2CkBAAA%3B%3BAACvD%2CuBAAwB%2CmBAAmB%2CMAAM%3BEAAQ%2CsBAAA%3BEAAwB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CmBAAA%3BEAAqB%2CkBAAA%3BEAAoB%2CiBAAA%3B%3BAACrJ%2CuBAAwB%2CmBAAmB%2CMAAM%2CMAAM%3BEAAM%2CUAAA%3B%3BAAC7D%2CuBAAwB%2CmBAAmB%2CMAAM%2CMAAM%3BEAAM%2CWAAA%3BEAAa%2CYAAA%3B%3BAAC1E%2CuBAAwB%2CyBAAyB%2CmBAAmB%2CMAAM%3BEAAQ%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3B%3BAAC7G%2CuBAAwB%2CyBAAyB%2CmBAAmB%2CMAAM%2CMAAM%3BEAAM%2CWAAA%3BEAAa%2CYAAA%3B%3BAACnG%2CuBAAwB%2CiBAAiB%3BEAAgB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CoBAAA%3B%3BAACjI%2CuBAAwB%2CiBAAiB%3BEAAe%2CSAAA%3B%3BAACxD%2CuBAAwB%2CiBAAiB%2CcAAc%3BEAAI%2CgBAAA%3B%3BAAC3D%2CuBAAwB%2CiBAAiB%2CcAAc%2CaAAY%3BAACnE%2CuBAAwB%2CiBAAiB%2CcAAc%2CaAAY%3BEAAU%2CaAAA%3B%3BAAC7E%2CuBAAwB%3BEAAgB%2CiBAAA%3BEAAmB%2CcAAA%3B%3BAAC3D%2CuBAAwB%2CeAAe%2CcAAc%2CWAAW%3BEAAsB%2CoBAAA%3B%3BAACtF%2CuBAAwB%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BAAClF%2CuBAAwB%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CYAAY%2CaAAa%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAC3G%2CuBAAwB%2CmBAAmB%2CeAAe%2CgBAAgB%2CmBAAmB%3BEAAoB%2CeAAA%3BEAAiB%2CqBAAA%3B%3BAAClI%2CuBAAwB%2CmBAAmB%2CgBAAgB%2CmBAAkB%3BEAAS%2CaAAA%3B%3BAACtF%2CuBAAwB%2CmBAAmB%2CeAAe%2CgBAAgB%3BEAAqB%2C0BAAA%3B%3BAAC%5C%2FF%2CuBAAwB%2CmBAAmB%2CgBAAgB%2CmBAAmB%3BEAAoB%2CaAAA%3B%3BAAClG%2CuBAAwB%2CmBAAmB%2CeAAe%3BEAAkB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAACjG%2CuBAAwB%2CaAAa%3BEAAS%2CoBAAA%3B%3BAAC9C%2CuBAAwB%3BEAA4B%2C2BAAA%3B%3BAACpD%2CuBAAwB%2CeAAe%2CcAAc%3BAAAgB%2CuBAAwB%2COAAM%2COAAO%2CoBAAqB%2CqBAAqB%2CcAAc%3BEAAiB%2CYAAA%3B%3BAACnL%2CuBAAwB%3BEAAc%2CYAAA%3B%3BAACtC%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%3BEAAa%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAC7G%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CWAAW%3BEAAS%2CeAAA%3B%3BAACxF%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CSAAS%3BEAAmB%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAC5H%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CWAAW%2CWAAU%3BEAAS%2CaAAA%3B%3BAAClG%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BAAClG%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAAsB%2C6BAAA%3B%3BAACxH%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAAQ%2CeAAA%3B%3BAAC1G%2CuBAAwB%2CeAAe%2CeAAc%2CgBAAiB%2CcAAc%2CoBAAoB%2CUAAU%3BEAAQ%2CaAAA%3B%3BAAC1H%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CoBAAmB%2CUAAW%2CUAAU%3BAAC5G%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CoBAAmB%2CUAAW%2CUAAU%3BEAAsB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CqBAAA%3B%3BAAChL%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CWAAW%2CWAAU%3BEAAS%2CaAAA%3B%3B%3B%3B%3BAAKlG%2CWAAY%2CQAAO%2CMAAM%3BEAAU%2CaAAA%3BEAAe%2CeAAA%3B%3BAAClD%2CWAAY%3BEAAQ%2CoBAAA%3B%3B%3B%3B%3BAAKpB%2CYAAY%2CIAAI%2CyBAA0B%3BEAAkB%2CgBAAA%3B%3BAAC5D%2CYACC%3BEAAkB%2C6BAAA%3BEAA%2BB%2CUAAA%3B%3BAADlD%2CYAEC%2CgBAAgB%3BEAAiB%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAAFtD%2CYAGC%2CgBAAgB%2COAAM%3BEAAiB%2CwBAAA%3B%3BAAHxC%2CYAIC%2CgBAAgB%3BEAAS%2CaAAA%3BEAAe%2C0BAAA%3BEAA4B%2C6BAAA%3BEAA%2BB%2CUAAA%3B%3BAAJpG%2CYAKC%2CgBAAgB%2COAAO%3BEAAQ%2CkBAAA%3B%3BAALhC%2CYAMC%3BEAAmB%2COAAA%3BEAAS%2CeAAA%3BEAAiB%2CWAAA%3B%3BAAN9C%2CYAOC%2CiBAAmB%3BEAAK%2CkBAAA%3BEAA%2BB%2CoBAAA%3B%3BAAPxD%2CYAQC%2CiBAAiB%3BAARlB%2CYAQ0B%2CYAAY%2CyBAAyB%3BEAAiB%2CaAAA%3BEAAe%2CSAAA%3BEAAW%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2C0CAAA%3BEAA4C%2CeAAA%3BEAAiB%2CkBAAA%3B%3BAAR3N%2CYASC%2CYAAY%2CyBAAwB%2CiBAAkB%3BEAAiB%2CoBAAA%3BEAAsB%2CwCAAA%3BEAA0C%2C2BAAA%3B%3BAATxI%2CYAUC%2CYAAY%2CyBAAyB%3BEAAiB%2CoBAAA%3B%3BAAVvD%2CYAWC%2CYAAY%2CyBAAyB%2CeAAe%3BEAAO%2CeAAA%3B%3BAAX5D%2CYAYC%2CYAAY%2CyBAAyB%2CeAAe%2CIAAI%3BEAAI%2CqCAAA%3B%3BAAZ7D%2CYAaC%2CYAAY%2CyBAAyB%2CeAAe%3BEAAM%2CWAAA%3B%3BAAb3D%2CYAcC%2CYAAY%2CyBAAyB%3BEAAiB%2C2BAAA%3BEAA6B%2CoBAAA%3B%3BAAEnF%2CYAAC%2C0BAEA%2CiBAAiB%3BAADlB%2CYAAC%2C2BACA%2CiBAAiB%3BEAAS%2CeAAA%3BEAAiB%2CeAAA%3B%3BAAF5C%2CYAAC%2C0BAGA%2CgBAAgB%3BAAFjB%2CYAAC%2C2BAEA%2CgBAAgB%3BEAAS%2C0BAAA%3BEAA4B%2C0BAAA%3B%3B%3B%3B%3B%3B%3B%3BAAUvD%2CeACC%3BEAAe%2CyBAAA%3B%3BAADhB%2CeAEC%3BEAAa%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAAFlD%2CeAGC%3BEAAc%2CeAAA%3BEAAiB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2C2BAAA%3B%3BAAHpE%2CeAGC%2CYACC%3BEAAI%2CWAAA%3B%3BAACH%2CeAFF%2CYACC%2CEACE%3BEAAS%2CYAAA%3B%3BAALb%2CeAQC%3BEAAa%2CeAAA%3BEAAiB%2CcAAA%3BEAAgB%2CmBAAA%3B%3BAAR%5C%2FC%2CeASC%3BEAAa%2CWAAA%3BEAAa%2C0BAAA%3BEAA4B%2CyBAAA%3B%3BAACrD%2CeADD%2CWACE%3BEAAS%2CYAAA%3B%3BAAVZ%2CeAaC%3BEAAU%2CaAAA%3BEAAe%2CkBAAA%3BEAAoB%2CsBAAA%3BEAAwB%2CWAAA%3B%3BAAbtE%2CeAaC%2CQACC%3BEAAK%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CcAAA%3B%3BAAd7D%2CeAaC%2CQAEC%2CWAAW%3BEAAS%2CaAAA%3B%3BAAftB%2CeAaC%2CQAGC%3BEAAgB%2C0BAAA%3BEAA4B%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CiBAAA%3BEAAmB%2CcAAA%3B%3BAAhBrG%2CeAaC%2CQAIC%3BEAAY%2CmBAAA%3BEAAqB%2CiBAAA%3BEAAmB%2CyBAAA%3BEAA2B%2CeAAA%3BEAAiB%2CkBAAA%3B%3BAAjBlG%2CeAmBC%2CcAAc%3BEAAa%2CeAAA%3B%3BAAnB5B%2CeAoBC%2CcAAc%2CWAAU%3BEAAU%2CwBAAA%3B%3BAApBnC%2CeAqBC%2CkBAAkB%2CMAAM%2CcAAc%2CWAAW%3BEAAS%2CgBAAA%3B%3BAArB3D%2CeAsBC%2CcAAc%3BAAtBf%2CeAsB2B%3BEAAe%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAtB7E%2CeAuBC%2CaAAY%3BEAAS%2CSAAS%2CGAAT%3BEAAc%2CoBAAA%3BEAAsB%2CeAAA%3B%3BAAvB1D%2CeAwBC%2CaAAY%2CaAAa%3BEAAS%2CaAAA%3B%3BAAxBnC%2CeAyBC%2CMAAM%3BEAAc%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CiCAAA%3BEAAkC%2CqCAAA%3BEAAsC%2C6BAAA%3B%3BAAzB1I%2CeAyBC%2CMAAM%2CYACL%3BEAAM%2CcAAA%3BEAAgB%2CcAAA%3BEAAgB%2C%2BBAAA%3BEAAgC%2CuCAAA%3BEAAwC%2CkCAAA%3BEAAmC%2CmCAAA%3B%3BAA1BnJ%2CeA4BC%2CMAAK%2CMACJ%3BEAAM%2CmBAAmB%2CUAAnB%3BEAA%2BB%2CeAAe%2CUAAf%3BEAA2B%2CcAAc%2CUAAd%3BEAA0B%2CWAAW%2CUAAX%3B%3BAA7B5F%2CeA%2BBC%2CQAAQ%3BEAAQ%2CgBAAA%3B%3BAA%5C%2FBjB%2CeAiCC%3BEAAoB%2CqBAAA%3BEAAuB%2CoBAAA%3BEAAsB%2C2BAAA%3B%3BAAChE%2CeADD%2CkBACE%3BAAAS%2CeADX%2CkBACY%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CcAAA%3B%3BAAlChD%2CeAoCC%2CaAAY%3BEAAkB%2C%2BCAAA%3B%3BAAG%5C%2FB%2CuBACC%3BEAAmB%2CeAAA%3BEAAgB%2CgBAAA%3B%3BAADpC%2CuBAEC%3BAAFD%2CuBAEe%3BEAAgB%2CSAAA%3B%3BAAF%5C%2FB%2CuBAGC%2CcAAc%2CWAAW%3BEAAS%2CqBAAA%3B%3BAAHnC%2CuBAIC%3BEAAU%2CkBAAA%3B%3BAAJX%2CuBAKC%3BEAAc%2CkBAAA%3B%3BAALf%2CuBAMC%3BEAAe%2CWAAA%3BEAAa%2CYAAA%3BEAA0B%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CkBAAA%3BEAAoB%2CMAAA%3BEAAQ%2COAAA%3BEAAS%2CUAAA%3BEAAY%2CgCAAA%3BEAAiC%2CqCAAA%3BEAAsC%2CwCAAA%3BEAAyC%2CoCAAA%3B%3BAANvP%2CuBAMC%2CaACC%3BEAAU%2CkBAAA%3BEAAoB%2C0BAAA%3BEAA4B%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CiBAAA%3BEAAmB%2CqBAAA%3BEAAuB%2CWAAA%3BEAAa%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CuBAAA%3B%3BAAP%5C%2FO%2CuBASC%2CMAAK%2CMAAO%3BEAAe%2CUAAA%3BEAAY%2CmBAAA%3B%3BAATxC%2CuBAUI%3BAAVJ%2CuBAWI%3BEAAa%2CqBAAA%3B%3BAAEjB%2CuBACC%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAD%5C%2FB%2CuBAEC%2CMAAM%3BEAAc%2CkBAAA%3B%3BAAFrB%2CuBAGC%3BEAAa%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CMAAA%3BEAAQ%2CUAAA%3BEAAY%2CsBAAA%3BEAAwB%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CoBAAA%3B%3BAAHzJ%2CuBAIC%2CWAAW%3BEAAO%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CoBAAA%3B%3BAAJtE%2CuBAKC%3BEAAU%2CiBAAA%3B%3BAALX%2CuBAMC%2CQAAQ%3BEAAK%2CSAAA%3BEAAW%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAN1C%2CuBAOC%2CQAAQ%2CGAAG%3BEAAI%2CcAAA%3B%3BAAPhB%2CuBAQC%3BEAAoB%2C2BAAA%3BEAA6B%2C0BAAA%3BEAA4B%2CyBAAA%3BEAA2B%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAAR7H%2CuBASC%2CMAAM%2CkBAAiB%3BEAAU%2CSAAS%2CEAAT%3BEAAc%2CyBAAA%3BEAA2B%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2COAAA%3BEAAS%2CgBAAA%3BEAAkB%2CgCAAA%3BEAAiC%2CwCAAA%3BEAAyC%2CoCAAA%3B%3BAATxO%2CuBAUC%2CMAAK%2CMAAO%3BEAAoB%2C6BAAA%3B%3BAAVjC%2CuBAWC%2CMAAK%2CMAAO%2CkBAAiB%3BEAAU%2CWAAA%3B%3BAAXxC%2CuBAYC%3BEAAoB%2CwCAAA%3BEAA0C%2CoBAAA%3B%3BAAZ%5C%2FD%2CuBAaC%2CkBAAkB%3BEAAW%2CaAAA%3B%3BAAb9B%2CuBAcC%3BEAAmB%2CcAAA%3B%3BAAEpB%2CuBACC%3BEAAU%2CkBAAA%3B%3BAADX%2CuBAEC%2CaAAY%3BEAAS%2CaAAA%3B%3BAAFtB%2CuBAGC%2CQAAQ%3BEAAK%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAHnD%2CuBAIC%3BEAAe%2C6BAAA%3BEAA%2BB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAAJjE%2CuBAKC%2CWAAU%3BEAAoB%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CwCAAA%3BEAA0C%2CoBAAA%3BEAAsB%2CqBAAA%3B%3BAALxJ%2CuBAMC%2CWAAU%2CiBAAkB%3BEAAI%2CeAAA%3B%3BAANjC%2CuBAOC%3BEAAa%2CSAAA%3BEAAW%2CiBAAA%3BEAAmB%2CaAAA%3B%3BAAP5C%2CuBAQC%2CWAAU%2CYAAY%3BEAAO%2CkBAAA%3BEAAoB%2CiBAAA%3B%3BAAElD%2CuBAAwB%2CMAAM%3BEAAc%2CkBAAA%3B%3BAAC5C%2CuBAAwB%2CMAAM%2CSAAQ%3BEAAS%2CuCAAA%3B%3BAAC%5C%2FC%2CuBAAwB%3BEAAS%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CSAAA%3BEAAW%2CWAAW%2CqBAAX%3BEAAiC%2CUAAA%3BEAAY%2CkBAAA%3B%3BAACvH%2CuBAAwB%2COAAO%3BEAAQ%2CgBAAA%3B%3BAACvC%2CuBAAwB%2CMAAK%2CMAAO%3BEAAS%2CUAAA%3BEAAY%2CmBAAA%3B%3BAACzD%2CuBAAwB%2CMAAM%3BEAAU%2CUAAA%3B%3BAACxC%2CuBAAwB%3BEAAW%2CaAAA%3BEAAe%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAACnE%2CuBAAwB%3BEAAmB%2CSAAA%3B%3BAAC3C%2CuBAAwB%3BEAAY%2C2BAAA%3BEAA6B%2C6BAAA%3BEAA%2BB%2CgBAAA%3B%3BAAChG%2CuBAAwB%2CUAAU%2CMAAK%2CIAAI%3BEAAkB%2CmBAAA%3B%3BAAC7D%2CuBAAwB%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAC3E%2CuBAAwB%3BEAAsB%2CyBAAA%3BEAA2B%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAACjI%2CuBAAwB%2CoBAAoB%3BEAAS%2CaAAA%3B%3BAACrD%2CuBAAwB%2CMAAM%3BEAAa%2COAAA%3BEAAS%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAACzE%2CuBAAwB%2CaAAY%3BEAAS%2CwBAAA%3B%3BAAC7C%2CuBAAwB%3BEAAa%2CoBAAA%3BEAAsB%2CWAAA%3B%3BAAC3D%2CuBAAwB%2CWAAW%3BEAAI%2CWAAA%3B%3BAACvC%2CuBAAwB%3BEAAa%2CwBAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQrC%2CmBACC%3BEAAiB%2C8BAAA%3B%3BAADlB%2CmBAEC%3BEAAQ%2CmBAAA%3B%3BAAFT%2CmBAGC%3BEAAW%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAH9B%2CmBAIC%3BEAAc%2C6BAAA%3B%3BAAJf%2CmBAKC%2CMAAK%3BEAAa%2CkBAAA%3B%3BAAEhB%2CmBAFF%2CMAAK%2CUACJ%2CMACE%3BEAAiB%2CsBAAA%3BEAAwB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CsBAAA%3BEAAwB%2CaAAA%3BEAAe%2CoBAAA%3BEAAsB%2CgCAAA%3B%3BAAP7I%2CmBAKC%2CMAAK%2CUAIJ%3BEAAU%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CQAAA%3BEAAU%2CcAAA%3BEAAgB%2CyBAAA%3BEAA2B%2CeAAA%3BEAAiB%2CqBAAA%3B%3BAAC%5C%2FJ%2CmBALF%2CMAAK%2CUAIJ%2CQACE%3BEAAS%2CYAAA%3B%3BAAVb%2CmBAKC%2CMAAK%2CUAOJ%3BEAAoB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CeAAA%3BEAAiB%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3BAAU3E%2CQAAS%2CkBAAkB%2CcAAc%2CeAAe%3BEAAI%2CqBAAA%3B%3BAAC5D%2CQAAS%2COAAM%2CiBAAkB%2CcAAc%3BEAAa%2CgBAAA%3B%3BAAC5D%2CQAAS%2CkBAAkB%2CcAAc%3BEAAM%2CsBAAA%3B%3BAAC%5C%2FC%2CaAAc%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAAC9D%3BEAAgB%2CSAAA%3BEAAW%2CUAAA%3B%3BAAA3B%2CaACI%2COACI%3BEAAgB%2CgBAAA%3BEAAkB%2C4BAAA%3B%3BAAC9B%2CaAFR%2COACI%2CcACK%3BEAAU%2CSAAA%3B%3BAAHvB%2CaACI%2COAII%2CcAAc%3BEAAa%2CgBAAA%3BEAAkB%2CeAAA%3B%3BAALrD%2CaACI%2COAKI%2CeACI%3BAAPZ%2CaACI%2COAKI%2CeACkB%3BEAAiB%2CkBAAA%3BEAAoB%2CkBAAA%3B%3BAAP%5C%2FD%2CaACI%2COAKI%2CeACI%2CaACI%3BAARhB%2CaACI%2COAKI%2CeACkB%2CeACV%3BEAAI%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CQAAA%3B%3BAAKjD%2CiBAAkB%2CQAAO%3BEAAmB%2CiBAAA%3B%3BAAC5C%2CiBAAkB%2CgBAAe%3BEAAiB%2CqBAAA%3B%3BAAClD%3BEAAgB%2CgBAAA%3BEAAkB%2C6BAAA%3BEAA%2BB%2CqBAAA%3BEAAuB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CcAAA%3B%3BAAC5H%2CiBAAkB%2CYAAY%3BEAAI%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAACnD%2CaAAa%3BAAAS%2CaAAa%3BEAAS%2CwBAAA%3B%3BAAC5C%2CiBAAkB%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CkBAAA%3BEAAoB%2CkBAAA%3B%3BAAC9F%2CiBAAkB%2CeAAe%3BEAAI%2CkBAAA%3BEAAoB%2COAAA%3B%3BAACzD%2CaAAc%2CeAAiB%3BEAAM%2CmBAAA%3B%3BAACrC%2CaAAc%3BEAAa%2CqBAAA%3B%3BAAC3B%2CiBAAkB%3BEAAa%2CkBAAA%3B%3BAAE%5C%2FB%2CoBAAqB%3BEAAgB%2CoBAAA%3BEAAsB%2C2BAAA%3B%3BAAC3D%2CoBAAqB%3BEAAgB%2CeAAA%3B%3BAACrC%2CaAAc%2COAAO%2CeAAe%3BAAAc%2CaAAc%2COAAO%2CeAAe%3BEAAiB%2CkBAAA%3B%3BAACvG%2CoBAAqB%2CYAAY%3BEAAI%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAACtD%2CaAAc%3BEAAiB%2C0BAAA%3B%3BAAC%5C%2FB%2CaAAc%2COAAO%2CeAAe%2CaAAa%3BAAAG%2CaAAc%2COAAO%2CeAAe%2CeAAe%3BEAAI%2CMAAA%3B%3BAAC3G%2CoBAAqB%3BEAAgB%2CgBAAA%3B%3BAACrC%2CoBAAqB%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAACxD%2CaAAc%2CGAAE%2CMAAM%2CIAAI%3BEAAkB%2CgCAAA%3BEAA6C%2C%2BBAAA%3BEAAiC%2C8BAAA%3B%3BAAC1H%3BEAAoB%2CoBAAA%3BEAAsB%2CyBAAA%3BEAA2B%2CqBAAA%3B%3BAACrE%2CiBAAkB%3BEAAS%2CaAAA%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2C8BAAA%3BEAAgC%2CsCAAA%3BEAAwC%2CkCAAA%3BEAAoC%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CuBAAA%3B%3BAAClP%2CiBAAkB%3BAAAU%2CiBAAkB%3BEAAkB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAACjF%2CaACI%2CcAAc%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAADhD%2CaACI%2CcAAc%2CWACV%3BEAAM%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CYAAA%3B%3BAAG3C%3BEAAgB%2C0BAAA%3B%3BAAChB%2CoBAAqB%3BEAAgB%2CqBAAA%3B%3BAACrC%2CaACI%2CaACI%3BEAAQ%2CcAAA%3B%3BAAFhB%2CaAII%2CaACI%3BEAAK%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAL9B%2CaAOI%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BAAPtC%2CaAQI%3BEAAW%2CsBAAA%3B%3BAARf%2CaASI%2CSACI%3BEAAM%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3BAAUd%3BEAAgB%2CWAAA%3BEAAa%2CWAAA%3B%3BAAC7B%2CMAAM%2CQAAS%3BEAAiB%2CmBAAA%3B%3BAAChC%2CMAAM%2CQAAS%3BEAAiB%2CmBAAA%3B%3BAAIhC%2CQAH2B%3BEAC1B%2CaAAc%2CcAAa%3BIAAgB%2CYAAA%3BIAAc%2CkBAAA%3B%3B%3BAAE1D%2CMAAM%2CQAAS%2CcAAc%3BAAAW%2CMAAM%2CQAAS%2CcAAc%2CQAAO%3BEAAU%2CwBAAA%3B%3BAACtF%2CMAAM%2CQAAS%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEAAW%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CyBAAA%3BEAA2B%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CqBAAA%3B%3BAAClM%2CMAAM%2CQAAS%2CeAAe%2CcAAc%2COAAM%2COAAO%2CQAAS%3BAAClE%2CMAAM%2CQAAS%2CeAAe%2CcAAc%2COAAM%2COAAO%2CQAAS%3BEAAQ%2CeAAA%3B%3BAAC1E%2CaAAc%2CmBAAkB%3BEAAmB%2CoBAAA%3B%3BAACnD%2CaAAc%2CeAAe%3BEAAgB%2C2BAAA%3BEAA6B%2C4BAAA%3BEAA8B%2CcAAA%3BEAAgB%2CuBAAA%3B%3BAACxH%2CaAAa%2CMAAM%2COAAQ%2CQAAO%2CcAAc%2CIAAI%2CaAAc%3BEAAgB%2CyBAAA%3BEAA2B%2C2BAAA%3B%3BAAC7G%2CYAAY%2CIAAI%2CyBAA0B%2COAAM%2CQAAS%2CQAAO%3BEAAU%2CWAAA%3BEAAwB%2CyBAAA%3BEAAqC%2C4BAAA%3B%3BAACvI%2CYAAY%2CIAAI%2CyBAA0B%2COAAM%2CQAAS%2CQAAO%2COAAO%3BAACvE%2CYAAY%2CIAAI%2CyBAA0B%2COAAM%2CQAAS%2CQAAO%2COAAO%3BEAAS%2CWAAA%3BEAAwB%2CyBAAA%3B%3BAACxG%2CYAAY%2CIAAI%2CyBAA0B%2COAAM%2CQAAS%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEAAW%2CWAAA%3BEAAwB%2CyBAAA%3B%3BAACtI%2CYAAY%2CIAAI%2CyBAA0B%2COAAM%2CQAAS%2CeAAe%2CcAAc%2COAAM%2COAAO%2CQAAQ%3BAAC3G%2CYAAY%2CIAAI%2CyBAA0B%2COAAM%2CQAAS%2CeAAe%2CcAAc%2COAAM%2COAAO%2CQAAQ%3BEAAS%2CWAAA%3BEAAwB%2CyBAAA%3B%3BAAC5I%2CaAAc%3BEAAgB%2CYAAA%3B%3BAAC9B%2CMAAM%2CQAAS%2CcAAc%2CcAAc%2COAAM%2COAAO%3BEAAW%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3BEAAc%2CgBAAA%3B%3BAAC7G%2CMAAM%2CQAAS%2CeAAe%2CcAAc%2CoBAAmB%3BEAAU%2CwBAAA%3B%3B%3B%3B%3BAAKzE%2CUAAW%3BEAAoB%2C2BAAA%3B%3BAAM%5C%2FB%2CQALyB%3BEACxB%2CoBAAoB%2CYAAa%3BEAAmB%2CkCAAmC%3BEACvF%2C4BAA6B%3BEAAmB%2CYAAa%3BIAAoB%2CmBAAA%3BIAAqB%2CoBAAA%3BIAAsB%2CWAAW%2CqBAAX%3BIAA6C%2CmBAAmB%2CqBAAnB%3BIAAqD%2C2BAAA%3BIAA6B%2CmCAAA%3BIAAqC%2CoBAAA%3B%3BEAChS%2CoBAAoB%2CYAAa%3BEAAmB%2CkCAAmC%3BIAAoB%2C2BAAA%3B%3B%3BAAE5G%2CYAAY%2C4BAA4B%2CYAAY%2CYAAa%3BEAAgB%2C0BAAA%3B%3BAACjF%2CsBAAuB%2CKAAI%3BEAAyB%2CqBAAA%3B%3BAACpD%2CsBAAuB%2CKAAI%2CsBAAuB%3BEAAM%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAC1E%2C4BAA6B%3BEAAQ%2CsBAAA%3B%3BAACrC%2C4BAA6B%2CMAAM%3BEAAM%2C8BAAA%3B%3BAACzC%2C4BAA6B%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BAAC%5C%2FD%2C4BAA6B%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAAW%2CsBAAA%3BEAAwB%2CsBAAA%3BEAAwB%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CqBAAA%3B%3BAAC5J%2C4BAA6B%2CUAAY%3BEAAS%2C8BAAA%3B%3BAAClD%2C4BAA6B%2CUAAS%2CMAAO%2COAAM%3BEAAQ%2C0BAAA%3BEAA4B%2CmBAAA%3BEAAqB%2CaAAA%3BEAAe%2CyBAAA%3B%3BAAC3H%2C4BAA6B%2CUAAS%2CMAAO%2COAAM%2CSAAU%3BEAAa%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CgBAAA%3B%3BAAC1G%2C4BAA6B%3BEAAoB%2CWAAA%3BEAAa%2C2BAAA%3B%3BAAC9D%2C4BAA6B%3BEAAY%2C2BAAA%3B%3BAACzC%2CYAAa%3BEAAgB%2CwBAAA%3B%3BAAC7B%2CWAAY%3BEAAa%2CeAAA%3B%3BAACzB%3BEAAgB%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAAC5C%2CoBAAqB%2CeAAe%3BEAAU%2CWAAA%3B%3BAAC9C%2CoBAAqB%3BEAAoB%2CmBAAA%3B%3BAACzC%2CYAAY%2CoBAAoB%2CYAAY%2CYAAa%3BAACzD%2CYAAY%2CkCAAkC%2CYAAY%2CYAAa%3BEAAgB%2CwBAAA%3B%3BAACvF%2CWAAY%3BEAAa%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAACrD%2CYAAY%2CQAAS%2CcAAc%3BEAAS%2CyBAAA%3B%3BAAC5C%2CcAAe%3BEAAU%2C6BAAA%3BEAA%2BB%2C8BAAA%3B%3BAACxD%2CWAAY%3BEAAyB%2CqBAAA%3B%3B%3B%3B%3BAAKrC%3BEAAa%2C2BAAA%3B%3BAACb%2CUAAW%2CUAAU%3BEAAW%2CmBAAA%3B%3BAAChC%2CUAAW%2CSAAQ%2CcAAe%3BEAAe%2C8BAAA%3B%3BAACjD%2CUAAW%2CMAAK%2CWAAY%2CiBAAiB%2CWAAW%3BEAAU%2C%2BBAAA%3B%3BAAClE%2CUAAW%2CSAAQ%3BEAAgB%2CyBAAA%3B%3BAACnC%2CUAAW%3BEAAe%2C4BAAA%3BEAA8B%2C2BAAA%3B%3BAACxD%2CCAAC%3BEAAgB%2CqBAAA%3BEAAuB%2C0BAAA%3B%3BAACxC%2CqBAAsB%3BEAAK%2CoCAAA%3B%3BAAC3B%2CUAAW%2CMAAK%3BAAAmB%2CUAAW%2CMAAK%3BEAAiB%2C0BAAA%3BEAA4B%2CkBAAA%3B%3BAAChG%2CUAAW%3BEAAiB%2C0BAAA%3B%3BAAC5B%2CqBAAsB%2CWAAW%2COAAO%2CSAAQ%2CcAAe%3BEAAQ%2C0BAAA%3B%3BAACvE%2CqBAAsB%2CUAAU%2CgBAAgB%2CSAAQ%3BEAAW%2CwBAAA%3B%3BAACnE%2CUAAW%3BEAAoB%2CwBAAA%3BEAA0B%2CyBAAA%3B%3BAACzD%2CUAAW%2CaAAa%3BEAAc%2C0BAAA%3BEAA4B%2CuCAAA%3B%3BAAClE%2CcAAe%3BEAAgB%2CwBAAA%3B%3BAAC%5C%2FB%2CoCAAqC%2CaAAa%3BEAAc%2CiCAAA%3BEAAmC%2CkBAAA%3B%3BAACnG%2CyBAA0B%2CYAAW%3BEAAU%2CaAAa%2C%2BTAAb%3BEAA8U%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CSAAA%3BEAAW%2CmBAAA%3BEAAqB%2CgDAAA%3BEAAkD%2CmBAAA%3B%3BAAC%5C%2Ff%2CUAAW%2C0CAA0C%2CYAAW%3BEAAU%2CaAAa%2CiZAAb%3BEAAga%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CSAAA%3BEAAW%2CmBAAA%3BEAAqB%2CgDAAA%3BEAAkD%2CmBAAA%3B%3BAAC5mB%2CUAAW%2CkCAAkC%2CYAAW%3BEAAU%2CaAAa%2CqTAAb%3BEAAoU%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CSAAA%3BEAAW%2CmBAAA%3BEAAqB%2CgDAAA%3BEAAkD%2CmBAAA%3B%3BAACxgB%2CUAAW%2CeAAe%2CYAAW%3BEAAU%2CaAAa%2CmTAAb%3BEAAkU%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CSAAA%3BEAAW%2CmBAAA%3BEAAqB%2CgDAAA%3BEAAkD%2CmBAAA%3B%3BAACnf%2CUAAW%3BEAAoB%2CmBAAA%3B%3BAAC%5C%2FB%2CUAAW%2CkBAAkB%2CYAAW%3BEAAU%2CaAAa%2CoRAAb%3BEAAmS%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CSAAA%3BEAAW%2CmBAAA%3BEAAqB%2CgDAAA%3BEAAkD%2CmBAAA%3B%3BAACvd%2CUAAW%3BEAAgB%2CwBAAA%3B%3BAAC3B%2CcAAe%2CMAAK%2CeAAkB%2CQAAQ%3BEAAK%2CgCAAA%3B%3BAACnD%2CUAAW%3BEAAgB%2CyBAAA%3B%3BAAC3B%2CeAAkB%3BEAAQ%2C6BAAA%3BEAA0C%2CqCAAA%3B%3BAACpE%2CcAAe%2CgBAAgB%2CGAAE%2CeAAgB%3BAAAe%2CcAAe%2CMAAK%2CeAAgB%2CMAAM%2CGAAG%3BEAAK%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAAC9I%2CcAAe%2CMAAM%2CGAAE%3BEAAmB%2CiCAAA%3B%3BAAC1C%2CeAAgB%2CiBAAiB%2CQAAQ%3BEAAM%2CoBAAA%3B%3BAAC%5C%2FC%2CcAAe%2CMAAK%2CeAAkB%2CQAAQ%2CKAAE%2CIAAI%3BEAAgB%2CgCAAA%3B%3BAACpE%2CeAAgB%3BEAAa%2CuBAAA%3B%3BAAC7B%2CcAAe%3BEAAiB%2CyBAAA%3BEAAsC%2CyBAAA%3BEAAsC%2CwBAAA%3B%3BAAC5G%2CcAAe%2CMAAK%2CcAAiB%2CQAAQ%2CKAAE%2CwBAA2B%3BAAAI%2CcAAe%2CMAAK%2CcAAiB%2CQAAQ%2CKAAE%2CwBAA2B%3BEAAK%2C4BAAA%3B%3BAAC7J%2CcAAe%2CMAAK%2CcAAiB%2CQAAQ%2CKAAE%2CWAAc%3BAAAI%2CcAAe%2CMAAK%2CcAAiB%2CQAAQ%2CKAAE%2CWAAc%3BEAAK%2C%2BBAAA%3B%3BAACnI%2CcAAe%2CMAAK%2CcAAiB%2CQAAQ%2CKAAK%3BAAAI%2CcAAe%2CMAAK%2CcAAiB%2CQAAQ%2CKAAK%3BEAAK%2C2BAAA%3B%3BAAC7G%2CcAAe%2CMAAK%2CcAAiB%2CQAAQ%2CKAAK%2CKAAG%3BAAAQ%2CcAAe%2CMAAK%2CcAAiB%2CQAAQ%2CKAAK%2CKAAG%3BEAAS%2C2BAAA%3B%3BAAC3H%2CqBAAsB%3BEAAsB%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CwBAAA%3B%3BAAC7F%2CUAAW%3BEAAwB%2CuCAAA%3BEAAyC%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CyBAAA%3BEAAsC%2CkBAAA%3B%3BAAC3K%2CUAAW%3BAAAuB%2CUAAW%2CeAAc%2C%2BBAAgC%3BEAAwB%2CiCAAA%3B%3BAACnH%2CUAAW%2C4CAA4C%2CsBAAqB%3BEAAU%2CaAAa%2C0RAAb%3BEAAyS%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CeAAA%3B%3BAACpb%2CUAAW%2CeAAc%2C%2BBAAgC%2CsBAAqB%3BEAAU%2CaAAa%2C8UAAb%3BEAA6V%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CeAAA%3B%3BAAC1e%2CUAAW%2CgCAAgC%3BEAA0B%2CyBAAA%3BEAAsC%2CwBAAA%3B%3BAAC3G%2CUAAW%3BEAAkC%2C8BAAA%3B%3BAAC7C%2CUAAW%2CgCAA%2BB%3BEAAiB%2C8BAAA%3BEAAgC%2C0BAAA%3B%3BAAC3F%2CUAAW%3BEAAkC%2C6BAAA%3B%3BAAC7C%2CYAAa%2CUAAY%3BAAAQ%2CSAAY%2CUAAU%3BEAAS%2C8BAAA%3B%3BAAChE%2CqBAAqB%2C0BAA2B%2CgBAAgB%2CaAAa%3BEAAgB%2CqBAAA%3B%3BAAC7F%2C0BAA2B%2CaAAa%3BEAAiB%2CkCAAA%3B%3BAAIzD%2CQAH0B%3BEAC1B%2C0BAA2B%2CaAAa%3BIAAgB%2C0BAAA%3BIAA4B%2CcAAA%3BIAAgB%2C6BAAA%3BIAA%2BB%2CiBAAA%3B%3B%3BAAEnI%2C0BAA2B%2CkBAAiB%2CYAAa%2CcAAc%3BEAAqB%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CkCAAA%3BEAAoC%2CoBAAA%3B%3BAACzL%2CUAAW%2CsBAAsB%3BAAAa%2CUAAW%2CsBAAsB%3BEAAa%2CgBAAA%3B%3BAAC5F%2C0BAA2B%2CkBAAkB%2CgBAAgB%2CSAAQ%3BAACrE%2C0BAA2B%2CkBAAkB%2CgBAAgB%3BEAAe%2CwBAAA%3B%3BAAI5E%2CQAH2B%3BEAC1B%2CqBAAsB%2CaAAa%3BIAAoB%2CyBAAA%3BIAA2B%2CQAAA%3BIAAU%2CsBAAA%3BIAAwB%2C2BAAA%3BIAA6B%2CsBAAA%3BIAAwB%2CWAAW%2CqBAAX%3BIAA4C%2CmBAAmB%2CqBAAnB%3BIAAoD%2C2BAAA%3B%3B%3BAAM1Q%2CQAJ0B%3BEAC1B%2C0BAA2B%2CaAAa%3BIAAmB%2CoCAAA%3B%3BEAC3D%2C0BAA2B%2CaAAY%2CcAAe%3BIAAiB%2CwBAAA%3B%3B%3BAAEvE%2CYAAa%2CUAAY%2CSAAM%3BEAAQ%2C0BAAA%3BEAA4B%2CcAAA%3B%3BAACnE%2CYAAa%3BEAAK%2CgBAAA%3B%3BAAClB%2CYAAa%2CYAAY%2CUAAY%3BAAAQ%2CSAAY%2CUAAU%3BEAAS%2C8BAAA%3B%3BAAC5E%2CUAAW%3BEAAc%2C2BAAA%3B%3BAACzB%2CUAAW%2CYAAW%3BEAAQ%2C0BAAA%3B%3BAAC9B%2CcAAe%3BAAA4B%2CcAAe%3BEAAmC%2CgBAAA%3B%3BAAC7F%2CiCAAkC%2CUAAU%2CsBAAwB%2C%2BBAA4B%3BEAAmB%2CoBAAA%3B%3BAACnH%2C4BAA4B%2CgBAAiB%3BEAAU%2C6BAAA%3B%3BAACvD%2CUAAW%2CyBAAyB%2CwBAAwB%2CgCAAgC%3BEAAY%2C2BAAA%3B%3BAACxG%2CUAAW%2CaAAY%2CuBAAwB%2CmBAAmB%2CgCAA%2BB%3BEAAiB%2C2BAAA%3B%3BAAClH%2CUAAW%2CaAAY%2CuBAAwB%2CmBAAmB%3BEAAkC%2C0BAAA%3B%3BAACpG%2CeAAgB%2CUAAU%2CQAAO%3BAAAS%2CeAAgB%2CUAAU%2CQAAO%3BEAAU%2C0BAAA%3BEAA4B%2CqBAAA%3BEAAuB%2C2BAAA%3BEAA6B%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2C8BAAA%3BEAAgC%2CsBAAA%3BEAAmC%2CWAAA%3BEACxR%2CsBAAA%3BEAAmC%2CiBAAA%3B%3BAACpC%2CeAAgB%2CUAAU%2CQAAO%3BEAAU%2CWAAA%3BEAAwB%2C0BAAA%3B%3BAACnE%2CeAAgB%2CUAAU%2CQAAO%3BEAAU%2CqBAAA%3BEAAuB%2CyBAAA%3B%3BAAClE%2CeAAgB%2CgBAAgB%2CcAAc%3BAAAI%2CeAAgB%2CgBAAgB%2CcAAc%3BEAAK%2C0BAAA%3B%3BAACrG%2CeAAgB%2CgBAAgB%2CcAAc%2CGAAK%2CKAAK%3BEAAK%2CqBAAA%3B%3BAAC7D%2CUAAW%2CgCAA%2BB%2CsBAAsB%3BEAA0B%2CqBAAA%3B%3BAAC1F%2C%2BBAA%2BB%3BEAA0B%2CyBAAA%3B%3BAACzD%2CqBAAsB%2CaAAa%3BEAAe%2C6BAAA%3B%3BAAClD%3BEAAkB%2CsBAAA%3BEAAwB%2CoBAAA%3B%3BAAC1C%2CWAAY%3BAAAS%2CWAAY%3BAAAY%2CmBAAoB%2CGAAE%3BEAAgB%2C6BAAA%3B%3BAACnF%2CmBAAoB%2CGAAE%3BEAAgB%2C6BAAA%3BEAA%2BB%2C%2BBAAA%3BEAAiC%2C0BAAA%3BEAA4B%2CSAAA%3B%3BAAClI%2CWAAY%2CcAAc%3BEAAa%2C2BAAA%3B%3BAACvC%3BEAAgB%2C6BAAA%3BEAA%2BB%2CwBAAA%3B%3BAAC%5C%2FC%3BAAAe%2CmBAAoB%3BEAAW%2CyBAAA%3BEAAsC%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAACjH%2CWAAY%2C%2BBAA%2BB%2CYAAY%2CMAAM%2CGAAG%2CGAAE%3BEAAY%2CkBAAA%3B%3BAAC9E%2CuBAAwB%2C0BAAyB%3BEAAgC%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAAC7G%2CWAAY%2C%2BBAA%2BB%2CYAAY%2CMAAM%3BAAAI%2CWAAY%2C%2BBAA%2BB%2CYAAY%2CMAAM%3BEAAK%2CyBAAA%3B%3BAACnI%2CmBAAoB%2CSAAS%3BEAAK%2CyBAAA%3BEAAsC%2C6BAAA%3BEAA%2BB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAACxH%2CWAAY%3BAAAgC%3BEAA0B%2C2BAAA%3B%3BAACtE%2CaAAc%3BEAAM%2CeAAA%3B%3BAACpB%2CmBAAoB%2CSAAQ%2CIAAI%3BEAAkB%2C8BAAA%3B%3BAAClD%2CmBAAoB%3BEAAc%2CoBAAA%3B%3BAAClC%2CeAAgB%2CiBAAiB%2CQAAQ%2CIAAG%3BEAAS%2CWAAW%2CUAAX%3BEAAkC%2CmBAAmB%2CUAAnB%3BEAA0C%2CeAAe%2CUAAf%3B%3BAACjI%2CUAAW%2CyBAAyB%2CQAAO%3BEAAW%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAAClF%2CUAAW%2CaAAa%2CqBAAqB%2COAAM%3BEAAgB%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAAChG%2CeAAgB%2CUAAU%2CQAAO%3BAAAS%2CeAAgB%2CUAAU%2CQAAO%3BEAAU%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAAClH%2CUAAW%2CgCAAgC%3BEAAY%2C8BAAA%3B%3B%3B%3B%3B%3B%3B%3BAAQvD%2CgBAAiB%3BAAAiB%2CQAAQ%2CIAAI%3BAAAkB%2CgBAAiB%3BEAAW%2CwBAAA%3B%3BAAC5F%2CgBAAiB%2CkBAAkB%3BEAAS%2CaAAA%3BEAAe%2CeAAA%3BEAAiB%2C4BAAA%3B%3BAAC5E%2CgBAAiB%2CkBAAkB%3BEAAQ%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CuBAAA%3B%3BAAC5F%2CgBAAiB%3BEAAqB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAACxD%2CgBAAiB%2CmBAAmB%3BEAAM%2CcAAA%3BEAAgB%2CcAAA%3BEAAgB%2C%2BBAAA%3BEAAgC%2CuCAAA%3BEAAwC%2CkCAAA%3BEAAmC%2CmCAAA%3B%3BAACrL%2CgBAAiB%2CkBAAkB%2CMAAK%2CMAAO%2CmBAAmB%3BEAAM%2CmBAAmB%2CUAAnB%3BEAA%2BB%2CeAAe%2CUAAf%3BEAA2B%2CcAAc%2CUAAd%3BEAA0B%2CWAAW%2CUAAX%3B%3BAAC5J%2CgBAAiB%3BEAAiB%2C0BAAA%3BEAA4B%2C4BAAA%3BEAA8B%2CyBAAA%3BEAA2B%2CcAAA%3BEAAgB%2C8BAAA%3B%3BAACvI%2CgBAAiB%3BEAAqB%2C8BAAA%3B%3BAACtC%2CgBAAiB%3BEAAgB%2C0BAAA%3BEAA4B%2CyBAAA%3B%3BAAC7D%2CgBAAiB%3BEAAgB%2C0BAAA%3BEAA4B%2CiBAAA%3B%3BAAC7D%2CgBAAiB%3BEAAkB%2CqBAAA%3BEAAuB%2CoBAAA%3BEAAsB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CeAAA%3BEAAiB%2CsBAAA%3BEAAwB%2C8BAAA%3BEAAgC%2C0BAAA%3B%3BAAC7L%2CgBAAiB%2CgBAAgB%3BEAAiB%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAC9E%2CgBAAiB%2CgBAAgB%3BEAAgB%2C0BAAA%3BEAA4B%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3BEAAc%2C8BAAA%3B%3BAACvH%2CiBAAkB%2CaAAa%2CWAAU%3BAAAQ%2CgBAAiB%2CcAAc%2CWAAU%3BEAAS%2CSAAS%2CGAAT%3BEAAyB%2CeAAA%3B%3BAAC5H%2CgBAAiB%2CcAAc%2CWAAU%2CkBAAmB%3BAAAQ%2CgBAAiB%2CcAAc%2CWAAW%3BAAC9G%2CgBAAiB%2CcAAc%2CWAAU%2CmBAAoB%3BAAAQ%2CiBAAkB%2CoBAAoB%3BAAAQ%2CiBAAkB%2CoBAAoB%3BEAAS%2CaAAA%3B%3BAAClK%2CgBAAiB%3BEAAe%2C2BAAA%3B%3BAAChC%2CYAAa%2CiBAAiB%2CaAAa%3BAAAmB%2CWAAY%2CiBAAiB%3BAAAW%2CqBAAsB%2CoBAAoB%3BEAAoB%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CqBAAA%3BEAAuB%2CgCAAA%3BEAAkC%2CwCAAA%3BEAA0C%2CoBAAA%3BEAAsB%2CkBAAA%3B%3BAACtV%2CgBAAiB%2CaAAa%2CkBAAiB%3BAAAQ%2CgBAAiB%2CUAAS%3BAAAQ%2CqBAAsB%2CoBAAoB%2CkBAAiB%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CyBAAA%3BEAA2B%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2COAAA%3B%3BAACjQ%2CgBAAiB%3BEAAmB%2C2BAAA%3B%3BAACpC%2CgBAAiB%2CWAAW%3BEAAY%2CkBAAA%3BEAAoB%2C6BAAA%3BEAA%2BB%2CUAAA%3BEAAY%2CeAAA%3BEAAiB%2C4BAAA%3B%3BAAExH%2CiBAAkB%3BEAAkB%2CgBAAA%3B%3BAACpC%2CiBAAkB%3BEAA4B%2CkBAAA%3B%3BAAC9C%2CiBAAkB%3BEAAkB%2CcAAA%3B%3BAACpC%2CiBAAkB%2CgBAAgB%3BEAAM%2CcAAA%3B%3BAACxC%2CiBAAkB%3BEAAkB%2CoBAAA%3B%3BAACpC%2CiBAAkB%3BEAAQ%2C6BAAA%3BEAA0C%2C%2BBAAA%3BEAAiC%2C8BAAA%3B%3BAAErG%2CgBAAgB%3BEAAU%2CwBAAA%3BEAA0B%2CyBAAA%3BEAA2B%2CwBAAA%3B%3BAAC%5C%2FE%2CgBAAiB%3BEAAS%2CkBAAA%3B%3BAAC1B%2CgBAAgB%2CQAAS%3BEAAS%2CsBAAA%3B%3BAAClC%2CQACC%2CiBAAgB%2CSAAU%3BEAAe%2CwBAAA%3B%3BAAD1C%2CQAEC%2CiBAAgB%2CSAAU%3BEAAQ%2C0BAAA%3BEAA4B%2CsBAAA%3BEAAmC%2CoBAAA%3BEAAsB%2CgCAAA%3BEAA6C%2CiCAAA%3BEAAmC%2CuBAAA%3BEAAyB%2C4BAAA%3B%3BAAFjO%2CQAGC%2CiBAAgB%2CSAAU%2CQAAO%3BEAAU%2CqBAAA%3BEAAuB%2CmBAAA%3BEAAqB%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2CuBAAA%3B%3BAAHrI%2CQAIC%2CiBAAgB%2CSAAU%2CQAAO%2COAAO%3BEAAS%2CYAAA%3B%3BAAJlD%2CQAKC%2CiBAAgB%2CSAAU%2CQAAO%2COAAO%3BEAAU%2CaAAa%2C2SAAb%3BEAA0T%2CiCAAA%3BEAAmC%2CqBAAA%3BEAAuB%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2C4BAAA%3B%3BAALxd%2CQAMC%2CgBAAgB%3BEAAY%2CsBAAA%3BEAAwB%2C2BAAA%3B%3BAANrD%2CQAOC%2CgBAAgB%3BEAAU%2C6BAAA%3BEAA%2BB%2C2BAAA%3B%3BAAP1D%2CQAQC%2CuBAAuB%2CMAAM%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAAR1E%2CQASC%2CgBAAgB%2CQAAQ%3BEAAW%2C0BAAA%3BEAA4B%2CmBAAA%3BEAAqB%2C8BAAA%3B%3BAATrF%2CQAUC%2CgBAAgB%2COAAO%2CMAAK%2CIAAI%3BEAAkB%2CmBAAA%3B%3BAAVnD%2CQAWC%2CqBAAqB%3BAAXtB%2CQAW0B%2CkBAAkB%3BEAAK%2C2BAAA%3BEAA6B%2CqBAAA%3BEAAuB%2CoBAAA%3B%3BAAXrG%2CQAYC%2CqBAAqB%2CGAAG%3BAAZzB%2CQAY6B%2CkBAAkB%2CGAAG%3BEAAK%2C2BAAA%3BEAA6B%2CqBAAA%3BEAAuB%2C2BAAA%3B%3BAAZ3G%2CQAaC%2CqBAAqB%2CGAAG%2CGAAE%3BAAb3B%2CQAa0C%2CkBAAkB%2CGAAG%2CGAAE%3BEAAgB%2CoBAAA%3B%3BAAbjF%2CQAcC%2CqBAAqB%2CEAAE%3BEAAO%2CYAAA%3B%3BAAd%5C%2FB%2CQAeC%2C0BAA0B%3BEAAa%2CiCAAA%3BEAAmC%2C0BAAA%3BEAA4B%2CiCAAA%3BEAAmC%2CkBAAA%3B%3BAAf1I%2CQAgBC%2C0BAA0B%2CWAAU%3BEAAU%2CaAAa%2C4SAAb%3BEAA2T%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CeAAA%3B%3BAAhBvY%2CQAiBC%2C0BAA0B%3BEAAc%2C6BAAA%3BEAA%2BB%2CWAAA%3B%3BAAjBxE%2CQAkBC%2COAAM%3BEAAc%2CeAAA%3B%3BAAlBrB%2CQAmBC%2CqBAAqB%3BEAAS%2CyBAAA%3B%3BAAnB%5C%2FB%2CQAoBC%2CqBAAqB%3BEAAS%2CwBAAA%3B%3BAApB%5C%2FB%2CQAqBC%2CqBAAqB%3BEAAQ%2CkBAAA%3B%3BAArB9B%2CQAsBC%2CqBAAqB%2CMAAK%3BEAAiB%2CoBAAA%3BEAAsB%2CgCAAA%3BEAA6C%2CiCAAA%3B%3BAAtB%5C%2FG%2CQAuBC%2CqBAAqB%3BEAAW%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CQAAA%3BEAAU%2CWAAA%3BEAAa%2CkBAAA%3B%3BAAvBtF%2CQAwBC%2CqBAAqB%2CSAAS%3BEAAa%2CqBAAA%3BEAAuB%2CwCAAA%3BEAA0C%2CoBAAA%3B%3BAAxB7G%2CQAyBC%2CqBAAqB%2CSAAS%2CWAAW%3BEAAQ%2CeAAA%3B%3BAAzBlD%2CQA0BC%2CqBAAqB%2CSAAS%2CWAAW%3BEAAQ%2CwBAAA%3B%3BAAElD%2CyBAA0B%3BEAAW%2CoBAAA%3B%3BAAErC%2CiBAAkB%2CaAAa%3BEAAa%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CyBAAA%3B%3BAACrG%2CiBAAkB%2CaAAa%2CWAAU%3BEAAS%2CSAAS%2CGAAT%3BEAAyB%2C0BAAA%3B%3BAAC3E%2CiBAAkB%3BEAAqB%2C8BAAA%3B%3BAACvC%2CiBAAkB%2CmBAAmB%3BEAAM%2CcAAA%3B%3BAAC3C%2CiBAAkB%3BEAAkB%2C8BAAA%3B%3BAACpC%2CiBAAkB%3BEAAmB%2C0BAAA%3BEAA4B%2C4BAAA%3B%3BAAEjE%2CgBAAgB%3BEAAY%2CyBAAA%3BEAA2B%2CoBAAA%3BEAAsB%2CwBAAA%3BEAA0B%2C8BAAA%3B%3BAACvG%2CgBAAgB%2CSAAU%3BEAAQ%2CsBAAA%3BEAAmC%2CoBAAA%3BEAAsB%2CuBAAA%3BEAAyB%2C4BAAA%3BEAA8B%2CuCAAA%3B%3BAAClJ%2CgBAAgB%2CSAAU%2CQAAO%3BEAAU%2CqBAAA%3B%3BAAC3C%2CgBAAgB%2CSAAU%2CaAAa%3BEAAS%2CwBAAA%3B%3BAAChD%2CgBAAgB%2CSAAU%2CQAAO%3BEAAU%2CiBAAA%3BEAAmB%2CmBAAA%3B%3BAAE9D%3BEAAsB%2CsBAAA%3BEAAmC%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CqBAAA%3BEAAuB%2CoBAAA%3BEAAsB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CeAAA%3BEAAiB%2C8BAAA%3BEAAgC%2CsCAAA%3BEAAwC%2CmBAAA%3BEAAqB%2C2BAAA%3B%3BAACjT%2CmBAAoB%3BEAAa%2CqBAAA%3BEAAkC%2CoBAAA%3BEAAiC%2CwBAAA%3BEAA0B%2C2BAAA%3BEAA6B%2CmCAAA%3BEAAqC%2COAAA%3BEAAS%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CmBAAA%3BEAAqB%2CeAAA%3B%3BAAC5P%2CmBAAoB%2CWAAU%2CaAAc%3BEAAI%2CWAAA%3BEAAwB%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CoCAAA%3BEAAsC%2CyBAAA%3BEAAsC%2C4BAAA%3BEAA8B%2CkBAAA%3BEAAoB%2CkBAAA%3B%3BAAC%5C%2FP%2CmBAAoB%3BEAAoB%2COAAA%3BEAAS%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CuBAAA%3BEAAyB%2C%2BBAAA%3BEAAiC%2CkBAAA%3B%3BAACzI%2CmBAAoB%2CWAAU%3BEAAmB%2COAAA%3BEAAS%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CyBAAA%3BEAA2B%2CiCAAA%3B%3BAACnH%2CmBAAoB%2CWAAU%2CgBAAiB%3BEAAS%2CwBAAA%3B%3BAACxD%3BAAAsB%3BAAAkB%3BAAAkB%3BEAAmB%2C6BAAA%3BEAA0C%2C4BAAA%3BEAA8B%2C2BAAA%3B%3BAACrJ%2CoBAAqB%3BAAAQ%2CgBAAiB%3BEAAS%2C2BAAA%3B%3BAACvD%2CoBAAqB%2CaAAa%3BAAAQ%2CgBAAiB%2CaAAa%3BEAAS%2CoBAAA%3B%3BAACjF%2CgBAAiB%3BAAAI%2CoBAAqB%2CaAAa%3BEAAS%2C0BAAA%3BEAA4B%2CoCAAA%3B%3BAAC5F%2CoBAAqB%2CoBAAoB%3BEAAM%2CeAAA%3B%3BAAE%5C%2FC%3BEAA0B%2CqBAAA%3BEAAuB%2C8BAAA%3BEAAgC%2C2BAAA%3B%3BAAAjF%2CuBACC%2CSAAS%3BAADV%2CuBACa%2CSAAS%3BEAAI%2C2BAAA%3BEAA6B%2C2BAAA%3BEAA6B%2C0BAAA%3B%3BAAClF%2CuBADD%2CSAAS%2CEACP%3BAAAD%2CuBADW%2CSAAS%2CEACnB%3BAAAS%2CuBADX%2CSAAS%2CEACG%3BAAAD%2CuBADC%2CSAAS%2CEACT%3BEAAS%2CqBAAA%3BEAAuB%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2CeAAA%3B%3BAAF1F%2CuBAIC%2CSAAS%2CEAAC%3BEAAS%2CaAAa%2C4SAAb%3BEAA2T%2CiBAAA%3B%3BAAJ%5C%2FU%2CuBAKC%2CSAAS%2CEAAC%3BEAAU%2CaAAa%2C2SAAb%3BEAA0T%2CkBAAA%3B%3BAAG%5C%2FU%2CgBAAiB%2CaAAa%3BEAAS%2C0BAAA%3B%3BAACvC%3BEAAmB%2C8BAAA%3B%3BAACnB%2CgBAAiB%3BAAAO%2CoBAAqB%2CeAAe%3BEAAgB%2CYAAA%3BEAAyB%2C2BAAA%3B%3BAACrG%2CgBAAiB%2CMAAK%3BAAAe%2CoBAAqB%2CeAAe%2CcAAa%3BEAAgB%2C0BAAA%3B%3BAACtG%2CgBAAiB%2CMAAM%3BEAAI%2CcAAA%3B%3BAAC3B%2CgBAAiB%2CMAAM%2CEAAE%3BEAAgB%2C8BAAA%3BEAAgC%2CcAAA%3B%3BAACzE%2CgBAAiB%2CMAAM%2CEAAE%3BEAAS%2CcAAA%3BEAAgB%2CoBAAA%3B%3BAAClD%2CiBAAkB%2CaAAa%2CWAAW%3BEAAS%2C2BAAA%3B%3BAAEnD%2CoBAAqB%3BEAAiB%2CoBAAA%3B%3BAACtC%2CoBAAqB%2CeAAe%3BEAAgB%2CqBAAA%3BEAAuB%2C2BAAA%3B%3BAAC3E%2CoBAAqB%2CeAAe%2CcAAc%3BEAAwB%2C%2BBAAA%3B%3BAAC1E%2CoBAAqB%2CeAAe%2CcAAc%3BEAAyB%2CYAAA%3B%3BAAE3E%3BEAAmB%2C4BAAA%3B%3BAACnB%2CaAAc%2CWAAW%3BEAAU%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2C8BAAA%3B%3BAAC5F%2CgBAAiB%2CcAAc%3BEAAU%2C0BAAA%3BEAA4B%2CiBAAA%3B%3BAACrE%2CgBAAiB%3BEAAY%2CiCAAA%3B%3BAAC7B%2CgBAAiB%3BEAAoB%2C2BAAA%3BEAA6B%2C6BAAA%3BEAA%2BB%2C8BAAA%3B%3BAACjG%2CgBAAiB%3BEAAa%2CqBAAA%3BEAAuB%2CoBAAA%3BEAAsB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CeAAA%3BEAAiB%2C8BAAA%3BEAAgC%2CsCAAA%3BEAAwC%2CmBAAA%3BEAAqB%2C2BAAA%3B%3BAAC7N%2CgBAAiB%3BEAAgB%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAC7D%2CgBAAiB%3BEAAY%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAEzD%3BEAAmB%2C4BAAA%3BEAA8B%2CwCAAA%3BEAA0C%2C2BAAA%3B%3BAAC3F%2CgBAAiB%2CUAAY%3BEAAU%2CoBAAA%3BEAAsB%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CcAAA%3BEAAgB%2C8BAAA%3B%3BAACtI%2CgBAAiB%2CMAAK%3BEAAoB%2C6BAAA%3B%3BAAC1C%2CgBAAiB%2CUAAU%2CMAAK%3BAAAe%2CgBAAiB%2CUAAU%2CMAAK%3BEAAwB%2C0BAAA%3BEAA4B%2CuBAAA%3BEAAyB%2C4BAAA%3BEAA8B%2C0BAAA%3B%3BAAC1L%2CgBAAiB%2CUAAU%2CMAAK%2CaAAa%3BAAC7C%2CgBAAiB%2CUAAU%2CMAAK%2CqBAAqB%3BAAAe%2CgBAAiB%2CSAAQ%3BEAAgB%2CqBAAA%3B%3BAAC7G%2CgBAAiB%3BEAAW%2CwBAAA%3BEAA0B%2C0BAAA%3BEAA4B%2CsBAAA%3B%3BAAClF%2CgBAAiB%2COAAO%3BEAAS%2CwBAAA%3B%3BAACjC%2CgBAAiB%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAAW%2CsBAAA%3B%3BAAC9D%2CgBAAiB%2CUAAY%2CSAAM%2CeAAgB%3BEAAW%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CcAAA%3B%3BAACtG%2CgBAAiB%2CUAAY%2CSAAM%2CeAAgB%2CSAAS%2CMAAK%3BEAAoB%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CQAAA%3B%3BAAClH%2CgBAAiB%3BEAAmB%2CmBAAA%3B%3BAACpC%2CgBAAiB%3BEAAe%2C2BAAA%3B%3BAAChC%2CgBAAiB%2COAAM%3BEAAkB%2C2BAAA%3B%3BAAEzC%2CYAAa%3BEAAmB%2CwBAAA%3BEAA0B%2CwBAAA%3BEAA0B%2CqBAAA%3B%3BAAEpF%2CqBAAsB%2CoBAAoB%3BEAAoB%2C8BAAA%3BEAAgC%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAChH%2CqBAAsB%2CoBAAoB%2CkBAAkB%3BEAAM%2CcAAA%3BEAAgB%2CcAAA%3BEAAgB%2C%2BBAAA%3BEAAgC%2CuCAAA%3BEAAwC%2CkCAAA%3BEAAmC%2CmCAAA%3B%3BAAC7M%2CqBAAsB%2CoBAAoB%2CMAAK%2CMAAO%2CkBAAkB%3BEAAM%2CmBAAmB%2CUAAnB%3BEAA%2BB%2CeAAe%2CUAAf%3BEAA2B%2CcAAc%2CUAAd%3BEAA0B%2CWAAW%2CUAAX%3B%3BAAClK%2CqBAAsB%2CoBAAoB%2CcAAc%3BEAAa%2C0BAAA%3B%3BAACrE%2CqBAAsB%2CoBAAoB%2CcAAc%3BAACxD%2CqBAAsB%2CoBAAoB%2CcAAc%2CWAAW%3BEAAI%2CyBAAA%3B%3BAACvE%2CqBAAsB%2CoBAAoB%2CcAAc%2CWAAU%3BEAAS%2CSAAS%2CGAAT%3BEAAyB%2C0BAAA%3B%3BAACpG%2CqBAAsB%2CoBAAoB%3BEAAiB%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2C2BAAA%3B%3BAACpH%2CqBAAsB%2CoBAAoB%2CcAAc%2CWAAU%2CaAAc%3BAAChF%2CqBAAsB%2CoBAAoB%2CcAAc%2CWAAU%2CmBAAoB%3BEAAS%2CwBAAA%3B%3BAAC%5C%2FF%2CqBAAsB%2CoBAAoB%3BEAAgB%2CmBAAA%3B%3BAAC1D%2CqBAAsB%2CoBAAoB%3BEAAmB%2C0BAAA%3BEAA4B%2CiBAAA%3B%3B%3B%3B%3BAAKzF%2CkBAAmB%3BEAAa%2CqBAAA%3BEAAuB%2C%2BBAAA%3BEAAiC%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAACzG%2CkBAAmB%2CWAAU%3BAAAQ%2CkBAAmB%2CWAAU%3BEAAS%2CwCAAA%3B%3BAAE3E%2CQAAS%2CcAAa%3BEAAgB%2C2BAAA%3B%3BAAEtC%2CuBACC%2CeAAe%2CcAAc%3BAAD9B%2CuBAC0C%2COAAM%2COAAO%2CoBAAqB%2CqBAAqB%2CcAAc%3BEAAa%2CsBAAA%3BEAAwB%2CcAAA%3BEAAgB%2CkBAAA%3B%3BAACnK%2CuBAAC%2CcAAe%3BAAA%2BB%2CuBAAC%2CcAAe%3BAAAgC%2CuBAAC%2CcAAe%2C0BAAyB%2C6BAA8B%3BAAFvK%2CuBAGC%2CiBAAiB%2CeAAe%3BAAHjC%2CuBAGsC%2CiBAAiB%2CUAAU%2COAAO%3BAAHxE%2CuBAG6E%2CiBAAiB%2CUAAU%2COAAO%3BEAAM%2CWAAA%3B%3BAAErH%2CkBACC%2CaAAY%3BEAAiB%2C6CAAA%3BEAAuD%2CqDAAA%3B%3BAADrF%2CkBAEC%2CiBAAgB%2CuBAAwB%2CgBAAgB%3BEAAS%2CeAAA%3B%3BAAFlE%2CkBAGC%2CiBAAgB%2CuBAAwB%3BEAAqB%2CeAAA%3B%3BAAH9D%2CkBAIC%3BEAAe%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAAJpC%2CkBAMC%3BEAAe%2CmCAAA%3BEAAqC%2C2BAAA%3B%3BAACjD%2CkBAAC%2CgBAAiB%3BEAAe%2CUAAA%3B%3BAAPrC%2CkBAQI%3BEAAsB%2CwBAAA%3B%3BAAR1B%2CkBASI%2CSAAQ%2CKAAK%3BEAAY%2C6BAAA%3B%3BAAT7B%2CkBAWC%3BEAAoB%2CeAAA%3B%3BAAXrB%2CkBAYC%2CiBAAiB%2CeAAe%3BAAZjC%2CkBAaC%2CkBAAkB%2CcAAc%2CEAAE%3BAAbnC%2CkBAawC%2CkBAAkB%2CoBAAmB%2CaAAc%2CEAAE%3BEAAM%2CWAAA%3B%3BAAbnG%2CkBAeC%3BEAAmB%2CSAAA%3B%3BAAGpB%2CkBAAmB%2CGAAE%3BEAAgB%2CeAAA%3B%3BAACrC%2CoBAAqB%2CcAAc%3BEAAK%2CqBAAA%3B%3BAACxC%2CoBAAqB%2CcAAc%3BEAAK%2CqBAAA%3BEAAuB%2CmBAAA%3B%3BAAE%5C%2FD%2C6BAA8B%2CiBAAmB%2CWAAS%3BEAAU%2CwBAAA%3BEAA0B%2C0BAAA%3B%3BAAC9F%2CYAAY%2CQAAS%3BEAAiB%2CaAAA%3B%3BAAEtC%2CcAAe%2CWAAa%3BEAAO%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAAC%5C%2FD%2CcAAc%2CaAAc%2CaAAe%3BEAAS%2C2BAAA%3B%3BAACpD%2CKAAK%2CcAAc%2CaAAc%2CqBAAqB%3BAAAQ%2CKAAK%2CcAAc%2CaAAc%2CqBAAqB%3BEAAS%2C2BAAA%3B%3B%3B%3B%3BAAK7H%2CwBAAyB%2CeAAc%2COAAQ%2CcAAa%3BEAAgB%2CcAAA%3BEAAgB%2C2BAAA%3BEAA6B%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2CoBAAA%3B%3BAACrK%2CwBAAyB%2CQAAO%2CIAAI%2CgBAAiB%3BEAAgB%2CYAAA%3BEAAc%2CkBAAA%3B%3BAACnF%2CwBAAyB%3BEAAkB%2CoBAAA%3B%3BAAC3C%2CwBAAyB%2CeAAc%2COAAQ%2CuBAAuB%2CoBAAmB%2COAAQ%2CgBAAgB%2CUAAU%2CQAAO%3BAAClI%2CwBAAyB%2CeAAe%2CgBAAgB%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%2CUAAU%2CQAAO%3BEAAa%2C0BAAA%3BEAA4B%2CeAAA%3B%3BAAC3K%2CwBAAyB%2CSAAQ%3BEAAU%2CkBAAA%3BEAAoB%2CiBAAA%3B%3BAAC%5C%2FD%2CwBAAyB%2CSAAS%2COAAO%2CQAAO%2CKAAK%3BAAAS%2CwBAAyB%2CSAAS%2COAAO%2CQAAO%2CSAAS%3BEAAU%2C0BAAA%3B%3BAACjI%2CwBAAyB%3BEAAe%2CoBAAA%3B%3BAACxC%2CwBAAyB%2CUAAY%3BEAAe%2C8BAAA%3B%3BAACpD%2CwBAAyB%3BEAAY%2CkBAAA%3B%3BAACrC%2CwBAAyB%3BEAAiB%2CSAAA%3B%3BAAC1C%2CwBAAyB%2CeAAe%3BEAAgB%2CiBAAA%3B%3BAACxD%2CwBAAyB%2CeAAe%2CcAAa%3BEAAgB%2CgBAAA%3B%3BAACrE%2CwBAAyB%2CeAAe%2CcAAc%3BEAAqB%2C%2BBAAA%3BEAAiC%2CuBAAA%3BEAAyB%2C2BAAA%3B%3BAACrI%2CwBAAyB%2CeAAe%2CcAAc%3BAACtD%2CwBAAyB%2CeAAe%2CcAAc%3BEAAa%2CkBAAA%3BEAAoB%2C0BAAA%3BEAA4B%2CsBAAA%3B%3BAACnH%2CwBAAyB%2CeAAe%2CcAAc%3BEAAa%2CgBAAA%3B%3BAACnE%2CwBAAyB%2CeAAe%2CcAAc%3BEAAwB%2CkBAAA%3B%3BAAC9E%2CwBAAyB%2CeAAe%2CyBAAyB%3BEAAyB%2C4BAAA%3BEAA8B%2CYAAA%3B%3BAACxH%2CwBAAyB%2CeAAe%3BEAA2B%2CsBAAA%3B%3BAACnE%2CwBAAyB%2CeAAe%2CuBAAuB%3BEAAuB%2CaAAA%3BEAAe%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CyBAAA%3BEAA2B%2CqBAAA%3BEAAuB%2C2BAAA%3B%3BAACxL%2CwBAAyB%2CeAAe%2CcAAc%2CWAAW%3BEAAsB%2CoBAAA%3BEAAsB%2CsBAAA%3BEAAwB%2CqBAAA%3B%3BAACrI%2CwBAAyB%2CeAAe%3BAACxC%2CwBAAyB%2CeAAe%2CmBAAmB%3BEAAI%2CeAAA%3BEAAiB%2C2BAAA%3B%3BAAChF%2CwBAAyB%2CeAAe%3BAACxC%2CwBAAyB%2CeAAe%3BEAAW%2CkBAAA%3B%3BAACnD%2CwBAAyB%2CeAAe%3BEAA2B%2CoBAAA%3B%3BAACnE%2CwBAAyB%2CeAAe%2CcAAc%3BEAAa%2CSAAA%3B%3BAACnE%2CwBAAyB%2CeAAe%2CoBAAoB%2CQAAQ%3BAACpE%2CwBAAyB%2CeAAe%2CoBAAoB%2CoBAAoB%3BEAAO%2CaAAA%3B%3BAACvF%2CwBAAyB%2CeAAe%2CcAAc%2CmBAAmB%3BAACzE%2CwBAAyB%2CeAAe%2CcAAc%2CmBAAmB%2CoBAAmB%3BEAAS%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2C2BAAA%3B%3BAACtI%2CwBAAyB%2CeAAe%2CcAAc%2CWAAW%3BEAAS%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAACtG%2CwBAAyB%2CeAAe%3BEAA0B%2CeAAA%3BEAAiB%2CcAAA%3B%3BAACnF%2CwBAAyB%2CeAAe%2CoBAAoB%2CQAAO%3BAACnE%2CwBAAyB%2CeAAe%2CoBAAoB%2COAAM%3BEAAe%2C6BAAA%3BEAA%2BB%2CmBAAA%3BEAAqB%2CiBAAA%3B%3BAACrI%2CwBAAyB%2CeAAe%2CoBAAoB%2COAAM%3BAAClE%2CwBAAyB%2CeAAe%2CoBAAoB%2CQAAO%2CQAAS%3BEAAO%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CuBAAA%3BEAAyB%2CaAAA%3B%3BAAC%5C%2FI%2CwBAAyB%2CeAAe%2CsBAAsB%2CmBAAmB%3BEAAU%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CmBAAA%3B%3BAAC5H%2CwBAAyB%2CeAAe%2CWAAU%3BEAAa%2CMAAA%3BEAAQ%2CQAAA%3B%3BAACvE%2CwBAAyB%2CeAAe%2CWAAU%3BEAAY%2CMAAA%3BEAAQ%2COAAA%3B%3BAACtE%2CwBAAyB%2CeAAe%2CeAAe%3BEAAW%2CcAAA%3B%3BAAClE%2CwBAAyB%2CeAAe%2CeAAe%2CSAAS%3BEAAmB%2CaAAA%3B%3BAACnF%2CwBAAyB%2CWAAU%2CIAAK%3BEAAM%2CgBAAA%3B%3B%3B%3B%3BAAK9C%2CGAAG%2C0BAA2B%3BEAAgB%2CSAAA%3B%3BAAC9C%2CGAAG%2C0BAA2B%3BEAAa%2C0BAAA%3BEAA4B%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAACnG%2CGAAG%2C0BAA2B%2CiBAAiB%2CGAAE%3BAACjD%2CGAAG%2C0BAA2B%2CiBAAiB%2CGAAE%2CWAAW%3BEAAkB%2CoBAAA%3BEAAsB%2CkCAAA%3B%3BAACpG%2CGAAG%2C0BAA2B%2CiBAAiB%2CGAAE%2CWAAY%2CEAAC%3BEAAa%2C0BAAA%3BEAA4B%2CyBAAA%3BEAA2B%2C2BAAA%3BEAA6B%2C0BAAA%3B%3BAAM%5C%2FJ%2CQAJ0B%3BEACzB%2CcAAe%2CeAAe%2CcAAa%2CIAAI%2CeAAe%2CUAAU%3BIAAS%2CyBAAA%3B%3B%3BAAGlF%3BEAAsB%2CyBAAA%3B%3BAAMtB%2CQAJ0B%3BEACzB%2CcAAc%2CoBAAqB%2CsBAAqB%2COAAO%3BIAAS%2C2BAAA%3BIAA6B%2CUAAA%3B%3B%3BAAGtG%3BEAA4B%2CyBAAA%3BEAA2B%2CaAAA%3B%3BAACvD%2CyBAA0B%3BEAAO%2CkBAAA%3B%3BAACjC%2CyBAA0B%2CKAAI%3BEAAW%2C0BAAA%3BEAA4B%2CkCAAA%3BEAAoC%2C8BAAA%3B%3BAACzG%2CyBAA0B%2CKAAK%3BEAAK%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAACvE%2CyBAA0B%2CKAAK%2CGAAG%3BEAAI%2CgBAAA%3B%3BAACtC%2CyBAA0B%2CKAAK%3BEAAI%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAACpE%2CyBAA0B%2CKAAK%2CEAAC%3BEAAS%2CYAAA%3B%3BAACzC%2CyBAA0B%2CKAAK%3BEAAI%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CSAAA%3B%3BAACvE%2CyBAA0B%2CKAAK%3BEAAM%2CkBAAA%3B%3BAACrC%2CyBAA0B%2CKAAK%3BEAAO%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CoDAAA%3BEAAsD%2C4CAAA%3B%3BAAE7H%3BEACI%3BIAAK%2CWAAW%2CaAAX%3B%3BEACL%3BIAAO%2CWAAW%2CiBAAX%3B%3B%3BAAEX%3BEACI%3BIAAK%2CWAAW%2CaAAX%3B%3BEACL%3BIAAO%2CWAAW%2CiBAAX%3B%3B%3BAAGX%3BEAAiB%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CQAAA%3BEAAU%2CcAAA%3BEAAgB%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CeAAA%3BEAAiB%2CuBAAA%3B%3BAAAzL%2CcACC%2CyBACC%3BEAAiB%2CaAAA%3B%3BAAFnB%2CcACC%2CyBAEC%3BEAAqB%2CWAAA%3BEAAa%2C6BAAA%3BEAA%2BB%2CkBAAA%3BEAAoB%2CyBAAA%3BEAA2B%2CqBAAA%3BEAAuB%2CsBAAA%3BEAAwB%2CyBAAA%3BEAA2B%2CoBAAA%3BEAAsB%2CiBAAA%3BEAAmB%2CaAAA%3BEAAe%2CgBAAA%3BEAAiB%2CwBAAA%3B%3BAAHrQ%2CcACC%2CyBAEC%2CmBACC%3BEAAoB%2CeAAA%3BEAAiB%2CwBAAA%3BEAA0B%2CcAAA%3BEAAgB%2CsBAAA%3BEAAwB%2CqBAAA%3BEAAuB%2CoBAAA%3BEAAsB%2CgBAAA%3B%3BAAJvJ%2CcACC%2CyBAEC%2CmBAEC%3BEAAoB%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2CcAAA%3BEAAgB%2CsBAAA%3BEAAwB%2CqBAAA%3BEAAuB%2CoBAAA%3B%3BAAKpJ%2CqBACC%3BEAAS%2CkBAAA%3BEAAoB%2CiBAAA%3BEAAmB%2C6DAAA%3B%3BAADjD%2CqBAEC%2COAAM%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2C2DAAA%3BEAA6D%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CMAAA%3BEAAQ%2COAAA%3B%3BAAFlJ%2CqBAGC%2CMAAK%2CMAAM%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CoDAAA%3BEAAsD%2CYAAA%3BEAAc%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CMAAA%3BEAAQ%2CQAAA%3B%3BAAH9I%2CqBAIC%2CMAAK%2CMAAM%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2C2DAAA%3BEAA6D%2CYAAA%3BEAAc%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2CYAAA%3B%3BAAJ7J%2CqBAKC%3BEAAO%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAALzC%2CqBAMC%2CKAAK%3BEAAQ%2CcAAA%3B%3BAANd%2CqBAOC%3BEAAQ%2CkBAAA%3B%3BAAPT%2CqBAQC%2CMAAK%3BEAAS%2CgBAAA%3B%3BAARf%2CqBASC%2CMAAK%3BEAAU%2CgBAAA%3B%3BAAThB%2CqBAUC%3BEAAO%2C0BAAA%3BEAA4B%2CoBAAA%3BEAAsB%2C2BAAA%3BEAA6B%2CoBAAA%3B%3BAAVvF%2CqBAWC%3BEAAI%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAAG1E%3BEAAiB%2CeAAA%3BEAAiB%2CuBAAA%3BEAAyB%2C%2BBAAA%3BEAAiC%2C2BAAA%3B%3BAAA5F%2CaACC%3BEAAkB%2CiBAAA%3BEAAmB%2CYAAA%3BEAAc%2CoBAAA%3BEAAsB%2CgBAAA%3BEAAkB%2C6BAAA%3BEAA%2BB%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAAC1I%2CaADD%2CgBACE%3BEAAS%2CgBAAA%3BEAAkB%2CwBAAA%3B%3BAAC5B%2CaAFD%2CgBAEE%3BEAAgB%2CgBAAA%3B%3BAAHnB%2CaAKC%3BEAAqB%2CyBAAA%3BEAA2B%2CaAAA%3BEAAe%2C4BAAA%3BEAA6B%2CoCAAA%3BEAAqC%2CgCAAA%3BEAAiC%2C6BAAA%3B%3BAACjK%2CaADD%2CmBACE%3BEAAS%2CkBAAA%3BEAAoB%2CsCAAA%3BEAAsC%2C8CAAA%3B%3BAANtE%2CaAQC%2CgBAAgB%3BEAAgB%2CYAAA%3BEAAc%2CkBAAA%3B%3BAAR%5C%2FC%2CaASC%2CgBAAe%2CMAAO%3BEAAgB%2CkBAAA%3B%3BAATvC%2CaAUC%3BAAVD%2CaAUqB%3BEAAkB%2CmBAAA%3B%3BAAVvC%2CaAWC%2CgBAAgB%3BEAAgB%2CgBAAA%3B%3BAAGjC%2CkBACC%3BEAA4B%2CeAAA%3B%3BAAD7B%2CkBAEC%3BEAAsB%2CeAAA%3B%3BAAFvB%2CkBAGC%3BEAAc%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2CUAAA%3B%3BAAHjD%2CkBAIC%2CYAAY%3BEAAK%2CaAAA%3B%3BAAJlB%2CkBAKC%2CYAAY%2CGAAG%3BEAAS%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CYAAA%3BEAAc%2CYAAA%3BEAAc%2CsBAAA%3BEAAmC%2CqBAAA%3BEAAuB%2C8BAAA%3BEAAgC%2CsCAAA%3BEAAwC%2CqBAAA%3BEAAuB%2CgBAAA%3B%3BAAL%5C%2FP%2CkBAMC%2CYAAY%2CGAAE%2CaAAc%3BEAAS%2CUAAA%3BEAAY%2CsBAAA%3BEAAmC%2C%2BBAAA%3B%3BAANrF%2CkBAOC%3BEAA6B%2C6CAAA%3B%3BAAE9B%3BEAAoB%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAAAxC%2CiBACC%3BEAAM%2CiBAAA%3BEAAmB%2CyBAAA%3BEAA2B%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2C%2BBAAA%3BEAAgC%2CuCAAA%3BEAAwC%2CkCAAA%3BEAAmC%2CmCAAA%3B%3BAACtO%2CiBAAC%2CMAAO%3BEAAM%2CmBAAmB%2CUAAnB%3BEAA%2BB%2CeAAe%2CUAAf%3BEAA2B%2CcAAc%2CUAAd%3BEAA0B%2CWAAW%2CUAAX%3B%3BAAFnG%2CiBAGC%3BEAAW%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CQAAA%3BEAAU%2CWAAW%2CkBAAX%3BEAA8B%2CmBAAmB%2CkBAAnB%3BEAAsC%2CeAAe%2CkBAAf%3BEAAkC%2CaAAA%3B%3BAAH5J%2CiBAIC%3BEAAK%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CsBAAA%3BEAAwB%2CSAAA%3B%3BAAJnG%2CiBAKC%3BEAAI%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CmBAAA%3B%3BAALxE%2CiBAMC%2CEAAC%3BEAAU%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2C6BAAA%3B%3BAAErE%3BEAAuB%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAAA3C%2CoBACC%3BEAAM%2CiBAAA%3BEAAmB%2CyBAAA%3BEAA2B%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2C%2BBAAA%3BEAAgC%2CuCAAA%3BEAAwC%2CkCAAA%3BEAAmC%2CmCAAA%3B%3BAACtO%2CoBAAC%2CMAAO%3BEAAM%2CmBAAmB%2CUAAnB%3BEAA%2BB%2CeAAe%2CUAAf%3BEAA2B%2CcAAc%2CUAAd%3BEAA0B%2CWAAW%2CUAAX%3B%3BAAFnG%2CoBAGC%3BEAAW%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CSAAA%3BEAAW%2CaAAA%3BEAAe%2CWAAW%2CqBAAX%3BEAAiC%2CmBAAmB%2CqBAAnB%3BEAAyC%2CeAAe%2CqBAAf%3B%3BAAH9I%2CoBAIC%3BEAAK%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAJ7F%2CoBAKC%3BEAAI%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAL5F%2CoBAMC%3BEAAI%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2C0BAAA%3B%3BAAExC%3BEAAoB%2CiBAAA%3BEAAmB%2CkBAAA%3B%3BAAAvC%2CiBACC%3BEAAsB%2CcAAA%3B%3BAADvB%2CiBAEC%3BEAAgB%2CiBAAA%3B%3BAAFjB%2CiBAEC%2CcACC%3BEAAK%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAAH1H%2CiBAEC%2CcAEC%3BEAAI%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CSAAA%3B%3BAAJtD%2CiBAEC%2CcAGC%3BEAAU%2C0BAAA%3BEAA4B%2CuCAAA%3BEAAyC%2C2BAAA%3B%3BAALjF%2CiBAEC%2CcAIC%2CQAAO%2CQAAQ%3BEAAS%2CiBAAA%3BEAAmB%2CeAAA%3B%3BAAI7C%3BEAAqB%2CYAAA%3B%3BAACrB%2CkBAAmB%3BEAAM%2CWAAA%3B%3BAAEzB%2CgBAAiB%2CGAAG%3BEAAS%2C8BAAA%3B%3BAAE7B%2CiBAAkB%3BEAAsB%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CsBAAA%3BEAAwB%2C6BAAA%3BEAA%2BB%2CaAAA%3BEAAe%2CyBAAA%3B%3BAAChJ%2CiBAAkB%2CoBAAoB%2CUAAU%3BEAAU%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAE7F%2C2BAA4B%2CSAAS%2CsBAAsB%3BEAAgB%2CyBAAA%3B%3BAAC3E%2C2BAA4B%2CSAAS%2CsBAAsB%3BEAAmB%2CwBAAA%3B%3BAAC9E%2C2BAA4B%2CSAAS%2CsBAAsB%2CgBAAgB%3BEAAuB%2CWAAA%3B%3BAAElG%2CmBAAoB%2CKAAK%3BEAAM%2CuBAAA%3BEAAyB%2CiBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CcAAA%3B%3BAAE5F%2CQAAS%3BEAAU%2C4BAAA%3B%3B%3B%3B%3BAAKnB%3BEAA0B%2CaAAA%3BEAAe%2CeAAA%3BEAAiB%2CuBAAA%3B%3BAAC1D%2CoBAAqB%3BEAAS%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAACnE%2CoBAAqB%2COAAM%3BEAAgB%2CeAAA%3B%3BAAC3C%2CoBAAqB%3BEAAY%2CyBAAA%3BEAA2B%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CmBAAA%3BEAAqB%2CaAAA%3BEAAe%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2C8BAAA%3B%3BAAC5K%2CoBAAqB%3BEAA0B%2CSAAA%3B%3BAAC%5C%2FC%2CoBAAqB%2CgBAAgB%3BEAAU%2CqBAAA%3BEAAuB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CqBAAA%3BEAAuB%2C4BAAA%3BEAA8B%2CeAAA%3BEAAiB%2CsBAAA%3B%3BAACvK%2CoBAAqB%2CgBAAgB%2CQAAO%3BEAAU%2CgBAAA%3BEAAkB%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CcAAA%3B%3BAACzG%2CoBAAqB%2CgBAAgB%2CQAAO%2COAAO%3BEAAU%2CSAAS%2COAAT%3B%3BAAC7D%2CoBAAqB%2CgBAAgB%2CQAAO%2CKAAK%3BEAAU%2CaAAa%2C0RAAb%3BEAAyS%2C4BAAA%3B%3BAACpW%2CoBAAqB%3BEAA0B%2CUAAA%3BEAAY%2CSAAA%3B%3BAAC3D%2CoBAAqB%2CgBAAgB%3BEAAQ%2CaAAA%3BEAAe%2CeAAA%3B%3BAAC5D%2CoBAAqB%2CgBAAgB%3BEAAS%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CkBAAA%3B%3BAACnG%2CoBAAqB%2CgBAAgB%3BEAAW%2COAAA%3B%3BAAChD%2CoBAAqB%2CgBAAgB%3BEAAuB%2CsBAAA%3BEAAwB%2CcAAA%3B%3BAACpF%2CoBAAqB%2CgBAAgB%3BEAA2B%2CsBAAA%3B%3BAAChE%2CoBAAqB%3BEAAqB%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CuBAAA%3BEAAyB%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2CqBAAA%3BEAAuB%2C4BAAA%3BEAA8B%2CmBAAA%3B%3BAACxO%2CoBAAqB%3BEAAsB%2CmBAAA%3B%3BAAC3C%3BEAAuB%2CaAAA%3B%3BAACvB%2CoBAAqB%3BAAAgB%2CoBAAqB%3BEAAgB%2CqBAAA%3B%3BAAC1E%2CoBAAqB%2CUAAS%3BEAAU%2CaAAa%2CoXAAb%3B%3BAACxC%2CoBAAqB%2CUAAU%3BEAAO%2CaAAA%3B%3BAACtC%2CoBAAqB%3BEAAmB%2CmBAAA%3B%3BAACxC%2CoBAAqB%3BAAAY%2CoBAAqB%3BEAAY%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CeAAA%3BEAAiB%2C8BAAA%3B%3BAACvH%2CoBAAqB%2CUAAU%3BEAAmB%2CSAAA%3B%3BAAClD%2CoBAAqB%2CSAAS%3BEAAS%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CwBAAA%3B%3BAACrE%2CoBAAqB%2CgBAAgB%3BEAAY%2CeAAA%3BEAAiB%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CkBAAA%3B%3BAAChH%2CoBAAqB%2CgBAAgB%3BEAAoB%2C4BAAA%3BEAA8B%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAACxG%2CoBAAqB%2CgBAAgB%2CaAAa%3BEAAS%2CaAAA%3B%3BAAC3D%2CoBAAqB%3BEAA4B%2CgBAAA%3B%3BAACjD%2CoBAAqB%2CeAAe%3BEAAW%2CgBAAA%3BEAAkB%2C0BAAA%3BEAA4B%2CiBAAA%3B%3BAAC7F%2CoBAAqB%3BEAAiB%2CyBAAA%3BEAA2B%2CaAAA%3B%3BAACjE%2CoBAAqB%2CgBAAgB%3BEAAe%2CkBAAA%3B%3BAACpD%2CoBAAqB%2CUAAU%2CiBAAiB%3BEAAS%2CgBAAA%3BEAAkB%2CeAAA%3B%3BAAC3E%2CoBAAqB%2COAAO%3BEAAU%2CyBAAA%3BEAA2B%2CYAAA%3BEAAc%2CmBAAA%3BEAAqB%2C%2BBAAA%3B%3BAACpG%2CoBAAqB%2CgBAAgB%2CcAAa%2CIAAI%3BEAAiB%2CaAAA%3B%3BAACvE%2CoBAAqB%2CgBAAgB%3BEAAgB%2CeAAA%3B%3BAACrD%2CoBAAqB%2CgBAAgB%2CcAAa%3BEAAiB%2CcAAA%3B%3BAACnE%2CoBAAqB%2CgBAAgB%2CcAAa%3BEAAc%2CiBAAA%3B%3BAAChE%2CoBAAqB%3BEAAyB%2CuBAAA%3BEAAyB%2CiBAAA%3B%3BAACvE%2CoBAAqB%3BEAAc%2CkBAAA%3BEAAoB%2CeAAA%3B%3BAACvD%2CoBAAqB%2CYAAY%3BEAAI%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CcAAA%3B%3BAAC3E%2CoBAAqB%2CYAAY%3BEAAI%2CeAAA%3BEAAiB%2CSAAA%3B%3BAACtD%2CoBAAqB%3BEAAoB%2CgBAAA%3BEAAkB%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2CMAAA%3BEAAQ%2COAAA%3BEAAS%2CWAAA%3BEAAa%2CYAAA%3B%3BAAC3H%2CoBAAqB%3BEAAU%2CkBAAA%3B%3BAAC%5C%2FB%2CoBAAqB%2CQAAO%2CMAAM%3BEAAU%2CeAAA%3BEAAiB%2CaAAA%3B%3BAAC7D%2CoBAAqB%2CMAAM%2CSAAQ%3BEAAW%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CmBAAA%3BEAAqB%2CYAAA%3BEAAc%2CqBAAA%3BEAAuB%2CmBAAA%3BEAAqB%2CeAAA%3B%3BAAClK%2CoBAAqB%2CMAAM%2CSAAQ%2CQAAS%3BEAAY%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CaAAA%3B%3BAAC3F%2CoBAAqB%2CMAAM%2CSAAQ%2CQAAS%2CSAAQ%2CQAAQ%3BEAAQ%2CmBAAA%3B%3BAACpE%2CoBAAqB%2CMAAM%2CSAAQ%2CQAAS%2CSAAQ%2CQAAQ%2CKAAM%3BEAAK%2CmBAAA%3B%3BAACvE%2CoBAAqB%2CMAAM%2CSAAQ%2CQAAS%2CSAAQ%2CQAAQ%2CKAAM%3BEAAS%2CgBAAA%3BEAAkB%2CgBAAA%3B%3B%3B%3B%3BAAK7F%2CeAAe%3BEAAkC%2CgBAAA%3B%3BAACjD%3BEAAc%2CkBAAA%3BEAAoB%2CiBAAA%3BEAAmB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CuBAAA%3B%3BAAEzF%2CaAAc%2CcAAc%2CiBAAiB%2CyBAAyB%3BEAAkB%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAC1G%2CaAAc%2CqBAAqB%2CiBAAiB%2CyBAAyB%3BEAAmB%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAAEjI%2CWAAY%3BEAAc%2CyBAAA%3B%3BAAE1B%2CgBAAiB%2CcAAc%3BAAAG%2CeAAgB%2C0BAA0B%3BEAAI%2CSAAA%3B%3BAAEhF%2CqBAAqB%3BAAAY%3BAAAiB%2CmBAAoB%3BAAAgB%2CQAAS%3BAAAW%2CaAAc%2COAAO%2CUAAS%2CSAAY%3BAAAS%2CaAAc%2COAAO%2CUAAS%2CSAAY%2CUAAU%3BAACjN%2CeAAgB%2CsBAAsB%2CMAAK%2CYAAa%3BAAAQ%2CsBAAuB%2CUAAS%2CSAAY%2CUAAU%3BAAAI%2CoBAAqB%2CaAAa%2CoBAAoB%2CQAAO%3BAAAQ%2CcAAe%2COAAO%2CkBAAkB%2CcAAc%2CUAAY%2CUAAU%3BAAAI%2CcAAe%3BAAAS%2CyBAA0B%3BAAAe%2CyBAA0B%3BAAAa%2CaAAc%2CeAAe%3BAAAW%2CmBAAoB%2CeAAe%3BAAClc%2CeAAe%3BAAAc%3BAAAa%2CYAAa%3BAAAgB%2CkBAAmB%2CcAAc%3BAAAgB%2CeAAgB%3BAAAU%2CSAAY%2CSAAS%2CSAAS%3BAAAI%2CSAAY%2CUAAU%2CSAAS%2CSAAS%3BEAAK%2CaAAA%3B%3BAACjO%2CcAAiB%3BAAAM%2CMAAS%3BAAAQ%2CeAAgB%2CQAAO%2CKAAQ%3BAAAM%2CeAAgB%2CQAAO%2COAAU%3BAAAM%3BAAAsB%2CSAAY%2CSAAM%2CSAAY%3BAAAQ%2CSAAY%2CUAAU%2CSAAM%2CSAAY%3BAAAQ%2CqBAAsB%2CmBAAqB%2CUAAQ%3BAACnR%2CiBAAkB%2CMAAK%2CMAAM%2COAAQ%3BAAAM%2CiBAAkB%2CMAAK%2CMAAM%2CQAAS%3BAAAM%2CKAAK%2CcAAe%2CKAAI%2CIAAK%3BAAAQ%2CqBAAsB%3BAAAqB%2CwBAAyB%2CsBAAwB%3BAAAQ%2CwBAAyB%2CUAAU%3BAAAS%2CwBAAyB%2COAAO%3BAAAS%2CSAAU%2CUAAS%2CMAAS%3BAAAQ%2CQAAS%2CQAAO%2CKAAM%2CSAAW%3BAAAQ%2CMAAM%2COAAQ%2COAAO%3BAAAQ%2CYAAa%3BAAC5a%2C0BAA2B%2CyBAAyB%2CUAAU%2CQAAO%3BAAAc%2CsBAAuB%2CUAAS%2CSAAY%3BAAAS%2CYAAa%2CuBAAuB%2COAAO%3BAAAQ%2CuBAAwB%3BAACnN%2C2BAA4B%2CsBAAsB%2CUAAY%3BAAAS%2CuBAAwB%2CoBAAoB%3BAAAa%2CcAAe%2CeAAe%2CKAAK%3BAACnK%2CeAAgB%2CeAAiB%2COAAK%3BAAAM%2CcAAe%2COAAO%2CkBAAkB%2CcAAc%2CUAAY%3BAAAS%2CMAAM%2CWAAY%3BAAAQ%2CcAAe%2CcAAc%3BAAAQ%2CYAAa%2CeAAe%2COAAO%3BAAAQ%2COAAO%2CKAAK%2CIAAI%3BAAAU%2CYAAa%2COAAM%2CQAAS%2CUAAU%3BAAAQ%2CYAAa%2CUAAU%3BAAAQ%2CcAAc%2CSAAU%2CcAAc%2CaAAa%3BAAC3X%2CwBAAyB%2CgBAAgB%3BAAAQ%2CcAAe%2CgBAAgB%3BAAAQ%2CoBAAqB%2CMAAK%3BAAAgB%2CoBAAqB%2CMAAM%3BAAAM%2CKAAQ%3BAAAS%2CMAAO%2CMAAM%3BAAAQ%2CMAAO%2CQAAO%2CKAAQ%3BAAAM%2CMAAO%2CQAAO%2CSAAY%3BAAAM%2CaAAc%2CcAAgB%3BAAAM%2CYAAa%2CcAAgB%3BAAAM%2CYAAa%2CcAAgB%3BAACzW%2C6BAAgC%3BAAAM%2CQAAS%2CQAAO%2COAAU%3BAAAM%2CiBAAkB%2CMAAK%2COAAQ%2CQAAO%2COAAU%3BAAAM%2CcAAe%2CQAAO%2COAAU%3BAAAM%2CSAAU%2CMAAM%2CQAAO%2COAAU%3BAAAM%2CaAAa%3BEAA0B%2CSAAA%3BEAAW%2CMAAM%2CgBAAN%3BEAAqB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAAE7V%2CYAAY%2CQAAQ%3BEAAS%2CwBAAA%3B%3BAAC7B%2CYAAY%3BEAAiB%2CmBAAA%3B%3BAAC7B%3BEAAe%2CoBAAA%3B%3BAACf%3BEAAe%2CYAAA%3BEAAc%2COAAA%3BEAAS%2CgBAAA%3B%3BAACtC%3BEAAe%2CUAAA%3BEAAY%2CYAAA%3B%3BAAC3B%3BAAAc%3BEAAe%2CSAAA%3BEAAW%2COAAA%3BEAAS%2CYAAA%3BEAAc%2CeAAA%3BEAAiB%2CQAAA%3BEAAU%2CMAAA%3BEAAQ%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CyDAAA%3BEAAwD%2CiDAAA%3B%3BAAC1L%2CYAAY%2CcAAe%3BEAAoB%2CeAAA%3B%3BAAC%5C%2FC%2CYAAY%2CcAAe%3BEAAoB%2CmBAAA%3BEAAqB%2CqBAAA%3BEAAuB%2CoBAAA%3BEAAsB%2CaAAA%3BEAAe%2C8BAAA%3BEAAgC%2C0BAAA%3BEAA4B%2CsBAAA%3B%3BAAC5L%2CYAAa%3BEAAoB%2CsBAAA%3BEAAwB%2CYAAA%3BEAAc%2C%2BBAAA%3B%3BAAIvE%2CQAH0B%3BEAC1B%2CYAAa%3BIAAoB%2CUAAA%3BIAAY%2CgBAAA%3BIAAkB%2CSAAA%3BIAAW%2CQAAA%3BIAAU%2CWAAA%3BIAAa%2CcAAA%3BIAAgB%2CWAAW%2CqBAAX%3BIAAiC%2CkBAAA%3B%3B%3BAAElJ%2CYAAa%3BAAAmB%2CYAAa%3BEAAoB%2CsBAAA%3BEAAwB%2C4CAAA%3BEAA0C%2CUAAA%3BEAAY%2CoBAAA%3B%3BAAC%5C%2FI%2CYAAY%2CcAAe%3BAAAe%2CYAAY%2CcAAe%3BEAAgB%2CYAAA%3BEAAc%2CcAAA%3B%3BAACnG%2CYAAa%3BEAAgB%2CsBAAA%3BEAAwB%2CiBAAA%3B%3BAACrD%2CYAAY%2CcAAe%3BEAAiB%2CgBAAA%3B%3BAAC5C%2CYAAa%3BAAAgB%2CYAAa%3BEAAgB%2CwBAAA%3B%3BAAK1D%2CQAJyB%3BEACzB%2CqBAAsB%3BIAAwB%2CaAAA%3BIAAe%2CmBAAA%3BIAAqB%2C6BAAA%3B%3B%3BAAGlF%2CMAAO%3BEAAS%2CYAAA%3BEAAc%2CoBAAA%3BEAAsB%2CcAAA%3BEAAgB%2CmBAAA%3BEAAqB%2CSAAA%3BEAAW%2CUAAA%3BEAAY%2CqBAAA%3BEAAuB%2CqBAAA%3BEAAuB%2CgBAAA%3B%3BAAE9J%3BEAAiB%2CyBAAA%3BEAA2B%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CoBAAA%3BEAAsB%2CeAAA%3BEAAiB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CuBAAA%3B%3BAAC5N%2CcAAc%2CMAAM%2CIAAI%2CWAAW%3BAAAQ%2CcAAc%2CMAAM%2CIAAI%2CWAAW%3BEAAS%2CsBAAA%3BEAAwB%2C0BAAA%3B%3BAAE%5C%2FG%3BEAAY%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CUAAA%3B%3BAACzC%2CSAAY%3BEAAI%2CsBAAA%3B%3BAAChB%2CSAAY%3BEAAS%2CSAAA%3B%3BAACrB%2CqBAAsB%3BEAAuB%2CkBAAA%3B%3BAAC7C%2CqBAAsB%2CqBAAqB%3BAAAQ%2CqBAAsB%2CqBAAqB%3BEAAW%2CmBAAA%3BEAAqB%2CoBAAA%3BEAAsB%2CmBAAA%3B%3BAACpJ%3BEAAuB%2CgBAAA%3B%3BAACvB%2CoBAAqB%3BEAAY%2CUAAA%3B%3BAACjC%2CoBAAqB%3BEAAY%2CUAAA%3B%3BAACjC%2CoBAAqB%3BEAAY%2CUAAA%3B%3BAACjC%2CoBAAqB%3BEAAY%2CUAAA%3B%3BAACjC%2CoBAAqB%3BEAAY%2CUAAA%3B%3BAACjC%2CoBAAqB%3BEAAQ%2CeAAA%3BEAAiB%2CcAAA%3BEAAgB%2CkBAAA%3B%3BAAC9D%2CoBAAqB%2CMAAK%2CcAAc%2CMAAS%2CQAAK%3BAACtD%2CoBAAqB%2CMAAK%2CcAAc%2CQAAW%2CQAAK%3BEAAU%2CUAAA%3B%3BAAClE%2CQAAS%2CgBAAgB%2CeAAiB%2COAAI%3BAAC9C%2CQAAS%2CgBAAgB%2CeAAc%3BEAAU%2CeAAA%3B%3BAACjD%2CQAAS%2CgBAAgB%3BEAAiB%2CgBAAA%3B%3BAAC1C%2CSAAY%3BEAAU%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAACxC%2CSAAY%2CUAAU%3BEAAK%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAACrF%2CSAAY%2CSAAM%2CSAAY%2CSAAM%3BAAAQ%2CSAAY%2CUAAU%2CSAAM%2CSAAY%2CSAAM%3BAAAQ%2CSAAY%2CSAAM%2CUAAa%2CSAAM%3BAAAQ%2CSAAY%2CUAAU%2CSAAM%2CUAAa%2CSAAM%3BEAAS%2CSAAS%2CGAAT%3BEAAc%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAACtP%3BAAAwB%2CKAAK%2CaAAa%2CMAAO%3BAAAkB%2CmBAAoB%3BAAAkB%2CSAAU%2CeAAc%3BAAAS%2CKAAK%2CSAAS%2CMAAO%3BEAAmB%2CcAAA%3B%3BAAClL%2CSAAY%2CSAAO%3BAAAa%2CSAAY%2CUAAU%2CSAAO%3BEAAc%2CgBAAA%3B%3BAAM3E%2CwBAJ0C%3BEAC1C%3BIAA6B%2CwBAAA%3B%3B%3BAAG7B%2CGAAG%3BEAAc%2CcAAA%3BEAAgB%2CeAAA%3B%3BAAEjC%2CaAAgB%3BEAAS%2CcAAA%3BEAAgB%2CgBAAA%3B%3BAACzC%2CmBAAoB%3BAAAO%2CYAAa%3BAAAO%2CkBAAmB%2CcAAc%3BEAAQ%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAAC1G%2CKAAK%2CcAAe%3BEAAgB%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAACrD%2CyBAA0B%3BAAAI%2CKAAK%2CcAAe%2CcAAc%3BAAAI%2CkBAAmB%2CeAAe%2CSAAS%2CcAAc%3BAAAI%2CgCAAiC%2CSAAS%2CcAAc%3BAAAI%2CcAAe%2CcAAc%3BEAAK%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CoBAAA%3B%3BAACzP%2CKAAK%2CcAAe%2CcAAc%3BEAAK%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAACzD%2CKAAK%2CcAAe%2CcAAc%3BEAAK%2CmBAAA%3B%3BAACvC%2CaAAc%2COAAO%3BEAAY%2CgBAAA%3B%3BAACjC%2CmBAAoB%3BAAAS%2CYAAa%3BAAAS%2CkBAAmB%2CcAAc%3BEAAU%2CkBAAA%3BEAAoB%2CiBAAA%3BEAAmB%2CmBAAA%3B%3BAACrI%2CeAAgB%2CwBAAwB%2CMAAQ%3BEAAQ%2CgBAAA%3B%3BAACxD%2CKAAK%2CcAAe%2CiBAAmB%3BAAAS%3BEAAe%2CqBAAA%3BEAAuB%2CqBAAA%3BEAAuB%2CmBAAA%3BEAAqB%2CkBAAA%3B%3BAAClI%2CKAAK%2CcAAe%2CMAAM%2CKAAI%3BEAAQ%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CkBAAA%3B%3BAACnG%2CKAAK%2CcAAe%3BEAAsB%2CcAAA%3BEAAgB%2COAAA%3BEAAS%2CeAAA%3BEAAiB%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CWAAA%3B%3BAAM%5C%2FH%2CQALyB%3BEACzB%2CKAAK%2CcAAe%2CcAAc%3BIAAmB%2CgBAAA%3B%3BEACrD%2CKAAK%2CcAAe%3BIAA2C%2CeAAA%3BIAAiB%2CmBAAA%3BIAAqB%2CeAAA%3BIAAiB%2CmBAAA%3BIAAqB%2CgBAAA%3BIAAkB%2CmBAAA%3BIAAqB%2CSAAA%3B%3B%3BAAGlL%2C%2BBAAgC%2CMAAM%3BEAAK%2CaAAA%3B%3BAAC3C%2C%2BBAAgC%2CMAAM%2CGAAE%3BEAAe%2CWAAA%3B%3BAAEvD%2CcAAc%3BEAAW%2CYAAA%3B%3BAACzB%3BEAAiB%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CQAAA%3B%3BAAChE%2CcAAe%3BEAAS%2CSAAA%3BEAAW%2CMAAM%2CgBAAN%3BEAAqB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAACrI%2CcAAe%3BEAAwB%2CqBAAA%3BEAAuB%2CqBAAA%3B%3BAAC9D%2CcAAe%3BEAAyB%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CaAAA%3BEAAe%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CoBAAA%3BEAAsB%2CSAAA%3BEAAW%2CqBAAA%3BEAAuB%2CUAAA%3B%3BAAC9P%2CcAAc%2CQAAS%3BEAAyB%2CcAAA%3B%3BAAChD%3BAAAoB%2CMAAO%2CSAAQ%3BEAAiB%2CkBAAA%3B%3BAAMpD%2CQAJ0B%3BEAC1B%2COAAO%2CQAAQ%2CoBAAqB%2CUAAU%3BIAAU%2CkBAAA%3B%3B%3BAAGxD%2CwBAAwB%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CYAAA%3BEAAc%2COAAA%3BEAAS%2CkBAAA%3BEAAoB%2CMAAA%3BEAAQ%2CWAAA%3B%3BAAClG%3BEAA2B%2CyBAAA%3BEAA2B%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAAE3H%2CQAAQ%3BEAAiB%2CgBAAA%3B%3BAACzB%2CQAAQ%2CcAAe%3BEAAe%2CsBAAA%3B%3BAACtC%2CKAAK%2CSAAS%2COAAQ%3BEAAmB%2CaAAA%3BEAAe%2CmBAAA%3B%3BAACxD%2CKAAK%2CSAAS%2COAAQ%3BEAAY%2CmBAAA%3B%3BAAClC%2CKAAK%2CSAAS%2COAAQ%2CiBAAmB%2CaAAW%2CQAAO%3BEAAQ%2CcAAA%3BEAAgB%2CiBAAA%3B%3BAAEnF%2CsBAAuB%3BEAAQ%2CeAAA%3B%3BAAC%5C%2FB%2CsBAAuB%2CMAAM%3BAAAG%2CsBAAuB%2CMAAQ%3BEAAS%2CkCAAA%3BEAAoC%2CcAAA%3BEAAgB%2CcAAA%3BEAAgB%2C0BAAA%3B%3BAAC5I%2CsBAAuB%2CMAAM%3BEAAa%2CmBAAA%3BEAAqB%2C6BAAA%3BEAA%2BB%2CcAAA%3B%3BAAE9F%3BEAAU%2CkBAAA%3B%3BAAEV%3BAAAiB%2CyBAA0B%2CsBAAsB%2CQAAO%3BAAAQ%3BAAAgB%3BAAAc%2CeAAgB%3BAAAyB%2CYAAa%3BAAAM%3BAAAmB%3BAAA4B%3BAAAQ%2C0BAA2B%3BAAAwB%2CcAAe%3BAAAY%2CoBAAqB%3BAAAY%2COAAO%2CQAAS%3BAAAI%2CcAAe%3BAAAe%2CqBAAsB%3BAAAe%2CYAAa%2CcAAc%3BEAAU%2CSAAA%3BEAAW%2CUAAA%3BEAAY%2CqBAAA%3B%3BAACne%3BAAAgB%2COAAQ%2CgBAAgB%2CKAAK%3BAAAM%2CyBAA0B%2CYAAW%3BAAAM%2CKAAK%2CcAAe%2CKAAI%2CIAAK%3BAAAa%2CQAAS%2CoBAAoB%2CKAAK%3BAAAa%2CyBAA0B%2COAAM%2CIAAK%3BAAAM%2CgCAAiC%2CKAAK%3BAAAM%2CMAAM%2CQAAS%2CSAAS%3BAAAM%2C0BAA2B%2CYAAW%3BAAAM%2CcAAe%2CeAAe%2CKAAK%2CKAAK%3BAAAa%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAAU%2CYAAY%3BAAAM%2CcAAc%2CSAAU%2CcAAc%2CYAAY%2CMAAK%3BAAAM%2CQAAS%2CgBAAgB%2CUAAU%2CQAAQ%2COAAM%2CIAAK%3BEAAO%2CkBAAA%3BEAAoB%2CWAAA%3B%3BAAC1lB%2CQAAS%2CQAAO%2CKAAM%2CSAAS%3BEAAmB%2CWAAA%3B%3BAAClD%3BEAAmB%2CmBAAA%3BEAAqB%2CWAAA%3B%3BAACxC%3BEAAiB%2CgBAAA%3B%3BAAEjB%2CMAAO%2CEAAC%3BEAAc%2CSAAA%3B%3BAACtB%2CQAAS%2CeAAe%3BEAAqB%2CkBAAA%3BEAAoB%2CWAAA%3B%3BAACjE%2CQAAS%2CQAAO%3BEAAU%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CSAAA%3BEAAW%2CmBAAA%3BEAAqB%2CWAAA%3B%3BAACxF%2CeAAgB%3BEAAqB%2CmBAAA%3BEAAqB%2CcAAA%3BEAAgB%2CeAAA%3B%3BAAE1E%3BEAAe%2CoBAAA%3B%3BAACf%3BEAAe%2CYAAA%3BEAAc%2COAAA%3BEAAS%2CgBAAA%3B%3BAACtC%3BEAAe%2CUAAA%3BEAAY%2CYAAA%3B%3BAAC3B%3BAAAc%3BEAAe%2CSAAA%3BEAAW%2COAAA%3BEAAS%2CYAAA%3BEAAc%2CeAAA%3BEAAiB%2CQAAA%3BEAAU%2CMAAA%3BEAAQ%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CyDAAA%3BEAAwD%2CiDAAA%3B%3BAAC1L%3BAAAc%3BEAAe%2CkBAAA%3B%3BAAC7B%2CYAAY%2CcAAe%3BEAAoB%2CeAAA%3B%3BAAC%5C%2FC%2CYAAY%2CcAAe%3BEAAoB%2CmBAAA%3BEAAqB%2CqBAAA%3BEAAuB%2CoBAAA%3BEAAsB%2CaAAA%3BEAAe%2C8BAAA%3BEAAgC%2C0BAAA%3BEAA4B%2CsBAAA%3B%3BAAI5L%2CQAHyB%3BEACzB%2CqBAAsB%3BIAAoB%2CgBAAA%3BIAAkB%2CUAAA%3B%3B%3BAAE5D%2CYAAa%3BEAAoB%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CmBAAmB%2CgBAAnB%3BEAAqC%2CWAAW%2CgBAAX%3BEAA6B%2CsDAAA%3BEAAuD%2CsCAAA%3BEAAuC%2CWAAA%3B%3BAACnP%2CYAAa%3BEAAoB%2CiBAAA%3BEAAmB%2CUAAA%3BEAAY%2CaAAA%3BEAAe%2CsBAAA%3BEAAwB%2CsBAAA%3BEAAwB%2CYAAA%3BEAAc%2COAAA%3BEAAS%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CmBAAmB%2CiBAAnB%3BEAAsC%2CWAAW%2CiBAAX%3BEAA8B%2C%2BCAAA%3BEAAgD%2C%2BBAAA%3B%3BAACxS%2CYAAa%3BAAAmB%2CYAAa%3BEAAoB%2CsBAAA%3BEAAwB%2C4CAAA%3BEAA0C%2CUAAA%3BEAAY%2CoBAAA%3B%3BAAC%5C%2FI%3BEAAkB%2CwCAAA%3BEAAsC%2CSAAA%3BEAAW%2COAAA%3BEAAS%2CeAAA%3BEAAiB%2CQAAA%3BEAAU%2CMAAA%3B%3BAACvG%2CYAAY%3BAAAQ%2CYAAY%3BEAAS%2CmBAAA%3BEAAqB%2CUAAA%3BEAAY%2CqCAAA%3BEAAsC%2C6BAAA%3B%3BAAChH%2CaAAc%3BAAAe%2CYAAa%3BAAAe%2CYAAa%3BEAAgB%2CsBAAA%3BEAAwB%2CeAAA%3BEAAiB%2CuBAAA%3BEAAyB%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2CSAAA%3BEAAW%2CUAAA%3BEAAY%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CqBAAA%3BEAAuB%2CqBAAA%3BEAAuB%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CMAAA%3B%3BAAMnV%2CQAL0B%3BEACzB%2CYAAa%3BIAAoB%2CqBAAA%3BIAAuB%2CgBAAA%3BIAAkB%2CoBAAA%3BIAAsB%2CmBAAA%3BIAAqB%2CsBAAA%3BIAAwB%2CyBAAA%3BIAA2B%2CWAAW%2CqBAAX%3BIAA4C%2CmBAAmB%2CqBAAnB%3BIAAoD%2CeAAe%2CqBAAf%3B%3BEACxQ%2CeAAe%2CYAAY%2CcAAe%3BIAAiB%2CkCAAA%3B%3BEAC3D%2CeAAe%2CYAAY%2CcAAe%3BIAAgB%2C6BAAA%3BIAA%2BB%2C8BAAA%3B%3B%3BAAE1F%2CYAAa%3BEAAe%2C4BAAA%3B%3BAAC5B%2CYAAa%3BEAAgB%2CqBAAA%3BEAAuB%2CWAAA%3BEAAa%2CSAAA%3B%3BAACjE%2CYAAa%3BEAAgB%2CiBAAA%3BEAAmB%2CiBAAA%3B%3BAAChD%2CYAAa%3BAAAe%2CYAAa%3BAAAgB%2CYAAa%3BEAAgB%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAAC1G%2CYAAa%3BEAAgB%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2CiBAAA%3B%3BAACrE%2CYAAY%2CQAAS%3BAAAgB%2CYAAY%2CQAAS%3BEAAgB%2CkBAAA%3B%3BAAC1E%2CYAAY%2CQAAS%3BEAAoB%2CgBAAA%3B%3BAAEzC%3BEAAkB%2C2BAAA%3B%3B%3BAAGlB%2CGAAG%2C0BAA2B%2CiBAAiB%2CGAAE%3BEAAc%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2CgBAAA%3BEAAkB%2CuCAAA%3BEAAyC%2CwCAAA%3BEAA0C%2CqBAAA%3BEAAuB%2CSAAA%3BEAAW%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CkBAAA%3BEAAoB%2CqBAAA%3BEAAuB%2CUAAA%3B%3BAAC1U%2CGAAG%2C0BAA2B%2CiBAAiB%2CGAAE%3BEAAe%2CyBAAA%3B%3B%3B%3BAAGhE%2CGAAG%2C4BAA6B%3BAAAa%2CGAAG%2C4BAA6B%3BAAAc%2CGAAG%2C4BAA6B%3BEAAe%2CmBAAA%3B%3BAAC1I%2CaAAc%3BAAAc%2CaAAc%3BEAAc%2CgBAAgB%2CoBAAhB%3BEAAoC%2CeAAe%2CoBAAf%3BEAAmC%2CcAAc%2CoBAAd%3BEAAkC%2CmBAAmB%2CoBAAnB%3BEAAuC%2CWAAW%2CoBAAX%3B%3BAACxM%3BEAAc%2CcAAA%3BEAAgB%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CkBAAA%3B%3BAACvE%3BEAAe%2CcAAA%3BEAAgB%2COAAA%3BEAAS%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CMAAA%3B%3BAACnG%2CYAAY%3BEAAS%2CWAAA%3B%3BAACrB%2CkBAAmB%3BEAAe%2CcAAA%3B%3BAAClC%2CYAAY%3BAAAS%2CYAAY%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CcAAA%3B%3BAACvD%3BEAAe%2CaAAA%3BEAAe%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CeAAA%3B%3BAACzD%2CGAAG%2C4BAA6B%2CYAAc%3BAAAK%2CGAAG%2C4BAA6B%2CaAAe%3BAAAK%2CGAAG%2C4BAA6B%2CaAAe%3BEAAM%2CcAAA%3BEAAgB%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAACnN%2CkBAAmB%3BEAAe%2CcAAA%3B%3BAAClC%3BEAA8B%2CsBAAA%3BEAAwB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAAC9F%2C2BAA8B%3BAAAuB%2C2BAA8B%3BEAA8B%2CcAAA%3BEAAgB%2CmBAAA%3BEAAqB%2CwBAAA%3B%3BAACtJ%2CUAAW%3BEAA4B%2C6BAAA%3BEAA%2BB%2CsBAAA%3BEAAwB%2C4BAAA%3B%3BAAC9F%3BEAA6B%2CsBAAA%3BEAAwB%2CsBAAA%3BEAAwB%2CmBAAA%3BEAAqB%2CyBAAA%3BEAA2B%2CqBAAA%3B%3BAAC7H%2C0BAA2B%2CqBAAoB%3BEAA8B%2CmBAAA%3BEAAqB%2CaAAA%3BEAAe%2CuBAAA%3BEAAyB%2CmBAAA%3B%3BAAC1I%2C0BAA2B%3BEAAuB%2C2CAAA%3BEAA4C%2CyCAAA%3BEAA0C%2C8CAAA%3BEAA%2BC%2CsBAAA%3BEAAwB%2CsBAAA%3BEAAwB%2CaAAA%3BEAAe%2CsCAAA%3B%3BAACtP%2C0BAA2B%3BEAA8B%2CWAAA%3B%3BAACzD%2C0BAA2B%3BEAA2B%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAACxE%3BEAAc%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CSAAA%3BEAAW%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CWAAA%3B%3BAAChK%2CWAAY%3BEAAK%2CeAAA%3BEAAiB%2CqBAAA%3BEAAuB%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CsBAAA%3BEAAwB%2CWAAA%3B%3BAAC9I%2CGAAG%2C4BAA4B%3BEAAqB%2CmBAAA%3B%3BAACpD%3BEAAgB%2CwBAAA%3BEAA0B%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CqBAAA%3BEAAuB%2CwCAAA%3BEAA0C%2C2BAAA%3BEAA6B%2CyBAAA%3BEAA2B%2CsBAAA%3BEAAwB%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CmBAAA%3BEAAqB%2CiBAAA%3B%3B%3BAAGrS%2CsBAAuB%3BEAAS%2CaAAA%3B%3BAAChC%2CQAAS%2CeAAe%3BEAAU%2CkBAAA%3B%3BAAClC%2CMAAM%2CIAAI%2COAAO%2CIAAI%3BEAAY%2CSAAA%3B%3BAACjC%2CgBAAmB%2CaAAW%2CQAAO%3BEAAQ%2CaAAA%3B%3BAAC7C%2CMAAO%3BEAAe%2CeAAA%3B%3BAAEtB%2CwBAAyB%2CaAAa%2COAAM%3BAAAQ%2CwBAAwB%2CYAAa%2CaAAa%2COAAM%3BEAAS%2CaAAa%2C4SAAb%3BEAA2T%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CqBAAA%3BEAAuB%2CsBAAA%3BEAAwB%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAAC5gB%2CwBAAwB%2CYAAa%2CyBAAyB%3BEAAS%2CgBAAA%3B%3BAACvE%2CeAAe%3BEAAmB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CeAAA%3BEAAiB%2CeAAA%3BEAA4B%2CWAAA%3B%3BAACnH%2CeAAe%2CgBAAiB%3BEAAK%2CeAAA%3BEAAiB%2COAAA%3B%3BAACtD%2CeAAe%2CgBAAiB%2CGAAG%3BEAAU%2CaAAA%3B%3BAAC7C%2CeAAe%2CgBAAiB%2CeAAe%3BEAAQ%2CaAAA%3BEAAe%2CsBAAA%3B%3BAACtE%2CeAAe%2CgBAAiB%2CeAAe%3BEAAM%2CQAAA%3BEAAU%2CsBAAA%3BEAAwB%2CcAAA%3B%3BAACvF%2CeAAe%2CgBAAiB%2CeAAe%3BEAAa%2CQAAA%3BEAAU%2CmBAAA%3B%3BAACtE%2CeAAe%2CgBAAiB%2CoBAAmB%2CYAAY%2CGAAI%2CeAAc%2CSAAU%3BEAAsB%2CmBAAA%3B%3BAACjH%2CeAAe%2CgBAAiB%2CoBAAmB%2CcAAe%3BAAClE%2CeAAe%2CgBAAiB%2CoBAAmB%2CaAAc%3BEAAsB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2C8BAAA%3BEAAgC%2CSAAA%3BEAAW%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAAC1L%2CeAAe%2CgBAAiB%2CoBAAmB%2CcAAe%2CoBAAoB%3BAACtF%2CeAAe%2CgBAAiB%2CoBAAmB%2CaAAc%2CoBAAoB%3BEAAM%2CgBAAA%3B%3BAAC3F%2CeAAe%2CgBAAiB%2CoBAAmB%2CcAAe%3BAAClE%2CeAAe%2CgBAAiB%2CoBAAmB%2CaAAc%3BEAAU%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2C6BAAA%3BEAA%2BB%2C0CAAA%3BEAAyC%2CkBAAA%3BEAAoB%2C8BAAA%3BEAAgC%2CgBAAA%3B%3BAAC9Q%2CeAAe%2CgBAAiB%2CoBAAmB%2CcAAe%2CQAAQ%3BAAC1E%2CeAAe%2CgBAAiB%2CoBAAmB%2CaAAc%2CQAAQ%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3B%3BAACjG%3BEAAc%2CkBAAA%3B%3BAACd%2CWAAY%3BEAAM%2CcAAA%3B%3BAAClB%2CWAAY%3BEAAW%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CWAAW%2CqBAAX%3BEAAiC%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CyBAAA%3B%3BAACxL%2CWAAY%3BEAAI%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2C6BAAA%3B%3BAAC%5C%2FC%2CWAAY%2CEAAC%3BEAAS%2CgCAAA%3B%3BAACtB%2CwBAAyB%2CeAAe%2CcAAc%2CWAAW%3BEAAiB%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3B%3BAAC9G%2CwBAAyB%2CgBAAe%3BEAAwB%2CeAAA%3B%3BAAChE%2CwBAAyB%2CsBAAsB%3BEAAa%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAACnG%2CwBAAyB%2CsBAAsB%3BEAAa%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAAChG%2CwBAAyB%2CsBAAsB%3BEAAO%2CkBAAA%3BEAAoB%2CWAAA%3B%3BAAC1E%2CwBAAyB%2CsBAAsB%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3B%3BAACvE%2CwBAAyB%2CsBAAsB%3BEAAO%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAACzF%2CwBAAyB%2CsBAAsB%2CQAAQ%3BEAAO%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAC5F%2CwBAAyB%2CeAAe%2CcAAc%2CSAAQ%2CKAAM%3BEAAI%2C2BAAA%3B%3BAACxE%2CwBAAwB%2CYAAY%2C0BAA2B%2CSAAS%2COAAO%2CaAAa%3BAAC5F%2CwBAAwB%2CYAAY%2C2BAA4B%2CSAAS%2COAAO%2CaAAa%3BAAC7F%2CwBAAwB%2CYAAY%2CiBAAkB%2CSAAS%2COAAO%2CaAAa%3BAACnF%2CwBAAwB%2CYAAY%2CqBAAsB%2CSAAS%2COAAO%2CaAAa%3BAACvF%2CwBAAwB%2CYAAY%2C2BAA4B%2CSAAS%2COAAO%2CaAAa%3BAAC7F%2CwBAAwB%2CYAAY%2C0BAA2B%2CSAAS%2CUAAU%2CaAAa%3BAAC%5C%2FF%2CwBAAwB%2CYAAY%2C2BAA4B%2CSAAS%2CUAAU%2CaAAa%3BAAChG%2CwBAAwB%2CYAAY%2CiBAAkB%2CSAAS%2CUAAU%2CaAAa%3BAACtF%2CwBAAwB%2CYAAY%2CqBAAsB%2CSAAS%2CUAAU%2CaAAa%3BAAC1F%2CwBAAwB%2CYAAY%2C2BAA4B%2CSAAS%2CUAAU%2CaAAa%3BAAChG%2CwBAAwB%2CYAAY%2C0BAA2B%2CSAAS%3BAACxE%2CwBAAwB%2CYAAY%2C2BAA4B%2CSAAS%3BAACzE%2CwBAAwB%2CYAAY%2CiBAAkB%2CSAAS%3BAAC%5C%2FD%2CwBAAwB%2CYAAY%2CqBAAsB%2CSAAS%3BAACnE%2CwBAAwB%2CYAAY%2C2BAA4B%2CSAAS%3BEAAwB%2CgBAAA%3B%3BAACjG%2CwBAAwB%2CsBAAsB%2CIAAI%2CyBAA0B%2CeAAe%2CkBAAkB%2CmBAAmB%3BEAAI%2C2BAAA%3BEAA6B%2CeAAA%3B%3BAACjK%2CwBAAyB%2CSAAS%2CyBAAyB%2CeAAe%3BEAAS%2CsBAAA%3B%3BAACnF%2CwBAAyB%2CyBAAyB%2CeAAe%3BAACjE%2CwBAAwB%2CYAAY%2C0BAA2B%2CSAAS%2CyBAAyB%2CeAAe%2CcAAc%2CmBAAmB%3BAACjJ%2CwBAAwB%2CYAAY%2C2BAA4B%2CSAAS%2CyBAAyB%2CeAAe%2CcAAc%2CmBAAmB%3BAAClJ%2CwBAAwB%2CYAAY%2CiBAAkB%2CSAAS%2CyBAAyB%2CeAAe%2CcAAc%2CmBAAmB%3BAACxI%2CwBAAwB%2CYAAY%2CqBAAsB%2CSAAS%2CyBAAyB%2CeAAe%2CcAAc%2CmBAAmB%3BAAC5I%2CwBAAwB%2CYAAY%2C2BAA4B%2CSAAS%2CyBAAyB%2CeAAe%2CcAAc%2CmBAAmB%3BEAAI%2C2BAAA%3B%3BAACtJ%2CwBAAyB%2CYAAY%3BEAAmB%2CgBAAA%3B%3BAACxD%2CwBAAyB%2CSAAQ%2CKAAK%2CSAAS%2CUAAW%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BAAC5F%2CwBAAyB%2CSAAQ%2CKAAK%2CSAAS%2CUAAW%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%2CQAAO%3BEAAS%2C%2BCAAA%3BEAAiD%2CoBAAA%3B%3BAAC7J%2CwBAAyB%2COAAM%2CaAAc%3BEAAiB%2C2BAAA%3B%3BAAC9D%2CwBAAyB%2COAAM%2CQAAS%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEAAW%2CyBAAA%3BEAA2B%2CgBAAA%3B%3BAACxH%2CwBAAyB%2COAAM%2CQAAS%3BEAAiB%2CmBAAA%3B%3BAACzD%2CwBAAyB%2COAAM%2CQAAS%3BEAAiB%2CmBAAA%3B%3BAACzD%2CwBAAyB%2CiBAAiB%3BAAC1C%2CwBAAyB%2CiBAAiB%2CcAAc%2CWAAU%3BEAAqB%2CWAAA%3B%3BAACvF%2CwBAAyB%2CiBAAiB%3BEAAgB%2C0BAAA%3BEAA4B%2CiBAAA%3B%3BAACtF%2CwBAAyB%2CiBAAiB%3BEAAiB%2C0BAAA%3BEAA4B%2CoBAAA%3B%3BAACvF%2CwBAAyB%2CiBAAiB%3BEAAM%2CWAAA%3B%3BAAChD%2CwBAAyB%2CYAAY%3BAAAS%2CwBAAyB%2CYAAY%3BAAAY%2CwBAAyB%2CoBAAoB%2CGAAE%3BEAAgB%2C2BAAA%3B%3BAAC9J%2CwBAAyB%2CoBAAoB%3BEAAK%2C0BAAA%3B%3BAAClD%2CwBAAyB%2CeAAe%2COAAM%2CWAAY%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAACpF%2CwBAAyB%2CeAAe%2COAAM%2CWAAY%3BEAAU%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAACrF%2CwBAAyB%2CqBAAqB%2CSAAS%3BEAAS%2C6BAAA%3B%3BAAChE%2CwBAAyB%3BEAAkB%2C2BAAA%3B%3BAAC3C%2CwBAAyB%2CgBAAe%2CqBAAsB%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3B%3BAACtF%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CWAAW%2CeAAc%3BAAC9F%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CWAAW%2CeAAc%3BEAAS%2CaAAA%3B%3BAAEvG%2CQAAS%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CeAAe%3BEAAO%2CmBAAA%3B%3BAAEhE%2CUAAW%2CgCAA%2BB%2CsBAAsB%2CuBAAuB%3BEAAS%2CSAAS%2COAAT%3BEAA6B%2C%2BBAAA%3BEAAiC%2C4BAAA%3B%3BAAE9J%3BEAAiB%2CyBAAA%3BEAA2B%2CYAAW%2CsDAAX%3BEAAmE%2CYAAW%2CyDAAX%3BEAAsE%2CYAAW%2CiDAAX%3B%3BAACrL%2CcAAc%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2C%2BCAAA%3BEAAiD%2C4BAAA%3BEAA%2BB%2C6BAAA%3BEAA8B%2CWAAA%3BEAAa%2CaAAA%3BEAAe%2CgBAAA%3B%3BAAEnM%2CwBAAyB%3BEAAqB%2CkBAAA%3B%3BAAC9C%2CwBAAyB%2CeAAe%3BEAAgB%2C8BAAA%3B%3BAACxD%2CwBAAyB%2CeAAe%2CcAAc%3BEAAuB%2CoBAAA%3B%3BAAC7E%2CwBAAyB%2CeAAe%2CcAAa%2CMAAO%3BEAAuB%2CgBAAgB%2CSAAhB%3BEAA2B%2CQAAQ%2CSAAR%3B%3BAAC9G%2CwBAAyB%2CeAAe%2CcAAc%3BEAAa%2CyBAAA%3BEAA2B%2CkBAAA%3BEAAoB%2CsBAAA%3B%3BAAClH%2CwBAAyB%2CeAAe%2CcAAc%2CcAAc%3BEAAa%2CoBAAA%3BEAAsB%2C2BAAA%3B%3BAACvG%2CwBAAyB%2CeAAe%2CcAAc%2CcAAc%3BAAAG%2CwBAAyB%2CeAAe%2CcAAc%2CmBAAmB%3BEAAI%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAACrK%2CwBAAyB%2CeAAe%2CcAAc%2CWAAW%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAC3F%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%2COAAO%3BEAAa%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CqBAAA%3B%3BAAC5J%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%2COAAO%2CUAAW%2CMAAM%3BEAAO%2CaAAA%3B%3BAACvH%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%3BAACjG%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%3BEAAsB%2CuCAAA%3B%3BAACvH%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%3BEAAkB%2CQAAA%3B%3BAACnH%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%3BEAAe%2CQAAA%3B%3BAAChH%2CwBAAyB%2CeAAe%2CkBAAkB%2CmBAAmB%3BEAAI%2CkBAAA%3BEAAoB%2CeAAA%3BEAAiB%2CoBAAA%3B%3BAACtH%2CwBAAwB%2CsBAAuB%2CeAAe%2CkBAAkB%3BEAAe%2CkBAAA%3B%3BAAC%5C%2FF%2CwBAAyB%2CeAAe%2CcAAc%2CSAAQ%2CKAAM%3BEAAI%2C2BAAA%3B%3BAACxE%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%3BEAAkB%2CQAAA%3B%3BAACnG%2CwBAAyB%2CSAAS%2CyBAAyB%3BEAAwB%2CsBAAA%3BEAAwB%2CkBAAA%3B%3BAAC3G%2CwBAAyB%2CSAAS%2CyBAAyB%2CeAAe%2CcAAc%2CWAAW%3BEAAS%2C2BAAA%3B%3BAAC5G%2CwBAAyB%2CcAAc%3BEAAiB%2CsBAAA%3B%3BAACxD%2CwBAAyB%2CcAAc%2CeAAe%3BEAAS%2CgBAAA%3BEAAkB%2CQAAA%3BEAAU%2CmBAAA%3B%3BAAC3F%2CwBAAyB%2CcAAc%2CeAAe%3BEAAgB%2CgBAAA%3BEAAkB%2CQAAA%3BEAAU%2CmBAAA%3B%3BAAClG%2CwBAAyB%2COAAM%2CQAAS%3BEAAiB%2CgBAAA%3B%3BAACzD%2CwBAAwB%2CYAAY%2CIAAI%2CwBAAyB%2COAAM%2CQAAS%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEAAW%2CkBAAA%3BEAAoB%2CgBAAA%3BEAAkB%2CeAAA%3B%3BAAC3K%2CwBAAyB%2CeAAe%2COAAM%2CWAAY%3BEAAS%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAACpF%2CwBAAyB%2CiBAAiB%2COAAO%2CiBAAiB%2CSAAS%3BAAC3E%2CwBAAyB%2CiBAAiB%2COAAO%2CiBAAiB%2CWAAW%3BAAC7E%2CwBAAyB%2CiBAAiB%2COAAO%2CiBAAiB%2CSAAS%3BAAAS%2CwBAAyB%2CiBAAiB%2COAAO%2CiBAAiB%2CWAAW%3BEAAU%2CeAAA%3BEAAiB%2CqBAAA%3B%3BAAC5L%2CwBAAyB%2CuBAAuB%3BAAAU%2CwBAAwB%2CQAAS%2COAAO%3BEAAe%2CyBAAA%3B%3BAACjH%2CwBAAyB%2CSAAS%2CQAAQ%2COAAO%2CaAAe%3BEAAS%2C2BAAA%3B%3BAACzE%2CwBAAyB%2CiBAAiB%3BEAAiB%2C0BAAA%3BEAA4B%2C%2BBAAA%3B%3BAACvF%2CwBAAyB%2CyBAAyB%2CeAAe%3BEAAS%2CUAAA%3BEAAY%2CgBAAA%3B%3BAACtF%2CwBAAyB%2CyBAAyB%2CeAAe%3BEAAa%2CQAAA%3B%3BAAC9E%2CwBAAwB%2CYAAY%2CIAAI%2CyBAA0B%2CkBAAkB%2CwBAAwB%3BEAAK%2C0BAAA%3BEAA4B%2CoBAAA%3B%3BAAC7I%2CwBAAyB%2CWAAa%3BEAAM%2CkBAAA%3B%3BAAC5C%2CwBAAyB%2CSAAS%2CmBAAmB%2CMAAM%3BEAAQ%2CsBAAA%3BEAAwB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2CiBAAA%3BEAAmB%2CkBAAA%3B%3BAAC7J%2CwBAAyB%2CSAAS%2CyBAAyB%2CMAAM%2CMAAM%3BEAAM%2CWAAA%3BEAAa%2CYAAA%3B%3BAAC1F%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%3BEAAa%2CSAAA%3B%3BAAClF%2CeAAgB%2CoBAAoB%3BEAAM%2CkBAAA%3B%3BAAC1C%3BEAAqB%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CSAAA%3BEAAW%2CYAAA%3BEAAc%2CkBAAA%3B%3BAAC5E%2CkBAAkB%3BEAAS%2CWAAA%3BEAAa%2COAAA%3BEAAS%2CSAAA%3BEAAW%2CYAAA%3B%3BAAC5D%2CkBAAmB%3BEAAK%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAAC1I%2CkBAAmB%2CGAAG%3BEAAS%2CeAAA%3BEAAiB%2CoBAAA%3BEAAsB%2CoBAAA%3BEAAsB%2CiBAAA%3B%3BAAC5F%2CkBAAmB%3BEAAS%2CkBAAA%3BEAAoB%2CaAAA%3BEAAe%2COAAA%3BEAAS%2CWAAA%3BEAAa%2CqCAAA%3B%3BAACrF%2CkBAAmB%2COAAM%3BEAAS%2CaAAa%2C%2BVAAb%3BEAA8W%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CqBAAA%3BEAAuB%2CsBAAA%3BEAAwB%2CqBAAA%3B%3BAAC5e%2CwBAAyB%3BEAAiB%2CeAAA%3B%3BAAC1C%2CiBAAkB%3BEAAmB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CeAAA%3B%3BAACzE%2CgBAAiB%3BEAAsB%2CaAAA%3BEAAe%2CeAAA%3B%3BAACtD%2CgBAAiB%2CoBAAoB%2CeAAc%3BEAAyB%2C6BAAA%3BEAA%2BB%2CeAAA%3B%3BAAC3G%2CgBAAiB%3BAAAgB%2CgBAAiB%2CeAAe%3BEAAM%2CkBAAA%3B%3BAACvE%2CgBAAiB%2CoBAAmB%2CcAAe%3BAACnD%2CgBAAiB%2CoBAAmB%2CcAAe%3BEAAsB%2CgBAAA%3B%3BAACzE%2CgBAAiB%2CoBAAmB%2CcAAe%3BEAAsB%2CWAAA%3BEAAa%2CUAAA%3B%3BAACtF%2CgBAAiB%2CoBAAmB%2CYAAY%2CGAAI%3BEAAa%2CgBAAA%3BEAAkB%2CqBAAA%3B%3BAACnF%2CgBAAiB%2CoBAAmB%2CaAAc%3BEAAsB%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CWAAA%3BEAAa%2CgBAAA%3B%3BAAC9G%2CgBAAiB%2CeAAc%2CSAAU%3BEAAsB%2CWAAW%2CgBAAX%3BEAA6B%2CSAAA%3B%3BAAC5F%2CgBAAiB%3BEAAM%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CQAAA%3BEAAU%2CmBAAA%3B%3BAACxE%2CgBAAiB%2CoBAAoB%3BEAAQ%2CaAAA%3BEAAe%2CsBAAA%3B%3BAAC5D%2CgBAAiB%3BEAAc%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAC3D%2CgBAAiB%2CoBAAoB%3BEAAU%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CqBAAA%3B%3BAACpF%2CgBAAiB%2CoBAAoB%2CQAAQ%3BEAAU%2CaAAA%3B%3BAACvD%2CgBAAiB%2CoBAAmB%2CYAAY%2CGAAI%3BEAAU%2C0BAAA%3BEAA4B%2CyBAAA%3B%3BAAC1F%2CiBAAiB%3BEAAU%2CkBAAA%3BEAAoB%2CgBAAA%3BEAAkB%2CgCAAA%3B%3BAACjE%2CiBAAiB%2COAAO%3BEAAS%2CSAAS%2CiBAAT%3BEAA4B%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2CoBAAA%3BEAAsB%2COAAA%3BEAAS%2CQAAA%3BEAAU%2CkBAAA%3BEAAoB%2C8BAAA%3BEAAgC%2CkCAAA%3B%3BAACpP%2CiBAAiB%2COAAQ%3BEAAa%2CeAAA%3BEAAiB%2CUAAA%3B%3BAACvD%2CiBAAiB%2COAAQ%3BAAAO%2CiBAAiB%2COAAQ%3BEAAQ%2CsBAAA%3BEAAwB%2CaAAA%3BEAAe%2CkBAAA%3BEAAoB%2CyBAAA%3B%3BAAC5H%2CiBAAiB%2COAAQ%3BEAAQ%2CUAAA%3BEAAY%2CSAAA%3BEAAW%2CuCAAA%3BEAAsC%2CmBAAA%3B%3BAAC9F%2CiBAAiB%2COAAQ%3BAAAM%2CiBAAiB%2COAAQ%3BEAAO%2COAAA%3BEAAS%2CgBAAA%3B%3BAACxE%2CiBAAiB%2COAAQ%3BEAAO%2CgBAAA%3B%3BAAChC%2CiBAAiB%2COAAQ%2CKAAK%3BAAAK%2CiBAAiB%2COAAQ%2CKAAK%3BEAAM%2CcAAA%3B%3BAACvE%2CiBAAiB%2COAAQ%3BAAAW%2CiBAAiB%2COAAQ%3BEAAY%2COAAA%3BEAAS%2CeAAA%3B%3BAAClF%2CiBAAiB%2COAAQ%3BAAAU%2CiBAAiB%2COAAQ%3BEAAW%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CmBAAA%3B%3BAAC3G%2CiBAAiB%2COAAQ%3BAAAe%2CiBAAiB%2COAAQ%3BEAAgB%2CSAAA%3B%3BAACjF%2CiBAAiB%2COAAQ%3BAAAM%2CiBAAiB%2COAAQ%3BEAAO%2CeAAA%3B%3BAAC%5C%2FD%2CiBAAiB%2COAAQ%2CKAAK%3BAAAG%2CiBAAiB%2COAAQ%2CKAAK%3BEAAI%2CgBAAA%3B%3BAACnE%2CiBAAiB%2COAAQ%2CKAAK%3BAAAM%2CiBAAiB%2COAAQ%2CKAAK%3BEAAO%2CaAAA%3B%3BAACzE%2CiBAAiB%2COAAQ%3BAAAM%2CiBAAiB%2COAAQ%3BAAAO%2CiBAAiB%2COAAQ%3BAACxF%2CiBAAiB%2COAAQ%3BAAAM%2CiBAAiB%2COAAQ%3BAAAO%2CiBAAiB%2COAAQ%3BEAAO%2CeAAA%3B%3BAAC%5C%2FF%2CiBAAiB%2COAAQ%2CKAAK%3BAAAU%2CiBAAiB%2COAAQ%2CMAAM%3BAAAU%2CiBAAiB%2COAAQ%2CKAAK%3BAAC%5C%2FG%2CiBAAiB%2COAAQ%2CKAAK%3BAAAU%2CiBAAiB%2COAAQ%2CMAAM%3BAAAU%2CiBAAiB%2COAAQ%2CKAAK%3BEAAW%2CiBAAA%3B%3BAAC1H%2CiBAAiB%2COAAQ%3BAAAU%2CiBAAiB%2COAAQ%3BEAAW%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAAC5F%2CiBAAiB%2COAAQ%3BAAAe%2CiBAAiB%2COAAQ%3BEAAgB%2CgBAAA%3BEAAkB%2CsBAAA%3B%3BAACnG%2CiBAAiB%2COAAQ%3BEAAgB%2CeAAA%3B%3BAACzC%2CiBAAiB%2COAAQ%3BEAAY%2CaAAA%3BEAAe%2C8BAAA%3B%3BAACpD%2CiBAAiB%2COAAQ%3BEAAW%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CcAAA%3B%3BAACxE%2CiBAAiB%2COAAQ%2CKAAK%3BEAAM%2CcAAA%3B%3BAACpC%2CiBAAiB%2COAAQ%3BEAAc%2CcAAA%3BEAAgB%2CcAAA%3BEAAgB%2CeAAA%3B%3BAACvE%2CiBAAiB%2COAAQ%2CKAAK%3BEAAI%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAEnE%2CiBAAiB%2COAAQ%2CeAAc%2COAAQ%3BEAAY%2CaAAA%3BEAAe%2CsBAAA%3B%3BAAC1E%2CiBAAiB%2COAAQ%2CeAAc%2COAAQ%3BEAAsB%2CcAAA%3B%3BAACrE%2CiBAAiB%2COAAQ%2CeAAc%2COAAQ%2CoBAAmB%3BAAClE%2CiBAAiB%2COAAQ%2CeAAc%2COAAQ%2CoBAAmB%3BEAAS%2CaAAA%3B%3BAAC3E%2CiBAAiB%2COAAQ%2CeAAc%2COAAQ%3BAAC%5C%2FC%2CiBAAiB%2COAAQ%2CeAAc%2COAAQ%3BEAAsB%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CoBAAA%3BEAAsB%2C2BAAA%3BEAA6B%2CgBAAA%3BEAAkB%2CwCAAA%3B%3BAAC3L%2CiBAAiB%2COAAQ%2CeAAc%2COAAQ%2CoBAAoB%3BAAAK%2CiBAAiB%2COAAQ%2CeAAc%2COAAQ%2CoBAAoB%3BEAAM%2CWAAA%3BEAAa%2CYAAA%3B%3BAAC9J%2CiBAAiB%2COAAQ%2CeAAc%2COAAQ%2CoBAAmB%3BAAAyB%2CiBAAiB%2COAAQ%2CeAAc%2COAAQ%2CoBAAmB%3BEAA0B%2CUAAA%3B%3BAACvL%2CiBAAiB%3BEAAU%2CgBAAA%3B%3BAAC3B%2CiBAAiB%2COAAQ%3BEAAiB%2CmBAAA%3B%3BAAE1C%2CmBAAoB%3BEAAc%2CaAAA%3B%3BAAElC%2CwBAAyB%3BEAAqB%2C6BAAA%3B%3BAAC9C%2CwBAAyB%2CeAAe%2CcAAc%3BEAAa%2CsBAAA%3B%3BAACnE%2CwBAAyB%2CeAAe%2CcAAc%3BEAAwB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAAChG%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%3BEAAwB%2CuBAAA%3B%3BAAC7F%2CwBAAyB%2CmBAAmB%2CgBAAgB%2CeAAe%2CMAAM%3BEAAI%2CkBAAA%3BEAAoB%2CiBAAA%3B%3BAACzG%2CwBAAyB%2CgBAAe%3BEAAwB%2CeAAA%3B%3BAAChE%2CwBAAyB%2CsBAAsB%3BEAAa%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAAChG%2CwBAAyB%2CsBAAsB%3BEAAO%2CkBAAA%3B%3BAACtD%2CwBAAyB%2CsBAAsB%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3B%3BAACvE%2CwBAAyB%2CsBAAsB%3BEAAO%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAACzF%2CwBAAyB%2CsBAAsB%2CQAAQ%3BEAAO%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAC%5C%2FF%2CwBAAyB%2CoBAAoB%3BEAAa%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CuBAAA%3BEAAyB%2CiBAAA%3B%3BAACvH%2CwBAAyB%2CoBAAoB%3BEAAW%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAACrF%2CwBAAyB%2CoBAAoB%3BEAAiB%2C2BAAA%3BEAA6B%2CsCAAA%3BEAAwC%2C8BAAA%3BEAAgC%2CkCAAA%3BEAAoC%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAACzN%2CwBAAyB%2CoBAAoB%2CeAAe%3BEAAS%2CgBAAA%3B%3BAACrE%2CwBAAyB%2CoBAAoB%2CeAAe%3BEAAe%2CgBAAA%3BEAAkB%2CeAAA%3B%3BAAC7F%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BEAAiB%2CyBAAA%3BEAAsC%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2C6BAAA%3BEAA%2BB%2CwCAAA%3B%3BAAC1L%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%2CcAAc%3BEAAS%2CuCAAA%3B%3BAACzF%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%3BEAAU%2CeAAA%3BEAAiB%2C0BAAA%3BEAA4B%2CYAAA%3BEAAc%2CMAAA%3BEAAQ%2C8BAAA%3BEAA2C%2C2BAAA%3B%3BAACrL%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BEAAW%2CaAAA%3B%3BAAChF%2CwBAAyB%3BEAAiB%2CeAAA%3B%3BAAC1C%2CwBAAyB%2CiBAAiB%3BAAC1C%2CwBAAyB%2CiBAAiB%2CoBAAoB%2CeAAc%3BEAAyB%2CeAAA%3B%3BAACrG%2CwBAAyB%2CiBAAiB%3BAAAgB%2CwBAAyB%2CiBAAiB%2CeAAe%3BEAAM%2CmBAAA%3B%3BAACzH%2CwBAAyB%2CiBAAiB%2CoBAAmB%2CYAAY%2CGAAI%3BEAAM%2CgBAAA%3B%3BAACnF%2CwBAAyB%2CoBAAmB%2CMAAM%2CaAAc%2CEAAE%3BAAAK%2CwBAAyB%2CcAAc%2CEAAC%2CMAAO%3BEAAM%2CWAAW%2CWAAX%3BEAAwB%2CmBAAmB%2CWAAnB%3B%3BAACpJ%2CwBAAyB%2CiBAAiB%3BEAAa%2CgBAAA%3B%3BAACvD%2CwBAAyB%2CiBAAiB%3BEAAM%2CgBAAA%3B%3BAAChD%2CwBAAyB%2CgBAAgB%2CeAAiB%2COAAI%3BEAAU%2CcAAA%3B%3BAACxE%2CwBAAyB%2CWAAa%3BEAAM%2CkBAAA%3B%3BAAC5C%2CwBAAyB%3BEAAW%2CgBAAA%3B%3BAACpC%2CwBAAyB%2CcAAc%3BEAAU%2CaAAA%3B%3BAACjD%2CwBAAyB%2CgBAAgB%3BEAAqB%2C6BAAA%3BEAA%2BB%2CeAAA%3B%3BAAC7F%2CwBAAyB%2CkBAAkB%3BEAAU%2CwBAAA%3B%3BAACrD%2CwBAAyB%2CeAAe%2CcAAc%2CcAAc%3BEAAqB%2CeAAA%3B%3BAACzF%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%3BAACjG%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%3BEAAU%2CkBAAA%3B%3BAAC3G%2CwBAAyB%2CeAAe%2CcAAa%2CMAAO%2CoBAAmB%2COAAQ%3BAACvF%2CwBAAyB%2CeAAe%2CcAAa%2CMAAO%2CoBAAmB%2COAAQ%3BEAAY%2CSAAA%3B%3BAACnG%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%3BEAAU%2CeAAA%3B%3BAACnF%2CwBAAyB%2CeAAe%2CcAAc%2CcAAc%3BAACpE%2CwBAAyB%2CeAAe%2CcAAc%2CcAAc%3BEAAa%2CkBAAA%3B%3BAACjF%2CwBAAyB%2CeAAe%2CcAAc%2CcAAc%3BEAAqB%2CgBAAA%3B%3BAACzF%2CwBAAyB%2CeAAe%2CcAAc%2CcAAc%3BEAA2B%2CmBAAA%3B%3BAAC%5C%2FF%2CwBAAyB%2CeAAe%2CcAAc%2CcAAc%3BEAAa%2CeAAA%3B%3BAACjF%2CwBAAyB%2CeAAe%2CcAAc%2CcAAc%3BEAAe%2CcAAA%3B%3BAACnF%2CwBAAyB%2CeAAe%2CcAAc%2CWAAW%3BEAAiB%2CmBAAA%3B%3BAAClF%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%3BAACxF%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%3BEAAsB%2C0BAAA%3B%3BAACvG%2CwBAAyB%2CeAAe%2CkBAAkB%2CmBAAmB%3BAAC7E%2CwBAAwB%2CsBAAuB%2CeAAe%2CkBAAkB%3BEAAe%2CkBAAA%3B%3BAAC%5C%2FF%2CwBAAyB%2COAAM%2CQAAS%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEAAW%2CcAAA%3B%3BAAC7F%2CwBAAyB%2COAAM%2CQAAS%2CeAAe%2CeAAe%2CcAAc%2CSAAS%3BEAAmB%2CaAAA%3B%3BAAChH%2CwBAAyB%2COAAM%2CQAAS%2CeAAe%2CeAAe%2CcAAc%3BEAAW%2CoBAAA%3BEAAsB%2C2BAAA%3BEAA6B%2CgBAAA%3B%3BAAClJ%2CwBAAyB%2CcAAc%2CeAAe%3BEAAS%2CcAAA%3BEAAgB%2CQAAA%3B%3BAAC%5C%2FE%2CwBAAyB%2CcAAc%2CeAAe%3BEAAgB%2CmBAAA%3BEAAqB%2CQAAA%3B%3BAAC3F%2CwBAAyB%2CcAAc%2CeAAe%2CcAAc%3BAACpE%2CwBAAyB%2CcAAa%2C2BAA4B%2CMAAM%3BEAAe%2C8BAAA%3B%3BAACvF%2CwBAAyB%2CcAAc%2CeAAe%2CcAAc%3BEAAwB%2CWAAA%3B%3BAAC5F%2CwBAAyB%2COAAM%2CQAAS%3BEAAiB%2CmBAAA%3B%3BAACzD%2CwBAAwB%2CYAAY%2CIAAI%2CwBAAyB%2COAAM%2CQAAS%2CeAAe%2CcAAc%2COAAM%2COAAO%3BEAAW%2CkBAAA%3B%3BAAErI%2CcAAe%2CcAAa%3BEAAgB%2C2BAAA%3B%3BAAC5C%2CcAAe%3BEAAgB%2CYAAA%3BEAAc%2CkBAAA%3B%3BAAE7C%2CcAAc%3BEAAU%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2C8BAAA%3BEAAgC%2CmBAAA%3B%3BAAC5F%2CcAAc%2COAAQ%3BAAAU%2CcAAc%2COAAQ%3BAAAc%2CcAAc%2COAAQ%2CEAAC%3BEAAe%2CgBAAA%3B%3BAAC1G%2CcAAc%2COAAQ%3BEAAe%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA0B%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAACrG%2CcAAc%2COAAQ%2CaAAa%3BEAAqB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CWAAA%3B%3BAAC9I%2CcAAc%2COAAQ%2CaAAa%3BEAAsB%2C%2BBAAA%3BEAAiC%2CgBAAA%3BEAAkB%2CSAAA%3BEAAW%2CsBAAA%3BEAAwB%2CwCAAA%3B%3BAAC%5C%2FI%2CcAAc%2COAAQ%2CaAAa%3BEAAsB%2C8BAAA%3BEAAgC%2CgBAAA%3BEAAkB%2CSAAA%3BEAAW%2CsBAAA%3BEAAwB%2CwCAAA%3B%3BAAC9I%2CcAAc%2COAAQ%2CaAAa%3BEAAW%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CYAAA%3B%3BAAC5E%2CcAAc%2COAAQ%2CaAAa%2CoBAAmB%3BAAAQ%2CcAAc%2COAAQ%2CaAAa%2CoBAAmB%3BEAAS%2CaAAA%3B%3BAAE7H%2CcAAe%3BEAA4B%2CYAAA%3B%3BAAC3C%2CiBAAiB%2COAAQ%3BEAAiB%2CiBAAA%3B%3BAAC1C%2CiBAAiB%2COAAQ%2CeAAe%3BEAAU%2CwBAAA%3BEAA0B%2CqBAAA%3B%3BAAC5E%2CiBAAiB%2COAAQ%3BEAAkB%2CoBAAA%3B%3BAAE3C%2CiBAAiB%3BEAAU%2CgCAAA%3BEAAkC%2CgCAAA%3B%3BAAC7D%2CiBAAiB%2COAAQ%3BEAAiB%2CgBAAA%3BEAAkB%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CcAAA%3B%3BAACzF%2CiBAAiB%2COAAQ%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CWAAA%3BEAAa%2CgBAAA%3B%3BAACtF%2CiBAAiB%2COAAQ%3BEAAO%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CoBAAA%3B%3BAACnG%2CiBAAiB%2COAAQ%3BEAAU%2CcAAA%3B%3BAACnC%2CiBAAiB%2COAAQ%2CQAAO%3BEAAQ%2CwBAAA%3B%3BAACxC%2CiBAAiB%2COAAQ%2CgBAAgB%3BEAAqB%2CsBAAA%3BEAAmC%2CkBAAA%3BEAA%2BB%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2C6BAAA%3B%3BAAC9J%2CiBAAiB%2COAAQ%2CgBAAgB%2CmBAAmB%3BEAAoB%2CsBAAA%3BEAAmC%2CkBAAA%3BEAA%2BB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAACrL%2CiBAAiB%2COAAQ%2CgBAAgB%2CmBAAmB%3BEAAoB%2CsBAAA%3BEAAmC%2CkBAAA%3BEAA%2BB%2CeAAA%3BEAAiB%2CoBAAA%3B%3BAACnK%2CiBAAiB%2COAAQ%3BEAAU%2CsBAAA%3BEAAwB%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2C6BAAA%3B%3BAAC3G%2CiBAAiB%2COAAQ%2CQAAQ%3BEAAW%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CYAAA%3B%3BAAE5E%2CwBAAyB%3BEAAmB%2CkBAAA%3BEAAoB%2C2BAAA%3BEAA6B%2CcAAA%3B%3BAAC7F%2CwBAAyB%2CiBAAiB%2CMAAM%2CeAAe%3BAAC%5C%2FD%2CwBAAyB%2CiBAAiB%2CMAAM%2CeAAe%3BEAAe%2CgBAAA%3B%3BAAC9E%2CwBAAyB%2CiBAAiB%2CMAAM%2CeAAe%3BEAAe%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CWAAA%3BEAAwB%2C8BAAA%3B%3BAACzI%2CwBAAyB%2CiBAAiB%3BEAAiB%2C8BAAA%3B%3BAAC3D%2CwBAAyB%2CiBAAiB%2CeAAe%3BEAAS%2CWAAA%3BEAAwB%2C0BAAA%3BEAA4B%2CcAAA%3B%3BAACtH%2CwBAAyB%2CiBAAiB%3BEAAmB%2C0BAAA%3B%3BAAC7D%2CwBAAyB%2CiBAAiB%2CiBAAiB%3BEAAU%2CkBAAA%3BEAAoB%2C0BAAA%3BEAA4B%2CsBAAA%3B%3BAACrH%2CwBAAyB%2CiBAAiB%2CiBAAiB%3BEAAiB%2CSAAA%3B%3BAAC5E%2CwBAAyB%2CiBAAiB%2CiBAAiB%2CeAAe%3BEAAU%2CoBAAA%3B%3BAACpF%2CwBAAyB%2CiBAAiB%2CiBAAiB%2CeAAe%2CQAAQ%3BEAAW%2CgBAAA%3B%3BAAC7F%3BEAAgB%2CaAAA%3BEAAe%2CsBAAA%3BEAAwB%2CkBAAA%3BEAAoB%2CcAAA%3BEAAgB%2CwCAAA%3B%3BAAC3F%2CaAAc%3BEAAY%2CcAAA%3BEAAgB%2CyBAAA%3BEAA2B%2CkBAAA%3BEAAoB%2CyBAAA%3BEAA2B%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CmBAAA%3B%3BAACjM%2CaAAc%2CUAAS%3BEAAO%2CcAAA%3BEAAgB%2CyBAAA%3B%3BAAC9C%2CaAAc%2CUAAS%3BEAAQ%2CcAAA%3BEAAgB%2CyBAAA%3B%3BAAC%5C%2FC%2CaAAc%3BEAAK%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAACzD%2CaAAc%3BEAA6B%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAACjG%2CaAAc%3BEAA8B%2C6BAAA%3BEAA%2BB%2CoCAAA%3BEAAsC%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CmBAAA%3B%3BAAC1K%2CaAAc%3BEAAM%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAACzC%2CwBAAyB%2CkBAAkB%3BEAAa%2CmBAAA%3B%3BAACxD%2CwBAAyB%2CkBAAkB%2CWAAW%3BEAAM%2CmBAAA%3B%3BAAC5D%2CwBAAyB%2CkBAAkB%3BEAAgB%2CaAAA%3BEAAe%2CsBAAA%3B%3BAAC1E%2CwBAAyB%2CkBAAkB%3BEAAgB%2CQAAA%3B%3BAAC3D%2CwBAAyB%2CkBAAkB%3BEAAgB%2CQAAA%3B%3BAAC3D%2CwBAAyB%2CkBAAkB%2CcAAa%3BEAAgB%2CQAAA%3B%3BAACxE%2CwBAAyB%2CkBAAkB%2CYAAY%3BEAAI%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAC9F%2CwBAAyB%2CkBAAkB%2CcAAc%2CeAAe%3BAACxE%2CwBAAyB%2CkBAAkB%2CcAAc%2CeAAiB%3BEAAM%2CSAAA%3B%3BAAChF%2CwBAAyB%2CkBAAkB%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2C8BAAA%3B%3BAAKjH%2CQAJ0B%3BEAC1B%2CwBAAwB%2CIAAI%2CgBAAiB%2CkBAAiB%3BIAAU%2CSAAS%2CEAAT%3BIAAa%2CYAAY%2CsDAAZ%3BIAAiE%2CkBAAA%3BIAAoB%2COAAA%3BIAAS%2CMAAA%3BIAAQ%2CWAAA%3BIAAa%2CUAAA%3BIAAY%2CYAAA%3B%3BEACpN%2CwBAAwB%2CIAAI%2CgBAAiB%2CkBAAiB%3BIAAS%2CSAAS%2CEAAT%3BIAAa%2CYAAY%2CqDAAZ%3BIAAgE%2CkBAAA%3BIAAoB%2CQAAA%3BIAAU%2CMAAA%3BIAAQ%2CWAAA%3BIAAa%2CUAAA%3BIAAY%2CYAAA%3B%3B%3BAAEnN%2CwBAAwB%2CIAAI%2CgBAAiB%3BEAAoB%2CgCAAA%3BEAAkC%2CkBAAA%3B%3BAACnG%2CwBAAyB%3BAAA0B%2CwBAAyB%3BEAAqB%2CkBAAA%3B%3BAACjG%2CwBAAyB%2CmBAAmB%2CgBAAgB%2CeAAe%3BEAAQ%2CiBAAA%3BEAAmB%2CaAAA%3B%3BAACtG%2CwBAAyB%2CmBAAmB%2CgBAAgB%2CeAAe%2CMAAM%3BEAAI%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CSAAA%3BEAAW%2CkBAAA%3BEAAoB%2CiBAAA%3B%3BAAClM%2CwBAAyB%2CmBAAmB%2CgBAAgB%2CeAAe%2CMAAM%2CEAAC%2CMAAM%3BAACxF%2CwBAAyB%2CmBAAmB%2CgBAAgB%2CeAAe%2CMAAK%2CWAAY%2CEAAC%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2COAAA%3B%3BAAC5K%2CwBAAyB%2CiBAAiB%3BEAAiB%2C0BAAA%3BEAA4B%2CgBAAA%3B%3BAACvF%2CwBAAyB%3BEAAe%2CwBAAA%3B%3BAACxC%2CwBAAyB%3BEAAoB%2CeAAA%3B%3BAAC7C%2CwBAAwB%2CYAAY%2CiBAAkB%2CSAAS%2CyBAAyB%2CeAAe%3BEAAS%2C2BAAA%3B%3BAAChH%2CwBAAyB%2CeAAe%2COAAM%2CWAAY%3BEAAU%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAACxG%2CwBAAyB%2CgBAAgB%3BAACzC%2CwBAAyB%2CeAAe%2CyBAAyB%3BEAAqB%2CkBAAA%3B%3BAACtF%2CwBAAyB%2CWAAa%3BEAAM%2CkBAAA%3B%3BAAE5C%2CeAAe%3BAAAkB%2CeAAe%3BEAAmB%2CaAAA%3B%3BAACnE%2CgBAAiB%3BAAAqB%2CgBAAiB%3BEAAsB%2CeAAA%3B%3BAAC7E%2CgBAAiB%2CeAAc%3BAAC%5C%2FB%2CgBAAiB%2CeAAc%3BEAAyB%2C6BAAA%3B%3BAACxD%2CgBAAiB%3BAAAgB%2CgBAAiB%3BEAAiB%2CkBAAA%3B%3BAACnE%2CgBAAiB%3BAAAK%2CgBAAiB%3BEAAM%2CWAAA%3B%3BAAC7C%2CgBAAiB%2CeAAc%2CSAAU%3BAACzC%2CgBAAiB%2CeAAc%2CSAAU%3BEAAsB%2CUAAA%3BEAAY%2CQAAA%3BEAAU%2CWAAW%2CgBAAX%3BEAA6B%2CSAAA%3BEAAW%2CWAAA%3BEAAa%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAAC5J%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BEAAM%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CcAAA%3BEAAgB%2CmBAAA%3B%3BAAChI%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BEAAM%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAChH%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%2CIAAI%3BEAAI%2CcAAA%3BEAAgB%2CqDAAA%3B%3BAACrF%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BAAC7D%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BEAAQ%2CaAAA%3BEAAe%2C8BAAA%3B%3BAACpF%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BEAAa%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAAC%5C%2FF%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BEAAa%2CmBAAA%3B%3BAAC1E%2CiBAAkB%2CiBAAiB%3BEAAU%2C6BAAA%3BEAA%2BB%2CqCAAA%3BEAAuC%2CkBAAA%3B%3BAACnH%2CgBAAiB%2CoBAAoB%3BEAAU%2CkBAAA%3BEAAoB%2C2BAAA%3B%3BAAEnE%3BEAAmB%2CaAAA%3B%3BAACnB%2CgBAAiB%3BEAAK%2CmBAAA%3BEAA2B%2CyBAAA%3B%3BAACjD%2CgBAAiB%2CGAAE%3BEAAgB%2CeAAA%3B%3BAACnC%2CgBAAiB%3BEAAsB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2CuBAAA%3B%3BAACnG%2CgBAAiB%2CoBAAoB%3BEAAa%2CQAAA%3BEAAU%2CmBAAA%3B%3BAAC5D%2CgBAAiB%2CoBAAoB%2CWAAW%3BEAAO%2C0BAAA%3B%3BAACvD%2CgBAAiB%2CoBAAoB%3BEAAQ%2CaAAA%3BEAAe%2C8BAAA%3BEAAgC%2CgBAAA%3B%3BAAC5F%2CgBAAiB%2CoBAAoB%3BEAAM%2CoBAAA%3BEAAsB%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAACtF%2CgBAAiB%2CeAAc%2CMAAO%3BEAAsB%2CSAAA%3B%3BAAC5D%2CgBAAiB%2CoBAAoB%2CeAAc%3BEAAyB%2C6BAAA%3B%3BAAC5E%2CgBAAiB%3BEAAiB%2CmBAAA%3B%3BAAClC%2CgBAAiB%2CGAAE%2CYAAY%2CGAAI%3BEAAsB%2CmBAAA%3BEAAqB%2C6BAAA%3BEAA%2BB%2CmBAAA%3B%3BAAC7G%2CgBAAiB%2CGAAE%2CYAAY%2CGAAI%2CoBAAoB%3BEAAM%2CgBAAA%3BEAAkB%2CSAAA%3B%3BAAC%5C%2FE%2CgBAAiB%2CGAAE%2CYAAY%2CGAAI%2CoBAAoB%2CIAAI%3BEAAI%2C0BAAA%3B%3BAAC%5C%2FD%2CgBAAiB%2CGAAE%2CYAAY%2CGAAI%2CoBAAoB%3BEAAa%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAACtF%2CgBAAiB%2CGAAG%3BEAAU%2CkBAAA%3B%3BAAE9B%2CuBAAwB%3BEAAc%2CkBAAA%3B%3BAACtC%2CuBAAwB%2CYAAc%2CIAAC%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CqCAAA%3BEAAoC%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2CcAAA%3BEAAgB%2CUAAA%3B%3BAACjK%2CuBAAwB%3BEAAY%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAACpG%2CeAAe%2CuBAAwB%3BEAAU%2CiBAAA%3B%3BAACjD%2CuBAAwB%3BEAAW%2CmBAAA%3B%3BAACnC%2CuBAAwB%2CSAAS%3BEAAI%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CyBAAA%3BEAA2B%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAChH%2CuBAAwB%2CkBAAiB%3BEAAa%2C0BAAA%3BEAA4B%2CoCAAA%3BEAAsC%2C2BAAA%3BEAA6B%2CqBAAA%3BEAAuB%2CwCAAA%3BEAA0C%2CoBAAA%3BEAAsB%2CqBAAA%3B%3BAAC5O%2CuBAAwB%2CkBAAiB%3BAAAQ%2CuBAAwB%2CkBAAiB%3BEAAS%2CWAAA%3B%3BAACnG%2CuBAAwB%2CkBAAkB%3BEAAW%2CgBAAA%3B%3BAACrD%2CuBAAwB%3BEAAY%2CmBAAA%3BEAAqB%2CaAAA%3BEAAe%2CeAAA%3BEAAiB%2CeAAA%3B%3BAACzF%2CuBAAwB%2CUAAU%3BEAAa%2CkBAAA%3B%3BAAC%5C%2FC%2CuBAAwB%3BEAAa%2CWAAA%3BEAAwB%2CmBAAA%3BEAAqB%2CyBAAA%3BEAA2B%2CgBAAA%3B%3BAAC7G%2CuBAAwB%3BAAAqB%2CuBAAwB%3BEAAsB%2CiBAAA%3B%3BAAC3F%2CeAAe%2CuBAAwB%3BEAAa%2CqBAAA%3BEAAuB%2CSAAA%3B%3BAAC3E%2CeAAe%2CuBAAwB%2CaAAY%3BEAAS%2CaAAA%3B%3BAAE5D%2CgBAAiB%3BEAAa%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CkBAAA%3BEAAoB%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2CUAAA%3BEAAY%2CUAAA%3BEAAY%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2CkBAAA%3BEAAoB%2C0CAAA%3BEAAyC%2CmBAAA%3BEAAqB%2C6BAAA%3B%3BAAC1S%2CgBAAiB%2CMAAK%2CMAAO%3BEAAa%2CUAAA%3BEAAY%2CmBAAA%3B%3BAACtD%2CgBAAiB%2CMAAM%3BEAAc%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAACzD%2CgBAAiB%3BEAAa%2C0BAAA%3B%3BAAC9B%2CgBAAiB%3BEAAY%2CmBAAA%3B%3BAAC7B%2CgBAAiB%2CUAAU%3BEAAI%2CeAAA%3B%3BAAC%5C%2FB%2CgBAAiB%3BEAAW%2CmBAAA%3B%3BAAC5B%2CgBAAiB%2CSAAS%3BEAAI%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAAC9E%2CgBAAiB%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3BEAAmB%2CmBAAA%3B%3BAAChF%2CgBAAiB%3BEAAe%2CWAAA%3BEAAa%2CyBAAA%3BEAA2B%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2C6BAAA%3B%3BAAC3G%2CgBAAiB%2CaAAa%3BEAAW%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CYAAA%3B%3BAAC1E%2CgBAAiB%2CMAAM%2CaAAa%3BEAAW%2C6BAAA%3B%3BAAC%5C%2FC%2CgBAAiB%2CMAAK%2CMAAO%2CaAAa%3BEAAW%2CWAAU%2CaAAV%3BEAAyB%2C6BAAA%3B%3BAAE9E%2CgBAAiB%3BEAAgB%2CYAAA%3BEAAc%2CkBAAA%3B%3BAAC%5C%2FC%2CgBAAiB%2CMAAM%3BEAAc%2CkBAAA%3B%3BAACrC%2CgBAAiB%2CMAAM%3BEAAU%2CiBAAA%3B%3BAACjC%2CgBAAiB%2CMAAM%3BEAAa%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAACrE%2CgBAAiB%2CMAAM%2CWAAU%3BEAAS%2CaAAA%3B%3BAAC1C%2CgBAAiB%2CcAAc%3BAAAY%2CgBAAiB%3BEAAe%2CoBAAA%3B%3BAAC3E%2CgBAAiB%3BEAAa%2CSAAA%3B%3BAAC9B%2CgBAAiB%2CQAAQ%3BEAAK%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAACrE%2CgBAAiB%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2C6BAAA%3BEAA%2BB%2CmBAAA%3B%3BAAChG%2CgBAAiB%2CWAAW%3BEAAM%2CaAAA%3B%3B%3BAAGlC%2CwBAAwB%2CgBAAiB%3BAACzC%2CwBAAyB%3BEAAqB%2CkBAAA%3B%3BAAC9C%2CwBAAwB%2CgBAAiB%2CyBAAwB%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CUAAA%3BEAAY%2CiDAAA%3BEAAmD%2C4BAAA%3BEAA%2BB%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CiDAAA%3B%3BAACrQ%2CwBAAwB%2CgBAAiB%2CyBAAwB%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CaAAA%3BEAAe%2CYAAA%3BEAAc%2CiDAAA%3BEAAmD%2C4BAAA%3BEAA%2BB%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CiDAAA%3B%3BAACzQ%2CwBAAyB%2CmBAAkB%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CUAAA%3BEAAY%2CiDAAA%3BEAAmD%2C4BAAA%3BEAA%2BB%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CiDAAA%3B%3BAAC%5C%2FO%3BEACC%3BIAAM%2CWAAW%2CgBAAX%3B%3B%3BAAEP%2CwBAAyB%2CgBAAgB%2CeAAiB%2COAAI%3BEAAU%2CcAAA%3B%3BAACxE%2CwBAAyB%2CmBAAmB%2CgBAAgB%2CMAAM%3BEAAI%2CmBAAA%3BEAAqB%2CkBAAA%3B%3BAAC3F%2CYAAa%3BEAAiB%2CoBAAA%3B%3BAAC9B%2CYAAa%3BAAAgB%2CYAAa%2CeAAe%3BEAAS%2CgBAAA%3B%3BAAClE%2CYAAa%2CeAAe%3BEAAS%2C0BAAA%3B%3BAACrC%2CYAAa%3BAAAQ%2CgBAAiB%3BEAAM%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CcAAA%3B%3BAACvH%2CYAAa%3BAAAG%2CgBAAiB%3BAAAG%2CcAAe%3BEAAI%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAAC1F%2CYAAa%3BAAAW%2CgBAAiB%3BEAAY%2CgBAAA%3B%3BAACrD%2CYAAa%2CUAAU%2CQAAQ%3BAAAU%2CgBAAiB%2CUAAU%3BEAAW%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAClG%2CYAAa%2CUAAU%2CQAAO%3BEAAiB%2CkBAAA%3B%3BAAC%5C%2FC%2CYAAa%2CoBAAmB%3BEAAgB%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAACpE%2CgBAAiB%3BEAAM%2CmBAAA%3B%3BAACvB%2CgBAAiB%2CIAAI%3BEAAS%2CgBAAA%3B%3BAAC9B%2CgBAAiB%2CoBAAmB%2CYAAY%3BEAAO%2CkBAAA%3B%3BAACvD%2CYAAa%3BEAAM%2CsCAAA%3B%3BAACnB%3BEAAU%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CQAAA%3BEAAU%2CWAAW%2CqBAAX%3B%3BAACnD%3BEACC%3BIAAO%2CmBAAmB%2CcAAnB%3BIAAmC%2CWAAW%2CcAAX%3B%3B%3BAAE3C%2CcAAe%3BEAAK%2C0BAAA%3BEAA4B%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CSAAA%3B%3BAACvF%2CcAAe%3BEAAM%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAACjG%2COAAO%2CSAAU%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3B%3BAACvD%2CcAAe%3BEAAY%2CgBAAA%3B%3BAAC3B%2CQAAS%3BEAAM%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2CkBAAA%3B%3BAAChD%2CYAAa%3BEAAM%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2CmCAAA%3B%3BAAChE%2CwBAAyB%2CoBAAoB%3BEAAa%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CuBAAA%3BEAAyB%2CiBAAA%3BEAAmB%2CUAAA%3B%3BAAC1I%2CwBAAyB%2CoBAAoB%3BEAAW%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAACrF%2CwBAAyB%2CoBAAoB%3BEAAiB%2C2BAAA%3BEAA6B%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CcAAA%3B%3BAAClI%2CwBAAyB%2CoBAAoB%2CeAAe%3BEAAS%2CgBAAA%3BEAAkB%2CeAAA%3B%3BAACvF%2CwBAAyB%2CoBAAoB%2CeAAe%3BEAAe%2CgBAAA%3BEAAkB%2CSAAA%3BEAAW%2CeAAA%3B%3BAACxG%2CwBAAyB%2CoBAAoB%2CeAAe%3BEAAQ%2CkBAAA%3BEAAoB%2CaAAA%3BEAAe%2CWAAA%3B%3BAACvG%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BEAAiB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2CYAAA%3BEAAc%2CmBAAA%3BEAAqB%2C6BAAA%3BEAA%2BB%2CyBAAA%3B%3BAAC9M%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%2CcAAc%3BEAAS%2CuCAAA%3B%3BAACzF%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%2CcAAc%3BEAAgB%2CUAAA%3B%3BAAChG%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%3BEAAU%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2C0BAAA%3BEAA4B%2CYAAA%3BEAAc%2CMAAA%3BEAAQ%2C2BAAA%3BEAA6B%2CoBAAA%3B%3BAAC7N%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BEAAW%2CQAAA%3BEAAU%2CgBAAA%3B%3BAAC1F%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%3BEAAoB%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CiBAAA%3B%3BAAClH%2CwBAAyB%2CiBAAiB%3BEAAiB%2C0BAAA%3BEAA4B%2C4BAAA%3BEAA8B%2C2BAAA%3BEAA6B%2C%2BBAAA%3B%3BAAClJ%2CwBAAyB%2CiBAAiB%3BEAAgB%2CoBAAA%3B%3BAAC1D%2CwBAAyB%2CiBAAiB%3BEAAqB%2CkBAAA%3B%3BAAC%5C%2FD%2CwBAAyB%2CSAAS%2CiBAAgB%2CSAAU%2CQAAO%2COAAO%3BEAAU%2CaAAa%2CqSAAb%3B%3BAACpF%2CwBAAyB%2CwBAAwB%2CSAAS%2CEAAC%3BAAC3D%2CwBAAyB%2CwBAAwB%2CSAAS%2CEAAC%3BEAAU%2CaAAA%3B%3BAACrE%2CwBAAyB%2CmBAAmB%2CWAAU%3BEAAS%2CaAAa%2CsSAAb%3B%3BAAC%5C%2FD%2CwBAAyB%2CmBAAmB%2CWAAU%2COAAO%3BEAAS%2CaAAa%2C0PAAb%3B%3BAACtE%2CwBAAyB%2CaAAa%2CGAAE%3BAAAS%2CwBAAyB%2CSAAQ%2CKAAK%2CSAAU%2CaAAa%2CGAAK%2CKAAE%3BEAAU%2CaAAa%2C2PAAb%3B%3BAAC%5C%2FH%2CwBAAwB%2CsBAAuB%2CeAAe%2CkBAAkB%3BEAAe%2CkBAAA%3B%3BAAC%5C%2FF%2CwBAAwB%2CsBAAuB%2CeAAe%2CkBAAkB%2CaAAY%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CoCAAA%3BEAAmC%2CcAAA%3BEAAgB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2CWAAA%3B%3BAACrN%2CwBAAyB%2CQAAO%2CKAAM%2COAAO%2CQAAO%3BAACpD%2CwBAAyB%2CQAAO%2CKAAM%2COAAO%2CQAAO%3BEAAQ%2CsBAAA%3B%3BAAC5D%2CwBAAyB%2CmBAAmB%2CoBAAoB%3BEAAc%2CgBAAA%3B%3BAAC9E%2CwBAAyB%2CWAAW%2CsBAAsB%2CiBAAiB%3BAAC3E%2CwBAAyB%2CWAAW%2CaAAa%2CqBAAqB%2COAAM%3BAAAe%2CQAAQ%2CKAAK%2CSAAU%3BEAAQ%2CoBAAA%3B%3BAAC1H%2CwBAAyB%2CgBAAkB%3BEAAQ%2C2BAAA%3BEAA6B%2CmCAAA%3B%3BAAChF%2CwBAAyB%2CWAAW%2CeAAc%2C%2BBAAgC%2CsBAAqB%3BAACvG%2CwBAAyB%2CWAAW%2C4CAA4C%2CsBAAqB%3BEAAU%2CaAAA%3B%3BAAC%5C%2FG%2CwBAAyB%2CWAAW%3BEAAwB%2CuCAAA%3B%3BAAC5D%2CwBAAwB%2CYAAY%2C0BAA2B%2CSAAS%2CsBAAsB%2CaAAY%2COAAO%3BAACjH%2CwBAAwB%2CYAAY%2C2BAA4B%2CSAAS%2CsBAAsB%2CaAAY%2COAAO%3BAAClH%2CwBAAwB%2CYAAY%2CiBAAkB%2CSAAS%2CsBAAsB%2CaAAY%2COAAO%3BAACxG%2CwBAAwB%2CYAAY%2CqBAAsB%2CSAAS%2CsBAAsB%2CaAAY%2COAAO%3BAAC5G%2CwBAAwB%2CYAAY%2C2BAA4B%2CSAAS%2CsBAAsB%2CaAAY%2COAAO%3BEAAS%2CaAAa%2CuPAAb%3B%3BAAC3H%2CwBAAwB%2CYAAY%2C0BAA2B%2CSAAS%2CsBAAsB%2CaAAY%3BAAC1G%2CwBAAwB%2CYAAY%2C2BAA4B%2CSAAS%2CsBAAsB%2CaAAY%3BAAC3G%2CwBAAwB%2CYAAY%2CiBAAkB%2CSAAS%2CsBAAsB%2CaAAY%3BAACjG%2CwBAAwB%2CYAAY%2CqBAAsB%2CSAAS%2CsBAAsB%2CaAAY%3BAACrG%2CwBAAwB%2CYAAY%2C2BAA4B%2CSAAS%2CsBAAsB%2CaAAY%3BEAAS%2CaAAa%2CmSAAb%3B%3BAACpH%2CwBAAyB%2CeAAe%2COAAM%2CWAAY%3BEAAU%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAACxG%2CwBAAyB%2CeAAe%2COAAM%2CWAAY%3BEAAS%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3B%3B%3BAAIvG%2CwBAAyB%2CqBAAoB%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CWAAA%3BEAAY%2C%2BCAAA%3BEAAiD%2C4BAAA%3BEAA8B%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CiDAAA%3B%3BAAC5O%2CwBAAyB%3BEAAgB%2CkBAAA%3BEAAoB%2CyBAAA%3B%3BAAC7D%2CwBAAyB%2CcAAa%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2COAAA%3BEAAQ%2CQAAA%3BEAAU%2CWAAW%2CgBAAX%3BEAA6B%2CcAAA%3BEAAgB%2C2CAAA%3BEAA6C%2C4BAAA%3BEAA8B%2CWAAA%3BEAAa%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2C2BAAA%3B%3BAAC5S%2CwBAAyB%2CcAAa%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CMAAA%3BEAAQ%2CQAAA%3BEAAS%2CcAAA%3BEAAgB%2C6CAAA%3BEAA%2BC%2C4BAAA%3BEAA8B%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3B%3BAAC5N%2CwBAAyB%2CcAAa%2CyBAAyB%2C8BAA%2BB%3BEAAwB%2CiBAAA%3B%3BAACtH%3BEAAY%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CWAAA%3BEAAa%2CiDAAA%3BEAAkD%2CUAAA%3B%3BAAC1G%3BEAAY%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2COAAA%3BEAAS%2CiDAAA%3BEAAkD%2CUAAA%3B%3BAACtG%2CaAAc%3BEAAW%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAAC7C%2CaAAc%3BEAAO%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CoBAAA%3B%3BAACrD%2CaAAc%3BEAAU%2CeAAA%3BEAAiB%2CmBAAA%3B%3BAACzC%2CaAAc%3BEAAK%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CsBAAA%3BEAAwB%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAACnG%2CaAAc%2CKAAK%3BEAAI%2CeAAA%3BEAAiB%2CiBAAA%3B%3BAACxC%2CaAAc%3BEAAO%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAACxE%2CaAAc%2CKAAI%3BEAAS%2CYAAA%3B%3BAAC3B%2CaAAc%3BEAAW%2CaAAA%3BEAAe%2CmBAAA%3B%3BAACxC%3BEAAkB%2CkBAAA%3B%3BAAClB%2CeAAgB%2CIAAG%2CwBAAyB%2CiBAAiB%2CGAAE%2CWAAY%2CEAAC%3BEAAa%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CsBAAA%3BEAAwB%2C4BAAA%3BEAA8B%2C%2BBAAA%3B%3BAACxM%2CeAAgB%2CiBAAiB%3BEAAI%2C%2BCAAA%3BEAAiD%2C4BAAA%3BEAA8B%2C2BAAA%3BEAA6B%2CwBAAA%3B%3BAACjJ%2CeAAgB%3BEAAwB%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAAC5D%2CeAAgB%2CsBAAqB%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CWAAA%3BEAAY%2CQAAA%3BEAAS%2CqDAAA%3BEAAuD%2C4BAAA%3BEAA8B%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CUAAA%3B%3B%3BAAEzO%2CwBAAyB%2CyBAAyB%2CWAAU%2CIAAK%3BEAAM%2CoBAAA%3B%3BAACvE%2CwBAAyB%3BEAAiB%2CkBAAA%3B%3BAAC1C%2CwBAAyB%2CeAAe%3BEAAwB%2CkBAAA%3BEAAoB%2CiBAAA%3B%3BAACpF%2CwBAAyB%2CeAAe%3BEAA4B%2CkBAAA%3B%3BAACpE%2CwBAAyB%2CeAAe%2CsBAAqB%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CMAAA%3BEAAO%2COAAA%3BEAAQ%2CgDAAA%3BEAAkD%2C4BAAA%3BEAA%2BB%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CwBAAA%3B%3BAACvP%3BEAAe%2CmBAAA%3B%3BAACf%3BEAAU%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CoBAAA%3BEAAiC%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAACjG%2CwBAAyB%2CeAAc%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CWAAA%3BEAAY%2COAAA%3BEAAQ%2CUAAA%3BEAAY%2CiDAAA%3BEAAmD%2C4BAAA%3BEAA%2BB%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2CmCAAA%3B%3BAAC1T%2CwBAAyB%2CeAAc%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CWAAA%3BEAAY%2CQAAA%3BEAAS%2CUAAA%3BEAAY%2CkDAAA%3BEAAoD%2C4BAAA%3BEAA%2BB%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2CmCAAA%3B%3BAAC3T%2CwBAAyB%2CeAAe%2CoBAAmB%3BEAAiB%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAAChG%3BEAAmB%2CkBAAA%3B%3BAACnB%2CaAAc%3BEAAiB%2CmBAAA%3BEAAqB%2C8BAAA%3B%3BAACpD%2CaAAc%2CeAAe%3BEAAS%2CQAAA%3B%3BAACtC%2CaAAc%2CeAAe%3BEAAa%2CQAAA%3B%3BAAC1C%2CaAAc%2CeAAe%2CWAAW%3BEAAU%2CoBAAA%3BEAAsB%2C2BAAA%3B%3BAACxE%2CwBAAyB%2CcAAc%2CeAAe%2CoBAAoB%2COAAM%3BAAChF%2CwBAAyB%2CcAAc%2CeAAe%2CoBAAoB%2CQAAO%2CQAAS%3BEAAO%2CqBAAA%3BEAAuB%2C0BAAA%3B%3BAACxH%2CaAAc%3BEAAiB%2CmBAAA%3B%3BAAC%5C%2FB%2CaAAc%3BEAAS%2CaAAA%3BEAAe%2CqCAAA%3BEAAuC%2CqBAAA%3B%3BAAC7E%2CaAAc%2CeAAe%3BEAAgB%2CSAAA%3BEAAW%2CaAAA%3BEAAe%2CsBAAA%3BEAAwB%2CkBAAA%3BEAAoB%2CgBAAA%3BEAAkB%2C6BAAA%3B%3BAACrI%2CaAAc%2CeAAe%2CcAAa%3BEAAS%2CuCAAA%3B%3BAACnD%2CaAAc%2CeAAe%2CcAAc%2CWAAW%3BEAAsB%2CqBAAA%3B%3BAAC5E%2CaAAc%2CeAAe%3BEAAqB%2CgBAAA%3B%3BAAClD%2CaAAc%2CeAAe%3BEAA0B%2CaAAA%3BEAAe%2CmBAAA%3B%3BAACtE%2CaAAc%2CeAAe%2CcAAc%3BEAAqB%2CmBAAA%3BEAAqB%2C2BAAA%3BEAA6B%2CuBAAA%3B%3BAAClH%2CaAAc%2CeAAe%2CcAAc%3BEAAa%2CgBAAA%3B%3BAACxD%2CaAAc%2CeAAe%2CuBAAuB%3BEAAuB%2CaAAA%3BEAAe%2CWAAA%3B%3BAAC1F%2CwBAAyB%3BEAAgB%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAC1F%2CwBAAyB%2CiBAAiB%2CsBAAqB%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CUAAA%3BEAAW%2CQAAA%3BEAAS%2CUAAA%3BEAAY%2CkDAAA%3BEAAoD%2C4BAAA%3BEAA%2BB%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CwBAAA%3B%3BAAC5Q%2CwBAAyB%2CiBAAiB%2CsBAAqB%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CQAAA%3BEAAS%2COAAA%3BEAAQ%2CiDAAA%3BEAAmD%2C4BAAA%3BEAA%2BB%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CwBAAA%3B%3BAAC3P%2CaAAc%2CeAAe%2CoBAAoB%2CQAAO%3BAAAU%2CaAAc%2CeAAe%2CoBAAoB%2COAAM%3BEAAe%2CqBAAA%3B%3BAACxI%2CaAAc%2CeAAe%2CcAAc%3BEAAsB%2CaAAA%3B%3BAACjE%2CaAAc%2CeAAe%2CcAAc%3BEAAa%2CaAAA%3BEAAe%2CmBAAA%3B%3BAACvE%2CaAAc%2CeAAe%2CcAAc%2CWAAW%3BEAAiB%2CQAAA%3BEAAU%2CgBAAA%3B%3BAACjF%2CaAAc%2CeAAe%2CcAAc%2CWAAW%3BEAAa%2CQAAA%3B%3BAACnE%2CaAAc%2CeAAe%2CcAAc%2CWAAW%2CWAAW%3BEAAS%2C2BAAA%3B%3BAAC1E%2CwBAAyB%3BEAAa%2CkBAAA%3B%3BAACtC%2CwBAAyB%2CWAAU%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CaAAA%3BEAAe%2COAAA%3BEAAQ%2CUAAA%3BEAAY%2CkDAAA%3BEAAoD%2C4BAAA%3BEAA%2BB%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CwBAAA%3B%3BAACnP%2CwBAAyB%2CWAAU%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CQAAA%3BEAAS%2CUAAA%3BEAAY%2CmDAAA%3BEAAqD%2C4BAAA%3BEAA%2BB%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CwBAAA%3B%3BAACjP%2CwBAAyB%2CWAAW%3BEAAwB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAI7E%2CQAH0B%3BEAC1B%2CwBAAyB%3BIAAoB%2CeAAA%3B%3B%3BAAE7C%2CwBAAyB%2CkBAAkB%2CeAAe%2COAAM%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2C8CAAA%3BEAAgD%2C4BAAA%3BEAA8B%2CYAAA%3BEAAc%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CwBAAA%3BEAA0B%2CcAAA%3BEAAgB%2CmBAAA%3B%3BAAC7P%2CwBAAyB%2CkBAAkB%2CeAAe%3BEAAS%2C0BAAA%3BEAA4B%2CsBAAA%3BEAAwB%2CyBAAA%3B%3BAACvH%2CwBAAyB%2CkBAAkB%3BEAAgB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAC%5C%2FF%2CwBAAyB%2CkBAAkB%2CYAAY%3BEAAI%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAC9F%2CwBAAyB%2CkBAAkB%2CYAAY%2CEAAC%3BEAAU%2CSAAS%2CGAAT%3BEAAc%2CqBAAA%3BEAAuB%2CiBAAA%3B%3BAACvG%2CwBAAyB%2CkBAAkB%3BEAAU%2CgBAAA%3B%3BAACrD%2CwBAAyB%2CkBAAkB%2CoBAAmB%3BEAAS%2CaAAa%2C8SAAb%3BEAAwU%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CSAAA%3B%3BAAC3c%2CwBAAyB%2CkBAAkB%2CoBAAmB%3BEAAS%2CaAAa%2C6SAAb%3BEAAuU%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CSAAA%3B%3BAAC1c%2CwBAAyB%2CkBAAkB%3BAAC3C%2CwBAAyB%2CkBAAkB%3BEAAsB%2CiBAAA%3B%3BAACjE%2CwBAAyB%2CWAAW%3BEAAM%2CkBAAA%3B%3BAAC1C%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CWAAU%3BEAAa%2CQAAA%3BEAAU%2CMAAA%3B%3BAACtG%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CWAAU%3BEAAY%2COAAA%3BEAAS%2CMAAA%3B%3BAACpG%2CwBAAyB%2CeAAe%2CeAAe%3BEAAqB%2CUAAA%3B%3BAAC5E%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%3BEAAa%2CaAAA%3BEAAe%2C2BAAA%3B%3BAACjG%2CwBAAyB%2CeAAe%2CeAAe%2CcAAa%2CMAAO%3BEAAsB%2CWAAA%3B%3BAACjG%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%3BEAAwB%2CgBAAA%3B%3BAAC7F%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%3BEAAe%2CoBAAA%3B%3BAACpF%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%3BEAAW%2CmBAAA%3BEAA8B%2CYAAY%2CqGAAZ%3BEAAiI%2CMAAA%3B%3BAAC%5C%2FO%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CSAAS%3BEAAU%2CaAAA%3BEAAe%2CmBAAA%3B%3BAACvG%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CSAAS%2CQAAQ%3BEAAM%2CQAAA%3BEAAU%2CiBAAA%3B%3BAACtG%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CSAAS%2CQAAQ%3BEAAO%2CQAAA%3B%3BAAC7F%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CSAAS%3BEAAU%2CmBAAA%3B%3BAACxF%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CSAAS%2COAAM%3BEAAe%2CmBAAA%3B%3BAACnG%2CwBAAyB%2CeAAe%2CeAAe%2CcAAa%2CMAAO%2CSAAS%3BEAAU%2CgBAAA%3B%3BAAC9F%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%3BEAAqB%2CQAAA%3BEAAU%2CeAAA%3BEAAiB%2CyBAAA%3B%3BAACrH%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CcAAc%3BAACnF%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CmBAAmB%3BEAAI%2C2BAAA%3BEAA6B%2CoBAAA%3B%3BAACzH%2CwBAAyB%2CeAAe%2CcAAc%3BEAA0B%2CQAAA%3BEAAU%2CmBAAA%3BEAAqB%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CoBAAA%3B%3BAAClK%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CWAAW%3BEAAS%2C0BAAA%3B%3BAACzF%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CWAAW%2CeAAe%3BEAAS%2C2BAAA%3B%3BAACxG%2CwBAAwB%2CsBAAuB%2CeAAe%2CkBAAkB%3BAAAc%2CwBAAwB%2CsBAAuB%2CeAAe%2CkBAAkB%3BAAC9K%2CwBAAwB%2CsBAAuB%2CeAAe%2CkBAAkB%2CmBAAmB%3BEAAI%2CkBAAA%3B%3BAACvG%2CwBAAyB%2CiBAAiB%3BAAAoB%2CwBAAyB%2CkBAAkB%2CmBAAmB%3BAAAK%2CwBAAyB%2CUAAU%2COAAO%3BAAC3K%2CwBAAyB%2CUAAU%2COAAO%3BEAAM%2CkBAAA%3B%3BAAChD%2CwBAAwB%2CQAAS%2CQAAQ%2COAAO%2CaAAa%3BAAC7D%2CwBAAyB%2CSAAS%2COAAO%2CaAAa%3BEAAS%2CsBAAA%3B%3BAAC%5C%2FD%2CwBACC%2CiBAAiB%2COAAO%2CiBAAiB%2CSAAS%3BAADnD%2CwBACsD%2CiBAAiB%2COAAO%2CiBAAiB%2CWAAW%3BAAD1G%2CwBAC6G%2CiBAAiB%2COAAO%2CiBAAiB%2CSAAS%3BAAD%5C%2FJ%2CwBAEC%2CiBAAiB%2COAAO%2CiBAAiB%2CWAAW%3BEAAU%2C6BAAA%3B%3BAAE%5C%2FD%2CwBAAyB%2CcAAa%2CQAAS%2CeAAe%2CeAAe%2CcAAc%3BEAAW%2CkCAAA%3B%3BAACtG%2CwBAAyB%2CiBAAiB%2CSAAS%2CeAAe%2CEAAC%3BEAAe%2C2BAAA%3B%3B%3B%3BAAIlF%2CwBACC%2CiBAAiB%2CeAAe%2CaAAY%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CQAAA%3B%3BAAD3H%2CwBAEC%2CiBAAiB%2CeAAe%2CaAAY%3BEAAS%2CaAAA%3B%3BAAFtD%2CwBAGI%2CiBAAiB%3BAAHrB%2CwBAGqC%2CiBAAiB%2CeAAe%3BAAHrE%2CwBAG6E%2CiBAAiB%2CeAAe%3BAAH7G%2CwBAG2H%2CiBAAiB%2CiBAAiB%3BEAAiB%2CgBAAA%3B%3BAAH9K%2CwBAIC%2CiBAAiB%2CeAAe%3BEAAe%2CgBAAA%3B%3BAAJhD%2CwBAKI%2CiBAAiB%2CiBAAiB%3BEAAU%2CuBAAA%3B%3BAALhD%2CwBAMI%2CiBAAiB%3BEAAiB%2C8BAAA%3B%3BAANtC%2CwBAOI%2CiBAAiB%2CeAAe%3BEAAS%2C0BAAA%3BEAA4B%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAP3F%2CwBAQI%2CiBAAiB%2CeAAe%3BEAAe%2C8BAAA%3BEAAgC%2CkBAAA%3B%3BAARnF%2CwBASI%2CiBAAiB%3BEAAiB%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAT1E%2CwBAUI%2CiBAAiB%3BEAAiB%2CgBAAA%3B%3BAAVtC%2CwBAWI%2CiBAAiB%3BEAAiB%2CUAAA%3B%3BAAXtC%2CwBAYI%2CiBAAiB%3BEAAS%2CUAAA%3BEAAY%2CiBAAA%3B%3BAAZ1C%2CwBAaI%2CiBAAiB%2CiBAAiB%2CeAAe%2CQAAQ%3BEAAW%2CqBAAA%3B%3BAAbxE%2CwBAeC%3BEAA2B%2CkBAAA%3B%3BAAf5B%2CwBAgBC%2CyBAAyB%3BEAAY%2CUAAA%3B%3BAACrC%2CwBAAC%2CgBAAiB%2CyBAAwB%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CQAAA%3BEAAS%2CUAAA%3BEAAY%2CmDAAA%3BEAAqD%2C4BAAA%3BEAA8B%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CwBAAA%3B%3BAACzP%2CwBAAC%2CgBAAiB%2CyBAAwB%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2COAAA%3BEAAQ%2CUAAA%3BEAAY%2CmDAAA%3BEAAqD%2C4BAAA%3BEAA8B%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CwBAAA%3B%3BAAlBxP%2CwBAmBC%2CyBAAyB%2CWAAU%2CIAAK%3BEAAM%2CWAAW%2CcAAX%3BEAA2B%2CqBAAA%3B%3BAAnB1E%2CwBAoBC%2CWAAW%3BEAAW%2CqBAAA%3B%3BAApBvB%2CwBAqBC%2CyBAAyB%2CaAAY%3BAArBtC%2CwBAqB%2BC%2CyBAAyB%2CaAAY%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CQAAA%3B%3BAArBjK%2CwBAsBC%2CyBAAyB%2CaAAY%3BEAAS%2CQAAA%3BEAAU%2CUAAA%3B%3BAAtBzD%2CwBAuBC%2CeAAe%2CcAAc%3BEAAiB%2CeAAA%3BEAAiB%2CoBAAA%3BEAAsB%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAAvB1G%2CwBAyBC%3BEAAe%2CkBAAA%3BEAAoB%2CiBAAA%3B%3BAAzBpC%2CwBA0BC%2CaAAa%3BEAAK%2CiDAAA%3BEAAmD%2C2BAAA%3BEAA6B%2CgBAAA%3BEAAkB%2CcAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CyBAAA%3BEAA2B%2C6BAAA%3BEAA%2BB%2CoCAAA%3BEAAsC%2CqBAAA%3BEAAuB%2CSAAA%3B%3BAA1B9Q%2CwBA4BC%3BEAAe%2CoCAAA%3BEAAsC%2CmCAAA%3B%3BAA5BtD%2CwBA6BC%3BEAAuB%2CiBAAA%3BEAAmB%2C6BAAA%3B%3BAA7B3C%2CwBA8BC%2CqBAAqB%3BEAAa%2C6BAAA%3BEAA%2BB%2CSAAA%3BEAAW%2CgBAAA%3B%3BAA9B7E%2CwBA%2BBC%2CqBAAqB%2CWAAW%3BAA%5C%2FBjC%2CwBA%2BBuC%2CqBAAqB%3BEAAW%2CUAAA%3B%3BAA%5C%2FBvE%2CwBAgCC%2CqBAAqB%3BEAAW%2CgBAAA%3B%3BAAhCjC%2CwBAiCC%2CqBAAqB%3BEAAe%2CaAAA%3B%3BAAjCrC%2CwBAkCC%2CqBAAqB%2CWAAU%3BEAAS%2CgBAAA%3B%3BAAlCzC%2CwBAmCC%2CqBAAqB%2CSAAS%3BEAAO%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2CgBAAA%3B%3BAAnClF%2CwBAoCC%2CqBAAqB%2CMAAM%2CSAAS%3BEAAO%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAApCnG%2CwBAqCC%2CqBAAoB%2CYAAa%2CMAAK%2CMAAO%2CWAAW%3BEAAM%2CWAAW%2CYAAX%3BEAAyB%2CmBAAmB%2CYAAnB%3B%3BAArCxF%2CwBAuCC%3BEAAqB%2CkBAAA%3B%3BAAvCtB%2CwBAwCC%2CqBAAqB%3BAAxCtB%2CwBAwCuC%2CmBAAmB%3BEAAkB%2CsBAAA%3BEAAwB%2CmBAAA%3B%3BAAxCpG%2CwBAyCC%2CmBAAmB%3BEAAiB%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAAzC1D%2CwBA0CC%2CmBAAmB%2CgBAAgB%2CeAAe%2CMAAM%3BEAAI%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CkBAAA%3BEAAoB%2CiBAAA%3BEAAmB%2CgBAAA%3BEAAkB%2CoCAAA%3BEAAsC%2CkBAAA%3B%3BAA1C%5C%2FM%2CwBA2CC%2CmBAAmB%2CgBAAgB%2CeAAe%2CMAAK%2CWAAY%2CEAAE%3BEAAO%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAA3CjG%2CwBA4CC%2CmBAAmB%2CgBAAgB%2CeAAe%2CMAAK%2CWAAY%2CEAAC%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CMAAA%3B%3BAA5CnK%2CwBA6CC%2CmBAAmB%2CgBAAgB%2CeAAe%2CMAAK%2CWAAY%2CEAAC%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CcAAA%3BEAAgB%2CYAAA%3BEAAc%2CuBAAA%3BEAAyB%2CiBAAA%3BEAAmB%2CmBAAA%3BEAAqB%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CQAAA%3BEAAU%2CWAAA%3BEAAa%2C6BAAA%3B%3BAA7CjP%2CwBA8CC%2CmBAAkB%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CQAAA%3BEAAS%2CUAAA%3BEAAY%2CsDAAA%3BEAAwD%2C4BAAA%3BEAA8B%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CwBAAA%3B%3BAA9CpO%2CwBAgDC%3BEAAsB%2CeAAA%3BEAAiB%2CkBAAA%3B%3BAAhDxC%2CwBAiDC%2CoBAAoB%3BEAAa%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CuBAAA%3BEAAyB%2CiBAAA%3B%3BAAjD%5C%2FF%2CwBAkDC%2CoBAAoB%3BEAAW%2CSAAA%3BEAAW%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAAlD7D%2CwBAmDC%2CoBAAoB%3BEAAiB%2C2BAAA%3BEAA6B%2CsCAAA%3BEAAwC%2C8BAAA%3BEAAgC%2CkCAAA%3BEAAoC%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAAnDjM%2CwBAoDC%2CoBAAoB%2CeAAe%3BEAAS%2CgBAAA%3BEAAkB%2CWAAA%3BEAAa%2CeAAA%3B%3BAApD5E%2CwBAqDC%2CoBAAoB%2CeAAe%3BEAAe%2CgBAAA%3BEAAkB%2CeAAA%3BEAAgB%2CWAAA%3BEAAwB%2CqBAAA%3BEAAuB%2CeAAA%3BEAAiB%2CoBAAA%3B%3BAArDrJ%2CwBAsDC%2CoBAAoB%2CeAAe%2CaAAY%3BAAtDhD%2CwBAsDyD%2CoBAAoB%2CeAAe%2CaAAY%3BEAAS%2CaAAA%3B%3BAAtDjH%2CwBAuDC%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BEAAiB%2CWAAA%3BEAAwB%2CyBAAA%3BEAAsC%2CYAAA%3BEAAc%2C6BAAA%3BEAA%2BB%2CuBAAA%3B%3BAAvDtK%2CwBAwDC%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%2CcAAc%3BEAAgB%2CWAAA%3BEAAwB%2CUAAA%3B%3BAAxDhG%2CwBAyDC%2CoBAAoB%2CMAAK%2CUAAW%3BEAAU%2CWAAA%3BEAAa%2CeAAA%3BEAAiB%2CyBAAA%3BEAA2B%2C0BAAA%3BEAA4B%2CYAAA%3BEAAc%2CMAAA%3BEAAQ%2C8BAAA%3BEAA2C%2CaAAA%3BEAAe%2CmBAAA%3B%3BAAzDpN%2CwBA0DC%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BEAAW%2CqBAAA%3BEAAuB%2CQAAA%3BEAAU%2CWAAW%2CcAAX%3BEAA2B%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CiBAAA%3B%3BAA1D%5C%2FI%2CwBA4DC%3BEAAoB%2CyCAAA%3BEAA2C%2CgCAAA%3BEAAkC%2CoCAAA%3BEAAsC%2CiBAAA%3BEAAmB%2C6BAAA%3B%3BAA5D3J%2CwBA6DC%2CkBAAkB%3BEAAU%2CeAAA%3B%3BAA7D7B%2CwBA8DC%2CkBAAkB%2CWAAW%3BEAAM%2CmBAAA%3BEAAqB%2CcAAA%3BEAAgB%2CmBAAA%3B%3BAA9DzE%2CwBA%2BDC%2CkBAAkB%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAA%5C%2FDxF%2CwBAgEC%2CkBAAkB%2CYAAY%3BEAAI%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAAhEtE%2CwBAiEC%2CkBAAkB%2CYAAY%3BEAAI%2CaAAA%3B%3BAAjEnC%2CwBAkEC%2CcAAc%3BEAAiB%2CkBAAA%3B%3BAAlEhC%2CwBAmEC%2CkBAAkB%3BAAnEnB%2CwBAmEwC%2CkBAAkB%3BAAnE1D%2CwBAmE%2BE%2CkBAAkB%3BAAnEjG%2CwBAmEsH%2CkBAAkB%3BAAnExI%2CwBAoEC%2CcAAc%3BAApEf%2CwBAoEoC%2CcAAc%3BEAAsB%2CuBAAA%3B%3BAApExE%2CwBAqEC%2CkBAAkB%2CoBAAmB%3BAArEtC%2CwBAqE8C%2CkBAAkB%2CoBAAmB%3BAArEnF%2CwBAsEC%2CcAAc%2CoBAAmB%3BEAAS%2CaAAa%2C6TAAb%3BEAAuV%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CcAAA%3BEAAgB%2CSAAA%3BEAAW%2CeAAA%3BEAAiB%2CUAAA%3BEAAY%2CQAAA%3B%3BAAtErd%2CwBAuEC%2CkBAAkB%2CoBAAmB%3BAAvEtC%2CwBAuE8C%2CkBAAkB%2CoBAAmB%3BAAvEnF%2CwBAwEC%2CcAAc%2CoBAAmB%3BEAAS%2CaAAa%2CiUAAb%3BEAA2V%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CcAAA%3BEAAgB%2CSAAA%3BEAAW%2CeAAA%3BEAAiB%2CUAAA%3BEAAY%2CQAAA%3B%3BAAxEzd%2CwBA0EC%2CwBAAwB%3BEAAa%2CkBAAA%3BEAAoB%2CmBAAA%3B%3BAA1E1D%2CwBA2EC%2CwBAAwB%3BEAAQ%2CgBAAA%3B%3BAA3EjC%2CwBA4EC%2CwBAAwB%3BEAAU%2C6BAAA%3BEAA%2BB%2CyBAAA%3BEAA2B%2CuBAAA%3B%3BAA5E7F%2CwBA6EC%2CwBAAwB%2CQAAQ%2CGAAG%3BEAAI%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAA7E3E%2CwBA8EC%2CwBAAwB%3BEAAmB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAA9E%5C%2FE%2CwBA%2BEC%2CwBAAwB%3BEAAoB%2C6BAAA%3BEAA%2BB%2C0BAAA%3B%3BAA%5C%2FE5E%2CwBAgFC%2CwBAAwB%2CMAAK%2CMAAO%3BEAAoB%2C6BAAA%3B%3BAAhFzD%2CwBAiFC%2CwBAAwB%3BEAAa%2CaAAA%3B%3BAAjFtC%2CwBAkFC%2CwBAAwB%2CkBAAkB%3BEAAW%2CqBAAA%3B%3BAAlFtD%2CwBAoFC%2CaAAa%2COAAM%3BEAAS%2CUAAA%3B%3BAApF7B%2CwBAsFC%2CYAAW%2COAAQ%3BEAAmB%2CsBAAA%3B%3BAAtFvC%2CwBAuFC%2CQAAO%2CKAAM%2CkBAAkB%3BEAAkB%2CwCAAA%3B%3BAAEjD%2CwBAAC%2CIAAI%2CkBAAmB%3BEAAe%2C4BAAA%3B%3BAAEvC%2CwBAAC%2CsBAAuB%2CeAAe%2CkBAAkB%3BEAAM%2CaAAA%3B%3BAAC%5C%2FD%2CwBAAC%2CcAAe%2CkBAAkB%2CmBAAmB%3BEAAI%2C6BAAA%3B%3BAACzD%2CwBAAC%2CsBAAuB%2CeAAe%2CkBAAkB%3BEAAqB%2CgBAAA%3BEAAkB%2CUAAA%3B%3BAA7FjG%2CwBA%2BFC%2CSAAQ%2CKAAK%2CSAAS%3BAA%5C%2FFvB%2CwBA%2BFmC%2CSAAQ%2CKAAK%2CSAAS%3BAA%5C%2FFzD%2CwBA%2BFoE%2CSAAS%2CqBAAqB%2CMAAK%3BAA%5C%2FFvG%2CwBA%2BFqH%3BEAAsB%2CwCAAA%3B%3BAA%5C%2FF3I%2CwBAgGC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BAAhG3D%2CwBAgG4E%2CsBAAqB%3BEAAU%2CsBAAA%3B%3BAAhG3G%2CwBAiGC%2CiBAAiB%2COAAO%3BAAjGzB%2CwBAiGuC%3BAAjGvC%2CwBAiG8D%3BAAjG9D%2CwBAiG2E%3BAAjG3E%2CwBAiG%2BF%2CgBAAgB%2CcAAc%2COAAO%3BEAAS%2CyBAAA%3BEAA2B%2CqBAAA%3B%3BAAjGxK%2CwBAkGC%2CiBAAiB%2COAAM%3BAAlGxB%2CwBAkG6C%2CiBAAiB%2COAAM%3BEAAwB%2CqBAAA%3B%3BAAlG5F%2CwBAoGC%2CeAAe%3BEAAY%2CkBAAA%3B%3BAApG5B%2CwBAsGC%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAU%2CMAAQ%2CKAAE%2CYAAa%3BAAtGvD%2CwBAuGC%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAU%2CMAAQ%2CKAAE%2CYAAa%3BEAAK%2CqBAAA%3B%3BAAvG5D%2CwBAwGC%3BAAxGD%2CwBAwGc%2CMAAK%3BAAxGnB%2CwBAwG2B%2COAAM%3BEAAoB%2CyBAAA%3B%3BAAxGrD%2CwBAwGC%2CYACC%2CMAAM%3BAAzGR%2CwBAwGc%2CMAAK%2CMACjB%2CMAAM%3BAAzGR%2CwBAwG2B%2COAAM%2CiBAC%5C%2FB%2CMAAM%3BEAAK%2CyBAAA%3B%3BAAzGb%2CwBAwGC%2CYAEC%3BAA1GF%2CwBAwGc%2CMAAK%2CMAEjB%3BAA1GF%2CwBAwG2B%2COAAM%2CiBAE%5C%2FB%3BAA1GF%2CwBAwGC%2CYA0W4C%2CCAxWxC%3BAA1GL%2CwBAwGc%2CMAAK%2CMA0W0B%2CCAxWxC%3BAA1GL%2CwBAwG2B%2COAAM%2CiBA0WY%2CCAxWxC%3BEAAK%2CyBAAA%3B%3BAA1GV%2CwBAwGC%2CYAGC%2CMAAM%2CGAAE%2CYAAY%3BAA3GtB%2CwBAwGc%2CMAAK%2CMAGjB%2CMAAM%2CGAAE%2CYAAY%3BAA3GtB%2CwBAwG2B%2COAAM%2CiBAG%5C%2FB%2CMAAM%2CGAAE%2CYAAY%3BEAAS%2CyBAAA%3B%3BAA3G%5C%2FB%2CwBA8GC%2CSAAQ%2CKAAK%2CSAAU%2CMAAM%3BEAAK%2CyBAAA%3B%3BAA9GnC%2CwBA%2BGC%2CYAAY%2C%2BBAA%2BB%3BEAAc%2CyBAAA%3B%3BAA%5C%2FG1D%2CwBAgHC%2CYAAY%2C%2BBAA%2BB%2CYAAY%2CMAAM%3BAAhH9D%2CwBAgHkE%2CYAAY%2C%2BBAA%2BB%2CYAAY%2CMAAM%3BEAAK%2CyBAAA%3BEAAsC%2CqBAAA%3B%3BAAEzK%2CwBAAC%2CQAAS%2CSAAQ%2CaAAc%2COAAO%3BAAAc%2CwBAAC%2CQAAS%2CSAAQ%2CmBAAoB%2COAAO%3BEAAe%2CoCAAA%3B%3BAAlHlH%2CwBAoHC%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAO%2CQAAK%3BEAAW%2CqBAAA%3B%3B%3B%3BAAM5D%2CwBACC%2CgBAAe%3BEAAwB%2CgBAAA%3BEAAkB%2C6BAAA%3B%3BAAD1D%2CwBAEC%2CgBAAe%2CqBAAsB%3BEAAK%2C6BAAA%3BEAA%2BB%2CqCAAA%3BEAAuC%2CiCAAA%3B%3BAAFjH%2CwBAGC%2CgBAAe%2CqBAAsB%3BEAAO%2CkBAAA%3B%3BAAH7C%2CwBAIC%2CgBAAe%2CqBAAsB%2CKAAK%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CeAAA%3BEAAiB%2CcAAA%3B%3BAAJlG%2CwBAKC%2CgBAAe%2CqBAAsB%3BEAAa%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CgBAAA%3B%3BAALvF%2CwBAMC%2CgBAAe%2CqBAAsB%2CWAAW%3BEAAI%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CcAAA%3BEAAgB%2CyBAAA%3BEAA2B%2CgBAAA%3B%3BAANnI%2CwBAOC%2CgBAAe%2CqBAAsB%3BEAAO%2CcAAA%3BEAAgB%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAP9F%2CwBAQC%2CgBAAe%2CqBAAsB%2C0BAAyB%3BEAAgC%2CUAAA%3B%3BAAR%5C%2FF%2CwBAUC%3BEAAwB%2CiBAAA%3B%3BAAVzB%2CwBAYI%2CyBAAyB%2CeAAe%2CWAAW%3BAAZvD%2CwBAaC%2CyBAAyB%2CWAAW%3BEAAU%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2C6BAAA%3B%3BAAblF%2CwBAcI%2CyBAAyB%2CeAAe%2CWAAW%2CQAAQ%3BEAAW%2CgBAAA%3B%3BAAd1E%2CwBAeC%2CyBAAyB%2CeAAc%2COAAQ%2CcAAa%3BEAAgB%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAAf%5C%2FF%2CwBAgBC%2CyBAAyB%3BEAAY%2CaAAA%3B%3BAAhBtC%2CwBAiBI%2CeAAc%3BEAAU%2CaAAA%3B%3BAAjB5B%2CwBAkBC%2CeAAe%2CeAAe%2CcAAc%3BEAAa%2CYAAA%3B%3BAAlB1D%2CwBAmBC%2CeAAe%2CeAAe%2CcAAc%3BEAAqB%2CmBAAA%3B%3BAAnBlE%2CwBAoBC%2CeAAe%2CeAAe%2CcAAc%3BAApB7C%2CwBAqBC%2CeAAe%2CeAAe%2CcAAc%3BEAAqB%2CgBAAA%3B%3BAArBlE%2CwBAsBI%2CeAAe%2CeAAe%3BEAAqB%2CUAAA%3BEAAY%2CyBAAA%3BEAA2B%2CkBAAA%3B%3BAAtB9F%2CwBAuBI%2CeAAe%2CeAAe%2CcAAc%3BEAAwB%2C6BAAA%3BEAA%2BB%2CSAAA%3BEAAW%2CkBAAA%3B%3BAAvBlH%2CwBAwBI%2CeAAe%2CeAAe%3BAAxBlC%2CwBAwBkD%2CyBAAyB%2CeAAe%3BEAAiB%2CmBAAA%3BEAAqB%2CmBAAA%3B%3BAAxBhI%2CwBAyBI%2CeAAe%2CeAAe%2CeAAe%3BAAzBjD%2CwBA0BI%2CyBAAyB%2CeAAe%2CeAAe%3BEAAsB%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CoBAAA%3B%3BAA1BpH%2CwBA2BC%2CyBAAyB%2CeAAe%3BAA3BzC%2CwBA2B6D%2CyBAAyB%2CeAAe%2CmBAAmB%3BEAAI%2CmBAAA%3B%3BAA3B5H%2CwBA4BI%2CeAAe%2CeAAe%2CcAAc%2CcAAc%3BAA5B9D%2CwBA4BiE%2CeAAe%2CeAAe%2CcAAc%2CmBAAmB%3BAA5BhI%2CwBA6BI%2CyBAAyB%2CeAAe%2CcAAc%2CcAAc%3BAA7BxE%2CwBA6B2E%2CyBAAyB%2CeAAe%2CcAAc%2CmBAAmB%3BEAAI%2CeAAA%3BEAAiB%2C2BAAA%3B%3BAA7BzK%2CwBA8BI%2CeAAe%2CeAAe%2CcAAc%2CWAAW%3BAA9B3D%2CwBA%2BBI%2CyBAAyB%2CeAAe%2CcAAc%2CWAAW%3BEAAS%2C0BAAA%3BEAA4B%2C2BAAA%3B%3BAA%5C%2FB1G%2CwBAgCI%2CeAAe%2CeAAe%2CcAAc%2CWAAW%3BAAhC3D%2CwBAiCI%2CyBAAyB%2CeAAe%2CcAAc%2CWAAW%3BEAAiB%2CQAAA%3BEAAU%2CgBAAA%3BEAAkB%2CYAAA%3BEAAc%2CqBAAA%3B%3BAAjChI%2CwBAkCI%2CeAAe%2CeAAe%2CcAAc%2CWAAW%3BAAlC3D%2CwBAmCI%2CyBAAyB%2CeAAe%2CcAAc%2CWAAW%3BEAAa%2CkBAAA%3B%3BAAnClF%2CwBAoCI%2CeAAe%2CeAAe%2CcAAc%2CWAAW%2CWAAU%3BAApCrE%2CwBAqCI%2CyBAAyB%2CeAAe%2CcAAc%2CWAAW%2CWAAU%3BEAAU%2CSAAS%2CGAAT%3BEAAe%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAArC3H%2CwBAsCI%2CeAAe%2CeAAe%2CcAAc%2CWAAW%2CeAAe%3BAAtC1E%2CwBAuCI%2CyBAAyB%2CeAAe%2CcAAc%2CWAAW%2CeAAe%3BEAAS%2C2BAAA%3B%3BAAvC7F%2CwBAwCI%2CeAAe%2CeAAe%2CcAAc%3BEAA2B%2CQAAA%3B%3BAAxC3E%2CwBAyCI%2CeAAe%2CeAAe%2CcAAc%3BEAAsB%2CQAAA%3B%3BAAzCtE%2CwBA0CI%2CeAAe%2CeAAe%2CcAAa%2CMAAO%3BEAAsB%2CWAAA%3B%3BAA1C5E%2CwBA2CC%2CeAAe%2CeAAe%2CcAAc%3BEAAqB%2C6BAAA%3B%3BAA3ClE%2CwBA4CI%2CeAAe%2CeAAe%2CcAAa%2CMAAO%3BEAAqB%2CwCAAA%3BEAAuC%2C6BAAA%3B%3BAA5ClH%2CwBA6CI%2CeAAe%2CeAAe%2CcAAc%3BEAAW%2CYAAA%3BEAAc%2CSAAA%3BEAAW%2CSAAA%3BEAAW%2COAAA%3BEAAS%2C6BAAA%3B%3BAA7CxG%2CwBA8CI%2CeAAe%2CeAAe%2CcAAa%2CMAAO%3BEAAW%2CSAAA%3BEAAW%2COAAA%3B%3BAA9C5E%2CwBA%2BCI%2CeAAe%2CeAAe%2CcAAc%3BEAAmB%2CWAAA%3B%3BAA%5C%2FCnE%2CwBAgDI%2CeAAe%2CeAAe%2CcAAc%2CQAAO%2COAAO%3BEAAW%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CqCAAA%3BEAAuC%2C6BAAA%3BEAA%2BB%2CaAAA%3BEAAe%2CmBAAA%3BEAAqB%2CuBAAA%3B%3BAAhDtN%2CwBAiDI%2CeAAe%2CeAAe%2CcAAc%2CQAAO%2COAAO%2CQAAS%3BEAAW%2CQAAA%3BEAAU%2CiBAAA%3BEAAmB%2CWAAA%3BEAAa%2CYAAA%3B%3BAAjD5H%2CwBAkDI%2CeAAe%2CcAAc%2CoBAAmB%2CQAAS%3BEAAY%2CkBAAA%3B%3BAAlDzE%2CwBAmDI%2CeAAe%2CcAAc%2CoBAAmB%2CQAAS%3BEAAU%2CsBAAA%3BEAAwB%2CYAAA%3BEAAc%2CiBAAA%3BEAAmB%2C%2BBAAA%3B%3BAAnDhI%2CwBAoDI%2CeAAe%2CcAAc%2CoBAAmB%2CQAAS%2CQAAQ%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3B%3BAApD7F%2CwBAqDC%2CeAAe%2CeAAe%2CcAAc%2CWAAU%3BEAAa%2CQAAA%3BEAAU%2CMAAA%3B%3BAArD9E%2CwBAsDC%2CeAAe%2CeAAe%2CcAAc%2CWAAU%3BEAAY%2COAAA%3BEAAS%2CMAAA%3B%3BAAtD5E%2CwBAuDC%2CeAAe%2CeAAe%2CcAAc%2CSAAS%2COAAM%3BEAAe%2CqCAAA%3BEAAuC%2C6BAAA%3B%3BAAvDlH%2CwBAwDC%2CeAAe%2CeAAe%2CyBAAyB%3BAAxDxD%2CwBAyDC%2CeAAe%2CeAAe%2CyBAAyB%3BEAAqB%2C6BAAA%3BEAA%2BB%2CqCAAA%3B%3BAAzD5G%2CwBA0DC%2CWAAa%3BEAAM%2CkBAAA%3B%3BAA1DpB%2CwBA4DC%2CyBAAyB%2CeAAe%2CcAAc%3BEAAa%2CmBAAA%3B%3BAA5DpE%2CwBA8DI%3BEAAsB%2CiBAAA%3B%3BAA9D1B%2CwBA%2BDC%2CoBAAoB%2CyBAAyB%3BEAAiB%2CgCAAA%3BEAAkC%2CoBAAA%3BEAAsB%2CgBAAA%3B%3BAA%5C%2FDvH%2CwBAgEI%2CoBAAoB%2CyBAAyB%3BEAAY%2CSAAA%3B%3BAAhE7D%2CwBAiEI%2CoBAAoB%3BEAAsB%2CeAAA%3B%3BAAjE9C%2CwBAkEI%2CoBAAoB%2CoBAAoB%3BEAA2B%2CsBAAA%3BEAAwB%2CaAAA%3BEAAe%2CyBAAA%3BEAA2B%2CkBAAA%3B%3BAAlEzI%2CwBAmEI%2CoBAAoB%2CyBAAyB%3BEAAa%2CUAAA%3B%3BAAnE9D%2CwBAoEC%2CoBAAoB%2CyBAAyB%3BAApE9C%2CwBAqEC%2CoBAAoB%2CyBAAyB%3BEAAsB%2CoBAAA%3B%3BAArEpE%2CwBAsEC%2CoBAAoB%2CyBAAyB%2CoBAAmB%3BAAtEjE%2CwBAuEC%2CoBAAoB%2CyBAAyB%2CoBAAmB%3BEAAS%2CYAAA%3BEAAc%2CWAAA%3B%3BAAvExF%2CwBAwEC%2CyBAAyB%2CeAAe%3BEAAgB%2CoBAAA%3BEAAsB%2CgCAAA%3B%3BAAxE%5C%2FE%2CwBAyEC%2CyBAAyB%2CeAAe%2CuBAAuB%3BEAAuB%2CaAAA%3BEAAe%2CYAAA%3B%3BAAzEtG%2CwBA0EC%2CoBAAoB%2CyBAAyB%2CWAAU%3BEAAO%2C2BAAA%3B%3BAA1E%5C%2FD%2CwBA2EC%2CoBAAoB%2CyBAAyB%2CeAAc%3BEAAU%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAA3ExF%2CwBA4EC%2CoBAAoB%2CyBAAyB%2CeAAc%2COAAQ%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAA5EhH%2CwBA6EC%2CoBAAoB%2CyBAAyB%2CeAAc%2COAAQ%3BAA7EpE%2CwBA8EC%2CoBAAoB%2CyBAAyB%2CeAAc%2COAAQ%3BEAAsB%2CsBAAA%3BEAAwB%2CuBAAA%3BEAAyB%2CgBAAA%3B%3BAA9E3I%2CwBA%2BEC%2CoBAAoB%2CyBAAyB%2CeAAc%2COAAQ%2CoBAAmB%3BAA%5C%2FEvF%2CwBAgFC%2CoBAAoB%2CyBAAyB%2CeAAc%2COAAQ%2CoBAAmB%3BEAAS%2CgBAAA%3B%3BAAhFhG%2CwBAiFC%2CoBAAoB%2CyBAAyB%2CeAAc%2COAAQ%3BEAAsB%2CaAAA%3B%3BAAjF1F%2CwBAmFC%2CcAAc%3BEAAiB%2CmBAAA%3B%3BAAnFhC%2CwBAoFC%2CcAAc%2CeAAe%3BEAAgB%2CYAAA%3BEAAc%2CkBAAA%3B%3BAApF5D%2CwBAqFC%2CcAAc%2CeAAe%2CeAAe%2CcAAc%3BEAA2B%2CQAAA%3BEAAU%2CmBAAA%3B%3BAArFhG%2CwBAsFC%2CcAAc%2CeAAe%3BEAAS%2CiBAAA%3B%3BAAtFvC%2CwBAuFC%2CcAAa%2COAAQ%3BAAvFtB%2CwBAuFsC%2CcAAa%2C2BAA4B%3BEAAiB%2CmBAAA%3B%3BAAvFhG%2CwBAwFC%2CcAAc%2CeAAe%2CeAAe%2CcAAc%3BEAAqB%2CeAAA%3B%3BAAxFhF%2CwBAyFC%2CcAAc%2CeAAe%2CeAAe%2CcAAc%3BEAAwB%2CuBAAA%3B%3BAAzFnF%2CwBA2FC%2CuBAAuB%2CUAAS%2CQAAQ%2CKAAM%3BEAA2B%2C2BAAA%3B%3BAACzE%2CwBAAC%2CYAAY%2C0BAA2B%2CSAAS%2CyBAAyB%2CeAAe%2CcAAc%3BEAAqB%2C2BAAA%3B%3BAA5F7H%2CwBA6FC%2CmBAAmB%2CyBAAyB%2CiBAAiB%2CQAAO%3BEAAQ%2CwBAAA%3B%3BAA7F7E%2CwBA8FC%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BEAAU%2CgBAAA%3B%3BAA9FpE%2CwBAgGC%2CeAAe%2CcAAa%2CIAAI%3BEAAkB%2C8BAAA%3B%3BAAhGnD%2CwBAiGC%2CmBAAmB%2CyBAAyB%2CiBAAiB%3BEAAI%2CkBAAA%3B%3BAAjGlE%2CwBAkGC%2CmBAAmB%2CeAAe%2CgBAAgB%3BAAClD%2CwBAAC%2CsBAAuB%2CeAAe%2CkBAAkB%3BAAnG1D%2CwBAmGwE%2CiBAAiB%3BAAnGzF%2CwBAmG6G%2CcAAa%2COAAQ%2CMAAM%3BAAnGxI%2CwBAmG8I%3BAAnG9I%2CwBAmG%2BJ%3BEAAqB%2C6BAAA%3B%3BAACnL%2CwBAAC%2CsBAAuB%2CeAAe%2CkBAAkB%2CmBAAmB%3BEAAI%2C6BAAA%3B%3BAAChF%2CwBAAC%2CsBAAuB%2CeAAe%2CkBAAkB%3BEAAgB%2CgBAAA%3BEAAkB%2CkBAAA%3B%3BAAC3F%2CwBAAC%2CwBAAwB%2CsBAAuB%2CeAAe%2CkBAAkB%3BEAAqB%2CaAAA%3B%3BAAtGvG%2CwBAuGC%2CQAAO%2CKAAM%2CkBAAoB%3BEAAoB%2CiBAAA%3B%3BAACrD%2CwBAAC%2CYAAY%2C0BAA2B%2CSAAS%2CyBAAyB%2CeAAe%3BAACzF%2CwBAAC%2CYAAY%2C2BAA4B%2CSAAS%2CyBAAyB%2CeAAe%3BAAC1F%2CwBAAC%2CYAAY%2CiBAAkB%2CSAAS%2CyBAAyB%2CeAAe%3BAAChF%2CwBAAC%2CYAAY%2CqBAAsB%2CSAAS%2CyBAAyB%2CeAAe%3BAACpF%2CwBAAC%2CYAAY%2C2BAA4B%2CSAAS%2CyBAAyB%2CeAAe%3BEAAQ%2C2BAAA%3B%3BAA5GnG%2CwBA8GC%2CeAAe%2CcAAc%3BAA9G9B%2CwBA8G8C%2COAAM%2COAAO%2CoBAAqB%2CqBAAqB%2CcAAc%3BEAAiB%2CoBAAA%3BEAAsB%2CgBAAA%3BEAAkB%2CmBAAA%3B%3BAA9G5K%2CwBA%2BGC%2CeAAe%2CcAAc%3BEAAqB%2C2BAAA%3B%3BAA%5C%2FGnD%2CwBAgHC%2CeAAe%2CcAAc%2CQAAO%2COAAO%2CQAAS%3BEAAO%2CgBAAA%3BEAAkB%2CgBAAA%3B%3BAAhH9E%2CwBAkHC%2CSAAQ%2CKAAK%3BEAAY%2CeAAA%3B%3BAAlH1B%2CwBAoHC%2CYAAY%3BAApHb%2CwBAoH6B%2CYAAY%3BAAAgB%2CwBAAC%2CoBAAqB%2CwBAAwB%3BEAAiB%2CmBAAA%3B%3BAApHxH%2CwBAsHC%3BAAtHD%2CwBAsHc%3BAAtHd%2CwBAsHqC%3BEAAqB%2CyBAAA%3B%3BAAtH1D%2CwBAwHC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%2COAAQ%3BAAxHxE%2CwBAwH%2BE%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CoBAAoB%3BEAAQ%2CwBAAA%3B%3BAAxHnK%2CwBAyHC%2CeAAe%2CcAAc%2CcAAc%3BEAAe%2CsBAAA%3B%3BAAzH3D%2CwBA0HC%2CeAAe%2CcAAc%2CoBAAmB%3BEAAU%2CyBAAA%3B%3BAA1H3D%2CwBA2HC%2CeAAe%2CcAAc%2CcAAc%3BEAAqB%2CkBAAA%3BEAAoB%2CkBAAA%3B%3BAA3HrF%2CwBA4HC%2CeAAe%2CcAAc%2CcAAc%3BEAAa%2CiBAAA%3B%3B%3B%3BAAKzD%2CwBACC%3BEAAoB%2C6BAAA%3B%3BAADrB%2CwBAEC%2CkBAAkB%2CIAAG%2C0BAA2B%3BEAAmB%2C8BAAA%3B%3BAAFpE%2CwBAGC%2CkBAAkB%2CiBAAiB%2CGAAE%2CWAAY%2CEAAC%3BEAAa%2C2BAAA%3BEAA6B%2C0BAAA%3BEAA4B%2C6BAAA%3BEAA%2BB%2C6BAAA%3BEAA%2BB%2CoBAAA%3BEAAsB%2CcAAA%3B%3BAAH7M%2CwBAIC%2CkBAAkB%2CiBAAiB%2CGAAE%2CWAAW%2CeAAgB%2CEAAC%3BEAAa%2CqBAAA%3BEAAuB%2C2BAAA%3B%3BAAJtG%2CwBAMC%2CeAAe%2CeAAe%2CcAAc%3BEAAwB%2CeAAA%3B%3BAANrE%2CwBAOC%2CeAAe%2CeAAe%3BEAAqB%2CaAAA%3BEAAe%2CkBAAA%3BEAAoB%2CyBAAA%3BEAA2B%2C6BAAA%3B%3BAAPlH%2CwBAQC%2CeAAe%2CeAAe%2CcAAa%2CMAAO%3BEAAqB%2CyBAAA%3B%3BAARxE%2CwBASC%2CeAAe%2CcAAc%3BEAAyB%2CkBAAA%3B%3BAATvD%2CwBAUC%2CeAAe%2CeAAe%2CcAAc%2CcAAc%3BAAV3D%2CwBAU8D%2CeAAe%2CeAAe%2CcAAc%2CmBAAmB%3BEAAI%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CiBAAA%3B%3BAAVpK%2CwBAWC%2CeAAe%2CeAAe%2CcAAc%3BEAA2B%2CkBAAA%3B%3BAAXxE%2CwBAYC%2CeAAe%2CeAAe%2CcAAc%2CWAAW%3BAAZxD%2CwBAYgE%2CeAAe%2CeAAe%2CcAAc%2CWAAW%2CeAAe%3BEAAS%2C2BAAA%3BEAA6B%2C0BAAA%3B%3BAAZ5K%2CwBAaC%2CeAAe%2CeAAe%2CcAAc%3BEAAsB%2CQAAA%3BEAAU%2COAAA%3BEAAS%2CSAAA%3BEAAW%2CSAAA%3BEAAW%2CWAAA%3B%3BAAb5G%2CwBAcC%2CeAAe%2CeAAe%2CcAAa%2CMAAO%3BEAAsB%2CQAAA%3BEAAU%2CYAAA%3B%3BAAdnF%2CwBAeC%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%3BEAAO%2C8BAAA%3BEAAgC%2CsCAAA%3BEAAwC%2CkCAAA%3BEAAoC%2CuBAAA%3B%3BAAfpL%2CwBAgBC%2CeAAe%2CeAAe%2CcAAc%3BEAAW%2CYAAA%3BEAAc%2CyBAAA%3BEAA2B%2CSAAA%3BEAAW%2CSAAA%3BEAAW%2COAAA%3B%3BAAhBvH%2CwBAiBC%2CeAAe%2CeAAe%2CcAAa%2CMAAO%3BEAAW%2CSAAA%3BEAAW%2CWAAA%3B%3BAAjBzE%2CwBAkBC%2CeAAe%2CcAAc%2CoBAAmB%2CQAAS%3BEAAU%2CsBAAA%3BEAAwB%2CYAAA%3BEAAc%2CiBAAA%3B%3BAAlB1G%2CwBAmBC%2CeAAe%2CcAAc%2CoBAAmB%2CQAAS%3BEAAY%2CaAAA%3B%3BAAnBtE%2CwBAoBC%2CeAAe%2CeAAe%2CcAAc%2CSAAS%2CQAAQ%3BEAAW%2CaAAA%3B%3BAApBzE%2CwBAqBC%2CeAAe%2CeAAe%2CcAAc%2CSAAS%3BEAAU%2CeAAA%3BEAAiB%2C0BAAA%3BEAA4B%2CgBAAA%3BEAAkB%2CqBAAA%3BEAAuB%2CyBAAA%3BEAA2B%2CwCAAA%3B%3BAArBjL%2CwBAsBC%2CeAAe%2CeAAe%2CcAAc%3BEAAoB%2CgBAAA%3BEAAkB%2CQAAA%3BEAAU%2CYAAA%3B%3BAAtB7F%2CwBAuBC%2CeAAe%2CeAAe%2CcAAc%3BEAAS%2CgBAAA%3BEAAkB%2CQAAA%3BEAAU%2CYAAA%3B%3BAAvBlF%2CwBAwBC%2CeAAe%2CeAAe%2CcAAc%2CWAAU%3BEAAa%2CWAAA%3BEAAa%2CSAAA%3B%3BAAxBjF%2CwBAyBC%2CeAAe%2CeAAe%2CcAAc%2CWAAU%3BEAAY%2CUAAA%3BEAAY%2CSAAA%3B%3BAAzB%5C%2FE%2CwBA0BC%2CeAAe%2CeAAe%2CcAAc%2CSAAS%2COAAM%3BEAAe%2CqBAAA%3BEAAuB%2CiBAAA%3BEAAmB%2CwCAAA%3BEAA0C%2CcAAA%3BEAA2B%2C0BAAA%3BEAA4B%2CgBAAA%3B%3BAA1BtN%2CwBA2BC%2CSAAQ%2CMAAO%2CWAAW%3BEAAM%2CkBAAA%3B%3BAA3BjC%2CwBA6BC%3BEAAmB%2CmDAAA%3BEAAqD%2C4BAAA%3BEAAyC%2C0CAAA%3BEAA4C%2CgCAAA%3B%3BAA7B9J%2CwBA8BC%3BEAAsB%2CmDAAA%3BEAAqD%2C4BAAA%3BEAAyC%2C6CAAA%3BEAA%2BC%2CgCAAA%3BEAAkC%2CkBAAA%3B%3BAA9BtM%2CwBA%2BBC%2CoBAAmB%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2C6CAAA%3BEAA%2BC%2C4BAAA%3BEAAyC%2CYAAA%3BEAAc%2CYAAA%3BEAAc%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CWAAA%3B%3BAA%5C%2FB5M%2CwBAgCC%2CoBAAmB%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2C6CAAA%3BEAA%2BC%2C4BAAA%3BEAAyC%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CWAAA%3B%3BAAhC7M%2CwBAiCC%2CmBAAkB%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CmDAAA%3BEAAqD%2C4BAAA%3BEAAyC%2CYAAA%3BEAAc%2CYAAA%3BEAAc%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2COAAA%3BEAAS%2CaAAA%3B%3BAAjChN%2CwBAmCC%3BEAAmB%2C6BAAA%3B%3BAAnCpB%2CwBAoCC%2CiBAAiB%3BEAAe%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CaAAA%3BEAAe%2CWAAA%3BEAAa%2CiBAAA%3B%3BAApC7F%2CwBAqCC%2CiBAAiB%3BEAAgB%2CeAAA%3BEAAiB%2CoBAAA%3B%3BAArCnD%2CwBAsCC%2CiBAAiB%3BEAAgB%2CyBAAA%3B%3BAAtClC%2CwBAuCC%2CiBAAiB%2CcAAa%3BEAAS%2CSAAS%2CGAAT%3BEAAc%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAvC9H%2CwBAyCC%2CiBAAiB%3BEAAK%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CoBAAA%3BEAAsB%2CSAAA%3B%3BAAzCjF%2CwBA0CC%2CiBAAiB%3BEAAY%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2C8BAAA%3BEAAgC%2C%2BBAAA%3BEAAiC%2CeAAA%3BEAAiB%2CcAAA%3B%3BAA1CnJ%2CwBA2CC%2CiBAAiB%2CKAAK%3BEAAW%2CgBAAA%3B%3BAA3ClC%2CwBA4CC%3BEAAgB%2CkBAAA%3BEAAoB%2CUAAA%3B%3BAA5CrC%2CwBA8CC%3BEAAqB%2CkBAAA%3BEAAoB%2CkBAAA%3B%3BAA9C1C%2CwBAgDC%3BEAAwB%2CgCAAA%3B%3BAAhDzB%2CwBAiDC%2CsBAAsB%3BEAAa%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAjDrD%2CwBAkDC%2CsBAAsB%3BEAAM%2C2BAAA%3B%3BAAlD7B%2CwBAoDC%2CiBAAiB%3BEAAa%2CsBAAA%3BEAAwB%2CUAAA%3BEAAY%2CmBAAA%3BEAAqB%2CYAAA%3BEAAc%2CUAAA%3BEAAY%2CkBAAA%3B%3BAApDlH%2CwBAqDC%2CiBAAiB%2CSAAS%3BEAAI%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAArDnE%2CwBAsDC%2CiBAAiB%2CMAAM%3BEAAQ%2CaAAA%3BEAAe%2CsBAAA%3B%3BAAtD%5C%2FC%2CwBAuDC%2CiBAAiB%2CMAAM%3BEAAW%2CQAAA%3B%3BAAvDnC%2CwBAwDC%2CiBAAiB%3BEAAY%2CQAAA%3B%3BAAxD9B%2CwBAyDC%2CiBAAiB%3BEAAS%2CQAAA%3B%3BAAzD3B%2CwBA0DC%2CiBAAiB%2CUAAU%3BAA1D5B%2CwBA0D%2BB%2CiBAAiB%3BEAAa%2C0BAAA%3B%3BAA1D7D%2CwBA2DC%2CiBAAiB%2CWAAU%3BEAAU%2CSAAS%2CGAAT%3BEAAc%2CeAAA%3B%3BAA3DpD%2CwBA4DC%2CiBAAiB%3BEAAW%2CmBAAA%3B%3BAA5D7B%2CwBA6DC%2CiBAAiB%2CMAAM%3BEAAc%2CmBAAA%3B%3BAA7DtC%2CwBA8DC%2CiBAAiB%3BEAAS%2CeAAA%3BEAAiB%2CiBAAA%3BEAAmB%2CQAAA%3B%3BAA9D%5C%2FD%2CwBAgEC%2CiBAAiB%3BAAAoB%2CwBAAC%2CsBAAuB%2CeAAe%2CkBAAkB%3BAAhE%5C%2FF%2CwBAgE6G%2CkBAAkB%2CmBAAmB%3BAAhElJ%2CwBAiEC%2CiBAAiB%2CUAAU%2COAAO%3BAAjEnC%2CwBAiEwC%2CiBAAiB%2CUAAU%2COAAO%3BAAjE1E%2CwBAiE%2BE%3BEAAqB%2CmBAAA%3B%3BAACnG%2CwBAAC%2CsBAAuB%2CeAAe%2CkBAAkB%2CmBAAmB%3BEAAI%2CkBAAA%3B%3BAAChF%2CwBAAC%2CsBAAsB%2CIAAI%2CyBAA0B%2CeAAe%2CkBAAkB%2CmBAAmB%3BEAAI%2CgBAAA%3B%3BAAnE9G%2CwBAoEC%2CoBAAoB%2CWAAU%2CaAAc%3BAApE7C%2CwBAoEgD%2CeAAe%2CYAAY%3BAApE3E%2CwBAoE8E%2CcAAa%2COAAQ%2CMAAM%3BEAAO%2CkBAAA%3B%3BAApEhH%2CwBAsEC%2CiBAAiB%3BEAAiB%2C%2BBAAA%3BEAAiC%2C2BAAA%3B%3BAAtEpE%2CwBAwEC%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAAU%2C%2BBAAA%3B%3BAAEpF%2CwBAAC%2CYAAY%2CIAAI%2CyBAA0B%2CkBAAkB%2CwBAAwB%3BAA1EtF%2CwBA0E0F%2CmBAAmB%2CoBAAoB%3BEAAc%2C2BAAA%3B%3BAA1E%5C%2FI%2CwBA2EC%2CkBAAkB%2CYAAY%2C0BAA0B%3BAA3EzD%2CwBA2EgE%2CkBAAkB%2CQAAQ%2C0BAA0B%3BEAAQ%2CiBAAA%3B%3BAAC3H%2CwBAAC%2CoBAAoB%2CqBAAsB%2CwBAAuB%3BEAA2B%2CqBAAA%3BEAAuB%2CuBAAA%3B%3BAA5ErH%2CwBA8EC%2CYAAY%2CcAAc%3BEAAa%2CeAAA%3B%3BAA9ExC%2CwBAgFC%2CiBAAgB%2CKAAM%2CiBAAiB%3BEAAgB%2C2BAAA%3B%3BAACvD%2CwBAAC%2CsBAAuB%2CeAAe%2CkBAAkB%2CmBAAmB%3BEAAI%2CoBAAA%3B%3BAAjFjF%2CwBAmFC%2CgBAAe%3BEAAwB%2CoBAAA%3B%3BAAnFxC%2CwBAoFC%2CgBAAe%2CqBAAsB%3BEAAW%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CmBAAA%3B%3BAApF5E%2CwBAqFC%2CgBAAe%2CqBAAsB%3BAArFtC%2CwBAqF%2BC%2CgBAAe%2CqBAAsB%2CQAAQ%3BAArF5F%2CwBAqF%2BF%2CgBAAe%2CqBAAsB%2CQAAQ%3BEAAO%2CcAAA%3B%3B%3BAAKnJ%3BEAAc%2CcAAA%3BEAAgB%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CoBAAA%3BEAAiC%2C8BAAA%3BEAAgC%2CyBAAA%3BEAA2B%2CkBAAA%3BEAAoB%2CiBAAA%3B%3BAACpL%2CWAAY%3BEAAM%2CaAAA%3BEAAe%2CeAAA%3BEAAiB%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3B%3BAAC7E%2CWAAY%3BEAAW%2CoBAAA%3B%3BAACvB%2CWAAY%2CSAAQ%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2C%2BBAAA%3BEAAiC%2CgBAAA%3B%3BAAE3E%3BEAAoB%2CkCAAA%3BEAAoC%2CaAAA%3BEAAe%2CuCAAA%3BEAAyC%2CkBAAA%3B%3BAAChH%2CiBAAkB%3BEAAK%2CeAAA%3BEAAiB%2CgBAAA%3BEAAkB%2CsBAAA%3BEAAwB%2CSAAA%3B%3BAAClF%2CiBAAkB%2CGAAG%3BEAAS%2CgBAAA%3B%3BAAC9B%2CiBAAkB%2CoBAAmB%3BEAAgB%2C8BAAA%3BEAAgC%2CyBAAA%3BEAAsC%2C6BAAA%3BEAA%2BB%2C8BAAA%3B%3BAAC1J%2CiBAAkB%3BEAAI%2CeAAA%3BEAAiB%2CYAAA%3BEAAc%2CSAAA%3BEAAW%2CmBAAA%3B%3BAAChE%2CiBAAkB%3BEAA8B%2CgBAAA%3BEAAkB%2CeAAA%3BEAAiB%2C6BAAA%3B%3BAAInF%2CQAH2B%3BEAC1B%3BIAAoB%2CeAAA%3B%3B%3BAAMrB%2CQAJ2B%3BEACvB%2CiBAAkB%3BIAAI%2CeAAA%3B%3BEACtB%2CiBAAkB%3BIAAK%2CeAAA%3B%3B%3BAAS3B%2CQAP2B%3BEACvB%2CiBAAkB%3BIAA2B%2C8BAAA%3B%3BEAC7C%2CiBAAkB%2CoBAAmB%3BIAAgB%2CiCAAA%3BIAAmC%2C6BAAA%3BIAA%2BB%2CcAAA%3BIAAgB%2CsBAAA%3B%3BEACvI%2CiBAAkB%3BIAAI%2CiBAAA%3B%3BEACtB%2CiBAAkB%3BIAAK%2CmBAAA%3B%3BEACvB%2CiBAAkB%2CGAAG%3BIAAS%2CcAAA%3B%3B%3BAAQlC%2CQAN0B%3BEACtB%3BIAAoB%2CuCAAA%3B%3BEACpB%2CiBAAkB%3BIAAK%2CeAAA%3B%3BEACvB%2CiBAAkB%2CoBAAmB%3BIAAgB%2CcAAA%3B%3BEACrD%2CiBAAkB%3BIAAI%2CeAAA%3BIAAiB%2CmBAAA%3B%3B%3BAAS3C%2CQAP0B%3BEACtB%3BIAAoB%2CqCAAA%3BIAAuC%2CiCAAA%3BIAAmC%2CUAAA%3B%3BEAC9F%2CiBAAkB%3BIAA2B%2C8BAAA%3BIAA6B%2CaAAA%3BIAAe%2CkBAAA%3BIAAoB%2CkBAAA%3B%3BEAC7G%2CiBAAkB%3BIAAK%2CmBAAA%3B%3BEACvB%2CiBAAkB%2CGAAG%3BIAAS%2CqBAAA%3B%3BEAC9B%2CiBAAkB%2CoBAAmB%3BIAAgB%2C8BAAA%3BIAAgC%2CeAAA%3B%3B%3BAAMzF%2CQAJ0B%3BEACzB%3BIAAoB%2CuCAAA%3B%3B%3BAAGrB%3BEAAY%2CkBAAA%3B%3BAACZ%2CSAAU%3BEAAM%2CWAAA%3B%3BAAChB%2CSAAU%3BEAAO%2CWAAA%3BEAAa%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CaAAA%3B%3BAAC%5C%2FD%2CSAAU%3BEAAiB%2C2BAAA%3B%3BAAC3B%2CSAAU%2CeAAe%3BEAAe%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAAC1D%2CSAAU%2CeAAe%2CaAAY%3BEAAS%2CaAAA%3B%3BAAC9C%2CSAAU%3BAAAgB%2CSAAU%2CeAAe%3BEAAS%2CgBAAA%3B%3BAAC5D%2CSAAU%2CeAAe%3BEAAS%2CWAAA%3B%3B%3BAAGlC%2CcAAe%3BEAAW%2CaAAA%3BEAAe%2CeAAA%3BEAAiB%2C2BAAA%3B%3BAAC1D%2CcAAe%2CSAAS%3BEAAgB%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CsBAAA%3BEAAwB%2CcAAA%3B%3BAACzH%2CcAAe%2CSAAQ%2CcAAe%3BEAAgB%2C2BAAA%3B%3BAACtD%2CcAAe%2CSAAQ%2CiBAAkB%3BEAAgB%2CcAAA%3B%3BAACzD%2CcAAe%2CSAAQ%2CiBAAkB%3BEAAgB%2CkBAAA%3B%3BAACzD%2CcAAe%2CSAAQ%2CiBAAkB%3BEAAgB%2CcAAA%3B%3BAACzD%2CcAAe%2CSAAQ%2CiBAAkB%3BEAAgB%2CcAAA%3B%3BAAMzD%2CQAL2B%3BEAC3B%2CcAAe%2CSAAS%3BEACxB%2CcAAe%2CSAAQ%2CiBAAkB%3BEACzC%2CcAAe%2CSAAQ%2CiBAAkB%3BIAAgB%2CiBAAA%3B%3B%3BAAQzD%2CQAN0B%3BEAC1B%2CcAAe%2CSAAS%3BEACxB%2CcAAe%2CSAAQ%2CiBAAkB%3BEACzC%2CcAAe%2CSAAQ%2CiBAAkB%3BEACzC%2CcAAe%2CSAAQ%2CiBAAkB%3BIAAgB%2CcAAA%3B%3B%3BAASzD%2CQAP0B%3BEAC1B%2CcAAe%3BIAAW%2CyBAAA%3B%3BEAC1B%2CcAAe%2CSAAS%3BIAAgB%2CyBAAA%3BIAA2B%2C2BAAA%3B%3BEACnE%2CcAAe%2CSAAQ%2CcAAe%3BIAAgB%2C2BAAA%3B%3B%3B%3BAAItD%2CuBAAwB%3BEAAgB%2CYAAA%3BEAAc%2CkBAAA%3B%3BAACtD%2CuBAAwB%2CMAAM%3BEAAU%2C6BAAA%3BEAA%2BB%2CUAAA%3B%3BAACvE%2CuBAAwB%2CMAAM%3BEAAc%2CmBAAA%3BEAAqB%2CkBAAA%3B%3BAACjE%2CuBAAwB%3BEAAW%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2CgBAAA%3BEAAkB%2CuBAAA%3BEAAyB%2CgBAAA%3BEAAkB%2CoBAAA%3BEAAsB%2CqBAAA%3BEAAuB%2C4BAAA%3BEAA8B%2CmBAAA%3B%3BAACjN%2CuBAAwB%3BEAAa%2CoBAAA%3B%3BAACrC%2CuBAAwB%3BEAAY%2CmBAAA%3BEAAqB%2CaAAA%3BEAAe%2CeAAA%3B%3BAACxE%2CuBAAwB%3BEAAa%2CeAAA%3B%3BAACrC%2CuBAAwB%3BEAAa%2C0BAAA%3BEAA4B%2C2BAAA%3BEAA6B%2CqCAAA%3BEAAuC%2C6BAAA%3BEAA%2BB%2CyBAAA%3BEAA2B%2CqBAAA%3B%3BAAC%5C%2FL%2CuBAAwB%2CgBAAgB%3BEAAW%2CeAAA%3B%3BAACnD%2CuBAAwB%2CgBAAgB%3BAAAc%2CuBAAwB%2CgBAAgB%3BEAAa%2CeAAA%3B%3BAAC3G%2CuBAAwB%2CgBAAgB%2CMAAM%3BEAAc%2CmBAAA%3B%3BAAC5D%2CuBAAwB%2CgBAAgB%3BEAAY%2CmBAAA%3B%3BAACpD%2CuBAAwB%3BEAAmB%2C4BAAA%3B%3BAAC3C%2CuBAAwB%3BEAAkB%2C%2BBAAA%3B%3B%3BAAG1C%3BEAAW%2CqBAAA%3BEAAuB%2CaAAA%3BEAAe%2CeAAA%3B%3BAACjD%2CQAAS%3BEAAQ%2CeAAA%3BEAAiB%2CgBAAA%3B%3BAAClC%2CQAAQ%2CeAAgB%3BEAAQ%2CcAAA%3BEAAgB%2CWAAA%3B%3BAAChD%2CQAAQ%2CeAAgB%3BEAAQ%2CiBAAA%3BEAAmB%2CWAAA%3B%3BAACnD%2CQAAQ%2CeAAgB%3BEAAQ%2CcAAA%3BEAAgB%2CWAAA%3B%3BAAChD%2CQAAQ%2CeAAgB%3BEAAQ%2CcAAA%3BEAAgB%2CWAAA%3B%3BAAIhD%2CQAH0B%3BEACzB%2CQAAQ%2CeAAgB%3BEAAO%2CQAAQ%2CeAAgB%3BIAAQ%2CiBAAA%3B%3B%3BAAShE%2CQAP0B%3BEACzB%3BIAAW%2CqBAAA%3B%3BEACX%2CQAAS%3BIAAQ%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEAClC%2CQAAQ%2CeAAgB%3BEAAO%2CQAAQ%2CeAAgB%3BEAAO%2CQAAQ%2CeAAgB%3BEAAO%2CQAAQ%2CeAAgB%3BIAAQ%2CcAAA%3B%3B%3B%3BAAI9H%2C4BAA6B%3BEAAS%2CmBAAA%3B%3BAACtC%2C4BAA6B%2CMAAK%2CMAAO%3BEAAK%2CaAAA%3B%3BAAE9C%2CUAAW%2CaAAa%2CqBAAqB%2CMAAK%3BAAAmB%2CgBAAiB%2CUAAY%2CSAAM%2CeAAgB%2CSAAS%3BEAAQ%2CeAAA%3B%3BAAEzI%2CwBAAyB%3BEAAS%2CeAAA%3B%3BAAElC%2CoBAAuB%3BAAAsB%2CKAAK%3BEAAe%2CcAAA%3B%3BAACjE%2CoBAAuB%2CuBAAoB%3BAAAS%2CKAAK%2CYAAY%3BEAAW%2CSAAS%2CiBAAiB%2CIAA1B%3BEAAgC%2CeAAA%3B%3BAAEhH%2CsBAAuB%2CQAAO%3BEAAU%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CMAAA%3BEAAQ%2CQAAA%3B%3BAAE3E%2CoBAAoB%2CuBAAwB%3BAAC5C%2C0BAA0B%2CuBAAwB%3BAAClD%2CqBAAqB%2CuBAAwB%3BEAAmB%2CwCAAA%3B%3BAAE%5C%2FD%2CeAAgB%3BEAAM%2CmBAAA%3B%3B%3BACnzMvB%2CMAAM%2CWAAY%3BEAAQ%2C0BAAA%3B%3BAAC1B%2CYAAa%2CUAAU%3BEAAW%2CeAAA%3B%3BAAClC%2CYAAa%2CUAAU%2CSAAS%2CGAAE%3BEAAY%2CSAAA%3BEAAW%2CqBAAA%3BEAAuB%2CQAAA%3BEAAU%2CYAAA%3B%3BAACzF%2CYADY%2CUAAU%2CSAAS%2CGAAE%2CSAChC%3BEAAU%2CSAAA%3BEAAW%2CaAAA%3BEAAe%2CUAAA%3BEAAY%2CWAAA%3BEAAa%2CyDAAA%3B%3BAAC9D%2CYAFY%2CUAAU%2CSAAS%2CGAAE%2CSAEhC%3BEAAS%2CSAAA%3BEAAW%2CUAAA%3BEAAY%2CUAAA%3BEAAY%2CaAAA%3BEAAe%2CyDAAA%3B%3BAAG7D%3BEAAe%2CWAAA%3B%3BAAAf%2CYACC%3BEAAK%2CgBAAA%3BEAAkB%2CUAAA%3BEAAY%2CSAAA%3B%3BAADpC%2CYACC%2CGACC%3BEAAK%2CUAAA%3BEAAY%2CmBAAA%3B%3BAAFnB%2CYAIC%3BEAAY%2CWAAA%3BEAAa%2CUAAA%3BEAAY%2CeAAA%3B%3BAAJtC%2CYAIC%2CUACC%3BEAAW%2CqBAAA%3BEAAuB%2CkBAAA%3BEAAoB%2C0BAAA%3B%3BAACrD%2CYAFF%2CUACC%2CSACE%2COAAQ%2CGAAE%3BEAAY%2CyBAAA%3B%3BAAN1B%2CYAIC%2CUACC%2CSAEC%2CGAAE%3BEAAY%2CgBAAA%3BEAAkB%2COAAA%3BEAAS%2CwBAAA%3B%3BAAP5C%2CYAIC%2CUACC%2CSAEC%2CGAAE%2CSACD%3BEAAI%2CYAAA%3B%3BAAMR%2CYAAa%2CUAAU%2CSAAS%2CGAAE%2CSAAU%3BEAAI%2CaAAA%3BEAAe%2CeAAA%3B%3BAAC%5C%2FD%2CYAAa%2CUAAU%3BEAAS%2CeAAA%3BEAAiB%2CmBAAA%3BEAAqB%2C0BAAA%3B%3BAAEtE%2CcAAe%2CGAAG%3BEAAK%2CgBAAA%3B%3BAACvB%2CcAAe%2CGAAG%2CGAAG%2CEAAE%3BEAAQ%2CwBAAA%3B%3B%3BAAG%5C%2FB%2CuBAAwB%3BEAAe%2C6BAAA%3B%3BAACvC%2CaAAc%2CeAAe%2CWAAU%3BAAAQ%2CWAAY%2CeAAc%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2C4DAAA%3BEAA8D%2CYAAA%3BEAAc%2CYAAA%3BEAAc%2CkBAAA%3BEAAoB%2CYAAA%3BEAAc%2CUAAA%3BEAAY%2CWAAA%3BEAAa%2CmBAAA%3BEACnP%2CsBAAA%3BEAAwB%2CmCAAA%3B%3BAACzB%3BEACA%3BIAAM%2CWAAW%2CgBAAX%3B%3B%3BAAEN%2CSAAU%2CaAAY%3BAAAS%2CWAAY%2CaAAY%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2C8CAAA%3BEAAgD%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CkBAAA%3BEAAoB%2CQAAA%3BEAAU%2CWAAA%3B%3BAAEzL%2CUAAU%3BAAAS%2CYAAY%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CSAAA%3BEAAW%2CUAAA%3BEAAY%2CiDAAA%3BEAAmD%2C4BAAA%3BEAA%2BB%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CiDAAA%3B%3BAAC7O%2CUAAU%3BAAAQ%2CYAAY%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2CQAAA%3BEAAU%2CUAAA%3BEAAY%2CgDAAA%3BEAAkD%2C4BAAA%3BEAA%2BB%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3BEAAkB%2CmBAAA%3BEAAqB%2CsBAAA%3BEAAwB%2CmCAAA%3B%3BAAExR%2CUAAW%2CYAAW%3BAAAS%2CYAAa%2CYAAW%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2CSAAA%3BEAAW%2CUAAA%3BEAAY%2CiDAAA%3BEAAmD%2C4BAAA%3BEAA8B%2CwBAAA%3BEAA0B%2CYAAA%3BEAAc%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CiDAAA%3B%3BAAC9R%2CUAAW%2CYAAW%3BAAAQ%2CYAAa%2CYAAW%3BEAAS%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CSAAA%3BEAAW%2CQAAA%3BEAAU%2CUAAA%3BEAAY%2CiDAAA%3BEAAmD%2C4BAAA%3BEAA8B%2CwBAAA%3BEAA0B%2CWAAA%3BEAAa%2CYAAA%3BEAAc%2CgBAAA%3B%3BAAEvQ%2CUAAU%3BAAAS%2CYAAY%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CoDAAA%3BEAAsD%2C4BAAA%3BEAA8B%2CYAAA%3BEAAc%2CgBAAA%3BEAAkB%2CWAAA%3BEAAa%2CcAAA%3BEAAgB%2CkCAAA%3B%3BAAEvM%2CwBAAyB%3BEAAe%2CkBAAA%3B%3BAACxC%2CwBAAyB%2CaAAY%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CWAAA%3BEAAa%2COAAA%3BEAAS%2CUAAA%3BEAAY%2CsDAAA%3BEAAwD%2C4BAAA%3BEAA8B%2CwBAAA%3BEAA0B%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3B%3BAAC%5C%2FP%3BAAAY%3BEAAe%2CkBAAA%3B%3BAAC3B%2CUAAU%3BAAAS%2CYAAa%2CYAAW%3BEAAU%2CSAAS%2CEAAT%3BEAAa%2CkBAAA%3BEAAoB%2CUAAA%3BEAAY%2COAAA%3BEAAS%2CQAAA%3BEAAU%2CcAAA%3BEAAgB%2CUAAA%3BEAAY%2CmDAAA%3BEAAqD%2C4BAAA%3BEAA8B%2CwBAAA%3BEAA0B%2CYAAA%3BEAAc%2CaAAA%3BEAAe%2CgBAAA%3B%3BAAE3R%2CaAAc%2CEAAE%3BEAAQ%2CwBAAA%3B%3BAAExB%2CeAAgB%3BEAAgC%2CqBAAA%3B%3BAAChD%2CeAAgB%3BEAAM%2CWAAA%3BEAAa%2CYAAA%3B%3B%3BAC1CnC%2CQAV2B%3BEAC1B%2CuBAAwB%2CsBAAsB%3BIAAsB%2CYAAA%3B%3BEACpE%2CuBAAwB%2CsBAAsB%3BIAAsB%2CWAAA%3B%3BEACpE%2CuBAAwB%2CyBAAyB%3BIAAsB%2CYAAA%3B%3BEACvE%2CuBAAwB%2CyBAAyB%3BIAAsB%2CWAAA%3B%3BEACvE%2CwBAAyB%3BIAAmB%2CcAAA%3B%3BEAC5C%2CUAAU%3BEAAQ%2CYAAY%3BIAAS%2CqBAAA%3BIAAuB%2CYAAA%3BIAAc%2CaAAA%3BIAAe%2CWAAA%3B%3BEAE3F%2CwBAAyB%2CiBAAiB%2CsBAAqB%3BIAAU%2CYAAA%3BIAAc%2CaAAA%3B%3B%3BAAMxF%2CQAJ2B%3BEAC1B%2CwBAAyB%2CgBAAe%2CqBAAsB%3BIAAO%2CeAAA%3B%3B%3BAAkEtE%2CQA%5C%2FD2B%3BEAC1B%2CwBAAyB%2CoBAAoB%2CyBAAyB%2CeAAc%2COAAQ%3BIAAS%2CeAAA%3B%3BEACrG%2CwBAAyB%2CgBAAe%2CqBAAsB%3BIAAO%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEAEtF%2CqBAAqB%2COAAQ%2CSAAS%3BIAAQ%2CeAAA%3B%3BEAE9C%2CwBAAyB%2CeAAc%3BIAAU%2CYAAA%3BIAAc%2CaAAA%3B%3BEAC%5C%2FD%2CwBAAyB%2CeAAc%3BIAAS%2CYAAA%3BIAAc%2CaAAA%3B%3BEAC9D%2CwBAAyB%2CqBAAoB%3BIAAS%2CYAAA%3BIAAc%2CaAAA%3BIAAe%2CwBAAA%3B%3BEAEnF%2CQAAS%3BIAAM%2CeAAA%3B%3BEACf%2CUAAU%3BEAAS%2CYAAY%3BIAAU%2CqBAAA%3BIAAuB%2CYAAA%3BIAAc%2CYAAA%3B%3BEAC9E%2CUAAU%3BEAAQ%2CYAAY%3BIAAS%2CYAAA%3BIAAc%2CaAAA%3BIAAe%2CWAAA%3B%3BEACpE%2CwBAAyB%2CmBAAkB%3BIAAU%2CUAAA%3BIAAY%2CYAAA%3BIAAc%2CaAAA%3BIAAe%2CqBAAA%3B%3BEAC9F%2CwBAAwB%2CgBAAiB%2CyBAAwB%3BIAAS%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CaAAA%3BIAAe%2CqBAAA%3B%3BEACpH%2CuBAAwB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%2COAAQ%3BEAC%5C%2FF%2CuBAAwB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CoBAAoB%3BEACpG%2CuBAAwB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%2COAAQ%3BEAC%5C%2FF%2CuBAAwB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CoBAAoB%3BEACpG%2CuBAAwB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%2COAAQ%3BEAC%5C%2FF%2CuBAAwB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CoBAAoB%3BIAAQ%2CaAAA%3B%3BEAC5G%2CuBAAwB%2CeAAe%2CcAAc%2CoBAAmB%2COAAO%2COAAO%3BEACtF%2CuBAAwB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%3BIAAsB%2C0BAAA%3B%3BEACtG%2CwBAAyB%2CeAAe%2CcAAc%2CcAAc%3BIAAwB%2CaAAA%3BIAAe%2CkBAAA%3B%3BEAE3G%2CwBAAyB%3BIAAiB%2CeAAA%3B%3BEAE1C%2CgBAAiB%2CoBAAmB%2CaAAc%3BIAAsB%2CUAAA%3B%3BEAExE%2CuBAAwB%2CkBAAkB%3BIAAoB%2CeAAA%3B%3BEAC9D%2CuBAAwB%2CkBAAkB%3BIAAsB%2CsBAAA%3B%3BEAChE%2CuBAAwB%2CkBAAkB%3BIAAsB%2CqBAAA%3B%3BEAChE%2CuBAAwB%2CyBAAyB%3BIAAsB%2CmBAAA%3B%3BEACvE%2CuBAAwB%2CyBAAyB%3BIAAsB%2CkBAAA%3B%3BEAEvE%2CiBAAkB%3BIAAgB%2CgBAAA%3B%3BEAElC%2CuBAAwB%2CsBAAqB%2CeAAgB%3BIAAK%2CeAAA%3B%3BEAElE%2C2BAEC%2CsBAAsB%3BEADvB%2C0BACC%2CsBAAsB%3BIAAuB%2CeAAA%3BIAAiB%2CuBAAA%3BIAAyB%2CmBAAA%3B%3BEAFxF%2C2BAEC%2CsBAAsB%2CqBACrB%2CQAAO%3BEAFT%2C0BACC%2CsBAAsB%2CqBACrB%2CQAAO%3BEAHT%2C2BAEC%2CsBAAsB%2CqBACD%2CQAAO%3BEAF7B%2C0BACC%2CsBAAsB%2CqBACD%2CQAAO%3BIAAa%2CaAAA%3BIAAe%2CqBAAA%3BIAAuB%2CiBAAA%3BIAAmB%2CgBAAA%3B%3BEAHnG%2C2BAKC%2CkBACC%2CsBAAsB%3BEALxB%2C0BAIC%2CkBACC%2CsBAAsB%3BIAAuB%2CeAAA%3BIAAiB%2CuBAAA%3BIAAyB%2CmBAAA%3B%3BEANzF%2C2BAKC%2CkBACC%2CsBAAsB%2CqBACrB%2CQAAO%3BEANV%2C0BAIC%2CkBACC%2CsBAAsB%2CqBACrB%2CQAAO%3BEAPV%2C2BAKC%2CkBACC%2CsBAAsB%2CqBACD%2CQAAO%3BEAN9B%2C0BAIC%2CkBACC%2CsBAAsB%2CqBACD%2CQAAO%3BIAAa%2CaAAA%3BIAAe%2CqBAAA%3BIAAuB%2CiBAAA%3BIAAmB%2CgBAAA%3B%3BEAKpG%2CuBAAwB%2CsBAAsB%3BIAAsB%2CYAAA%3B%3BEACpE%2CuBAAwB%2CsBAAsB%3BIAAsB%2CWAAA%3B%3BEAEpE%2CqBAAsB%3BIAAO%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAC9C%2CqBAAsB%3BIAAO%2CgBAAA%3B%3BEAC7B%2CqBAAsB%3BIAAI%2CeAAA%3B%3BEAE1B%2CuBAAwB%2CgBAAgB%3BIAAe%2CaAAA%3B%3BEAEvD%2CwBAAyB%2CgBAAe%2CqBAAsB%3BIAAa%2CkBAAA%3BIAAoB%2CmBAAA%3B%3B%3BAAQhG%2CQAL2B%3BEAC1B%2CwBAAyB%2CoBAAoB%2CoBAAoB%3BIAA2B%2CaAAA%3B%3BEAC5F%2CqBAAqB%2CoBAAqB%3BIAAqB%2CkBAAA%3B%3B%3BAA%2BkBhE%2CQA5kB2B%3BEAC1B%2CwBAAwB%2CsBAAuB%2CQAAO%3BEAAO%2CiBAAkB%2CQAAO%3BIAAQ%2CgBAAA%3B%3BEAC9F%2CwBAAyB%2CoBAAoB%3BIAAa%2CkBAAA%3BIAAoB%2CUAAA%3B%3BEAC9E%2CwBAAyB%2CiBAAiB%3BIAAK%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAChE%2CwBAAyB%2CiBAAiB%3BIAAY%2CeAAA%3B%3BEACtD%2CwBAAyB%3BIAAgB%2CiCAAA%3BIAAmC%2CkCAAA%3BIAAoC%2CuCAAA%3B%3BEAChH%2CwBAAyB%2CiBAAiB%3BIAAgB%2CyBAAA%3B%3BEAC1D%2CwBAAyB%2CiBAAiB%3BIAAgB%2CeAAA%3B%3BEAC1D%2CwBAAyB%2CiBAAiB%2CcAAa%3BIAAS%2CeAAA%3BIAAiB%2CkBAAA%3B%3BEACjF%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%3BIAAW%2C6BAAA%3BIAA%2BB%2CmBAAA%3B%3BEAE%5C%2FG%2CwBAAyB%2CeAAe%2CcAAc%3BEACtD%2CwBAAyB%2CeAAe%2CcAAc%3BIAAiB%2CYAAA%3B%3BEACvE%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%3BIAAqB%2CeAAA%3B%3BEAC1F%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%3BIAAwB%2CiBAAA%3B%3BEAC7F%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CQAAO%2COAAO%3BEACnF%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CSAAS%2COAAM%3BIAAe%2C6BAAA%3BIAA%2BB%2CgBAAA%3B%3BEAClI%2CwBAAyB%2CoBAAoB%3BIAA2B%2CeAAA%3B%3BEACxE%2CwBAAyB%2CoBAAoB%3BIAAsB%2CqBAAA%3B%3BEACnE%2CwBAAyB%2CoBAAoB%2CoBAAmB%3BIAAgB%2CiBAAA%3B%3BEAEhF%2CwBAAwB%2CIAAI%2CkBAAmB%3BIAAe%2C4BAAA%3B%3BEAC9D%2CwBAAyB%2CaAAY%3BIAAU%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CaAAA%3B%3BEAC1E%2CwBAAyB%2CwBAAwB%3BIAAU%2C4BAAA%3BIAA8B%2CsBAAA%3B%3BEACzF%2CwBAAyB%3BIAAoB%2C6BAAA%3B%3BEAC7C%2CwBAAyB%2CoBAAoB%3BIAAW%2CgBAAA%3B%3BEACxD%2CwBAAyB%2CmBAAkB%3BIAAU%2CWAAA%3BIAAa%2CaAAA%3B%3BEAClE%2CwBAAyB%2CmBAAmB%2CeAAe%3BIAAgB%2CgBAAA%3B%3BEAC3E%2CwBAAyB%2CmBAAkB%2CkBAAmB%3BIAAiB%2CmBAAA%3B%3BEAC%5C%2FE%2CwBAAyB%2CmBAAmB%2CgBAAgB%2CeAAe%2CMAAM%3BIAAI%2CeAAA%3B%3BEACrF%2CwBAAyB%2CmBAAmB%2CgBAAgB%2CeAAe%3BIAAQ%2CiBAAA%3B%3BEACnF%2CSAAU%3BIAAO%2CaAAA%3B%3BEACjB%2CwBAAyB%2CeAAe%2CeAAe%3BIAAqB%2CUAAA%3B%3BEAC5E%2CwBAAwB%2CgBAAiB%2CyBAAwB%3BIAAU%2CUAAA%3BIAAY%2CYAAA%3BIAAc%2CaAAA%3B%3BEACrG%2CwBAAwB%2CgBAAiB%2CyBAAwB%3BIAAS%2CWAAA%3BIAAa%2CaAAA%3B%3BEACvF%2CwBAAyB%2CaAAa%3BIAAK%2CgBAAA%3B%3BEAC3C%2CwBAAyB%3BIAAuB%2CiBAAA%3BIAAmB%2C6BAAA%3B%3BEACnE%2CwBAAyB%2CiBAAiB%2CeAAe%3BIAAS%2C0BAAA%3B%3BEAClE%2CwBAAyB%2CiBAAiB%3BIAAiB%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAC5E%2CwBAAyB%2CiBAAiB%3BIAAS%2CmBAAA%3B%3BEAEnD%2CUAAW%2CYAAW%3BEAAS%2CYAAa%2CYAAW%3BIAAU%2CYAAA%3BIAAc%2CYAAA%3B%3BEAC%5C%2FE%2CUAAW%2CYAAW%3BEAAQ%2CYAAa%2CYAAW%3BIAAS%2CWAAA%3BIAAa%2CYAAA%3B%3BEAE5E%2CwBAAyB%2CkBAAkB%3BIAAgB%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAC5E%2CwBAAyB%2CWAAU%3BIAAS%2CYAAA%3BIAAc%2CaAAA%3B%3BEAC1D%2CwBAAyB%2CWAAU%3BIAAU%2CWAAA%3BIAAa%2CYAAA%3B%3BEAC1D%2CgBAAiB%2CoBAAoB%3BIAAU%2CkBAAA%3BIAAoB%2C0BAAA%3B%3BEACnE%2CwBAAyB%2CiBAAiB%2CsBAAqB%3BIAAU%2CUAAA%3BIAAY%2CYAAA%3BIAAc%2CaAAA%3B%3BEACnG%2CwBAAyB%2CiBAAiB%2CsBAAqB%3BIAAS%2CWAAA%3BIAAa%2CaAAA%3B%3BEACrF%2CaAAc%2CeAAe%2CcAAc%3BIAAa%2CgBAAA%3B%3BEACxD%2CaAAc%2CeAAe%2CuBAAuB%3BIAAuB%2CaAAA%3B%3BEAC3E%2CwBAAyB%2CeAAc%3BIAAU%2CWAAA%3BIAAa%2CaAAA%3BIAAe%2CUAAA%3B%3BEAC7E%2CwBAAyB%2CeAAc%3BIAAS%2CYAAA%3BIAAc%2CaAAA%3BIAAgB%2CUAAA%3B%3BEAC9E%3BIAAU%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAC3B%2CeAAgB%2CIAAG%2CwBAAyB%2CiBAAiB%2CGAAE%2CWAAY%2CEAAC%3BIAAa%2C0BAAA%3BIAA4B%2C4BAAA%3BIAA8B%2C%2BBAAA%3B%3BEACnJ%2CwBAAyB%2CcAAa%3BIAAU%2CwBAAA%3BIAA0B%2CWAAA%3BIAAa%2CaAAA%3B%3BEACvF%2CeAAgB%2CsBAAqB%3BIAAU%2CwBAAA%3BIAA0B%2CYAAA%3BIAAa%2CYAAA%3BIAAc%2CWAAA%3B%3BEACpG%2CaAAc%3BIAAO%2CaAAA%3B%3BEACrB%2CaAAc%3BIAAU%2CeAAA%3B%3BEACxB%2CaAAc%3BIAAK%2CeAAA%3B%3BEACnB%2CaAAc%2CKAAK%3BIAAI%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CmBAAA%3B%3BEAC3D%3BIAAY%2CYAAA%3B%3BEACZ%3BIAAY%2CYAAA%3B%3BEACZ%2COAAO%3BIAAU%2CgBAAA%3BIAAkB%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CaAAA%3B%3BEAE9D%2CgBAAiB%3BIAAa%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CYAAA%3BIAAc%2CUAAA%3B%3BEAChF%2CgBAAiB%3BIAAe%2CeAAA%3B%3BEAChC%2CgBAAiB%2CaAAa%3BIAAW%2CkBAAA%3BIAAoB%2CWAAA%3BIAAa%2CYAAA%3B%3BEAE1E%2CUAAU%3BEAAQ%2CYAAY%3BIAAS%2CYAAA%3BIAAc%2CaAAA%3BIAAe%2CUAAA%3B%3BEACpE%2CUAAU%3BEAAS%2CYAAY%3BIAAU%2CMAAA%3B%3BEAEzC%2CcAAe%3BIAAK%2C0BAAA%3B%3BEACpB%2CcAAe%3BIAAM%2CeAAA%3B%3BEACrB%2CwBAAyB%2CyBAAwB%3BIAAU%2CUAAA%3BIAAY%2CYAAA%3BIAAc%2CYAAA%3BIAAc%2CqBAAA%3B%3BEAEnG%2CYAAa%2CeAAe%3BIAAS%2C0BAAA%3B%3BEACrC%2CYAAa%3BIAAS%2CeAAA%3B%3BEACtB%2CgBAAiB%3BIAAM%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACxC%2CYAAa%2CEAAE%3BEAAI%2CgBAAiB%2CEAAE%3BEAAI%2CcAAe%2CEAAE%3BIAAK%2CaAAA%3B%3BEAEhE%2CgBAAiB%2CkBAAkB%3BIAAS%2CqBAAA%3B%3BEAC5C%2CgBAAiB%2CkBAAkB%3BIAAQ%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEAC5D%2CuBAAwB%3BIAAY%2CaAAA%3B%3BEAEpC%2CaAAc%2C2BAA2B%3BIAAK%2CaAAA%3B%3BEAC9C%2CaAAc%3BIAAK%2CeAAA%3B%3BEACnB%2CaAAc%3BIAA6B%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAC5D%2CwBAAyB%2CiBAAiB%2CeAAe%3BIAAS%2C0BAAA%3B%3BEAClE%2CwBAAyB%2CiBAAiB%2CMAAM%2CeAAe%3BIAAe%2CeAAA%3BIAAiB%2C8BAAA%3B%3BEAC%5C%2FF%2CwBAAyB%2CiBAAiB%2CMAAM%3BIAAiB%2CSAAA%3B%3BEACjE%2CwBAAyB%2CiBAAiB%3BIAAmB%2C4BAAA%3B%3BEAC7D%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BEAC7D%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BIAAM%2CmBAAA%3B%3BEACnE%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%2CIAAI%3BEACjE%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%2CIAAI%3BIAAI%2C0BAAA%3B%3BEACrE%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BEAC7D%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BIAAa%2C0BAAA%3B%3BEAC1E%2CwBAAyB%2CmBAAmB%2CgBAAgB%2CeAAe%2CMAAM%3BIAAI%2CeAAA%3B%3BEACrF%2CwBAAyB%2CmBAAmB%2CgBAAgB%2CeAAe%3BIAAQ%2CcAAA%3B%3BEAEnF%2CQAAQ%2C0BAA2B%2CQAAO%3BIAAQ%2CQAAA%3B%3BEAClD%2CQAAQ%2C0BAA2B%2CSAAQ%3BIAAgB%2CQAAA%3B%3BEAE3D%2CiBAAiB%3BIAAU%2CmCAAA%3B%3BEAC3B%2CiBAAiB%2COAAQ%3BIAAO%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACjD%2CiBAAiB%2COAAQ%3BIAAa%2CeAAA%3B%3BEACtC%2CiBAAiB%2COAAQ%3BIAAiB%2CcAAA%3B%3BEAE1C%2CwBAAyB%2CoBAAoB%3BIAAa%2CsBAAA%3B%3BEAC1D%2CwBAAyB%2CoBAAoB%3BIAAiB%2CgBAAA%3BIAAkB%2CkBAAA%3BIAAoB%2C8BAAA%3B%3BEACpG%2CwBAAyB%2CoBAAoB%2CeAAe%3BEAC5D%2CwBAAyB%2CoBAAoB%2CeAAe%3BIAAS%2CkBAAA%3BIAAoB%2CiBAAA%3BIAAmB%2CkBAAA%3B%3BEAC5G%2CwBAAyB%2CoBAAoB%2CeAAe%3BEAAc%2CwBAAyB%2CoBAAoB%2CeAAe%2CEAAC%3BIAAe%2CeAAA%3B%3BEACtJ%2CgBAAiB%3BIAA2B%2CeAAA%3B%3BEAC5C%2CgBAAiB%3BIAAsB%2C0BAAA%3BIAA4B%2CqBAAA%3BIAAuB%2CyBAAA%3BIAA2B%2CeAAA%3B%3BEACrH%2CgBAAiB%2CoBAAmB%2CYAAY%3BEAAK%2CgBAAiB%2CoBAAmB%2CYAAY%3BIAAM%2CmBAAA%3B%3BEAC3G%2CgBAAiB%2CoBAAoB%2CEAAE%3BIAAK%2CaAAA%3B%3BEAC5C%2CwBAAyB%2CgBAAe%3BIAAwB%2CeAAA%3B%3BEAEhE%2CiBAAkB%3BIAAqB%2C8BAAA%3B%3BEACvC%2CwBAAyB%2CyBAAyB%2CeAAe%3BIAAa%2CgBAAA%3B%3BEAC9E%2CwBAAyB%2CoBAAoB%3BIAAiB%2C8BAAA%3B%3BEAC9D%2CwBAAyB%2CoBAAoB%3BIAAa%2CUAAA%3B%3BEAE1D%2CiBAAiB%2COAAQ%3BEAAe%2CiBAAiB%2COAAQ%3BIAAgB%2CgBAAA%3B%3BEACjF%2CiBAAiB%2COAAO%3BIAAS%2CgBAAA%3BIAAkB%2CYAAA%3B%3BEACnD%2CiBAAiB%3BIAAU%2C%2BBAAA%3B%3BEAE3B%2CgBAAiB%3BIAAM%2CmBAAA%3B%3BEACvB%2CgBAAiB%2CIAAI%3BIAAI%2C0BAAA%3B%3BEACzB%2CgBAAiB%2CoBAAmB%2CcAAe%3BIAAsB%2CSAAA%3B%3BEACzE%2CgBAAiB%3BIAAsB%2CeAAA%3B%3BEACvC%2CwBAAyB%3BIAAiB%2CeAAA%3B%3BEAE1C%2CkBAAkB%2CaAAc%3BIAAkB%2CgBAAA%3B%3BEAClD%2CkBAAkB%2CaAAc%2CgBAAgB%3BIAAiB%2CqBAAA%3B%3BEACjE%2CkBAAkB%2CaAAc%3BIAAkB%2CgBAAA%3B%3BEAClD%2CoBAAqB%3BEAAiB%2CkBAAmB%3BIAAkB%2CsBAAA%3B%3BEAC3E%2CkBAAmB%3BIAAiB%2CmBAAA%3B%3BEACpC%2CkBAAmB%2CeAAe%3BIAAgB%2CmBAAA%3B%3BEAClD%2CkBAAmB%2CgBAAgB%2CeAAe%3BIAAK%2CuBAAA%3B%3BEACvD%2CoBAAqB%2CgBAAgB%3BEAAc%2CkBAAmB%2CgBAAgB%3BIAAe%2CmBAAA%3B%3BEACrG%2CkBAAmB%2CgBAAgB%2CeAAe%2CMAAM%3BIAAI%2CkBAAA%3BIAAoB%2CmBAAA%3B%3BEAChF%2CkBAAmB%2CgBAAgB%3BEAAgB%2CkBAAmB%2CgBAAgB%3BIAAiB%2CWAAA%3BIAAa%2CgBAAA%3B%3BEAEpH%2CuBAAwB%3BEAAqB%2CuBAAwB%3BIAAsB%2CiBAAA%3B%3BEAC3F%2CwBAAyB%2CsBAAsB%2CQAAQ%3BEAAM%2CwBAAyB%2CsBAAsB%2CQAAQ%3BIAAO%2CeAAA%3B%3BEAC3H%2CwBAAyB%2CsBAAsB%3BEAAM%2CwBAAyB%2CsBAAsB%3BIAAO%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAE5H%2CuBAAwB%2CMAAM%2CYAAY%3BIAAM%2CsBAAA%3B%3BEAEhD%2CgBAAiB%3BIAA2B%2CeAAA%3B%3BEAE5C%2CSAAU%3BIAAK%2CeAAA%3B%3BEAEf%2CYAAY%2C0BAA2B%2CSAAS%2CyBAAyB%2CeAAe%2CeAAe%3BEAA0B%2CYAAY%2C2BAA4B%2CSAAS%2CyBAAyB%2CeAAe%2CeAAe%3BEAA0B%2CYAAY%2CiBAAkB%2CSAAS%2CyBAAyB%2CeAAe%2CeAAe%3BEACjW%2CYAAY%2CqBAAsB%2CSAAS%2CyBAAyB%2CeAAe%2CeAAe%3BIAA2B%2CsBAAA%3B%3BEAC7H%2CYAAY%2CqBAAsB%2CSAAS%2CeAAe%2CoBAAoB%3BIAA2B%2CsBAAA%3B%3BEACzG%2CqBAAsB%2CSAAS%2CeAAe%3BIAAwB%2CkBAAA%3B%3BEAEtE%2CuBAAwB%2CgBAAe%2CqBAAsB%3BIAAK%2CYAAA%3B%3BEAClE%2CuBAAwB%2CsBAAsB%2CWAAW%3BIAAI%2CeAAA%3BIAAiB%2CSAAA%3B%3BEAC9E%2CuBAAwB%2CsBAAsB%2CWAAW%3BIAAO%2CeAAA%3B%3BEAChE%2CuBAAwB%2CsBAAsB%2CWAAW%3BIAAQ%2CcAAA%3BIAAgB%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3BIAAmB%2CkBAAA%3B%3BEAC%5C%2FH%2CuBAAwB%2CsBAAsB%2CWAAW%3BIAAM%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CgBAAA%3B%3BEAC1F%2CuBAAwB%2CiBAAiB%3BIAA4B%2CeAAA%3BIAAiB%2CuBAAA%3B%3BEACtF%2CuBAAwB%2CiBAAiB%3BIAAsB%2CQAAA%3BIAAU%2CcAAA%3BIAAgB%2CWAAA%3BIAAa%2C2BAAA%3B%3BEACtG%2CuBAAwB%2CiBAAiB%2CoBAAmB%3BIAAiB%2CmBAAA%3BIAAqB%2CQAAA%3BIAAU%2CqBAAA%3BIAAuB%2CcAAA%3B%3BEACnI%2CuBAAwB%2CiBAAiB%2CoBAAmB%3BIAAgB%2CkBAAA%3BIAAoB%2CQAAA%3BIAAU%2CqBAAA%3BIAAuB%2CcAAA%3B%3BEACjI%2CuBAAwB%2CwBAAwB%2CMAAM%3BIAAc%2CcAAA%3B%3BEACpE%2CuBAAwB%2CiBAAiB%2CoBAAmB%2CcAAe%3BEAC3E%2CuBAAwB%2CiBAAiB%2CoBAAmB%2CaAAc%3BIAAoB%2C4BAAA%3B%3BEAC9F%2CuBAAwB%2CoBAAoB%2CMAAK%3BIAAa%2CgBAAA%3B%3BEAC9D%2CuBAAwB%2CUAAU%3BEAAqB%2CuBAAwB%2CUAAU%3BIAAsB%2CUAAA%3BIAAY%2CmBAAA%3B%3BEAC3H%2CuBAAwB%2CyBAAyB%3BIAAsB%2CqBAAA%3B%3BEACvE%2CuBAAwB%2CyBAAyB%3BIAAsB%2CoBAAA%3B%3BEACvE%2CuBAAwB%3BEAAqB%2CuBAAwB%3BIAAsB%2CsBAAA%3BIAAwB%2CuBAAA%3BIAAyB%2CSAAA%3B%3BEAE5I%2CcAAc%2CqBAAsB%2CeAAe%2CiBAAgB%2CcAAe%2CcAAa%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CgBAAA%3B%3BEAE3H%2CuBAAwB%2CoBAAoB%3BEAAgB%2CuBAAwB%2CoBAAoB%2CeAAe%3BIAAS%2C0BAAA%3B%3BEAEhI%2CuBAAwB%3BIAAgB%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAEzD%2CuBAAwB%2CiBAAiB%3BIAAmB%2CgBAAA%3BIAAkB%2CgBAAA%3B%3BEAC9E%2CuBAAwB%2CiBAAiB%3BIAAK%2CeAAA%3B%3BEAC9C%2CuBAAwB%2CiBAAiB%2CiBAAiB%3BIAAK%2CmBAAA%3B%3BEAC%5C%2FD%2CuBAAwB%2CiBAAiB%2CiBAAiB%2CGAAG%3BIAAO%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CWAAA%3BIAAa%2CYAAA%3B%3BEACrH%2CuBAAwB%2CiBAAiB%2CiBAAiB%3BIAAK%2CeAAA%3B%3BEAE%5C%2FD%2CuBAAwB%2CgBAAgB%2CaAAa%3BIAAK%2CeAAA%3B%3BEAC1D%2CuBAAwB%2CgBAAgB%2CaAAa%2CGAAG%3BIAAK%2CaAAA%3B%3BEAC7D%2CuBAAwB%2CgBAAgB%3BIAAe%2CaAAA%3B%3B%3BEAGvD%2CWAAY%2CKAAK%3BEAAI%2CaAAc%2CKAAK%3BIAAK%2CmBAAA%3B%3BEAC7C%2CYACC%2CcACC%3BIAAa%2CkBAAA%3BIAAoB%2CeAAA%3BIAAiB%2CcAAA%3B%3BEAFpD%2CYACC%2CcAEC%2CWAAU%3BIAAS%2CSAAS%2CEAAT%3BIAAa%2CkBAAA%3BIAAoB%2CWAAA%3BIAAa%2CQAAA%3BIAAU%2CmBAAA%3BIAAqB%2CyBAAA%3BIAA2B%2CqBAAA%3BIAAuB%2CsBAAA%3BIAAwB%2CWAAA%3BIAAa%2CUAAA%3BIAAY%2CWAAW%2CcAAX%3B%3BEAHrM%2CYACC%2CcAGC%2CWAAU%2COAAO%3BIAAS%2CWAAW%2CcAAX%3BIAA2B%2CQAAA%3B%3BEAJvD%2CYACC%2CcAIC%3BIAAK%2CaAAA%3B%3BEAGP%3BEAAmB%3BIAAc%2CsBAAA%3BIAAwB%2C2BAAA%3B%3B%3BEAGzD%2CiBAAkB%3BIAAgB%2CaAAA%3BIAAe%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3BIAA4B%2CuBAAA%3BIAAoC%2C%2BBAAA%3BIAA4C%2C2BAAA%3B%3BEACrN%2CiBAAkB%2CcAAc%3BIAAK%2CeAAA%3B%3BEACrC%2CiBAAkB%2CcAAc%3BIAAK%2CeAAA%3B%3BEACrC%2CiBAAkB%2CcAAc%3BIAAU%2C0BAAA%3BIAA4B%2CkCAAA%3B%3BEACtE%2CiBAAkB%2CcAAc%3BIAAS%2CgBAAA%3B%3BEAEzC%2CuBAAwB%2CgBAAgB%3BIAAa%2CgBAAA%3B%3BEACrD%2CuBAAwB%2CsBAAqB%2CeAAgB%3BIAAK%2CeAAA%3B%3BEAClE%2CuBAAwB%2CIAAG%2CwBAAyB%2CiBAAiB%2CGAAE%3BIAAc%2CyBAAA%3B%3BEAErF%2CiBAAkB%3BIAAK%2CeAAA%3B%3BEACvB%2CiBAAkB%3BIAAW%2CSAAA%3B%3BEAC7B%2CiBAAkB%2CEAAC%3BIAAU%2C6BAAA%3B%3BEAC7B%2CoBAAqB%3BIAAK%2CeAAA%3B%3BEAC1B%2CoBAAqB%3BIAAI%2CeAAA%3B%3BEAEzB%2CYAAa%2CgBAAgB%3BIAAS%2C6BAAA%3BIAA%2BB%2CUAAA%3BIAAY%2CkBAAA%3BIAAoB%2CcAAA%3B%3BEACrG%2CYAAa%2CiBAAiB%3BIAAS%2CeAAA%3BIAAiB%2CeAAA%3B%3BEACxD%2CYAAa%3BIAAmB%2CUAAA%3BIAAY%2CkBAAA%3BIAAoB%2CcAAA%3B%3BEAChE%2CuBAAwB%2CiBAAiB%2CGAAE%2CaAAc%3BIAAS%2C0BAAA%3B%3BEAElE%2CaAAc%3BIAAqB%2CaAAA%3B%3BEACnC%2CaAAc%3BIAAqB%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACpD%2CaAAc%2CgBAAgB%3BIAAgB%2CeAAA%3B%3BEAE9C%2CqBAAsB%3BIAAI%2CkBAAA%3B%3BEAC1B%2CqBAAsB%3BIAAO%2C0BAAA%3B%3BEAE7B%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BIAAsB%2CaAAA%3B%3BEACjF%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%2CoBAAoB%2CIAAI%3BEACnF%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%2CoBAAoB%2CIAAI%3BIAAI%2C0BAAA%3B%3BEACvF%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BIAAU%2C0BAAA%3BIAA4B%2CkBAAA%3B%3BEACjG%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%2CoBAAoB%3BIAAM%2CgBAAA%3B%3BEACrF%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BIAAsB%2CWAAA%3B%3BEACjF%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BIAAU%2C0BAAA%3BIAA4B%2CiBAAA%3B%3BEACjG%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BIAAU%2CaAAA%3B%3BEAErE%2CuBAAwB%2CgBAAgB%3BIAA2B%2CaAAA%3B%3BEACnE%2CuBAAwB%2CoBAAoB%3BEAC5C%2CuBAAwB%2CoBAAoB%2CeAAe%3BIAAS%2CgBAAA%3B%3BEAEpE%2CGAAG%2C0BAA2B%2CiBAAiB%2CGAAE%2CWAAY%2CEAAC%3BIAAa%2C0BAAA%3BIAA4B%2C0BAAA%3B%3BEAEvG%2CuBAAwB%2CyBAAyB%3BIAAa%2C6BAAA%3BIAA%2BB%2C8BAAA%3B%3BEAC7F%2CuBAAuB%2CgBAAiB%3BIAA2B%2CUAAA%3B%3BEACnE%2CuBAAwB%2CoBAAoB%3BIAAa%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3B%3BEACjH%2CuBAAwB%2CoBAAoB%3BIAAiB%2C8BAAA%3B%3BEAC7D%2CuBAAwB%2CoBAAoB%3BIAAW%2CeAAA%3BIAAiB%2CeAAA%3B%3BEACxE%2CuBAAwB%3BEAAqB%2CuBAAwB%3BIAAsB%2CsBAAA%3BIAAwB%2CuBAAA%3B%3BEACnH%2CuBAAwB%2CsBAAsB%3BIAAsB%2CqBAAA%3B%3BEACpE%2CuBAAwB%2CsBAAsB%3BIAAsB%2CoBAAA%3B%3BEAEpE%3BIAA4B%2CaAAA%3B%3BEAC5B%2CyBAA0B%2CKAAK%2CEAAE%3BIAAK%2CaAAA%3B%3BEACtC%2CyBAA0B%2CKAAI%3BIAAW%2CkCAAA%3BIAAoC%2C0BAAA%3BIAA4B%2C8BAAA%3B%3BEACzG%2CyBAA0B%2CKAAK%3BIAAO%2CWAAA%3B%3BEAEtC%2CcAAe%3BEACf%2CMAAM%2COAAO%2CoBAAqB%2CqBAAqB%3BIAAgB%2CiBAAA%3BIAAmB%2CmBAAA%3B%3BEAC1F%2CwBAAyB%2CyBAAyB%2CeAAe%3BIAAgB%2CgBAAA%3BIAAkB%2CcAAA%3B%3BEACnG%2CcAAe%2CcAAc%3BEAC7B%2CMAAM%2COAAO%2CoBAAqB%2CqBAAqB%2CcAAc%3BIAAwB%2CkBAAA%3B%3BEAI3F%2CcADD%2CiBACE%2CcACA%3BIAAgB%2CaAAA%3BIAAe%2CgBAAA%3BIAAkB%2CcAAA%3B%3BEAChD%2CcAHH%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAC%5C%2FB%2CcAJH%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAC%5C%2FB%2CcALH%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CgBAAA%3B%3BEAC7B%2CcANH%2CiBACE%2CcACA%2CcAIE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CeAAA%3B%3BEAMjC%2CsBAAuB%2CeAAe%2CkBAAkB%3BIAAM%2CWAAA%3B%3BEAC9D%2CsBACC%2CQAAO%3BEADgB%2CiBACvB%2CQAAO%3BIAAQ%2CmBAAA%3B%3BEAEhB%2C0BAA0B%2CeAAgB%2CWAAW%2CQAAO%3BEAC5D%2C2BAA2B%2CeAAgB%2CWAAW%2CQAAO%3BIAAQ%2CmBAAA%3BIAAqB%2CiBAAA%3BIAAmB%2CgBAAA%3BIAAkB%2CQAAA%3B%3BEAC%5C%2FH%2C2BAA2B%2CeAAgB%2CWAAW%3BEACtD%2C0BAA0B%2CeAAgB%2CWAAW%3BIAAW%2CiBAAA%3BIAAmB%2CgBAAA%3BIAAkB%2CQAAA%3B%3BEAErG%3BEAAoB%2CkBAAkB%3BEACtC%2CaAAa%3BEAAiB%3BIAAgB%2CwBAAA%3BIAA0B%2C%2BBAAA%3B%3BEAExE%2C0BAEC%2CQAAO%3BEADR%2C2BACC%2CQAAO%3BIAAQ%2C2BAAA%3BIAA6B%2CsBAAA%3BIAAwB%2C0BAAA%3B%3BEAFrE%2C0BAGC%3BEAFD%2C2BAEC%3BIAAW%2C2BAAA%3BIAA6B%2CsBAAA%3BIAAwB%2C0BAAA%3B%3BEAHjE%2C0BAIC%2CkBACC%2CsBAAsB%2CqBACrB%2CQAAO%3BEALV%2C2BAGC%2CkBACC%2CsBAAsB%2CqBACrB%2CQAAO%3BEANV%2C0BAIC%2CkBACC%2CsBAAsB%2CqBACD%2CQAAO%3BEAL9B%2C2BAGC%2CkBACC%2CsBAAsB%2CqBACD%2CQAAO%3BIAAa%2CcAAA%3BIAAgB%2CsBAAA%3BIAAwB%2CkBAAA%3BIAAoB%2CmBAAA%3B%3BEAKvG%2CiBAAkB%3BIAAqB%2CyBAAA%3B%3BEAEvC%2CQAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BIAAkB%2CUAAA%3BIAAY%2CiBAAA%3B%3BEAExF%2CqBAAsB%3BIAAc%2CyBAAA%3B%3BEACpC%2CUAAW%3BIAAkC%2CsBAAA%3BIAAwB%2C0BAAA%3B%3BEACrE%2CUAAW%2CgCAA%2BB%3BIAAiB%2C2BAAA%3B%3BEAE3D%2CsBAAuB%3BIAAU%2CeAAA%3B%3BEAEjC%3BIAAqB%2CkBAAA%3B%3BEAErB%2CuBAAwB%2CsBAAsB%2CGAAG%3BIAAK%2CeAAA%3B%3BEACtD%2CuBAAwB%2CsBAAsB%2CGAAG%2CGAAG%3BIAAM%2CeAAA%3B%3BEAE1D%2CkBAAmB%3BIAAwB%2CWAAA%3B%3BEAC3C%2CiBAAkB%2CYAAW%3BEAAQ%2CiBAAkB%2CYAAW%3BIAAU%2CSAAS%2CEAAT%3BIAAa%2CWAAA%3BIAAa%2CcAAA%3B%3BEACtG%2CiBAAkB%2CYAAY%3BEAAU%2CiBAAkB%2CQAAQ%3BIAAW%2CmBAAA%3B%3BEAE7E%2CQAAQ%2CMAAO%2CeAAe%3BIAAK%2CWAAA%3B%3BEAEnC%2CiBAAkB%2CeAAc%2CSAAU%3BIAAsB%2CQAAA%3B%3BEAEhE%2CQAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BIAAW%2CgBAAA%3B%3BEAC7D%2CQAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BIAAU%2CeAAA%3BIAAiB%2CaAAA%3B%3BEAG7E%2CkBAAC%2CaACG%3BIAAkB%2CsBAAA%3BIAAwB%2CkBAAA%3B%3BEAD9C%2CkBAAC%2CaACG%2CgBACI%3BIAAiB%2CkBAAA%3B%3BEAFzB%2CkBAAC%2CaACG%2CgBACI%2CeACI%3BIAAe%2CkBAAA%3B%3BEAH3B%2CkBAAC%2CaACG%2CgBAII%2CeAAe%2CGAAG%3BIAAK%2CqBAAA%3B%3BEAL%5C%2FB%2CkBAAC%2CaAOG%3BIAA2B%2CsBAAA%3B%3BEAInC%2CuBAAwB%2CeAAe%2CcAAc%3BIAAmB%2CsBAAA%3B%3BEAIhE%2CqBAFa%2CoBACjB%2CSAAQ%2CMAAO%2CeACV%3BIAAwB%2C0BAAA%3B%3BEAAzB%2CqBAFa%2CoBACjB%2CSAAQ%2CMAAO%2CeACV%2CqBACG%3BIAAK%2CYAAA%3B%3BEAIjB%3BIAAyB%2CaAAA%3BIAAe%2CeAAA%3BIAAiB%2CYAAA%3BIAAc%2CsBAAA%3BIAAwB%2CeAAA%3BIAAiB%2CWAAA%3B%3BEAChH%2CkBAAmB%2CkBAAkB%3BIAAc%2C2BAAA%3B%3BEAEtD%2CuBAAwB%3BIAAiB%2CWAAA%3B%3BEACzC%2C4BAA4B%2C8BAA%2BB%3BIAAiB%2CqBAAA%3BIAAuB%2C8BAAA%3B%3BEACnG%3BIAAiB%2CyBAAA%3B%3BEAEjB%2CcAAc%3BIAAc%2CgBAAA%3BIAAkB%2CkBAAA%3B%3BEAA9C%2CcAAc%2CWACV%3BIAAQ%2CaAAA%3BIAAe%2CgBAAA%3BIAAkB%2CcAAA%3B%3BEAE7C%3BIAAoB%2CqBAAA%3B%3BEAEpB%2CkBAAmB%2CUAAU%3BIAAgB%2CaAAA%3B%3BEAC7C%2CUAAW%3BIAAY%2CaAAA%3B%3BEACvB%2CUAAW%2CcAAc%2CkBAAkB%3BIACzC%2CkBAAA%3BIACA%2C%2BBAAA%3B%3BEACA%2CUAHS%2CcAAc%2CkBAAkB%2COAGxC%3BIAAS%2CaAAA%3B%3BEAEZ%2CUAAW%2CcAAc%2CkBAAiB%3BIAAS%2CQAAA%3BIAAU%2CMAAA%3BIAAQ%2CeAAA%3B%3BEACrE%2CUAAW%2CcAAc%2CkBAAiB%2COAAO%3BIAAS%2CeAAA%3B%3B%3BEAG1D%2CiBAAkB%3BEAClB%2CiBAAkB%3BIAAsB%2CaAAA%3B%3BEACxC%2CiBAAkB%3BIAAY%2CsBAAA%3B%3BEAC9B%2CiBACC%2CeAAe%3BIAAS%2CaAAA%3B%3BEADzB%2CiBAEC%3BIAAY%2CWAAA%3BIAAa%2CsBAAA%3BIAAwB%2C2BAAA%3B%3BEAFlD%2CiBAGC%3BIAAoB%2C2CAAA%3BIAA6C%2CaAAA%3BIAAe%2CcAAA%3B%3BEAHjF%2CiBAIC%3BIAAwB%2CYAAA%3B%3B%3B%3BEAKzB%2CcACO%3BIAAgB%2CmBAAA%3B%3BEACrB%2CcADK%2CcACJ%2CMAAO%3BIAAiB%2CaAAA%3B%3BEAF3B%2CcACO%2CcAEL%3BIAAiB%2CSAAA%3B%3BEAEhB%2CcAJI%2CcAGL%2CoBACE%2COACA%2CgBAAgB%2CUAAU%2CQAAO%3BIAAa%2C0BAAA%3BIAA4B%2CsBAAA%3B%3BEAK9E%2CYAAa%3BEACb%2CYAAa%2CMAAK%2CcAAe%2CiBAAmB%3BEACpD%2CYAAa%3BIAAe%2C6BAAA%3B%3B%3B%3BEAK5B%2CYACC%2CaAEC%2CUAAS%3BEAHX%2CYAEC%2CcACC%2CUAAS%3BIAAqB%2CaAAA%3B%3BEAHhC%2CYAKC%2CaAAa%2CUAAU%2CSAAS%2CGAAE%3BIAAY%2CgBAAA%3BIAA8B%2CkBAAA%3BIAAoB%2CWAAA%3BIAAa%2CgBAAA%3BIAAkB%2CUAAA%3BIAAY%2CSAAA%3B%3BEAL5I%2CYAMC%2CcAAc%2CUAAS%2CkBAAmB%3BIAAgB%2CyBAAA%3B%3BEAN3D%2CYAOC%2CcAAc%2CUAAS%2CkBAAmB%2CkBAAkB%3BIAAS%2CyBAAA%3BIAA2B%2CeAAA%3BIAAiB%2CcAAA%3B%3BEAPlH%2CYAQC%2CcAAc%2CUAAU%3BIAAS%2CaAAA%3B%3BEARlC%2CYASC%2CaAAa%2CUAAU%2CSAAS%2CGAAE%3BEATnC%2CYAUC%2CaAAa%2CUAAU%2CSAAS%2CGAAE%3BIAAY%2CgBAAA%3BIAAkB%2CwBAAA%3B%3BEAC%5C%2FD%2CYAFD%2CaAAa%2CUAAU%2CSAAS%2CGAAE%2CSAEhC%3BEAAD%2CYADD%2CaAAa%2CUAAU%2CSAAS%2CGAAE%2CSAChC%3BIAAU%2CaAAA%3B%3BEAXb%2CYAaC%2CcAAc%2CUAAS%2CkBAAmB%2CkBAAiB%2COAAQ%3BIAAqB%2CWAAA%3BIAAa%2CUAAA%3B%3BEAbtG%2CYAeC%2CuBAAuB%2CgBAAgB%2CwBAAuB%3BIAA2B%2CoCAAA%3B%3BEAEzF%2CYAAC%2CoBACD%2CaAAC%2C0BAGA%2CSAAQ%3BEAFT%2CYAAC%2C2BAEA%2CSAAQ%3BEADT%2CYAAC%2CqBACA%2CSAAQ%3BEAJT%2CYAAC%2CoBACD%2CaAAC%2C0BAGgB%3BEAFjB%2CYAAC%2C2BAEgB%3BEADjB%2CYAAC%2CqBACgB%3BIAAqB%2CWAAA%3B%3BEAIvC%2CoBAAoB%2CsBAEnB%2CQAAO%3BEADR%2C2BACC%2CQAAO%3B%3B%3BEAEL%2CoBAJiB%2CsBAEnB%2CQAAO%2CKACN%2CiBACE%2CcACA%3BEADD%2C2BAFF%2CQAAO%2CKACN%2CiBACE%2CcACA%3BIAAgB%2CYAAA%3BIAAc%2CyBAAA%3BIAAkC%2CcAAA%3B%3BEAC%5C%2FD%2CoBANe%2CsBAEnB%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CIAAI%2CIAAI%3BEAArB%2C2BAJJ%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CyBAAA%3B%3BEAC7B%2CoBAPe%2CsBAEnB%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BEAArB%2C2BALJ%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CeAAA%3B%3BEAC7B%2CoBARe%2CsBAEnB%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CMAAM%2CIAAI%3BEAAvB%2C2BANJ%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAC%5C%2FB%2CoBATe%2CsBAEnB%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcAIE%2CYAAY%2CMAAM%2CIAAI%3BEAAvB%2C2BAPJ%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcAIE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAOjC%2CoBAhBiB%2CsBAEnB%2CQAAO%2CKAaN%2CiBACE%2CcACA%3BEADD%2C2BAdF%2CQAAO%2CKAaN%2CiBACE%2CcACA%3BIAAgB%2CYAAA%3BIAAc%2CgBAAA%3BIAAkB%2CcAAA%3B%3BEAC%5C%2FC%2CoBAlBe%2CsBAEnB%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BEAAvB%2C2BAhBJ%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAC%5C%2FB%2CoBAnBe%2CsBAEnB%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BEAArB%2C2BAjBJ%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CgBAAA%3B%3BEAC7B%2CoBApBe%2CsBAEnB%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CMAAM%2CIAAI%3BEAAvB%2C2BAlBJ%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAC%5C%2FB%2CoBArBe%2CsBAEnB%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAIE%2CYAAY%2CIAAI%2CIAAI%3BEAArB%2C2BAnBJ%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAIE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CeAAA%3B%3BEArBlC%2CoBAAoB%2CsBAEnB%2CQAAO%2CKAuBN%2CeACC%2CeACC%3BEA1BJ%2C2BACC%2CQAAO%2CKAuBN%2CeACC%2CeACC%3BIACC%2CWAAA%3BIACA%2C0BAAA%3B%3BEAOL%2CKAAK%2CKAAK%2CQAAS%2CQAAO%3BIAAS%2CmBAAA%3B%3BEACnC%2CKAAK%2CcAAe%2CKAAI%3BIAAO%2CgBAAA%3B%3B%3BEAG%5C%2FB%2C2BAA2B%2CqBAAsB%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BEAC3G%2C0BAA0B%2CqBAAsB%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BIAAkB%2CWAAA%3BIAAa%2C0BAAA%3B%3BEACzI%2CQAAQ%3BIAAS%2CgBAAA%3B%3BEACjB%2CQAAQ%2CMAAO%2CeAAe%3BIAAK%2CUAAA%3B%3BEACnC%2CQAAQ%2CMAAO%2CeAAc%3BIAAwB%2CiBAAA%3B%3BEACrD%2C0BAA2B%2CSAAQ%3BEACnC%2C2BAA4B%2CSAAQ%3BEACpC%2CqBAAsB%2CSAAQ%3BEAC9B%2C0BAA2B%3BEAC3B%2C2BAA4B%3BEAC5B%2CqBAAsB%3BIAAqB%2CsBAAA%3BIAAwB%2CsBAAA%3B%3BEAMhE%2CqBAJD%2C0BAGA%2CQACE%3BEAAD%2CqBAHD%2C2BAEA%2CQACE%3BEAAD%2CqBAFD%2CqBACA%2CQACE%3BIAAQ%2CaAAA%3BIAAe%2CqBAAA%3BIAAuB%2CgBAAA%3BIAAkB%2CeAAA%3BIAAiB%2CYAAA%3B%3BEAJpF%2CqBAAC%2C0BAMA%2CSAAQ%3BEALT%2CqBAAC%2C2BAKA%2CSAAQ%3BEAJT%2CqBAAC%2CqBAIA%2CSAAQ%3BEANT%2CqBAAC%2C0BAMgB%3BEALjB%2CqBAAC%2C2BAKgB%3BEAJjB%2CqBAAC%2CqBAIgB%3BIAAqB%2CWAAA%3BIAAa%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CgBAAA%3BIAAkB%2CQAAA%3B%3BEANzG%2CqBAAC%2C0BAOA%2CSAAQ%3BEANT%2CqBAAC%2C2BAMA%2CSAAQ%3BEALT%2CqBAAC%2CqBAKA%2CSAAQ%3BIAAS%2CkBAAA%3BIAAoB%2CiBAAA%3BIAAmB%2CSAAA%3B%3B%3BEAQvD%2CqBAFD%2CoBACA%2CQACE%3BIAAQ%2CaAAA%3BIAAe%2CqBAAA%3BIAAuB%2CgBAAA%3BIAAkB%2CeAAA%3BIAAiB%2CYAAA%3B%3BEAFpF%2CqBAAC%2CoBAIA%2CSAAQ%3BEAJT%2CqBAAC%2CoBAKA%3BIAAqB%2CWAAA%3BIAAa%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CgBAAA%3BIAAkB%2CQAAA%3B%3BEALzF%2CqBAAC%2CoBAMA%2CSAAQ%3BIAAS%2CkBAAA%3BIAAoB%2CiBAAA%3BIAAmB%2CSAAA%3B%3BEAG1D%2CyBACC%2CsBACC%2CQAAO%3BEAFT%2CyBACC%2CsBAEG%2CSAAS%3BIAAS%2CiBAAA%3B%3BEAHtB%2CyBACC%2CsBAGC%3BIAA2B%2CsBAAA%3B%3BEAJ7B%2CyBACC%2CsBAIC%3BIAAmB%2CkBAAA%3B%3BEAGrB%2CoBACC%2CwBAAuB%3BIAA2B%2CsBAAA%3B%3BEAGnD%2CQAAQ%2CMACP%2CWAAa%3BIAAM%2CgCAAA%3B%3BEAEpB%3BIAAqB%2CiBAAA%3B%3BEACrB%3BIAAsB%2CwBAAA%3B%3B%3B%3B%3B%3BEAMtB%2CeAAgB%3BIAAgB%2CUAAA%3BIAAY%2CiBAAA%3B%3BEAC5C%2CoBACC%3BEADD%2CoBAEC%3BEAFD%2CoBAGC%2CgBAAgB%3BEAHjB%2CoBAIC%2CgBAAgB%3BIAAkB%2CUAAA%3B%3B%3B%3B%3BEAMnC%2CiBAAkB%2CwBAAwB%3BIAAK%2C0BAAA%3B%3BEAC%5C%2FC%2CiBAAiB%2CYAAa%2CYAAY%2COAAM%3BIAAO%2C8BAAA%3B%3BEACvD%2CiBAAkB%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BIAAU%2CaAAA%3BIAAe%2CeAAA%3BIAAiB%2CeAAA%3B%3BEACrH%2CiBAAkB%2CSAAQ%2CKAAK%2CSAAS%2CUAAW%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BIAAU%2CSAAA%3B%3BEAC%5C%2FF%2CiBACC%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2COAAM%3BEADvC%2CiBAEC%3BIAAsC%2CWAAA%3BIAAa%2CeAAA%3B%3BEAGpD%2CgBAAiB%2COAAO%2CiBAAiB%3BIAAa%2CWAAA%3BIAAa%2CWAAA%3BIAAa%2CgBAAA%3BIAAkB%2CeAAA%3B%3B%3B%3B%3BEAKlG%3BIAAa%2CWAAA%3BIAAa%2CWAAA%3BIAAa%2CmBAAA%3BIAAqB%2CkBAAA%3B%3BEAC5D%3BIAAgB%2CcAAA%3BIAAgB%2CeAAA%3BIAAiB%2CWAAA%3B%3B%3B%3B%3BEAMjD%2CaACC%2CeACC%3BIAAQ%2CUAAA%3B%3BEACP%2CaAFF%2CeACC%2CMACE%2CUAAU%3BIAAS%2CWAAA%3B%3BEACpB%2CaAHF%2CeACC%2CMAEE%2CUAAU%3BIAAS%2CWAAA%3B%3BEAKvB%2CQACC%2CMAAK%3BIAAY%2CSAAA%3B%3BEADlB%2CQAEC%3BIAAW%2CoBAAA%3BIAAiC%2CiBAAA%3BIAA8B%2CoBAAA%3BIAAiC%2CqBAAA%3BIAAkC%2CwBAAA%3B%3BEAF9I%2CQAEC%2CSACC%2CQAAO%3BIAAQ%2CmBAAA%3B%3BEAHjB%2CQAEC%2CSAEC%2CSAAS%3BIAAgB%2CoBAAA%3BIAAsB%2CYAAA%3BIAAc%2CiBAAA%3BIAAmB%2CgBAAA%3BIAAkB%2CQAAA%3B%3BEAJpG%2CQAMC%2CuBAAuB%3BIAAW%2C2BAAA%3B%3BEAEnC%2CeAAe%2CgBAAiB%2CoBAAmB%2CcAAe%2CoBAAoB%2CIAAI%3BEAC1F%2CeAAe%2CgBAAiB%2CoBAAmB%2CaAAc%2CoBAAoB%2CIAAI%3BIAAI%2C0BAAA%3B%3BEAC7F%2CeAAe%2CgBAAiB%2CoBAAoB%2CoBAAoB%2CIAAI%3BIAAI%2C0BAAA%3B%3BEAChF%2CeAAe%2CgBAAiB%2CeAAe%3BIAAa%2CmBAAA%3B%3BEAC5D%2CeAAe%2CgBAAiB%2CoBAAmB%2CcAAe%3BEAAqB%2CeAAe%2CgBAAiB%2CoBAAmB%2CaAAc%3BIAAsB%2CkBAAA%3B%3BEAC9K%2CeAAe%2CgBAAiB%2CoBAAmB%2CcAAe%3BEAAS%2CeAAe%2CgBAAiB%2CoBAAmB%2CaAAc%3BIAAU%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3B%3BEACjL%2CeAAe%3BIAAmB%2CeAAA%3B%3BEAClC%2CeAAe%2CgBAAiB%3BIAAK%2CeAAA%3B%3B%3BAA0NtC%2CQAvN0B%3BEACzB%3BIAAmB%2CeAAA%3BIAAiB%2CuBAAA%3B%3BEACpC%2CgBAAiB%3BIAAK%2CYAAA%3BIAAc%2CyBAAA%3B%3BEACpC%2CgBAAiB%2CGAAE%2CYAAY%3BIAAM%2CeAAA%3B%3BEACrC%2CgBAAiB%2CGAAE%3BIAAgB%2CuBAAA%3B%3BEAEnC%2CwBAAyB%2CmBAAkB%3BIAAS%2CqBAAA%3BIAAuB%2CaAAA%3BIAAe%2CWAAA%3BIAAa%2CYAAA%3B%3BEACvG%2CwBAAyB%2CoBAAmB%3BIAAS%2CYAAA%3BIAAc%2CYAAA%3BIAAc%2CqBAAA%3B%3BEACjF%2CwBAAyB%2CoBAAmB%3BIAAU%2CqBAAA%3BIAAuB%2CYAAA%3BIAAc%2CYAAA%3B%3BEAC3F%2CwBAAyB%2CkBAAkB%2CiBAAiB%2CGAAE%2CWAAY%2CEAAC%3BIAAa%2C0BAAA%3BIAA4B%2C6BAAA%3B%3BEAEpH%2CwBAAyB%2CgBAAe%2CqBAAsB%2CWAAW%3BIAAI%2CeAAA%3B%3BEAC1E%2CwBAAyB%2CgBAAe%2CqBAAsB%3BIAAK%2CwBAAA%3BIAA0B%2CgCAAA%3BIAAkC%2C4BAAA%3B%3BEAC%5C%2FH%2CwBAAyB%2CgBAAe%2CqBAAsB%2CGAAE%2CYAAY%3BEAC5E%2CwBAAyB%2CgBAAe%2CqBAAsB%2CGAAE%2CYAAY%3BIAAM%2CgBAAA%3B%3BEAErF%2CwBAAyB%2CwBAAwB%3BIAAmB%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACrF%2CwBAAyB%2CwBAAwB%2CQAAQ%2CGAAG%3BIAAI%2CeAAA%3B%3BEAChE%2CwBAAyB%2CkBAAkB%3BIAAgB%2CeAAA%3B%3BEAC3D%2CwBAAyB%2CoBAAoB%3BIAAa%2CsBAAA%3B%3BEAC1D%2CwBAAyB%2CoBAAoB%3BIAAiB%2CiBAAA%3BIAAmB%2CkBAAA%3B%3BEACjF%2CwBAAyB%2CoBAAoB%2CeAAe%3BIAAS%2CkBAAA%3B%3BEACrE%2CwBAAyB%2CoBAAoB%3BIAAW%2CcAAA%3B%3BEACxD%2CwBAAyB%2CiBAAiB%3BEAAgB%2CwBAAyB%2CiBAAiB%3BIAAS%2CWAAA%3B%3BEAC7G%2CwBAAyB%2CiBAAiB%3BIAAS%2CiBAAA%3B%3BEAEnD%2CgBAAiB%3BIAAM%2CaAAA%3BIAAe%2CiBAAA%3B%3BEACtC%2CaAAc%3BIAAS%2CgCAAA%3B%3BEACvB%2CaAAc%2CeAAe%3BIAAgB%2CgBAAA%3B%3BEAC7C%2CaAAc%3BIAAS%2CqBAAA%3B%3BEACvB%3BIAAU%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAC3B%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%3BIAAe%2CeAAA%3B%3BEACpF%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CcAAc%3BEACnF%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CmBAAmB%3BIAAI%2CeAAA%3BIAAiB%2CsBAAA%3B%3BEAC7G%2CwBAAyB%2CeAAe%2CcAAc%3BIAA0B%2CeAAA%3BIAAiB%2CsBAAA%3B%3BEACjG%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%3BIAAa%2CmBAAA%3B%3BEAClF%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CWAAW%3BIAAS%2C0BAAA%3B%3BEACzF%2CaAAc%3BIAAO%2CgBAAA%3B%3BEACrB%2CaAAc%3BIAAW%2C8BAAA%3BIAAgC%2CkBAAA%3B%3BEAEzD%2CcAAe%3BIAA2B%2CsBAAA%3B%3BEAC1C%2CcAAe%2CyBAA2B%3BIAAsB%2CsBAAA%3B%3BEAChE%3BIAAe%2C%2BBAAA%3BIAAiC%2C0CAAA%3B%3BEAChD%2CcAAe%3BIAAY%2CgBAAA%3B%3BEAC3B%3BIAAc%2CoBAAA%3B%3BEACd%2CgBAAiB%3BIAAM%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACxC%2CgBAAiB%2CoBAAmB%2CYAAY%3BIAAO%2CmBAAA%3B%3BEACvD%2CwBAAyB%2CoBAAoB%3BIAAa%2CsBAAA%3B%3BEAC1D%2CwBAAyB%2CoBAAoB%3BIAAiB%2CUAAA%3BIAAY%2C8BAAA%3B%3BEAC1E%2CwBAAyB%2CoBAAoB%2CeAAe%3BIAAS%2CkBAAA%3B%3BEACrE%2CwBAAyB%2CoBAAoB%2CeAAe%3BIAAe%2CkBAAA%3BIAAoB%2CeAAA%3B%3BEAC%5C%2FF%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%3BEAC7D%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BIAAe%2CYAAA%3B%3BEACjF%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BIAAe%2CeAAA%3B%3BEAEjF%2CUAAW%3BIAA2B%2CsBAAA%3B%3BEACtC%3BIAAgB%2CsBAAA%3BIAAwB%2CgBAAA%3B%3BEACxC%2CUAAW%2CcAAa%3BIAAgB%2CSAAA%3B%3BEACxC%2CwBAAyB%2CiBAAiB%3BIAAiB%2C8BAAA%3B%3BEAC3D%2CwBAAyB%2CiBAAiB%2CeAAe%3BIAAS%2C0BAAA%3B%3BEAClE%2CwBAAyB%2CiBAAiB%2CiBAAiB%2CeAAe%3BIAAU%2C6BAAA%3B%3BEACpF%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BEAC7D%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BIAAM%2CmBAAA%3B%3BEACnE%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%2CIAAI%3BEACjE%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%2CIAAI%3BIAAI%2C0BAAA%3B%3BEACrE%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BEAC7D%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BIAAa%2CmBAAA%3B%3BEAC1E%2CiBAAkB%2CiBAAiB%3BEAAS%2CiBAAkB%2CiBAAiB%3BIAAU%2CkBAAA%3B%3BEACzF%2CiBAAkB%2CiBAAiB%2CQAAQ%3BEAAS%2CiBAAkB%2CiBAAiB%2CQAAQ%3BIAAU%2C0BAAA%3B%3BEAEzG%2CgBAAiB%2CoBAAoB%3BIAAQ%2C8BAAA%3B%3BEAC7C%3BIAAS%2C0BAAA%3B%3BEAET%2CiBAAiB%2COAAQ%2CQAAO%3BIAAQ%2CyBAAA%3B%3BEACxC%2CiBAAiB%2COAAQ%2CgBAAgB%3BIAAqB%2C6BAAA%3B%3BEAE9D%2CwBAAyB%3BIAAiB%2CeAAA%3B%3BEAE1C%2CQAAS%2CyBAAyB%3BIAAiB%2CkBAAA%3B%3BEACnD%2CiBAAiB%2COAAQ%3BEAAe%2CiBAAiB%2COAAQ%3BIAAgB%2CgBAAA%3B%3BEAEjF%2CgBAAiB%3BIAAa%2C0BAAA%3BIAA4B%2CkBAAA%3B%3BEAC1D%2CgBAAiB%3BIAAM%2CmBAAA%3B%3BEACvB%2CgBAAiB%2CIAAI%3BIAAI%2C0BAAA%3B%3BEACzB%2CgBAAiB%2CoBAAmB%2CYAAY%2CGAAI%3BIAAa%2C0BAAA%3B%3BEACjE%2CgBAAiB%3BIAAsB%2CeAAA%3B%3BEACvC%2CwBAAyB%3BIAAiB%2CeAAA%3B%3BEAC1C%2CgBAAiB%2CoBAAoB%3BIAAU%2CeAAA%3B%3BEAC%5C%2FC%2CgBAAiB%2CoBAAmB%2CcAAe%3BIAAsB%2CUAAA%3B%3BEACzE%2CgBAAiB%2CoBAAmB%2CaAAc%3BIAAsB%2CWAAA%3B%3BEACxE%2CgBAAiB%2CoBAAoB%3BIAAU%2CiBAAA%3B%3BEAC%5C%2FC%2CgBAAiB%2CeAAe%3BIAAM%2CaAAA%3BIAAe%2CiBAAA%3B%3BEAErD%2CeAAgB%2CoBAAoB%3BIAAM%2CyBAAA%3B%3BEAC1C%3BIAAqB%2CYAAA%3B%3BEACrB%2CkBAAmB%3BIAA8B%2CiCAAA%3BIAAmC%2C4BAAA%3B%3BEACpF%2CkBAAmB%3BIAAK%2CgBAAA%3B%3BEACxB%2CkBAAmB%2CGAAG%3BIAAS%2CeAAA%3B%3BEAE%5C%2FB%2CwBAAyB%2CsBAAsB%3BEAC%5C%2FC%2CwBAAyB%2CsBAAsB%3BIAAW%2CWAAA%3BIAAa%2CYAAA%3B%3BEAEvE%2CQAAS%2CeAAe%2CsBAAsB%3BEAAkB%2CQAAS%2CeAAe%2CsBAAsB%3BIAAqB%2CgBAAA%3B%3BEAEnI%2CuBAAwB%2CkBAAkB%3BIAAa%2CsBAAA%3B%3BEACvD%2CuBAAwB%2CkBAAkB%3BEAC1C%2CuBAAwB%2CkBAAkB%3BIAAiB%2CeAAA%3B%3BEAC3D%2CuBAAwB%2CkBAAkB%2CeAAe%2CSAAS%3BEAClE%2CuBAAwB%2CkBAAkB%2CeAAe%3BIAAW%2CWAAA%3B%3BEACpE%2CuBAAwB%2CkBAAkB%2CeAAe%2CSAAS%3BIAAM%2C0BAAA%3B%3BEACxE%2CuBAAwB%2CkBAAkB%3BIAAW%2C0BAAA%3B%3BEACrD%2CuBAAwB%2CkBAAkB%2CSAAQ%3BIAAS%2CgBAAA%3B%3BEAC3D%2CSAAU%3BIAAM%2CYAAA%3BIAAc%2CiBAAA%3BIAAmB%2CyBAAA%3B%3BEACjD%3BIAAc%2CkBAAA%3B%3BEACd%2CWAAY%3BIAAM%2CaAAA%3BIAAe%2CiBAAA%3BIAAmB%2CyBAAA%3B%3BEACpD%2CWAAY%3BIAAW%2CeAAA%3BIAAiB%2CmBAAA%3BIAAqB%2CWAAA%3BIAAa%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEAE3F%2CcAAc%2CqBAAsB%2CeAAe%3BEAAe%2CcAAc%2CqBAAsB%2CeAAe%2CiBAAiB%3BEACtI%2CcAAc%2CqBAAsB%2CeAAe%2CiBAAiB%3BEAAe%2CcAAc%2CqBAAsB%2CeAAe%2CiBAAiB%3BIAAgB%2CaAAA%3B%3BEACvK%2CcAAc%2CqBAAsB%2CeAAe%2CcAAa%2CYAAY%3BIAAO%2C2BAAA%3B%3BEACnF%2CcAAc%2CqBAAsB%2CeAAe%2CcAAa%2CYAAY%3BIAAO%2C0BAAA%3B%3BEAEnF%2CqBAAsB%3BIAAW%2CsBAAA%3B%3BEACjC%2CqBAAsB%2CQAAO%3BIAAQ%2CQAAA%3BIAAU%2CeAAA%3BIAAiB%2CcAAA%3BIAAgB%2CWAAA%3B%3BEAChF%2CYAAY%2CqBAAsB%3BIAAW%2CeAAA%3BIAAiB%2CcAAA%3BIAAgB%2CsBAAA%3BIAAwB%2C0BAAA%3BIAA4B%2C2BAAA%3BIAA6B%2CQAAA%3B%3BEAC%5C%2FJ%2CYAAY%2CqBAAsB%2CSAAS%2CeAAe%2CoBAAoB%3BIAA2B%2CSAAA%3B%3BEACzG%2CYAAY%2CqBAAsB%2CyBAAyB%2CeAAe%2CcAAc%3BIAAa%2CeAAA%3B%3BEACrG%2CYAAY%2CqBAAsB%2CSAAS%2CeAAe%2CsBAAsB%3BIAAmB%2CgBAAA%3B%3BEACnG%2CqBAAqB%2CqBAAsB%2CSAAQ%2CmBAAoB%2COAAM%3BIAAgB%2CmBAAA%3B%3BEAE7F%2CuBAAwB%2CkBAAkB%3BIAAU%2CkBAAA%3BIAAoB%2CmBAAA%3B%3BEACxE%2CuBAAwB%3BIAAgB%2C0BAAA%3B%3BEACxC%2CuBAAwB%2CaAAa%2CyBAAwB%3BIAAU%2CYAAA%3BIAAc%2CWAAA%3BIAAa%2CqBAAA%3BIAAuB%2CUAAA%3BIAAY%2CUAAA%3B%3BEACrI%2CuBAAwB%2CeAAe%2CyBAAwB%3BIAAS%2CqBAAA%3BIAAuB%2CYAAA%3BIAAc%2CWAAA%3BIAAa%2CaAAA%3BIAAe%2CQAAA%3B%3BEAEzI%2CqBAAsB%3BIAAO%2CeAAA%3B%3BEAC7B%2CqBAAsB%3BIAAI%2CeAAA%3B%3BEAC1B%2CqBAAsB%3BIAAO%2CgBAAA%3BIAAkB%2C6BAAA%3B%3BEAE%5C%2FC%2CkBAAmB%3BIAA4B%2CeAAA%3BIAAiB%2CuBAAA%3BIAAyB%2CmBAAA%3B%3BEACzF%2CkBAAmB%2CoBAAmB%3BIAAiB%2CsBAAA%3BIAAwB%2CmBAAA%3B%3BEAC%5C%2FE%2CkBAAmB%3BIAAsB%2CqBAAA%3B%3BEACzC%2CoBAAqB%3BIAAM%2CaAAA%3B%3BEAE3B%2CaAAc%3BIAAqB%2CeAAA%3B%3BEACnC%2CaAAc%3BIAAqB%2CaAAA%3B%3BEACnC%2CaAAc%2CmBAAmB%3BIAAK%2CaAAA%3B%3BEAEtC%2CmBAAmB%2COAAO%2CcAAc%2C0BAA2B%3BIAAe%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3B%3BEAC1I%2CmBAAmB%2COAAO%2CcAAc%2C0BAA2B%2CaAAa%3BIAAS%2CmBAAA%3B%3BEAEzF%2CwBAAyB%2CeAAe%2CcAAc%3BIAAsB%2CaAAA%3B%3BEAC5E%2CuBAAwB%2CgBAAgB%3BIAA4B%2C0BAAA%3BIAA4B%2CkCAAA%3BIAAoC%2C8BAAA%3B%3BEACpI%2CuBAAwB%2CgBAAgB%3BIAA2B%2CsBAAA%3B%3BEACnE%2CuBAAwB%2CgBAAgB%3BIAAsB%2CsBAAA%3BIAAwB%2CgBAAA%3BIAAkB%2CmBAAA%3B%3BEACxG%2CuBAAwB%2CgBAAgB%2CoBAAmB%2CYAAY%3BIAAM%2CeAAA%3B%3BEAC7E%2CuBAAwB%2CgBAAgB%2CoBAAmB%3BIAAgB%2CgBAAA%3B%3BEAC3E%2CeAAgB%2CeAAe%3BIAAS%2C0BAAA%3BIAA4B%2C%2BBAAA%3BIAAiC%2C8BAAA%3B%3BEAErG%2CuBAAwB%2CsBAAsB%3BIAAsB%2CYAAA%3B%3BEACpE%2CuBAAwB%2CsBAAsB%3BIAAsB%2CWAAA%3B%3BEACpE%2CuBAAwB%3BEAAqB%2CuBAAwB%3BIAAsB%2CsBAAA%3BIAAwB%2CuBAAA%3BIAAyB%2CiBAAA%3B%3BEAC5I%2CuBAAwB%2CoBAAmB%3BIAAS%2CaAAa%2C4SAAb%3B%3BEACpD%2CuBAAwB%2CoBAAmB%3BIAAS%2CaAAa%2C2SAAb%3B%3BEAEpD%2CoBAAqB%2CiBAAiB%2CoBAAmB%2CYAAY%2CGAAI%2CeAAc%2CMAAO%3BIAAsB%2CQAAA%3B%3BEACpH%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%2CoBAAoB%3BIAAM%2CcAAA%3B%3BEACrF%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%2CoBAAoB%2CIAAI%3BIAAI%2C0BAAA%3B%3BEACvF%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BIAAU%2C0BAAA%3BIAA4B%2CiBAAA%3B%3BEACjG%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BIAAsB%2CWAAA%3BIAAa%2CuBAAA%3BIAAyB%2C%2BBAAA%3BIAAiC%2C2BAAA%3B%3BEAExJ%2CaAAc%3BIAAU%2CwBAAA%3BIAA0B%2CgCAAA%3BIAAkC%2C4BAAA%3B%3BEACpF%3BIAAsB%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3B%3BEAC9E%2CmBAAoB%3BIAAU%2CWAAA%3BIAAa%2CiCAAA%3BIAAmC%2CyBAAA%3BIAA2B%2C6BAAA%3B%3BEACzG%2CqBAAsB%3BIAAO%2CeAAA%3B%3BEAC7B%2CmBAAoB%3BIAAM%2CWAAA%3B%3BEAE1B%2CUAAW%3BEACX%2CUAAW%3BIAAe%2CsBAAA%3B%3BEAC1B%2CUAAW%3BIAA2B%2CgBAAA%3B%3BEAEtC%2CoBAAqB%2CkBAAkB%2CsBAAsB%2CeAAe%3BIAAgB%2CUAAA%3B%3BEAC3F%2CoBADoB%2CkBAAkB%2CsBAAsB%2CeAAe%2CcAC1E%2CUAAU%3BIAAO%2CgBAAA%3B%3BEAClB%2CoBAFoB%2CkBAAkB%2CsBAAsB%2CeAAe%2CcAE1E%2CUAAU%3BIAAO%2CeAAA%3B%3BEAGnB%2CoBAAqB%2COAAM%2COAC1B%2CeACC%2CeACC%2CcAAa%2CIAAI%3BIAAkB%2CUAAA%3B%3BEAClC%2CoBAJiB%2COAAM%2COAC1B%2CeACC%2CeACC%2CcAAa%2CIAAI%2CeACf%2CYAAY%3BIAAS%2CWAAA%3B%3BEACtB%2CoBALiB%2COAAM%2COAC1B%2CeACC%2CeACC%2CcAAa%2CIAAI%2CeAEf%2CYAAY%3BIAAS%2CWAAA%3B%3BEACtB%2CoBANiB%2COAAM%2COAC1B%2CeACC%2CeACC%2CcAAa%2CIAAI%2CeAGf%2CYAAY%3BIAAO%2CgBAAA%3B%3BEACpB%2CoBAPiB%2COAAM%2COAC1B%2CeACC%2CeACC%2CcAAa%2CIAAI%2CeAIf%2CYAAY%3BIAAO%2CeAAA%3B%3BEAMxB%2CyBAA0B%2CKAAK%3BIAAI%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACpD%2CyBAA0B%2CKAAK%3BIAAK%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEACrD%2CyBAA0B%2CKAAK%3BIAAI%2CeAAA%3B%3BEACnC%2CyBAA0B%2CKAAK%3BIAAI%2CiBAAA%3B%3BEACnC%3BIAA4B%2CkBAAA%3B%3BEAC5B%2CyBAA0B%2CKAAI%3BIAAW%2C0BAAA%3BIAA4B%2CkCAAA%3BIAAoC%2C8BAAA%3B%3BEAEzG%2CwBAAwB%2CgBAAiB%3BIAAe%2CwBAAA%3B%3BEAExD%2CeAAe%2CgBAAiB%2CoBAAmB%2CcAAe%2CoBAAoB%2CIAAI%3BEAC1F%2CeAAe%2CgBAAiB%2CoBAAmB%2CaAAc%2CoBAAoB%2CIAAI%3BIAAI%2C0BAAA%3B%3BEAC7F%2CeAAe%2CgBAAiB%2CoBAAoB%2CoBAAoB%2CIAAI%3BIAAI%2C0BAAA%3B%3BEAChF%2CeAAe%2CgBAAiB%2CoBAAmB%2CcAAe%3BEAAqB%2CeAAe%2CgBAAiB%2CoBAAmB%2CaAAc%3BIAAsB%2CkBAAA%3B%3B%3BAA21C%5C%2FK%2CQAv1C0B%3BEACzB%2CgBAAiB%2CoBAAoB%2CIAAI%3BIAAI%2C0BAAA%3BIAA4B%2CsBAAA%3B%3BEACzE%2CgBAAiB%2CGAAE%2CYAAY%2CGAAI%2CoBAAoB%2CIAAI%3BIAAI%2C0BAAA%3B%3BEAC%5C%2FD%2CgBAAiB%2CeAAc%2CMAAO%3BIAAsB%2CSAAA%3B%3BEAE5D%2CiBAAiB%2COAAQ%3BIAAY%2CwBAAA%3B%3BEAErC%2CwBAAyB%3BIAAmB%2CkBAAA%3B%3BEAC5C%2CwBAAyB%2CiBAAiB%3BIAAY%2CUAAA%3BIAAY%2CcAAA%3BIAAgB%2CoBAAA%3B%3BEAClF%2CwBAAyB%2CiBAAiB%3BIAAQ%2CsBAAA%3BIAAwB%2C2BAAA%3BIAA6B%2CmCAAA%3BIAAqC%2C%2BBAAA%3BIAAiC%2CeAAA%3B%3BEAC7K%2CwBAAyB%3BIAAgB%2CuCAAA%3B%3BEACzC%2CwBAAyB%2CiBAAiB%2CUAAU%3BEAAI%2CwBAAyB%2CiBAAiB%2CGAAG%3BIAAK%2CaAAA%3B%3BEAC1G%2CwBAAyB%3BIAAqB%2CiBAAA%3B%3BEAC9C%2CwBAAyB%2CkBAAiB%3BIAAU%2C6BAAA%3B%3BEACpD%2CwBAAyB%2CkBAAkB%2CIAAG%2C0BAA2B%3BIAAmB%2C8BAAA%3B%3BEAC5F%2CwBAAyB%2CkBAAkB%2CiBAAiB%2CGAAE%2CWAAY%2CEAAC%3BIAAa%2C0BAAA%3BIAA4B%2C6BAAA%3B%3BEACpH%2CwBAAyB%2CkBAAkB%3BIAAa%2C0BAAA%3BIAA4B%2C2BAAA%3B%3BEACpF%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CcAAc%3BEAAG%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CmBAAmB%3BIAAI%2CeAAA%3B%3BEAClL%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CWAAW%3BEAAQ%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CWAAW%2CeAAe%3BIAAS%2C0BAAA%3B%3BEAEhM%3BIAA4B%2CiBAAA%3B%3BEAE5B%2CwBAAyB%2CoBAAoB%2CoBAAmB%2CIAAI%3BEACpE%2CwBAAyB%2CoBAAoB%2CoBAAmB%3BIAAgB%2CiBAAA%3B%3BEAEhF%2CwBAAwB%2CYAAY%2C0BAA2B%2CcAAc%2CsBAAqB%2CMAAM%3BEAAS%2CwBAAwB%2CYAAY%2C2BAA4B%2CcAAc%2CsBAAqB%2CMAAM%3BEAC1N%2CwBAAwB%2CYAAY%2CsBAAuB%2CcAAc%2CsBAAqB%2CMAAM%3BEAAS%2CwBAAwB%2CYAAY%2CiBAAkB%2CcAAc%2CsBAAqB%2CMAAM%3BEAC5M%2CwBAAwB%2CYAAY%2C0BAA2B%2CoBAAoB%2CsBAAqB%2CMAAM%3BEAAS%2CwBAAwB%2CYAAY%2C2BAA4B%2CoBAAoB%2CsBAAqB%2CMAAM%3BEACtO%2CwBAAwB%2CYAAY%2CsBAAuB%2CoBAAoB%2CsBAAqB%2CMAAM%3BEAAS%2CwBAAwB%2CYAAY%2CiBAAkB%2CoBAAoB%2CsBAAqB%2CMAAM%3BIAAU%2CsBAAA%3B%3BEAClO%2CwBAAwB%2CIAAI%2CkBAAmB%3BIAAe%2C2BAAA%3B%3BEAC9D%2CwBAAyB%2CQAAO%2CKAAM%2CkBAAkB%3BIAAoB%2CgBAAA%3B%3BEAC5E%2CwBAAyB%2CaAAY%3BIAAU%2CUAAA%3BIAAY%2CWAAA%3BIAAa%2CaAAA%3B%3BEACxE%2CwBAAyB%2CwBAAwB%3BIAAU%2C4BAAA%3BIAA8B%2CsBAAA%3B%3BEACzF%2CwBAAyB%2CwBAAwB%3BIAAoB%2C6BAAA%3BIAA%2BB%2C0BAAA%3B%3BEACpG%2CwBAAyB%2CkBAAkB%3BIAAU%2CeAAA%3B%3BEACrD%2CwBAAyB%2CoBAAoB%2CeAAe%3BIAAe%2CkBAAA%3BIAAoB%2CeAAA%3B%3BEAC%5C%2FF%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BIAAe%2C6BAAA%3B%3BEACjF%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%3BIAAU%2C0BAAA%3BIAA4B%2CeAAA%3B%3BEACnG%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BIAAW%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CgBAAA%3B%3BEAC3G%2CwBAAyB%2CmBAAkB%3BIAAU%2CWAAA%3BIAAa%2CaAAA%3B%3BEAClE%2CwBAAyB%2CmBAAkB%3BIAAU%2CMAAA%3B%3BEACrD%2CwBAAyB%2CqBAAqB%3BEAAiB%2CwBAAyB%2CmBAAmB%3BIAAkB%2CmBAAA%3B%3BEAC7H%2CwBAAyB%2CmBAAkB%2CkBAAmB%3BIAAiB%2CgBAAA%3B%3BEAC%5C%2FE%2CwBAAyB%2CmBAAmB%2CgBAAgB%2CeAAe%2CMAAM%3BIAAI%2CkBAAA%3B%3BEACrF%2CSAAU%3BIAAM%2CwBAAA%3BIAA0B%2CiBAAA%3B%3BEAC1C%2CwBAAyB%2CeAAe%2CcAAc%3BIAAiB%2CeAAA%3B%3BEACvE%2CwBAAyB%2CaAAa%3BIAAK%2CeAAA%3B%3BEAC3C%2CwBAAyB%3BIAAuB%2C4BAAA%3B%3BEAChD%2CwBAAyB%2CyBAAyB%2CaAAY%3BEAAS%2CwBAAyB%2CyBAAyB%2CaAAY%3BIAAS%2CWAAA%3B%3BEAC9I%2CwBAAwB%2CgBAAiB%2CyBAAwB%3BIAAU%2CUAAA%3BIAAY%2CYAAA%3BIAAc%2CYAAA%3B%3BEACrG%2CwBAAyB%2CiBAAiB%2CeAAe%3BIAAS%2C0BAAA%3B%3BEAClE%2CwBAAyB%2CiBAAiB%3BIAAiB%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAC5E%2CwBAAyB%2CiBAAiB%2CeAAe%3BIAAe%2C8BAAA%3B%3BEAExE%2CwBAAyB%2CkBAAkB%3BIAAgB%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2C0BAAA%3B%3BEAC%5C%2FF%2CwBAAyB%2CWAAU%3BIAAS%2CYAAA%3BIAAc%2CYAAA%3BIAAc%2CUAAA%3B%3BEACxE%2CwBAAyB%2CWAAU%3BIAAU%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CYAAA%3B%3BEACxE%2CaAAc%2CeAAe%2CcAAc%3BIAAa%2C0BAAA%3B%3BEACxD%2CaAAc%2CeAAe%3BIAAgB%2CaAAA%3B%3BEAC7C%2CeAAgB%2CsBAAqB%3BIAAU%2CYAAA%3BIAAc%2CYAAA%3B%3BEAC7D%2CeAAgB%2CIAAG%2CwBAAyB%2CiBAAiB%2CGAAE%2CWAAY%2CEAAC%3BIAAa%2C0BAAA%3BIAA4B%2C4BAAA%3BIAA8B%2C%2BBAAA%3BIAAiC%2CsBAAA%3B%3BEACpL%2CwBAAyB%2CIAAG%2CwBAAyB%3BIAAa%2C0BAAA%3BIAA4B%2C2BAAA%3B%3BEAC9F%3BIAAe%2CmBAAA%3B%3BEACf%2CcAAe%2CoBAAmB%2CaAAc%3BIAAM%2CcAAA%3B%3BEACtD%2CwBAAyB%2CeAAe%2CoBAAmB%2CcAAe%3BIAAS%2CgBAAA%3BIAAkB%2CcAAA%3B%3BEACrG%2CwBAAyB%2CeAAe%2CoBAAmB%2CcAAe%3BIAAM%2CcAAA%3B%3BEAChF%2CwBAAyB%2CeAAe%2CoBAAmB%3BIAAiB%2CmBAAA%3BIAAqB%2CkBAAA%3B%3BEACjG%2CwBAAyB%2CeAAe%2CsBAAqB%3BIAAU%2CWAAA%3B%3BEACvE%3BIAAU%2CmBAAA%3B%3BEACV%2CeAAgB%2CsBAAqB%3BIAAU%2CUAAA%3B%3BEAC%5C%2FC%3BEAAW%3BIAAY%2CWAAA%3B%3BEACvB%2CSAAU%3BIAAM%2CgBAAA%3B%3BEAChB%2CSAAU%3BIAAM%2CgBAAA%3B%3BEAChB%2CaAAc%3BIAAO%2CgBAAA%3BIAAkB%2CkBAAA%3B%3BEACvC%2CaAAc%3BIAAW%2CmBAAA%3BIAAqB%2CmBAAA%3BIAAqB%2CuBAAA%3B%3BEACnE%2CaAAc%3BIAAO%2CkBAAA%3B%3BEACrB%2CwBAAyB%2CqBAAoB%3BIAAS%2CYAAA%3BIAAc%2CaAAA%3B%3BEAEpE%2CuBAAwB%2CeAAe%2CcAAc%3BIAAqB%2CqBAAA%3B%3BEAE1E%2CwBAAyB%2CeAAe%2COAAM%2CWAAY%3BIAAU%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACrF%2CwBAAyB%2CeAAe%2COAAM%2CWAAY%3BIAAS%2C0BAAA%3BIAA4B%2C4BAAA%3B%3BEAE%5C%2FF%2CeAAgB%2CQAAO%3BIAAW%2C0BAAA%3B%3BEAClC%2CeAAgB%2CQAAO%2CQAAS%3BIAAW%2CWAAA%3BIAAa%2CYAAA%3B%3BEAExD%2CUAAU%3BEAAQ%2CYAAY%3BIAAS%2CYAAA%3BIAAc%2CaAAA%3BIAAe%2CUAAA%3B%3BEACpE%2CUAAU%3BEAAS%2CYAAY%3BIAAU%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CSAAA%3B%3BEAEpE%2CcAAe%3BIAAK%2C0BAAA%3B%3BEACpB%2CcAAe%3BIAAM%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEACtC%2CQAAS%3BIAAM%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAChC%2COAAO%3BIAAY%2C0BAAA%3B%3BEACnB%2CwBAAyB%3BIAAmB%2CcAAA%3B%3BEAC5C%2CwBAAyB%2CmBAAkB%3BIAAU%2CYAAA%3BIAAc%2CYAAA%3BIAAc%2CUAAA%3B%3BEACjF%2CwBAAwB%2CgBAAiB%2CyBAAwB%3BIAAU%2CUAAA%3BIAAY%2CYAAA%3BIAAc%2CYAAA%3B%3BEACrG%2CwBAAwB%2CgBAAiB%2CyBAAwB%3BIAAS%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CYAAA%3B%3BEACrG%2CgBAAiB%3BIAAsB%2CkBAAA%3B%3BEACvC%2CgBAAiB%2CoBAAmB%2CYAAY%3BIAAO%2CeAAA%3B%3BEACvD%2CgBAAiB%3BIAAY%2CgBAAA%3B%3BEAC7B%2CwBAAyB%2CaAAa%2CeAAe%3BIAAS%2C0BAAA%3BIAA4B%2CkBAAA%3B%3BEAC1F%2CYAAa%3BIAAsB%2CkBAAA%3B%3BEACnC%2CYAAa%2CoBAAmB%3BIAAgB%2CiBAAA%3B%3BEAChD%2CYAAa%3BEAAQ%2CgBAAiB%3BIAAM%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEAC7D%2CYAAa%3BEAAW%2CgBAAiB%3BIAAY%2CuBAAA%3B%3BEACrD%2CYAAa%3BEAAG%2CgBAAiB%3BEAAG%2CcAAe%3BIAAI%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACxE%2CYAAa%2CUAAU%2CQAAO%3BIAAiB%2CkBAAA%3B%3BEAE%5C%2FC%2CYAAY%2CYAAa%2CYAAY%2COAAM%3BIAAO%2CoBAAA%3B%3BEAClD%2CYAAa%2CmBAAmB%2CYAAY%3BEAAY%2CYAAa%2CwBAAwB%2CYAAY%3BEAAY%2CYAAa%2CmBAAmB%2CYAAY%2COAAM%3BEAAM%2CYAAa%2CwBAAwB%2CYAAY%2COAAM%3BIAAO%2C8BAAA%3B%3BEAC3O%2CYAAa%2CkBAAkB%3BIAAS%2C0BAAA%3BIAA4B%2C8BAAA%3B%3BEACpE%2CYAAa%2CkBAAkB%2CYAAY%3BIAA4B%2CsBAAA%3B%3BEAEvE%2CcAAe%3BIAAgB%2C8BAAA%3B%3BEAE%5C%2FB%2CkBAAmB%2CSAAQ%2CKAAK%2CSAAS%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%2CQAAO%3BIAAS%2CyBAAA%3B%3BEAErG%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAClG%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAClG%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAClG%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAClG%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAClG%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAClG%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BEAClG%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CoBAAoB%2CUAAU%3BIAAsB%2CqBAAA%3BIAAuB%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3B%3BEAE1K%2CwBAAyB%2CmBAAmB%2CgBAAgB%2CeAAe%3BIAAQ%2CcAAA%3B%3BEACnF%2CwBAAyB%3BIAAoB%2CSAAA%3B%3BEAC7C%2CeAAe%3BEAAkB%2CeAAe%3BIAAmB%2CsBAAA%3B%3BEACnE%2CgBAAiB%3BEAAqB%2CgBAAiB%3BIAAsB%2CUAAA%3B%3BEAC7E%2CgBAAiB%2CoBAAmB%2CIAAI%3BEAAiB%2CgBAAiB%2CoBAAmB%2CIAAI%3BIAAkB%2CmBAAA%3B%3BEACnH%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BEAAY%2CgBAAiB%2CoBAAoB%3BEAAS%2CgBAAiB%2CoBAAoB%3BEAC5J%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BEAAY%2CgBAAiB%2CoBAAoB%3BEAAS%2CgBAAiB%2CoBAAoB%3BIAAa%2CqBAAA%3B%3BEACzK%2CgBAAiB%2CoBAAoB%3BIAAU%2CiBAAA%3BIAAmB%2C0BAAA%3B%3BEAElE%2CWAAY%3BIAAI%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3B%3BEAC3C%2CWAAY%3BIAAM%2CWAAA%3BIAAa%2CYAAA%3B%3BEAE%5C%2FB%2CwBAAyB%2COAAM%2CQAAS%3BIAAiB%2CmBAAA%3B%3BEAEzD%2CuBAAwB%3BIAAW%2CeAAA%3B%3BEACnC%2CuBAAwB%2CMAAM%3BIAAc%2C2BAAA%3B%3BEAC5C%2CuBAAwB%3BIAAY%2CmBAAA%3B%3BEACpC%2CuBAAwB%3BEAAc%2CuBAAwB%3BIAAa%2C0BAAA%3B%3BEAC3E%2CuBAAwB%3BIAAkB%2C%2BBAAA%3B%3BEAE1C%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BIAAwB%2CeAAA%3B%3BEAC3F%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BIAAwB%2CaAAA%3B%3BEAC3F%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%3BIAAwB%2CsBAAA%3B%3BEAE5F%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BIAAe%2CsBAAA%3BIAAwB%2CgBAAA%3B%3BEAC1G%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BEACnE%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BEACnE%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BEACnE%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BEACnE%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BIAAwB%2CkBAAA%3B%3BEAC3F%2CcAAe%2CcAAc%2CcAAc%3BEAAiB%2CcAAe%2CcAAc%2CcAAc%3BIAAwB%2CgBAAA%3B%3BEAC%5C%2FH%2CcAAe%2CcAAc%2CcAAc%2CgBAAgB%3BIAAoB%2CgBAAA%3B%3BEAE%5C%2FE%2CuBAAwB%2CeAAe%2CcAAc%2CWAAU%3BIAAa%2CMAAA%3BIAAQ%2CQAAA%3B%3BEACpF%2CuBAAwB%2CeAAe%2CcAAc%3BEAAiB%2CuBAAwB%2CeAAe%2CcAAc%3BIAAwB%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEAEpK%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BEAAG%2CuBAAwB%2CeAAe%2CcAAc%2CmBAAmB%3BIAAI%2CeAAA%3B%3BEAClJ%2CwBAAyB%3BIAAkB%2CoBAAA%3B%3BEAE3C%2CuBAAwB%2CeAAe%2CcAAc%2CkBAAkB%3BEACvE%2CcAAe%2CcAAc%2CkBAAkB%3BIAAiB%2CaAAA%3B%3BEAEhE%2CiBAAiB%2COAAQ%3BIAAU%2CsBAAA%3B%3BEACnC%2CiBAAiB%2COAAQ%3BIAAU%2CeAAA%3BIAAiB%2CWAAA%3B%3BEACpD%2CiBAAiB%2COAAQ%2CQAAO%3BIAAQ%2CuBAAA%3BIAAyB%2CkBAAA%3B%3BEACjE%2CiBAAiB%2COAAQ%3BIAAiB%2C2BAAA%3BIAA6B%2CyBAAA%3B%3BEACvE%2CiBAAiB%2COAAQ%2CgBAAgB%3BIAAqB%2CWAAA%3B%3BEAC9D%2CiBAAiB%2COAAQ%3BIAAiB%2CgBAAA%3B%3BEAE1C%2CwBAAyB%2CiBAAiB%2CeAAe%3BIAAM%2CaAAA%3B%3BEAC%5C%2FD%2CwBAAyB%2CgBAAe%3BIAAwB%2CeAAA%3B%3BEAChE%2CwBAAyB%2CgBAAe%2CqBAAsB%3BIAAa%2CkBAAA%3BIAAoB%2CmBAAA%3B%3BEAE%5C%2FF%2CwBAAyB%3BIAAqB%2C4BAAA%3B%3BEAE9C%2CYAAY%2C0BAA0B%2CeAAgB%2CWAAW%2CQAAO%3BEAAO%2CYAAY%2C2BAA2B%2CeAAgB%2CWAAW%2CQAAO%3BIAAQ%2CiBAAA%3BIAAmB%2CgBAAA%3BIAAkB%2CQAAA%3B%3BEACrM%2CYAAY%2C2BAA2B%2CeAAgB%2CWAAW%3BEAAU%2CYAAY%2C0BAA0B%2CeAAgB%2CWAAW%3BIAAW%2CiBAAA%3BIAAmB%2CgBAAA%3BIAAkB%2CQAAA%3B%3BEAE7L%2CwBAAyB%2CiBAAiB%3BIAAQ%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3B%3BEAC7E%2CwBAAyB%2CmBAAmB%2CMAAM%2CMAAM%3BIAAM%2CWAAA%3BIAAa%2CYAAA%3B%3BEAE3E%2CqBAAqB%2CYAAY%2C0BAA2B%2CQAAO%3BIAAQ%2CgBAAA%3BIAAkB%2CQAAA%3BIAAU%2CYAAA%3B%3BEACvG%2CqBAAqB%2CYAAY%2C0BAA2B%2CSAAQ%3BIAAgB%2CgBAAA%3BIAAkB%2CQAAA%3BIAAU%2CYAAA%3B%3BEAChH%2CwBAAyB%2CSAAS%2CyBAAyB%3BIAAiB%2CkBAAA%3B%3BEAC5E%2CwBAAyB%2CeAAe%2CcAAc%3BIAAa%2CeAAA%3B%3BEACnE%2CYAAY%2C0BAA2B%2CSAAS%2CyBAAyB%2CcAAc%3BIAAqB%2CmBAAA%3BIAAqB%2CuBAAA%3BIAAyB%2C2BAAA%3B%3BEAE1J%2CUAAW%2CaAAY%3BIAAS%2C8BAAA%3B%3BEAChC%2CiBAAiB%2COAAQ%3BEAAW%2CiBAAiB%2COAAQ%3BIAAY%2CeAAA%3B%3BEACzE%2CiBAAiB%2COAAO%3BIAAS%2CeAAA%3B%3BEACjC%2CiBAAiB%2COAAQ%3BEAAe%2CiBAAiB%2COAAQ%3BIAAgB%2CgBAAA%3B%3BEACjF%2CwBAAyB%3BIAAiB%2CSAAA%3B%3BEAC1C%2CwBAAyB%2CiBAAiB%3BIAAS%2CoBAAA%3B%3BEACnD%2CiBAAkB%3BIAAmB%2CsBAAA%3B%3BEACrC%2CgBAAiB%3BIAAsB%2CWAAA%3BIAAa%2CUAAA%3BIAAY%2CmBAAA%3B%3BEAChE%2CgBAAiB%2CoBAAmB%3BIAAgB%2CgBAAA%3B%3BEACpD%2CiBAAkB%2CiBAAiB%2CoBAAoB%3BEACvD%2CiBAAkB%2CiBAAiB%2CoBAAoB%3BIAAa%2CqBAAA%3B%3BEACpE%2CgBAAiB%2CoBAAmB%2CaAAc%3BIAAsB%2CWAAA%3B%3BEACxE%2CeAAgB%2CoBAAoB%3BIAAM%2C0BAAA%3B%3BEAC1C%2CeAAgB%2CoBAAmB%2CYAAY%3BIAAM%2C2BAAA%3B%3BEACrD%3BIAAqB%2CYAAA%3B%3BEACrB%2CkBAAmB%3BIAA8B%2C4BAAA%3B%3BEACjD%2CkBAAmB%3BIAAK%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEACzC%2CkBAAmB%2CGAAG%3BIAAS%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAChD%2CwBAAyB%2CeAAe%2CcAAc%2CcAAc%3BEAAG%2CwBAAyB%2CeAAe%2CcAAc%2CmBAAmB%3BIAAI%2CeAAA%3B%3BEACpJ%2CwBAAyB%2CeAAe%2CcAAc%2CWAAW%3BIAAS%2CeAAA%3B%3BEAC1E%2CkBAAkB%2CaAAc%2CgBAAgB%3BEAChD%2CkBAAkB%2CaAAc%2CgBAAgB%2CeAAe%3BIAAS%2CkBAAA%3B%3BEACxE%2CkBAAkB%2CaAAc%2CgBAAgB%2CiBAAiB%3BIAAQ%2CiBAAA%3B%3BEAEzE%2CkBAAmB%3BIAAkB%2CgBAAA%3B%3BEACrC%2CoBAAqB%3BEAAiB%2CkBAAmB%3BIAAkB%2CmBAAA%3B%3BEAC3E%2CkBAAmB%2CgBAAgB%2CeAAe%2CMAAM%3BIAAI%2CiBAAA%3BIAAmB%2CeAAA%3B%3BEAC%5C%2FE%2CkBAAmB%2CgBAAgB%2CeAAe%3BIAAK%2CeAAA%3B%3BEAEvD%2CQAAQ%2CqBAAsB%2CiBAAiB%2CWAAS%3BIAAU%2CkBAAA%3B%3BEAElE%2CYAAY%2CYAAY%2CcAAc%3BIAAS%2CiCAAA%3BIAAmC%2CgBAAA%3B%3BEAClF%2CYAAY%3BIAAe%2CUAAA%3BIAAY%2CYAAA%3B%3BEACvC%3BIAAe%2CoBAAA%3B%3BEACf%2CYAAY%2CYAAY%2CcAAe%3BIAAoB%2CYAAA%3BIAAc%2CgBAAA%3B%3BEACzE%2CYAAY%2CMAAO%3BEAAmB%2CYAAY%2CMAAO%3BIAAoB%2CmBAAmB%2CeAAnB%3BIAAmC%2CWAAW%2CeAAX%3B%3BEAEhH%2CcAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%2CQAAO%3BEAC%5C%2FE%2CcAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%3BIAAsB%2CiBAAA%3B%3BEAC9F%2CcAAe%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%3BEAClE%2CcAAe%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%3BIAAsB%2CuBAAA%3BIAAyB%2CsBAAA%3B%3BEACjH%2CcAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%3BEAC%5C%2FD%2CMAAM%2COAAO%2CoBAAqB%2CqBAAqB%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%3BIAAe%2CiBAAA%3B%3BEAEtH%2CwBAAyB%2CSAAS%2CyBAAyB%3BIAAiB%2CmBAAA%3B%3BEAC5E%2CwBAAyB%2CgBAAe%3BIAAwB%2CeAAA%3B%3BEAChE%2CwBAAyB%2CgBAAe%2CqBAAsB%3BIAAK%2CwBAAA%3BIAA0B%2CyBAAA%3B%3BEAC7F%2CwBAAyB%2CgBAAe%2CqBAAsB%2CGAAE%2CYAAY%3BEAC5E%2CwBAAyB%2CgBAAe%2CqBAAsB%2CGAAE%2CYAAY%3BIAAM%2CmBAAA%3B%3BEAElF%2CeAAe%2CgBAAiB%2CoBAAmB%2CYAAY%2CGAAI%2CeAAc%2CSAAU%3BIAAsB%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEAElI%3BIAA2B%2CeAAA%3B%3BEAE3B%2CoBAAqB%2CsBAAsB%2CaAAY%3BIAAS%2CWAAW%2CcAAX%3BIAA2B%2CmBAAmB%2CcAAnB%3B%3BEAC3F%2CoBAAqB%2CsBAAsB%2CaAAY%2COAAO%3BIAAS%2CWAAW%2CcAAX%3BIAA2B%2CmBAAmB%2CcAAnB%3BIAAmC%2CoBAAA%3B%3BEAErI%2CYAAY%3BIAAe%2CUAAA%3BIAAY%2CYAAA%3B%3BEACvC%3BIAAe%2CoBAAA%3B%3BEACf%2CYAAY%2CYAAY%2CcAAc%3BIAAS%2CiCAAA%3BIAAmC%2CgBAAA%3B%3BEAClF%2CYAAY%2CYAAY%2CcAAe%3BIAAoB%2CYAAA%3BIAAc%2CgBAAA%3B%3BEACzE%2CYAAY%2CYAAY%2CMAAO%3BIAAoB%2CmBAAmB%2CaAAnB%3BIAAkC%2CWAAW%2CaAAX%3B%3BEACrF%2CYAAY%2CYAAa%3BIAAoB%2CSAAA%3B%3BEAC7C%2CYAAY%2CYAAa%3BIAAoB%2CYAAA%3BIAAc%2CgBAAA%3BIAAkB%2CgBAAA%3BIAAkB%2CmBAAmB%2CgBAAnB%3BIAAqC%2CWAAW%2CgBAAX%3BIAA6B%2CsDAAA%3BIAAuD%2CsCAAA%3BIAAuC%2CWAAA%3B%3BEAC%5C%2FP%2CiBAAiB%2CYAAa%3BIAA0B%2CwCAAA%3B%3BEAExD%3BIAAsB%2CwCAAA%3BIAA0C%2CgBAAA%3BIAAkB%2CeAAA%3B%3BEAClF%3BIAA4B%2CeAAA%3B%3BEAE5B%2CQAAQ%2CcAAe%3BIAAe%2CmBAAA%3BIAAqB%2CcAAA%3B%3BEAC3D%2CsBAAuB%3BIAAW%2CaAAA%3B%3BEAClC%2CsBAAuB%2CSAAQ%3BIAAU%2CcAAA%3B%3BEAEzC%2CKAAK%2CcAAe%2CMAAM%2CKAAI%2CIAAI%3BIAAU%2CaAAA%3B%3BEAC5C%2CKAAK%2CcAAe%2CKAAI%2CIAAI%2CSAAS%3BEAAS%2CKAAK%2CcAAe%2CKAAI%2CMAAM%2CSAAS%3BEAAS%2CKAAK%2CcAAe%2CKAAI%2CSAAS%2CSAAS%3BEAAS%2CKAAK%2CcAAe%2CKAAI%2CKAAK%2CSAAS%3BIAAU%2CSAAS%2CcAAc%2CGAAvB%3BIAA4B%2CcAAA%3BIAAgB%2CgBAAA%3BIAAkB%2CoBAAA%3B%3BEAC%5C%2FP%2CKAAK%2CcAAe%2CKAAI%3BEAAM%2CKAAK%2CcAAe%2CKAAI%3BEAAQ%2CKAAK%2CcAAe%2CKAAI%3BEAAW%2CKAAK%2CcAAe%2CKAAI%3BIAAQ%2CsBAAA%3BIAAwB%2CcAAA%3BIAAgB%2CWAAA%3BIAAa%2CkBAAA%3BIAAoB%2CmBAAA%3BIAAqB%2CUAAA%3B%3BEAC%5C%2FN%2CKAAK%2CcAAe%3BIAA2B%2CeAAA%3B%3BEAC%5C%2FC%2CKAAK%2CcAAe%2CcAAc%3BEAAkB%2CeAAgB%2CMAAK%2CKAAK%2CQAAS%3BIAAU%2CkBAAA%3B%3BEACjG%2CKAAK%2CcAAe%2CiBAAmB%3BEAAS%3BIAAe%2CgBAAA%3B%3BEAE%5C%2FD%2CuBAAwB%3BEAAqB%2CuBAAwB%3BIAAsB%2CsBAAA%3BIAAwB%2CuBAAA%3B%3BEACnH%2CuBAAwB%2CkBAAkB%3BIAAoB%2CcAAA%3B%3BEAC9D%2CuBAAwB%2CkBAAkB%3BIAAiB%2CeAAA%3B%3BEAC3D%2CuBAAwB%2CkBAAkB%2CeAAe%3BIAAW%2CaAAA%3B%3BEACpE%2CuBAAwB%2CgBAAgB%3BIAAoB%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CgBAAA%3B%3BEAChG%2CuBAAwB%2CkBAAkB%2CSAAQ%3BIAAS%2CgBAAA%3B%3BEAC3D%2CSAAU%3BIAAK%2CmBAAA%3BIAAqB%2CkBAAA%3BIAAoB%2CWAAA%3BIAAa%2CeAAA%3B%3BEACrE%2CSAAU%3BIAAI%2CqBAAA%3B%3BEACd%2CuBAAwB%3BIAAgB%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACzD%2CuBAAwB%2CkBAAiB%3BIAAS%2CgBAAA%3B%3BEAElD%2CoBAAqB%2CsBAAqB%3BIAA%2BB%2CwBAAA%3B%3BEAEzE%2C0BAA2B%2CaAAa%3BIAAgB%2CcAAA%3B%3BEACxD%2C0BAA2B%2CaAAa%3BIAAiB%2CkCAAA%3B%3BEACzD%2C0BAA2B%2CaAAY%2CQAAS%2CcAAc%3BIAAS%2CaAAA%3BIAAe%2C4BAAA%3B%3BEAEtF%3BIAA0B%2CsBAAA%3B%3BEAC1B%2CoBAAqB%3BIAAS%2CWAAA%3BIAAa%2CcAAA%3BIAAgB%2CeAAA%3BIAAiB%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEAC7F%2CoBAAqB%2COAAM%3BIAAgB%2CgBAAA%3B%3BEAC3C%2CoBAAqB%2COAAM%3BIAAc%2CaAAA%3B%3BEAEzC%2CuBAAwB%2CeAAe%2COAAM%2CWAAY%3BIAAU%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEAEpF%2CwBAAyB%2CUAAY%3BIAAe%2C8BAAA%3B%3BEAEpD%2CuBAAwB%2COAAM%2CQAAS%3BEAAgB%2CuBAAwB%2CcAAc%3BIAAiB%2C8BAAA%3B%3BEAE9G%2CuBAAwB%2CeAAe%2CcAAc%3BIAAwB%2CaAAA%3BIAAe%2CsBAAA%3B%3BEAC5F%2CuBAAwB%2CyBAAyB%2CSAAQ%3BIAAU%2CiBAAA%3B%3BEAEnE%2CcAAc%2CqBAAsB%2CeAAe%3BEAAe%2CcAAc%2CqBAAsB%2CeAAe%2CiBAAiB%3BEACtI%2CcAAc%2CqBAAsB%2CeAAe%2CiBAAiB%3BEAAe%2CcAAc%2CqBAAsB%2CeAAe%2CiBAAiB%3BIAAgB%2CqBAAA%3B%3BEACvK%2CcAAc%2CqBAAsB%2CeAAe%2CcAAa%2CYAAY%3BIAAO%2C2BAAA%3B%3BEACnF%2CcAAc%2CqBAAsB%2CeAAe%2CcAAa%2CYAAY%3BIAAO%2C2BAAA%3B%3BEAEnF%2CuBAAwB%2CsBAAsB%2CWAAW%3BIAAI%2CeAAA%3B%3BEAC7D%2CuBAAwB%2CsBAAsB%2CWAAW%3BIAAO%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEACjF%2CuBAAwB%2CsBAAsB%2CWAAW%3BIAAQ%2CcAAA%3BIAAgB%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3BIAAmB%2CkBAAA%3B%3BEAE%5C%2FH%2CqBAAsB%3BIAAW%2CsBAAA%3B%3BEACjC%2CqBAAsB%2CQAAO%3BIAAQ%2CeAAA%3BIAAiB%2CUAAA%3B%3BEACtD%2CqBAAsB%2CSAAQ%3BEAAqB%2CqBAAsB%3BEAAU%2CqBAAsB%2CSAAQ%3BIAAgB%2CeAAA%3BIAAiB%2CUAAA%3BIAAY%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEAE%5C%2FK%2CuBAAwB%2CgBAAe%2CqBAAsB%2CGAAG%3BEAAI%2CuBAAwB%2CgBAAe%2CqBAAsB%2CGAAG%3BIAAM%2CeAAA%3B%3BEAC1I%2CuBAAwB%2CoBAAoB%3BIAAa%2CsBAAA%3B%3BEACzD%2CuBAAwB%2CoBAAoB%3BIAAiB%2C8BAAA%3B%3BEAC7D%2CuBAAwB%2CoBAAoB%3BEAAgB%2CuBAAwB%2CoBAAoB%3BIAAW%2CgBAAA%3B%3BEACnH%2CuBAAwB%2CoBAAoB%3BEAAgB%2CuBAAwB%2CoBAAoB%2CeAAe%3BIAAS%2C0BAAA%3BIAA4B%2CkBAAA%3B%3BEAE5J%2CuBAAwB%2CeAAe%2CcAAc%2CWAAW%3BEAAQ%2CuBAAwB%2CeAAe%2CcAAc%3BIAAS%2CeAAA%3B%3BEACtI%2CqBAAsB%2CeAAe%3BIAAgB%2C8BAAA%3B%3BEAErD%2CcAAe%2CcAAc%3BIAAkB%2CcAAA%3B%3BEAE%5C%2FC%2CuBAAwB%2CwBAAwB%2CQAAQ%3BIAAQ%2CkBAAA%3BIAAoB%2CUAAA%3B%3BEACpF%2CuBAAwB%2CwBAAwB%3BEAAY%2CuBAAwB%2CwBAAwB%2CWAAW%3BEAAG%2CuBAAwB%2CwBAAwB%2CcAAc%2CWAAW%3BIAAS%2CeAAA%3B%3BEAC5M%2CuBAAwB%2CgBAAgB%2CQAAQ%3BIAAK%2CeAAA%3B%3BEACrD%2CuBAAwB%2CwBAAwB%2CWAAU%3BIAAoB%2C0BAAA%3B%3BEAC9E%2CuBAAwB%2CwBAAwB%3BIAAU%2CiBAAA%3B%3BEAC1D%2CuBAAwB%2CiBAAiB%3BIAAmB%2CiBAAA%3B%3BEAC5D%2CuBAAwB%2CiBAAiB%3BIAAK%2CmBAAA%3B%3BEAC9C%2CuBAAwB%2CiBAAiB%2CGAAG%3BIAAK%2CaAAA%3B%3BEACjD%2CuBAAwB%2CiBAAiB%2CiBAAiB%3BIAAK%2CgBAAA%3B%3BEAC%5C%2FD%2CuBAAwB%2CgBAAgB%2CoBAAmB%2CIAAI%3BIAAkB%2CmBAAA%3B%3BEACjF%2CuBAAwB%2CgBAAgB%2CQAAO%3BIAAa%2CeAAA%3BIAAiB%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3B%3BEACxG%2CuBAAwB%2CgBAAgB%2CaAAa%3BIAAK%2CeAAA%3B%3BEAC1D%2CuBAAwB%2CgBAAgB%2CaAAa%3BIAAI%2CeAAA%3B%3BEAEzD%2CuBAAwB%2CeAAe%2COAAM%2CWAAY%3BIAAU%2CeAAA%3B%3BEACnE%2CuBAAwB%2COAAO%2CEAAC%3BIAAS%2CWAAA%3B%3BEAEzC%2CqBAAsB%3BIAAS%2CmBAAA%3BIAAqB%2CaAAA%3BIAAe%2CsBAAA%3B%3BEACnE%2CqBAAsB%3BIAAQ%2CuBAAA%3BIAAyB%2C%2BBAAA%3BIAAiC%2C2BAAA%3BIAA6B%2CcAAA%3BIAAgB%2CsBAAA%3BIAAwB%2CkBAAA%3B%3BEAC7J%2CqBAAsB%2CMAAK%3BEAC3B%2CqBAAsB%2CMAAK%3BIAAU%2CcAAA%3BIAAgB%2CwBAAA%3BIAA0B%2CgCAAA%3BIAAkC%2C4BAAA%3BIAA8B%2CuBAAA%3BIAAyB%2C%2BBAAA%3BIAAiC%2C2BAAA%3B%3BEACzM%2CqBAAsB%3BIAAO%2CcAAA%3B%3BEAC7B%2CqBAAsB%3BIAAS%2CeAAA%3BIAAiB%2CuBAAA%3BIAAyB%2CmBAAA%3B%3BEACzE%2CqBAAsB%3BIAAI%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAC3C%2CqBAAsB%3BIAAO%2CcAAA%3B%3BEAE7B%2CiBAAkB%2CoBAAmB%2CIAAI%3BIAAkB%2CmBAAA%3B%3BEAC3D%2CiBAAkB%2CcAAc%2CGAAG%3BIAAK%2CaAAA%3B%3BEAExC%2CuBAAuB%2CYAAY%2C0BAA2B%2CcAAc%2CsBAAqB%2CMAAM%3BEACvG%2CuBAAuB%2CYAAY%2C2BAA4B%2CcAAc%2CsBAAqB%2CMAAM%3BEACxG%2CuBAAuB%2CYAAY%2CsBAAuB%2CcAAc%2CsBAAqB%2CMAAM%3BEACnG%2CuBAAuB%2CYAAY%2CiBAAkB%2CcAAc%2CsBAAqB%2CMAAM%3BEAC9F%2CuBAAuB%2CYAAY%2C0BAA2B%2CoBAAoB%2CsBAAqB%2CMAAM%3BEAC7G%2CuBAAuB%2CYAAY%2C2BAA4B%2CoBAAoB%2CsBAAqB%2CMAAM%3BEAC9G%2CuBAAuB%2CYAAY%2CsBAAuB%2CoBAAoB%2CsBAAqB%2CMAAM%3BEACzG%2CuBAAuB%2CYAAY%2CiBAAkB%2CoBAAoB%2CsBAAqB%2CMAAM%3BIAAU%2CcAAA%3BIAAgB%2CyBAAA%3B%3BEAP9H%2CuBAAuB%2CYAAY%2C0BAA2B%2CcAAc%2CsBAAqB%2CMAAM%2COAQtG%3BEAPD%2CuBAAuB%2CYAAY%2C2BAA4B%2CcAAc%2CsBAAqB%2CMAAM%2COAOvG%3BEAND%2CuBAAuB%2CYAAY%2CsBAAuB%2CcAAc%2CsBAAqB%2CMAAM%2COAMlG%3BEALD%2CuBAAuB%2CYAAY%2CiBAAkB%2CcAAc%2CsBAAqB%2CMAAM%2COAK7F%3BEAJD%2CuBAAuB%2CYAAY%2C0BAA2B%2CoBAAoB%2CsBAAqB%2CMAAM%2COAI5G%3BEAHD%2CuBAAuB%2CYAAY%2C2BAA4B%2CoBAAoB%2CsBAAqB%2CMAAM%2COAG7G%3BEAFD%2CuBAAuB%2CYAAY%2CsBAAuB%2CoBAAoB%2CsBAAqB%2CMAAM%2COAExG%3BEADD%2CuBAAuB%2CYAAY%2CiBAAkB%2CoBAAoB%2CsBAAqB%2CMAAM%2COACnG%3BIAAS%2C2BAAA%3B%3BEAEV%2CuBAAwB%2CoBAAoB%3BIAAiB%2C8BAAA%3B%3BEAC7D%2CuBAAwB%2CgBAAgB%3BIAAa%2CgBAAA%3B%3BEACrD%2CuBAAwB%2CgBAAe%2CqBAAsB%3BIAAQ%2CmBAAA%3B%3BEACrE%2CuBAAwB%2CsBAAsB%2CeAAe%3BEAAI%2CuBAAwB%2CsBAAsB%2CeAAe%3BIAAM%2CmBAAA%3BIAAqB%2CeAAA%3B%3BEACzJ%2CuBAAwB%2CgBAAe%2CqBAAsB%3BIAAK%2CeAAA%3BIAAiB%2CeAAA%3B%3BEACnF%2CuBAAwB%2CsBAAsB%2CeAAe%3BIAAI%2CeAAA%3B%3BEACjE%2CuBAAwB%2CgBAAe%2CqBAAsB%2CGAAE%3BEAC%5C%2FD%2CuBAAwB%2CgBAAe%2CqBAAsB%2CGAAE%2CYAAY%3BIAAM%2CmBAAA%3B%3BEACjF%2CuBAAwB%2CIAAG%2CwBAAyB%2CiBAAiB%2CGAAE%3BIAAc%2CyBAAA%3B%3BEACrF%2CuBAAwB%2CIAAG%2CwBAAyB%2CiBAAiB%2CGAAE%2CWAAY%2CEAAC%3BIAAa%2C0BAAA%3B%3BEACjG%2CuBAAwB%2CIAAG%2CwBAAyB%2CiBAAiB%2CGAAE%2CWAAW%2CeAAgB%2CEAAC%2CUAAU%3BIAAS%2CgBAAA%3B%3BEAEtH%2CuBAAwB%2CIAAG%2CwBAAyB%3BIAAa%2C0BAAA%3BIAA4B%2C2BAAA%3B%3BEAE7F%2CkBAAmB%2CoBAAmB%3BIAAiB%2C2BAAA%3BIAA6B%2CmCAAA%3BIAAqC%2C%2BBAAA%3B%3BEACzH%2CkBAAmB%3BIAAsB%2CqBAAA%3BIAAuB%2C0BAAA%3BIAA4B%2CkCAAA%3BIAAoC%2C8BAAA%3B%3BEAEhI%2CYAAa%2CiBAAiB%3BEAC9B%2CYAAa%2CgBAAgB%3BIAAS%2CYAAA%3BIAAc%2C0BAAA%3B%3BEAEpD%2CaAAc%3BIAAkB%2CcAAA%3BIAAgB%2CiBAAA%3BIAAmB%2CSAAA%3BIAAW%2CaAAA%3B%3BEAE9E%2CmBAAmB%2COAAO%2CcAAc%2C0BAA2B%2CaAAa%3BIAAiB%2C%2BBAAA%3BIAAiC%2CuBAAA%3BIAAyB%2C2BAAA%3B%3BEAE3J%2CYAAY%2CIAAI%2CyBAA0B%2CkBAAkB%2CwBAAwB%3BIAAK%2C0BAAA%3B%3BEAEzF%2CuBAAwB%2CsBAAqB%2CeAAgB%3BIAAK%2CmBAAA%3B%3BEAClE%2CuBAAwB%2CsBAAqB%2CeAAgB%2CGAAE%2CYAAY%3BEAC3E%2CuBAAwB%2CsBAAqB%2CeAAgB%2CGAAE%2CYAAY%3BIAAM%2CgBAAA%3B%3BEACjF%2CuBAAwB%3BIAAwB%2C0BAAA%3B%3BEAChD%2CuBAAwB%2CoBAAoB%3BIAAiB%2C2BAAA%3BIAA6B%2CgBAAA%3B%3BEAC1F%2CuBAAwB%2CoBAAoB%3BIAAW%2CWAAA%3B%3BEACvD%2CuBAAwB%2CoBAAoB%2CMAAK%3BIAAa%2CeAAA%3B%3BEAC9D%2CuBAAwB%2CoBAAoB%2CeAAe%3BIAAS%2CkBAAA%3B%3BEACpE%2CuBAAwB%2CsBAAsB%3BIAAiB%2CuBAAA%3BIAAyB%2C%2BBAAA%3BIAAiC%2C2BAAA%3B%3BEACzH%2CuBAAwB%2CWAAW%2CGAAG%3BIAAI%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CaAAA%3B%3BEACrE%2CuBAAwB%2CeAAe%2CoBAAkB%3BIAAe%2CwBAAA%3B%3BEAExE%2CiBAAkB%3BIAAa%2CgBAAA%3B%3BEAE%5C%2FB%2CwBAAyB%2CeAAe%3BEAAoB%2CwBAAyB%2CeAAe%2CmBAAmB%3BIAAI%2CeAAA%3B%3BEAC3H%2CwBAAyB%2CeAAe%2CcAAc%2CWAAW%3BIAAS%2C0BAAA%3B%3BEAC1E%2CuBAAwB%2CgBAAgB%3BIAAsB%2CeAAA%3B%3BEAC9D%2CeAAgB%2CeAAe%3BIAAS%2C8BAAA%3B%3BEACxC%2CuBAAwB%2CkBAAkB%2CgBAAgB%3BIAAqB%2CWAAA%3BIAAa%2CiBAAA%3BIAAmB%2C6BAAA%3B%3BEAC%5C%2FG%2CuBAAwB%2CkBAAkB%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3BIAAiB%2CyBAAA%3B%3BEAClH%2CuBAAwB%2CkBAAkB%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3BEACjG%2CuBAAwB%2CoBAAoB%3BIAAa%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3B%3BEAEjH%2CqBAAsB%3BIAAO%2CeAAA%3B%3BEAC7B%2CqBAAsB%3BIAAI%2CeAAA%3B%3BEAC1B%2CqBAAsB%3BIAAO%2C0BAAA%3B%3BEAE7B%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BIAAsB%2CaAAA%3B%3BEACjF%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%2CoBAAoB%2CIAAI%3BIAAI%2C0BAAA%3B%3BEACvF%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BIAAU%2C0BAAA%3BIAA4B%2CiBAAA%3BIAAmB%2CcAAA%3B%3BEACpH%2CoBAAqB%2CiBAAiB%3BIAAsB%2CWAAA%3BIAAa%2CkBAAA%3B%3BEACzE%2CoBAAqB%2CiBAAiB%2CoBAAmB%3BIAAgB%2CSAAA%3B%3BEACzE%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BIAAsB%2CWAAA%3BIAAa%2CuBAAA%3BIAAyB%2C%2BBAAA%3BIAAiC%2C2BAAA%3B%3BEACxJ%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BIAAU%2CyBAAA%3BIAA2B%2C0BAAA%3BIAA4B%2CkBAAA%3B%3BEAC5H%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%2CoBAAoB%2CIAAI%3BIAAI%2C0BAAA%3B%3BEACvF%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%2CoBAAoB%3BIAAM%2CgBAAA%3BIAAkB%2CmBAAA%3B%3BEAEvG%2CuBAAwB%2CsBAAqB%2CeAAgB%3BIAAK%2CcAAA%3B%3BEAElE%3BIAAY%2CeAAA%3B%3BEACZ%2CSAAU%3BIAAQ%2CkBAAA%3BIAAoB%2CyBAAA%3BIAA2B%2CiBAAA%3BIAAmB%2CqBAAA%3BIAAuB%2CkBAAA%3BIAAoB%2CmBAAA%3BIAAqB%2CmBAAA%3B%3BEACpJ%2CSAAU%3BIAAO%2CmBAAA%3BIAAqB%2CmBAAA%3B%3BEACtC%2CSAAU%2CQAAQ%3BIAAU%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3BIAA4B%2CkBAAA%3B%3BEAEhH%2CGAAG%2C0BAA2B%3BIAAa%2C6BAAA%3BIAA%2BB%2C8BAAA%3B%3BEAC1E%2CGAAG%2C0BAA2B%2CiBAAiB%2CGAAE%2CWAAY%2CEAAC%3BIAAa%2C0BAAA%3BIAA4B%2C0BAAA%3B%3BEAEvG%2CiBAAkB%2CgBAAe%3BIAAiB%2CoBAAA%3B%3BEAElD%2CuBAAwB%2CgBAAgB%3BIAAa%2CeAAA%3B%3BEACrD%2CuBAAwB%2CgBAAgB%3BIAAO%2CeAAA%3B%3BEAC%5C%2FC%2CuBAAwB%2CgBAAgB%3BIAAK%2CkBAAA%3B%3BEAC7C%2CuBAAwB%2CeAAe%3BIAAiB%2CeAAA%3B%3BEACxD%2CuBAAwB%3BIAAgB%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACzD%2CuBAAwB%2CsBAAsB%3BIAAsB%2CmBAAA%3B%3BEACpE%2CuBAAwB%2CsBAAsB%3BIAAsB%2CkBAAA%3B%3BEAEpE%3BIAA4B%2CkBAAA%3B%3BEAC5B%2CyBAA0B%3BIAAU%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3BIAA4B%2CkBAAA%3B%3BEACxH%2CyBAA0B%3BEAAM%2CyBAA0B%2CKAAI%3BIAAW%2CqBAAA%3BIAAuB%2C6BAAA%3BIAA%2BB%2CyBAAA%3BIAA2B%2CWAAA%3B%3BEAC1J%2CyBAA0B%2CKAAK%3BIAAO%2CgBAAA%3B%3BEACtC%2CyBAA0B%2CKAAK%2CKAAK%3BIAAM%2CcAAA%3BIAAgB%2CcAAA%3B%3BEAC1D%2CyBAA0B%2CKAAK%3BIAAI%2CgBAAA%3B%3BEACnC%2CyBAA0B%2CKAAK%3BIAAI%2CeAAA%3B%3BEACnC%2CyBAA0B%2CKAAK%3BIAAK%2CeAAA%3B%3BEAEpC%2CeAAe%2CqBAAsB%3BIAAI%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAE1D%2CUAAW%2CuBAAuB%3BIAAgB%2CgBAAA%3B%3BEAElD%2CgBAAiB%3BIAAS%2CsBAAA%3B%3BEAE1B%2CwBAAyB%2CeAAe%2CoBAAoB%3BIAAM%2CWAAA%3B%3BEAElE%2CqBAAqB%2COAAQ%2CIAAG%2CeAAe%3BIAAU%2CwBAAA%3B%3BEACzD%2CqBAAqB%2COAAQ%2CgBAAgB%3BEAAQ%2CqBAAqB%2COAAQ%2CgBAAkB%3BEACpG%2CqBAAqB%2COAAQ%2CgBAAgB%3BIAAS%2CcAAA%3B%3BEAEtD%2C6BAA8B%2CiBAAmB%2CWAAS%3BIAAU%2C6BAAA%3BIAA%2BB%2CeAAA%3BIAAiB%2CWAAA%3B%3BEAEpH%2CsBAAuB%3BIAAS%2CyBAAA%3B%3BEAEhC%2CKAAK%2CSAAS%2CIAAK%2CSAAW%3BIAAM%2CgBAAA%3B%3BEACpC%2CKAAK%2CSAAS%2CIAAK%2CSAAQ%2CMAAS%2CeAAY%3BEAAS%2CKAAK%2CSAAS%2CIAAK%2CSAAQ%2COAAU%2CeAAY%3BEAAS%2CKAAK%2CSAAS%2CIAAK%2CSAAQ%2CQAAW%2CeAAY%3BEACrK%2CKAAK%2CSAAS%2CIAAK%2CSAAQ%2CQAAW%2CeAAY%3BEAAS%2CKAAK%2CSAAS%2CIAAK%2CSAAQ%2CQAAW%2CeAAY%3BIAAU%2CSAAA%3BIAAsB%2CiBAAA%3B%3BEAE7I%2CoBAAqB%2COAAM%2COAC1B%2CeACC%2CeACC%2CcAAa%2CIAAI%3BIAAkB%2CYAAA%3BIAAc%2CgBAAA%3B%3BEAChD%2CoBAJiB%2COAAM%2COAC1B%2CeACC%2CeACC%2CcAAa%2CIAAI%2CeACf%2CYAAY%3BIAAS%2CWAAA%3B%3BEACtB%2CoBALiB%2COAAM%2COAC1B%2CeACC%2CeACC%2CcAAa%2CIAAI%2CeAEf%2CYAAY%3BIAAS%2CWAAA%3B%3BEACtB%2CoBANiB%2COAAM%2COAC1B%2CeACC%2CeACC%2CcAAa%2CIAAI%2CeAGf%2CYAAY%3BIAAO%2CgBAAA%3B%3BEACpB%2CoBAPiB%2COAAM%2COAC1B%2CeACC%2CeACC%2CcAAa%2CIAAI%2CeAIf%2CYAAY%3BIAAO%2CeAAA%3B%3BEAMxB%2CiBAAkB%3BIAAoB%2CYAAA%3B%3BEACtC%2CoBAAqB%2CkBAAkB%2CsBAAsB%2CeAAe%3BIAAgB%2CUAAA%3B%3BEAC3F%2CoBADoB%2CkBAAkB%2CsBAAsB%2CeAAe%2CcAC1E%2CUAAU%3BIAAO%2CgBAAA%3B%3BEAClB%2CoBAFoB%2CkBAAkB%2CsBAAsB%2CeAAe%2CcAE1E%2CUAAU%3BIAAO%2CeAAA%3B%3BEAIlB%2CYAAC%2C0BAIA%3BEAHD%2CYAAC%2C2BAGA%3BEAFD%2CYAAC%2CsBAEA%3BEADD%2CYAAC%2CiBACA%3BIAAW%2CqBAAA%3BIAAuB%2CoBAAA%3BIAAsB%2CaAAA%3B%3BEAJzD%2CYAAC%2C0BAKA%2CQAAO%3BEAJR%2CYAAC%2C2BAIA%2CQAAO%3BEAHR%2CYAAC%2CsBAGA%2CQAAO%3BEAFR%2CYAAC%2CiBAEA%2CQAAO%3BIAAQ%2CWAAA%3BIAAa%2CiBAAA%3BIAAmB%2CgBAAA%3BIAAkB%2CQAAA%3B%3BEALlE%2CYAAC%2C0BAMA%2CQAAO%2CKAAM%3BEALd%2CYAAC%2C2BAKA%2CQAAO%2CKAAM%3BEAJd%2CYAAC%2CsBAIA%2CQAAO%2CKAAM%3BEAHd%2CYAAC%2CiBAGA%2CQAAO%2CKAAM%3BIAA4B%2CwBAAA%3B%3BEAExC%2CYARD%2C0BAOA%2CQAAO%2CKAAM%2C0BAA0B%2CUACrC%3BEAAD%2CYAPD%2C2BAMA%2CQAAO%2CKAAM%2C0BAA0B%2CUACrC%3BEAAD%2CYAND%2CsBAKA%2CQAAO%2CKAAM%2C0BAA0B%2CUACrC%3BEAAD%2CYALD%2CiBAIA%2CQAAO%2CKAAM%2C0BAA0B%2CUACrC%3BEAAS%2CYARX%2C0BAOA%2CQAAO%2CKAAM%2C0BAA0B%2CUAC3B%3BEAAD%2CYAPX%2C2BAMA%2CQAAO%2CKAAM%2C0BAA0B%2CUAC3B%3BEAAD%2CYANX%2CsBAKA%2CQAAO%2CKAAM%2C0BAA0B%2CUAC3B%3BEAAD%2CYALX%2CiBAIA%2CQAAO%2CKAAM%2C0BAA0B%2CUAC3B%3BIAAS%2CSAAS%2CEAAT%3BIAAa%2CWAAA%3BIAAa%2CcAAA%3B%3BEARhD%2CYAAC%2C0BAUA%3BEATD%2CYAAC%2C2BASA%3BEARD%2CYAAC%2CsBAQA%3BEAPD%2CYAAC%2CiBAOA%3BIAAgB%2CiBAAA%3BIAAmB%2CgBAAA%3BIAAkB%2CQAAA%3B%3BEAVtD%2CYAAC%2C0BAWA%3BEAVD%2CYAAC%2C2BAUA%3BEATD%2CYAAC%2CsBASA%3BEARD%2CYAAC%2CiBAQA%3BEAXD%2CYAAC%2C0BAWe%3BEAVhB%2CYAAC%2C2BAUe%3BEAThB%2CYAAC%2CsBASe%3BEARhB%2CYAAC%2CiBAQe%3BIAAsB%2CWAAA%3BIAAa%2CeAAA%3BIAAiB%2CgBAAA%3BIAAkB%2CuBAAA%3BIAAyB%2CmBAAA%3BIAAqB%2CeAAA%3BIAAiB%2CgBAAA%3BIAAkB%2CwBAAA%3BIAA0B%2CoBAAA%3B%3BEAXjM%2CYAAC%2C0BAWA%2CcACC%2COAAM%3BEAXR%2CYAAC%2C2BAUA%2CcACC%2COAAM%3BEAVR%2CYAAC%2CsBASA%2CcACC%2COAAM%3BEATR%2CYAAC%2CiBAQA%2CcACC%2COAAM%3BEAZR%2CYAAC%2C0BAWe%2CoBACd%2COAAM%3BEAXR%2CYAAC%2C2BAUe%2CoBACd%2COAAM%3BEAVR%2CYAAC%2CsBASe%2CoBACd%2COAAM%3BEATR%2CYAAC%2CiBAQe%2CoBACd%2COAAM%3BIAAgB%2CkBAAA%3B%3BEAZxB%2CYAAC%2C0BAWA%2CcAEC%2CQAAO%2C2BAA4B%2CmBAAmB%3BEAZxD%2CYAAC%2C2BAUA%2CcAEC%2CQAAO%2C2BAA4B%2CmBAAmB%3BEAXxD%2CYAAC%2CsBASA%2CcAEC%2CQAAO%2C2BAA4B%2CmBAAmB%3BEAVxD%2CYAAC%2CiBAQA%2CcAEC%2CQAAO%2C2BAA4B%2CmBAAmB%3BEAbxD%2CYAAC%2C0BAWe%2CoBAEd%2CQAAO%2C2BAA4B%2CmBAAmB%3BEAZxD%2CYAAC%2C2BAUe%2CoBAEd%2CQAAO%2C2BAA4B%2CmBAAmB%3BEAXxD%2CYAAC%2CsBASe%2CoBAEd%2CQAAO%2C2BAA4B%2CmBAAmB%3BEAVxD%2CYAAC%2CiBAQe%2CoBAEd%2CQAAO%2C2BAA4B%2CmBAAmB%3BIAAsB%2CsBAAA%3B%3BEAb9E%2CYAAC%2C0BAWA%2CcAGC%2CsBAAqB%2CMAAM%3BEAb7B%2CYAAC%2C2BAUA%2CcAGC%2CsBAAqB%2CMAAM%3BEAZ7B%2CYAAC%2CsBASA%2CcAGC%2CsBAAqB%2CMAAM%3BEAX7B%2CYAAC%2CiBAQA%2CcAGC%2CsBAAqB%2CMAAM%3BEAd7B%2CYAAC%2C0BAWe%2CoBAGd%2CsBAAqB%2CMAAM%3BEAb7B%2CYAAC%2C2BAUe%2CoBAGd%2CsBAAqB%2CMAAM%3BEAZ7B%2CYAAC%2CsBASe%2CoBAGd%2CsBAAqB%2CMAAM%3BEAX7B%2CYAAC%2CiBAQe%2CoBAGd%2CsBAAqB%2CMAAM%3BIAAU%2CwBAAA%3BIAA0B%2CcAAA%3BIAAgB%2CyBAAA%3BIAA2B%2C8BAAA%3B%3BEAd5G%2CYAAC%2C0BAWA%2CcAGC%2CsBAAqB%2CMAAM%2COAC1B%3BEAdH%2CYAAC%2C2BAUA%2CcAGC%2CsBAAqB%2CMAAM%2COAC1B%3BEAbH%2CYAAC%2CsBASA%2CcAGC%2CsBAAqB%2CMAAM%2COAC1B%3BEAZH%2CYAAC%2CiBAQA%2CcAGC%2CsBAAqB%2CMAAM%2COAC1B%3BEAfH%2CYAAC%2C0BAWe%2CoBAGd%2CsBAAqB%2CMAAM%2COAC1B%3BEAdH%2CYAAC%2C2BAUe%2CoBAGd%2CsBAAqB%2CMAAM%2COAC1B%3BEAbH%2CYAAC%2CsBASe%2CoBAGd%2CsBAAqB%2CMAAM%2COAC1B%3BEAZH%2CYAAC%2CiBAQe%2CoBAGd%2CsBAAqB%2CMAAM%2COAC1B%3BIAAgB%2CgBAAA%3BIAAkB%2CeAAA%3BIAAiB%2CUAAA%3BIAAY%2CkBAAA%3B%3BEAflE%2CYAAC%2C0BAWA%2CcAGC%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%3BEAfJ%2CYAAC%2C2BAUA%2CcAGC%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%3BEAdJ%2CYAAC%2CsBASA%2CcAGC%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%3BEAbJ%2CYAAC%2CiBAQA%2CcAGC%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%3BEAhBJ%2CYAAC%2C0BAWe%2CoBAGd%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%3BEAfJ%2CYAAC%2C2BAUe%2CoBAGd%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%3BEAdJ%2CYAAC%2CsBASe%2CoBAGd%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%3BEAbJ%2CYAAC%2CiBAQe%2CoBAGd%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%3BIAAS%2CeAAA%3BIAAiB%2CgBAAA%3BIAAkB%2CUAAA%3BIAAY%2CcAAA%3B%3BEACvD%2CYAjBJ%2C0BAWA%2CcAGC%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%2COACE%3BEAAD%2CYAhBJ%2C2BAUA%2CcAGC%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%2COACE%3BEAAD%2CYAfJ%2CsBASA%2CcAGC%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%2COACE%3BEAAD%2CYAdJ%2CiBAQA%2CcAGC%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%2COACE%3BEAAD%2CYAjBJ%2C0BAWe%2CoBAGd%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%2COACE%3BEAAD%2CYAhBJ%2C2BAUe%2CoBAGd%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%2COACE%3BEAAD%2CYAfJ%2CsBASe%2CoBAGd%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%2COACE%3BEAAD%2CYAdJ%2CiBAQe%2CoBAGd%2CsBAAqB%2CMAAM%2COAC1B%2CcACC%2COACE%3BIAAU%2CSAAS%2CEAAT%3BIAAwB%2CmBAAA%3BIAAqB%2CyBAAA%3BIAA2B%2CqBAAA%3BIAAuB%2CWAAA%3BIAAa%2CUAAA%3BIAAY%2CWAAW%2CcAAX%3BIAA2B%2CkBAAA%3BIAAoB%2CUAAA%3BIAAY%2CQAAA%3B%3BEAGhM%2CYApBF%2C0BAWA%2CcAGC%2CsBAAqB%2CMAAM%2COAMzB%2COAAQ%2CcAAc%2COAAM%3BEAA7B%2CYAnBF%2C2BAUA%2CcAGC%2CsBAAqB%2CMAAM%2COAMzB%2COAAQ%2CcAAc%2COAAM%3BEAA7B%2CYAlBF%2CsBASA%2CcAGC%2CsBAAqB%2CMAAM%2COAMzB%2COAAQ%2CcAAc%2COAAM%3BEAA7B%2CYAjBF%2CiBAQA%2CcAGC%2CsBAAqB%2CMAAM%2COAMzB%2COAAQ%2CcAAc%2COAAM%3BEAA7B%2CYApBF%2C0BAWe%2CoBAGd%2CsBAAqB%2CMAAM%2COAMzB%2COAAQ%2CcAAc%2COAAM%3BEAA7B%2CYAnBF%2C2BAUe%2CoBAGd%2CsBAAqB%2CMAAM%2COAMzB%2COAAQ%2CcAAc%2COAAM%3BEAA7B%2CYAlBF%2CsBASe%2CoBAGd%2CsBAAqB%2CMAAM%2COAMzB%2COAAQ%2CcAAc%2COAAM%3BEAA7B%2CYAjBF%2CiBAQe%2CoBAGd%2CsBAAqB%2CMAAM%2COAMzB%2COAAQ%2CcAAc%2COAAM%3BIAAU%2CWAAW%2CcAAX%3B%3BEApB1C%2CYAAC%2C0BAWA%2CcAGC%2CsBAAqB%2CMAAM%2COAO1B%3BEApBH%2CYAAC%2C2BAUA%2CcAGC%2CsBAAqB%2CMAAM%2COAO1B%3BEAnBH%2CYAAC%2CsBASA%2CcAGC%2CsBAAqB%2CMAAM%2COAO1B%3BEAlBH%2CYAAC%2CiBAQA%2CcAGC%2CsBAAqB%2CMAAM%2COAO1B%3BEArBH%2CYAAC%2C0BAWe%2CoBAGd%2CsBAAqB%2CMAAM%2COAO1B%3BEApBH%2CYAAC%2C2BAUe%2CoBAGd%2CsBAAqB%2CMAAM%2COAO1B%3BEAnBH%2CYAAC%2CsBASe%2CoBAGd%2CsBAAqB%2CMAAM%2COAO1B%3BEAlBH%2CYAAC%2CiBAQe%2CoBAGd%2CsBAAqB%2CMAAM%2COAO1B%3BIAAkB%2C4BAAA%3B%3BEArBrB%2CYAAC%2C0BAWA%2CcAGC%2CsBAAqB%2CMAAM%2COAQ1B%2CgBAAgB%3BEArBnB%2CYAAC%2C2BAUA%2CcAGC%2CsBAAqB%2CMAAM%2COAQ1B%2CgBAAgB%3BEApBnB%2CYAAC%2CsBASA%2CcAGC%2CsBAAqB%2CMAAM%2COAQ1B%2CgBAAgB%3BEAnBnB%2CYAAC%2CiBAQA%2CcAGC%2CsBAAqB%2CMAAM%2COAQ1B%2CgBAAgB%3BEAtBnB%2CYAAC%2C0BAWe%2CoBAGd%2CsBAAqB%2CMAAM%2COAQ1B%2CgBAAgB%3BEArBnB%2CYAAC%2C2BAUe%2CoBAGd%2CsBAAqB%2CMAAM%2COAQ1B%2CgBAAgB%3BEApBnB%2CYAAC%2CsBASe%2CoBAGd%2CsBAAqB%2CMAAM%2COAQ1B%2CgBAAgB%3BEAnBnB%2CYAAC%2CiBAQe%2CoBAGd%2CsBAAqB%2CMAAM%2COAQ1B%2CgBAAgB%3BIAAmB%2CoBAAA%3BIAAsB%2C2BAAA%3B%3BEAtB5D%2CYAAC%2C0BAWA%2CcAGC%2CsBAAqB%2CMAAM%2COAS1B%2CgBAAgB%3BEAtBnB%2CYAAC%2C2BAUA%2CcAGC%2CsBAAqB%2CMAAM%2COAS1B%2CgBAAgB%3BEArBnB%2CYAAC%2CsBASA%2CcAGC%2CsBAAqB%2CMAAM%2COAS1B%2CgBAAgB%3BEApBnB%2CYAAC%2CiBAQA%2CcAGC%2CsBAAqB%2CMAAM%2COAS1B%2CgBAAgB%3BEAvBnB%2CYAAC%2C0BAWe%2CoBAGd%2CsBAAqB%2CMAAM%2COAS1B%2CgBAAgB%3BEAtBnB%2CYAAC%2C2BAUe%2CoBAGd%2CsBAAqB%2CMAAM%2COAS1B%2CgBAAgB%3BEArBnB%2CYAAC%2CsBASe%2CoBAGd%2CsBAAqB%2CMAAM%2COAS1B%2CgBAAgB%3BEApBnB%2CYAAC%2CiBAQe%2CoBAGd%2CsBAAqB%2CMAAM%2COAS1B%2CgBAAgB%3BIAAS%2CyBAAA%3B%3BEAvB5B%2CYAAC%2C0BAWA%2CcAGC%2CsBAAqB%2CMAAM%2COAU1B%2CgBAAgB%2CIAAG%2CeAAe%3BEAvBrC%2CYAAC%2C2BAUA%2CcAGC%2CsBAAqB%2CMAAM%2COAU1B%2CgBAAgB%2CIAAG%2CeAAe%3BEAtBrC%2CYAAC%2CsBASA%2CcAGC%2CsBAAqB%2CMAAM%2COAU1B%2CgBAAgB%2CIAAG%2CeAAe%3BEArBrC%2CYAAC%2CiBAQA%2CcAGC%2CsBAAqB%2CMAAM%2COAU1B%2CgBAAgB%2CIAAG%2CeAAe%3BEAxBrC%2CYAAC%2C0BAWe%2CoBAGd%2CsBAAqB%2CMAAM%2COAU1B%2CgBAAgB%2CIAAG%2CeAAe%3BEAvBrC%2CYAAC%2C2BAUe%2CoBAGd%2CsBAAqB%2CMAAM%2COAU1B%2CgBAAgB%2CIAAG%2CeAAe%3BEAtBrC%2CYAAC%2CsBASe%2CoBAGd%2CsBAAqB%2CMAAM%2COAU1B%2CgBAAgB%2CIAAG%2CeAAe%3BEArBrC%2CYAAC%2CiBAQe%2CoBAGd%2CsBAAqB%2CMAAM%2COAU1B%2CgBAAgB%2CIAAG%2CeAAe%3BIAAU%2CwBAAA%3B%3BEAxB%5C%2FC%2CYAAC%2C0BAWA%2CcAGC%2CsBAAqB%2CMAAM%2COAW1B%2CgBAAe%3BEAxBlB%2CYAAC%2C2BAUA%2CcAGC%2CsBAAqB%2CMAAM%2COAW1B%2CgBAAe%3BEAvBlB%2CYAAC%2CsBASA%2CcAGC%2CsBAAqB%2CMAAM%2COAW1B%2CgBAAe%3BEAtBlB%2CYAAC%2CiBAQA%2CcAGC%2CsBAAqB%2CMAAM%2COAW1B%2CgBAAe%3BEAzBlB%2CYAAC%2C0BAWe%2CoBAGd%2CsBAAqB%2CMAAM%2COAW1B%2CgBAAe%3BEAxBlB%2CYAAC%2C2BAUe%2CoBAGd%2CsBAAqB%2CMAAM%2COAW1B%2CgBAAe%3BEAvBlB%2CYAAC%2CsBASe%2CoBAGd%2CsBAAqB%2CMAAM%2COAW1B%2CgBAAe%3BEAtBlB%2CYAAC%2CiBAQe%2CoBAGd%2CsBAAqB%2CMAAM%2COAW1B%2CgBAAe%3BIAAmB%2CaAAA%3B%3BEAClC%2CYA1BF%2C0BAWA%2CcAGC%2CsBAAqB%2CMAAM%2COAYzB%2COAAQ%3BEAAT%2CYAzBF%2C2BAUA%2CcAGC%2CsBAAqB%2CMAAM%2COAYzB%2COAAQ%3BEAAT%2CYAxBF%2CsBASA%2CcAGC%2CsBAAqB%2CMAAM%2COAYzB%2COAAQ%3BEAAT%2CYAvBF%2CiBAQA%2CcAGC%2CsBAAqB%2CMAAM%2COAYzB%2COAAQ%3BEAAT%2CYA1BF%2C0BAWe%2CoBAGd%2CsBAAqB%2CMAAM%2COAYzB%2COAAQ%3BEAAT%2CYAzBF%2C2BAUe%2CoBAGd%2CsBAAqB%2CMAAM%2COAYzB%2COAAQ%3BEAAT%2CYAxBF%2CsBASe%2CoBAGd%2CsBAAqB%2CMAAM%2COAYzB%2COAAQ%3BEAAT%2CYAvBF%2CiBAQe%2CoBAGd%2CsBAAqB%2CMAAM%2COAYzB%2COAAQ%3BIAAkB%2CgBAAA%3BIAAkB%2CcAAA%3B%3BEA1BhD%2CYAAC%2C0BAWA%2CcAGC%2CsBAAqB%2CMAAM%2COAa1B%3BEA1BH%2CYAAC%2C2BAUA%2CcAGC%2CsBAAqB%2CMAAM%2COAa1B%3BEAzBH%2CYAAC%2CsBASA%2CcAGC%2CsBAAqB%2CMAAM%2COAa1B%3BEAxBH%2CYAAC%2CiBAQA%2CcAGC%2CsBAAqB%2CMAAM%2COAa1B%3BEA3BH%2CYAAC%2C0BAWe%2CoBAGd%2CsBAAqB%2CMAAM%2COAa1B%3BEA1BH%2CYAAC%2C2BAUe%2CoBAGd%2CsBAAqB%2CMAAM%2COAa1B%3BEAzBH%2CYAAC%2CsBASe%2CoBAGd%2CsBAAqB%2CMAAM%2COAa1B%3BEAxBH%2CYAAC%2CiBAQe%2CoBAGd%2CsBAAqB%2CMAAM%2COAa1B%3BIAAwB%2CeAAA%3BIAAiB%2CoBAAA%3B%3BEA3B5C%2CYAAC%2C0BAWA%2CcAGC%2CsBAAqB%2CMAAM%2COAc1B%3BEA3BH%2CYAAC%2C2BAUA%2CcAGC%2CsBAAqB%2CMAAM%2COAc1B%3BEA1BH%2CYAAC%2CsBASA%2CcAGC%2CsBAAqB%2CMAAM%2COAc1B%3BEAzBH%2CYAAC%2CiBAQA%2CcAGC%2CsBAAqB%2CMAAM%2COAc1B%3BEA5BH%2CYAAC%2C0BAWe%2CoBAGd%2CsBAAqB%2CMAAM%2COAc1B%3BEA3BH%2CYAAC%2C2BAUe%2CoBAGd%2CsBAAqB%2CMAAM%2COAc1B%3BEA1BH%2CYAAC%2CsBASe%2CoBAGd%2CsBAAqB%2CMAAM%2COAc1B%3BEAzBH%2CYAAC%2CiBAQe%2CoBAGd%2CsBAAqB%2CMAAM%2COAc1B%3BIAAuB%2C8BAAA%3B%3BEA5B1B%2CYAAC%2C0BAWA%2CcAGC%2CsBAAqB%2CMAAM%2COAe1B%2CqBAAoB%3BEA5BvB%2CYAAC%2C2BAUA%2CcAGC%2CsBAAqB%2CMAAM%2COAe1B%2CqBAAoB%3BEA3BvB%2CYAAC%2CsBASA%2CcAGC%2CsBAAqB%2CMAAM%2COAe1B%2CqBAAoB%3BEA1BvB%2CYAAC%2CiBAQA%2CcAGC%2CsBAAqB%2CMAAM%2COAe1B%2CqBAAoB%3BEA7BvB%2CYAAC%2C0BAWe%2CoBAGd%2CsBAAqB%2CMAAM%2COAe1B%2CqBAAoB%3BEA5BvB%2CYAAC%2C2BAUe%2CoBAGd%2CsBAAqB%2CMAAM%2COAe1B%2CqBAAoB%3BEA3BvB%2CYAAC%2CsBASe%2CoBAGd%2CsBAAqB%2CMAAM%2COAe1B%2CqBAAoB%3BEA1BvB%2CYAAC%2CiBAQe%2CoBAGd%2CsBAAqB%2CMAAM%2COAe1B%2CqBAAoB%3BIAAgB%2C2BAAA%3B%3BEAKxC%2CYAAY%2C0BAA2B%2CQAAO%3BIAAQ%2CQAAA%3BIAAU%2CiBAAA%3BIAAmB%2CgBAAA%3B%3BEACnF%2CYAAY%2C0BAA2B%3BIAAW%2CQAAA%3BIAAU%2CiBAAA%3BIAAmB%2CgBAAA%3B%3BEAC%5C%2FE%2CYAAY%2C0BAA2B%2CSAAQ%3BIAAgB%2CQAAA%3BIAAU%2CiBAAA%3BIAAmB%2CgBAAA%3B%3BEAC5F%2CYAAY%2C0BAA0B%2CIAAI%2CwBAAyB%2CSAAQ%3BIAAsB%2CmBAAA%3B%3BEAEjG%2CYAAY%2CqBAAqB%2C2BAA4B%3BIAAW%2CcAAA%3B%3BEACxE%2CYAAY%2C2BAA2B%2CIAAI%2CwBAAyB%2CoBAAoB%2COAAM%3BIAAgB%2C8BAAA%3B%3BEAE9G%2COAAO%2CKAAM%2CkBAAoB%3BIAAoB%2CcAAA%3B%3BEAErD%3BIAAc%2CwBAAA%3BIAA0B%2CyBAAA%3BIAA2B%2CyBAAA%3BIAA2B%2C8BAAA%3B%3BEAA9F%2CWACC%3BIAAgB%2CyBAAA%3BIAA2B%2C2BAAA%3BIAA6B%2CeAAA%3BIAAiB%2CUAAA%3B%3BEAD1F%2CWAEC%2CcAAc%2COAAM%3BIAAU%2CSAAS%2CEAAT%3BIAAwB%2CmBAAA%3BIAAqB%2CyBAAA%3BIAA2B%2CqBAAA%3BIAAuB%2CWAAA%3BIAAa%2CUAAA%3BIAAY%2CWAAW%2CcAAX%3BIAA2B%2CkBAAA%3BIAAoB%2CUAAA%3BIAAY%2CQAAA%3B%3BEACjN%2CWAAC%2COAAO%2COAAQ%2CcAAc%2COAAM%3BIAAU%2CWAAW%2CcAAX%3B%3BEAH%5C%2FC%2CWAIC%2CgBAAgB%2CqBAAqB%3BIAAwB%2C4BAAA%3BIAA8B%2CwBAAA%3BIAA0B%2CgBAAA%3B%3BEAJtH%2CWAKC%2CgBAAgB%2CqBAAoB%2CaAAc%3BIAAwB%2C2BAAA%3B%3BEAL3E%2CWAMC%2CgBAAgB%2CqBAAqB%2CsBAAqB%3BIAAS%2CeAAA%3BIAAiB%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CkBAAA%3BIAAoB%2CSAAA%3BIAAW%2CWAAA%3B%3BEAN%5C%2FI%2CWAOC%2CgBAAgB%3BIAA0B%2CmBAAA%3BIAAqB%2CaAAA%3BIAAe%2CgBAAA%3B%3BEAP%5C%2FE%2CWAQC%2CcAAc%3BIAAS%2C0BAAA%3BIAA4B%2C2BAAA%3BIAA6B%2CqBAAA%3BIAAuB%2CkBAAA%3BIAAoB%2CyBAAA%3B%3BEAR5H%2CWASC%2COAAM%3BIAAmB%2CwBAAA%3B%3BEAT1B%2CWAUC%3BIAAuB%2CWAAA%3BIAAa%2CWAAA%3BIAAa%2CcAAA%3BIAAgB%2CoBAAA%3BIAAsB%2CmBAAA%3B%3BEAVxF%2CWAWC%2CgBAAgB%3BIAA0B%2CgBAAA%3BIAAkB%2CWAAA%3BIAAa%2CgBAAA%3B%3BEAX1E%2CWAYC%2CgBAAgB%2CqBAAqB%3BIAAwB%2C2BAAA%3B%3BEAZ9D%2CWAaC%3BIAAkB%2CaAAA%3BIAAe%2CgBAAA%3B%3BEACjC%2CWAAC%2CMAAM%2COAAO%2COAAQ%3BIAAkB%2CcAAA%3B%3BEAdzC%2CWAeC%3BIAAkB%2CoBAAA%3B%3BEAfnB%2CWAgBC%2CgBAAgB%3BIAA0B%2CqBAAA%3BIAAuB%2C6BAAA%3B%3BEAhBlE%2CWAiBC%2CgBAAgB%2CqBAAqB%2CsBAAqB%3BEAjB3D%2CWAkBC%2CgBAAgB%2CqBAAqB%2CsBAAqB%2CYAAY%3BIAAU%2CoCAAA%3BIAAsC%2CgBAAA%3B%3BEAlBvH%2CWAmBC%2CgBAAgB%2CqBAAqB%2CsBAAqB%2CYAAY%2COAAO%3BEAnB9E%2CWAoBC%2CgBAAgB%2CqBAAqB%2CsBAAqB%2CYAAY%3BIAAS%2CoBAAA%3BIAAsB%2CqBAAA%3BIAAuB%2CsBAAA%3BIAAwB%2CqBAAA%3BIAAuB%2C2BAAA%3BIAA6B%2CWAAW%2CcAAX%3B%3BEApBzM%2CWAqBC%2CgBAAgB%2CqBAAqB%2CsBAAqB%2CYAAY%3BIAAS%2CWAAW%2CcAAX%3B%3BEArBhF%2CWAsBC%2CqBAAqB%2CGAAG%3BIAAI%2CeAAA%3B%3BEAC5B%2CWAAC%2CMAAM%2COAAO%2COAAQ%3BIAAkB%2CyBAAA%3B%3BEAvBzC%2CWAwBC%3BIAAmB%2CoBAAA%3BIAAsB%2CeAAA%3B%3BEAG1C%2CgBAAiB%2CkBAAkB%3BIAAS%2CkBAAA%3BIAAoB%2CmBAAA%3B%3BEAChE%2CgBAAiB%2CkBAAkB%3BIAAQ%2CcAAA%3BIAAgB%2CeAAA%3B%3BEAC3D%2CgBAAiB%2CgBAAgB%3BIAAgB%2C8BAAA%3B%3BEACjD%2CgBAAiB%3BIAAqB%2C8BAAA%3B%3BEACtC%2CgBAAiB%3BIAAkB%2CsBAAA%3BIAAwB%2CmBAAA%3B%3BEAC3D%2CgBAAiB%3BIAAS%2CWAAA%3B%3BEAC1B%2CiBAAkB%3BIAA4B%2CkBAAA%3B%3BEAC9C%2CiBAAkB%2CMAAM%3BIAAgB%2CuBAAA%3BIAAyB%2C%2BBAAA%3BIAAiC%2C2BAAA%3B%3BEAClG%2CiBAAkB%2CgBAAgB%3BIAAgB%2C8BAAA%3B%3BEAClD%3BIAAsB%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3B%3BEAC9E%2CmBAAoB%3BIAAa%2C8BAAA%3B%3BEACjC%2CmBAAoB%3BIAAoB%2C8BAAA%3B%3BEACxC%2CgBAAiB%3BEAAO%2CoBAAqB%2CeAAe%3BIAAgB%2CYAAA%3BIAAyB%2C8BAAA%3B%3BEACrG%2CgBAAiB%2CMAAK%3BEAAe%2CoBAAqB%2CeAAe%2CcAAa%3BIAAgB%2C2BAAA%3B%3BEACtG%2CgBAAiB%2CMAAK%2CYAAY%3BEAAM%2CoBAAqB%2CeAAe%2CcAAa%2CYAAY%3BIAAO%2C0BAAA%3B%3BEAC5G%3BIAAmB%2C8BAAA%3B%3BEAEnB%2CkBAAmB%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BIAAU%2C2BAAA%3B%3BEAEtF%2CMAAM%2CQAAS%2CQAAO%3BIAAU%2C2BAAA%3B%3BEAChC%2CMAAM%2CQAAS%3BIAAiB%2CmBAAA%3B%3BEAEhC%2CyBAA0B%3BIAAmB%2CoBAAA%3B%3BEAE7C%2CcAAe%3BIAAkB%2CwBAAA%3B%3BEACjC%2CcAAe%3BEAAkB%2CcAAe%2COAAM%3BIAAc%2CeAAA%3B%3BEAEpE%2CQAAQ%2CqBACP%2CQAAO%2CKAAM%2CeACZ%3BIAAgB%2CqBAAA%3BIAAuB%2CgBAAA%3BIAAkB%2C0BAAA%3BIAA4B%2C8BAAA%3B%3BEACpF%2CQAHK%2CqBACP%2CQAAO%2CKAAM%2CeACZ%2CcACE%2CUAAU%3BIAAO%2CgBAAA%3B%3BEAClB%2CQAJK%2CqBACP%2CQAAO%2CKAAM%2CeACZ%2CcAEE%2CUAAU%3BIAAO%2CeAAA%3B%3BEAJrB%2CQAAQ%2CqBAOP%2CiBAAmB%3BEAPpB%2CQAAQ%2CqBAOsB%2CiBAAmB%3BIAAa%2CcAAA%3B%3BEAP9D%2CQAAQ%2CqBAQP%2CiBAAmB%2CWAAS%3BEAR7B%2CQAAQ%2CqBAQ8B%2CiBAAmB%2CaAAW%3BIAAU%2CWAAA%3B%3BEAR9E%2CQAAQ%2CqBASP%2CQAAO%2CIAAI%2CeAAgB%2CKAAK%3BEATjC%2CQAAQ%2CqBAUP%2CQAAO%2CIAAI%2CqBAAsB%2CKAAK%3BIACrC%2CUAAA%3B%3BEAED%2CQAbO%2CqBAaN%2CQAAS%2CQAAO%2CKAAM%3BIAAW%2CmBAAA%3B%3BEAbnC%2CQAAQ%2CqBAcP%2CSAAQ%2CiBAAkB%3BIAAS%2CSAAA%3B%3BEAdpC%2CQAAQ%2CqBAeP%2CSAAS%3BEAfV%2CQAAQ%2CqBAeY%2CQAAO%2CKAAM%2COAAO%3BIAAkB%2CSAAA%3B%3BEACnD%2CQAhBC%2CqBAgBA%2CQAAS%2CQAAO%2CKAAM%2COAAO%3BIAAkB%2CcAAA%3BIAAgB%2CmBAAA%3B%3BEAhBvE%2CQAAQ%2CqBAiBD%2CiBAAmB%3BEAjB1B%2CQAAQ%2CqBAiB4B%2CiBAAmB%3BIAAa%2CcAAA%3B%3BEAjBpE%2CQAAQ%2CqBAkBD%2CiBAAmB%3BIAAa%2CWAAA%3B%3BEAlBvC%2CQAAQ%2CqBAmBD%2CiBAAmB%2CWAAS%3BIAAU%2CWAAA%3B%3BEAI7C%3BEAA4B%2C0BAA2B%2CiBAAiB%3BEAAgB%2CsBAAuB%3BIAAS%2CkBAAA%3BIAAoB%2CcAAA%3BIAAgB%2CqBAAA%3BIAAuB%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEACpM%2C0BAA0B%3BEAAQ%2C0BAA2B%2CiBAAiB%2CeAAc%3BEAAQ%2CsBAAuB%2COAAM%3BIAAS%2CSAAS%2CEAAT%3BIAAa%2CkBAAA%3BIAAoB%2CWAAA%3BIAAa%2CQAAA%3BIAAU%2CmBAAA%3BIAAqB%2CyBAAA%3BIAA2B%2CqBAAA%3BIAAuB%2CWAAA%3BIAAa%2CUAAA%3BIAAY%2CWAAW%2CcAAX%3B%3BEAClS%2C0BAA0B%2COAAO%3BEAAQ%2C0BAA2B%2CiBAAiB%2CeAAc%2COAAO%3BEAAQ%2CsBAAuB%2COAAM%2COAAO%3BIAAS%2CWAAW%2CcAAX%3B%3BEAC%5C%2FJ%2CsBAAuB%3BIAAS%2CaAAA%3B%3BEAChC%2CsBAAuB%2COAAM%3BIAAU%2CSAAA%3BIAAW%2CWAAA%3B%3BEAClD%2CsBAAuB%3BIAAW%2CuCAAA%3B%3BEAElC%2CQAAS%2CKAAI%2CkBAAmB%3BEAAkB%2CQAAS%2CMAAK%2CkBAAmB%3BIAAmB%2CyBAAA%3B%3BEAEtG%2CiDAAiD%3BEAAS%2CcAAe%2CuBAAsB%3BIAAU%2C0CAAA%3BIAA4C%2C4BAAA%3B%3BEACrJ%2CcAAe%2CuBAAsB%3BEAAS%2CcAAe%2CuBAAsB%3BIAAS%2CqBAAA%3BIAAuB%2CmBAAA%3B%3BEAEnH%3BIAAyB%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3B%3BEACjF%2CsBAAuB%3BIAAU%2CyBAAA%3BIAA2B%2CiCAAA%3BIAAmC%2C6BAAA%3BIAA%2BB%2CWAAA%3BIAAa%2CmBAAA%3B%3BEAC3I%2CsBAAuB%2CQAAO%3BIAAc%2CgBAAA%3B%3BEAE5C%3BIAAqB%2CkBAAA%3B%3BEACrB%2CkBAAmB%3BIAAK%2CeAAA%3B%3BEAExB%3BIAAa%2CgBAAA%3B%3BEACb%3BIAAmB%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEAEpC%2CaAAa%2COAAQ%3BIAAQ%2CYAAA%3BIAAc%2CgBAAA%3B%3BEAC3C%2CaAAa%2COAAQ%2CMAAK%2CYAAY%3BEAAM%2CaAAa%2COAAQ%2CMAAK%2CYAAY%3BIAAO%2CmBAAA%3B%3BEACzF%2CaAAa%2COAAQ%2CMAAK%2CYAAY%3BIAAO%2CeAAA%3B%3BEAC7C%2CaAAa%2COAAQ%3BIAAqB%2CmBAAA%3B%3BEAC1C%2CaAAa%2COAAQ%3BIAAqB%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEAC3D%2CaAAa%2COAAQ%3BIAAwB%2CeAAA%3B%3BEAC7C%2CaAAa%2COAAQ%2CcAAc%2CGAAG%3BIAAK%2CaAAA%3B%3BEAC3C%2CaAAa%2COAAQ%2CMAAM%3BIAAgB%2CeAAA%3B%3BEAE3C%2CiBAAiB%3BIAAwB%2C4BAAA%3B%3BEACzC%2CqBAAqB%3BIAAU%2CWAAA%3B%3BEAE%5C%2FB%2CcAAe%2CcAAc%3BIAA6B%2CWAAA%3B%3BEAE1D%3BIAAkB%2CqBAAA%3BIAAuB%2CoBAAA%3BIAAsB%2CaAAA%3BIAAe%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3B%3BEACtI%2CeAAgB%3BIAAgB%2CQAAA%3BIAAU%2CYAAA%3BIAAc%2CgBAAA%3BIAAkB%2CgBAAA%3B%3BEAE1E%2CiBAAkB%3BIAAoB%2CoBAAA%3B%3BEACtC%2CiBAAiB%2CYAAa%3BIAAa%2C4BAAA%3B%3BEAC3C%2CiBAAiB%2CYAAY%2CcAAe%3BIAAiB%2CyBAAA%3B%3BEAC7D%2CiBAAiB%2CYAAY%2CYAAa%2CkBAAiB%3BIAAU%2CsBAAA%3B%3BEACrE%2CiBAAkB%2CSAAQ%2CKAAK%3BIAAY%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEAC5D%2CiBAAkB%2CkBAAkB%3BIAAc%2CUAAA%3B%3BEAClD%2CiBAAkB%2CkBAAkB%2CYAAY%3BIAAY%2CmBAAA%3B%3BEAC5D%2CiBAAkB%2CgBAAgB%3BIAAmB%2CWAAA%3BIAAa%2CeAAA%3B%3BEAClE%2CiBAAkB%2CgBAAgB%3BIAAyB%2CsBAAA%3B%3BEAC3D%2CiBAAkB%2CgBAAgB%3BIAAoB%2CgBAAA%3B%3BEACtD%2CiBAAkB%2COAAM%2CQAAS%2CQAAO%3BIAAU%2CqBAAA%3B%3BEAClD%2CiBAAiB%2CYAAa%2CwBAAwB%3BIAAiB%2CWAAA%3BIAAa%2CYAAA%3B%3BEACpF%2CiBAAkB%2CkBAAkB%3BIAAc%2CaAAA%3BIAAe%2CqBAAA%3BIAAuB%2CiBAAA%3B%3BEACxF%2CiBAAkB%2CkBAAkB%2CYAAY%3BIAAY%2CYAAA%3BIAAc%2CmBAAA%3B%3BEAC1E%2CiBAAiB%2CYAAa%2CmBAAmB%2CYAAY%3BIAAW%2C2BAAA%3B%3BEACxE%2CiBAAkB%3BIAAoB%2CoBAAA%3B%3BEACtC%2CiBAAiB%2CYAAa%2CwBAAwB%2CWAAW%2CiBAAiB%3BEAAQ%2CiBAAiB%2CYAAa%2CoBAAoB%2CWAAW%2CiBAAiB%3BIAAS%2C0BAAA%3B%3BEACjL%2CiBAAkB%3BIAAqB%2CwBAAA%3B%3BEACvC%2CiBAAkB%2CsBAAsB%3BIAAuB%2CoBAAA%3BIAAsB%2CgBAAA%3B%3BEACrF%2CiBAAkB%2COAAM%3BIAAW%2CwBAAA%3BIAA0B%2CwBAAA%3B%3BEAC7D%2CiBAAkB%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BIAAU%2CeAAA%3BIAAiB%2CeAAA%3B%3BEACtG%2CiBAAkB%2CSAAQ%2CKAAK%3BIAAY%2CcAAA%3BIAAgB%2C6BAAA%3B%3BEAC3D%2CiBAAkB%2CkBAAkB%2CYAAY%2COAAM%2CIAAK%2CYAAW%3BIAAO%2C6BAAA%3B%3BEAC7E%2C0BAA2B%2CkBAAkB%2CsBAAsB%2CqBAAqB%2CQAAO%3BEAC%5C%2FF%2C2BAA4B%2CkBAAkB%2CsBAAsB%2CqBAAqB%2CQAAO%3BEAChG%2C0BAA2B%2CkBAAkB%2CsBAAsB%2CqBAAqB%2CQAAO%3BEAC%5C%2FF%2C2BAA4B%2CkBAAkB%2CsBAAsB%2CqBAAqB%2CQAAO%3BIAAa%2CgBAAA%3BIAAkB%2CeAAA%3B%3BEAC%5C%2FH%2CiBAAkB%3BIAAoB%2C%2BBAAA%3B%3BEACtC%2CiBAAkB%2CmBAAmB%3BIAAa%2C2BAAA%3B%3BEAElD%2CoBAAqB%3BIAAiB%2CoBAAA%3B%3BEAGrC%2CkBAAC%2CaACA%3BIAAkB%2CsBAAA%3BIAAwB%2CkBAAA%3B%3BEAD3C%2CkBAAC%2CaACA%2CgBACC%3BIAAiB%2CkBAAA%3B%3BEAFnB%2CkBAAC%2CaACA%2CgBACC%2CeACC%3BIAAe%2CkBAAA%3B%3BEAHlB%2CkBAAC%2CaACA%2CgBAIC%2CeAAe%2CGAAG%3BIAAK%2CqBAAA%3B%3BEAUvB%2C0BAFF%2CSACC%2COACE%3BEAAD%2C2BAFF%2CSACC%2COACE%3BEAAD%2CiBAFF%2CSACC%2COACE%3BIAAU%2CwBAAA%3B%3BEAOR%2C0BATL%2CSAIC%2COAEC%2CaACE%2CaACA%2COACE%3BEAAD%2C2BATL%2CSAIC%2COAEC%2CaACE%2CaACA%2COACE%3BEAAD%2CiBATL%2CSAIC%2COAEC%2CaACE%2CaACA%2COACE%3BEAAD%2C0BATL%2CSAKC%2CUACC%2CaACE%2CaACA%2COACE%3BEAAD%2C2BATL%2CSAKC%2CUACC%2CaACE%2CaACA%2COACE%3BEAAD%2CiBATL%2CSAKC%2CUACC%2CaACE%2CaACA%2COACE%3BIAAS%2CcAAA%3BIAAgB%2CuBAAA%3BIAAyB%2CSAAA%3B%3BEASlD%2CkBAAC%2CaACG%3BIAAkB%2CsBAAA%3BIAAwB%2CkBAAA%3B%3BEAD9C%2CkBAAC%2CaACG%2CgBACI%3BIAAiB%2CkBAAA%3B%3BEAFzB%2CkBAAC%2CaACG%2CgBACI%2CeACI%3BIAAe%2CkBAAA%3B%3BEAH3B%2CkBAAC%2CaACG%2CgBAII%2CeAAe%2CGAAG%3BIAAK%2CqBAAA%3B%3BEAKnC%2CmBAAmB%2COAAO%2CcAAc%2C0BAA2B%3BIAAe%2CkBAAA%3B%3B%3BEAGrF%2CoBAAqB%2COAAM%2COAC1B%2CeACC%2CeACC%3BIAAgB%2CYAAA%3BIAAc%2CgBAAA%3BIAAkB%2CcAAA%3B%3BEAC%5C%2FC%2CoBAJiB%2COAAM%2COAC1B%2CeACC%2CeACC%2CcACE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CgBAAA%3B%3BEAC7B%2CoBALiB%2COAAM%2COAC1B%2CeACC%2CeACC%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CeAAA%3B%3BEAI1B%2CoBATc%2COAAM%2COASnB%2CyBAA0B%2CeAAe%2CeAAe%3BIAAgB%2CWAAA%3BIAAa%2CeAAA%3B%3BEAG1F%2CQAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CUAAY%3BIAAS%2CWAAA%3B%3BEAElE%2CsBAAuB%2CeAAe%2CkBAAkB%2CmBAAmB%3BIAAI%2CeAAA%3B%3BEAClF%2CsBAAuB%2CeAAe%2CkBAAkB%3BEAAqB%2CsBAAuB%2CeAAe%2CkBAAkB%3BIAAsB%2CUAAA%3BIAAY%2CmBAAA%3B%3BEAEvK%2CcACC%2CcACC%2CmBAEC%2CoBAAmB%2COAIlB%3BEARJ%2CcACC%2CcAEC%2CmBAAkB%2CMACjB%2CoBAAmB%2COAIlB%3BEARJ%2CcACC%2CcACC%2CmBAGC%2CoBAAmB%2COAGlB%3BEARJ%2CcACC%2CcAEC%2CmBAAkB%2CMAEjB%2CoBAAmB%2COAGlB%3BEARJ%2CcACC%2CcACC%2CmBAIC%2CoBAAmB%2COAElB%3BEARJ%2CcACC%2CcAEC%2CmBAAkB%2CMAGjB%2CoBAAmB%2COAElB%3BEARJ%2CcACC%2CcACC%2CmBAKC%2CoBAAmB%2COAClB%3BEARJ%2CcACC%2CcAEC%2CmBAAkB%2CMAIjB%2CoBAAmB%2COAClB%3BIAAsB%2CgBAAA%3BIAAiB%2CaAAA%3B%3BEAR3C%2CcACC%2CcAUC%2CoBAAmB%2COAGlB%3BEAdH%2CcACC%2CcAWC%2CoBAAmB%2COAElB%3BEAdH%2CcACC%2CcAYC%2CoBAAmB%2COAClB%3BEAdH%2CcACC%2CcAUC%2CoBAAmB%2COAIlB%2CQAAO%2COAAO%3BEAfjB%2CcACC%2CcAWC%2CoBAAmB%2COAGlB%2CQAAO%2COAAO%3BEAfjB%2CcACC%2CcAYC%2CoBAAmB%2COAElB%2CQAAO%2COAAO%3BEAfjB%2CcACC%2CcAUC%2CoBAAmB%2COAKlB%2CQAAO%3BEAhBV%2CcACC%2CcAWC%2CoBAAmB%2COAIlB%2CQAAO%3BEAhBV%2CcACC%2CcAYC%2CoBAAmB%2COAGlB%2CQAAO%3BEAhBV%2CcACC%2CcAUC%2CoBAAmB%2COAMlB%2CQAAO%3BEAjBV%2CcACC%2CcAWC%2CoBAAmB%2COAKlB%2CQAAO%3BEAjBV%2CcACC%2CcAYC%2CoBAAmB%2COAIlB%2CQAAO%3BEAjBV%2CcACC%2CcAUC%2CoBAAmB%2COAOlB%2COAAM%3BEAlBT%2CcACC%2CcAWC%2CoBAAmB%2COAMlB%2COAAM%3BEAlBT%2CcACC%2CcAYC%2CoBAAmB%2COAKlB%2COAAM%3BEAlBT%2CcACC%2CcAUC%2CoBAAmB%2COAQlB%2COAAM%3BEAnBT%2CcACC%2CcAWC%2CoBAAmB%2COAOlB%2COAAM%3BEAnBT%2CcACC%2CcAYC%2CoBAAmB%2COAMlB%2COAAM%3BEAnBT%2CcACC%2CcAUC%2CoBAAmB%2COASlB%3BEApBH%2CcACC%2CcAWC%2CoBAAmB%2COAQlB%3BEApBH%2CcACC%2CcAYC%2CoBAAmB%2COAOlB%3BIAAsB%2CWAAA%3B%3BEACrB%2CcApBH%2CcAUC%2CoBAAmB%2COAGlB%2CKAOE%3BEAAD%2CcApBH%2CcAWC%2CoBAAmB%2COAElB%2CKAOE%3BEAAD%2CcApBH%2CcAYC%2CoBAAmB%2COAClB%2CKAOE%3BEAAD%2CcApBH%2CcAUC%2CoBAAmB%2COAIlB%2CQAAO%2COAAO%2CQAMZ%3BEAAD%2CcApBH%2CcAWC%2CoBAAmB%2COAGlB%2CQAAO%2COAAO%2CQAMZ%3BEAAD%2CcApBH%2CcAYC%2CoBAAmB%2COAElB%2CQAAO%2COAAO%2CQAMZ%3BEAAD%2CcApBH%2CcAUC%2CoBAAmB%2COAKlB%2CQAAO%2CWAKL%3BEAAD%2CcApBH%2CcAWC%2CoBAAmB%2COAIlB%2CQAAO%2CWAKL%3BEAAD%2CcApBH%2CcAYC%2CoBAAmB%2COAGlB%2CQAAO%2CWAKL%3BEAAD%2CcApBH%2CcAUC%2CoBAAmB%2COAMlB%2CQAAO%2CUAIL%3BEAAD%2CcApBH%2CcAWC%2CoBAAmB%2COAKlB%2CQAAO%2CUAIL%3BEAAD%2CcApBH%2CcAYC%2CoBAAmB%2COAIlB%2CQAAO%2CUAIL%3BEAAD%2CcApBH%2CcAUC%2CoBAAmB%2COAOlB%2COAAM%2CUAGJ%3BEAAD%2CcApBH%2CcAWC%2CoBAAmB%2COAMlB%2COAAM%2CUAGJ%3BEAAD%2CcApBH%2CcAYC%2CoBAAmB%2COAKlB%2COAAM%2CUAGJ%3BEAAD%2CcApBH%2CcAUC%2CoBAAmB%2COAQlB%2COAAM%2CYAEJ%3BEAAD%2CcApBH%2CcAWC%2CoBAAmB%2COAOlB%2COAAM%2CYAEJ%3BEAAD%2CcApBH%2CcAYC%2CoBAAmB%2COAMlB%2COAAM%2CYAEJ%3BEAAD%2CcApBH%2CcAUC%2CoBAAmB%2COASlB%2CoBACE%3BEAAD%2CcApBH%2CcAWC%2CoBAAmB%2COAQlB%2CoBACE%3BEAAD%2CcApBH%2CcAYC%2CoBAAmB%2COAOlB%2CoBACE%3BIAAU%2CWAAA%3B%3BEArBf%2CcACC%2CcAuBC%2CoBAAmB%2COAClB%2CQAAO%2COAAO%3BEAzBjB%2CcACC%2CcAuBC%2CoBAAmB%2COAElB%2CQAAO%3BEA1BV%2CcACC%2CcAuBC%2CoBAAmB%2COAGlB%2CQAAO%3BEA3BV%2CcACC%2CcAuBC%2CoBAAmB%2COAIlB%2COAAM%3BEA5BT%2CcACC%2CcAuBC%2CoBAAmB%2COAKlB%2COAAM%3BEA7BT%2CcACC%2CcAuBC%2CoBAAmB%2COAMlB%3BIAAsB%2CsBAAA%3B%3BEA9BzB%2CcACC%2CcA%2BBC%2CoBAAmB%2COAClB%3BEAjCH%2CcACC%2CcA%2BBC%2CoBAAmB%2COAElB%2CQAAO%2COAAO%3BEAlCjB%2CcACC%2CcA%2BBC%2CoBAAmB%2COAGlB%2CQAAO%3BEAnCV%2CcACC%2CcA%2BBC%2CoBAAmB%2COAIlB%2CQAAO%3BEApCV%2CcACC%2CcA%2BBC%2CoBAAmB%2COAKlB%2COAAM%3BEArCT%2CcACC%2CcA%2BBC%2CoBAAmB%2COAMlB%2COAAM%3BEAtCT%2CcACC%2CcA%2BBC%2CoBAAmB%2COAOlB%3BIAAsB%2CWAAA%3B%3BEAItB%2CcAAe%2CQAAO%2CKAClB%2CIAAG%3BEADP%2CcAAe%2CQAAO%2CKACS%2CIAAG%3BIAA0B%2CmBAAA%3BIAAqB%2CcAAA%3BIAAgB%2CsBAAA%3BIAAwB%2CkBAAA%3B%3BEAEzH%2CsBAAuB%2CeAAe%2CkBAAkB%3BIAAM%2CWAAA%3B%3BEAC9D%2CQAAQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BIAAS%2CWAAA%3B%3BEADxC%2CQAAQ%2CKAAK%2CSAET%2CSAAQ%2CYACJ%2CIAAG%3BIAAyB%2CcAAA%3BIAAgB%2CsBAAA%3BIAAwB%2CcAAA%3B%3BEAH5E%2CQAAQ%2CKAAK%2CSAET%2CSAAQ%2CYAEJ%2CIAAG%3BIAA0B%2CcAAA%3BIAAgB%2CsBAAA%3BIAAwB%2CcAAA%3B%3BEAG7E%2CiBAAkB%2CSAAS%2COAAM%3BEACjC%2C0BAA2B%2CSAAS%2COAAM%3BIAAU%2C8BAAA%3B%3BEACpD%2CcAAe%2CcAAc%2CmBAAmB%3BEAChD%2CcAAe%2CcAAc%2CmBAAkB%2CMAAO%3BIAAsB%2CgBAAA%3BIAAkB%2CSAAA%3B%3BEAEjG%2CeACC%2CMAAK%2CKAAK%2CQAAS%3BIAAU%2CcAAA%3BIAAgB%2CWAAA%3B%3BEAC5C%2CeADD%2CMAAK%2CKAAK%2CQAAS%2CQACjB%3BIAAY%2CmBAAA%3B%3BEAIf%2CkBAAmB%2CYAAY%2COAAM%3BEAAM%2CuBAAwB%2CYAAY%2COAAM%3BIAAO%2CmBAAA%3B%3BEAC5F%2CkBAAmB%2CSAAQ%2CUAAU%3BIAAY%2CgBAAA%3BIAAkB%2CiBAAA%3B%3BEACnE%2CkBAAmB%3BIAAoB%2C4BAAA%3BIAA8B%2C2BAAA%3B%3BEACrE%2CqBAAsB%3BIAAuB%2CgBAAA%3BIAAkB%2CoBAAA%3B%3BEAC%5C%2FD%2CiBAAkB%2CYAAY%3BIAAiB%2CkBAAA%3B%3BEAC%5C%2FC%2CiBAAkB%2CYAAY%2CSAAS%2CQAAO%3BEAAU%2CiBAAkB%2CYAAY%2CSAAS%2CQAAO%3BIAAa%2CeAAA%3B%3BEAEnH%2CMAAM%3BIAAgB%2CQAAA%3BIAAU%2CgBAAA%3BIAAkB%2CYAAA%3B%3BEAClD%2CMAAM%3BIAA8B%2CWAAA%3B%3BEAEpC%2CMAAM%3BIAAa%2CUAAA%3B%3BEACnB%2CMAAM%2CUAAW%3BEAAQ%2CMAAM%2CUAAW%3BIAAgB%2CSAAA%3B%3BEAE1D%2CiBAAkB%2CUAAU%3BIAAY%2C8BAAA%3B%3BEACxC%2CiBAAkB%2CUAAU%2CQAAQ%3BEACpC%2CiBAAkB%2CUAAU%2CQAAQ%2COAAM%3BIAAQ%2CWAAA%3BIAAa%2CgBAAA%3BIAAkB%2CeAAA%3B%3BEAEjF%3BEAAc%3BIAAoB%2CSAAA%3B%3BEACjC%2CYAAC%2CYAAY%2CcAAe%3BEAA5B%2CiBAAC%2CYAAY%2CcAAe%3BIAAoB%2CeAAA%3B%3BEADjD%2CYAEC%2CcAAc%3BEAFD%2CiBAEb%2CcAAc%3BEAFf%2CYAE8B%3BEAFhB%2CiBAEgB%3BEAF9B%2CYAE6C%2CaAAa%3BEAF5C%2CiBAE%2BB%2CaAAa%3BIAAgB%2CWAAA%3BIAAa%2CSAAA%3BIAAW%2CWAAA%3B%3BEACjG%2CYAAC%2CYAAa%2CYAAY%2COAAM%3BEAAhC%2CiBAAC%2CYAAa%2CYAAY%2COAAM%3BIAAO%2C2BAAA%3B%3BEACvC%2CYAAC%2CYAAa%2CmBAAmB%2CYAAY%3BEAA7C%2CiBAAC%2CYAAa%2CmBAAmB%2CYAAY%3BEAC7C%2CYAAC%2CYAAa%2CwBAAwB%2CYAAY%3BEAAlD%2CiBAAC%2CYAAa%2CwBAAwB%2CYAAY%3BIAAW%2CgBAAA%3B%3BEAE9D%2CqBAAsB%2CqBAAqB%3BIAAU%2CeAAA%3B%3BEAErD%2CoBAAqB%2CgBAAgB%3BEACrC%2CoBAAqB%2CgBAAgB%3BEACrC%2CMAAM%2CoBAAqB%2CeAAe%3BEAC1C%2CMAAM%2CoBAAqB%3BEAC3B%2CMAAM%2CoBAAqB%2CeAAe%3BIAAmB%2CcAAA%3BIAAgB%2CkBAAA%3B%3BEAC7E%2CoBAAqB%2CgBAAgB%3BEACrC%2CMAAM%2CoBAAqB%2CeAAe%3BIAAY%2CmBAAA%3B%3BEAEtD%3BIAAY%2CwBAAA%3B%3BEAEZ%2CcACC%2CcACC%2CcAAa%2CMAAO%3BIAAuB%2COAAA%3B%3BEAF7C%2CcACC%2CcAEC%3BIAA8B%2CWAAA%3B%3BEAIhC%2CWAAW%2CaAAc%3BIAAS%2CwBAAA%3B%3BEAClC%2CaAAc%3BEAAU%2CaAAc%2CcAAc%2COAAM%2COAAQ%3BIAAW%2CyBAAA%3BIAA2B%2CyBAAA%3BIAA2B%2CSAAA%3BIAAW%2CaAAA%3B%3BEAC9I%2CaAAc%2CIAAG%3BEAAiB%2CaAAc%3BIAAe%2CmBAAA%3B%3BEAC%5C%2FD%2CcAAe%2CcAAc%3BIAAU%2CgBAAA%3B%3BEAEvC%3BIAAqB%2CoCAAA%3B%3B%3BEAGrB%2CoBACC%2CkBACC%2CSAAQ%3BIAAS%2CWAAA%3B%3BEAFnB%2CoBACC%2CkBAEC%3BIAAqB%2CWAAA%3BIAAa%2CeAAA%3B%3BEAIpC%2CiBACC%2CYACC%3BIAAqB%2CyBAAA%3B%3BEAFvB%2CiBACC%2CYACC%2CmBACC%3BIAAoB%2CeAAA%3B%3BEAHvB%2CiBACC%2CYACC%2CmBAEC%3BIAAoB%2CeAAA%3B%3B%3BEAMvB%2CcACC%2COAAM%2CaAAa%3BEADpB%2CcAEC%3BIAAgB%2CiBAAA%3BIAAmB%2CeAAA%3BIAAiB%2CaAAA%3B%3BEAFrD%2CcACC%2COAAM%2CaAAa%2CWAEjB%2CcACC%3BEAJJ%2CcAEC%2CcACE%2CcACC%3BIAAU%2CeAAA%3BIAAiB%2CmBAAA%3BIAAqB%2CmBAAA%3B%3BEAJpD%2CcACC%2COAAM%2CaAAa%2CWAEjB%2CcAEC%3BEALJ%2CcAEC%2CcACE%2CcAEC%3BIAAQ%2C2BAAA%3B%3BEALZ%2CcACC%2COAAM%2CaAAa%2CWAEjB%2CcAGC%3BEANJ%2CcAEC%2CcACE%2CcAGC%3BIAAW%2CaAAA%3BIAAe%2CSAAA%3BIAAW%2CUAAA%3BIAAY%2CyBAAA%3B%3BEANrD%2CcACC%2COAAM%2CaAAa%2CWAEjB%2CcAIC%3BEAPJ%2CcAEC%2CcACE%2CcAIC%3BIAAS%2CkBAAA%3BIAAoB%2CwBAAA%3BIAA0B%2CeAAA%3B%3BEAP3D%2CcACC%2COAAM%2CaAAa%2CWAEjB%2CcAKC%2COAAM%2COAAQ%3BEARlB%2CcAEC%2CcACE%2CcAKC%2COAAM%2COAAQ%3BIAAW%2CyBAAA%3B%3BEAR7B%2CcACC%2COAAM%2CaAAa%2CWAEjB%2CcAMC%2CQAAO%3BEATX%2CcAEC%2CcACE%2CcAMC%2CQAAO%3BIAAU%2CyBAAA%3BIAA2B%2CkBAAA%3BIAAoB%2CUAAA%3BIAAY%2CMAAA%3BIAAQ%2CUAAA%3BIAAY%2CmBAAA%3BIAAqB%2CyBAAA%3B%3BEATzH%2CcACC%2COAAM%2CaAAa%2CWAEjB%2CcAMC%2CQAAO%2COACN%3BEAVL%2CcAEC%2CcACE%2CcAMC%2CQAAO%2COACN%3BIAAO%2CwBAAA%3B%3BEAMZ%2CYACC%2CcACC%2CIAAG%3BEAFL%2CYACC%2CcACqB%3BIAAe%2CcAAA%3B%3BEAIrC%2CoBAAqB%2CSAAQ%2CMAAO%3BIAAiB%2CaAAA%3B%3BEAErD%2CoBAAoB%2CsBAAuB%2CQAAO%3BEAClD%2C2BAA4B%2CQAAO%3B%3B%3B%3BEAGjC%2CoBAJkB%2CsBAAuB%2CQAAO%2CKAGjD%2CiBACE%2CcACA%3BEADD%2C2BAH0B%2CQAAO%2CKAElC%2CiBACE%2CcACA%3BIAAgB%2CYAAA%3B%3BEACf%2CoBANgB%2CsBAAuB%2CQAAO%2CKAGjD%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BEAAvB%2C2BALwB%2CQAAO%2CKAElC%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAC%5C%2FB%2CoBAPgB%2CsBAAuB%2CQAAO%2CKAGjD%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BEAArB%2C2BANwB%2CQAAO%2CKAElC%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CgBAAA%3B%3BEAC7B%2CoBARgB%2CsBAAuB%2CQAAO%2CKAGjD%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CIAAI%2CIAAI%3BEAArB%2C2BAPwB%2CQAAO%2CKAElC%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CeAAA%3B%3BEAG7B%2CoBAXgB%2CsBAAuB%2CQAAO%2CKAGjD%2CiBACE%2CcAMA%2CkBAAkB%2CeAChB%3BEAAD%2C2BAVwB%2CQAAO%2CKAElC%2CiBACE%2CcAMA%2CkBAAkB%2CeAChB%3BIAAS%2CYAAA%3BIAAc%2CWAAA%3B%3B%3BEAQ5B%3B%3B%3B%3BEAGE%2CcADD%2CiBACE%2CcACA%3BIAAgB%2CYAAA%3B%3BEACf%2CcAHH%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAC%5C%2FB%2CcAJH%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CgBAAA%3B%3BEAC7B%2CcALH%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CeAAA%3B%3BEAM%5C%2FB%2CcADD%2CiBACE%2CcACA%3BIAAgB%2CYAAA%3B%3BEACf%2CcAHH%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAC%5C%2FB%2CcAJH%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CeAAA%3B%3BEAC7B%2CcALH%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAjBnC%2CcAqBC%2CcACC%3BIAAuB%2CgBAAA%3BIAAkB%2CqBAAA%3B%3BEAtB3C%2CcAqBC%2CcAEC%2CkBAAkB%2CeAAc%3BIAAS%2CsBAAA%3BIAAwB%2CuBAAA%3BIAAyB%2CiBAAA%3B%3BEAEzF%2CcAJF%2CcAGC%2CmBACE%2CMACA%3BIAAsB%2CgBAAA%3BIAAkB%2CqBAAA%3B%3BEAM5C%2CcAEC%2CcACC%2CmBAAmB%3BEAFrB%2CMAAM%2COAAO%2CoBACZ%2CcACC%2CmBAAmB%3BIAAU%2CeAAA%3B%3BEAH%5C%2FB%2CcAEC%2CcAEC%2CoBACC%2CGACG%2CKACD%3BEANL%2CMAAM%2COAAO%2CoBACZ%2CcAEC%2CoBACC%2CGACG%2CKACD%3BEAPL%2CcAEC%2CcAEC%2CoBACC%2CGACG%2CKAED%2CQAAO%2COAAO%3BEAPnB%2CMAAM%2COAAO%2CoBACZ%2CcAEC%2CoBACC%2CGACG%2CKAED%2CQAAO%2COAAO%3BEARnB%2CcAEC%2CcAEC%2CoBACC%2CGACG%2CKAGD%3BEARL%2CMAAM%2COAAO%2CoBACZ%2CcAEC%2CoBACC%2CGACG%2CKAGD%3BEATL%2CcAEC%2CcAEC%2CoBACC%2CGACG%2CKAID%2CQAAO%3BEATZ%2CMAAM%2COAAO%2CoBACZ%2CcAEC%2CoBACC%2CGACG%2CKAID%2CQAAO%3BEAVZ%2CcAEC%2CcAEC%2CoBACC%2CGACG%2CKAKD%2CQAAO%3BEAVZ%2CMAAM%2COAAO%2CoBACZ%2CcAEC%2CoBACC%2CGACG%2CKAKD%2CQAAO%3BEAXZ%2CcAEC%2CcAEC%2CoBACC%2CGACG%2CKAMD%2COAAM%3BEAXX%2CMAAM%2COAAO%2CoBACZ%2CcAEC%2CoBACC%2CGACG%2CKAMD%2COAAM%3BEAZX%2CcAEC%2CcAEC%2CoBACC%2CGACG%2CKAOD%2COAAM%3BEAZX%2CMAAM%2COAAO%2CoBACZ%2CcAEC%2CoBACC%2CGACG%2CKAOD%2COAAM%3BIAAe%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3B%3BEAC%5C%2FC%2CcAZL%2CcAEC%2CoBACC%2CGACG%2CKACD%2CoBAOE%3BEAAD%2CMAbA%2COAAO%2CoBACZ%2CcAEC%2CoBACC%2CGACG%2CKACD%2CoBAOE%3BEAAD%2CcAZL%2CcAEC%2CoBACC%2CGACG%2CKAED%2CQAAO%2COAAO%2CQAMZ%3BEAAD%2CMAbA%2COAAO%2CoBACZ%2CcAEC%2CoBACC%2CGACG%2CKAED%2CQAAO%2COAAO%2CQAMZ%3BEAAD%2CcAZL%2CcAEC%2CoBACC%2CGACG%2CKAGD%2CKAKE%3BEAAD%2CMAbA%2COAAO%2CoBACZ%2CcAEC%2CoBACC%2CGACG%2CKAGD%2CKAKE%3BEAAD%2CcAZL%2CcAEC%2CoBACC%2CGACG%2CKAID%2CQAAO%2CWAIL%3BEAAD%2CMAbA%2COAAO%2CoBACZ%2CcAEC%2CoBACC%2CGACG%2CKAID%2CQAAO%2CWAIL%3BEAAD%2CcAZL%2CcAEC%2CoBACC%2CGACG%2CKAKD%2CQAAO%2CUAGL%3BEAAD%2CMAbA%2COAAO%2CoBACZ%2CcAEC%2CoBACC%2CGACG%2CKAKD%2CQAAO%2CUAGL%3BEAAD%2CcAZL%2CcAEC%2CoBACC%2CGACG%2CKAMD%2COAAM%2CUAEJ%3BEAAD%2CMAbA%2COAAO%2CoBACZ%2CcAEC%2CoBACC%2CGACG%2CKAMD%2COAAM%2CUAEJ%3BEAAD%2CcAZL%2CcAEC%2CoBACC%2CGACG%2CKAOD%2COAAM%2CYACJ%3BEAAD%2CMAbA%2COAAO%2CoBACZ%2CcAEC%2CoBACC%2CGACG%2CKAOD%2COAAM%2CYACJ%3BIAAU%2CeAAA%3BIAAiB%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3B%3BEAQ7D%2CoBAAoB%2CsBAEnB%2CQAAO%3BEADR%2C2BACC%2CQAAO%3B%3B%3BEAEL%2CoBAJiB%2CsBAEnB%2CQAAO%2CKACN%2CiBACE%2CcACA%3BEADD%2C2BAFF%2CQAAO%2CKACN%2CiBACE%2CcACA%3BIAAgB%2CYAAA%3BIAAc%2CyBAAA%3B%3BEAC7B%2CoBANe%2CsBAEnB%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BEAAvB%2C2BAJJ%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAC%5C%2FB%2CoBAPe%2CsBAEnB%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BEAArB%2C2BALJ%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CyBAAA%3B%3BEAC7B%2CoBARe%2CsBAEnB%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CMAAM%2CIAAI%3BEAAvB%2C2BANJ%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAC%5C%2FB%2CoBATe%2CsBAEnB%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcAIE%2CYAAY%2CIAAI%2CIAAI%3BEAArB%2C2BAPJ%2CQAAO%2CKACN%2CiBACE%2CcACA%2CcAIE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CgBAAA%3B%3BEAO%5C%2FB%2CoBAhBiB%2CsBAEnB%2CQAAO%2CKAaN%2CiBACE%2CcACA%3BEADD%2C2BAdF%2CQAAO%2CKAaN%2CiBACE%2CcACA%3BIAAgB%2CYAAA%3BIAAc%2CgBAAA%3BIAAkB%2CcAAA%3B%3BEAC%5C%2FC%2CoBAlBe%2CsBAEnB%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BEAAvB%2C2BAhBJ%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAC%5C%2FB%2CoBAnBe%2CsBAEnB%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BEAArB%2C2BAjBJ%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CgBAAA%3B%3BEAC7B%2CoBApBe%2CsBAEnB%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CMAAM%2CIAAI%3BEAAvB%2C2BAlBJ%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAC%5C%2FB%2CoBArBe%2CsBAEnB%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAIE%2CYAAY%2CIAAI%2CIAAI%3BEAArB%2C2BAnBJ%2CQAAO%2CKAaN%2CiBACE%2CcACA%2CcAIE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CeAAA%3B%3BEArBlC%2CoBAAoB%2CsBAEnB%2CQAAO%2CKAwBN%2CeACC%2CeACC%3BEA3BJ%2C2BACC%2CQAAO%2CKAwBN%2CeACC%2CeACC%3BIAAgB%2CWAAA%3BIAAa%2CeAAA%3B%3BEAMjC%2COAAO%2CKACN%2CkBACC%3BIAAS%2CsBAAA%3B%3BEAFX%2COAAO%2CKACN%2CkBACC%2COACC%3BIAAc%2CUAAA%3BIAAY%2CWAAA%3BIAAa%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3BIAAmB%2CqBAAA%3B%3BEAHxF%2COAAO%2CKAMN%3BIAA4B%2CcAAA%3BIAAgB%2C8BAAA%3B%3BEAN7C%2COAAO%2CKAMN%2C0BACC%3BIAAuB%2CiBAAA%3B%3BEAPzB%2COAAO%2CKAMN%2C0BAEC%2CgBACC%3BIAAwB%2CkBAAA%3BIAAoB%2C4BAAA%3B%3B%3B%3BEAO%5C%2FC%2CcAAc%2CQACb%3BIAAqB%2CSAAA%3B%3BEADtB%2CcAAc%2CQAEb%3BIAAa%2CgBAAA%3B%3BEAEd%3BEACA%3BIAAqB%2CgBAAA%3B%3BEADrB%2CuBAEC%2CgBAAe%2CeACd%3BEAFF%2CkBACC%2CgBAAe%2CeACd%3BIAAqB%2CkBAAA%3B%3BEAHvB%2CuBAEC%2CgBAAe%2CeACd%2CmBACC%3BEAHH%2CkBACC%2CgBAAe%2CeACd%2CmBACC%3BIAAoB%2CeAAA%3B%3BEAJvB%2CuBAEC%2CgBAAe%2CeACd%2CmBAEC%3BEAJH%2CkBACC%2CgBAAe%2CeACd%2CmBAEC%3BIAAoB%2CeAAA%3B%3BEALvB%2CuBAQC%2CkBACC%2CYACC%2COAAM%2CIACL%2CUAAY%3BEAVhB%2CkBAOC%2CkBACC%2CYACC%2COAAM%2CIACL%2CUAAY%3BIAAS%2C0BAAA%3B%3BEAXzB%2CuBAgBC%2CUAAY%3BEAfb%2CkBAeC%2CUAAY%3BIAAU%2C2BAAA%3B%3BEAhBvB%2CuBAiBC%3BEAhBD%2CkBAgBC%3BIAAW%2CqBAAA%3B%3BEAEZ%2CmBAAmB%3BIAAkC%2CgBAAA%3B%3BEACrD%2CoBACC%3BIAAwB%2CuBAAA%3B%3BEADzB%2CoBAEC%3BIAAiB%2CMAAA%3B%3BEAGlB%2CQAAQ%2CKAAK%3BIAAY%2CoBAAA%3B%3BEAAzB%2CQAAQ%2CKAAK%2CSACZ%2CSAAQ%2CKAAK%2CMACV%2CQAAK%3BIAAS%2CgBAAA%3BIAAkB%2CgCAAA%3BIAAkC%2CSAAA%3BIAAW%2CcAAA%3B%3BEAC9E%2CQAHK%2CKAAK%2CSACZ%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMACL%3BIAAgB%2C2BAAA%3B%3BEAHpB%2CQAAQ%2CKAAK%2CSACZ%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMAEN%3BIAAW%2CmBAAA%3BIAAqB%2CeAAA%3BIAAiB%2CkBAAA%3BIAAoB%2CYAAA%3BIAAc%2CSAAA%3B%3BEAClF%2CQALI%2CKAAK%2CSACZ%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMAEN%2CQACE%3BIAAS%2CSAAS%2COAAT%3BIAA6B%2CyBAAA%3BIAA2B%2CkBAAA%3BIAAoB%2CeAAA%3BIAAiB%2CkBAAA%3BIAAoB%2CQAAA%3BIAAU%2CSAAA%3BIAAW%2CmBAAA%3BIAAqB%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3B%3BEAEjM%2CQAPK%2CKAAK%2CSACZ%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMAKL%2COACA%2CQAAO%3BIAAS%2CSAAS%2COAAT%3BIAA6B%2CSAAA%3B%3BEARjD%2CQAAQ%2CKAAK%2CSACZ%2CSAAQ%2CKAAK%2CMAUV%2CQAAK%3BIAAW%2CaAAA%3BIAAe%2CeAAA%3BIAAiB%2CoBAAA%3BIAAsB%2CoBAAA%3B%3BEAX1E%2CQAAQ%2CKAAK%2CSACZ%2CSAAQ%2CKAAK%2CMAUV%2CQAAK%2CQACN%2CSAAQ%3BIAAe%2CgBAAA%3B%3BEAGzB%2CQAfO%2CKAAK%2CSAeX%3BIAAY%2CiBAAA%3B%3BEAAb%2CQAfO%2CKAAK%2CSAeX%2CSACA%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%2CQAAO%3BEAD1C%2CQAfO%2CKAAK%2CSAeX%2CSAEA%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAQ%2CQAAO%3BIAAS%2CQAAA%3BIAAU%2CUAAA%3B%3BEAFpE%2CQAfO%2CKAAK%2CSAeX%2CSAGA%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BIAAS%2CgBAAA%3B%3BEAHrC%2CQAfO%2CKAAK%2CSAeX%2CSAIA%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BIAAW%2C0BAAA%3B%3BEAnBxC%2CQAAQ%2CKAAK%2CSAqBZ%2CSACC%2COAAM%3BIAAc%2CWAAA%3B%3BEAtBtB%2CQAAQ%2CKAAK%2CSAqBZ%2CSAEC%3BIAAe%2CeAAA%3B%3BEAvBjB%2CQAAQ%2CKAAK%2CSAqBZ%2CSAGC%2CiBACC%2CQAAO%3BIAAW%2CWAAA%3BIAAa%2C2BAAA%3B%3BEAzBlC%2CQAAQ%2CKAAK%2CSAqBZ%2CSAMC%3BIAA4B%2CWAAA%3BIAAa%2CeAAA%3B%3BEAG3C%2CwBACC%2CUACG%3BIACD%2C8BAAA%3B%3BEAIH%3BEAAyB%3BIAAqB%2CoBAAA%3B%3BEAC9C%2CkBAAmB%2CoBAAoB%3BIAAc%2CeAAA%3B%3BEACrD%2C0BAA2B%2CSAAQ%3BEAAQ%2C2BAA4B%2CSAAQ%3BEAC%5C%2FE%2CqBAAsB%2CSAAQ%3BEAAQ%2C2BAA2B%2CqBAAsB%2CSAAQ%3BEAAQ%2C0BAA0B%2CqBAAsB%2CSAAQ%3BEAC%5C%2FJ%2C2BAA2B%2CqBAAsB%3BEAAoB%2C0BAA0B%2CqBAAsB%3BIAAqB%2CsBAAA%3BIAAwB%2C0BAAA%3BIAA4B%2C2BAAA%3B%3BEAC9L%2C2BAA4B%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BEAAS%2C0BAA2B%2CSAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BIAAU%2CoBAAA%3B%3BEAC5L%2C2BAA4B%2CSAAQ%2CKAAK%2CSAAS%2CSAAU%2CSAAQ%2CKAAK%2CMAAO%3BEAAO%2C0BAA2B%2CSAAQ%2CKAAK%2CSAAS%2CSAAU%2CSAAQ%2CKAAK%2CMAAO%3BIAAQ%2C0BAAA%3B%3BEAC9K%2C2BAA4B%2CSAAQ%2CKAAK%2CSAAS%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BEAAS%2C0BAA2B%2CSAAQ%2CKAAK%2CSAAS%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BIAAU%2CeAAA%3B%3BEAE9M%2CQAAS%3BEACT%2CQAAS%3BIAAsB%2CsCAAA%3BIAAwC%2C8BAAA%3B%3BEADvE%2CQAAS%2CcAER%3BEADD%2CQAAS%2CoBACR%3BEAFD%2CQAAS%2CcAGR%3BEAFD%2CQAAS%2CoBAER%3BIAAiB%2CWAAA%3BIAAa%2CeAAA%3B%3BEAG%5C%2FB%2CoBAAqB%3BIAAwB%2CuBAAA%3B%3BEAE7C%2CkBACC%2CeACC%3BIAAqB%2CyBAAA%3BIAA2B%2C0BAAA%3B%3BEAKjD%2CQADO%2CKAAK%2CSACX%2CSACA%2CSAAQ%2CKAAK%2CMACV%2CQAAK%3BIAAS%2CkBAAA%3BIAAoB%2CgBAAA%3B%3BEAFtC%2CQADO%2CKAAK%2CSACX%2CSACA%2CSAAQ%2CKAAK%2CMACV%2CQAAK%2CMACN%3BIAAU%2CaAAA%3B%3BEAHb%2CQADO%2CKAAK%2CSACX%2CSACA%2CSAAQ%2CKAAK%2CMAIZ%2CMAAK%3BIAAW%2CsBAAA%3BIAAwB%2CgBAAA%3BIAAkB%2CsBAAA%3B%3BEAK7D%2CQAAQ%2CKAAK%2CSAAS%2CUAAW%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAQ%2CQAAO%3BIAAW%2CSAAA%3B%3BEAE5F%2CoBACC%3BEADD%2CoBAC0B%3BIAAqB%2CaAAA%3B%3BEAE%5C%2FC%2CyBACC%3BIAA0B%2CsBAAA%3B%3BEAD3B%2CyBAEC%3BIAAY%2CmBAAA%3B%3BEAGb%2CsBAAuB%3BIAAmB%2CcAAA%3B%3B%3BEAI1C%2CKAAK%2CKAAK%2CQAAS%3BIAAU%2CmBAAA%3BIAAqB%2CcAAA%3B%3B%3B%3B%3BEAKlD%2CeACC%2CMAAK%2CcAAe%2CMAAK%2CMAAM%2CKAAK%2CMAAO%3BIAAK%2C%2BBAAA%3BIAAiC%2C0BAAA%3B%3BEADlF%2CeAEC%2CMAAK%2CcAAe%3BIAAsB%2CeAAA%3B%3BEAF3C%2CeAGC%3BIAAgB%2CWAAA%3BIAAa%2CiBAAA%3BIAAmB%2CcAAA%3B%3BEAHjD%2CeAIC%3BIAAwB%2CcAAA%3BIAAgB%2CkBAAA%3B%3BEAJzC%2CeAKC%2CcAGC%3BEARF%2CeAMC%2CiCAAiC%2CSAAS%2CcAEzC%3BEARF%2CeAOC%2CeAAe%2CcACd%3BIAAK%2CsBAAA%3B%3BEARP%2CeAKC%2CcAIC%3BEATF%2CeAMC%2CiCAAiC%2CSAAS%2CcAGzC%3BEATF%2CeAOC%2CeAAe%2CcAEd%3BIAAK%2C6BAAA%3B%3BEATP%2CeAWC%2CMAAK%2CMAAM%2CKAAK%2CMACf%2CMAAM%2CGAAG%2CGAAE%2CIAAI%3BIAAQ%2CkBAAA%3B%3BEAZzB%2CeAWC%2CMAAK%2CMAAM%2CKAAK%2CMAEf%2CMAAM%2CGAAG%3BIAAK%2CSAAA%3B%3BEAbhB%2CeAeC%2CWAAW%2CQAAO%3BEAfnB%2CeAgBC%2CWAAW%2CQAAO%3BIAAS%2CqBAAA%3B%3BEAE5B%2CKAAK%2CcAAe%2CKAAI%2CIAAI%2CSAAS%3BEAAU%2CKAAK%2CcAAe%2CKAAI%2CMAAM%2CSAAS%3BEACtF%2CKAAK%2CcAAe%2CKAAI%2CSAAS%2CSAAS%3BEAAU%2CKAAK%2CcAAe%2CKAAI%2CKAAK%2CSAAS%3BIAAW%2CgBAAA%3B%3BEACrG%2CKAAK%2CcAAe%2CMAAK%2CMAAM%2CKAAK%2CMAAO%3BIAAK%2C0BAAA%3B%3BEAChD%2CKAAK%2CcAAe%2CKAAI%2CIAAK%2COAAM%2CIAAK%2CYAAW%3BIAAO%2CuBAAA%3B%3BEAC1D%2CKAAK%2CcAAe%2CKAAI%2CIAAK%2COAAM%2CIAAK%3BIAAqB%2CYAAA%3BIAAc%2CiBAAA%3B%3BEAC3E%2CKAAK%2CcAAe%2CMAAK%2CMAAM%2CKAAK%2CMAAO%2CGAAE%2CaAAc%3BIAAK%2C%2BBAAA%3B%3BEAChE%2CeAAgB%3BIAAwB%2C8BAAA%3B%3BEACxC%2CKAAK%2CcAAe%2CKAAI%2CIAAI%2CSAAS%3BEAAS%2CKAAK%2CcAAe%2CKAAI%2CMAAM%2CSAAS%3BEACrF%2CKAAK%2CcAAe%2CKAAI%2CSAAS%2CSAAS%3BEAAS%2CKAAK%2CcAAe%2CKAAI%2CKAAK%2CSAAS%3BIAAU%2CmBAAA%3B%3BEACnG%2CKAAK%2CMAAM%2CKAAK%3BIAAS%2CmBAAA%3B%3BEACzB%2CKAAK%2CMAAM%2CKAAK%3BIAAS%2CoBAAA%3B%3BEACzB%2CoBACC%3BEADD%2CoBAEC%3BEAFD%2CoBAGC%2CgBAAgB%3BEAHjB%2CoBAIC%2CgBAAgB%3BIAAkB%2CWAAA%3B%3B%3B%3B%3BEAMnC%2CiBAAkB%2CgBAAgB%3BEAClC%2CiBAAkB%2CgBAAgB%3BIAAoB%2CWAAA%3BIAAa%2CeAAA%3B%3BEACnE%2CiBAAiB%2CYAChB%2CmBAAmB%2CSAAQ%2CUAAU%3BIAAY%2CaAAA%3B%3BEADlD%2CiBAAiB%2CYAEhB%3BIAA0B%2CsBAAA%3B%3BEAF3B%2CiBAAiB%2CYAGhB%3BIAAmB%2CmBAAA%3B%3BEAInB%2CQADQ%2CeAAe%2CiBACtB%3BEAAS%2CQADF%2CeAAe%2CiBACZ%3BIAAS%2CSAAS%2CEAAT%3BIAAa%2CWAAA%3BIAAa%2CcAAA%3B%3B%3BEAI%5C%2FC%2CQAAQ%2CqBACP%2CeACC%3BEAFF%2CQAAQ%2CqBACP%2CeAEC%3BEAHF%2CQAAQ%2CqBACP%2CeAGC%2CcAAc%3BEAJhB%2CQAAQ%2CqBACP%2CeAIC%3BIAAwB%2CcAAA%3B%3BEAL1B%2CQAAQ%2CqBACP%2CeAKC%3BIAAsB%2CWAAA%3B%3BEANxB%2CQAAQ%2CqBACP%2CeAMC%2CcACC%2CUAAU%2COAAM%3BIAAO%2CmBAAA%3B%3BEAR1B%2CQAAQ%2CqBACP%2CeAMC%2CcACC%2CUAAU%2COAAM%2CIACf%3BIAAS%2CaAAA%3B%3BEATb%2CQAAQ%2CqBACP%2CeAMC%2CcAIC%3BIAAc%2CWAAA%3BIAAa%2CeAAA%3B%3BEAX9B%2CQAAQ%2CqBACP%2CeAaC%3BIAA2B%2CeAAA%3B%3BEAG7B%2CgBAAmB%3BEACnB%2CgBAAmB%3BIAAa%2CqBAAA%3B%3BEADhC%2CgBAAmB%2CWAElB%3BEADD%2CgBAAmB%2CaAClB%3BIAAU%2CWAAA%3B%3BEAEX%2CgBAAmB%3BIAAa%2CYAAA%3B%3BEAChC%2CQAAS%2CKAAI%2CkBAAmB%2CiBAAiB%3BEACjD%2CQAAS%2CMAAK%2CkBAAmB%2CiBAAiB%3BIAAW%2CcAAA%3B%3BEAC7D%2CQAAS%2CoBAAoB%3BEAC7B%2CuBAAwB%2CoBAAoB%3BEAC5C%2CiBAAkB%2CoBAAoB%3BIAAc%2CeAAA%3B%3B%3B%3BEAKpD%2CkBAAmB%2COAAO%3BIAAS%2CWAAA%3B%3BEAEnC%2CiBACC%3BIAAmB%2CmBAAA%3B%3BEADpB%2CiBACC%2CiBACC%3BIAAW%2CyBAAA%3B%3BEAFb%2CiBAIC%3BIAAY%2C2BAAA%3B%3B%3BEAIb%2CSAAY%3BIAAS%2C8BAAA%3B%3BEAErB%2CUACC%3BIAAK%2CeAAA%3B%3BEADN%2CUAEC%3BIAAO%2CaAAA%3B%3BEAGR%2CoBACC%3BIAAqB%2CWAAA%3BIAAa%2CaAAA%3B%3BEAEnC%3BEAAoB%3BIAAqB%2CWAAA%3BIAAa%2CgBAAA%3B%3BEAIpD%2CgBADD%2COACE%3BIAAwB%2C8BAAA%3B%3BEAF3B%2CgBACC%2COAEC%3BIAAiB%2CmBAAA%3B%3BEAHnB%2CgBACC%2COAGC%2CiBACC%3BIAAa%2CWAAA%3BIAAa%2CWAAA%3BIAAa%2CaAAA%3BIAAe%2CkBAAA%3B%3BEALzD%2CgBACC%2COAGC%2CiBAEC%2CWAAW%3BIAAU%2C0BAAA%3BIAA4B%2C2BAAA%3BIAA6B%2C2BAAA%3BIAA6B%2CcAAA%3B%3BEAN9G%2CgBACC%2COAOC%2CUAAY%2CSAAS%3BIAAW%2CWAAA%3B%3BEAIlC%2CeAAgB%3BEAChB%2CeAAgB%3BIAAgB%2CeAAA%3B%3BEAChC%2CeAAgB%3BIAAiB%2CgBAAA%3B%3BEAEjC%2CKAAK%3BIAAiB%2CWAAA%3B%3BEAGrB%2CgCADgC%2CwBAC%5C%2FB%3BEAAS%2CgCADsB%2CwBACrB%3BIAAS%2CSAAS%2CEAAT%3BIAAa%2CcAAA%3BIAAgB%2CWAAA%3B%3BEAGlD%2COAAO%2CKAAM%3BIAAoB%2CWAAA%3B%3BEACjC%2COAAO%2CcACN%2CaACC%3BIAAS%2CaAAA%3BIAAe%2CqBAAA%3B%3BEAIvB%2COAAO%2CcAAe%2CaAAa%3BIAAS%2CcAAA%3B%3BEAC5C%2CcAAc%2CiBAAkB%3BIAAiB%2CWAAA%3BIAAa%2CqBAAA%3B%3BEAEjE%2CiBACC%2CeAAc%2CSACb%3BIAAsB%2CaAAA%3B%3BEAFxB%2CiBAIC%2CoBACC%3BIAAK%2C0BAAA%3B%3BEALP%2CiBAIC%2CoBAGC%3BEAPF%2CiBAIC%2CoBAGU%3BIAAa%2CaAAA%3B%3B%3BEAMvB%2CYAAC%2CYAAa%3BEACd%2CYAAC%2CYAAa%3BEACd%2CYAAC%2CYAAa%3BIAAgB%2CkBAAA%3BIAAoB%2CmBAAA%3B%3BEAHnD%2CYAIC%3BIAAa%2CsBAAA%3B%3BEAJd%2CYAKC%3BEALD%2CYAMC%3BIAAoB%2CsBAAA%3B%3BEANrB%2CYAOC%2CSAAS%3BIAAS%2CmBAAA%3B%3BEAPnB%2CYAQC%3BIAAU%2CWAAA%3BIAAa%2CcAAA%3BIAAgB%2CkBAAA%3B%3BEAEtC%2CYADD%2COACE%3BEAAS%2CYADX%2COACY%3BEAAU%2CYADtB%2COACuB%3BIAAa%2CaAAA%3B%3BEAVrC%2CYAYC%2CmBAAmB%2CYAAY%2CSAAS%2CQAAO%3BEAZhD%2CYAaC%2CwBAAwB%2CYAAY%2CSAAS%2CQAAO%3BIAAW%2CkBAAA%3BIAAoB%2CmBAAA%3BIAAqB%2CgBAAA%3BIAAkB%2CeAAA%3B%3BEAb3H%2CYAcC%2CmBAAmB%2CYAAY%2CYAAW%3BEAd3C%2CYAeC%2CwBAAwB%2CYAAY%2CYAAW%3BIAAO%2CWAAA%3BIAAa%2CeAAA%3BIAAiB%2CgBAAA%3BIAAkB%2CcAAA%3B%3BEAfvG%2CYAgBC%2CkBAAkB%2CYAAY%2COAAM%2CIAAK%3BEAhB1C%2CYAiBC%2CkBAAkB%2CQAAQ%2COAAM%2CIAAK%3BIAAe%2CUAAA%3B%3BEAjBrD%2CYAmBC%2CUAAU%2CYAAY%3BIAAW%2CeAAA%3B%3BEAnBlC%2CYAoBC%2CUAAU%2CKAAK%3BIAAS%2CaAAA%3B%3BEApBzB%2CYAqBC%2CmBAAmB%3BEArBpB%2CYAsBC%2CwBAAwB%3BEAtBzB%2CYAuBC%2CmBAAmB%3BEAvBpB%2CYAwBC%2CwBAAwB%3BIAA0B%2CeAAA%3B%3BEAxBnD%2CYAyBC%2CmBAAmB%2CYAAY%2COAAM%3BEAzBtC%2CYA0BC%2CwBAAwB%2CYAAY%2COAAM%3BIAAO%2CmBAAA%3B%3BEA1BlD%2CYA4BC%2CkBAAkB%3BEA5BnB%2CYA4BgC%2CkBAAkB%3BIAAU%2CeAAA%3BIAAiB%2CcAAA%3B%3B%3BEAK7E%2CaACC%2CeACC%3BIAAQ%2CWAAA%3B%3BEACP%2CaAFF%2CeACC%2CMACE%2CUAAU%3BIAAS%2CWAAA%3B%3BEAIvB%2CQAAQ%2CqBAAsB%2CeAAe%2CcAAc%3BIAAwB%2CWAAA%3B%3BEAEnF%2CcAEC%3BEADD%2CMAAM%2COAAO%2CoBACZ%3BIAAgB%2CiBAAA%3BIAAmB%2CmBAAA%3B%3BEAFpC%2CcAEC%2CcACC%3BEAFF%2CMAAM%2COAAO%2CoBACZ%2CcACC%3BIAAwB%2CkBAAA%3B%3BEAGvB%3BIAAsB%2CwBAAA%3B%3BEAEzB%2CcAAe%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%3BEAClE%2CMAAM%2COAAO%2CoBAAqB%2CqBAAqB%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%3BEAC1G%2CcAAe%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%3BEAClE%2CMAAM%2COAAO%2CoBAAqB%2CqBAAqB%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%3BEAC1G%2CcAAe%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%3BEAClE%2CMAAM%2COAAO%2CoBAAqB%2CqBAAqB%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%3BEAC1G%2CcAAe%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%3BEAClE%2CMAAM%2COAAO%2CoBAAqB%2CqBAAqB%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%3BEAC1G%2CcAAe%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%3BEAClE%2CMAAM%2COAAO%2CoBAAqB%2CqBAAqB%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%3BEAC1G%2CcAAe%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%3BEAClE%2CMAAM%2COAAO%2CoBAAqB%2CqBAAqB%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%3BIAAsB%2CsBAAA%3BIAAwB%2CuBAAA%3BIAAyB%2C4BAAA%3B%3BEAEjL%2CMAAO%2CKAAI%2CIAAI%3BIAAkB%2CmBAAA%3B%3B%3BAAqclC%2CQAlc0B%3BEACzB%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CSAAS%3BIAAU%2CeAAA%3B%3BEACxF%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CSAAS%2CQAAQ%3BIAAO%2CcAAA%3B%3BEAE7F%2CwBAAyB%2CoBAAoB%2CyBAAyB%2CWAAU%3BIAAO%2CgBAAA%3B%3BEACvF%2CwBAAyB%2CeAAe%2CcAAa%2CIAAI%3BIAAkB%2C8BAAA%3B%3BEAC3E%2CwBAAyB%2CgBAAe%2CqBAAsB%3BIAAK%2CgBAAA%3BIAAkB%2CwBAAA%3BIAA0B%2CgCAAA%3BIAAkC%2C4BAAA%3B%3BEAC9I%2CwBAAyB%2CgBAAe%2CqBAAsB%2CGAAE%2CYAAY%3BEAAK%2CwBAAyB%2CgBAAe%2CqBAAsB%2CGAAE%2CYAAY%3BEAC7J%2CwBAAyB%2CgBAAe%2CqBAAsB%2CGAAE%2CYAAY%3BIAAM%2CgBAAA%3B%3BEAErF%2CiBAAkB%2CsBAAsB%2CYAAY%2COAAM%3BIAAO%2CSAAA%3B%3BEACjE%2CiBAAkB%2CsBAAsB%2CYAAY%3BIAA4B%2CWAAA%3B%3BEAEhF%2CwBAAyB%2CSAAQ%2CeAAgB%3BIAAQ%2CeAAA%3B%3BEACzD%2CwBAAyB%2CwBAAuB%2CeAAgB%3BIAAU%2C4BAAA%3B%3BEAC1E%2CwBAAyB%2CkBAAkB%3BIAAU%2CUAAA%3B%3BEACrD%2CwBAAyB%2CkBAAkB%3BIAAgB%2C0BAAA%3B%3BEAC3D%2CwBAAyB%2CkBAAkB%2CoBAAmB%3BEAAQ%2CwBAAyB%2CkBAAkB%2CYAAY%2CoBAAmB%3BEAChJ%2CwBAAyB%2CkBAAkB%2CoBAAmB%3BEAAQ%2CwBAAyB%2CkBAAkB%2CYAAY%2CoBAAmB%3BIAAS%2CWAAA%3BIAAa%2CYAAA%3B%3BEACtK%2CwBAAyB%3BIAAe%2CSAAA%3B%3BEACxC%2CwBAAyB%2CaAAa%3BIAAK%2CeAAA%3B%3BEAC3C%2CwBAAyB%3BIAAuB%2CiBAAA%3BIAAmB%2C4BAAA%3B%3BEAEnE%2CgBAAiB%3BIAAM%2CaAAA%3B%3BEACvB%2CwBAAyB%2CiBAAiB%2CsBAAqB%3BIAAU%2CUAAA%3BIAAY%2CWAAA%3BIAAa%2CYAAA%3B%3BEAClG%2CaAAc%3BIAAiB%2CsBAAA%3B%3BEAC%5C%2FB%2CaAAc%2CeAAe%3BIAAS%2CmBAAA%3B%3BEACtC%2CaAAc%3BIAAS%2C2BAAA%3B%3BEACvB%2CaAAc%2CeAAe%3BIAAgB%2CgBAAA%3B%3BEAC7C%2CwBAAyB%2CeAAc%3BIAAU%2CWAAA%3BIAAa%2CaAAA%3BIAAe%2CUAAA%3B%3BEAC7E%2CwBAAyB%2CeAAc%3BIAAS%2CYAAA%3BIAAc%2CaAAA%3BIAAe%2CUAAA%3B%3BEAC7E%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CSAAS%2CQAAQ%3BIAAM%2CSAAA%3B%3BEAC5F%3BIAAY%2CWAAA%3B%3BEACZ%2CSAAU%3BIAAM%2CgBAAA%3B%3BEAChB%2CSAAU%3BIAAM%2CgBAAA%3B%3BEAEhB%2CUAAU%3BEAAS%2CYAAY%3BIAAU%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CSAAA%3B%3BEACpE%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BIAAe%2C4BAAA%3B%3BEACjF%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%3BIAAU%2C0BAAA%3B%3BEACvE%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BIAAO%2CaAAA%3B%3BEAC5E%2CwBAAyB%2CoBAAoB%2CeAAe%3BIAAe%2CeAAA%3B%3BEAC3E%2CwBAAyB%2CmBAAkB%3BIAAU%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CUAAA%3B%3BEAChF%2CwBAAyB%2CeAAe%2COAAM%2CWAAY%3BIAAU%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACrF%2CwBAAyB%2CeAAe%2COAAM%2CWAAY%3BIAAS%2C0BAAA%3BIAA4B%2C4BAAA%3BIAA8B%2CgBAAA%3B%3BEAC7H%2CcAAe%3BIAAgB%2CgBAAA%3B%3BEAE%5C%2FB%2CuBAAwB%2CgBAAe%2CeAAgB%2CmBAAmB%3BEAC1E%2CkBAAmB%2CgBAAe%2CeAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3BEAEzF%2CcAAe%3BIAAgB%2C8BAAA%3B%3BEAE%5C%2FB%2CuBAAwB%2CSAAS%2CUAAU%3BIAAQ%2CsBAAA%3B%3BEACnD%2CuBAAwB%2CSAAS%3BIAAa%2CgBAAA%3B%3BEAC9C%2CuBAAwB%3BIAAY%2CWAAA%3B%3BEAEpC%2CuBAAwB%2CkBAAkB%3BIAAiB%2CiCAAA%3BIAAmC%2CyCAAA%3BIAA2C%2CqCAAA%3B%3BEACzI%2CuBAAwB%2CkBAAkB%2CeAAe%3BIAAS%2CmBAAA%3B%3BEAElE%2CuBAAwB%3BIAAa%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CUAAA%3BIAAY%2CmBAAA%3B%3BEACrF%2CuBAAwB%2CWAAW%3BIAAO%2CeAAA%3B%3BEAE1C%2CwBAAyB%2CiBAAiB%2CMAAM%2CeAAe%3BIAAe%2CeAAA%3B%3BEAC9E%2CwBAAyB%2CiBAAiB%2CeAAe%3BIAAS%2C0BAAA%3B%3BEAClE%2CwBAAyB%2CiBAAiB%3BIAAmB%2CaAAA%3B%3BEAC7D%2CwBAAyB%2CiBAAiB%2CiBAAiB%2CeAAe%3BIAAU%2C6BAAA%3B%3BEACpF%2CwBAAyB%2CiBAAiB%2CcAAc%3BIAAI%2CeAAA%3B%3BEAC5D%2CwBAAyB%2CiBAAiB%3BIAAgB%2CeAAA%3B%3BEAE1D%2CcAAc%3BIAAU%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3B%3BEAChF%2CcAAc%2COAAQ%3BEAAU%2CcAAc%2COAAQ%3BEAAc%2CcAAc%2COAAQ%2CEAAC%3BIAAe%2CkBAAA%3B%3BEAC1G%2CcAAc%2COAAQ%3BIAAW%2CmBAAA%3B%3BEAEjC%2CiBAAiB%2COAAQ%3BIAAiB%2CwBAAA%3B%3BEAC1C%2CiBAAiB%2COAAQ%3BIAAO%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACjD%2CiBAAiB%2COAAQ%2CQAAO%3BIAAQ%2CoBAAA%3B%3BEACxC%2CiBAAiB%2COAAQ%3BIAAa%2CeAAA%3B%3BEACtC%2CiBAAiB%2COAAQ%2CgBAAgB%3BIAAqB%2CWAAA%3BIAAa%2C6BAAA%3BIAA%2BB%2CeAAA%3B%3BEAC1G%2CiBAAiB%2COAAQ%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3BIAAiB%2CkBAAA%3B%3BEACjG%2CiBAAiB%2COAAQ%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3BEAEhF%2CiBAAkB%3BIAAmB%2C0BAAA%3BIAA4B%2C4BAAA%3B%3BEACjE%3BIAAiB%2CgBAAA%3B%3BEACjB%2CQAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAO%2CMAAK%2CMAAM%2CsBAAuB%2CGAAE%3BEAAQ%2CQAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAO%2CMAAK%2CMAAM%2CsBAAuB%2CGAAE%3BIAAQ%2CWAAA%3B%3BEAC9K%2CQAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%2CMAAO%2CMAAK%2CMAAM%2CsBAAuB%2CGAAE%3BIAAS%2CwBAAA%3B%3BEAExF%2CwBAAyB%2CQAAO%2CKAAM%2CkBAAoB%3BIAAoB%2CSAAA%3B%3BEAC9E%2CiBAAiB%3BIAAU%2C%2BBAAA%3B%3BEAC3B%2CiBAAiB%2COAAQ%3BEAAe%2CiBAAiB%2COAAQ%3BIAAgB%2CeAAA%3BIAAiB%2CyBAAA%3B%3BEAClG%2CiBAAiB%2COAAO%3BIAAS%2CeAAA%3BIAAiB%2CWAAA%3BIAAa%2CoBAAA%3B%3BEAC%5C%2FD%2CeAAgB%2CoBAAoB%3BIAAM%2CyBAAA%3B%3BEAC1C%2CeAAgB%3BIAAsB%2CyBAAA%3BIAA2B%2C0BAAA%3B%3BEACjE%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%2COAAO%3BIAAa%2CeAAA%3B%3BEAC5G%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%3BEACjG%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%3BIAAsB%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3B%3BEAElJ%2CkBAAmB%2CgBAAgB%2CeAAe%3BIAAQ%2CkBAAA%3BIAAoB%2CgBAAA%3B%3BEAC9E%2CoBAAqB%3BEAAiB%2CkBAAmB%3BIAAkB%2CmBAAA%3B%3BEAE3E%2CuBAAwB%2CUAAU%3BEAAqB%2CuBAAwB%2CUAAU%3BIAAsB%2CiBAAA%3B%3BEAC%5C%2FG%2CeAAe%3BIAAmB%2CsBAAA%3BIAAwB%2CoBAAA%3B%3BEAC1D%2CeAAe%2CgBAAiB%3BIAAK%2CUAAA%3BIAAY%2CmBAAA%3B%3BEACjD%2CeAAe%2CgBAAiB%2CGAAE%3BIAAgB%2CgBAAA%3B%3BEAClD%2CeAAe%2CgBAAiB%2CoBAAoB%3BEAAY%2CeAAe%2CgBAAiB%2CoBAAoB%3BIAAU%2CcAAA%3B%3BEAC9H%2CeAAe%2CgBAAiB%2CoBAAoB%3BIAAa%2C0BAAA%3B%3BEACjE%2CeAAe%2CgBAAiB%2CoBAAmB%2CcAAe%2CQAAQ%3BEAAU%2CeAAe%2CgBAAiB%2CoBAAmB%2CaAAc%2CQAAQ%3BIAAW%2CWAAA%3BIAAa%2CYAAA%3B%3BEACrL%2CeAAe%2CgBAAiB%2CoBAAmB%2CcAAe%3BEAAS%2CeAAe%2CgBAAiB%2CoBAAmB%2CaAAc%3BIAAU%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3B%3BEAEjL%2CuBAAwB%2CeAAe%2CcAAc%3BIAAa%2CSAAA%3B%3BEAClE%2CuBAAwB%2CcAAc%2CWAAW%3BEACjD%2CuBAAwB%2CeAAe%3BEACvC%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BEACnE%2CuBAAwB%2CeAAe%2CcAAc%2CmBAAmB%3BIAAI%2CeAAA%3B%3BEAC5E%2CuBAAwB%2CkBAAkB%2CSAAQ%3BIAAS%2CgBAAA%3BIAAkB%2COAAA%3BIAAS%2CQAAA%3BIAAU%2CkBAAA%3B%3BEAChG%2CuBAAwB%2CiBAAiB%3BIAAgB%2CgBAAA%3B%3BEAEzD%3BIAAuB%2CaAAA%3B%3BEAEvB%2CuBAAwB%2CgBAAe%2CqBAAsB%3BIAAK%2CcAAA%3B%3BEAClE%2CuBAAwB%2CgBAAe%2CqBAAsB%2CGAAE%3BIAAiB%2CmBAAA%3B%3BEAChF%2CuBAAwB%2CiBAAiB%3BIAA4B%2CsBAAA%3B%3BEACrE%2CuBAAwB%2CiBAAiB%2CoBAAmB%3BIAAiB%2CgBAAA%3BIAAkB%2CQAAA%3BIAAU%2CsBAAA%3BIAAwB%2CcAAA%3BIAAgB%2CkBAAA%3B%3BEACjJ%2CuBAAwB%2CiBAAiB%2CoBAAmB%3BIAAgB%2CeAAA%3BIAAiB%2CQAAA%3BIAAU%2CsBAAA%3BIAAwB%2CcAAA%3BIAAgB%2CkBAAA%3B%3BEAC%5C%2FI%2CuBAAwB%2CwBAAwB%2CMAAM%2CYAAY%3BIAAM%2CWAAA%3B%3BEACxE%2CuBAAwB%2CiBAAiB%3BIAAsB%2CsBAAA%3B%3BEAC%5C%2FD%2CuBAAwB%2CwBAAwB%2CMAAM%3BIAAa%2CeAAA%3BIAAiB%2CkBAAA%3B%3BEACpF%2CuBAAwB%2CgBAAgB%3BIAAU%2CiBAAA%3B%3BEAElD%2CuBAAwB%2CgBAAe%2CqBAAsB%3BIAAK%2CmBAAA%3B%3BEAClE%2CuBAAwB%2CgBAAe%2CqBAAsB%2CGAAE%2CYAAY%3BIAAM%2CgBAAA%3B%3BEACjF%2CuBAAwB%2CkBAAkB%3BIAAU%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEACrE%2CuBAAwB%3BIAAgB%2CiBAAA%3BIAAmB%2CeAAA%3BIAAiB%2C0BAAA%3B%3BEAE5E%2CuBAAwB%2CeAAe%2CcAAc%3BEAAQ%2CuBAAwB%2CeAAe%2CcAAc%3BIAAa%2CSAAA%3B%3BEAC%5C%2FH%2CuBAAwB%2CeAAe%2CcAAc%2CWAAW%3BEAAQ%2CuBAAwB%2CeAAe%2CcAAc%3BIAAS%2CcAAA%3B%3BEACtI%2CuBAAwB%2CeAAe%2CcAAc%3BIAAS%2CiBAAA%3B%3BEAE9D%2CiBAAkB%3BIAAsB%2CaAAA%3B%3BEAExC%2CuBAAwB%2CyBAAyB%2CeAAe%2CcAAc%2CoBAAoB%3BIAA4B%2CsBAAA%3B%3BEAC9H%2CuBAAwB%2CyBAAyB%2CeAAe%2CcAAc%3BIAAyB%2CkCAAA%3B%3BEAEvG%2CuBAAwB%2CIAAG%2CwBAAyB%2CiBAAiB%2CGAAE%2CWAAY%2CEAAC%3BIAAa%2C0BAAA%3B%3BEACjG%2CuBAAwB%2CIAAG%2CwBAAyB%2CiBAAiB%2CGAAE%2CWAAW%2CeAAgB%2CEAAC%2CUAAU%3BIAAS%2CeAAA%3B%3BEAEtH%2CYAAa%2CiBAAiB%3BIAAK%2CsBAAA%3B%3BEACnC%2CYAAa%2CiBAAiB%3BIAAS%2CeAAA%3BIAAiB%2C0CAAA%3B%3BEACxD%2CYAAa%2CiBAAiB%3BEAAQ%2CYAAa%2CgBAAgB%3BIAAS%2CYAAA%3BIAAc%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAC3G%2CYAAa%2CgBAAgB%3BIAAS%2CqBAAA%3B%3BEACtC%2CYAAa%2CYAAY%2CyBAAyB%3BIAAiB%2CYAAA%3BIAAc%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CsBAAA%3B%3BEACrH%2CYAAa%2CYAAY%2CyBAAyB%2CeAAe%2CIAAI%3BIAAI%2CsCAAA%3B%3BEAEzE%2CmBAAmB%2COAAO%2CcAAc%2C0BAA2B%2CaAAa%2CgBAAgB%3BIAAqB%2CWAAA%3BIAAa%2C4BAAA%3B%3BEAClI%2CmBAAmB%2COAAO%2CcAAc%2C0BAA2B%2CaAAa%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3BEACvI%2CmBAAmB%2COAAO%2CcAAc%2C0BAA2B%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3BEAC1H%2CmBAAmB%2COAAO%2CcAAc%2C0BAA2B%2CgBAAgB%3BIAAqB%2CeAAA%3B%3BEAExG%2CuBAAwB%2CsBAAqB%2CeAAgB%2CGAAE%3BIAAgB%2CmBAAA%3B%3BEAE%5C%2FE%2CqBAAsB%3BIAAO%2CeAAA%3B%3BEAE7B%2CuBAAwB%2CgBAAgB%3BIAAO%2CeAAA%3B%3BEAC%5C%2FC%2CuBAAwB%2CgBAAgB%3BIAAI%2CcAAA%3BIAAgB%2CaAAA%3BIAAe%2CeAAA%3B%3BEAE3E%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BIAAsB%2CkBAAA%3B%3BEACjF%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%2CoBAAoB%2CIAAI%3BIAAI%2C0BAAA%3B%3BEACvF%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%2CoBAAoB%3BIAAM%2CgBAAA%3B%3BEACrF%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BIAAU%2C0BAAA%3BIAA4B%2CiBAAA%3B%3BEAEjG%2CUAAW%2CaAAa%3BIAAyB%2C0BAAA%3B%3BEAEjD%2CiBAAkB%2CYAAY%2COAAM%2CIAAK%3BEAAc%2CiBAAkB%2CQAAQ%2COAAM%2CIAAK%3BEAC5F%2CiBAAkB%2CYAAY%2COAAM%2CIAAK%2CIAAG%3BEAAa%2CiBAAkB%2CQAAQ%2COAAM%2CIAAK%2CIAAG%3BIAAc%2CeAAA%3B%3BEAE%5C%2FG%2CUAAW%3BIAAkB%2CoBAAA%3B%3BEAE7B%2CoBAAqB%2CkBAAkB%2CsBAAsB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%2CUAAU%2CQAAO%3BIAAa%2CeAAA%3BIAAiB%2C0BAAA%3B%3BEAEpL%2COAAO%2CKAAM%2CkBAAoB%3BIAAoB%2CcAAA%3B%3BEACrD%2COAAO%2CKAAM%2COAAO%2CMAAM%2CEAAC%3BEAAO%2COAAO%2CKAAM%2COAAO%2CMAAM%3BEAAS%2COAAO%2CKAAM%2COAAO%2CMAAM%2COAAM%3BIAAQ%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3B%3BEACxI%2COAAO%2CKAAM%2CkBAAoB%3BEAAmB%2COAAO%2CKAAM%2CkBAAoB%2CoBAAkB%3BEAAiB%2COAAO%2CKAAM%2CkBAAoB%2CoBAAkB%3BEAAU%2COAAO%2CKAAM%2CkBAAoB%2CoBAAkB%3BEACxO%2CSAAS%2CQAAW%2CoBAAkB%3BIAAS%2CcAAA%3B%3BEAC%5C%2FC%2CSAAS%2CQAAW%2CoBAAkB%2COAAM%3BIAAW%2CgBAAA%3BIAAkB%2CwBAAA%3B%3BEAEzE%2CiBAAkB%3BIAAQ%2C2BAAA%3B%3BEAC1B%2CgBAAiB%2CgBAAgB%3BIAAgB%2C0BAAA%3B%3BEACjD%2CgBAAiB%3BIAAiB%2C0BAAA%3BIAA4B%2C4BAAA%3B%3BEAC9D%2CgBAAiB%3BIAAgB%2C0BAAA%3BIAA4B%2CiBAAA%3B%3BEAC7D%2CgBAAiB%3BIAAe%2C2BAAA%3B%3BEAChC%2CgBAAiB%2CcAAc%3BIAAa%2CqBAAA%3B%3BEAC5C%2CuBAAwB%3BIAAU%2CiBAAA%3B%3BEAElC%2CqBAAsB%3BIAA0B%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3BIAA4B%2CuBAAA%3BIAAyB%2C%2BBAAA%3B%3BEAC7J%2CkBAAmB%2CSAAQ%2CUAAU%3BIAAO%2CcAAA%3B%3BEAE5C%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAAG%2CGAAE%2CSAAS%3BEAC7F%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAAG%2CGAAE%2CSAAS%3BIAAW%2CgBAAA%3B%3BEAExG%2CaAAc%3BIAAU%2CyBAAA%3BIAA2B%2CiCAAA%3BIAAmC%2C6BAAA%3BIAA%2BB%2CeAAA%3B%3BEAErH%2CuBAAwB%2CsBAAsB%3BIAAK%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3B%3BEAC3G%2CuBAAwB%2CsBAAsB%2CGAAG%3BIAAK%2CWAAA%3B%3BEACtD%2CuBAAwB%2CsBAAsB%2CGAAG%2CGAAG%3BIAAQ%2CeAAA%3BIAAiB%2C6BAAA%3B%3BEAC7E%2CuBAAwB%2CsBAAsB%2CGAAG%2CGAAE%2CaAAc%3BIAAQ%2CgBAAA%3B%3BEAEzE%2CqBAAsB%3BIAAK%2CiBAAA%3B%3BEAC3B%2CUAAW%2CkCAAkC%2CgBAAgB%3BIAAwB%2CcAAA%3B%3BEAErF%2CeAAgB%3BEAAa%2CuBAAwB%3BIAAc%2CgBAAA%3B%3BEAEhE%2CaAAc%2COAAO%3BIAAgB%2CaAAA%3B%3BEACrC%2CiBAAiB%2CsBACb%2CMACI%2CcAAc%3BIAAa%2CgBAAA%3BIAAkB%2CkBAAA%3B%3BEAFrD%2CiBAAiB%2CsBACb%2CMAEI%2CcAAc%3BIAAiB%2CgBAAA%3B%3BEAHvC%2CiBAAiB%2CsBACb%2CMAGI%2CcAAa%3BIAAU%2CcAAA%3B%3BEAJ%5C%2FB%2CiBAAiB%2CsBACb%2CMAII%2CcAAc%2CeAAe%3BIAAI%2CqBAAA%3B%3BEALzC%2CiBAAiB%2CsBACb%2CMAKI%2CcAAc%3BIAAa%2CeAAA%3BIAAiB%2CgBAAA%3BIAAkB%2CgBAAA%3BIAAkB%2CUAAA%3BIAAY%2CkBAAA%3BIAAoB%2CcAAA%3B%3BEAG3H%2CaAAc%3BIAAa%2CqBAAA%3B%3BEACxB%2CaAAc%3BIAAiB%2CgBAAA%3B%3BEAC%5C%2FB%2CaAAc%2CeAAe%3BIAAI%2CqBAAA%3B%3BEACjC%2CkBAAmB%3BIAAgB%2C4BAAA%3B%3BEAC%5C%2FB%2CkBADe%2CcACd%3BIAAU%2CeAAA%3BIAAiB%2CSAAA%3BIAAW%2CUAAA%3B%3BEAE3C%2CkBAAmB%2CcAAc%3BIAAa%2CeAAA%3BIAAiB%2CgBAAA%3BIAAkB%2CgBAAA%3B%3BEACjF%2CiBAAiB%2CuBACb%2CcAAc%3BIAAa%2CeAAA%3BIAAiB%2CgBAAA%3BIAAkB%2CgBAAA%3BIAAkB%2CqBAAA%3B%3BEADpF%2CiBAAiB%2CuBAEb%2CcAAc%3BIAAa%2CgBAAA%3BIAAkB%2CkBAAA%3B%3BEAFjD%2CiBAAiB%2CuBAGb%2CcAAc%3BIAAiB%2CgBAAA%3B%3BEAHnC%2CiBAAiB%2CuBAIb%2CcAAc%2CeAAe%3BIAAI%2CqBAAA%3B%3BEAGrC%2CmBAAmB%2COAAO%2CcAAc%2C0BACpC%3BIAAe%2CkBAAA%3B%3BEAGnB%2CuBAAuB%2CgBACnB%2CeAAc%2CqBAAsB%3BIAAK%2CWAAA%3BIAAa%2CeAAA%3BIAAiB%2CaAAA%3B%3BEAD3E%2CuBAAuB%2CgBACnB%2CeAAc%2CqBAAsB%2CGAChC%2CMAAM%3BIAAK%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEAItC%2CiBAAC%2CYAAY%2CcAAe%3BIAAiD%2C8BAAA%3B%3BEAD3E%2CiBAEF%2COAAO%2CoBAAoB%3BIAAM%2CeAAA%3BIAAiB%2CsBAAA%3B%3BEAFhD%2CiBAGF%2CkBAAkB%2CYAAY%2COAAM%3BIAAO%2CwBAAA%3B%3BEAG5C%2C0BACC%2CSAAQ%2CMAAO%2CcAAc%3BIAAc%2CWAAA%3B%3BEAEzC%2COAAO%2CKAAM%2CkBACT%3BEADJ%2COAAO%2CKAAM%2CkBAET%3BIAAW%2CaAAA%3B%3BEAGlB%2CkBAAmB%2CcAAa%3BIAAS%2CcAAA%3B%3BEACzC%2CuBAAuB%2CeAAgB%3BIAAU%2CiBAAA%3B%3BEAEjD%2CaAAc%3BIAA2B%2CcAAA%3B%3BEACzC%2CaAAc%3BIAA6B%2CcAAA%3B%3BEAC3C%2CaAAc%3BEACd%2CaAAc%2CcAAc%3BIAAuB%2CiBAAA%3BIAAmB%2CkBAAA%3B%3BEACtE%2CeAAgB%2CeAAe%2CWAAS%3BIAAW%2CcAAA%3BIAAgB%2CeAAA%3B%3B%3BEAGnE%2CcACC%2CcACC%2CkBACC%3BIAAiB%2CeAAA%3BIAAiB%2CYAAA%3BIAAc%2CWAAA%3BIAAa%2CkBAAA%3BIAAoB%2C4BAAA%3B%3BEAHpF%2CcACC%2CcACC%2CkBAEC%2CeAAc%3BIAAQ%2C4BAAA%3BIAA8B%2CcAAA%3BIAAgB%2CYAAA%3BIAAc%2CWAAA%3BIAAa%2CeAAA%3B%3BEAJlG%2CcACC%2CcAMC%3BIAAc%2CgBAAA%3B%3BEAPhB%2CcACC%2CcAMC%2CYACC%3BIAAa%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEARjC%2CcACC%2CcASC%2CoBACC%3BIAA2B%2CsBAAA%3B%3BEAX9B%2CcACC%2CcASC%2CoBAEC%3BIAAM%2CWAAA%3B%3BEAZT%2CcACC%2CcAcC%2CmBAAmB%3BIAAI%2CeAAA%3B%3BEAfzB%2CcACC%2CcAeC%3BIAAa%2CaAAA%3B%3BEAIb%2CcADD%2CiBACE%2CcACA%3BIAAgB%2CYAAA%3BIAAc%2CgBAAA%3BIAAkB%2CcAAA%3B%3BEAC%5C%2FC%2CcAHH%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAC%5C%2FB%2CcAJH%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CgBAAA%3B%3BEAC7B%2CcALH%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CgBAAA%3B%3BEAJ%5C%2FB%2CcADD%2CiBACE%2CcACA%2CcAKC%3BIAAqB%2CWAAA%3B%3B%3BEAOzB%2CiBACC%2CYACC%3BIAAqB%2CoBAAA%3B%3BEAFvB%2CiBACC%2CYACC%2CmBACC%3BIAAoB%2C0BAAA%3B%3BEAHvB%2CiBACC%2CYACC%2CmBAEC%3BIAAoB%2C0BAAA%3B%3B%3B%3BEAQvB%2CoBAAoB%2CsBAEnB%2CQAAO%3BEADR%2C2BACC%2CQAAO%3B%3B%3BEAGL%2CoBALiB%2CsBAEnB%2CQAAO%2CKAEN%2CiBACE%2CcACA%3BEADD%2C2BAHF%2CQAAO%2CKAEN%2CiBACE%2CcACA%3BIAAgB%2CYAAA%3BIAAc%2CgBAAA%3BIAAkB%2CcAAA%3B%3BEAC%5C%2FC%2CoBAPe%2CsBAEnB%2CQAAO%2CKAEN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BEAAvB%2C2BALJ%2CQAAO%2CKAEN%2CiBACE%2CcACA%2CcACE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAC%5C%2FB%2CoBARe%2CsBAEnB%2CQAAO%2CKAEN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BEAArB%2C2BANJ%2CQAAO%2CKAEN%2CiBACE%2CcACA%2CcAEE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CgBAAA%3B%3BEAC7B%2CoBATe%2CsBAEnB%2CQAAO%2CKAEN%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CMAAM%2CIAAI%3BEAAvB%2C2BAPJ%2CQAAO%2CKAEN%2CiBACE%2CcACA%2CcAGE%2CYAAY%2CMAAM%2CIAAI%3BIAAQ%2CWAAA%3B%3BEAC%5C%2FB%2CoBAVe%2CsBAEnB%2CQAAO%2CKAEN%2CiBACE%2CcACA%2CcAIE%2CYAAY%2CIAAI%2CIAAI%3BEAArB%2C2BARJ%2CQAAO%2CKAEN%2CiBACE%2CcACA%2CcAIE%2CYAAY%2CIAAI%2CIAAI%3BIAAQ%2CeAAA%3B%3BEAVlC%2CoBAAoB%2CsBAEnB%2CQAAO%2CKAYN%2CeACC%2CeACC%3BEAfJ%2C2BACC%2CQAAO%2CKAYN%2CeACC%2CeACC%3BIAAgB%2CWAAA%3BIAAa%2CeAAA%3B%3B%3BEAOjC%2CeACC%3BIAAa%2C6BAAA%3BIAA%2BB%2C8BAAA%3B%3BEAD7C%2CeAEC%3BIAAgB%2CeAAA%3BIAAiB%2CkBAAA%3BIAAoB%2CWAAA%3B%3BEAFtD%2CeAGC%3BIAAiB%2CcAAA%3BIAAgB%2CkBAAA%3BIAAoB%2CmBAAA%3B%3BEAHtD%2CeAGC%2CeACC%3BIAAgB%2CSAAA%3BIAAW%2CeAAA%3B%3BEAJ7B%2CeAMC%3BIAAgB%2CcAAA%3BIAAgB%2CmBAAA%3B%3BEANjC%2CeAMC%2CcACC%3BIAA0B%2CeAAA%3B%3BEAP5B%2CeASC%2CoBACC%2COAAM%3BIAAa%2CgBAAA%3B%3BEAVrB%2CeAYC%2CQAAO%3BIAAW%2C4BAAA%3B%3BEAGnB%2C0BACC%3BEADD%2C0BAC0B%3BIAA2B%2CWAAA%3BIAAa%2CsBAAA%3B%3BEAGlE%2CiBAAiB%2CYAChB%2CmBAAmB%3BIAA0B%2CWAAA%3B%3BEAD9C%2CiBAAiB%2CYAEhB%2CmBAAmB%3BIAAsB%2CgBAAA%3B%3BEAE1C%2CiBAAkB%2CwBAAwB%3BIAAK%2C0BAAA%3BIAA4B%2CmBAAA%3B%3BEAC3E%2CiBAAkB%3BEAAyB%2CiBAAkB%3BIAAqB%2CwBAAA%3B%3BEAElF%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAAG%3BEAClF%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAAG%3BIAAK%2CiBAAA%3B%3BEAEvF%2CQACC%2COAAM%2CiBACL%2CcACC%3BIAAiB%2CgBAAA%3B%3BEAKpB%2CSAAY%3BIAAS%2CWAAA%3BIAAa%2CWAAA%3BIAAa%2CWAAA%3BIAAY%2C6BAAA%3BIAA%2BB%2CeAAA%3B%3BEAC1F%2CSAAY%3BIAAS%2CWAAA%3BIAAa%2CWAAA%3BIAAa%2CWAAA%3BIAAY%2C0BAAA%3BIAA4B%2CeAAA%3B%3BEACvF%2CSAAY%2CSAAO%3BEAAK%2CSAAY%2CSAAO%3BIAAM%2CWAAA%3B%3BEACjD%2CUAAW%3BIAAK%2CwBAAA%3B%3BEAEhB%2CQAAQ%2CKAAK%2CSAAU%2CaAAa%3BEAAO%3BIAAc%2CeAAA%3BIAAiB%2CYAAA%3BIAAc%2CkBAAA%3BIAAoB%2CcAAA%3B%3BEAE5G%2COAAO%2CcACN%2CaACC%3BIAAS%2CcAAA%3B%3BEAGX%2CcAAe%3BIAAiB%2CWAAA%3BIAAa%2CcAAA%3B%3BEAC7C%2CcACC%2CeACC%2CgBACC%3BIAAqB%2CWAAA%3BIAAa%2CiBAAA%3BIAAmB%2CyBAAA%3B%3BEAHxD%2CcACC%2CeACC%2CgBACC%2CmBACC%3BIAAoB%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CgBAAA%3BIAAkB%2CqBAAA%3B%3BEAJ9E%2CcACC%2CeACC%2CgBACC%2CmBAEC%3BIAAoB%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAMzC%2CmBAAoB%3BIAAiB%2C8BAAA%3B%3BEAErC%2CcAAe%2CuBAAuB%3BEACtC%2CcAAe%2CcAAc%3BEAAqB%2CcAAe%3BIAA2B%2CsBAAA%3B%3BEAC5F%2CcAAe%3BIAAsB%2CyBAAA%3B%3BEACrC%2CcAAe%2CcAAc%2CoBAAmB%2COAAQ%3BIAAgB%2CWAAA%3B%3BEAExE%2CiBAAkB%2CYAAY%3BEAAW%2CiBAAkB%2CQAAQ%3BIAAY%2CcAAA%3B%3BEAC%5C%2FE%2CiBAAkB%2CYAAY%2COAAM%3BIAAO%2CqBAAA%3BIAAuB%2CyBAAA%3B%3BEAClE%2CiBAAkB%2CYAAY%3BEAA2B%2CiBAAkB%2CQAAQ%3BIAA4B%2CWAAA%3BIAAa%2CUAAA%3B%3BEAC5H%2CiBAAkB%2CYAAY%3BIAAiB%2CWAAA%3BIAAa%2CUAAA%3B%3BEAC5D%2CqBAAsB%3BIAAW%2CsBAAA%3B%3BEAEjC%2CuBAAwB%3BIAAc%2CiBAAA%3B%3BEAEtC%2CaAAc%2CWAAW%3BEAAQ%2CcAAe%3BEAAe%2CcAAe%2CcAAc%2CcAAc%3BEAAG%2CcAAe%2CcAAc%2CmBAAmB%3BIAAI%2CeAAA%3B%3BEACjK%2CuBAAwB%2CeAAe%2CcAAc%2CWAAW%3BIAAS%2CeAAA%3B%3BEACzE%2CuBAAwB%2CeAAe%3BIAAgB%2CmBAAA%3B%3BEACvD%2CcAAe%2CcAAc%3BEAC7B%2CMAAM%2COAAO%2CoBAAqB%2CqBAAqB%2CcAAc%3BIAAa%2CaAAA%3BIAAe%2CqBAAA%3BIAAuB%2CiBAAA%3B%3BEACxH%2CwBACC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%3BEADzE%2CwBAEC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CUAAU%3BEAFnE%2CwBAGC%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%3BIAAU%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3B%3BEAO3G%2CcAFF%2CcACC%2CoBACE%2COACA%2CUAAU%2CQAAO%3BEADlB%2CMAHG%2COAAO%2CoBAAqB%2CqBACjC%2CcACC%2CoBACE%2COACA%2CUAAU%2CQAAO%3BIAAa%2CYAAA%3BIAAc%2CWAAA%3B%3BEAD7C%2CcAFF%2CcACC%2CoBACE%2COAEA%2CUAAU%3BEAFX%2CMAHG%2COAAO%2CoBAAqB%2CqBACjC%2CcACC%2CoBACE%2COAEA%2CUAAU%3BEAFX%2CcAFF%2CcACC%2CoBACE%2COAEmB%2CUAAU%3BEAF9B%2CMAHG%2COAAO%2CoBAAqB%2CqBACjC%2CcACC%2CoBACE%2COAEmB%2CUAAU%3BIAAsB%2CuBAAA%3BIAAyB%2CsBAAA%3B%3BEAC3E%2CcALJ%2CcACC%2CoBACE%2COAEA%2CUAAU%2CQACR%3BEAAD%2CMANC%2COAAO%2CoBAAqB%2CqBACjC%2CcACC%2CoBACE%2COAEA%2CUAAU%2CQACR%3BEAAD%2CcALJ%2CcACC%2CoBACE%2COAEmB%2CUAAU%2CoBAC3B%3BEAAD%2CMANC%2COAAO%2CoBAAqB%2CqBACjC%2CcACC%2CoBACE%2COAEmB%2CUAAU%2CoBAC3B%3BIAAU%2C4BAAA%3BIAA8B%2CuBAAA%3B%3BEAO9C%3BIAAiB%2CgBAAA%3BIAAkB%2CkBAAA%3BIAAoB%2CWAAA%3BIAAa%2C4CAAA%3BIAA8C%2CiCAAA%3BIAAmC%2CkBAAA%3B%3BEACrJ%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%3BIAAsB%2CYAAA%3BIAAc%2CcAAA%3B%3BEACrF%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAAK%3BIAAK%2CaAAA%3B%3BEACzF%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%3BEACvE%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%3BIAAK%2CcAAA%3B%3BEACpF%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAAG%2CGAAE%2CSAAS%3BEAAS%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAAG%2CGAAE%2CSAAS%3BIAAU%2CgBAAA%3BIAAkB%2CmBAAA%3BIAAqB%2CSAAS%2CcAAc%2CIAAvB%3BIAA6B%2CqBAAA%3BIAAuB%2CWAAA%3B%3BEACxS%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAAG%3BEAClF%2CcAAe%2COAAM%2CIAAI%2COAAO%2CIAAI%2CSAAS%2CIAAI%2CmBAAsB%2CQAAQ%2CKAAG%3BIAAK%2CmBAAA%3BIAAqB%2CcAAA%3BIAAgB%2CiBAAA%3B%3BEAE5H%2CcAAe%2CcAAc%2CcAAc%2CmBAAmB%3BEAAG%2CcAAe%2CcAAc%2CcAAc%3BIAAqB%2C0BAAA%3B%3BEACjI%2CwBAAyB%2CeAAe%2CcAAc%3BEACtD%2CwBAAyB%2CeAAe%2CcAAc%2CWAAW%2CeAAe%3BEAChF%2CwBAAyB%2CeAAe%2CcAAc%2CWAAW%3BIAAS%2C0BAAA%3B%3B%3BAAivB1E%2CQA9uByB%3BEACzB%3BIAAkB%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAEnC%2CcAAe%2CcAAa%2CIAAI%3BIAAkB%2CiBAAA%3BIAAmB%2CmBAAA%3B%3BEAErE%2CgBAAiB%3BIAAK%2CWAAA%3BIAAa%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEACpD%2CgBAAiB%2CGAAE%3BIAAgB%2CgBAAA%3BIAAkB%2CaAAA%3B%3BEACrD%2CgBAAiB%2CeAAc%2CMAAO%3BIAAsB%2CSAAA%3B%3BEAC5D%2CgBAAiB%2CeAAc%2CSAAU%3BIAAsB%2CmBAAA%3B%3BEAE%5C%2FD%2CwBAAyB%2CeAAe%2CcAAc%3BIAA0C%2CmBAAA%3BIAAqB%2C2BAAA%3B%3BEACrH%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CWAAU%3BIAAY%2CSAAA%3BIAAW%2CQAAA%3B%3BEACtG%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CWAAU%3BIAAa%2CUAAA%3BIAAY%2CQAAA%3B%3BEACxG%2CwBAAyB%2CiBAAiB%3BIAAK%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAChE%2CwBAAyB%2CiBAAiB%3BIAAY%2CeAAA%3B%3BEACtD%2CwBAAyB%3BIAAmB%2C6BAAA%3B%3BEAC5C%2CwBAAyB%3BIAAgB%2CuCAAA%3B%3BEACzC%2CwBAAyB%2CiBAAiB%3BIAAQ%2C6BAAA%3BIAA%2BB%2CqCAAA%3BIAAuC%2CiCAAA%3B%3BEACxH%2CwBAAyB%2CiBAAiB%3BIAAY%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEACvE%2CwBAAyB%2CiBAAiB%2CUAAU%3BEAAI%2CwBAAyB%2CiBAAiB%2CGAAG%3BIAAK%2CcAAA%3B%3BEAC1G%2CwBAAyB%2CiBAAiB%3BIAAgB%2CyBAAA%3B%3BEAC1D%2CwBAAyB%2CoBAAmB%3BIAAS%2CWAAA%3BIAAa%2CYAAA%3B%3BEAClE%2CwBAAyB%2CoBAAmB%3BIAAU%2CWAAA%3BIAAa%2CYAAA%3B%3BEACnE%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CWAAW%3BIAAa%2CkBAAA%3B%3BEAC7F%2CwBAAyB%2CkBAAkB%2CIAAG%2C0BAA2B%3BIAAmB%2C8BAAA%3B%3BEAC5F%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CWAAW%3BEAAQ%2CwBAAyB%2CeAAe%2CeAAe%2CcAAc%2CWAAW%2CeAAe%3BIAAS%2C0BAAA%3B%3BEAChM%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2CQAAS%3BIAAU%2CsBAAA%3BIAAwB%2CYAAA%3BIAAc%2CiBAAA%3B%3BEAClI%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2CQAAS%3BIAAY%2CaAAA%3B%3BEAC9F%2CwBAAwB%2CsBAAuB%2CeAAe%2CkBAAkB%2CmBAAmB%3BIAAI%2CiBAAA%3B%3BEAEvG%2CsBAAuB%2CeAAe%2CkBAAkB%3BIAAqB%2CaAAA%3B%3BEAE7E%2CwBAAyB%2CmBAAmB%3BIAA2B%2CaAAA%3B%3BEACvE%2CwBAAyB%2CeAAe%2CcAAc%3BIAAa%2CmBAAA%3BIAAqB%2C2BAAA%3BIAA6B%2CuBAAA%3B%3BEACrH%2CwBAAyB%2CgBAAe%2CqBAAsB%3BIAAa%2CsBAAA%3BIAAwB%2CkBAAA%3B%3BEAChG%2CwBAAyB%2CgBAAe%2CqBAAsB%2CKAAK%3BIAAW%2CWAAA%3BIAAa%2CYAAA%3B%3BEAC3F%2CwBAAyB%2CgBAAe%2CqBAAsB%3BIAAiB%2C8BAAA%3BIAAgC%2CsCAAA%3BIAAwC%2CkCAAA%3B%3BEACvJ%2CwBAAyB%2CgBAAe%2CqBAAsB%3BEAAM%2CwBAAyB%2CgBAAe%2CqBAAsB%2CWAAW%3BIAAI%2CeAAA%3B%3BEACjJ%2CwBAAyB%2CgBAAe%2CqBAAsB%3BIAAO%2CeAAA%3B%3BEAExE%2CwBAAyB%2CoBAAoB%2CeAAe%3BIAAS%2C0BAAA%3B%3BEACrE%2CwBAAyB%2CaAAY%3BIAAU%2CUAAA%3BIAAY%2CWAAA%3BIAAa%2CYAAA%3B%3BEACxE%2CwBAAyB%2CwBAAwB%3BIAAU%2CsBAAA%3B%3BEAC3D%2CwBAAyB%2CwBAAwB%2CQAAQ%2CGAAG%3BIAAI%2CeAAA%3B%3BEAChE%2CwBAAyB%2CwBAAwB%3BIAAmB%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACrF%2CwBAAyB%2CwBAAuB%2CeAAgB%3BIAAU%2C4BAAA%3B%3BEAC1E%2CwBAAyB%2CwBAAwB%3BIAAmB%2CcAAA%3B%3BEACpE%2CwBAAyB%2CwBAAwB%3BIAAa%2CkBAAA%3BIAAoB%2CmBAAA%3B%3BEAClF%2CwBAAyB%2CkBAAkB%3BIAAgB%2CeAAA%3B%3BEAC3D%2CwBAAyB%2CkBAAkB%2CYAAY%3BIAAI%2CeAAA%3B%3BEAC3D%2CwBAAyB%3BIAAsB%2CeAAA%3B%3BEAC%5C%2FC%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BIAAO%2CaAAA%3B%3BEAC5E%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BIAAW%2CcAAA%3B%3BEAChF%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BIAAe%2C4BAAA%3B%3BEACjF%2CwBAAyB%2CmBAAkB%3BIAAU%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CQAAA%3B%3BEAChF%2CwBAAyB%2CmBAAmB%2CgBAAgB%2CeAAe%3BIAAQ%2CiBAAA%3B%3BEACnF%2CwBAAyB%2CmBAAmB%2CgBAAgB%2CeAAe%2CMAAM%3BIAAI%2CeAAA%3B%3BEACrF%2CSAAU%3BIAAO%2CsBAAA%3B%3BEACd%2CSAAU%3BIAAiB%2C8BAAA%3B%3BEAC3B%2CSAAU%2CeAAe%3BIAAS%2CkBAAA%3B%3BEAClC%2CSAAU%2COAAO%3BIAAM%2CwBAAA%3B%3BEAC1B%2CwBAAyB%2CaAAa%3BIAAK%2CeAAA%3B%3BEAC3C%2CwBAAyB%3BIAAuB%2CiBAAA%3BIAAmB%2C4BAAA%3B%3BEACnE%2CwBAAyB%2CyBAAyB%3BIAAiB%2CmBAAA%3B%3BEACnE%2CwBAAwB%2CgBAAiB%2CyBAAwB%3BIAAU%2CUAAA%3BIAAY%2CWAAA%3BIAAa%2CYAAA%3B%3BEACpG%2CwBAAwB%2CgBAAiB%2CyBAAwB%3BIAAS%2CWAAA%3BIAAa%2CYAAA%3B%3BEAEvF%2CwBAAyB%2CkBAAkB%3BIAAgB%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAC5E%2CwBAAyB%2CkBAAkB%3BIAAsB%2CmBAAA%3B%3BEACjE%2CwBAAyB%2CkBAAkB%3BIAAsB%2CkBAAA%3B%3BEACjE%2CwBAAyB%2CkBAAkB%2CYAAY%3BIAAI%2CeAAA%3B%3BEAC3D%2CwBAAyB%2CWAAU%3BIAAS%2CWAAA%3BIAAa%2CYAAA%3B%3BEACzD%2CwBAAyB%2CkBAAkB%2CeAAe%2COAAM%3BIAAU%2CYAAA%3BIAAc%2CYAAA%3BIAAc%2CmBAAA%3B%3BEACtG%3BIAAU%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CsBAAA%3BIAAmC%2CmBAAA%3B%3BEACjF%2CwBAAyB%2CeAAe%2CoBAAmB%3BIAAiB%2CmBAAA%3B%3BEAC5E%3BIAAe%2CkBAAA%3B%3BEACf%2CwBAAyB%2CeAAe%2CoBAAmB%3BIAAiB%2CkBAAA%3BIAAoB%2CmBAAA%3B%3BEAChG%2CwBAAyB%2CeAAe%2CoBAAmB%2CcAAe%3BIAAS%2CeAAA%3B%3BEACnF%2CwBAAyB%2CeAAc%3BIAAS%2CYAAA%3BIAAc%2CYAAA%3B%3BEAC9D%2CwBAAyB%2CeAAc%3BIAAU%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CUAAA%3B%3BEAC5E%2CaAAc%3BIAAO%2CUAAA%3B%3BEACrB%2CaAAc%3BIAAW%2C8BAAA%3BIAAgC%2CmBAAA%3B%3BEACzD%2CaAAc%3BIAAO%2CgBAAA%3B%3BEACrB%2CSAAU%3BIAAM%2CgBAAA%3B%3BEAChB%2CSAAU%3BIAAM%2CeAAA%3B%3BEAChB%2CaAAc%3BIAAK%2CeAAA%3BIAAiB%2CoBAAA%3B%3BEACpC%2CaAAc%2CKAAK%3BIAAI%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACxC%2CaAAc%3BIAAU%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEAEzC%2CuBAAwB%2CgBAAgB%3BIAAO%2CcAAA%3B%3BEAE%5C%2FC%2COAAO%3BIAAU%2COAAA%3BIAAS%2CQAAA%3BIAAU%2CcAAA%3B%3BEAEpC%2CwBAAyB%2CeAAe%2COAAM%2CWAAY%3BIAAU%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACrF%2CwBAAyB%2CeAAe%2COAAM%2CWAAY%3BIAAS%2C0BAAA%3BIAA4B%2C4BAAA%3B%3BEAE%5C%2FF%2CiBAAkB%2CYAAY%3BEAA2B%2CiBAAkB%2CQAAQ%3BIAA4B%2CeAAA%3B%3BEAE%5C%2FG%2CgBAAiB%2CcAAc%2CYAAY%3BIAAM%2CsBAAA%3B%3BEACjD%2CgBAAiB%2CMAAM%3BIAAc%2CmBAAA%3B%3BEAErC%2CUAAU%3BEAAQ%2CYAAY%3BIAAS%2CWAAA%3BIAAa%2CaAAA%3BIAAe%2CUAAA%3B%3BEACnE%2CcAAe%3BIAAK%2C0BAAA%3B%3BEACpB%2CcAAe%3BIAAM%2CeAAA%3B%3BEACrB%2CQAAS%3BIAAM%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAChC%2CwBAAyB%2CmBAAkB%3BIAAU%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CUAAA%3B%3BEAChF%2CwBAAyB%2CyBAAwB%3BIAAU%2CUAAA%3BIAAY%2CYAAA%3BIAAc%2CYAAA%3B%3BEACrF%2CwBAAyB%2CaAAa%2CeAAe%3BIAAS%2C0BAAA%3B%3BEAC9D%2CYAAa%3BEAAQ%2CgBAAiB%3BIAAM%2CeAAA%3BIAAiB%2CgBAAA%3BIAAkB%2CmBAAA%3B%3BEAC%5C%2FE%2CYAAa%2CoBAAmB%3BIAAgB%2CiBAAA%3B%3BEAChD%2CYAAa%3BIAAY%2CgBAAA%3B%3BEAEzB%2CYAAY%2CQAAS%2CcAAc%3BIAAS%2CoBAAA%3B%3BEAC5C%2CYAAa%3BEAAe%2CYAAa%3BEAAgB%2CYAAa%3BIAAgB%2CkBAAA%3BIAAoB%2CmBAAA%3B%3BEAE1G%2CeAAe%2CuBAAwB%2CYAAY%3BIAAM%2CsBAAA%3B%3BEACzD%2CuBAAwB%3BIAAY%2CgBAAA%3B%3BEAEpC%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BEAC7D%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BIAAa%2C0BAAA%3BIAA4B%2CkBAAA%3B%3BEACtG%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%2CIAAI%3BEACjE%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%2CIAAI%3BIAAI%2C0BAAA%3B%3BEACrE%2CgBAAiB%2CeAAc%2CSAAU%3BEACzC%2CgBAAiB%2CeAAc%2CSAAU%3BIAAsB%2CeAAA%3B%3BEAC%5C%2FD%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BEAC7D%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BIAAa%2CmBAAA%3B%3BEAC1E%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BEAAK%2CgBAAiB%2CeAAc%2CSAAU%2CoBAAoB%3BIAAM%2CmBAAA%3B%3BEACrI%2CiBAAkB%2CiBAAiB%3BEAAS%2CiBAAkB%2CiBAAiB%3BIAAU%2CiBAAA%3B%3BEAEzF%2CuBAAwB%2CMAAM%2CYAAY%3BIAAM%2CsBAAA%3B%3BEAChD%2CuBAAwB%3BIAAkB%2C%2BBAAA%3B%3BEAE1C%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CSAAS%2CQAAO%2COAAO%2CQAAS%3BEACpG%2CuBAAwB%2CeAAe%2CeAAe%2CcAAc%2CQAAO%2COAAO%2CQAAS%3BIAAO%2CaAAA%3B%3BEAElG%2CuBAAwB%2CeAAe%2CcAAc%3BIAAqB%2C4BAAA%3B%3BEAE1E%2CwBAAyB%3BIAAkB%2CoBAAA%3B%3BEAE3C%2CuBAAwB%2CeAAe%2CcAAc%3BIAA0C%2CmBAAA%3BIAAqB%2C2BAAA%3B%3BEACpH%2CuBAAwB%2CeAAe%2CcAAc%2CWAAW%3BIAAa%2CkBAAA%3B%3BEAE7E%2CwBAAyB%2CiBAAiB%2CeAAe%3BIAAM%2CaAAA%3B%3BEAC%5C%2FD%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BIAAiB%2CeAAA%3BIAAiB%2C4BAAA%3B%3BEACpG%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%3BIAAU%2C0BAAA%3B%3BEACvE%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BIAAO%2CaAAA%3B%3BEAC5E%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BIAAW%2CcAAA%3BIAAgB%2CWAAA%3BIAAa%2CYAAA%3B%3BEAC7G%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%3BEAAS%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BIAAiB%2CYAAA%3B%3BEACzJ%3BIAAS%2C0BAAA%3B%3BEACT%3BIAAS%2C0BAAA%3B%3BEACT%2CgBAAiB%3BIAAsB%2C2BAAA%3BIAA6B%2CsBAAA%3BIAAwB%2C0BAAA%3BIAA4B%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEACzI%2CgBAAiB%2CoBAAmB%2CYAAY%3BEAAK%2CgBAAiB%2CoBAAmB%2CYAAY%3BIAAM%2CmBAAA%3B%3BEAC3G%2CgBAAiB%2CoBAAmB%3BIAAgB%2CgBAAA%3B%3BEACpD%2CgBAAiB%2CoBAAoB%3BIAAQ%2C8BAAA%3B%3BEAE7C%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BIAAW%2CcAAA%3B%3BEAChF%2CwBAAyB%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BIAAO%2CaAAA%3B%3BEAC5E%2CwBAAyB%2CsBAAsB%2CqBAAqB%2CQAAO%3BIAAc%2C4BAAA%3B%3BEAEzF%2CiBAAiB%3BIAAU%2C%2BBAAA%3B%3BEAC3B%2CiBAAiB%2COAAO%3BIAAS%2CeAAA%3BIAAiB%2CoBAAA%3BIAAsB%2CYAAA%3B%3BEACxE%2CiBAAiB%2COAAQ%3BIAAQ%2C6BAAA%3B%3BEACjC%2CiBAAiB%2COAAQ%3BEAAM%2CiBAAiB%2COAAQ%2CKAAK%3BIAAM%2CgBAAA%3B%3BEACnE%2CiBAAiB%2COAAQ%3BIAAO%2CeAAA%3B%3BEAChC%2CiBAAiB%2COAAQ%2CKAAK%3BIAAM%2CeAAA%3B%3BEACpC%2CiBAAiB%2COAAQ%3BEAAW%2CiBAAiB%2COAAQ%3BIAAY%2CsBAAA%3B%3BEACzE%2CiBAAiB%2COAAQ%3BIAAW%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CmBAAA%3B%3BEACxE%2CiBAAiB%2COAAQ%3BEAAU%2CiBAAiB%2COAAQ%3BIAAW%2CkBAAA%3B%3BEACvE%2CiBAAiB%2COAAQ%3BEAAM%2CiBAAiB%2COAAQ%3BIAAO%2CeAAA%3B%3BEAC%5C%2FD%2CiBAAiB%2COAAQ%3BIAAW%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACrD%2CiBAAiB%2COAAQ%3BEAAa%2CiBAAiB%2COAAQ%2CKAAK%3BIAAI%2CeAAA%3B%3BEACxE%2CiBAAiB%2COAAQ%3BIAAY%2CwBAAA%3B%3BEACrC%2CiBAAiB%2COAAQ%2CeAAc%2COAAQ%3BEAAqB%2CiBAAiB%2COAAQ%2CeAAc%2COAAQ%3BIAAsB%2CsBAAA%3BIAAwB%2CuBAAA%3B%3BEAEjK%2CgBAAiB%2CoBAAmB%2CcAAe%3BIAAsB%2CUAAA%3B%3BEACzE%2CgBAAiB%2CoBAAmB%2CaAAc%3BIAAsB%2CWAAA%3B%3BEAExE%2CkBAAmB%2CGAAG%3BIAAS%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAChD%2CkBAAmB%3BIAA8B%2CiBAAA%3B%3BEACjD%2CkBAAmB%3BIAAK%2CgBAAA%3BIAAkB%2CeAAA%3B%3BEAC1C%3BIAAqB%2CYAAA%3B%3BEAErB%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CQAAO%2COAAO%3BIAAa%2CeAAA%3B%3BEAC5G%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%3BEAAS%2CwBAAyB%2CeAAe%2CcAAc%2CoBAAmB%2COAAQ%2CgBAAgB%3BIAAsB%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3B%3BEAC5P%2CwBAAyB%2CyBAAyB%2CeAAe%3BEAAc%2CwBAAyB%2CyBAAyB%2CeAAe%2CEAAC%3BIAAe%2CgBAAA%3B%3BEAChK%2CwBAAyB%2CeAAe%3BIAAgB%2C8BAAA%3B%3BEACxD%2CcAAe%2CcAAc%2CoBAAoB%2CQAAO%3BIAAe%2CYAAA%3B%3BEAEvE%2CqBAAsB%2CsBAAsB%3BIAAI%2CmBAAA%3B%3BEAChD%2C0BAA2B%2CaAAa%2CcAAc%3BIAAa%2C4BAAA%3BIAA8B%2C0BAAA%3B%3BEAEjG%2CwBAAyB%2CsBAAsB%3BEAC%5C%2FC%2CwBAAyB%2CsBAAsB%3BIAAO%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEACvE%2CwBAAyB%2CsBAAsB%2CQAAQ%3BEACvD%2CwBAAyB%2CsBAAsB%2CQAAQ%3BIAAO%2CmBAAA%3B%3BEAC9D%2CwBAAyB%2CsBAAsB%3BEAC%5C%2FC%2CwBAAyB%2CsBAAsB%3BIAAW%2CWAAA%3BIAAa%2CYAAA%3B%3BEACvE%2CwBAAyB%2CgBAAe%2CqBAAsB%3BEAC9D%2CwBAAyB%2CgBAAe%2CqBAAsB%3BIAAK%2CyBAAA%3BIAA2B%2C0BAAA%3BIAA4B%2CWAAA%3B%3BEAC1H%2CwBAAyB%2CgBAAe%2CqBAAsB%2CGAAE%2CIAAI%3BEACpE%2CwBAAyB%2CgBAAe%2CqBAAsB%2CGAAE%2CIAAI%3BIAAkB%2CmBAAA%3B%3BEAEtF%2CUAAW%2CeAAe%2CKAAK%3BEAAU%2CUAAW%2CUAAU%2CKAAK%3BEAAU%2CUAAW%2CSAAS%2CKAAK%3BIAAW%2CWAAA%3BIAAa%2CYAAA%3B%3BEAE9H%2CoBAAqB%2CiBAAiB%2CeAAc%2CMAAO%3BIAAU%2CwBAAA%3B%3BEACrE%2CuBAAwB%2CsBAAsB%3BIAAW%2CWAAA%3BIAAa%2CYAAA%3B%3BEAEtE%2CuBAAwB%2CeAAe%2CiBAAgB%2CcAAe%2CcAAc%2CWAAW%3BEAC%5C%2FF%2CuBAAwB%2CeAAe%2CcAAc%2CWAAW%3BIAAS%2CeAAA%3B%3BEACzE%2CuBAAwB%2CgBAAgB%2CmBAAkB%2CIAAI%2CeAAe%3BIAAS%2CeAAA%3BIAAiB%2CWAAA%3B%3BEACvG%2CuBAAwB%2CkBAAkB%3BIAAiB%2CeAAA%3B%3BEAC3D%2CuBAAwB%2CkBAAkB%3BIAAoB%2CcAAA%3B%3BEAC9D%2CuBAAwB%2CkBAAkB%3BIAAsB%2CqBAAA%3B%3BEAChE%2CuBAAwB%2CkBAAkB%3BIAAsB%2CoBAAA%3B%3BEAChE%2CuBAAwB%2CkBAAkB%2CSAAQ%3BIAAS%2CgBAAA%3BIAAkB%2CYAAA%3B%3BEAC7E%2CSAAU%3BIAAK%2CeAAA%3B%3BEAEf%2CuBAAwB%2CeAAe%2COAAM%2CWAAY%3BIAAU%2CeAAA%3B%3BEACnE%2CuBACC%2CyBAAyB%2CeAAe%3BEADzC%2CuBAEC%2CyBAAyB%2CeAAe%2CgBAAgB%3BEAFzD%2CuBAGC%2CyBAAyB%2CeAAe%2CgBAAgB%3BEAHzD%2CuBAIC%2CyBAAyB%2CeAAe%2CgBAAgB%3BIAAgB%2CsBAAA%3BIAAwB%2C0BAAA%3BIAA4B%2CyBAAA%3B%3BEAJ7H%2CuBAKC%2CeAAe%2CcAAc%3BIAAyB%2C%2BBAAA%3B%3BEALvD%2CuBAMC%2CyBAAyB%2CSAAQ%3BIAAU%2CiBAAA%3B%3BEAG5C%2CuBAAwB%2CgBAAe%2CqBAAsB%3BIAAiB%2CuBAAA%3B%3BEAC9E%2CuBAAwB%2CgBAAe%2CqBAAsB%3BIAAK%2CeAAA%3BIAAiB%2CyBAAA%3B%3BEAEnF%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BEAAG%2CuBAAwB%2CeAAe%2CcAAc%2CmBAAmB%3BIAAI%2CeAAA%3B%3BEAClJ%2CuBAAwB%2CeAAe%2CcAAc%2CWAAW%2CWAAU%3BIAAU%2CaAAA%3B%3BEACpF%2CuBAAwB%2CeAAe%2CcAAc%2CWAAW%3BIAAa%2CeAAA%3B%3BEAC7E%2CuBAAwB%2CeAAe%2CcAAc%2CWAAW%3BIAAS%2CeAAA%3B%3BEACzE%2CuBAAwB%2CgBAAe%2CqBAAsB%2CGAAG%3BEAAI%2CuBAAwB%2CgBAAe%2CqBAAsB%2CGAAG%3BIAAM%2CiBAAA%3B%3BEAC1I%2CuBAAwB%2CgBAAe%2CqBAAsB%3BIAAQ%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3BIAAmB%2CgBAAA%3B%3BEACnH%2CuBAAwB%2CgBAAe%2CqBAAsB%2CGAAE%2CYAAY%3BIAAM%2CmBAAA%3B%3BEACjF%2CuBAAwB%3BIAAsB%2CeAAA%3B%3BEAC9C%2CuBAAwB%2CoBAAmB%3BEAC3C%2CuBAAwB%2CoBAAmB%3BIAAS%2CqBAAA%3B%3BEACpD%2CuBAAwB%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BIAAiB%2CkCAAA%3BIAAoC%2CeAAA%3B%3BEACtH%2CuBAAwB%2CoBAAoB%2CMAAK%2CUAAW%3BIAAU%2CWAAA%3BIAAa%2CeAAA%3B%3BEAEnF%2CuBAAuB%2CqBAAsB%2CiBAAiB%2CaAAa%3BIAAa%2CQAAA%3BIAAU%2CWAAA%3B%3BEAClG%2CuBAAwB%2COAAM%2CQAAS%2CeAAe%2CcAAc%2COAAM%2COAAO%3BIAAW%2CcAAA%3B%3BEAE5F%3BIAA8C%2CgBAAA%3BIAAkB%2CiBAAA%3B%3BEAEhE%2CuBAAwB%2CeAAe%2COAAM%2CWAAY%3BIAAU%2CeAAA%3B%3BEACnE%2CcAAe%2COAAM%2CWAAY%3BIAAS%2C0BAAA%3BIAA4B%2C4BAAA%3B%3BEAEtE%2CuBAAwB%3BIAAgB%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2C8BAAA%3B%3BEAC5E%2CuBAAwB%2CkBAAkB%3BIAAa%2CmBAAA%3B%3BEAEvD%2CuBAAwB%2CWAAW%3BEAAS%2CuBAAwB%2CaAAa%3BEAAY%2CuBAAwB%3BEAAY%2CuBAAwB%2CQAAO%3BIAAa%2C0BAAA%3BIAA4B%2C6BAAA%3B%3BEACzM%2CuBAAwB%2CiBAAiB%3BIAAK%2CeAAA%3B%3BEAC9C%2CuBAAwB%2CiBAAiB%2CiBAAiB%2CGAAG%3BIAAO%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CkBAAA%3B%3BEACnI%2CuBAAwB%2CgBAAgB%3BIAAe%2CaAAA%3B%3BEACvD%2CuBAAwB%2CgBAAgB%2CaAAa%3BIAAK%2CeAAA%3B%3BEAC1D%2CuBAAwB%2CgBAAgB%2CaAAa%3BIAAI%2CeAAA%3B%3BEACzD%2CuBAAwB%2CgBAAgB%2CQAAO%3BIAAa%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CiBAAA%3B%3BEAEvF%2CMAAM%2CUAAW%3BEAAQ%2CMAAM%2CUAAW%3BIAAgB%2CeAAA%3B%3BEAE1D%3BIAAqB%2CaAAA%3B%3BEACrB%2CkBAAmB%2CWAAU%2COAAO%3BEACpC%2CkBAAmB%2CWAAU%3BIAAS%2CeAAA%3B%3BEAEtC%2CuBAAwB%2CkBAAkB%2CYAAY%3BEAA2B%2CuBAAwB%2CkBAAkB%2CQAAQ%3BIAA4B%2CeAAA%3B%3BEAC%5C%2FJ%2CuBAAwB%2CkBAAkB%2CYAAY%3BEAA2B%2CuBAAwB%2CkBAAkB%2CQAAQ%3BIAA4B%2CWAAA%3B%3BEAE%5C%2FJ%3BIAAc%2CsBAAA%3B%3BEAEd%3BIAAgB%2CwBAAA%3B%3BEAChB%2CmBAAoB%3BIAAK%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEAE1C%2CuBAAwB%2CWAAW%3BEAAS%2CuBAAwB%2CaAAa%3BIAAa%2C0BAAA%3BIAA4B%2C2BAAA%3BIAA6B%2C6BAAA%3B%3BEACvJ%2CuBAAwB%2CQAAO%2CQAAQ%3BEAAQ%2CuBAAwB%2CaAAa%2CWAAU%3BIAAS%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAExH%2CiBAAkB%2CcAAc%3BIAAK%2CeAAA%3B%3BEAErC%2CuBAAwB%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BIAAe%2CeAAA%3BIAAiB%2C6BAAA%3B%3BEACjG%2CuBAAwB%2CoBAAoB%2CMAAK%2CUAAW%3BIAAU%2CWAAA%3BIAAa%2CeAAA%3B%3BEACnF%2CuBAAwB%2CoBAAoB%2CMAAK%2CUAAW%2CQAAQ%3BIAAO%2CaAAA%3B%3BEAC3E%2CuBAAwB%2CoBAAoB%2CMAAK%2CUAAW%2CQAAO%2CQAAQ%3BIAAS%2CeAAA%3B%3BEACpF%2CuBAAwB%2CgBAAe%2CqBAAsB%3BIAAK%2CyBAAA%3BIAA2B%2CiCAAA%3BIAAmC%2C6BAAA%3BIAA%2BB%2CWAAA%3B%3BEAC%5C%2FJ%2CuBAAwB%2CIAAG%2CwBAAyB%3BIAAmB%2CgBAAA%3BIAAkB%2CmBAAA%3B%3BEACzF%2CuBAAwB%2CeAAe%2CcAAc%3BIAAa%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3B%3BEAC1H%2CuBAAwB%2CeAAe%2CcAAc%2CyBAAyB%2CgBAAgB%2CeAAc%3BEAC5G%2CuBAAwB%2CeAAe%2CcAAc%2CyBAAyB%2CeAAe%2COAAI%3BIAAU%2CmBAAA%3B%3BEAE3G%2CiBAAkB%3BIAAM%2CiBAAA%3B%3BEACxB%2CiBAAkB%3BIAAK%2CeAAA%3B%3BEACvB%2CiBAAkB%3BIAAI%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CmBAAA%3B%3BEAC1D%2CiBAAkB%3BIAAW%2CQAAA%3BIAAU%2CaAAA%3B%3BEACvC%2CkBAAmB%3BIAAsB%2CmCAAA%3BIAAqC%2C2BAAA%3BIAA6B%2C%2BBAAA%3BIAAiC%2CsBAAA%3BIAAwB%2CmBAAA%3B%3BEACpK%2CkBAAmB%2CoBAAmB%3BIAAgB%2CgBAAA%3B%3BEACtD%2CoBAAqB%3BIAAM%2CaAAA%3BIAAe%2CiBAAA%3B%3BEAC1C%2CiBAAkB%2CEAAC%3BIAAU%2C6BAAA%3B%3BEAE7B%2CaAAc%3BIAAkB%2CeAAA%3BIAAiB%2CkBAAA%3BIAAoB%2CUAAA%3BIAAY%2CcAAA%3B%3BEACjF%2CaAAc%3BIAAqB%2CaAAA%3B%3BEAEnC%2CcAAe%2CcAAc%2CYAAY%2CQAAO%3BIAAW%2C0BAAA%3BIAA4B%2C6BAAA%3B%3BEAEvF%2CmBAAmB%2COAAO%2CcAAc%2C0BAA2B%3BIAAe%2CaAAA%3B%3BEAClF%2CmBAAmB%2COAAO%2CcAAc%2C0BAA2B%2CaAAa%2CgBAAgB%3BIAAqB%2CWAAA%3B%3BEACrH%2CmBAAmB%2COAAO%2CcAAc%2C0BAA2B%2CaAAa%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3BEAEvI%3BIAAW%2CeAAA%3BIAAiB%2CkBAAA%3B%3BEAE5B%2CuBAAwB%2CwBAAwB%3BIAAU%2CiBAAA%3B%3BEAE1D%2CeAAgB%2CMAAM%3BIAAc%2CcAAA%3BIAAgB%2CkBAAA%3B%3BEACpD%2CuBAAwB%2CYAAY%3BIAAI%2CcAAA%3B%3BEAExC%2CuBAAwB%2CeAAc%2CiBAAkB%2CgBAAgB%3BIAAqB%2CiBAAA%3BIAAmB%2C4BAAA%3B%3BEAChH%2CuBAAwB%2CkBAAkB%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3BIAAiB%2CyBAAA%3B%3BEAClH%2CuBAAwB%2CkBAAkB%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3BEACjG%2CuBAAwB%2CoBAAoB%3BIAAa%2CaAAA%3B%3BEACzD%2CuBAAwB%2CoBAAoB%2CMAAK%2CUAAW%2CMAAK%3BIAAe%2CiBAAA%3B%3BEAChF%2CuBAAwB%2CoBAAoB%2CMAAK%2CUAAW%3BIAAU%2CWAAA%3BIAAa%2CeAAA%3B%3BEACnF%2CuBAAwB%3BIAAwB%2C0BAAA%3B%3BEAChD%2CuBAAwB%2CgBAAe%2CqBAAsB%3BIAAiB%2C8BAAA%3BIAAgC%2CsCAAA%3BIAAwC%2CkCAAA%3BIAAoC%2CuBAAA%3BIAAoC%2C%2BBAAA%3BIAA4C%2C2BAAA%3B%3BEAC1Q%2CuBAAwB%2CsBAAsB%3BIAAa%2CeAAA%3BIAAiB%2CgBAAA%3B%3BEAC5E%2CuBAAwB%2CsBAAqB%2CeAAgB%3BIAAK%2CmBAAA%3B%3BEAClE%2CuBAAwB%2CsBAAqB%2CeAAgB%2CGAAE%3BIAAgB%2CgBAAA%3B%3BEAC%5C%2FE%2CuBAAwB%2CsBAAsB%2CWAAW%3BIAAI%2CeAAA%3B%3BEAC7D%2CuBAAwB%2CsBAAsB%2CWAAW%3BIAAI%2CeAAA%3BIAAiB%2CkBAAA%3B%3BEAE9E%2CuBAAwB%2CyBAAyB%2CeAAe%2CcAAc%3BIAAgB%2CsBAAA%3BIAAwB%2C0BAAA%3BIAA4B%2C2BAAA%3B%3BEAElJ%2CwBAAyB%2CeAAe%2CcAAc%3BIAAwB%2CkBAAA%3B%3BEAC9E%2CwBAAyB%2CeAAe%2CcAAc%3BIAAa%2CeAAA%3B%3BEACnE%2CwBAAyB%2CeAAe%2CcAAc%3BIAAqB%2CmBAAA%3BIAAqB%2C2BAAA%3BIAA6B%2CuBAAA%3B%3BEAC7H%2CwBAAyB%2CWAAW%3BIAAoB%2C0BAAA%3B%3BEACxD%2CwBAAyB%2CeAAe%2CcAAc%3BIAAwB%2CaAAA%3B%3BEAC9E%2CYAAY%2C0BAA2B%2CSAAS%2CyBAAyB%2CeAAe%2CcAAc%3BEACtG%2CYAAY%2C2BAA4B%2CSAAS%2CyBAAyB%2CeAAe%2CcAAc%3BEACvG%2CYAAY%2CiBAAkB%2CSAAS%2CyBAAyB%2CeAAe%2CcAAc%3BIAAa%2CeAAA%3B%3BEAE1G%2CqBAAsB%3BIAAS%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3BIAA4B%2CmBAAA%3BIAAqB%2C2BAAA%3BIAA6B%2CuBAAA%3B%3BEACrK%2CqBAAsB%2CMAAK%3BEAAQ%2CqBAAsB%2CMAAK%3BEAAS%2CqBAAsB%3BIAAQ%2CeAAA%3BIAAiB%2CyBAAA%3BIAA2B%2CiCAAA%3BIAAmC%2C6BAAA%3BIAA%2BB%2CkBAAA%3B%3BEACnN%2CqBAAsB%3BIAAO%2CmBAAA%3B%3BEAC7B%2CqBAAsB%2CMAAK%2CMAAM%3BEACjC%2CqBAAsB%2CMAAK%2CMAAM%3BIAAS%2CaAAA%3B%3BEAC1C%2CqBAAsB%3BIAAI%2CeAAA%3B%3BEAE1B%2CcAAe%2CyBAAyB%3BIAAqB%2CWAAA%3BIAAa%2CiBAAA%3BIAAmB%2C2BAAA%3BIAA6B%2CaAAA%3B%3BEAC1H%2CcAAe%2CyBAAyB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3BEAC%5C%2FE%2CcAAe%2CyBAAyB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3BEAE%5C%2FE%2CSAAU%3BIAAQ%2CcAAA%3BIAAgB%2CqBAAA%3BIAAuB%2CaAAA%3BIAAe%2CiBAAA%3B%3BEAExE%2CkBAAmB%3BIAAM%2CWAAA%3B%3BEAEzB%2CuBAAwB%2CeAAe%2CcAAc%2CcAAc%3BEAAG%2CuBAAwB%2CeAAe%2CcAAc%2CmBAAmB%3BIAAI%2CeAAA%3B%3BEAClJ%2CcAAe%2CcAAc%2CWAAW%3BIAAoB%2C0BAAA%3B%3BEAC5D%2CuBAAwB%3BIAAkB%2CuBAAA%3BIAAyB%2C%2BBAAA%3BIAAiC%2C2BAAA%3BIAA6B%2CeAAA%3B%3BEACjI%2CuBAAwB%2CeAAc%2COAAQ%2CoBAAoB%3BIAAM%2CsBAAA%3B%3BEACxE%2CuBAAwB%2CgBAAgB%3BIAAK%2CeAAA%3BIAAoC%2CiCAAA%3BIAAmC%2CyBAAA%3BIAA2B%2C6BAAA%3BIAA%2BB%2CiBAAA%3B%3BEAC9K%2CuBAAwB%2CgBAAgB%3BIAAO%2CeAAA%3B%3BEAC%5C%2FC%2CuBAAwB%2CgBAAgB%3BIAAK%2CeAAA%3B%3BEAE7C%2CGAAG%2C0BAA2B%2CiBAAiB%2CGAAE%2CWAAY%2CEAAC%3BIAAa%2C0BAAA%3BIAA4B%2C0BAAA%3B%3BEAEvG%2CuBAAwB%2CwBAAuB%2CeAAgB%3BIAAU%2CiBAAA%3B%3BEAEzE%2CUAAW%2CaAAa%3BIAAc%2C8BAAA%3B%3BEAEtC%2CYAAY%2C0BAA2B%2CSAAS%2CyBAG%5C%2FC%2CeAAe%3BEAFhB%2CYAAY%2C2BAA4B%2CSAAS%2CyBAEhD%2CeAAe%3BEADhB%2CYAAY%2CiBAAkB%2CSAAS%2CyBACtC%2CeAAe%3BIAAgB%2CUAAA%3B%3BEAHhC%2CYAAY%2C0BAA2B%2CSAAS%2CyBAI%5C%2FC%2CeAAe%2CcAAc%3BEAH9B%2CYAAY%2C2BAA4B%2CSAAS%2CyBAGhD%2CeAAe%2CcAAc%3BEAF9B%2CYAAY%2CiBAAkB%2CSAAS%2CyBAEtC%2CeAAe%2CcAAc%3BIAAqB%2C2BAAA%3BIAA6B%2CmBAAA%3BIAAqB%2CuBAAA%3B%3BEAJrG%2CYAAY%2C0BAA2B%2CSAAS%2CyBAK%5C%2FC%2CeAAe%2CcAAc%3BEAJ9B%2CYAAY%2C2BAA4B%2CSAAS%2CyBAIhD%2CeAAe%2CcAAc%3BEAH9B%2CYAAY%2CiBAAkB%2CSAAS%2CyBAGtC%2CeAAe%2CcAAc%3BIAAa%2CWAAA%3B%3BEAL3C%2CYAAY%2C0BAA2B%2CSAAS%2CyBAM%5C%2FC%2CeAAe%2CcAAc%3BEAL9B%2CYAAY%2C2BAA4B%2CSAAS%2CyBAKhD%2CeAAe%2CcAAc%3BEAJ9B%2CYAAY%2CiBAAkB%2CSAAS%2CyBAItC%2CeAAe%2CcAAc%3BIAAwB%2CqBAAA%3BIAAuB%2CaAAA%3BIAAe%2CiBAAA%3BIAAmB%2CWAAA%3BIAAa%2CSAAA%3B%3BEAN5H%2CYAAY%2C0BAA2B%2CSAAS%2CyBAO%5C%2FC%2CeAAe%3BEANhB%2CYAAY%2C2BAA4B%2CSAAS%2CyBAMhD%2CeAAe%3BEALhB%2CYAAY%2CiBAAkB%2CSAAS%2CyBAKtC%2CeAAe%3BIAA2B%2CuBAAA%3B%3BEAG3C%2CcAAc%2COAAQ%2CoBAAoB%3BIAAM%2CsBAAA%3B%3BEAEhD%2CmBAAoB%2CiBAAiB%3BIAAQ%2CyBAAA%3B%3BEAE7C%2CoBAAqB%3BIAAgB%2CkBAAA%3B%3BEAErC%2CcAAc%2CiBAAkB%2CgBAAgB%3BIAAqB%2CWAAA%3B%3BEACrE%2CcAAc%2CmBAAoB%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3BEACzF%2CcAAc%2CmBAAoB%2CgBAAgB%2CmBAAmB%3BIAAoB%2CeAAA%3B%3BEAEzF%2CiBAAkB%3BIAAoB%2CSAAA%3B%3BEAEtC%2CMAAM%2COAAQ%3BIAAS%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3B%3BEAC%5C%2FE%2CMAAM%2COAAQ%2COAAO%3BIAAkB%2CmBAAA%3B%3BEACvC%2CmBAAmB%2CKAAM%2CeAAe%2CcAAc%3BIAAwB%2CeAAA%3B%3BEAG5E%2CcADD%2CWACE%3BIAAY%2CSAAA%3BIAAW%2CUAAA%3B%3BEACxB%2CcAFD%2CWAEE%3BIAAa%2CSAAA%3BIAAW%2CWAAA%3B%3BEACzB%2CcAHD%2CWAGE%3BIAAgB%2CWAAA%3BIAAa%2CYAAA%3B%3BEAC9B%2CcAJD%2CWAIE%3BIAAe%2CUAAA%3BIAAY%2CYAAA%3B%3BEAC5B%2CcALD%2CWAKE%3BIAAiB%2CYAAA%3B%3BEAClB%2CcAND%2CWAME%3BIAAc%2CSAAA%3B%3BEAPjB%2CcASC%2CcAAc%3BIAAwB%2CoBAAA%3B%3BEATvC%2CcAUC%2CeAAe%2CcACd%3BEAXF%2CcAUC%2CeAAe%2CcACC%3BIAAqB%2CmBAAA%3B%3BEAItC%2CgBAAiB%2CkBAAkB%3BIAAS%2CcAAA%3BIAAgB%2CeAAA%3B%3BEAC5D%2CgBAAiB%2CkBAAkB%3BIAAQ%2CeAAA%3BIAAiB%2CUAAA%3B%3BEAC5D%2CgBAAiB%2CmBAAmB%3BIAAM%2CsBAAA%3B%3BEAC1C%2CgBAAiB%3BEAAU%2CgBAAiB%3BIAAS%2CsBAAA%3BIAAwB%2CyBAAA%3B%3BEAC7E%2CgBAAiB%3BIAAW%2CsBAAA%3BIAAwB%2CwBAAA%3B%3BEACpD%2CgBAAiB%3BIAAS%2C8BAAA%3B%3BEAC1B%2CgBAAiB%2CgBAAgB%3BEACjC%2CgBAAiB%2CgBAAgB%3BIAAgB%2C8BAAA%3B%3BEACjD%2CgBAAiB%2CgBAAgB%3BIAAgB%2C8BAAA%3B%3BEACjD%2CgBAAiB%2CaAAa%3BIAAoB%2C0BAAA%3B%3BEAClD%2CiBAAkB%2CMAAM%3BIAAgB%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3B%3BEAChG%2CiBAAkB%3BIAAkB%2C8BAAA%3B%3BEACpC%2CiBAAkB%3BIAA4B%2C0BAAA%3B%3BEAC9C%2CgBAAiB%3BEAAO%2CoBAAqB%2CeAAe%3BIAAgB%2CYAAA%3B%3BEAC5E%2CgBAAiB%2CMAAK%2CYAAY%3BEAAM%2CoBAAqB%2CeAAe%2CcAAa%2CYAAY%3BIAAO%2C2BAAA%3B%3BEAC5G%2CgBAAiB%2CMAAK%2CYAAY%3BEAAM%2CoBAAqB%2CeAAe%2CcAAa%2CYAAY%3BIAAO%2C0BAAA%3B%3BEAC5G%2CgBAAiB%2CMAAK%2CYAAY%3BIAAS%2CsBAAA%3B%3BEAC3C%2CgBAAiB%2CMAAK%2CYAAY%3BIAAS%2CsBAAA%3B%3BEAE3C%2CQAAQ%2CqBAAsB%2CQAAO%2CKAAM%2CeAAe%2CcAAc%2CUAAU%2COAAM%3BIAAO%2CcAAA%3BIAAgB%2C8BAAA%3BIAAgC%2CgBAAA%3B%3BEAE%5C%2FI%3BIAAa%2CgBAAA%3B%3BEACb%3BIAAmB%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEAEpC%2CaAAa%2COAAQ%3BEAAuB%2CaAAa%2COAAQ%3BIAAqB%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEACvG%2CaAAa%2COAAQ%3BIAAqB%2CmBAAA%3B%3BEAE1C%2CUAAW%2CSAAS%2CEAAE%3BIAAK%2CaAAA%3B%3BEAC3B%2CUAAW%3BIAAQ%2CeAAA%3BIAAiB%2CQAAA%3B%3BEACpC%2CUAAW%3BIAAW%2CkBAAA%3B%3BEAEtB%2CwBAAyB%3BIAAkB%2CoBAAA%3B%3BEAE3C%2CuBAAuB%2CqBAAsB%2C0BAA0B%2CaAAa%3BIAAS%2C0BAAA%3B%3BEAE7F%2CeAAgB%3BIAAI%2CcAAA%3BIAAgB%2CSAAA%3B%3BEACpC%2CeAAe%2CqBAAsB%3BIAAK%2CiBAAA%3B%3BEAE1C%2CWAAY%3BIAAW%2CaAAA%3BIAAe%2CqBAAA%3BIAAuB%2CiBAAA%3B%3BEAC7D%2CWAAY%3BIAAY%2CaAAA%3BIAAe%2CqBAAA%3BIAAuB%2CiBAAA%3B%3BEAE9D%2CeAAgB%2CGAAE%2CSAAU%3BEAAI%2CWAAY%3BIAAK%2CYAAA%3BIAAc%2CYAAA%3B%3BEAE%5C%2FD%2CqBAAsB%3BIAAuB%2CeAAA%3BIAAiB%2CuBAAA%3BIAAyB%2CmBAAA%3BIAAqB%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2CuBAAA%3BIAAyB%2C%2BBAAA%3B%3BEAC7L%2CqBAAsB%2CqBAAqB%2CQAAO%3BEAClD%2CqBAAsB%2CqBAAqB%2CQAAO%3BIAAc%2C%2BBAAA%3B%3BEAE7D%2CYAAe%3BIAAM%2CuBAAA%3B%3BEAArB%2CYAAe%2CMACX%3BIAAS%2CWAAA%3B%3BEAGb%2CyBAA0B%3BIAAK%2CeAAA%3B%3BEAE%5C%2FB%2CYACI%2CkBAAkB%2CYACd%2CQAAO%3BEAFf%2CYACI%2CkBAAkB%2CYAEd%3BIAAiB%2CsBAAA%3BIAAwB%2C8BAAA%3B%3BEAHjD%2CYAKI%2CmBAAmB%2CYAEf%2CSAAS%2CQAAO%3BEAPxB%2CYAMI%2CwBAAwB%2CYACpB%2CSAAS%2CQAAO%3BEAPxB%2CYAKI%2CmBAAmB%2CYAGf%2CeAAe%2CQAAO%3BEAR9B%2CYAMI%2CwBAAwB%2CYAEpB%2CeAAe%2CQAAO%3BIAAa%2CeAAA%3B%3BEAI3C%2CcAAe%3BIAAgB%2CmBAAA%3B%3BEAClC%2CcAAe%2CcAAc%3BIAAa%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3B%3BEAClG%2CcAAe%2CcAAc%2CWAAW%3BIAAa%2CgBAAA%3B%3BEAErD%2COAAO%2CKAAM%2COAAM%2CUAAW%2COAAO%3BIAAS%2CeAAA%3BIAAiB%2CeAAA%3B%3BEAE%5C%2FD%2CiBAAkB%2CkBAAkB%2CYAAY%3BIAAY%2C8BAAA%3B%3BEAC5D%2CiBAAkB%2CkBAAkB%3BIAAc%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3B%3BEAC1G%2CiBAAkB%2CkBAAkB%2CYAAY%3BIAAY%2CYAAA%3BIAAc%2CgBAAA%3B%3BEAC1E%2CiBAAkB%2CmBAAmB%2CSAAQ%2CUAAU%3BEAAM%2CiBAAkB%2CmBAAmB%2CwBAAwB%2COAAM%3BIAAa%2CWAAA%3BIAAa%2CgBAAA%3BIAAkB%2CyBAAA%3B%3BEAC5K%2CiBAAkB%3BIAA2B%2CgBAAA%3B%3BEAC7C%2CiBACC%2CkBACC%2CYACC%3BIAAY%2CcAAA%3B%3BEAHf%2CiBACC%2CkBACC%2CYAEC%2COAAM%3BEAJT%2CiBACC%2CkBACC%2CYAEa%3BIAAW%2CyBAAA%3BIAA2B%2CWAAA%3B%3BEAJrD%2CiBACC%2CkBACC%2CYAGC%3BIAAW%2CgBAAA%3B%3BEAId%2CiBAAkB%2CsBAAsB%3BIAAuB%2CoBAAA%3BIAAsB%2CgBAAA%3B%3BEAErF%3BIAAa%2CwBAAA%3B%3B%3BEAGb%2CaAAc%2CIAAG%3BEACjB%2CaAAc%3BIAAe%2CcAAA%3B%3BEAC7B%2CaAAc%2CKAAI%3BIAAkB%2CWAAA%3B%3BEACpC%2CcAAe%3BIAAS%2CWAAA%3BIAAa%2CSAAA%3B%3B%3BEAIrC%2CiBAAkB%2CiBAAiB%2CoBAAoB%3BIAAK%2CaAAA%3B%3BEAC5D%2CcACC%2CiBAAiB%3BIAAgB%2CWAAA%3B%3BEAElC%2CcAAe%3BIAAgB%2CWAAA%3B%3BEAC%5C%2FB%2CaAAc%2CIAAG%3BEACjB%2CaAAc%3BIAAe%2CcAAA%3B%3BEAC7B%2CaAAc%2CKAAI%3BIAAkB%2CWAAA%3B%3BEAElC%2CaAFY%2CKAAI%2CeACjB%2CQACE%3BIAAS%2CkBAAA%3BIAAoB%2CWAAA%3BIAAa%2CYAAA%3BIAAc%2CSAAA%3B%3BEAG3D%2CcACC%2CcACC%3BIAAU%2CmBAAA%3BIAAqB%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAIlD%2CUAAU%2CaAAc%2CYAAY%3BIAAa%2CSAAA%3B%3B%3BEAGjD%2CYACC%2CSACC%3BIAAI%2CYAAA%3BIAAc%2CWAAA%3B%3BEACjB%2CYAFF%2CSACC%2CEACE%3BIAAU%2CeAAA%3BIAAiB%2CiBAAA%3BIAAmB%2CYAAA%3BIAAc%2CWAAA%3B%3B%3B%3BEAOhE%2CkBAAmB%2CWAAW%3BIAAQ%2CmBAAA%3B%3BEACtC%2CeACC%2CkBAAkB%3BIAAQ%2CsBAAA%3BIAAwB%2C4BAAA%3BIAA8B%2C6BAAA%3BIAA%2BB%2CgBAAA%3BIAAkC%2CcAAA%3BIAAgB%2CWAAA%3B%3BEADlK%2CeAEC%3BIAAU%2C2BAAA%3BIAA6B%2CaAAA%3BIAAe%2CWAAA%3B%3BEAFvD%2CeAGC%2CQAAQ%3BIAAK%2CeAAA%3B%3BEAHd%2CeAIC%2CYAAY%3BIAAM%2CsBAAA%3B%3BEAClB%2CeAAC%2CuBAAwB%2CYAAY%3BIAAM%2CsBAAA%3B%3BEAE5C%2CgBAAiB%2CmBAAmB%3BIAAM%2CsBAAA%3B%3B%3BEAG1C%2CcACC%2CiBAAgB%2CcAAe%2CcAE9B%2CoBACC%3BEAJH%2CcAEC%2CcACC%2CoBACC%3BIAAK%2CUAAA%3B%3BEAJR%2CcACC%2CiBAAgB%2CcAAe%2CcAK9B%2CWAAW%3BEANb%2CcAEC%2CcAIC%2CWAAW%3BIAAS%2CeAAA%3B%3BEAItB%2CcAEC%3BEADD%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%3BIAAgB%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEAFlC%2CcAEC%2CcACC%3BEAFF%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%2CcACC%3BIAAqB%2CsBAAA%3BIAAwB%2C8BAAA%3BIAAgC%2C0BAAA%3B%3BEAH%5C%2FE%2CcAEC%2CcAEC%3BEAHF%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%2CcAEC%3BEAJF%2CcAEC%2CcAEwB%3BEAHzB%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%2CcAEwB%3BIAAa%2CcAAA%3BIAAgB%2CsBAAA%3BIAAwB%2CkBAAA%3BIAAoB%2CWAAA%3BIAAa%2CeAAA%3B%3BEAJ%5C%2FG%2CcAEC%2CcAGC%3BEAJF%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%2CcAGC%3BIAAwB%2CgBAAA%3B%3BEAL1B%2CcAEC%2CcAIC%2CoBAAmB%2COAAQ%3BEAL7B%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%2CcAIC%2CoBAAmB%2COAAQ%3BIAAgB%2CUAAA%3B%3BEAN7C%2CcAEC%2CcAKC%2CQAAO%2COAAO%3BEANhB%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%2CcAKC%2CQAAO%2COAAO%3BIAAW%2CkBAAA%3B%3BEAP3B%2CcAEC%2CcAKC%2CQAAO%2COAAO%2CQACb%3BEAPH%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%2CcAKC%2CQAAO%2COAAO%2CQACb%3BIAAO%2CeAAA%3B%3BEARV%2CcAEC%2CcAQC%2CeACC%2CgBACC%3BEAXJ%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%2CcAQC%2CeACC%2CgBACC%3BIAAqB%2CuBAAA%3BIAAyB%2CmBAAA%3B%3BEAZlD%2CcAEC%2CcAQC%2CeACC%2CgBACC%2CmBACC%3BEAZL%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%2CcAQC%2CeACC%2CgBACC%2CmBACC%3BIAAoB%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEAb1C%2CcAEC%2CcAQC%2CeACC%2CgBACC%2CmBAEC%3BEAbL%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%2CcAQC%2CeACC%2CgBACC%2CmBAEC%3BIAAoB%2CeAAA%3B%3BEAdzB%2CcAEC%2CcAiBC%3BEAlBF%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%2CcAiBC%3BIAAc%2CgBAAA%3B%3BEAnBhB%2CcAEC%2CcAkBC%3BEAnBF%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%2CcAkBC%3BIAA2B%2CsBAAA%3B%3BEApB7B%2CcAEC%2CcAmBC%3BEApBF%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%2CcAmBC%3BEArBF%2CcAEC%2CcAmB4B%3BEApB7B%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%2CcAmB4B%3BIAAa%2CcAAA%3B%3BEArB1C%2CcAEC%2CcAoBC%2CkBAAkB%3BEArBpB%2CMAAM%2COAAO%2CoBAAqB%2CqBACjC%2CcAoBC%2CkBAAkB%3BIAAiB%2CiBAAA%3B%3BEAClC%2CcArBF%2CcAoBC%2CkBAAkB%2CeAChB%3BEAAD%2CMAtBG%2COAAO%2CoBAAqB%2CqBACjC%2CcAoBC%2CkBAAkB%2CeAChB%3BIAAS%2CsBAAA%3BIAAwB%2CuBAAA%3B%3B%3BEAMrC%2CoBAAoB%2CsBAEnB%2CeACC%2CcACC%3BEAHH%2C2BACC%2CeACC%2CcACC%3BIAAsB%2CWAAA%3B%3BEAKzB%2CgBACC%2COACC%3BIAAiB%2CaAAA%3B%3BEAIjB%2CgBADD%2CUACE%3BIAAS%2CgBAAA%3B%3BEAIZ%2COAAO%2CKAAM%2CkBACZ%3BIAAkB%2CeAAA%3B%3BEADnB%2COAAO%2CKAAM%2CkBAEZ%3BIAAS%2CmBAAA%3BIAAqB%2CkBAAA%3B%3B%3BEAK7B%2CwBADD%2CUACE%3BEACD%2CwBAFD%2CUAEE%3BIAAS%2CSAAS%2CEAAT%3BIAAa%2CWAAA%3BIAAa%2CcAAA%3B%3BEAHtC%2CwBACC%2CUAGC%3BIAAS%2CWAAA%3BIAAa%2CgBAAA%3B%3BEACrB%2CwBAJF%2CUAGC%2COACE%2CYAAY%3BIAAO%2CeAAA%3B%3BEAKvB%2CkBAAmB%3BEACnB%2CuBAAwB%3BEACxB%2CkBAAmB%3BEACnB%2CuBAAwB%3BIAA0B%2CeAAA%3B%3BEAClD%2CkBAAmB%2CoBAAoB%3BIAAc%2CeAAA%3B%3BEAErD%2CwBACC%2CiBACC%3BIAAI%2CeAAA%3B%3BEAIH%2CwBAFF%2CiBACC%2CMACE%3BIAAS%2CcAAA%3B%3BEAKb%2CQAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAC%5C%2FB%2CUACC%3BIAAwB%2CkBAAA%3BIAAoB%2CWAAA%3B%3BEAF9C%2CQAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAC%5C%2FB%2CUAEC%2CqBAAoB%3BIAAU%2CUAAA%3B%3BEAHhC%2CQAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAK%5C%2FB%2CeAAc%2COACb%3BIAAS%2CcAAA%3B%3B%3BEAKX%2CwBAAyB%2CgBAAgB%2CQAAO%3BIAAW%2C2BAAA%3BIAA6B%2C0BAAA%3B%3BEACxF%2CeACC%3BIAAmB%2CgBAAA%3BIAAkB%2CaAAA%3BIAAe%2CcAAA%3B%3BEADrD%2CeAEC%2CQAAO%3BIAAW%2CgBAAA%3BIAAkB%2CeAAA%3B%3BEAFrC%2CeAGC%2CeAAe%3BIAAgB%2CSAAA%3BIAAW%2CeAAA%3B%3BEAH3C%2CeAIC%2CcAAc%3BIAA0B%2CeAAA%3B%3BEAIzC%2CkBAAmB%2CQAAO%3BEAC1B%2CeAAgB%2CSAAS%2CQAAO%3BEAChC%2CeAAgB%2CSAAS%2CQAAO%3BEAChC%2CeAAgB%2CSAAS%2CQAAO%3BIAAU%2CWAAA%3BIAAa%2CcAAA%3B%3B%3BEAGvD%2C0BAA2B%2CaAAa%3BIAAa%2CcAAA%3B%3BEACrD%2CgBAAiB%3BEACjB%2CYAAa%2CsBAAsB%3BIAAK%2CiBAAA%3B%3BEAExC%2CmBAAoB%2CYAAY%3BEAChC%2CmBAAoB%2CYAAY%3BIAAK%2CSAAA%3B%3B%3BEAIrC%2CgBAAiB%2COAAO%2CiBACvB%3BIAAa%2CeAAA%3B%3BEADd%2CgBAAiB%2COAAO%2CiBAErB%3BEAFH%2CgBAAiB%2COAAO%2CiBAGrB%3BIAAa%2CeAAA%3B%3BEAIf%2CgBADgB%2CUACf%3BIAAS%2CgBAAA%3B%3BEAGX%2CiBACC%2CiBACC%3BIAAK%2CYAAA%3BIAAc%2CgBAAA%3B%3BEAClB%2CiBAFF%2CiBACC%2CGACE%2CUAAU%3BEAAK%2CiBAFlB%2CiBACC%2CGACkB%2CUAAU%3BIAAM%2CWAAA%3BIAAa%2CeAAA%3B%3BEAC9C%2CiBAHF%2CiBACC%2CGAEE%2CUAAU%3BEAAK%2CiBAHlB%2CiBACC%2CGAEkB%2CUAAU%3BIAAM%2CeAAA%3B%3BEAKpC%2CcAAe%2COAAM%3BIAAc%2CuBAAA%3B%3BEACnC%2CcAAe%2COAAM%2CWAAY%3BIAAW%2CmBAAA%3B%3BEAC5C%2CcAAe%2COAAM%2CWAAY%3BIAAW%2CSAAA%3B%3BEAC5C%2CMAAM%2CUAAW%3BIAAS%2CYAAA%3BIAAc%2CeAAA%3B%3BEACxC%2CcAAe%2COAAM%2CWAAY%3BIAAU%2CeAAA%3BIAAiB%2CmBAAA%3B%3BEAE5D%2COAAQ%3BIAAe%2CcAAA%3BIAAgB%2CiBAAA%3B%3BEAEvC%2CkBAAmB%2CWAClB%2CMAAM%2CWACL%3BIAAO%2CaAAA%3B%3BEAFT%2CkBAAmB%2CWAClB%2CMAAM%2CWAEL%3BIAAkB%2CcAAA%3B%3BEAHpB%2CkBAAmB%2CWAClB%2CMAAM%2CWAGL%2CgBAAe%3BIAAa%2CeAAA%3B%3BEAI9B%2CQAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BIAAkB%2CWAAA%3BIAAa%2CeAAA%3B%3BEAEzF%2CiBAAkB%2CSAAQ%2CKAAK%2CSAAU%2CSAAS%2CaAAa%2CaAAa%3BIAAkB%2CWAAA%3BIAAa%2CeAAA%3B%3BEAE3G%2CeAAgB%2CMAAK%2CcAAe%3BIAAsB%2CeAAA%3B%3BEAC1D%2CeAAgB%3BIAAwB%2C6BAAA%3B%3BEACxC%2CKAAK%2CcAAe%2CKAAI%3BIAAO%2CeAAA%3B%3BEAE%5C%2FB%2C0BAA2B%2CaAAa%3BIAAa%2C0BAAA%3BIAA4B%2CgBAAA%3B%3BEACjF%2CcAAe%2CMAAK%2CcAAiB%2CQAAQ%2CKAAK%3BEAAI%2CcAAe%2CMAAK%2CcAAiB%2CQAAQ%2CKAAK%3BIAAK%2C0BAAA%3B%3BEAC7G%2CUAAW%2CaAAa%3BIAAc%2C0BAAA%3B%3BEACtC%2CUAAW%3BIAAkC%2C8BAAA%3B%3BEAC7C%2CUAAW%3BIAAgB%2CwBAAA%3B%3BEAC3B%2CeAAgB%2CUAAU%2CQAAO%3BIAAU%2CqBAAA%3B%3BEAC3C%2CeAAgB%2CUAAU%2CQAAO%3BEAAS%2CeAAgB%2CUAAU%2CQAAO%3BIAAU%2CuBAAA%3BIAAyB%2CsBAAA%3B%3BEAC9G%2CeAAgB%2CUAAU%2CQAAO%3BIAAU%2CWAAA%3B%3BEAC3C%2CcAAe%2CgBAAgB%2CGAAE%2CeAAgB%3BEAAe%2CcAAe%2CMAAK%2CeAAgB%2CMAAM%2CGAAG%3BIAAK%2C0BAAA%3BIAA4B%2CmBAAA%3B%3BEAC9I%2CcAAe%2CgBAAgB%2CGAAE%2CeAAgB%3BIAAgB%2C8BAAA%3B%3BEAEjE%2CMAAM%2CQAAS%3BIAAiB%2CmBAAA%3B%3BEAEhC%2CkBAAmB%2CoBAAoB%3BIAAc%2CeAAA%3B%3BEAErD%2CiBAAkB%2CYAAY%2CeAAe%3BEAAS%2CiBAAkB%2CQAAQ%2CeAAe%3BEAC%5C%2FF%2CiBAAkB%2CYAAY%3BEAA2B%2CiBAAkB%2CQAAQ%3BIAA4B%2C6BAAA%3B%3BEAC%5C%2FG%2CkBAAmB%3BEACnB%2CkBAAmB%2CyBAAyB%3BEAC5C%2CkBAAmB%2CyBAAyB%3BIAAmB%2CcAAA%3B%3BEAE%5C%2FD%2CuBAAwB%2CaAAY%2CQAAS%2CcAAc%3BIAAS%2C6BAAA%3BIAA%2BB%2CwBAAA%3B%3BEAEnG%2CMAAM%2CUAAW%2CMAAK%3BIAAkB%2CQAAA%3B%3BEAExC%2CuBAAwB%3BIAAoB%2C4BAAA%3B%3BEAE5C%2CuBAAwB%2CeAAe%2COAAM%2CWAAY%3BIAAS%2C0BAAA%3B%3BEAClE%2CuBAAwB%2CgBAAgB%2CYAAY%3BIAAM%2CsBAAA%3B%3BEAE1D%2C4BAA4B%2CgBAAiB%3BIAAU%2C6BAAA%3B%3BEACvD%2CmBAAoB%2CiBAAiB%3BIAAK%2CsBAAA%22%7D */