/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.ammenu-sticky {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: 1025px) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_ConfiguableGridView
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2023 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .bss-tablet-hide {
    display: none;
  }
  .bss-tier-detailed {
    max-width: 200px;
  }
  .table-tier {
    padding: 0 20px;
    border: 1px solid #c1c1c1;
  }
  .table-tier table tbody tr td {
    border-bottom: 1px solid #c1c1c1;
  }
  .table-tier table tbody tr:last-child td {
    border-bottom: 0;
  }
  .product-add-form .configu-table {
    padding: 30px 0 0;
    margin-bottom: 80px;
  }
  .product-add-form .configu-table .content-config {
    margin: 0;
  }
  .product-add-form .total-area,
  .product-add-form .box-cart-new {
    border: 0;
  }
  .box-tocart .action.tocart {
    padding: 14px 0;
  }
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_CustomOptionAbsolutePriceQuantity
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2020 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_CustomOptionImage
 * @author     Extension Team
 * @copyright  Copyright (c) 2015-2020 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category  BSS
 * @package   Bss_LayerNavigation
 * @author    Extension Team
 * @copyright Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license   http://bsscommerce.com/Bss-Commerce-License.txt
 */
@media (min-width: 640px) and (max-width: 768px) {
  .products-grid .product-item-actions.actions {
    margin-top: 8px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@font-face {
  font-family: 'Albert Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Albert Sans Regular'), url('../fonts/AlbertSans.woff') format('woff');
}
@font-face {
  font-family: 'Albert Sans Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Albert Sans Italic'), url('../fonts/AlbertSans-Italic.woff') format('woff');
}
html {
  padding: 0px !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
  width: 75% !important;
}
.cart.table-wrapper .actions-toolbar {
  top: 70px;
}
.checkout-index-index .page-main .checkout-header {
  width: 100% !important;
  float: left !important;
}
.checkout-index-index .page-main .authentication-wrapper {
  width: 100% !important;
  text-align: left !important;
  float: left !important;
  margin-top: -13px !important;
  margin-left: 10px;
}
.checkout-index-index .checkout-shipping-address .field.addresses {
  width: 100% !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.addresses .shipping-address-item {
  width: 50% !important;
}
.checkout-billing-address .billing-address-same-as-shipping-block.field.choice {
  width: 100% !important;
}
.checkout-billing-address .billing-address-same-as-shipping-block.field.choice input {
  top: 0px !important;
}
.checkout-billing-address .billing-address-same-as-shipping-block span {
  font-size: 15px !important;
  font-weight: bolder;
  color: #006bb4;
}
.checkout-billing-address input#billing-address-same-as-shipping-shared {
  accent-color: #011d63 !important;
}
.form-login .fieldset .field.password {
  width: 100% !important;
}
.form-login .fieldset .actions-toolbar .primary .action.primary {
  background-color: #022c95 !important;
  border-color: #022c95 !important;
}
.form-login .fieldset .actions-toolbar .primary .action.primary:hover {
  background-color: #022c95 !important;
  border-color: #022c95 !important;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: inherit !important;
}
.slides img {
  display: block;
  width: 100%;
  height: auto;
  position: relative !important;
  z-index: 1;
}
.card-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  pointer-events: auto !important;
}
.card-content .cta {
  z-index: 3;
  position: relative;
  text-decoration: none;
}
.card-content {
  pointer-events: auto;
}
.cmsleftcategory .filter-options-content a:hover + .count {
  background: none !important;
}
.cmsleftcategory .filter-options-content {
  visibility: inherit !important;
  position: relative !important;
  box-shadow: none !important;
  border: none !important;
  width: auto !important;
}
.cmsleftcategory .filter-options-content h6 {
  text-transform: uppercase;
  padding: 8px 0;
  color: #141414;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 10px;
}
.cmsleftcategory .filter-options-content .items .item {
  padding: 0px !important;
}
.cmsleftcategory .filter-options-content .item:hover {
  background: none !important;
}
.cmsleftcategory .filter-options-content .item a:hover {
  text-decoration: underline;
}
.cmsleftcategory .filter-options-content .count {
  color: #141414 !important;
  font-family: 'Albert Sans Regular';
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  padding-left: 0px !important;
}
.middle-header {
  display: flex;
  align-items: center;
  transition: 0.1s all ease-in;
  margin-bottom: 10px;
  position: relative;
  justify-content: space-between;
}
.panel.header .container {
  padding-left: 0px;
  padding-right: 0px;
}
.product.media .owl-carousel {
  display: block !important;
}
#horizontal-thumbnails .owl-stage-outer {
  overflow: hidden;
}
#horizontal-thumbnails .owl-stage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  /* Adjust spacing between items */
  transform: none !important;
  transition: none !important;
  width: auto !important;
}
#horizontal-thumbnails .owl-item {
  width: 100% !important;
}
#horizontal-thumbnails .item-thumb {
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
}
#horizontal-thumbnails .item-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
#horizontal-thumbnails .owl-nav {
  display: none;
}
:root {
  --bg: #0b0b0d;
  --card-top-banner: #ffffff;
  --text: #111827;
  --muted: #6b7280;
  --accent: #f59e0b;
  --radius: 18px;
  --shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
* {
  box-sizing: border-box;
}
.top-banner-main {
  margin-top: 25px;
}
.top-banner-main .cta {
  color: #111827 !important;
}
.top-banner-main .card-top-banner:hover {
  text-decoration: none;
}
.top-banner-main .grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(12, 1fr);
}
.top-banner-main .left .card-top-banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--card-top-banner);
  min-height: 200px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.top-banner-main .right .card-top-banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--card-top-banner);
  min-height: 360px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.top-banner-main .card-top-banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--card-top-banner);
  min-height: 240px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.top-banner-main .card-top-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.55) 100%);
  z-index: -1;
}
.top-banner-main .card-top-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.top-banner-main .card-top-banner:hover img {
  transform: scale(1.04);
}
.top-banner-main .card-content {
  padding: 18px;
  color: #fff;
  width: 100%;
}
.top-banner-main .badge {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.9;
}
.top-banner-main .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.top-banner-main .link {
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  text-decoration: none;
  color: #FFC718;
  padding: 8px 12px;
}
.top-banner-main .link .arrow {
  transition: transform 0.2s ease;
}
.top-banner-main .link:hover .arrow1 {
  transform: translateX(3px);
}
.top-banner-main .hero {
  grid-column: span 6;
  max-height: 420px;
}
.top-banner-main .hero .badge {
  color: #FFC718;
  padding-bottom: 15px;
  font-family: Albert Sans;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
}
.top-banner-main .hero .title {
  font-size: 36px;
  max-width: 24ch;
}
.top-banner-main .hero .card-content {
  padding: 18px 0px;
  color: #fff;
  width: 82%;
  margin-top: 280px;
}
.top-banner-main .hero .card-top-banner {
  height: 482px;
}
.top-banner-main .hero .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 35px !important;
}
.top-banner-main .hero .link {
  font-style: SemiBold;
  font-size: 16px !important;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  text-decoration: none;
  color: #ffd166;
  padding: 8px 12px;
}
.top-banner-main .bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 20px;
}
.top-banner-main .bottom .card {
  min-height: 220px;
}
.top-banner-main .bottom .card-top-banner {
  height: 238px;
}
.top-banner-main .bottom .title {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 24px;
}
.top-banner-main .bottom .link {
  font-style: SemiBold;
  font-size: 16px !important;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  text-decoration: none;
  color: #FFC718;
  padding: 8px 12px;
}
.top-banner-main .cta {
  display: inline-block;
  font-weight: 700;
  background: #FFC718;
  color: #111827;
  border: none;
  margin-top: 20px;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.top-banner-main .slides {
  position: absolute;
  inset: 0;
}
.top-banner-main .slides .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.top-banner-main .slides .slide.active {
  opacity: 1;
}
.top-banner-main .dots {
  position: absolute;
  right: 14px;
  bottom: 35px;
  display: flex;
  gap: 8px;
  z-index: 2;
}
.top-banner-main .dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0px !important;
}
.top-banner-main .dots .dot.active {
  background: #fff;
  width: 40px;
}
.top-banner-main .stack {
  display: grid;
  gap: 18px;
  grid-template-rows: 1fr 1fr;
}
.top-banner-main .left {
  grid-column: span 3;
}
.top-banner-main .right {
  grid-column: span 3;
}
@media (max-width: 1024px) {
  .top-banner-main .hero {
    grid-column: 1 / -1;
    max-height: initial;
  }
  .top-banner-main .left {
    grid-column: span 12;
    grid-template-columns: repeat(2, 1fr);
    height: 360px;
  }
  .top-banner-main .right {
    grid-column: span 12;
    grid-template-columns: repeat(2, 1fr);
    height: 250px;
  }
  .top-banner-main .bottom {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-banner-main .hero .card-content {
    padding: 18px;
    color: #fff;
    width: 100%;
    margin-top: 280px;
  }
  .top-banner-main .hero .bottom .card-top-banner {
    height: 254px;
  }
  .top-banner-main .hero .card-top-banner {
    height: initial;
  }
}
@media (max-width: 640px) {
  .top-banner-main .grid {
    grid-template-columns: 1fr;
  }
  .top-banner-main .left {
    grid-column: 1;
    height: 200px !important;
  }
  .top-banner-main .right {
    grid-column: 1;
    height: inherit !important;
  }
  .top-banner-main .hero {
    grid-column: 1;
  }
  .top-banner-main .right.stack {
    grid-template-rows: none;
    grid-template-columns: 1fr;
  }
  .top-banner-main .hero .title {
    font-size: 28px;
  }
  .top-banner-main .bottom {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 767px) and (max-width: 3500px) {
  .feature-categories-main.mobile .featured-categories {
    display: none;
  }
  .feature-categories-main.mobile .read-more {
    display: none;
  }
}
@media (min-width: 2052px) and (max-width: 2732px) {
  .feature-categories-main.mobile .featured-categories {
    display: none;
  }
}
@media (min-width: 2733px) and (max-width: 4102px) {
  .feature-categories-main.mobile .featured-categories {
    display: none;
  }
}
@media (min-width: 3501px) and (max-width: 5464px) {
  .feature-categories-main.mobile .featured-categories {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .SA__wrapper .SA__widget .SA__widget_item .SA__widget_content span.sa-logo {
    margin-top: 0px;
  }
  .SA__wrapper .SA__widget .SA__widget_item .SA__widget_content.SA__overall .SA__rating_wrap .css-star {
    font-size: 25px !important;
  }
  #SA_wrapper_481kQw94XKMv .SA__widget_content.SA__overall span.rating-heading {
    font-size: 30px;
  }
  #SA_wrapper_481kQw94XKMv .SA__widget_content.SA__overall span.rating-heading span {
    font-size: 20px;
  }
  #SA_wrapper_481kQw94XKMv .SA__widget_content.SA__overall a {
    font-size: 14px;
  }
}
.ias-trigger.ias-trigger-next button {
  border-radius: 50px;
  color: #022c95 !important;
  background-color: #fff !important;
  border: solid 1px #022c95 !important;
  opacity: inherit !important;
  padding: 16px 15px !important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 14px !important;
}
.catalog-product-view .product.media .gallery-horizontal .product.item-image.imgzoom img {
  min-width: 490px;
  margin: 0 auto;
  max-height: 490px;
  width: 60%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.toolbar-sorter.sorter .sorter-options {
  background-color: #fff !important;
}
.special-price .price-label {
  position: initial !important;
}
.special-price .price-wrapper {
  float: right;
}
.promessage-sec .promessage {
  text-align: center;
  font-size: 13px;
  width: 100%;
  font-weight: 700;
  color: #666;
}
.login-section .dropdown-btn .dropdown-content-btn .link.wishlist {
  border: none !important;
  text-align: left !important;
}
.required.required-txt {
  font-size: 12px;
  color: red;
  padding-left: 10px;
}
.checkout-agreements .checkout-agreement .label {
  color: #022c95 !important;
  font-size: 15px;
}
.checkout-agreements .checkout-agreement .label span {
  text-decoration: underline;
}
.product-add-form .cart.table-wrapper .configu-table {
  padding-bottom: 10px !important;
}
.product-add-form .box-tocart {
  margin-bottom: 0px !important;
}
.product-add-form .box-tocart .fieldset:last-child {
  margin-bottom: 0px !important;
}
.checkout-index-index #amcheckout-qty {
  width: 65px !important;
}
.checkout-index-index .actions-toolbar .primary button.action.action-update {
  color: #022c95 !important;
  background-color: #fff !important;
  border: solid 1px #022c95 !important;
  border-radius: 40px;
  font-size: 16px;
  font-family: 'Albert Sans Regular' !important;
  font-weight: 600;
  display: inline-block;
}
.checkout-index-index .actions-toolbar .primary button.action.action-cancel {
  padding-top: 6px !important;
  color: #022c95 !important;
}
.checkout-index-index .payment-method-content {
  padding: 0px !important;
}
.checkout-index-index .payment-method-content .billing-address-form {
  max-width: 100% !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 100% !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field .input-text {
  border-radius: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .admin__control-fields {
  width: 50% !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .admin__control-fields .control .field._required {
  width: 100% !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field._required {
  width: 50% !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field._required .control .input-text {
  border-radius: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field._required .control .select {
  height: 40px !important;
  border-radius: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  max-width: 100% !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: contents !important;
  font-family: 'Albert Sans Regular';
  font-weight: 600;
  font-size: 16px;
  color: #000616;
}
.checkout-index-index .form.form-login {
  max-width: 100%;
}
.checkout-index-index .form.form-login .field.required {
  width: 100% !important;
}
.checkout-index-index .form.form-login .field.required .control .input-text {
  border-radius: 10px;
}
.checkout-index-index .product-item-inner .product-item-name-block strong.product-item-name {
  float: left;
  width: 84%;
}
.checkout-index-index .checkout-shipping-address .form.form-shipping-address {
  max-width: 100% !important;
}
.checkout-index-index .checkout-shipping-address .field.additional {
  width: 100% !important;
}
.checkout-index-index .checkout-shipping-address .field._required {
  width: 50% !important;
}
.checkout-index-index .checkout-shipping-address .field._required .control .input-text {
  border-radius: 10px;
}
.checkout-index-index .checkout-shipping-address .field._required .control .select {
  height: 40px !important;
  border-radius: 10px;
}
.checkout-index-index .checkout-shipping-address .field {
  width: 50% !important;
}
.checkout-index-index .checkout-shipping-address .field .input-text {
  border-radius: 10px;
}
.checkout-index-index .checkout-shipping-address .admin__control-fields {
  width: 50% !important;
}
.checkout-index-index .checkout-shipping-address .admin__control-fields .control .field._required {
  width: 100% !important;
}
.list-proreview .ind_cnt {
  font-size: 12px !important;
  display: block;
  width: 108px !important;
  text-align: left !important;
  float: right;
  padding-top: 5px;
}
.cart.item .item-info {
  border-right: solid 1px #eaeaea !important;
}
td.col.subtotal {
  text-align: center !important;
  width: 100%;
  display: table-cell !important;
}
.col .price-excluding-tax {
  text-align: center !important;
}
.col.price .price-excluding-tax {
  text-align: center !important;
}
.plumrocket-search-form {
  width: 70% !important;
}
.plumrocket-search-form #pas-mini-form {
  float: left !important;
  max-width: 95% !important;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip {
  border-radius: 10px;
  padding: 10px;
  width: 100% !important;
  margin-top: 5px;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item.simple {
  display: flex;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item.simple a {
  height: 54px !important;
  float: left;
  padding: 0px !important;
  text-decoration: none;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item.simple .pac-tooltip-right {
  height: 63px;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item.simple .pac-tooltip-right a.minimal-price-link {
  padding-left: 10px !important;
  margin-left: 10px !important;
  text-decoration: none !important;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item.simple .pac-tooltip-right a.minimal-price-link .price-container.price-final_price.tax.weee .price-wrapper {
  color: #00B67A !important;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item.configurable {
  display: flex;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item.configurable a {
  height: 54px !important;
  float: left;
  padding: 0px !important;
  text-decoration: none;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item.configurable .pac-tooltip-right {
  height: 63px;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item.configurable .pac-tooltip-right a.minimal-price-link {
  padding-left: 10px !important;
  margin-left: 10px !important;
  text-decoration: none !important;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item.configurable .pac-tooltip-right a.minimal-price-link .price-container.price-final_price.tax.weee .price-wrapper {
  color: #00B67A !important;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .psearch-tips {
  text-transform: capitalize !important;
  color: #000616 !important;
  font-weight: normal !important;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item {
  border: none !important;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item a {
  padding: 5px 8px !important;
  color: #000616 !important;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block .pac-price-val {
  color: #818389 !important;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-price-block .pac-price-val .price-wrapper .price {
  font-size: 12px !important;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-descr .pac-tooltip-name {
  line-height: 14px !important;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-image {
  width: 40px !important;
  height: 40px !important;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-description .pac-tooltip-name {
  margin-top: 5px !important;
}
.plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item.no-rating .pac-tooltip-price-block .pac-price-val .price-box {
  margin-top: 5px !important;
}
.plumrocket-search-form #pas-mini-form .pas-nav-right {
  float: right !important;
  height: 40px !important;
}
.plumrocket-search-form #pas-mini-form .pas-nav-right .pas-button {
  right: initial !important;
  z-index: 1;
  left: -50px !important;
  position: absolute;
  background: none !important;
  height: 40px !important;
}
.plumrocket-search-form #pas-mini-form .pas-nav-right .pas-button svg {
  fill: #757575 !important;
  width: 16px !important;
}
.plumrocket-search-form #pas-mini-form .pas-nav-center {
  height: 40px !important;
}
.plumrocket-search-form #pas-mini-form .pas-nav-center #pas-input {
  padding: 4px 16px 4px 15px !important;
  gap: 12px;
  border-radius: 50px !important;
  height: 40px !important;
}
.plumrocket-search-form #pas-mini-form .pas-nav-center .pas-search-field {
  padding: 4px 16px 4px 20px !important;
  gap: 12px;
  border-radius: 50px;
  height: 40px !important;
}
.minicart-items-wrapper .minicart-items .product-item-pricing .label {
  padding-top: 10px;
  margin-right: 5px;
}
.minicart-items-wrapper .product-item .product .details-qty.qty .qty-more-less {
  display: flex;
  margin-bottom: 5px;
}
.minicart-items-wrapper .product-item .product .details-qty.qty .qty-more-less .minicartmore {
  background: #f7f8f8;
  padding: 10px 13px;
  border-radius: 5px;
  color: #000 !important;
}
.minicart-items-wrapper .product-item .product .details-qty.qty .qty-more-less .item-qty.cart-item-qty {
  border: 1px solid #ccc !important;
  width: 60px;
}
.minicart-items-wrapper .product-item .product .details-qty.qty .qty-more-less .mincartless {
  background: #f7f8f8;
  padding: 10px 13px;
  border-radius: 5px;
  color: #000 !important;
}
.checkout-cart-index .cart.table-wrapper .control.qty {
  border: none !important;
}
.checkout-cart-index .cart.table-wrapper .control.qty .input-text {
  width: 60px !important;
}
.checkout-cart-index .cart.table-wrapper .control.qty label {
  display: flex;
  height: 40px;
}
.checkout-cart-index .cart.table-wrapper .control.qty label .decrement_qty {
  background: #f7f8f8;
  padding: 10px 13px;
  border-radius: 5px;
  color: #000 !important;
}
.checkout-cart-index .cart.table-wrapper .control.qty label .increment_qty {
  background: #f7f8f8;
  padding: 10px 13px;
  border-radius: 5px;
  color: #000 !important;
}
input#super_group_qty_0 {
  width: 42px;
  border: none;
}
td.col.qty.first-attr.bss-swatch.gown_size_us {
  width: 305px;
}
td.col.qty {
  padding-left: 8px !important;
}
td.qty.qty-final {
  display: flex;
}
td.qty.qty-final .input-text {
  border: 1px solid #ccc !important;
  width: 60px !important;
}
td.qty.qty-final .qty-decrease {
  border: none !important;
  border-radius: 5px;
  background: #f7f8f8;
  padding: 6px 13px !important;
}
td.qty.qty-final .qty-increase {
  border: none !important;
  border-radius: 5px;
  background: #f7f8f8;
  padding: 6px 13px !important;
}
.box-tocart .control {
  display: flex;
  border: none !important;
}
.box-tocart .control .qty-decrease {
  border: none !important;
  border-radius: 5px;
  background: #f7f8f8;
  padding: 6px 13px !important;
}
.box-tocart .control .qty-increase {
  border: none !important;
  border-radius: 5px;
  background: #f7f8f8;
  padding: 6px 13px !important;
}
.box-tocart .control input {
  width: 60px !important;
  border-radius: initial !important;
  border: none !important;
}
.product-options-bottom .box-tocart .control {
  display: flex;
  border: none !important;
}
.product-options-bottom .box-tocart .control .qty-decrease {
  border: none !important;
  border-radius: 5px;
  background: #f7f8f8;
  padding: 6px 13px !important;
}
.product-options-bottom .box-tocart .control .qty-increase {
  border: none !important;
  border-radius: 5px;
  background: #f7f8f8;
  padding: 6px 13px !important;
}
.product-options-bottom .box-tocart .control input {
  width: 50px !important;
  border-radius: initial !important;
  border: 1px solid #ccc !important;
}
body {
  background: #fff !important;
  font-size: 1.4rem !important;
  font-family: 'Albert Sans Regular' !important;
  padding: 0px !important;
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-link.-active .ammenu-icon-block.-toggle {
  transform: rotate(-90deg);
}
.ammenu-nav-sections.-mobile.-accordion .ammenu-icon-block.-toggle {
  transform: rotate(180deg);
}
.block-minicart .block-content .actions .primary {
  margin: 0px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
  width: 100%;
  padding-bottom: 10px;
}
.subtotal {
  display: flex;
  text-align: left;
  width: 100%;
  padding-top: 10px;
}
.subtotal span.label {
  width: 50%;
}
.subtotal .amount.price-container {
  width: 50%;
}
.sparsh_banner_slider .slick-arrow.slick-prev:after {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url(../images/left-arrow.png);
  margin-top: -31px;
}
.sparsh_banner_slider .slick-arrow.slick-next:after {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url(../images/right-arrow.png);
  margin-top: -31px;
}
.block-minicart .subtotal {
  display: flex;
  text-align: left;
}
.get-quote-new .get-quote-top {
  text-align: center;
}
.get-quote-new .get-quote-top h2 {
  color: #141414;
  font-size: 28px;
  text-align: center;
  padding: 0 0 20px;
  font-weight: 700;
}
.get-quote-new .get-quote-top p {
  font-size: 20px;
}
.get-quote-new .get-quote-top .interwined-honor-card {
  background: #fff;
  border-radius: 5px;
  border: solid 1px #f1f1f2;
  text-align: center;
  margin-bottom: 15px;
  padding: 30px 10px 5px;
  cursor: pointer;
}
.get-quote-new .get-quote-top .interwined-honor-card h3 {
  font-size: 18px;
  padding-top: 10px;
  font-weight: 700;
}
.get-quote-new .get-quote-top .interwined-honor-card p {
  padding: 10px;
  font-size: 14px;
}
.cms-get-quote {
  background: #f8f9fa !important;
}
.cms-page-view .first-item-sm .landing-categories-detail ul li .cate_bt_title a:hover {
  background: #022c95 !important;
  color: #fff !important;
}
.cms-page-view #request .fieldset {
  border: 1px solid #bbafa0;
  background: #fbfaf6;
  padding: 22px 25px 15px 33px;
  margin: 28px 0;
}
.cms-page-view #request .fieldset .legend {
  float: left;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #f19900;
  background: #f9f3e3;
  color: #e76200;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  width: auto;
}
.cms-page-view #request .fieldset .form-list li {
  margin: 0 0 8px;
  display: grid;
}
.cms-page-view #request .fieldset .form-list li label {
  float: left;
  color: #141414 !important;
  font-weight: 600;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  font-size: 18px !important;
}
.cms-page-view #request .fieldset .form-list li .input-box input[type=text] {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request .fieldset .form-list li button.button {
  overflow: visible;
  width: auto;
  border: 0;
  margin: 0;
  background: 0 0;
  cursor: pointer;
  background: url(../images/more_btn.png) repeat-x scroll 0 0 transparent;
  padding: 0px !important;
}
.cms-page-view #request .fieldset .form-list li button.button span {
  display: block;
  font: bold 12px / 19px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  height: 28px;
  padding: 3px;
}
.cms-page-view #request .fieldset .form-list .field {
  float: left;
}
.cms-page-view #request2 .fieldset {
  border: 1px solid #bbafa0;
  background: #fbfaf6;
  padding: 22px 25px 15px 33px;
  margin: 28px 0;
}
.cms-page-view #request2 .fieldset .legend {
  float: left;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #f19900;
  background: #f9f3e3;
  color: #e76200;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  width: auto;
}
.cms-page-view #request2 .fieldset .form-list li {
  margin: 0 0 8px;
  display: grid;
}
.cms-page-view #request2 .fieldset .form-list li label {
  float: left;
  color: #141414 !important;
  font-weight: 600;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  font-size: 18px !important;
}
.cms-page-view #request2 .fieldset .form-list li .input-box input[type=text] {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request2 .fieldset .form-list li .input-box select {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request2 .fieldset .form-list li .input-box button.button {
  overflow: visible;
  width: auto;
  border: 0;
  margin: 0;
  background: 0 0;
  cursor: pointer;
  background: url(../images/more_btn.png) repeat-x scroll 0 0 transparent;
  padding: 0px !important;
}
.cms-page-view #request2 .fieldset .form-list li .input-box button.button span {
  display: block;
  font: bold 12px / 19px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  height: 28px;
  padding: 3px;
}
.cms-page-view #request2 .fieldset .form-list .field {
  float: left;
  padding-right: 10px;
}
.cms-page-view #request3 .fieldset {
  border: 1px solid #bbafa0;
  background: #fbfaf6;
  padding: 22px 25px 15px 33px;
  margin: 28px 0;
}
.cms-page-view #request3 .fieldset .legend {
  float: left;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #f19900;
  background: #f9f3e3;
  color: #e76200;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  width: auto;
}
.cms-page-view #request3 .fieldset .form-list li {
  margin: 0 0 8px;
  display: grid;
}
.cms-page-view #request3 .fieldset .form-list li label {
  float: left;
  color: #141414 !important;
  font-weight: 600;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  font-size: 18px !important;
}
.cms-page-view #request3 .fieldset .form-list li .input-box input[type=text] {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request3 .fieldset .form-list li .input-box select {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request3 .fieldset .form-list li .input-box button.button {
  overflow: visible;
  width: auto;
  border: 0;
  margin: 0;
  background: 0 0;
  cursor: pointer;
  background: url(../images/more_btn.png) repeat-x scroll 0 0 transparent;
  padding: 0px !important;
}
.cms-page-view #request3 .fieldset .form-list li .input-box button.button span {
  display: block;
  font: bold 12px / 19px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  height: 28px;
  padding: 3px;
}
.cms-page-view #request3 .fieldset .form-list .field {
  float: left;
}
.cms-page-view #request4 .fieldset {
  border: 1px solid #bbafa0;
  background: #fbfaf6;
  padding: 22px 25px 15px 33px;
  margin: 28px 0;
}
.cms-page-view #request4 .fieldset .legend {
  float: left;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #f19900;
  background: #f9f3e3;
  color: #e76200;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  width: auto;
}
.cms-page-view #request4 .fieldset .form-list li {
  margin: 0 0 8px;
  display: grid;
}
.cms-page-view #request4 .fieldset .form-list li label {
  float: left;
  color: #141414 !important;
  font-weight: 600;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  font-size: 18px !important;
}
.cms-page-view #request4 .fieldset .form-list li .input-box input[type=text] {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request4 .fieldset .form-list li .input-box select {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request4 .fieldset .form-list li .input-box button.button {
  overflow: visible;
  width: auto;
  border: 0;
  margin: 0;
  background: 0 0;
  cursor: pointer;
  background: url(../images/more_btn.png) repeat-x scroll 0 0 transparent;
  padding: 0px !important;
}
.cms-page-view #request4 .fieldset .form-list li .input-box button.button span {
  display: block;
  font: bold 12px / 19px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  height: 28px;
  padding: 3px;
}
.cms-page-view #request4 .fieldset .form-list .field {
  float: left;
  padding-right: 10px;
}
.cms-page-view #request5 .fieldset {
  border: 1px solid #bbafa0;
  background: #fbfaf6;
  padding: 22px 25px 15px 33px;
  margin: 28px 0;
}
.cms-page-view #request5 .fieldset .legend {
  float: left;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #f19900;
  background: #f9f3e3;
  color: #e76200;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  width: auto;
}
.cms-page-view #request5 .fieldset .form-list li {
  margin: 0 0 8px;
  display: grid;
}
.cms-page-view #request5 .fieldset .form-list li label {
  float: left;
  color: #141414 !important;
  font-weight: 600;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  font-size: 18px !important;
}
.cms-page-view #request5 .fieldset .form-list li .input-box input[type=text] {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request5 .fieldset .form-list li .input-box select {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request5 .fieldset .form-list li .input-box button.button {
  overflow: visible;
  width: auto;
  border: 0;
  margin: 0;
  background: 0 0;
  cursor: pointer;
  background: url(../images/more_btn.png) repeat-x scroll 0 0 transparent;
  padding: 0px !important;
}
.cms-page-view #request5 .fieldset .form-list li .input-box button.button span {
  display: block;
  font: bold 12px / 19px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  height: 28px;
  padding: 3px;
}
.cms-page-view #request5 .fieldset .form-list .field {
  float: left;
  padding-right: 10px;
}
.cms-page-view #request6 .fieldset {
  border: 1px solid #bbafa0;
  background: #fbfaf6;
  padding: 22px 25px 15px 33px;
  margin: 28px 0;
}
.cms-page-view #request6 .fieldset .legend {
  float: left;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #f19900;
  background: #f9f3e3;
  color: #e76200;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  width: auto;
}
.cms-page-view #request6 .fieldset .form-list li {
  margin: 0 0 8px;
  display: grid;
}
.cms-page-view #request6 .fieldset .form-list li label {
  float: left;
  color: #141414 !important;
  font-weight: 600;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  font-size: 18px !important;
}
.cms-page-view #request6 .fieldset .form-list li .input-box input[type=text] {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request6 .fieldset .form-list li .input-box select {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request6 .fieldset .form-list li .input-box button.button {
  overflow: visible;
  width: auto;
  border: 0;
  margin: 0;
  background: 0 0;
  cursor: pointer;
  background: url(../images/more_btn.png) repeat-x scroll 0 0 transparent;
  padding: 0px !important;
}
.cms-page-view #request6 .fieldset .form-list li .input-box button.button span {
  display: block;
  font: bold 12px / 19px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  height: 28px;
  padding: 3px;
}
.cms-page-view #request6 .fieldset .form-list .field {
  float: left;
}
.cms-page-view #request6 .fieldset .form-list .field.name-firstname {
  padding-right: 10px;
}
.cms-page-view #request6 .fieldset .form-list .field.name-latestdate {
  clear: both;
  margin-top: 7px;
}
.cms-page-view #request7 .fieldset {
  border: 1px solid #bbafa0;
  background: #fbfaf6;
  padding: 22px 25px 15px 33px;
  margin: 28px 0;
}
.cms-page-view #request7 .fieldset .legend {
  float: left;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #f19900;
  background: #f9f3e3;
  color: #e76200;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  width: auto;
}
.cms-page-view #request7 .fieldset .form-list li {
  margin: 0 0 8px;
  display: grid;
}
.cms-page-view #request7 .fieldset .form-list li label {
  float: left;
  color: #141414 !important;
  font-weight: 600;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  font-size: 18px !important;
}
.cms-page-view #request7 .fieldset .form-list li .input-box input[type=text] {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request7 .fieldset .form-list li .input-box select {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request7 .fieldset .form-list li .input-box button.button {
  overflow: visible;
  width: auto;
  border: 0;
  margin: 0;
  background: 0 0;
  cursor: pointer;
  background: url(../images/more_btn.png) repeat-x scroll 0 0 transparent;
  padding: 0px !important;
}
.cms-page-view #request7 .fieldset .form-list li .input-box button.button span {
  display: block;
  font: bold 12px / 19px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  height: 28px;
  padding: 3px;
}
.cms-page-view #request7 .fieldset .form-list .customer-name .field {
  float: left;
}
.cms-page-view #request7 .fieldset .form-list .customer-name .field.name-firstname {
  padding-right: 10px;
}
.cms-page-view #request7 .fieldset .form-list .customer-name .field.name-latestdate {
  clear: both;
  margin-top: 7px;
}
.cms-page-view #request8 .fieldset {
  border: 1px solid #bbafa0;
  background: #fbfaf6;
  padding: 22px 25px 15px 33px;
  margin: 28px 0;
}
.cms-page-view #request8 .fieldset .legend {
  float: left;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #f19900;
  background: #f9f3e3;
  color: #e76200;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  width: auto;
}
.cms-page-view #request8 .fieldset .form-list li {
  margin: 0 0 8px;
  display: grid;
}
.cms-page-view #request8 .fieldset .form-list li label {
  float: left;
  color: #141414 !important;
  font-weight: 600;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  font-size: 18px !important;
}
.cms-page-view #request8 .fieldset .form-list li .input-box input[type=text] {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request8 .fieldset .form-list li .input-box select {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request8 .fieldset .form-list li .input-box button.button {
  overflow: visible;
  width: auto;
  border: 0;
  margin: 0;
  background: 0 0;
  cursor: pointer;
  background: url(../images/more_btn.png) repeat-x scroll 0 0 transparent;
  padding: 0px !important;
}
.cms-page-view #request8 .fieldset .form-list li .input-box button.button span {
  display: block;
  font: bold 12px / 19px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  height: 28px;
  padding: 3px;
}
.cms-page-view #request8 .fieldset .form-list .field {
  float: left;
}
.cms-page-view #request8 .fieldset .form-list .field.name-firstname {
  padding-right: 10px;
}
.cms-page-view #request8 .fieldset .form-list .field.name-latestdate {
  clear: both;
  margin-top: 7px;
}
.cms-page-view #request9 .fieldset {
  border: 1px solid #bbafa0;
  background: #fbfaf6;
  padding: 22px 25px 15px 33px;
  margin: 28px 0;
}
.cms-page-view #request9 .fieldset .legend {
  float: left;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #f19900;
  background: #f9f3e3;
  color: #e76200;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  width: auto;
}
.cms-page-view #request9 .fieldset .form-list li {
  margin: 0 0 8px;
  display: grid;
}
.cms-page-view #request9 .fieldset .form-list li label {
  float: left;
  color: #141414 !important;
  font-weight: 600;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  font-size: 18px !important;
}
.cms-page-view #request9 .fieldset .form-list li .input-box input[type=text] {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request9 .fieldset .form-list li .input-box select {
  width: auto !important;
  border: 1px solid #b6b6b6;
  height: 30px;
}
.cms-page-view #request9 .fieldset .form-list li .input-box button.button {
  overflow: visible;
  width: auto;
  border: 0;
  margin: 0;
  background: 0 0;
  cursor: pointer;
  background: url(../images/more_btn.png) repeat-x scroll 0 0 transparent;
  padding: 0px !important;
}
.cms-page-view #request9 .fieldset .form-list li .input-box button.button span {
  display: block;
  font: bold 12px / 19px Arial, Helvetica, sans-serif;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  height: 28px;
  padding: 3px;
}
.cms-page-view #request9 .fieldset .form-list .customer-name .field.name-firstname {
  clear: both;
}
.cms-page-view #request9 .fieldset .form-list .customer-name .field.name-lastname {
  clear: both;
}
.cms-page-view #request9 .fieldset .form-list .customer-name .field.name-latestdate {
  clear: both;
}
.cms-page-view #request9 .fieldset .form-list .customer-name .field {
  float: left;
  margin-bottom: 10px;
}
.sparsh_banner_slider.slick-initialized.slick-slider {
  padding: 0px;
}
.slick-slide .caption .title h2 {
  color: #000616 !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 51px !important;
  margin-bottom: 20px !important;
}
.slick-slide .caption .container .btn.btn-md.btn-banner {
  width: 37.5% !important;
  height: 48px !important;
  padding: 12px 18px 12px 12px !important;
  gap: 10px;
  border-radius: 50px !important;
  text-align: center !important;
  background: #FFFFFF !important;
  color: #000616 !important;
  font-family: 'Albert Sans Regular' !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  border: none !important;
}
.link-setup-form-section-top-main {
  position: relative;
}
.link-setup-form-section-top-main .measuring-instuctions-section {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 9;
  left: 0px;
  top: -99px;
}
.link-setup-form-section-top-main .measuring-instuctions-section .link-setup-form-top {
  padding: 24px 20px;
  box-shadow: 0px 1px 2px 0px #000616;
  border: 1px solid #E5E5E6;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px;
}
.link-setup-form-section-top-main .measuring-instuctions-section .link-setup-form-top h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #000616;
  padding-top: 10px;
}
.link-setup-form-section-top-main .measuring-instuctions-section .link-setup-form-top p {
  font-weight: 420;
  font-size: 16px;
  line-height: 24px;
  color: #000616;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0px !important;
  -webkit-transform: rotate(0deg) translate(0, -50%) !important;
  -moz-transform: rotate(0deg) translate(0, -50%) !important;
  -ms-transform: rotate(0deg) translate(0, -50%) !important;
  transform: rotate(188deg) translate(12, 50%) !important;
}
.slick-slider .slick-arrow {
  background: none !important;
}
.check-out-calculator-main {
  padding-top: 150px;
  margin-bottom: 80px;
}
.check-out-calculator-main .check-out-calculator-left h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #000616;
  padding: 0 0 10px 0;
}
.check-out-calculator-main .check-out-calculator-left p {
  font-size: 16px;
  line-height: 24px;
  color: #000616;
}
.check-out-calculator-main .check-out-calculator-list {
  margin: 40px 0 0 0;
  padding: 0px;
}
.check-out-calculator-main .check-out-calculator-list ul {
  margin: 0px;
  padding: 0px;
}
.check-out-calculator-main .check-out-calculator-list ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 18px;
  line-height: 40px;
  color: #000616;
  font-weight: bold;
}
.check-out-calculator-main .check-out-calculator-list ul li span {
  padding-right: 20px;
}
.cms-measuring-instuctions .host-your-graduation {
  padding-bottom: 100px;
}
.measuring-sign-up-form {
  margin-top: 20px;
  width: 171px;
  height: 48px;
  padding: 14px 32px 14px 32px;
  gap: 10px;
  border-radius: 50px;
  opacity: 0px;
  background: #FFC718;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.measuring-sign-up-form a {
  color: #000616;
}
.cart-empty h3.ttle {
  font-weight: 600;
}
.cart-empty .link {
  font-family: 'Albert Sans Regular';
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  color: #022c95;
  padding: 0 50px;
  text-decoration: none;
  background-color: #fff !important;
  border: solid 1px #022c95 !important;
  display: inline-block;
  line-height: 40px;
  border-radius: 50px;
}
.cart-empty a.link:hover {
  background: #022c95 !important;
  color: #fff !important;
}
#product_just_stars.aside .SA__review_content.SA__overall {
  display: inline-block !important;
}
#product_just_stars.aside .SA__review_widget_item .SA__total_reviews {
  text-align: left !important;
  padding-left: 0px !important;
}
#product_just_stars.aside .SA__review_widget_item .SA__total_reviews .sa_jump_to_reviews {
  color: #565a62;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: block !important;
}
.size-chart {
  text-align: center;
}
.product-info-main .product.attribute.sku .type {
  color: #565a62;
}
.product-info-main .product.attribute.sku .value {
  color: #565a62;
}
.product-add-form .configu-table table tbody tr td:nth-last-child(2) {
  padding-right: 7px;
}
.list-proreview {
  height: 35px;
}
.category-bottom-description h2 {
  font-size: 36px;
}
#layer-product-list .product-items .item.product.product-item .product-item-info .product-img {
  height: 290px;
}
.our-bestsellers-main .owl-nav {
  display: block !important;
}
.our-bestsellers-main .owl-prev,
.our-bestsellers-main .owl-next {
  position: absolute;
  top: 40%;
  background: #000;
  color: #fff;
  padding: 5px 12px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}
.our-bestsellers-main .owl-prev {
  left: -48px;
}
.our-bestsellers-main .owl-next {
  right: -25px;
}
.our-bestsellers-main .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}
.our-bestsellers-main .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.our-bestsellers-main button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.our-bestsellers-main .owl-prev {
  border-radius: 50px !important;
  border: 1px solid #c2c2c2 !important;
  width: 32px;
  height: 32px;
}
.our-bestsellers-main .owl-dots .owl-dot.active span {
  background: #565961 !important;
  width: 40px !important;
}
.our-bestsellers-main .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #565961;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.our-bestsellers-main .owl-prev:hover,
.our-bestsellers-main .owl-prev:focus {
  background-position: 0 0 !important;
  background: none !important;
}
.our-bestsellers-main .owl-next {
  right: 10px !important;
  border-radius: 50px !important;
  border: 1px solid #c2c2c2 !important;
  width: 32px;
  height: 32px;
}
.our-bestsellers-main .owl-next:hover,
.our-bestsellers-main .owl-next:focus {
  background-position: -43px 0 !important;
  background: none !important;
}
.our-bestsellers-main .owl-nav {
  position: absolute !important;
  top: -50px !important;
  margin-top: -16px !important;
  outline: 0 !important;
  width: 32px !important;
  height: 32px !important;
  text-indent: -9999px !important;
  z-index: 9999 !important;
  right: 0px !important;
}
.our-bestsellers-main .bestseller-pro-info .image-section {
  height: 270px;
}
.our-bestsellers-main .bestseller-pro-info .image-section .product-image-photo.img-thumbnail {
  border: none !important;
  position: initial !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  width: 40px !important;
}
.page-products.page-layout-2columns-left .products-grid .product-item {
  margin-left: 2%;
  padding: 5px;
  width: calc((100% - 6%)/3);
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 8px !important;
  height: 8px !important;
  background: #565961 !important;
}
#ajax-addmulti .products-grid .product-item-info:hover {
  padding: 0px !important;
  margin: 0px !important;
}
#ajax-addmulti .products-grid .product-item-info.active {
  padding: 0px !important;
  margin: 0px !important;
}
.mfp-content .popup .header strong {
  font-size: 18px;
}
.mfp-content .popup .message a {
  color: #022C95 !important;
}
.product.media .owl-carousel {
  display: block !important;
}
#horizontal-thumbnails .owl-stage-outer {
  overflow: hidden;
}
#horizontal-thumbnails .owl-stage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  /* Adjust spacing between items */
  transform: none !important;
  transition: none !important;
  width: auto !important;
}
#horizontal-thumbnails .owl-item {
  width: 100% !important;
}
#horizontal-thumbnails .item-thumb {
  padding: 5px;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
}
#horizontal-thumbnails .item-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
#horizontal-thumbnails .owl-nav {
  display: none;
}
.configurable-product-table .qty {
  text-align: center;
}
.product-img-slider.owl-carousel .owl-nav > button.owl-prev1 {
  left: 0px;
}
.product-img-slider.owl-carousel .owl-nav > button.disabled {
  color: #c2c2c2;
  border-color: #c2c2c2 !important;
  cursor: auto;
  pointer-events: none;
  opacity: 0.4;
}
.product-img-slider.owl-carousel .owl-nav button {
  width: 38px;
  height: 38px;
  border-radius: 50% !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  color: #222;
  border: 2px solid #222 !important;
  background: 0 0;
  font-size: 30px !important;
  text-align: center;
  transition: all 0.3s !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  line-height: 38px;
  opacity: 0;
  visibility: hidden;
}
.product-img-slider.owl-carousel .owl-nav > button.owl-next {
  right: 30px;
}
.product-img-slider.owl-carousel .owl-nav > button i {
  font-weight: 600;
  line-height: 36px;
  display: block;
}
.product-img-slider.owl-carousel .owl-nav button:not(.disabled):hover {
  background-color: #022c95 !important;
  color: #fff;
  border-color: #022c95 !important;
}
.owl-carousel:hover .owl-nav > button {
  opacity: 1;
  visibility: visible;
}
.owl-carousel.product-img-slider .owl-nav > button.owl-prev1 {
  left: 30px;
}
.owl-carousel.product-img-slider .owl-nav > button.disabled {
  color: #c2c2c2;
  border-color: #c2c2c2 !important;
  cursor: auto;
  pointer-events: none;
  opacity: 0.4;
}
.owl-carousel.product-img-slider .owl-nav button {
  width: 38px;
  height: 38px;
  border-radius: 50% !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  color: #222;
  border: 2px solid #222 !important;
  background: 0 0;
  font-size: 30px !important;
  text-align: center;
  transition: all 0.3s !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  line-height: 38px;
  opacity: 0;
  visibility: hidden;
}
.owl-carousel.product-img-slider .owl-nav > button.owl-next {
  right: 30px;
}
.owl-carousel.product-img-slider .owl-nav > button i {
  font-weight: 600;
  line-height: 36px;
  display: block;
}
.owl-carousel.product-img-slider .owl-nav button:not(.disabled):hover {
  background-color: #022c95 !important;
  color: #fff;
  border-color: #022c95 !important;
}
.owl-carousel:hover .owl-nav > button {
  opacity: 1;
  visibility: visible;
}
#shopping-cart-table .product-item-details .product-item-name a {
  font-weight: bold !important;
}
.proreview.simple-product-details #product_just_stars .SA__review_widget_item .SA__total_reviews a {
  color: #565a62 !important;
}
.ChurchChoir .ammenu-submenu-wrapper {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 250px !important;
  left: initial !important;
  padding: 0px !important;
}
.ChurchChoir .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item {
  width: 100% !important;
  float: left;
  padding-bottom: 5px !important;
  padding-right: 0px !important;
}
.ChurchChoir .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title {
  font-size: 13px !important;
  text-transform: capitalize !important;
  color: #141414 !important;
  font-weight: normal !important;
  font-family: 'Albert Sans Regular';
  padding: 5px !important;
  padding-left: 13px !important;
  line-height: 1.75;
}
.ChurchChoir .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title:after {
  background: none !important;
}
.ChurchChoir .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title:hover {
  background: #e6ae00 !important;
  color: #222 !important;
}
.HonorCords .ammenu-submenu-wrapper {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 250px !important;
  left: initial !important;
  padding: 0px !important;
}
.HonorCords .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item {
  width: 100% !important;
  float: left;
  padding-bottom: 5px !important;
  padding-right: 0px !important;
}
.HonorCords .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title {
  font-size: 13px !important;
  text-transform: capitalize !important;
  color: #141414 !important;
  font-weight: normal !important;
  font-family: 'Albert Sans Regular';
  padding: 5px !important;
  padding-left: 13px !important;
  line-height: 1.75;
}
.HonorCords .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title:after {
  background: none !important;
}
.HonorCords .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title:hover {
  background: #e6ae00 !important;
  color: #222 !important;
}
.StolesSashes .ammenu-submenu-wrapper {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 500px !important;
  left: initial !important;
}
.StolesSashes .ammenu-submenu-wrapper ul.ammenu-list {
  width: 50% !important;
}
.StolesSashes .ammenu-submenu-wrapper ul.ammenu-list .ammenu-item.category-item .ammenu-link {
  font-size: 13px !important;
  text-transform: capitalize !important;
  color: #141414 !important;
  font-weight: normal !important;
  font-family: 'Albert Sans Regular';
  padding: 5px !important;
  padding-left: 13px !important;
  line-height: 26px !important;
}
.StolesSashes .ammenu-submenu-wrapper ul.ammenu-list .ammenu-item.category-item .ammenu-link:hover {
  background: #e6ae00 !important;
  color: #222 !important;
}
.StolesSashes .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item {
  width: 100% !important;
  float: left;
  padding-bottom: 5px !important;
  padding-right: 0px !important;
}
.StolesSashes .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title123:after {
  background: none !important;
}
.StolesSashes .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title:hover {
  background: #e6ae00 !important;
  color: #222 !important;
}
.DiplomaCovers\&Frames .ammenu-submenu-wrapper {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 250px !important;
  left: initial !important;
  padding: 0px !important;
}
.DiplomaCovers\&Frames .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item {
  width: 100% !important;
  float: left;
  padding-bottom: 5px !important;
  padding-right: 0px !important;
}
.DiplomaCovers\&Frames .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title {
  font-size: 13px !important;
  text-transform: capitalize !important;
  color: #141414 !important;
  font-weight: normal !important;
  font-family: 'Albert Sans Regular';
  padding: 5px !important;
  padding-left: 13px !important;
  line-height: 1.75;
}
.DiplomaCovers\&Frames .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title:after {
  background: none !important;
}
.DiplomaCovers\&Frames .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title:hover {
  background: #e6ae00 !important;
  color: #222 !important;
}
.TasselsandMore .ammenu-submenu-wrapper {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 250px !important;
  left: initial !important;
  padding: 0px !important;
}
.TasselsandMore .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item {
  width: 100% !important;
  float: left;
  padding-bottom: 5px !important;
  padding-right: 0px !important;
}
.TasselsandMore .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title {
  font-size: 13px !important;
  text-transform: capitalize !important;
  color: #141414 !important;
  font-weight: normal !important;
  font-family: 'Albert Sans Regular';
  padding: 5px !important;
  padding-left: 13px !important;
  line-height: 1.75;
}
.TasselsandMore .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title:after {
  background: none !important;
}
.TasselsandMore .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title:hover {
  background: #e6ae00 !important;
  color: #222 !important;
}
.Sale .ammenu-link {
  color: red !important;
}
.Sale .ammenu-submenu-wrapper {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 215px !important;
  left: initial !important;
  padding: 0px !important;
}
.Sale .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item {
  width: 100% !important;
  float: left;
  padding-bottom: 5px !important;
  padding-right: 0px !important;
}
.Sale .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title {
  font-size: 13px !important;
  text-transform: capitalize !important;
  color: #141414 !important;
  font-weight: normal !important;
  font-family: 'Albert Sans Regular';
  padding: 5px !important;
  padding-left: 13px !important;
  line-height: 1.75;
}
.Sale .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title:after {
  background: none !important;
}
.Sale .ammenu-submenu-wrapper .ammenu-category-tree.ammenu-column.category-item .ammenu-title:hover {
  background: #e6ae00 !important;
  color: #222 !important;
}
.our-bestsellers-main .row {
  padding: 0px 15px;
}
.wishlist-index-index .products-grid .product-item-info,
.wishlist-index-index .products-grid .product-item-info.active {
  padding: 10px !important;
}
.wishlist-index-index .products-grid .product-item-info:hover,
.wishlist-index-index .products-grid .product-item-info.active {
  margin: 0px !important;
}
.wishlist-index-index .product-item-inner:hover {
  margin: 0px !important;
  box-shadow: inherit;
}
.wishlist-index-index .product-item-inner {
  box-shadow: inherit !important;
}
.wishlist-index-index .product-items .product-item {
  height: 530px;
}
.wishlist-index-index .product-items .product-item .product-item-actions .action.edit {
  background: none !important;
  border-color: inherit !important;
}
.wishlist-index-index .product-items .product-item .box-tocart .actions-primary .action.primary {
  background-color: #022c95 !important;
  border-color: #022c95 !important;
  height: 40px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 36px;
  border-radius: 40px;
}
.product-options-wrapper .fieldset {
  margin-bottom: 0px;
}
.product.info.detailed .col-sm-6.col-xs-12.mapimg {
  max-width: 100% !important;
}
.product.info.detailed .col-sm-6.col-xs-12.para {
  max-width: 100% !important;
  padding: 0px;
}
.product.info.detailed .col-sm-6.col-xs-12.para .point-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #000616;
  padding-bottom: 10px;
}
.product.info.detailed .product.data.items .item.title {
  font-weight: 600 !important;
  line-height: 37px !important;
  font-size: 14px !important;
  color: #000 !important;
}
.product.info.detailed .product.data.items a {
  color: #000 !important;
}
.product-add-form .total-area {
  border: none !important;
  width: 70%;
  float: left;
  padding: 0px;
  position: inherit !important;
  top: 0px;
}
.product-add-form .total-area .qty-total .label b {
  font-weight: normal !important;
}
.product-add-form .total-area .qty-total .value {
  font-weight: normal !important;
}
.product-add-form .total-area .price-total {
  font-size: 16px !important;
  font-weight: bold;
}
.product-add-form .total-area .value {
  font-weight: bold;
}
.product-add-form .product-options-wrapper {
  margin-bottom: 0px;
}
.product-add-form .promessage-sec {
  width: 100% !important;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  border-top: solid 1px #ccc;
  position: relative;
  top: 30px;
}
.product-add-form .product-options-bottom {
  clear: both;
  height: 66px;
}
.product-add-form .product-options-bottom .box-tocart.box-cart-new {
  width: 44%;
  float: right;
  padding: 0px;
  height: 46px !important;
}
.contact-index-index .margin-bottom60 {
  margin-bottom: 60px;
}
.contact-index-index .form.contact {
  width: 100% !important;
}
.contact-index-index .contactfields {
  width: 400px;
}
.contact-index-index .actions-toolbar {
  text-align: right;
  float: right;
  clear: both;
  margin: 15px 0 50px 0;
  padding: 8px 0 0;
  border-top: 1px solid #e4e4e4;
  width: 100%;
}
.contact-index-index .actions-toolbar .required {
  font-size: 11px;
  text-align: right;
  color: #eb340a;
}
.contact-index-index .actions-toolbar .primary {
  float: right;
}
.contact-index-index .actions-toolbar button.action.submit.primary {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: 0 0;
  cursor: pointer;
  background: url(../images/more_btn.png) repeat-x scroll 0 0 transparent;
  height: 27px;
  border-radius: 0;
  padding-bottom: 10px;
}
.contact-index-index .actions-toolbar button.action.submit.primary span {
  display: block;
  padding: 5px 8px;
  font-size: 12px;
  font-family: 'Albert Sans Regular' !important;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  height: 16px;
}
.contact-index-index .fieldset {
  border: 1px solid #bbafa0;
  background: #fbfaf6;
  padding: 22px 25px 12px 33px;
  margin: 28px 0;
}
.contact-index-index .fieldset .field.name.required {
  float: left;
  width: 49%;
}
.contact-index-index .fieldset .field.email.required {
  float: right;
  width: 49%;
}
.contact-index-index .fieldset .legend {
  border-bottom: none !important;
}
.contact-index-index .fieldset .legend span {
  float: left;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #f19900;
  background: #f9f3e3;
  color: #e76200;
  margin: -33px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  text-transform: uppercase;
}
.contact-index-index .cont_link {
  font-size: 12px;
  color: #009;
  text-decoration: none;
  line-height: 20px;
  font-weight: 700;
}
.contact-index-index .contactcontain {
  border: 1px solid;
  background: url(../images/bkg_login-box.gif) repeat-x scroll 0 0 #faf7ee;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  min-height: 240px;
  padding: 14px 21px;
  border-bottom: 1px solid #bbb6a5;
}
.trustpilot-widget {
  margin-top: 21px;
}
.landing-categories-detail .main-cat h2 a:hover {
  text-decoration: none;
}
.landing-categories-detail .main-cat .btn-primary:hover {
  color: #e6ae00 !important;
}
.product-desc h5 strong {
  font-weight: 700;
  font-size: 18px;
}
#layer-product-list .toolbar-amount {
  font-family: 'Albert Sans Regular';
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -1%;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  color: #e6ae00;
}
.use-ajax.action.towishlist.action-towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.towishlist span {
  display: none;
}
.sidebar.sidebar-additional {
  display: none;
}
.product-image-container {
  aspect-ratio: 326 / 290 !important;
}
.catalogsearch-result-index .item.product.product-item .product-item-info .product.details.product-item-details .pro-info .swatchsimg {
  height: 40px;
}
.catalogsearch-result-index .item.product.product-item .product-item-info .product.details.product-item-details .pro-info .swatchsimg img {
  display: inline-block;
  margin: 0 0 5px 0;
  width: 25px;
  height: 25px;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 50%;
}
.catalogsearch-result-index .search.results .block .title {
  font-family: 'Albert Sans Regular';
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000616;
}
.catalogsearch-result-index .actions-secondary {
  float: right;
}
.catalogsearch-result-index .actions-secondary span {
  display: none;
}
.catalogsearch-result-index .action.tocompare {
  display: none;
}
.product.media {
  display: inline-block;
}
.gallery-placeholder {
  width: 100%;
}
.product-desc {
  width: 100%;
  margin-top: 20px;
}
.product-desc h4 {
  color: #202020;
  font-family: 'Albert Sans Regular';
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18.5px;
  padding: 10px 0;
}
.det_line {
  clear: both;
}
.more-color {
  color: #022c95 !important;
  text-decoration: underline;
}
.page-layout-1column .product.media {
  width: 50% !important;
}
.page-layout-1column .product-info-main {
  width: 48% !important;
  margin-bottom: 50px;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root .ammenu-item .ammenu-link.-current {
  background: #FFC718 !important;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root .ammenu-item .ammenu-link:hover {
  background: #FFC718 !important;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: url('../images/wishlist-final-main-one.png') !important;
  display: inline-block;
  width: 26px;
  height: 23px;
  margin-right: 5px;
}
.action.towishlist:hover {
  background: url(../images/wishlist-final-main-one-hover.svg);
  background-repeat: no-repeat;
  background-position: 2px 3px;
}
.product-item-details .product-item-name {
  font-family: 'Albert Sans Regular';
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000616;
}
.product-item-details .product-item-name a {
  color: #000616;
}
.product-item-details .product-item-name a:hover {
  color: #022c95;
  text-decoration: none;
}
.block-minicart.ui-dialog-content.ui-widget-content #minicart-content-wrapper .block-content .actions .primary .action.primary.checkout {
  color: #022c95 !important;
  background-color: #fff !important;
  border: solid 1px #022c95 !important;
  border-radius: 40px;
  font-family: 'Albert Sans Regular' !important;
  font-weight: 600;
}
.block-minicart.ui-dialog-content.ui-widget-content #minicart-content-wrapper .block-content .actions .primary .action.primary.checkout:hover {
  color: #fff !important;
  background-color: #022c95 !important;
}
.block-minicart.ui-dialog-content.ui-widget-content #minicart-content-wrapper .block-content .actions .secondary .action.viewcart {
  color: #022c95 !important;
  background-color: #fff !important;
  border: solid 1px #022c95 !important;
  border-radius: 40px;
  padding: 14px 17px;
  font-size: 1.8rem;
  font-family: 'Albert Sans Regular' !important;
  font-weight: 600;
  width: 100%;
  display: inline-block;
}
.block-minicart.ui-dialog-content.ui-widget-content #minicart-content-wrapper .block-content .actions .secondary .action.viewcart:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #022c95 !important;
}
.action-secondary.action-dismiss {
  border: 2px solid #022c95 !important;
  background-color: #022c95 !important;
  color: #fff;
  border-radius: 50px;
}
.action-primary.action-accept {
  border: 2px solid #022c95 !important;
  background-color: #022c95 !important;
  color: #fff;
  border-radius: 50px;
}
.block-collapsible-nav .content {
  background: none !important;
}
.authentication-wrapper .action.action-auth-toggle {
  color: #fff !important;
  font-size: 16px !important;
  background-color: #022c95 !important;
  border-color: #022c95 !important;
  padding: 7px 11px;
}
.actions-toolbar .secondary .action.action-remind {
  color: #022c95 !important;
}
#layer-product-list .search.results .block .item a {
  color: #022c95 !important;
}
.account .block-minicart .action.edit {
  background: none !important;
  border-color: #fff !important;
}
.account .fieldset.password {
  width: 100%;
}
.account .account-section__title-label {
  margin-bottom: 20px;
  font-size: 21px !important;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.account .pages strong.page {
  padding: 0px 10px !important;
}
.account .box-content a {
  color: #8e8e8e !important;
}
.account .actions-toolbar .primary .action.save.primary {
  color: #ffffff !important;
  background-color: #022c95 !important;
  border-color: #022c95 !important;
  height: 40px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 36px;
}
.account .actions-toolbar .primary .action.save.primary span {
  font-size: 1.4rem !important;
}
.account .actions-toolbar .primary .action.primary.add {
  color: #ffffff !important;
  background-color: #022c95 !important;
  border-color: #022c95 !important;
  height: 40px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 36px;
}
.account .actions-toolbar .secondary .action.back {
  display: block !important;
  color: #ffffff !important;
  background-color: #022c95 !important;
  border-color: #022c95 !important;
  height: 40px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 36px;
  border-radius: 40px;
  margin-top: 0px;
}
.account .fieldset.info {
  width: 100% !important;
}
.account .fieldset.info .field.field-name-firstname.required {
  float: left;
  width: 49%;
}
.account .fieldset.info .field.field-name-firstname.required .label {
  display: none;
}
.account .fieldset.info .field.field-name-lastname.required {
  float: right;
  width: 49%;
}
.account .fieldset.info .field.field-name-lastname.required .label {
  display: none;
}
.account .fieldset.info .field.gender {
  display: none;
}
.account .fieldset.info .field.choice:last-child {
  display: none;
}
.account .fieldset.info .field.choice {
  clear: both;
}
.account .legend {
  border-bottom: none;
  padding: bottom:0px;
}
.account .legend span {
  margin: 0;
  line-height: 1;
  display: block;
  color: #222;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.account .col.actions .action.view {
  color: #8e8e8e;
}
.account .col.actions .action.view:hover {
  color: #022c95 !important;
}
.account .col.actions .action.order {
  color: #8e8e8e;
}
.account .col.actions .action.order:hover {
  color: #022c95 !important;
}
.account .col.actions .action.edit:hover {
  color: #022c95 !important;
}
.account .col.actions .action.edit {
  color: #8e8e8e !important;
  background: none !important;
  border-color: none !important;
  padding: 0px !important;
  text-align: center;
  margin-right: 0px !important;
}
.account .action.edit {
  color: #ffffff !important;
  background-color: #022c95 !important;
  border-color: #022c95 !important;
  padding: 10px 25px;
  line-height: 34px;
  border-radius: 40px;
  text-align: center;
  margin-right: 15px;
}
.account .action.edit:hover {
  text-decoration: none;
}
.account .order .action.view {
  color: #ffffff !important;
  background-color: #022c95 !important;
  border-color: #022c95 !important;
  padding: 10px 25px;
  line-height: 34px;
  border-radius: 40px;
  text-align: center;
  margin-right: 15px;
}
.account .order .action.view:hover {
  text-decoration: none;
}
.account .box .box-title span {
  margin: 0;
  line-height: 1;
  display: block;
  color: #222;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.account .box .box-actions .action:after {
  display: none;
}
.account .box .box-actions .action.edit {
  color: #ffffff !important;
  background-color: #022c95 !important;
  border-color: #022c95 !important;
  padding: 10px 25px;
  line-height: 34px;
  border-radius: 40px;
  text-align: center;
  margin-right: 15px;
}
.account .box .box-actions .action.edit:hover {
  text-decoration: none;
}
.account .box .box-actions .action.change-password:hover {
  text-decoration: none;
}
.account .box .box-actions .action.change-password {
  color: #ffffff !important;
  background-color: #022c95 !important;
  border-color: #022c95 !important;
  padding: 10px 25px;
  line-height: 34px;
  border-radius: 40px;
  text-align: center;
}
.account .sidebar.sidebar-main .block-collapsible-nav .item a {
  padding: 10px 15px;
}
.account .sidebar.sidebar-main .block-collapsible-nav .item a:hover {
  color: #022c95 !important;
}
.account .sidebar.sidebar-main .block-collapsible-nav .item.current strong {
  border: none !important;
  padding-left: 0px !important;
}
.account .sidebar.sidebar-main .content.block-collapsible-nav-content .nav.items {
  display: inherit;
}
.account .sidebar.sidebar-main .content.block-collapsible-nav-content .nav.items .delimiter {
  display: none;
}
.account .sidebar.sidebar-main .content.block-collapsible-nav-content .nav.items .nav.item {
  width: 100%;
  display: block;
}
.tp-widget-review {
  background: #F5F7FB;
  border-radius: 10px;
  width: 252px;
  height: 240px;
  justify-content: space-between;
  padding: 20px;
}
.block-title.title {
  margin-top: 20px;
}
.block-title.title #block-upsell-heading {
  font-family: 'Albert Sans Regular';
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.products-grid.products-upsell .products.product-items .product-item {
  width: 23.5%;
  margin-right: 15px;
  text-align: center;
}
.products-grid.products-upsell .products.product-items .product-item .product-item-info .product.details.product-item-details .product.name.product-item-name {
  text-align: center !important;
}
.page-title-returns {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin: 0 0 25px;
}
.page-title-returns h1 {
  font-size: 20px;
  color: #0a263c;
  margin: 0px;
  padding-bottom: 10px;
}
.tier-pricing {
  display: none;
}
.page-title-wrapper {
  display: none;
}
.banner-top {
  background: #acd1f5;
  display: flex;
}
.banner-top .banner-top-contant {
  width: 50%;
}
.banner-top .banner-top-contant .banner-top-text {
  padding: 100px 0 0 199px;
}
.banner-top .banner-top-contant .banner-top-text h1 {
  color: #000616;
  font-size: 37px;
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 20px;
}
.banner-top .banner-top-contant .banner-top-text p {
  color: #000616;
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 420;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  margin-bottom: 25px;
}
.banner-top .banner-top-contant .banner-top-text .shop-btn {
  width: 250px;
  height: 48px;
  padding: 12px 30px 12px 30px;
  gap: 10px;
  border-radius: 50px;
  text-align: center;
  background: #FFFFFF;
  color: #000616;
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.banner-top .banner-top-contant .banner-top-text .shop-btn a {
  color: #000616;
}
.banner-top .banner-top-images {
  width: 50%;
}
.banner-top .banner-top-images img {
  float: right;
}
.feature-categories-main {
  margin-top: 50px;
  margin-bottom: 50px;
}
.feature-categories-main .featured-categories {
  padding: 0px;
  margin: 0px;
}
.feature-categories-main .featured-categories h3 {
  font-family: 'Albert Sans Regular';
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.feature-categories-main .featured-categories .feature-category-block {
  background: #F5F7FB;
  background-repeat: no-repeat !important;
  height: 295px;
  border-radius: 8px;
  border-top: 4px solid #022C95;
}
.feature-categories-main .featured-categories .feature-category-block h5 {
  font-family: 'Albert Sans Regular';
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-left: 20px;
  padding-top: 32px;
}
.feature-categories-main .featured-categories .feature-category-block h5 a {
  color: #000616;
}
.feature-categories-main .featured-categories .feature-category-block ul {
  margin-top: 15px;
  padding-left: 20px;
}
.feature-categories-main .featured-categories .feature-category-block ul li {
  margin: 0px;
  padding: 0px;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  list-style: none;
}
.feature-categories-main .featured-categories .feature-category-block ul li a {
  color: #000616;
  text-decoration: none;
}
.feature-categories-main .featured-categories .feature-category-block ul li a:hover {
  text-decoration: underline;
}
.feature-categories-main .featured-categories .university-college {
  background: #F5F7FB url(../images/university-college-future.png) right bottom !important;
  background-repeat: no-repeat !important;
  height: 295px;
}
.feature-categories-main .featured-categories .high-middle-school {
  background: #F5F7FB url(../images/featured-cat-highschool.png) right bottom !important;
  background-repeat: no-repeat !important;
  height: 295px;
}
.feature-categories-main .featured-categories .diplomas_covers_frames {
  background: #F5F7FB url(../images/diplomas-covers-frames-bottom.png) right bottom !important;
  background-repeat: no-repeat !important;
  height: 322px;
}
.feature-categories-main .featured-categories .Keepsakes-new {
  background: #F5F7FB url(../images/keepsakes.png) right bottom !important;
  background-repeat: no-repeat !important;
  height: 322px;
}
.feature-categories-main .featured-categories .jrhigh-middle-elementary-school {
  background: #F5F7FB url(../images/featured-cat-elementary.png) right bottom !important;
  background-repeat: no-repeat !important;
}
.feature-categories-main .featured-categories .kindergarten-preschool {
  background: #F5F7FB url(../images/featured-cat-kinder.png) right bottom !important;
  background-repeat: no-repeat !important;
}
.feature-categories-main .featured-categories .kindergarten-bottom {
  margin-top: 25px;
}
.feature-categories-main .featured-categories .kindergarten-bottom .honor_cords {
  background: #F5F7FB url(../images/DG-honor-cord-FIX.png) right bottom !important;
  background-repeat: no-repeat !important;
  height: 322px;
}
.feature-categories-main .featured-categories .kindergarten-bottom .stoles_sashes {
  background: #F5F7FB url(../images/stoles_sashes_future.png) right bottom !important;
  background-repeat: no-repeat !important;
  height: 322px;
}
.feature-categories-main .featured-categories .kindergarten-bottom .accessories-new {
  background: #F5F7FB url(../images/Featured-accessories.png) right bottom !important;
  background-repeat: no-repeat !important;
  height: 322px;
}
.old-price {
  width: 100%;
  float: left;
}
.old-price .price-container.price-final_price.tax.weee {
  justify-content: space-between;
  display: flex;
}
button:focus {
  outline: 1px dotted;
  outline: aliceblue;
}
.checkout-cart-configure .product-add-form .product-options-bottom .box-tocart.update .fieldset .field.qty {
  float: left;
  width: 50%;
  display: flex;
}
.checkout-cart-configure .product-add-form .product-options-bottom .box-tocart.update .fieldset .field.qty .label {
  margin-right: 10px !important;
  padding-top: 8px;
}
.checkout-cart-configure .product-add-form .product-options-bottom .box-tocart.update .fieldset .coap_subtotal .coap_subtotal_amount {
  float: right;
}
.checkout-cart-configure .product-add-form .product-options-bottom .box-tocart.update .fieldset .actions .action.primary.tocart {
  border-radius: 50px;
  background: #FFC718;
  border: 1px solid #FFC718;
  color: #000616 !important;
}
.login-wishlist-section {
  order: 1;
  width: 56px;
  display: flex;
}
.login-wishlist-section .head-time-section {
  width: 100%;
  display: flex;
}
.login-wishlist-section .head-time-section .head-need-help {
  display: table-cell;
  padding-top: 10px;
  border-right: solid 1px #fff;
  padding-right: 20px;
}
.login-wishlist-section .head-time-section .head-need-help .needhelp {
  color: #fff !important;
}
.login-wishlist-section .head-time-section .week-wroking-hours {
  margin: 0px;
  padding: 0px;
  width: 68%;
}
.login-wishlist-section .head-time-section .week-wroking-hours .phonenumber a {
  color: #FFC718 !important;
}
.login-wishlist-section .head-time-section .week-wroking-hours ul {
  margin-bottom: 0px;
}
.login-wishlist-section .head-time-section .week-wroking-hours ul li {
  list-style: none;
  margin-bottom: 0px;
}
.login-wishlist-section .head-time-section .week-wroking-hours ul li a {
  color: #fff !important;
}
.minicart-wrapper {
  order: 2;
}
.login-section {
  padding-right: 15px;
}
.ammenu-header-container .header.content .minicart-wrapper {
  margin: 0 10px 0 20px;
}
.modal-content {
  border: none !important;
}
.action.action-login.secondary {
  background: #022C95 !important;
}
.action.primary.checkout.amasty {
  background-color: #022c95 !important;
  border-color: #022c95 !important;
}
.form.methods-shipping #checkout-shipping-method-load .table-checkout-shipping-method.amcheckout-shipping-methods .amcheckout-items .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.mark {
  background: #fff !important;
}
.opc-block-summary {
  background: #fff !important;
}
button.action.action-login.secondary {
  color: #fff !important;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  color: #022c95 !important;
}
.checkout-index-index .modal-popup.agreements-modal.modal-slide .action-close {
  right: 0px !important;
  top: 0px !important;
}
.checkout-index-index .modal-popup .action-close {
  background: none !important;
  -webkit-border-radius: 50%;
  margin-top: 5px !important;
  margin-right: 5px !important;
}
.checkout-index-index .modal-popup .action-close {
  right: -11px !important;
  top: -18px !important;
}
.checkout-index-index .modal-popup .action-close:before,
.checkout-index-index .modal-popup .modal-slide .action-close:before {
  font-size: 16px !important;
  width: 32px !important;
  height: 32px !important;
  color: #fff !important;
  background: none !important;
  border: none !important;
  padding-top: 8px;
}
.checkout-index-index .modal-popup .action-close:hover:before {
  border-color: #022c95 !important;
}
.checkout-index-index .modal-popup .action-close:before {
  background: none !important;
  border-radius: 50px;
  color: #757575 !important;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  margin-left: auto !important;
  width: 578px !important;
  left: inherit !important;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-header {
  border-bottom: none !important;
}
.checkout-index-index .modal-popup .modal-inner-wrap footer.modal-footer {
  display: block;
  text-align: right;
}
.checkout-index-index .modal-popup .modal-inner-wrap .checkout-agreements-item-content {
  overflow: hidden !important;
  height: auto;
}
.checkout-index-index .label {
  font-family: 'Albert Sans Regular';
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 20px;
  color: #000616;
}
.checkout-index-index .checkout-block {
  border-radius: 10px;
  border: 1px solid #E5E5E6;
}
.checkout-index-index .step-title {
  font-family: 'Albert Sans Regular';
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000616;
}
.checkout-index-index .checkout-container {
  background: none !important;
  padding: 0px;
}
.checkout-index-index .checkout-container .checkout-header .title {
  font-family: 'Albert Sans Regular';
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000616;
}
.checkout-index-index .checkout-container .checkout-header .description {
  font-family: 'Albert Sans Regular';
  font-weight: 420;
  font-size: 14px;
  line-height: 20px;
  color: #565961;
}
.checkout-cart-index .column.main .cart-empty {
  text-align: center;
  font-size: 15px;
  padding: 24px 15px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.checkout-cart-index .column.main .cart-empty a {
  color: #022c95;
}
.checkout-cart-index .column.main .cart-empty a:hover {
  color: #022c95;
}
.checkout-cart-index .modal-inner-wrap .modal-header {
  border-bottom: none;
}
.checkout-cart-index .modal-inner-wrap .modal-content {
  border: none !important;
}
.checkout-cart-index .modal-inner-wrap .modal-footer {
  border: none !important;
}
.checkout-cart-index button.action-primary.action-accept {
  background-color: #022c95 !important;
  border: none !important;
}
.checkout-cart-index .cart-discount #discount-coupon-form .actions-toolbar .primary .action.apply.primary {
  background: #022c95;
  border: 1px solid #022c95;
  color: #ffffff !important;
}
.checkout-cart-index .cart-discount .block > .title strong {
  color: #022c95 !important;
  font-weight: 400;
}
.checkout-cart-index .checkout-methods-items .item .action.multicheckout {
  color: #022c95 !important;
}
.checkout-cart-index .mark {
  background: none !important;
}
.checkout-cart-index .block.crosssell {
  margin-top: 57px;
}
.checkout-cart-index .block.crosssell .products-grid .product-item {
  width: 32%;
  margin-right: 10px;
}
.checkout-cart-index .block.crosssell .product.actions.product-item-actions .secondary-addto-links.actions-secondary {
  display: none !important;
}
.checkout-cart-index .block.crosssell .product.actions.product-item-actions .actions-primary {
  width: 100%;
}
.checkout-cart-index .block.crosssell .product.actions.product-item-actions .actions-primary button.action.tocart.primary {
  width: 100%;
  color: #022c95 !important;
  background-color: #fff !important;
  border: solid 1px #022c95 !important;
  border-radius: 50px;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
}
.checkout-cart-index .block.crosssell .product.actions.product-item-actions .actions-primary button.action.tocart.primary:hover {
  color: #fff !important;
  background-color: #022c95 !important;
}
.checkout-cart-index .block.crosssell #block-crosssell-heading:before {
  left: -75px;
}
.checkout-cart-index .block.crosssell #block-crosssell-heading:after {
  right: -75px;
}
.checkout-cart-index .block.crosssell #block-crosssell-heading:before,
.checkout-cart-index .block.crosssell #block-crosssell-heading:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #141414;
  top: 48%;
}
.checkout-cart-index .block.crosssell .block-title.title {
  text-align: center;
  margin-bottom: 33px;
  display: inline-block;
  position: relative;
  color: #000616;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Albert Sans Regular';
  width: 100%;
}
.checkout-cart-index .block.crosssell .block-title.title #block-crosssell-heading {
  text-align: center;
  margin-bottom: 33px;
  display: inline-block;
  position: relative;
  color: #000616;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Albert Sans Regular';
}
.checkout-cart-index .cart.main.actions .action.continue {
  display: block !important;
  background: none !important;
  border: 1px solid #D5D6D7 !important;
  border-radius: 50px;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  float: left;
  height: 40px;
  font-weight: 600;
  padding: 1px 35px;
  line-height: 36px;
  color: #000616;
  text-align: center;
}
.checkout-cart-index .cart.main.actions .action.continue:hover {
  text-decoration: none;
}
.checkout-cart-index .cart.main.actions .action.clear {
  color: #000616 !important;
  background: none !important;
  border: solid 1px #D5D6D7 !important;
  border-radius: 50px;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  padding: 9px 15px;
  font-weight: 600;
}
.checkout-cart-index .cart.main.actions .action.clear:hover {
  text-decoration: none;
}
.checkout-cart-index .cart.main.actions .action.update {
  color: #ffffff !important;
  background-color: #000616 !important;
  border-color: #000616 !important;
  border-radius: 50px;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
  margin-top: 0px !important;
  text-align: center;
  background: none !important;
  border: 1px solid #ccc !important;
  padding-top: 2px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .control.qty {
  color: #4d4d4d;
  font-size: 14px;
  height: 40px;
  margin-bottom: 0;
  text-align: left;
  margin: 0 auto;
  width: 100px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.checkout-cart-index #shopping-cart-table tbody tr td {
  vertical-align: middle;
  border: 1px solid #eaeaea;
  padding: 25px 35px;
  border-bottom: none !important;
  border-top: none !important;
}
.checkout-cart-index #shopping-cart-table thead tr th {
  color: #2b2b2b;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  border: 1px solid #eaeaea;
  vertical-align: middle;
  padding: 14px 30px 11px;
  border-bottom: none;
  font-family: 'Albert Sans Regular';
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options {
  margin-top: 0px;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details dl.item-options dt {
  margin-top: 5px;
  color: #2a2a2a;
  font-weight: 400;
  font-size: 14px !important;
  font-family: 'Albert Sans Regular';
  width: 100%;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a {
  color: #000616;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Albert Sans Regular';
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a:hover {
  color: #022c95 !important;
  text-decoration: none;
}
.checkout-cart-index #shopping-cart-table .cart-price .price {
  color: #7b7b7b;
  font-size: 16px;
}
.checkout-cart-index .cart-container .cart-totals {
  border: none 1important;
}
.checkout-cart-index .cart-container .table-wrapper .data.table.totals .totals.sub .mark {
  font-family: 'Albert Sans Regular';
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000616;
}
.checkout-cart-index .cart-container .table-wrapper .data.table.totals .totals.sub .amount {
  font-family: 'Albert Sans Regular';
  font-weight: 420;
  font-size: 14px;
  line-height: 20px;
  color: #000616;
  text-align: right;
}
.checkout-cart-index .cart-container .table-wrapper .data.table.totals .grand.totals .mark strong {
  font-weight: 600;
  font-size: 14px;
  color: #000616;
  font-family: 'Albert Sans Regular';
}
.checkout-cart-index .cart-container .table-wrapper .data.table.totals .grand.totals .amount .price {
  font-weight: 420;
  font-size: 14px;
  color: #000616;
  font-family: 'Albert Sans Regular';
  font-family: Albert Sans;
  text-align: right;
}
.checkout-cart-index .cart-container .checkout.methods.items.checkout-methods-items .item .action.primary.checkout {
  background-color: #e6ae00 !important;
  border: 1px solid #e6ae00 !important;
  border-radius: 50px;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000616;
}
.checkout-cart-index .cart-container .checkout.methods.items.checkout-methods-items .item .action.primary.checkout:hover {
  background-color: #e6ae00 !important;
  border: 1px solid #e6ae00 !important;
}
input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=datetime],
input[type=email] {
  background: #fff !important;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  font-size: 13px;
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
  vertical-align: baseline;
  width: 100%;
  color: #878787;
  box-shadow: none !important;
}
.customer-account-forgotpassword .form.password.forget .fieldset:after {
  display: none !important;
}
.customer-account-forgotpassword .field.note {
  margin-bottom: 9px;
  font-size: 13px;
  color: #000616;
}
.customer-account-forgotpassword .field.captcha.required .label {
  font-weight: normal !important;
}
.customer-account-forgotpassword .form.password.forget {
  width: 100% !important;
}
.customer-account-forgotpassword .field.email.required label.label {
  display: none;
}
.customer-account-forgotpassword .actions-toolbar .primary {
  color: #ffffff !important;
  background-color: #022c95 !important;
  border-color: #022c95 !important;
  width: 49%;
  text-align: center;
  margin-right: 24px;
}
.customer-account-forgotpassword .actions-toolbar .primary .action.submit.primary {
  width: 100%;
  border: none;
  padding: 10px 0;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
}
.customer-account-forgotpassword .actions-toolbar .secondary {
  color: #ffffff !important;
  background-color: #022c95 !important;
  border-color: #022c95 !important;
  width: 49%;
  text-align: center;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border-radius: 50px;
  padding: 10px 0;
}
.customer-account-forgotpassword .actions-toolbar .secondary .action.back {
  display: block !important;
  margin-top: 0px;
  color: #fff !important;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}
.customer-account-forgotpassword .actions-toolbar .secondary .action.back :hover {
  color: #fff !important;
}
.customer-account-create .form.create.account.form-create-account {
  width: 100%;
}
.customer-account-create .field.field-name-firstname.required {
  width: 49%;
  float: left;
}
.customer-account-create .field.field-name-firstname.required label.label {
  display: none !important;
}
.customer-account-create .field.field-name-lastname.required {
  float: right;
  width: 49%;
}
.customer-account-create .field.field-name-lastname.required label.label {
  display: none !important;
}
.customer-account-create .field.choice.newsletter {
  clear: both;
}
.customer-account-create .fieldset.create.info .legend {
  border-bottom: none !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Albert Sans Regular';
  padding-bottom: 0px;
}
.customer-account-create .fieldset.create.info .legend span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Albert Sans Regular';
}
.customer-account-create .fieldset.create.account .label {
  font-size: 13px;
  font-weight: 500;
  font-family: 'Albert Sans Regular';
}
.customer-account-create .fieldset.create.account .legend {
  border-bottom: none !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Albert Sans Regular';
  padding-bottom: 0px;
}
.customer-account-create .fieldset.create.account .legend span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Albert Sans Regular';
}
.customer-account-create .field.gender {
  display: none;
}
.customer-account-create .field.choice {
  display: none;
}
.customer-account-create .field.choice.newsletter {
  display: block !important;
}
.customer-account-create .actions-toolbar .primary {
  color: #ffffff !important;
  background-color: #022c95 !important;
  border-color: #022c95 !important;
  width: 49%;
  text-align: center;
  margin-right: 24px;
}
.customer-account-create .actions-toolbar .primary .action.submit.primary {
  width: 100%;
  border: none;
  padding: 10px 0;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
}
.customer-account-create .actions-toolbar .secondary {
  color: #ffffff !important;
  background-color: #022c95 !important;
  border-color: #022c95 !important;
  width: 49%;
  text-align: center;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border-radius: 50px;
  padding: 0px;
}
.customer-account-create .actions-toolbar .secondary .action.back {
  display: block !important;
  margin-top: 0px;
  color: #fff !important;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}
.customer-account-create .actions-toolbar .secondary .action.back :hover {
  color: #fff !important;
}
.customer-account-login .field.choice {
  display: none;
}
.customer-account-login .login-container .control {
  width: 100% !important;
}
.customer-account-login .login-container .fieldset:after {
  display: none;
}
.customer-account-login .block.block-customer-login {
  min-height: 240px;
  padding: 14px 21px;
  background: #faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  width: 49%;
}
.customer-account-login .block.block-customer-login .fieldset:last-child {
  margin-bottom: 0;
}
.customer-account-login .block.block-customer-login .actions-toolbar .primary {
  float: right;
}
.customer-account-login .block.block-customer-login .actions-toolbar .primary .action.login.primary {
  overflow: visible;
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
  background: 0 0;
  cursor: pointer;
  background: url(../images/more_btn.png) repeat-x scroll 0 0 transparent;
  height: 27px;
  line-height: 0 !important;
  border-radius: 0;
  padding: 0 6px;
  font-size: 14px;
  font-family: 'Albert Sans Regular';
}
.customer-account-login .block.block-customer-login .actions-toolbar .secondary .action.remind {
  color: #8e8e8e;
  text-decoration: none;
}
.customer-account-login .block.block-customer-login .field.note {
  margin-top: 5px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 15px;
}
.customer-account-login .block.block-customer-login .label {
  font-size: 13px;
  color: #5f5f5f;
  padding: 0;
  margin: 0 0 9px;
  font-weight: 400;
  text-align: left;
  line-height: inherit;
}
.customer-account-login .block.block-customer-login .block-title strong {
  font-weight: 700 !important;
  font-size: 13px !important;
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #141414 0A 1;
  background-image: url(../images/i_page1.gif);
}
.customer-account-login .block.block-new-customer {
  min-height: 319px;
  padding: 14px 21px;
  background: #faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  width: 49%;
}
.customer-account-login .block.block-new-customer .block-title strong {
  font-weight: 700 !important;
  font-size: 13px !important;
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #141414 0A 1;
  background-image: url(../images/i_page2.gif);
}
.customer-account-login .block.block-new-customer .actions-toolbar .primary .action.create.primary {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: 0 0;
  cursor: pointer;
  background: url(../images/more_btn.png) repeat-x scroll 0 0 transparent;
  height: 27px;
  line-height: 26px !important;
  border-radius: 0;
  padding: 0 6px;
  font-size: 14px;
  font-family: 'Albert Sans Regular';
}
.customer-account-login .block.block-new-customer .actions-toolbar .primary .action.create.primary :hover {
  color: #fff !important;
}
.link-setup-form {
  margin-top: 25px;
}
.link-setup-form span strong {
  font-size: 24px;
  font-family: 'Albert Sans Regular';
}
.cms-host-graduation .link-setup-form-section form {
  width: 580px;
  margin: 0 auto;
  background: #F5F7FB;
  border-radius: 10px;
  padding: 32px 24px;
}
.cms-host-graduation .link-setup-form-section form .field.email {
  width: 48%;
  float: left;
}
.cms-host-graduation .link-setup-form-section form .field.name {
  float: right;
  width: 48%;
}
.cms-host-graduation .link-setup-form-section form .label {
  font-family: 'Albert Sans Regular';
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000616;
}
.cms-host-graduation .link-setup-form-section form input {
  border: 1px solid #D5D6D7;
  border-radius: 8px;
  margin-bottom: 15px !important;
}
.cms-host-graduation .link-setup-form-section form .btn {
  width: 100%;
}
.cms-host-graduation .link-setup-form-section form .btn .btnsubmit {
  background: #FFC718;
  border-radius: 50px;
  font-family: 'Albert Sans Regular';
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000616;
  width: 100%;
  padding: 10px 0px;
}
.category-landing .current-cat {
  background: url(../images/list_bg.jpg) repeat-x scroll 0 0 transparent;
  border: 1px solid #d7d7d7;
  height: 36px;
  line-height: 33px;
  margin-left: 6px;
  color: #022c95;
  font-size: 18px;
  padding-left: 10px;
  font-weight: 500;
  width: 100%;
}
.category-landing .first-item-sm {
  width: 100%;
}
.category-landing .landing-categories--item {
  margin-bottom: 40px;
}
.category-landing .landing-categories--thumb {
  position: relative;
  overflow: hidden;
}
.category-landing .landing-categories-detail {
  padding-top: 9px;
}
.category-landing .landing-categories-detail .cat_img_box {
  background: none repeat scroll 0 0 #fff;
  min-height: 220px;
  margin: 10px 10px 0;
  text-align: center;
}
.category-landing .landing-categories-detail ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.category-landing .landing-categories-detail ul li {
  border: 1px solid #e5e5e5;
  float: left;
  height: 335px;
  margin: 1%;
  text-align: center;
  width: calc(30%);
  border-radius: 10px;
  background: #fff;
}
.category-landing .landing-categories-detail ul li .cate_bt_title a {
  font-family: 'Albert Sans Regular';
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  color: #022c95;
  padding: 0 50px;
  text-decoration: none;
  background-color: #fff !important;
  border: solid 1px #022c95 !important;
  display: inline-block;
  line-height: 40px;
  border-radius: 50px;
  text-transform: uppercase;
}
.category-landing .landing-categories-detail ul li h3 {
  height: 40px;
  color: #141414;
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18.5px;
}
.category-landing .landing-categories-detail .main-cat {
  background: #022c95;
  border-radius: 5px;
  width: 100%;
  margin-left: 6px;
  padding: 9px 0 27px;
}
.category-landing .landing-categories-detail .main-cat h2 {
  font-size: 14px;
  padding-left: 8px;
  float: left;
}
.category-landing .landing-categories-detail .main-cat h2 a {
  color: #fff;
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 19px;
}
.category-landing .landing-categories-detail .main-cat .btn-primary {
  color: #fff;
  font-family: 'Albert Sans Regular';
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  float: right;
  font-weight: 400;
  margin-right: 10px;
  text-decoration: none;
  background: 0 0 !important;
  border: none !important;
  margin-top: 0 !important;
  padding: 0;
}
.category-landing .filter.block {
  border-top: none !important;
}
.category-landing .filter.block .filter-options-title {
  font-family: 'Albert Sans Regular';
  border-bottom: solid 1px #f3f3f3;
  padding-bottom: 10px;
  margin-bottom: 5px !important;
  color: #141414;
  font-size: 15px important;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 18px;
}
.category-landing .filter.block .filter-options-title:after {
  display: none;
}
.category-landing .filter.block .options.filter-options-item ul {
  padding: 0px;
  margin: 0px;
}
.category-landing .filter.block .options.filter-options-item ul li {
  line-height: 26px;
  list-style: none;
}
.category-landing .filter.block .options.filter-options-item ul li a {
  color: #141414 !important;
  font-family: 'Albert Sans Regular';
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
}
.category-landing .filter.block .options.filter-options-item ul h6 {
  text-transform: uppercase;
  padding: 8px 0;
  color: #141414;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 10px;
}
.category-landing .left-cat-section {
  width: 24% !important;
  float: left;
  border: 0.5px solid #e8e9ed;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  padding: 0 0 0 32px;
  padding-right: 2%;
}
.category-landing .landing-categories--grid {
  width: 75%;
  float: right;
  padding-left: 30px;
}
.customize-main {
  background: #022C95;
  display: flex;
}
.customize-main .customize-contant-text {
  width: 50%;
  position: relative;
}
.customize-main .customize-contant-text .customize-text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translate(-24%, -50%);
}
.customize-main .customize-contant-text .customize-text h2 {
  font-family: 'Albert Sans Regular';
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}
.customize-main .customize-contant-text .customize-text p {
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 420;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}
.customize-main .customize-contant-text .customize-text .request-quote {
  margin-top: 20px;
  width: 171px;
  height: 48px;
  padding: 14px 32px 14px 32px;
  gap: 10px;
  border-radius: 50px;
  opacity: 0px;
  background: #FFC718;
  font-family: 'Albert Sans Regular';
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.customize-main .customize-contant-text .customize-text .request-quote a {
  color: #000616;
}
.customize-main .customize-contant-images {
  width: 50%;
}
.customize-main .customize-contant-images img {
  float: left;
  width: 100%;
}
.host-main {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 0px;
}
.host-main .host-contant {
  background: #010F32;
  border-radius: 10px;
}
.host-main .host-contant .host-contant-text {
  padding: 58px 50px 58px 60px;
}
.host-main .host-contant .host-contant-text h2 {
  font-family: 'Albert Sans Regular';
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  margin-top: 10px;
}
.host-main .host-contant .host-contant-text p {
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 420;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}
.host-main .host-contant .host-contant-text .sign-up-form {
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
  width: 190px;
  height: 48px;
  padding: 14px 22px 14px 22px;
  gap: 10px;
  border-radius: 50px;
  opacity: 0px;
  background: #FFC718;
}
.host-main .host-contant .host-contant-text .sign-up-form a {
  color: #000616;
}
.host-main .host-contant .host-contant-images {
  float: right;
}
.host-main .host-contant .host-contant-images img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.columns .column.main {
  padding-bottom: 0px !important;
}
.page-footer .widget.block {
  margin-bottom: 0px !important;
}
.footer-top {
  background: #F5F7FB;
  padding: 50px 0;
}
.footer-top .delivery {
  text-align: center;
}
.footer-top .delivery h6 {
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.footer-top .delivery p {
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 420;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #565961;
}
.our-bestsellers-main {
  padding: 0;
  margin: 0px;
}
.our-bestsellers-main .our-bestsellers {
  font-family: 'Albert Sans Regular';
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-bottom: 25px;
}
.our-bestsellers-main .bestseller-pro .bestseller-pro-info {
  padding: 15px;
  border: 1px solid #E5E5E6;
  box-shadow: 0px 2px 4px 0px #000616 0A;
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px #000616 3;
  height: 500px;
}
.our-bestsellers-main .bestseller-pro .bestseller-pro-info .shopnow .shopnowlink {
  width: 100%;
  border-radius: 50px;
  color: #022c95 !important;
  background-color: #fff !important;
  border: solid 1px #022c95 !important;
  opacity: inherit !important;
  padding: 10px 15px !important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.our-bestsellers-main .bestseller-pro .bestseller-pro-info .shopnow .shopnowlink:hover {
  color: #fff !important;
  background-color: #022c95 !important;
}
.our-bestsellers-main .bestseller-pro .bestseller-pro-info .image-section .img {
  height: auto;
}
.our-bestsellers-main .bestseller-pro .bestseller-pro-info .product-details .proname {
  height: 56px;
}
.our-bestsellers-main .bestseller-pro .bestseller-pro-info .product-details .price {
  height: 38px;
  font-family: Albert Sans Regular;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #818389;
}
.our-bestsellers-main .bestseller-pro .bestseller-pro-info .product-details .swatchsimg {
  height: 40px;
}
.our-bestsellers-main .bestseller-pro .bestseller-pro-info .product-details .swatchsimg img {
  display: inline-block;
  margin: 0 0 5px 0;
  width: 25px;
  height: 25px;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 50%;
}
.our-bestsellers-main .bestseller-pro .bestseller-pro-info .product-details .proname .link {
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
/*------------------------host-your-graduation---------------------------*/
.host-your-graduation {
  background: #F5F7FB;
  margin-bottom: 40px;
  padding: 30px 0;
}
.host-your-graduation .host-your-graduation-contant {
  margin: 0px;
  padding: 0px;
}
.host-your-graduation .host-your-graduation-contant h1 {
  font-family: 'Albert Sans Regular';
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
  margin-bottom: 10px;
}
.host-your-graduation .host-your-graduation-contant p {
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 420;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.host-your-graduation .host-your-graduation-contant .host-your-graduation-btn {
  width: 299px;
  margin: 0 auto;
}
.host-your-graduation .host-your-graduation-contant .host-your-graduation-btn a .learn_more:hover {
  color: #000616;
  background: #FFC718;
  border: 1px solid #FFC718;
}
.host-your-graduation .host-your-graduation-contant .host-your-graduation-btn .sign_up_form {
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
  background: #FFC718;
  border-radius: 50px;
  width: 151px;
  height: 48px;
  padding: 14px 32px 14px 32px;
  float: left;
  text-align: center;
}
.host-your-graduation .host-your-graduation-contant .host-your-graduation-btn .learn_more {
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #022C95;
  border-radius: 50px;
  width: 136px;
  height: 48px;
  padding: 14px 30px 14px 30px;
  text-align: center;
  border: 1px solid #022C95;
  float: right;
}
.steps {
  padding: 0px;
  margin: 0px;
}
.steps .graduation-package {
  border: 1px solid #E5E5E6;
  padding: 24px 20px 24px 20px;
  gap: 20px;
  border-radius: 10px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
}
.steps .graduation-package h3 {
  font-family: 'Albert Sans Regular';
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #022C95;
}
.steps .graduation-package h5 {
  font-family: 'Albert Sans Regular';
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.steps .graduation-package p {
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 420;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.trusted-customers {
  padding: 0px;
  margin: 0px;
}
.trusted-customers .Trusted-customers-contant {
  padding: 0px;
  margin: 0px;
}
.how-it-works {
  background: #F5F7FB;
  padding: 100px;
}
.how-it-works .graduation-essentials-place {
  padding: 0px;
  margin: 0px;
}
.how-it-works .graduation-essentials-place h2 {
  font-family: 'Albert Sans Regular';
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.how-it-works .graduation-essentials-place p {
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 420;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.how-it-works .graduation-essentials-place .sign-up-form {
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
  width: 151px;
  height: 48px;
  padding: 14px 32px 14px 32px;
  gap: 10px;
  border-radius: 50px;
  opacity: 0px;
  background: #FFC718;
}
.how-it-works .graduation-essentials-place .sign-up-form a {
  color: #000616;
}
/*-------------------------footer--------------------------*/
.page-footer {
  padding-bottom: 0px !important;
}
.page-footer .footer.content {
  max-width: 100%;
  padding: 0px;
}
.page-footer .footer.content ul {
  padding-right: 0px;
}
.footer-bottom {
  padding: 40px 0px 40px 0px;
  background: #022C95;
}
.footer-bottom .address-main h5 {
  font-family: 'Albert Sans Regular';
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  text-transform: uppercase;
}
.footer-bottom .address-main ul {
  margin: 0px;
  padding: 0px;
}
.footer-bottom .address-main ul li {
  font-family: 'Albert Sans Regular';
  font-size: 12px;
  font-weight: 420;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  list-style: none;
  margin-bottom: 0px;
}
.footer-bottom .address-main ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom .copy-right {
  margin-top: 50px;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 420;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}
/*---------------------footer end-----------------*/
.data.item.content .block.review-add .block-content .review-form .actions-toolbar.review-form-actions .primary.actions-primary .action.submit.primary {
  padding: 14px 32px 14px 32px;
  border-radius: 50px;
  background: #FFC718;
  border: 1px solid #FFC718;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: center;
  float: right;
  color: #000616;
}
.additional-attributes-wrapper.table-wrapper .data.table.additional-attributes .col {
  width: auto;
}
.product.attribute.description .value p {
  font-family: 'Albert Sans Regular' !important;
  font-size: 14px !important;
  line-height: 20px;
  color: #000616;
}
.product.attribute.description .value p span {
  font-family: 'Albert Sans Regular' !important;
  font-size: 14px !important;
  line-height: 20px;
  color: #000616;
}
.product.attribute.overview .value p {
  font-family: 'Albert Sans Regular' !important;
  font-size: 14px !important;
  line-height: 20px;
  color: #000616;
}
.product.attribute.overview .value p span {
  font-family: 'Albert Sans Regular' !important;
  font-size: 14px !important;
  line-height: 20px;
  color: #000616;
}
.products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info {
  width: 100% !important;
  padding: 15px;
}
.products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name {
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
  height: 50px;
}
.products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name .product-item-link {
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.product.details.product-item-details .price-box.price-final_price .price-wrapper .price {
  font-family: 'Albert Sans Regular';
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #818389 !important;
}
.product.details.product-item-details .price-box.price-final_price .normal-price {
  float: left;
}
.product.details.product-item-details .price-box.price-final_price .normal-price .price-wrapper .price {
  font-family: 'Albert Sans Regular';
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #818389 !important;
}
.product.details.product-item-details .price-box.price-final_price .normal-price .price-label {
  display: none;
}
.product.details.product-item-details .price-box.price-final_price .minimal-price-link {
  float: right;
  margin-top: 0px !important;
}
.product.details.product-item-details .price-box.price-final_price .minimal-price-link .price-container .price-label {
  font-family: 'Albert Sans Regular';
  font-size: 12px !important;
  font-weight: 420;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #00B67A !important;
}
.product.details.product-item-details .price-box.price-final_price .minimal-price-link .price-container .price-wrapper {
  font-family: 'Albert Sans Regular';
  font-size: 12px !important;
  font-weight: 420;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #00B67A !important;
}
.options .items .item a {
  color: #000616 !important;
  text-decoration: none;
}
.breadcrumbs {
  margin-top: 15px;
}
.breadcrumbs a {
  color: #000616 !important;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #000616 !important;
  text-decoration: none;
}
.filter-options-content a:hover {
  background: none !important;
  text-decoration: none;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
  clear: both;
  display: inline-block;
}
.product-info-main .proreview.config-product-details {
  float: left;
  width: 22%;
}
.product-info-main .product-info-price {
  float: right;
  width: 60% !important;
  border-bottom: none;
  text-align: right;
}
.product-info-main .product-info-price .price-box.price-final_price {
  width: 165px !important;
}
.product-info-main .product-info-price .price-box.price-final_price .special-price {
  float: left;
  width: 100%;
}
.product-info-main .product-info-price .price-box.price-final_price .special-price .price-container.price-final_price .price-label {
  clip: inherit !important;
  overflow: inherit !important;
  position: absolute !important;
  font-size: 14px;
  padding-top: 7px;
  display: block !important;
  width: auto !important;
}
.product-info-main .product-info-price .price-box.price-final_price .old-price {
  float: left;
  width: 100%;
}
.product-info-main .product-info-price .price-box.price-final_price .old-price .price-label {
  font-size: 14px;
  padding-top: 7px;
  display: block !important;
}
.product-info-main .product-info-price .normal-price .price-container .price-label {
  font-family: 'Albert Sans Regular';
  font-size: 12px;
  font-weight: 420;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #00B67A;
  margin-bottom: 0px !important;
}
.product-info-main .product-info-price .normal-price .price-container .price-wrapper .price {
  font-family: 'Albert Sans Regular';
  font-size: 20px !important;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.product-info-main .product-info-price .price-from .price-container .price-label {
  font-family: 'Albert Sans Regular';
  font-size: 12px;
  font-weight: 420;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #00B67A;
  margin-bottom: 0px !important;
}
.product-info-main .product-info-price .price-from .price-container .price-wrapper .price {
  font-family: 'Albert Sans Regular';
  font-size: 20px !important;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.enter-description {
  float: left;
  text-align: left;
  width: 100%;
  padding-bottom: 8px;
  font-size: 14px !important;
  color: #141414;
  font-weight: 600;
}
.catalog-category-view {
  background: #fff !important;
  font-family: 'Albert Sans Regular' !important;
}
.catalog-category-view .product-img .product-image-wrapper {
  height: 290px;
}
.catalog-category-view .product-img .product-image-photo.img-thumbnail {
  position: inherit;
  border: none;
}
.catalog-category-view .first-item-sm .landing-categories-detail ul li .cate_bt_title a:hover {
  background: #022c95 !important;
  color: #fff !important;
}
.catalog-category-view .page-products .products-grid .product-item {
  width: calc((100% - 6%) / 3) !important;
}
.catalog-category-view .pages strong.page {
  padding: 0 12px !important;
}
.catalog-category-view .block-content.filter-content .block-subtitle.filter-subtitle {
  font-family: 'Albert Sans Regular';
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.catalog-category-view .category-product-actions {
  margin-top: 10px;
}
.catalog-category-view .category-product-actions .catwgory-title {
  font-family: 'Albert Sans Regular';
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
  padding-bottom: 10px;
  padding-left: 10px;
}
.catalog-category-view .category-product-actions .category-top-description p {
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 420;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.catalog-category-view .action.tocompare {
  display: none;
}
.catalog-category-view .actions-secondary {
  float: right;
}
.catalog-category-view .actions-secondary span {
  display: none;
}
.catalog-category-view .products.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .pro-info .swatchsimg {
  height: 40px;
}
.catalog-category-view .products.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .pro-info .swatchsimg img {
  display: inline-block;
  margin: 0 0 5px 0;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 50%;
}
.catalog-product-view {
  background: #fff !important;
  font-family: 'Albert Sans Regular' !important;
}
.catalog-product-view .product.media .gallery-horizontal {
  margin-bottom: 10px;
  height: 500px !important;
}
.catalog-product-view #owl-carousel-gallery .owl-item {
  background: #fff;
  border: solid 1px #f0f0f0;
  height: 490px;
}
.catalog-product-view .product-desc p {
  color: #6e6e6e;
  font-family: 'Albert Sans Regular';
  font-size: 14px !important;
  letter-spacing: 0;
  line-height: 22px;
}
.catalog-product-view .product-add-form .box-tocart .fieldset {
  display: inline-block;
  justify-content: space-between;
  width: 100%;
}
.catalog-product-view .product-add-form .box-tocart .fieldset .coap_subtotal {
  float: right;
  width: 42%;
}
.catalog-product-view .product-add-form .box-tocart .fieldset .coap_subtotal .coap_subtotal_amount {
  float: right;
}
.catalog-product-view .product-add-form .box-tocart .fieldset .field.qty {
  display: flex;
  width: 50%;
  float: left;
}
.catalog-product-view .product-add-form .box-tocart .fieldset .field.qty .label {
  padding-top: 10px;
  padding-right: 10px;
}
.catalog-product-view .product-add-form .box-tocart .fieldset .field.qty .control input {
  border-radius: 40px;
  width: 80px;
}
.catalog-product-view .product-add-form .box-tocart .action.primary.tocart {
  width: 200px;
  height: 48px;
  padding: 14px 32px 14px 32px;
  gap: 10px;
  border-radius: 50px;
  background: #FFC718;
  border: 1px solid #FFC718;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: center;
  float: right;
  color: #000616;
}
.catalog-product-view .pro-short-description-sec {
  clear: both;
  padding-top: 14px;
}
.catalog-product-view .product-info-price .price-box.price-final_price .price-container.price-final_price.tax.weee .price-wrapper .price {
  font-family: 'Albert Sans Regular';
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -1%;
  text-align: right;
  color: #000616;
}
.catalog-product-view .product-info-main .det_line.tierprice-section {
  clear: both;
}
.catalog-product-view .product-info-main .det_line .det_qty.det_qty2 {
  clear: both;
}
.catalog-product-view .product-info-main .det_line .det_qty.det_qty2 .qty_navdet {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.catalog-product-view .product-info-main .det_line .det_qty.det_qty2 .qty_navdet .qty_value:first-child {
  border-bottom-left-radius: 10px;
  color: #000616;
}
.catalog-product-view .product-info-main .det_line .det_qty.det_qty2 .qty_navdet .qty_value:first-child span {
  color: #000616 !important;
  font-weight: bold;
  font-size: 12px;
}
.catalog-product-view .product-info-main .det_line .det_qty.det_qty2 .qty_navdet .qty_value {
  float: left;
  background: #fff;
  border: solid 1px #eaebee;
  padding: 10px 2px;
  width: 66px;
  text-align: center;
  margin-bottom: 0px;
}
.catalog-product-view .product-info-main .det_line .det_qty.det_qty2 .qty_navdet .qty_value:last-child {
  border-bottom-right-radius: 10px;
}
.catalog-product-view .product-info-main .det_line .det_qty.det_qty1 .qty_navdet {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.catalog-product-view .product-info-main .det_line .det_qty.det_qty1 .qty_navdet .qty_value:first-child {
  color: #000616;
  border-top-left-radius: 10px;
}
.catalog-product-view .product-info-main .det_line .det_qty.det_qty1 .qty_navdet .qty_value:first-child span {
  color: #000616 !important;
  font-weight: bold;
  font-size: 12px;
}
.catalog-product-view .product-info-main .det_line .det_qty.det_qty1 .qty_navdet .qty_value {
  float: left;
  background: #fff;
  border: solid 1px #eaebee;
  padding: 10px 2px;
  width: 66px;
  text-align: center;
  margin-bottom: 0px;
}
.catalog-product-view .product-info-main .det_line .det_qty.det_qty1 .qty_navdet .qty_value:last-child {
  border-top-right-radius: 10px;
}
.catalog-product-view .fotorama__thumb-border {
  border: 1px solid #E5E5E6 !important;
}
.catalog-product-view .product-info-main .product-detail-section .page-title-wrapper.product {
  display: block;
}
.catalog-product-view .product-info-main .product-detail-section .page-title-wrapper.product .page-title {
  font-family: 'Albert Sans Regular';
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.catalog-product-view .product-add-form .configu-table {
  border: none !important;
  clear: both;
  padding-top: 0px !important;
}
.catalog-product-view .product-add-form .configu-table .content-config {
  margin: 0px !important;
  padding: 0px !important;
  border-radius: 10px !important;
  border: solid 1px #E5E5E6;
}
.catalog-product-view .product-social-links {
  clear: both;
}
.catalog-product-view .product-options-bottom .box-tocart.box-cart-new {
  border: none !important;
}
.catalog-product-view .product-options-bottom .box-tocart.box-cart-new .action.primary.tocart {
  width: 200px;
  height: 48px;
  padding: 14px 32px 14px 32px;
  gap: 10px;
  border-radius: 50px;
  background: #FFC718;
  border: 1px solid #FFC718;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: center;
  float: right;
  color: #000616;
}
.catalog-product-view .product-options-wrapper .cart.table-wrapper .size-chart {
  float: right;
  color: #022C95;
  font-family: 'Albert Sans Regular';
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 8px;
}
.catalog-product-view .product-options-wrapper .cart.table-wrapper .enter-qty {
  float: left;
  font-family: 'Albert Sans Regular';
  font-size: 18px;
  color: #000616;
  font-weight: 600;
  padding-bottom: 5px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.catalog-product-view .product-options-wrapper .field .control {
  width: 100% !important;
}
.catalog-product-view .product-options-wrapper .field .control select {
  border-radius: 5px;
  height: 40px;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 420;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.catalog-product-view .product-options-wrapper .field.required .control {
  width: 100%;
}
.catalog-product-view .product-options-wrapper .field.required .control select {
  border-radius: 5px;
  height: 40px;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 420;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.catalog-product-view .product-options-wrapper .field.required .label {
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  display: inline-block;
  float: left !important;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: left !important;
  vertical-align: top;
  width: 100%;
  display: flex;
}
.catalog-product-view .product-info-main .stock.available {
  width: 95px;
  height: 24px;
  padding: 4px 8px 4px 0px;
  border-radius: 50px;
  background: #e0f6ef !important;
  font-family: 'Albert Sans Regular';
  font-size: 12px;
  font-weight: 420;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: none;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .stock-status {
  width: 150px;
  height: 26px;
  padding: 4px 8px 4px 8px;
  border-radius: 50px;
  background: none !important;
  font-family: 'Albert Sans Regular';
  font-size: 12px;
  font-weight: 420;
  line-height: 14px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: center;
  text-transform: none;
  margin-right: 10px;
  border: 1px solid #E5E5E6;
}
.catalog-product-view .product-info-main .stock-status .stock.available {
  width: 150px;
  padding: 0px 8px 4px 8px;
  border-radius: 8px;
  background: none !important;
}
.catalog-product-view .product-info-main .availability.only.configurable-variation-qty {
  width: 33%;
  display: none;
}
.catalog-product-view .product-info-main .product.attribute.sku {
  width: 73%;
  float: right;
  text-align: right;
}
.catalog-product-view .configu-table .content-config {
  height: auto !important;
}
.catalog-product-view .configu-table .content-config .table thead th {
  border-right: 1px solid #022C95;
}
.catalog-product-view .product-add-form table {
  margin-bottom: 0px !important;
}
.catalog-product-view .product-add-form table thead tr th {
  text-transform: inherit;
  font-family: 'Albert Sans Regular';
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.catalog-product-view #bss_configurablegridview .col.qty:first-child {
  padding-left: 10px;
  width: 25%;
  border-right: 1px solid #dee2e6;
  font-family: 'Albert Sans Reular';
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.catalog-product-view #bss_configurablegridview .col.qty {
  border-right: 1px solid #dee2e6;
}
.catalog-product-view th.qty.attributes.gown_size_us {
  text-align: left;
}
.catalog-product-view .size-chart a {
  font-family: 'Albert Sans Regular';
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #022C95;
}
.catalog-product-view .first.last th.qty {
  background: #022C95 !important;
  color: #fff !important;
  padding-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
}
.catalog-product-view .qty.attributes.gown_size {
  border-top-left-radius: 10px;
}
.catalog-product-view .qty.qty-right {
  border-top-right-radius: 10px;
  border-right: none !important;
}
.catalog-product-view th.qty.attributes.regular_fullfit {
  display: none;
}
.catalog-product-view td.col.qty.first-attr.bss-swatch.regular_fullfit {
  display: none;
}
.catalog-product-view th.qty.avaibility {
  display: none;
}
.catalog-product-view th.qty.sku {
  display: none;
}
.catalog-product-view th.qty.unit {
  display: none;
}
.catalog-product-view th.qty.subtotal {
  display: none;
}
.catalog-product-view .cart.item .qty.sku {
  display: none;
}
.catalog-product-view .cart.item .qty.subtotal {
  display: none;
}
.catalog-product-view .product.data.items .item.content {
  border: none !important;
  background: none !important;
  padding-left: 0px;
}
.catalog-product-view .product.data.items .item.title {
  margin-right: 10px !important;
}
.catalog-product-view .product.data.items .item.title .switch {
  border-radius: 50px;
  background: #fff;
  border-bottom: 1px solid #cccccc !important;
}
.product.info.detailed {
  background: #F5F7FB;
  padding: 40px 0px;
}
.product.info.detailed .product.data.items.mage-tabs-disabled {
  width: 780px;
  margin: auto;
}
.proreview.config-product-details {
  width: 780px;
  margin: auto;
}
.product-info-main .proreview.simple-product-details {
  width: 30%;
  float: left;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #022C95 !important;
  color: #fff !important;
}
#category-node-26 .ammenu-category-tree.ammenu-column.category-item:nth-child(2) {
  margin-left: 20px;
  width: 150px;
}
.dropbtn-btn {
  background: url(../images/user.svg) 0 0 no-repeat !important;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropbtn-btn:hover {
  background: url(../images/user-hover.png) 0 0 no-repeat !important;
  position: relative;
  top: 3px;
  left: 4px;
}
.dropdown-btn {
  position: relative;
  display: inline-block;
  top: 3px;
}
button.dropbtn-btn:hover {
  border: none !important;
}
.dropdown-content-btn {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.dropdown-content-btn a {
  color: #8e8e8e;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content-btn a:hover {
  color: #000616;
}
.dropdown-btn:hover .dropdown-content-btn {
  display: block;
}
.dropdown-btn:hover .dropbtn-btn {
  background-color: #3e8e41;
}
.our-review-main {
  margin-top: 50px;
}
.our-review-main .content {
  text-align: center;
}
.our-review-main .content .ttl {
  font-family: 'Albert Sans Regular';
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.our-review-main .content .para {
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 420;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.our-review-main .tp-widget-review {
  background: #F5F7FB !important;
}
.our-review-main .tp-widget-review .header {
  font-family: 'Albert Sans Regular';
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.our-review-main .tp-widget-review .text {
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 420;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.our-review-main .review-btn {
  width: 180px;
  height: 48px;
  padding: 14px 32px 14px 32px;
  margin: 0 auto;
  border: 1px solid #022C95;
  border-radius: 50px;
}
.our-review-main .review-btn a {
  font-family: Albert Sans Regular;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #022C95;
}
.product-item .price-box {
  margin: 10px 0 20px;
  height: 54px;
}
.product-item-inner .product-item-actions {
  margin: 0px !important;
}
.product-item-inner .actions-secondary {
  display: none !important;
}
.product-item-inner .product.actions.product-item-actions .actions-primary {
  width: 100%;
}
.product-item-inner .product.actions.product-item-actions .actions-primary .shopnow {
  width: 100%;
  border-radius: 50px;
  color: #022c95 !important;
  background-color: #fff !important;
  border: solid 1px #022c95 !important;
  opacity: inherit !important;
  padding: 10px 15px !important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.product-item-inner .product.actions.product-item-actions .actions-primary .shopnow:hover {
  color: #fff !important;
  background-color: #022c95 !important;
}
.product-item-inner .product.actions.product-item-actions .actions-primary .action.tocart.btn-cart123 {
  width: 100%;
  border-radius: 50px;
  color: #022c95 !important;
  background-color: #fff !important;
  border: solid 1px #022c95 !important;
  opacity: inherit !important;
  padding: 10px 15px !important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.product-item-inner .product.actions.product-item-actions .actions-primary .action.tocart.btn-cart123:hover {
  color: #fff !important;
  background-color: #022c95 !important;
}
.products-grid .product-item-inner {
  box-shadow: none;
  border: none;
  padding: 0px;
  position: relative;
  margin-left: 0px;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  border: 0;
  clip: inherit;
  height: auto;
  margin: 0;
  overflow: inherit;
  padding: 0;
  position: inherit;
  width: auto;
  display: block;
}
.products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item {
  border-radius: 10px;
  border: 1px solid #E5E5E6;
  padding: 0px;
  background: #fff;
  width: 31%;
}
.products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info:hover,
.products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info.active {
  border-radius: 10px !important;
  border: 1px solid #E5E5E6 !important;
  padding: 14.2px !important;
  margin: 0px !important;
}
.pe-7s-clock:before {
  content: "\e66b";
  font-weight: 600;
}
.pe-7s-call:before {
  content: "\e670";
  font-weight: 600;
}
.ammenu-submenu-wrapper {
  max-height: inherit !important;
  max-width: 100%;
  padding: 25px 25px 25px 25px !important;
  transition: 0.3s;
  border-radius: inherit !important;
  background: #fff !important;
}
.ammenu-category-columns .ammenu-column:not(:last-child) {
  padding-right: 10px;
}
.items-count a {
  color: #022C95 !important;
}
.checkout-link a {
  color: #022C95 !important;
}
.ammenu-list .ammenu-item.category-item .ammenu-link {
  width: 100%;
  padding: 8px !important;
  line-height: 18px !important;
  font-size: 13px !important;
  color: #141414 !important;
}
.ammenu-list .ammenu-item.category-item .ammenu-link:hover {
  background: #e6ae00 !important;
}
.ammenu-list .ammenu-item.category-item .ammenu-link:hover .ammenu-text:hover {
  color: #000616 !important;
}
#category-node-35.ammenu-item.category-item .ammenu-category-tree.ammenu-column.category-item {
  padding: 10px;
}
#category-node-35.ammenu-item.category-item .ammenu-submenu-wrapper {
  padding: 0px !important;
  width: 250px !important;
  left: auto !important;
}
#category-node-175.ammenu-item.category-item .ammenu-submenu-wrapper {
  padding: 0px !important;
  width: 244px !important;
  left: auto !important;
}
#category-node-175.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree {
  padding-bottom: 10px;
  padding-right: 0px;
}
#category-node-175.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-title {
  width: 100%;
  padding: 8px !important;
  line-height: 18px !important;
  font-size: 13px !important;
  text-transform: capitalize;
}
#category-node-175.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-title:hover {
  background: #e6ae00 !important;
}
#category-node-175.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-title:after {
  display: none;
}
#category-node-34.ammenu-item.category-item .ammenu-submenu-wrapper {
  padding: 0px !important;
  width: 244px !important;
  left: auto !important;
}
#category-node-34.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree {
  padding-bottom: 8px;
  padding-right: 0px;
}
#category-node-34.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-title {
  width: 100%;
  padding: 8px !important;
  line-height: 18px !important;
  font-size: 13px !important;
  text-transform: capitalize;
}
#category-node-34.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-title:hover {
  background: #e6ae00 !important;
}
#category-node-34.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-title:after {
  display: none;
}
#category-node-53.ammenu-item.category-item .ammenu-submenu-wrapper {
  padding: 0px !important;
  width: 244px !important;
  left: auto !important;
}
#category-node-53.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree {
  padding-bottom: 8px;
  padding-right: 0px;
}
#category-node-53.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-title {
  width: 100%;
  padding: 8px !important;
  line-height: 18px !important;
  font-size: 13px !important;
  text-transform: capitalize;
}
#category-node-53.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-title:hover {
  background: #e6ae00 !important;
}
#category-node-53.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-title:after {
  display: none;
}
#category-node-108.ammenu-item.category-item .ammenu-submenu-wrapper {
  padding: 0px !important;
  width: 200px !important;
  left: auto !important;
}
#category-node-108.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree {
  padding-bottom: 8px;
  padding-right: 0px;
}
#category-node-108.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-title {
  width: 100%;
  padding: 8px !important;
  line-height: 18px !important;
  font-size: 13px !important;
  text-transform: capitalize;
}
#category-node-108.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-title:hover {
  background: #e6ae00 !important;
}
#category-node-108.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-title:after {
  display: none;
}
#category-node-174.ammenu-item.category-item .ammenu-submenu-wrapper {
  padding: 0px !important;
  width: 200px !important;
  left: auto !important;
}
#category-node-174.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree {
  padding-bottom: 8px;
  padding-right: 0px;
}
#category-node-174.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-title {
  width: 100%;
  padding: 8px !important;
  line-height: 18px !important;
  font-size: 13px !important;
  text-transform: capitalize;
}
#category-node-174.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-title:hover {
  background: #e6ae00 !important;
}
#category-node-174.ammenu-item.category-item .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns .ammenu-category-tree .ammenu-title:after {
  display: none;
}
.ammenu-category-tree .ammenu-title.-parent {
  margin-bottom: 25px !important;
}
.ammenu-category-tree .ammenu-list {
  width: 100%;
}
.ammenu-category-tree .ammenu-title:after {
  content: "";
  position: absolute;
  width: 50px;
  background: #2d60c2;
  left: 0;
  height: 2px;
  top: 27px;
}
.ammenu-category-tree .ammenu-title {
  font-size: 14px !important;
  text-transform: uppercase;
  color: #000616 !important;
  font-weight: 500;
  font-family: 'Albert Sans Regular';
  position: relative;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root .ammenu-item .ammenu-link {
  font-family: 'Albert Sans Regular';
  font-size: 13px;
  font-weight: 420 !important;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 14px 11px;
  width: 100%;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root .ammenu-item .ammenu-text:hover {
  color: #022c95 !important;
}
.ammenu-menu-wrapper {
  margin-bottom: 0px;
  border-bottom: 1px solid #E5E5E6;
}
.ammenu-header-container .header.content {
  justify-content: center;
  margin-bottom: 0px;
  max-width: 100% !important;
}
.panel.wrapper {
  background: #FFC718 !important;
  border-bottom: none !important;
}
.panel.header {
  background: #FFC718;
  padding: 8px 0px;
  display: flow-root;
  width: 100%;
}
.panel.header .header.links {
  display: none;
}
.panel.header .container {
  max-width: 1240px;
}
.panel.header .head-time-section {
  float: right;
  display: flex;
}
.panel.header .head-time-section .week-wroking-hours {
  padding: 0px;
  margin: 0px;
}
.panel.header .head-time-section .week-wroking-hours ul {
  padding: 0px;
  margin: 0px;
}
.panel.header .head-time-section .week-wroking-hours ul li {
  padding: 3px 0 0 10px;
  margin: 0px;
  list-style: none;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 420;
  line-height: 16px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  float: left;
}
.panel.header .head-time-section .week-wroking-hours ul li a {
  color: #000616;
}
.panel.header .head-time-section .week-wroking-hours ul li a:hover {
  text-decoration: none;
  color: #022C95;
}
.panel.header .head-time-section .head-need-help {
  margin: 0px;
  padding: 0 0 0 16px;
}
.panel.header .head-time-section .head-need-help .needhelp {
  color: #000616;
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 420;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.panel.header .head-time-section .head-need-help a:hover {
  text-decoration: none;
  color: #022C95;
}
.panel.header .ship-msg {
  float: left;
}
.panel.header .ship-msg .shiptext {
  font-family: 'Albert Sans Regular';
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000616;
}
.header-middle {
  background: #022C95;
}
.header.content {
  background: #022C95;
  padding: 15px 0px !important;
}
.ammenu-header-container .header.content .ammenu-logo {
  margin: 0 40px 0 0;
  min-width: 110px;
}
.block.block-search .action.search {
  top: 5px;
  right: initial !important;
  z-index: 1;
  left: 30px !important;
}
.block.block-search .block.block-content .form.minisearch .field.search .action.search:before {
  text-align: left !important;
}
.block.block-search .block.block-content .form.minisearch .field.search .control .input-text {
  height: 40px;
  padding: 4px 16px 4px 40px;
  gap: 12px;
  border-radius: 50px;
}
.block-search {
  float: left;
  width: 54% !important;
  margin-right: 15px;
}
.block-search .form.minisearch {
  width: 60%;
}
.wishlist-section {
  background: url(../images/heart.svg) 0 0 no-repeat !important;
  height: 24px;
  padding: 0 0 0 27px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.wishlist-section .wishlist-link {
  display: none;
}
.wishlist-section:hover {
  background: url(../images/favorite-invision-hover.png) 0 0 no-repeat !important;
}
.login-section .dropdown-btn .dropbtn-btn {
  width: 28px;
  height: 24px;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #FFC718 !important;
}
.minicart-wrapper .action.showcart:before {
  color: #fff !important;
}
.header-mincart-link {
  display: flex;
  position: relative;
}
.header-mincart-link .minicart-wrapper .action.showcart:before {
  color: #fff;
}
.header-mincart-link .minicart-wrapper .action.showcart:active:before {
  color: #e6ae00 !important;
}
.header-mincart-link .minicart-wrapper .action.showcart:hover:before {
  color: #e6ae00 !important;
}
.header-mincart-link .login-wishlist-section {
  display: flex;
}
.header-mincart-link .login-wishlist-section .login-dropdown-menu {
  position: absolute;
  top: 35px;
  z-index: 100;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  left: 0px;
  width: 160px;
}
.header-mincart-link .login-wishlist-section .login-dropdown-menu .links {
  padding: 10px 0 3px 0;
  margin: 0px;
}
.header-mincart-link .login-wishlist-section .login-dropdown-menu .links li {
  font-size: 14px;
  text-align: left;
  list-style: none;
  font-family: 'Albert Sans Regular';
  color: #000616;
}
.header-mincart-link .login-wishlist-section .login-dropdown-menu .links li a {
  color: #000616;
  padding: 12px 15px 8px;
}
.header-mincart-link .login-wishlist-section .login-dropdown-menu .links li a:hover {
  color: #022c95 !important;
  text-decoration: none;
}
.titlesection .table-title {
  font-family: 'Albert Sans Regular';
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000616;
}
.cart-login-link {
  margin-bottom: 10px;
}
.cart-login-link .txt {
  font-family: 'Albert Sans Regular';
  font-weight: 420;
  font-size: 14px;
  line-height: 20px;
  color: #565961;
}
.product.info.detailed a {
  color: #022C95 !important;
}
@media only screen and (min-width: 768px) and (max-width: 3500px) {
  .mobisearchbtn {
    display: none;
  }
  .plumrocket-search-form .closebtn {
    display: none;
  }
  .footer-top.desktop {
    display: block;
  }
  .footer-top.mobile {
    display: none;
  }
  .feature-categories-main.desktop {
    display: block;
  }
  .mobile-detail-page {
    display: none;
  }
  .desktopttl {
    display: block;
  }
  .mobilettl {
    display: none;
  }
  .desktopswatchimg {
    display: block;
  }
  .mobileswatchimg {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .desktopswatchimg {
    display: none;
  }
  .mobileswatchimg {
    display: block;
  }
  .desktopttl {
    display: none;
  }
  .mobilettl {
    display: block;
  }
  .wishlist-index-index .product-items .product-item {
    height: auto !important;
  }
  .mobile-detail-page {
    display: block;
  }
  .mobile-detail-page .product-name {
    padding-top: 17px;
    font-family: 'Albert Sans Regular';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000616;
  }
  .mobile-detail-page .product-stock-status {
    display: flex;
  }
  .mobile-detail-page .product-stock-status .product.attribute.sku {
    display: flex;
    padding-top: 4px;
  }
  .mobile-detail-page .product-stock-status .product.attribute.sku .value {
    padding-left: 8px;
  }
  .mobile-detail-page .product-stock-status .stock-status {
    display: flex;
  }
  .mobile-detail-page .product-stock-status .stock-status .readyship {
    width: 120px;
    height: 27px;
    padding: 6px 8px 4px 8px;
    border-radius: 8px;
    background: none !important;
    font-family: 'Albert Sans Regular';
    font-size: 12px;
    font-weight: 420;
    line-height: 14px;
    letter-spacing: -0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: center;
    text-transform: none;
    margin-right: 10px;
    border: 1px solid #E5E5E6;
  }
  .mobile-detail-page .product-stock-status .stock-status .stock.available {
    width: 85px;
    height: 27px;
    padding: 6px 8px 4px 8px;
    border-radius: 50px;
    background: #e0f6ef;
    font-family: 'Albert Sans Regular';
    font-size: 12px;
    font-weight: 420;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: center;
    text-transform: none;
    margin-right: 10px;
  }
  .product-info-stock-sku {
    display: none !important;
  }
  .page-title-wrapper.product {
    display: none !important;
  }
  .feature-categories-main.desktop {
    display: none;
  }
  .feature-categories-main.mobile .featured-categories {
    display: block;
  }
  .feature-categories-main.mobile .read-more:hover {
    background: #022C95;
    color: #fff;
  }
  .feature-categories-main.mobile .read-more:hover .readmorebtn:hover {
    color: #fff !important;
  }
  .feature-categories-main.mobile .read-more {
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 50px;
    width: 187px;
    height: 44px;
    gap: 10px;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
    border-width: 1px;
    border: 1px solid #022C95;
    margin-top: 25px;
    cursor: pointer;
  }
  .feature-categories-main.mobile .read-more .readmorebtn {
    font-family: 'Albert Sans Regular';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #022C95;
  }
  .footer-top.desktop {
    display: none;
  }
  .footer-top.mobile {
    display: block;
  }
  .footer-top.mobile .delivery {
    width: 100%;
    display: inline-block;
  }
  .footer-top.mobile .delivery-images {
    float: right;
  }
  .footer-top.mobile .delivery-footer-text {
    float: left;
  }
  .footer-top.mobile .delivery-footer-text h6 {
    text-align: left;
    font-size: 14px;
  }
  .footer-top.mobile .delivery-footer-text p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1650px) {
  .customize-main .customize-contant-text .customize-text {
    padding: 0px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 33%;
    transform: translate(-24%, -50%);
  }
  .banner-top .banner-top-contant .banner-top-text {
    padding: 100px 0 0 341px;
  }
  .block-search {
    float: left;
    width: 47% !important;
    margin-right: 15px;
  }
  .block-search .form.minisearch {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ammenu-category-tree .ammenu-title:after {
    top: 42px;
  }
  .block-search {
    width: 63% !important;
  }
  .banner-top .banner-top-contant .banner-top-text {
    padding: 60px 0 0 50px;
  }
  .customize-main .customize-contant-text .customize-text {
    padding: 0px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .banner-top-text {
    padding: 60px 0 0 29px;
  }
  .banner-top .banner-top-contant .banner-top-text {
    padding: 25px;
  }
  .banner-top .banner-top-contant .banner-top-text h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .customize-main .customize-contant-text .customize-text {
    padding: 0px;
  }
  .host-main .host-contant .host-contant-text {
    padding: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .our-bestsellers-main .bestseller-pro-info .image-section {
    height: 230px;
  }
  .catalog-category-view .product-img .product-image-wrapper {
    height: 177px;
  }
  .host-main .host-contant .host-contant-text h2 {
    font-size: 28px;
    margin-top: 0;
  }
  .customize-contant-images img {
    width: 100%;
  }
  .host-contant-images img {
    width: 100%;
  }
  .customize-main .customize-contant-text .customize-text {
    padding: 10px;
    left: 25%;
    transform: translate(-19%, -50%);
  }
  .banner-top-text {
    padding: 0px 0 0 30px;
  }
  .banner-top .banner-top-contant .banner-top-text {
    padding: 20px;
  }
  .banner-top .banner-top-contant .banner-top-text h1 {
    font-size: 32px;
    line-height: 45px;
  }
  .host-main .host-contant .host-contant-text {
    padding: 20px;
  }
  .how-it-works {
    margin-top: 30px;
    padding: 20px;
  }
  .footer-bottom {
    padding: 30px;
    margin-top: 30px;
  }
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .banner-top-text {
    padding-top: 30px;
  }
  .host-contant-text {
    padding: 25px 50px 24px 60px;
  }
  .customize-main {
    display: flex;
  }
  .banner-top {
    display: flex;
  }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media only screen and (max-width: 1024px) {
  .category-landing .landing-categories-detail ul li .cate_bt_title a {
    padding: 0 30px;
  }
  .ammenu-header-container .header-search-link .head-time-section {
    margin-top: -38px;
  }
  .ammenu-header-container .header-search-link .head-time-section .week-wroking-hours {
    width: 30%;
  }
  .catalog-product-view .product-info-main .stock.available {
    width: 83px;
  }
  .catalog-product-view .product-info-main .product.attribute.sku {
    width: 43%;
  }
}
@media only screen and (max-width: 820px) {
  .ammenu-header-container .header-search-link .head-time-section {
    margin-top: -38px;
  }
  .ammenu-header-container .header-search-link .head-time-section .head-time-section .head-need-help {
    padding: 7px 0 0 14px !important;
    width: 24% !important;
    border-right: none !important;
  }
  .ammenu-header-container .header-search-link .head-time-section .week-wroking-hours {
    width: 33%;
  }
  .banner-top .banner-top-contant .banner-top-text h1 {
    font-size: 24px;
    line-height: 39px;
  }
  .customize-main .customize-contant-text .customize-text {
    padding: 10px 0px;
    left: 19%;
    transform: translate(-18%, -50%);
  }
  .customize-main .customize-contant-text .customize-text p {
    font-size: 15px;
  }
  .customize-main .customize-contant-text .customize-text h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }
  .host-main .host-contant .host-contant-text {
    padding: 10px;
  }
  .host-main .host-contant .host-contant-text p {
    font-size: 14px;
  }
  .host-main .host-contant .host-contant-text h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .block-search .form.minisearch {
    width: 108%;
  }
  .ammenu-header-container .header-search-link .head-time-section {
    margin-top: 0px !important;
  }
  .ammenu-header-container .header-search-link .head-time-section {
    width: 93%;
  }
  .ammenu-header-container .header-search-link .head-time-section .week-wroking-hours {
    width: 39%;
  }
  .banner-top .banner-top-contant .banner-top-text h1 {
    font-size: 24px;
    line-height: 39px;
  }
  .customize-main .customize-contant-text .customize-text {
    padding: 10px 0px;
  }
  .customize-main .customize-contant-text .customize-text p {
    font-size: 15px;
  }
  .customize-main .customize-contant-text .customize-text h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  .host-main .host-contant .host-contant-text {
    padding: 10px;
  }
  .host-main .host-contant .host-contant-text p {
    font-size: 14px;
  }
  .host-main .host-contant .host-contant-text h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1190px) {
  #layer-product-list .product-items .item.product.product-item .product-item-info .product-img {
    height: 250px;
  }
  .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name {
    height: 72px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  #layer-product-list .product-items .item.product.product-item .product-item-info .product-img {
    height: 250px;
  }
  .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name {
    height: 72px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1210px) {
  .feature-categories-main .featured-categories .elementary-school {
    background: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .product-info-main .proreview.simple-product-details {
    width: 50%;
    float: left;
  }
  .catalog-product-view .product.media .gallery-horizontal .product.item-image.imgzoom img {
    min-width: 360px;
  }
  .slick-slide .caption .title h2 {
    color: #000616 !important;
    font-size: 28px !important;
    line-height: 40px !important;
    margin-bottom: 20px !important;
  }
  .slick-slide .caption .container .btn.btn-md.btn-banner {
    width: 50% !important;
    height: 48px !important;
    padding: 12px 18px 12px 18px !important;
    gap: 10px;
    border-radius: 50px !important;
    text-align: center !important;
    background: #FFFFFF !important;
    color: #000616 !important;
    font-family: 'Albert Sans Regular' !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    border: none !important;
  }
  .panel.header .head-time-section {
    float: none !important;
    display: flex;
    justify-content: center;
  }
  .panel.header .ship-msg {
    text-align: center;
    float: none !important;
  }
  .our-bestsellers-main .bestseller-pro .bestseller-pro-info .product-details .swatchsimg {
    height: 48px;
  }
  #layer-product-list .product-items .item.product.product-item .product-item-info .product-img {
    height: 200px;
  }
  .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name {
    height: 94px;
  }
  .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name .product-item-link {
    font-family: 'Albert Sans Regular';
    font-size: 15px;
  }
  .sparsh_banner_slider .slick-arrow.slick-prev:after {
    font-size: xx-large !important;
    left: -2px;
    position: relative;
  }
  .sparsh_banner_slider .slick-arrow.slick-next:after {
    font-size: xx-large !important;
    left: 0px;
    position: relative;
  }
  .caption .container .btn.btn-md.btn-banner {
    width: 60% !important;
  }
  .category-landing .landing-categories-detail ul li .cate_bt_title a {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item {
    width: 30%;
    margin: 1%;
  }
  .customer-account-create .actions-toolbar .primary {
    width: 48%;
    float: left;
  }
  .customer-account-create .actions-toolbar .secondary {
    width: 48%;
    float: right;
  }
  .customer-account-login .block.block-new-customer {
    width: 49%;
    float: right;
  }
  .customer-account-login .block.block-customer-login {
    width: 49%;
    float: left;
  }
  .customer-account-login .actions-toolbar .secondary {
    text-align: left;
  }
  .customer-account-login .actions-toolbar .primary {
    text-align: left;
  }
  .ammenu-item .ammenu-button.-active {
    background: #222 !important;
    color: #fff !important;
  }
  .ammenu-nav-sections.-sidebar .ammenu-link {
    font-size: 14px !important;
    font-family: 'Albert Sans Regular' !important;
    color: #000616 !important;
  }
  .ammenu-nav-sections.-sidebar .ammenu-link .ammenu-icon-block.-toggle {
    color: #000616 !important;
  }
  .ammenu-header-container .header-mincart-link .login-wishlist-section {
    display: none;
  }
  .ammenu-header-container .block-search .label:before {
    color: #fff;
  }
  .ammenu-header-container .header.content .ammenu-logo {
    margin: 0 15px 0 0;
  }
  .ammenu-header-container .header-search-link {
    width: 62%;
  }
  .ammenu-header-container .header-search-link .block.block-search {
    width: auto;
    float: right;
  }
  .ammenu-header-container .header-search-link .head-time-section {
    float: left;
    width: 90%;
    display: flex;
  }
  .ammenu-header-container .ammenu-button.-hamburger {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .ammenu-header-container .ammenu-button.-hamburger:before {
    border-top: 2px solid #fff;
  }
  .header.content {
    padding: 15px 13px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-categories-main.desktop {
    margin-top: 130px !important;
  }
  .feature-categories-main.desktop .university-college {
    margin-bottom: 20px;
  }
  .product-info-main .proreview.simple-product-details {
    width: 50%;
    float: left;
  }
  .catalog-product-view .product.media .gallery-horizontal .product.item-image.imgzoom img {
    min-width: 360px;
  }
  .slick-slide .caption .title h2 {
    color: #000616 !important;
    font-size: 28px !important;
    line-height: 40px !important;
    margin-bottom: 20px !important;
  }
  .slick-slide .caption .container .btn.btn-md.btn-banner {
    width: 50% !important;
    height: 48px !important;
    padding: 12px 18px 12px 18px !important;
    gap: 10px;
    border-radius: 50px !important;
    text-align: center !important;
    background: #FFFFFF !important;
    color: #000616 !important;
    font-family: 'Albert Sans Regular' !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    border: none !important;
  }
  .panel.header .head-time-section {
    float: none !important;
    display: flex;
    justify-content: center;
  }
  .panel.header .ship-msg {
    text-align: center;
    float: none !important;
  }
  .our-bestsellers-main .bestseller-pro .bestseller-pro-info .product-details .swatchsimg {
    height: 48px;
  }
  .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name {
    height: 94px;
  }
  .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name .product-item-link {
    font-family: 'Albert Sans Regular';
    font-size: 15px;
  }
  #layer-product-list .product-items .item.product.product-item .product-item-info .product-img {
    height: 200px;
  }
  .sparsh_banner_slider .slick-arrow.slick-prev:after {
    font-size: xx-large !important;
    left: -2px;
    position: relative;
  }
  .sparsh_banner_slider .slick-arrow.slick-next:after {
    font-size: xx-large !important;
    left: 0px;
    position: relative;
  }
  .caption .container .btn.btn-md.btn-banner {
    width: 60% !important;
  }
  .SA__wrapper .SA__container:not(.vertical) .tns-ovh {
    position: initial !important;
  }
  .product-add-form .product-options-bottom {
    height: auto;
  }
  .catalog-product-view .product.data.items .item.title {
    margin: 10px 10px;
    width: 95%;
  }
  .catalog-product-view .breadcrumbs {
    display: block;
  }
  .catalog-product-view .col.qty.first-attr.bss-swatch.regular_fullfit {
    display: none !important;
  }
  .catalog-product-view .product.media .gallery-horizontal {
    margin-bottom: 10px;
    height: 400px !important;
  }
  .catalog-product-view #owl-carousel-gallery .owl-item {
    background: #fff;
    border: solid 1px #f0f0f0;
    height: 390px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.title {
    width: auto !important;
  }
  .catalog-product-view .product-info-main .det_line.tierprice-section {
    clear: inline-end;
    margin-top: 20px;
  }
  .catalog-product-view .product-info-main .det_line {
    clear: inline-end;
    margin-top: 20px;
  }
  .catalog-product-view .product-info-main .det_line .det_qty.det_qty1 {
    width: 50%;
    float: left;
  }
  .catalog-product-view .product-info-main .det_line .det_qty.det_qty1 .qty_navdet .qty_value {
    width: 100%;
  }
  .catalog-product-view .product-info-main .det_line .det_qty.det_qty2 {
    width: 50%;
    clear: inherit;
    float: right;
  }
  .catalog-product-view .product-info-main .det_line .det_qty.det_qty2 .qty_navdet .qty_value {
    width: 100%;
  }
  .product-info-main .proreview.config-product-details {
    float: left;
    width: 100%;
  }
  .product-info-main .product-info-price {
    float: left !important;
    width: 100% !important;
    border-bottom: none;
    text-align: left !important;
    padding-left: 14px;
  }
  .address-main {
    margin-bottom: 15px;
  }
  .page-layout-1column .product.media {
    width: 50% !important;
    padding-right: 10px;
  }
  .page-layout-1column .product-info-main {
    width: 50% !important;
  }
  .category-landing .landing-categories-detail ul li {
    height: auto !important;
    width: calc(30%);
  }
  .category-landing .landing-categories-detail ul li .cate_bt_title a {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .category-landing .left-cat-section {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .category-landing .landing-categories--grid {
    width: 100% !important;
    float: none !important;
    padding: 15px !important;
  }
  .category-landing .landing-categories--grid .category-top-description {
    padding-top: 10px;
  }
  .login-wishlist-section {
    display: none;
  }
  .page-header {
    margin-bottom: 20px !important;
  }
  .header-mincart-link {
    left: 0;
  }
  .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item {
    width: 30%;
    margin: 1%;
  }
  .customer-account-create .actions-toolbar .primary {
    width: 48%;
    float: left;
  }
  .customer-account-create .actions-toolbar .secondary {
    width: 48%;
    float: right;
  }
  .customer-account-login .block.block-new-customer {
    width: 49%;
    float: right;
  }
  .customer-account-login .block.block-customer-login {
    width: 49%;
    float: left;
  }
  .customer-account-login .actions-toolbar .secondary {
    text-align: left;
  }
  .customer-account-login .actions-toolbar .primary {
    text-align: left;
  }
  .ammenu-item .ammenu-button.-active {
    background: #222 !important;
    color: #fff !important;
  }
  .ammenu-nav-sections.-sidebar .ammenu-link {
    font-size: 14px !important;
    font-family: 'Albert Sans Regular' !important;
    color: #000616 !important;
  }
  .ammenu-nav-sections.-sidebar .ammenu-link .ammenu-icon-block.-toggle {
    color: #000616 !important;
  }
  .ammenu-header-container .header-mincart-link .login-wishlist-section {
    display: none;
  }
  .ammenu-header-container .block-search .label:before {
    color: #fff;
  }
  .ammenu-header-container .header.content .ammenu-logo {
    margin: 0 15px 0 0;
  }
  .ammenu-header-container .header-search-link {
    width: 62%;
  }
  .ammenu-header-container .header-search-link .block.block-search {
    width: auto;
    float: right;
  }
  .ammenu-header-container .header-search-link .head-time-section {
    float: left;
    width: 90%;
    display: flex;
  }
  .ammenu-header-container .ammenu-button.-hamburger {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .ammenu-header-container .ammenu-button.-hamburger:before {
    border-top: 2px solid #fff;
  }
  .header.content {
    padding: 15px 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  .container.top-banner-main {
    display: none;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .field.addresses .shipping-address-item {
    width: 100% !important;
  }
  .category-landing .landing-categories-detail ul li h3 {
    height: 70px;
  }
  .catalog-category-view .left-cat-section {
    display: none;
  }
  .SA__widget_content.SA__overall {
    padding: 30px 10px !important;
  }
  .cms-page-view .columns {
    padding-top: 60px;
  }
  .customize-main .customize-contant-text {
    position: inherit !important;
  }
  .customize-main .customize-contant-text .customize-text {
    position: initial !important;
    top: 0px !important;
    left: 0px !important;
    transform: none !important;
  }
  .catalog-category-view .product-img .product-image-wrapper {
    height: 173px;
  }
  .product-info-main .product-info-price .price-box.price-final_price .old-price .price-label {
    padding-top: 0px !important;
  }
  .product-info-main .product-info-price .price-box.price-final_price .special-price .price-container.price-final_price .price-label {
    padding-top: 0px !important;
  }
  .catalog-product-view .product.media .gallery-horizontal .product.item-image.imgzoom img {
    min-width: 100%;
  }
  .cart.item .item-info .qty.qty-final .input-text {
    width: 100% !important;
  }
  .slick-slide .caption .title h2 {
    color: #000616 !important;
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 20px !important;
  }
  .slick-slide .caption .container .btn.btn-md.btn-banner {
    width: 100% !important;
    height: 48px !important;
    padding: 12px 18px 12px 18px !important;
    gap: 10px;
    border-radius: 50px !important;
    text-align: center !important;
    background: #FFFFFF !important;
    color: #000616 !important;
    font-family: 'Albert Sans Regular' !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    border: none !important;
  }
  .panel.header .head-time-section {
    float: none;
    display: inherit;
  }
  .checkout-index-index .payment-method-billing-address {
    padding: 20px !important;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
    float: none !important;
    padding-left: 0px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field._required {
    width: 100% !important;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field {
    width: 100% !important;
  }
  .checkout-index-index .product-item-inner .product-item-name-block strong.product-item-name {
    float: left;
    width: 100%;
  }
  .checkout-index-index .checkout-shipping-address .form.form-shipping-address {
    max-width: 100% !important;
  }
  .checkout-index-index .checkout-shipping-address .field._required {
    width: 100% !important;
  }
  .checkout-index-index .checkout-shipping-address .field {
    width: 100% !important;
  }
  .checkout-index-index .checkout-shipping-address .admin__control-fields {
    width: 100% !important;
  }
  .checkout-index-index .checkout-shipping-address .admin__control-fields .control .field._required {
    width: 100% !important;
  }
  body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .checkout-cart-index .ammenu-button.-hamburger {
    left: 8px !important;
  }
  .mobisearchbtn {
    background: none !important;
    border: none !important;
  }
  .mobisearchbtn:focus {
    outline: 1px dotted;
    outline: darkorchid !important;
  }
  .mobisearchbtn:not(.primary):active {
    box-shadow: inherit !important;
  }
  .plumrocket-search-form {
    width: 100% !important;
  }
  .plumrocket-search-form #pas-mini-form #pas-tooltip {
    padding: 8px !important;
    width: 100% !important;
  }
  .plumrocket-search-form #pas-mini-form #pas-tooltip .pas-tooltip-pr-item .pac-tooltip-descr .pac-tooltip-name {
    white-space: break-spaces;
  }
  .plumrocket-search-form .closebtn {
    float: right;
    position: relative;
    top: 0px;
    z-index: 99;
    background: none;
    border: none;
    right: -8px;
    color: #fff;
  }
  .plumrocket-search-form #pas-mini-form {
    margin-top: 0px;
  }
  #search-popup {
    display: none;
    position: fixed;
    top: 11%;
    left: 50%;
    transform: translate(-50%, -20%);
    background: none;
    padding: 10px;
    z-index: 9999;
    box-shadow: initial;
  }
  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
  }
  .minicart-wrapper .update-cart-item {
    float: left !important;
  }
  .minicart-wrapper .product .actions {
    float: right !important;
  }
  #bss_configurablegridview .col.qty {
    padding: 11px 14px;
  }
  .minicart-items-wrapper {
    max-height: 300px;
    overflow-y: scroll;
  }
  .product-add-form .product-options-bottom {
    height: auto;
  }
  ul.form-list {
    padding-left: 0px !important;
  }
  ul.form-list .customer-name {
    display: block !important;
  }
  .caption .title h2 {
    font-size: 30px !important;
    line-height: 39px !important;
    margin-bottom: 20px !important;
  }
  .caption .container .btn.btn-md.btn-banner {
    width: 100% !important;
  }
  .block-minicart .block-content .actions .primary {
    margin: 0px;
  }
  .link-setup-form-section-top-main {
    position: initial;
  }
  .link-setup-form-section-top-main .measuring-instuctions-section {
    position: initial;
  }
  .check-out-calculator-main {
    padding-top: 29px;
    margin: bottom:20px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    margin: 0px !important;
    padding: 0px !important;
  }
  .opc-estimated-wrapper {
    border: 1px solid #ccc !important;
    margin: 10px !important;
    padding: 20px !important;
  }
  .minicart-wrapper .product .actions {
    margin-top: 40px !important;
  }
  .cart.table-wrapper .cart .item {
    border: 1px solid #ccc;
  }
  .catalog-product-view .product-info-main .det_line.tierprice-section {
    clear: inherit;
    display: inline-block;
  }
  .SA__rating_wrap {
    margin-bottom: 0px !important;
  }
  .SA__total_reviews .sa_jump_to_reviews {
    color: #565a62 !important;
  }
  .customize-contant-images img {
    display: none;
  }
  #layer-product-list .product-items .item.product.product-item .product-item-info .product-img {
    height: 172px;
  }
  .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item {
    width: 46%;
  }
  .our-bestsellers-main .bestseller-pro-info .image-section {
    height: auto;
  }
  .catalog-product-view .product.data.items .item.title {
    margin: 10px 10px;
    width: 95%;
  }
  .catalog-product-view .breadcrumbs {
    display: block;
  }
  .catalog-product-view .product-info-main .stock.available {
    width: 90px;
  }
  .catalog-product-view .product-info-main .product.attribute.sku {
    width: 35%;
  }
  .catalog-product-view .product-info-main .det_line {
    clear: inline-end;
    margin-top: 20px;
  }
  .catalog-product-view .product-info-main .det_line .det_qty.det_qty2 {
    width: 50%;
    clear: inherit;
    float: right;
  }
  .catalog-product-view .product-info-main .det_line .det_qty.det_qty2 .qty_navdet .qty_value {
    width: 100%;
  }
  .catalog-product-view .product-info-main .det_line .det_qty.det_qty1 {
    width: 50%;
    float: left;
  }
  .catalog-product-view .product-info-main .det_line .det_qty.det_qty1 .qty_navdet .qty_value {
    width: 100%;
  }
  .catalog-product-view .product-info-main .det_line .det_qty.det_qty2 .qty_navdet .qty_value:first-child {
    border-top-right-radius: 10px;
  }
  .catalog-product-view .product-info-main .det_line .det_qty.det_qty2 .qty_navdet .qty_value:last-child {
    border-radius: inherit !important;
  }
  .catalog-product-view .product.data.items .item.content {
    padding-left: 15px;
  }
  .catalog-product-view .product.data.items .item.title.active .switch {
    background: none !important;
    color: #000 !important;
  }
  .catalog-product-view .product.data.items .item.title.active .switch:hover {
    background: none !important;
    color: #000 !important;
  }
  .catalog-product-view .product.data.items .item.title .switch {
    border-radius: inherit;
    background: none;
    border-bottom: none !important;
  }
  .catalog-product-view .product.media .gallery-horizontal {
    margin-bottom: 10px;
    height: 400px !important;
  }
  .catalog-product-view #owl-carousel-gallery .owl-item {
    background: #fff;
    border: solid 1px #f0f0f0;
    height: 390px;
  }
  .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info {
    padding-left: 8px;
    padding-right: 8px;
  }
  .catalog-category-view .products.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .pro-info .swatchsimg {
    height: 40px;
  }
  .block.crosssell {
    padding: 0px;
  }
  .product-info-main .proreview.config-product-details {
    width: 60%;
  }
  .product-info-main .proreview.config-product-details .SA__total_reviews a {
    color: #022C95 !important;
  }
  .ammenu-items.-root.-accordion .ammenu-item .ammenu-items {
    padding-left: 0px !important;
  }
  .ammenu-items.-root.-accordion .ammenu-item.category-item .ammenu-link.-mobile {
    border-bottom: 1px solid #ddd !important;
    font-size: 14px !important;
    color: #141414 !important;
  }
  .ammenu-items.-root.-accordion .ammenu-item.category-item .ammenu-link.-mobile .ammenu-text {
    font-weight: normal !important;
  }
  .checkout-index-index .ammenu-button.-hamburger {
    width: 40px !important;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #fff !important;
  }
  .opc-wrapper .form-login {
    background-color: #fff !important;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fff !important;
  }
  .address-main {
    margin-top: 15px;
  }
  .checkout-cart-index .block.crosssell .products-grid .product-item {
    width: 45%;
  }
  .checkout-cart-index .column.main {
    padding: 0 15px;
  }
  .checkout-cart-index .cart.main.actions .action.continue {
    width: 100%;
  }
  .checkout-cart-index .cart.main.actions .action.update {
    width: 100%;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    display: block;
    left: 0px;
    max-width: 125px;
    padding: 0;
    position: relative;
    top: 15px;
    width: 100%;
  }
  .checkout-cart-index #shopping-cart-table thead {
    display: none;
  }
  .checkout-cart-index #shopping-cart-table .cart.item .item-info .col.item {
    position: relative;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 0 !important;
  }
  .checkout-cart-index #shopping-cart-table tbody tr {
    display: block;
  }
  .checkout-cart-index #shopping-cart-table tbody tr td {
    padding: 25px 24px !important;
    border: none;
  }
  .checkout-cart-index .action.clear {
    width: 40%;
    float: right;
  }
  .checkout-cart-index .cart.main.actions .action.update {
    width: 56% !important;
    float: left;
  }
  .checkout-cart-index .cart-container .form-cart .actions.main {
    display: inline-block !important;
  }
  .product-item-details {
    padding-left: 10px;
    padding-top: 10px;
  }
  .how-it-works .graduation-essentials-place h2 {
    font-size: 27px;
    line-height: 35px;
    padding-top: 20PX;
  }
  .feature-categories-main .featured-categories .kindergarten-bottom .kindergarten-preschool {
    margin-bottom: 15px;
  }
  .feature-categories-main .featured-categories .high-middle-school {
    margin-bottom: 15px;
  }
  .feature-categories-main .featured-categories .university-college {
    background: #F5F7FB url(../images/university-college-future.png) right bottom !important;
    background-repeat: no-repeat !important;
    margin-bottom: 15px;
  }
  .feature-categories-main .featured-categories h3 {
    font-size: 20px !important;
    margin-bottom: 20px;
  }
  .banner-top .banner-top-contant .banner-top-text .shop-btn {
    margin: auto;
  }
  .banner-top .banner-top-contant .banner-top-text p {
    text-align: center;
  }
  .banner-top .banner-top-contant .banner-top-text h1 {
    text-align: center;
    font-size: 27px !important;
  }
  .host-main .host-contant .host-contant-text .sign-up-form {
    text-align: center;
    width: 100%;
  }
  .customize-main .customize-contant-text .customize-text .request-quote {
    text-align: center;
    width: 100%;
  }
  .contact-index-index .fieldset .field.email.required {
    width: 100%;
  }
  .contact-index-index .fieldset .field.name.required {
    width: 100%;
  }
  .contact-index-index .contactfields {
    width: 100%;
  }
  .cms-host-graduation .link-setup-form-section form {
    width: 100%;
  }
  .cms-host-graduation .link-setup-form-section form .field.email {
    width: 100%;
  }
  .cms-host-graduation .link-setup-form-section form .field.name {
    width: 100%;
  }
  .page-layout-1column .product.media {
    width: 100% !important;
  }
  .page-layout-1column .product-info-main {
    width: 100% !important;
  }
  .category-landing .landing-categories-detail ul li {
    height: auto !important;
    width: calc(48%);
  }
  .category-landing .landing-categories-detail ul li .cate_bt_title a {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .category-landing .left-cat-section {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .category-landing .landing-categories--grid {
    width: 100% !important;
    float: none !important;
    padding: 15px !important;
  }
  .category-landing .landing-categories--grid .category-top-description {
    padding-top: 10px;
  }
  .product-info-main .proreview.simple-product-details {
    width: 40%;
  }
  .product.info.detailed .product.data.items.mage-tabs-disabled {
    width: 100%;
    margin: auto;
  }
  .proreview.config-product-details {
    width: 100%;
    margin: auto;
  }
  .login-wishlist-section {
    display: none;
  }
  .head-time-section .week-wroking-hours ul li:last-child {
    display: none;
  }
  .head-need-help {
    display: none;
  }
  .ship-msg img {
    display: none;
  }
  .account .fieldset.info .field.field-name-firstname.required {
    width: 100%;
  }
  .account .fieldset.info .field.field-name-lastname.required {
    width: 100%;
  }
  .page-header {
    margin-bottom: 20px !important;
  }
  .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item {
    margin-bottom: 14px;
  }
  .products.wrapper.grid.products-grid .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name {
    height: 70px;
  }
  .header-mincart-link {
    left: 0px;
  }
  .header-container .ship-msg {
    float: left;
    width: 51%;
  }
  .header-container .ship-msg img {
    display: none;
  }
  .header-container .head-time-section {
    float: right;
    width: 49%;
  }
  .header-container .head-time-section .week-wroking-hours ul li:last-child {
    display: none;
  }
  .header-container .head-time-section .head-need-help {
    display: none;
  }
  .products-grid.products-upsell .products.product-items .product-item {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .col.qty.first-attr.bss-swatch.regular_fullfit {
    display: none !important;
  }
  .customer-account-login .block.block-customer-login {
    width: 100%;
  }
  .customer-account-login .block.block-new-customer {
    width: 100%;
  }
  .customer-account-forgotpassword .actions-toolbar .primary {
    width: 100%;
  }
  .customer-account-forgotpassword .actions-toolbar .secondary {
    width: 100%;
  }
  .customer-account-login .actions-toolbar .secondary {
    text-align: left;
  }
  .customer-account-login .actions-toolbar .primary {
    text-align: left;
  }
  .customer-account-create .field.field-name-firstname.required {
    width: 100%;
    float: none;
  }
  .customer-account-create .field.field-name-lastname.required {
    float: none;
    width: 100%;
  }
  .customer-account-create .actions-toolbar .primary {
    width: 100%;
  }
  .customer-account-create .actions-toolbar .secondary {
    width: 100%;
  }
  .our-bestsellers-main {
    padding: 0px 10px;
  }
  .our-bestsellers-main .bestseller-pro .bestseller-pro-info {
    height: auto;
  }
  .our-bestsellers-main .bestseller-pro .bestseller-pro-info .product-details .swatchsimg {
    height: 40px;
  }
  .our-bestsellers-main .bestseller-pro .bestseller-pro-info .product-details .proname {
    height: 80px;
  }
  .header-search-link .block.block-search .block.block-content .form.minisearch .field.search .control .input-text {
    width: 100%;
  }
  .ammenu-header-container .header.content {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .ammenu-header-container .ammenu-logo {
    min-width: 35% !important;
    margin-right: 0px !important;
  }
  .header-search-link {
    width: 1%;
  }
  .header-search-link .head-time-section {
    display: none;
  }
  .header-mincart-link .login-wishlist-section {
    display: none;
  }
  .page-header {
    background: #022c95 !important;
  }
  .ammenu-drill-navigation .ammenu-button .ammenu-icon-block {
    color: #000616 !important;
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root .ammenu-item .ammenu-link .ammenu-icon-block.-toggle {
    color: #818389 !important;
  }
  .ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-icon-block.-toggle {
    color: #000616 !important;
  }
  .block-search .label:before {
    color: #fff !important;
  }
  .minicart-wrapper .action.showcart:before {
    color: #fff;
  }
  .minicart-wrapper .action.showcart:active:before {
    color: #e6ae00 !important;
  }
  .minicart-wrapper .action.showcart:hover:before {
    color: #e6ae00 !important;
  }
  .ammenu-button.-hamburger:before {
    border-top: 2px solid !important;
  }
  .ammenu-button.-hamburger {
    border-bottom: 2px solid !important;
    border-top: 2px solid !important;
    color: #fff !important;
    left: 5px;
    width: 30px;
  }
  .ammenu-nav-sections.-sidebar .ammenu-link {
    font-size: 14px !important;
    font-family: 'Albert Sans Regular' !important;
    color: #000616 !important;
  }
  .ammenu-drill-navigation .ammenu-button {
    font-size: 16px !important;
    font-family: 'Albert Sans Regular' !important;
    padding: 10px 0 !important;
    color: #000616 !important;
  }
  .ammenu-nav-sections.-mobile.-drill .ammenu-current-title {
    font-size: 22px !important;
    font-family: 'Albert Sans Regular' !important;
    padding: 8px 20px 0 20px !important;
    color: #000616 !important;
  }
  .ammenu-nav-sections.-sidebar .ammenu-items.-root .ammenu-item .ammenu-link {
    min-height: auto;
    padding: 14px 0;
  }
  .ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-link {
    min-height: auto;
    padding: 10px 0;
  }
  .ammenu-menu-title {
    padding: 10px;
  }
  .ammenu-item .ammenu-button.-active {
    background: #222 !important;
    color: #fff !important;
  }
  .banner-top .banner-top-contant .banner-top-text {
    padding: 10px;
  }
  .banner-top .banner-top-contant .banner-top-text h1 {
    color: #000616;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 6px;
    margin-top: 10px;
  }
  .customize-main .customize-contant-text .customize-text {
    padding: 15px;
  }
  .customize-main .customize-contant-text .customize-text h2 {
    font-size: 28px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #layer-product-list .product-items .item.product.product-item .product-item-info .product-img .product-image-wrapper .product-image-photo {
    width: 259px !important;
    height: 208px !important;
  }
  .banner-top {
    display: inline-block;
  }
  .banner-top .banner-top-contant {
    width: 100%;
  }
  .banner-top .banner-top-contant .banner-top-text {
    padding: 10px;
    width: 100%;
  }
  .banner-top .banner-top-contant .banner-top-text h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }
  .banner-top .banner-top-images {
    width: 100%;
  }
  .customize-main {
    display: inline-block;
  }
  .customize-main .customize-contant-text {
    width: 100%;
  }
  .customize-main .customize-contant-text .customize-text {
    padding: 20px;
  }
  .customize-main .customize-contant-images {
    width: 100%;
  }
  .host-your-graduation .host-your-graduation-contant h1 {
    font-size: 38px;
  }
  .how-it-works {
    padding: 20px;
  }
  .host-main .host-contant .host-contant-text {
    padding: 20px;
  }
  .footer-bottom {
    padding: 15px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 767px) {
  #layer-product-list .product-items .item.product.product-item .product-item-info .product-img {
    height: 225px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 700px) {
  #layer-product-list .product-items .item.product.product-item .product-item-info .product-img {
    height: 240px;
  }
}
@media only screen and (min-width: 520px) and (max-width: 600px) {
  #layer-product-list .product-items .item.product.product-item .product-item-info .product-img {
    height: 210px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 520px) {
  #layer-product-list .product-items .item.product.product-item .product-item-info .product-img {
    height: 210px;
  }
}
@media (min-width: 320px) and (max-width: 460px) {
  .banner-top {
    display: inline-block;
  }
  .banner-top .banner-top-contant {
    width: 100%;
  }
  .banner-top .banner-top-contant .banner-top-text {
    padding: 10px;
    width: 100%;
  }
  .banner-top .banner-top-contant .banner-top-text h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }
  .banner-top .banner-top-images {
    width: 100%;
  }
  .customize-main {
    display: inline-block;
  }
  .customize-main .customize-contant-text {
    width: 100%;
  }
  .customize-main .customize-contant-text .customize-text {
    padding: 20px;
  }
  .customize-main .customize-contant-images {
    width: 100%;
  }
  .host-your-graduation .host-your-graduation-contant h1 {
    font-size: 28px;
    line-height: 45px;
  }
  .how-it-works {
    padding: 20px;
  }
  .host-main .host-contant .host-contant-text {
    padding: 20px;
  }
  .footer-bottom {
    padding: 15px;
    margin-top: 30px;
  }
}
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
  src: url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
  font-weight: 400;
  font-style: normal;
}
[class^=pe-7s-],
[class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pe-7s-album:before {
  content: "\e6aa";
}
.pe-7s-arc:before {
  content: "\e6ab";
}
.pe-7s-back-2:before {
  content: "\e6ac";
}
.pe-7s-bandaid:before {
  content: "\e6ad";
}
.pe-7s-car:before {
  content: "\e6ae";
}
.pe-7s-diamond:before {
  content: "\e6af";
}
.pe-7s-door-lock:before {
  content: "\e6b0";
}
.pe-7s-eyedropper:before {
  content: "\e6b1";
}
.pe-7s-female:before {
  content: "\e6b2";
}
.pe-7s-gym:before {
  content: "\e6b3";
}
.pe-7s-hammer:before {
  content: "\e6b4";
}
.pe-7s-headphones:before {
  content: "\e6b5";
}
.pe-7s-helm:before {
  content: "\e6b6";
}
.pe-7s-hourglass:before {
  content: "\e6b7";
}
.pe-7s-leaf:before {
  content: "\e6b8";
}
.pe-7s-magic-wand:before {
  content: "\e6b9";
}
.pe-7s-male:before {
  content: "\e6ba";
}
.pe-7s-map-2:before {
  content: "\e6bb";
}
.pe-7s-next-2:before {
  content: "\e6bc";
}
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}
.pe-7s-pendrive:before {
  content: "\e6be";
}
.pe-7s-photo:before {
  content: "\e6bf";
}
.pe-7s-piggy:before {
  content: "\e6c0";
}
.pe-7s-plugin:before {
  content: "\e6c1";
}
.pe-7s-refresh-2:before {
  content: "\e6c2";
}
.pe-7s-rocket:before {
  content: "\e6c3";
}
.pe-7s-settings:before {
  content: "\e6c4";
}
.pe-7s-shield:before {
  content: "\e6c5";
}
.pe-7s-smile:before {
  content: "\e6c6";
}
.pe-7s-usb:before {
  content: "\e6c7";
}
.pe-7s-vector:before {
  content: "\e6c8";
}
.pe-7s-wine:before {
  content: "\e6c9";
}
.pe-7s-cloud-upload:before {
  content: "\e68a";
}
.pe-7s-cash:before {
  content: "\e68c";
}
.pe-7s-close:before {
  content: "\e680";
}
.pe-7s-bluetooth:before {
  content: "\e68d";
}
.pe-7s-cloud-download:before {
  content: "\e68b";
}
.pe-7s-way:before {
  content: "\e68e";
}
.pe-7s-close-circle:before {
  content: "\e681";
}
.pe-7s-id:before {
  content: "\e68f";
}
.pe-7s-angle-up:before {
  content: "\e682";
}
.pe-7s-wristwatch:before {
  content: "\e690";
}
.pe-7s-angle-up-circle:before {
  content: "\e683";
}
.pe-7s-world:before {
  content: "\e691";
}
.pe-7s-angle-right:before {
  content: "\e684";
}
.pe-7s-volume:before {
  content: "\e692";
}
.pe-7s-angle-right-circle:before {
  content: "\e685";
}
.pe-7s-users:before {
  content: "\e693";
}
.pe-7s-angle-left:before {
  content: "\e686";
}
.pe-7s-user-female:before {
  content: "\e694";
}
.pe-7s-angle-left-circle:before {
  content: "\e687";
}
.pe-7s-up-arrow:before {
  content: "\e695";
}
.pe-7s-angle-down:before {
  content: "\e688";
}
.pe-7s-switch:before {
  content: "\e696";
}
.pe-7s-angle-down-circle:before {
  content: "\e689";
}
.pe-7s-scissors:before {
  content: "\e697";
}
.pe-7s-wallet:before {
  content: "\e600";
}
.pe-7s-safe:before {
  content: "\e698";
}
.pe-7s-volume2:before {
  content: "\e601";
}
.pe-7s-volume1:before {
  content: "\e602";
}
.pe-7s-voicemail:before {
  content: "\e603";
}
.pe-7s-video:before {
  content: "\e604";
}
.pe-7s-user:before {
  content: "\e605";
}
.pe-7s-upload:before {
  content: "\e606";
}
.pe-7s-unlock:before {
  content: "\e607";
}
.pe-7s-umbrella:before {
  content: "\e608";
}
.pe-7s-trash:before {
  content: "\e609";
}
.pe-7s-tools:before {
  content: "\e60a";
}
.pe-7s-timer:before {
  content: "\e60b";
}
.pe-7s-ticket:before {
  content: "\e60c";
}
.pe-7s-target:before {
  content: "\e60d";
}
.pe-7s-sun:before {
  content: "\e60e";
}
.pe-7s-study:before {
  content: "\e60f";
}
.pe-7s-stopwatch:before {
  content: "\e610";
}
.pe-7s-star:before {
  content: "\e611";
}
.pe-7s-speaker:before {
  content: "\e612";
}
.pe-7s-signal:before {
  content: "\e613";
}
.pe-7s-shuffle:before {
  content: "\e614";
}
.pe-7s-shopbag:before {
  content: "\e615";
}
.pe-7s-share:before {
  content: "\e616";
}
.pe-7s-server:before {
  content: "\e617";
}
.pe-7s-search:before {
  content: "\e618";
}
.pe-7s-film:before {
  content: "\e6a5";
}
.pe-7s-science:before {
  content: "\e619";
}
.pe-7s-disk:before {
  content: "\e6a6";
}
.pe-7s-ribbon:before {
  content: "\e61a";
}
.pe-7s-repeat:before {
  content: "\e61b";
}
.pe-7s-refresh:before {
  content: "\e61c";
}
.pe-7s-add-user:before {
  content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}
.pe-7s-paperclip:before {
  content: "\e69c";
}
.pe-7s-radio:before {
  content: "\e61e";
}
.pe-7s-note2:before {
  content: "\e69d";
}
.pe-7s-print:before {
  content: "\e61f";
}
.pe-7s-network:before {
  content: "\e69e";
}
.pe-7s-prev:before {
  content: "\e620";
}
.pe-7s-mute:before {
  content: "\e69f";
}
.pe-7s-power:before {
  content: "\e621";
}
.pe-7s-medal:before {
  content: "\e6a0";
}
.pe-7s-portfolio:before {
  content: "\e622";
}
.pe-7s-like2:before {
  content: "\e6a1";
}
.pe-7s-plus:before {
  content: "\e623";
}
.pe-7s-left-arrow:before {
  content: "\e6a2";
}
.pe-7s-play:before {
  content: "\e624";
}
.pe-7s-key:before {
  content: "\e6a3";
}
.pe-7s-plane:before {
  content: "\e625";
}
.pe-7s-joy:before {
  content: "\e6a4";
}
.pe-7s-photo-gallery:before {
  content: "\e626";
}
.pe-7s-pin:before {
  content: "\e69b";
}
.pe-7s-phone:before {
  content: "\e627";
}
.pe-7s-plug:before {
  content: "\e69a";
}
.pe-7s-pen:before {
  content: "\e628";
}
.pe-7s-right-arrow:before {
  content: "\e699";
}
.pe-7s-paper-plane:before {
  content: "\e629";
}
.pe-7s-delete-user:before {
  content: "\e6a7";
}
.pe-7s-paint:before {
  content: "\e62a";
}
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}
.pe-7s-notebook:before {
  content: "\e62b";
}
.pe-7s-note:before {
  content: "\e62c";
}
.pe-7s-next:before {
  content: "\e62d";
}
.pe-7s-news-paper:before {
  content: "\e62e";
}
.pe-7s-musiclist:before {
  content: "\e62f";
}
.pe-7s-music:before {
  content: "\e630";
}
.pe-7s-mouse:before {
  content: "\e631";
}
.pe-7s-more:before {
  content: "\e632";
}
.pe-7s-moon:before {
  content: "\e633";
}
.pe-7s-monitor:before {
  content: "\e634";
}
.pe-7s-micro:before {
  content: "\e635";
}
.pe-7s-menu:before {
  content: "\e636";
}
.pe-7s-map:before {
  content: "\e637";
}
.pe-7s-map-marker:before {
  content: "\e638";
}
.pe-7s-mail:before {
  content: "\e639";
}
.week-wroking-hours .pe-7s-mail:before {
  position: relative;
  top: 2px;
  font-weight: 600;
}
.pe-7s-mail-open:before {
  content: "\e63a";
}
.pe-7s-mail-open-file:before {
  content: "\e63b";
}
.pe-7s-magnet:before {
  content: "\e63c";
}
.pe-7s-loop:before {
  content: "\e63d";
}
.pe-7s-look:before {
  content: "\e63e";
}
.pe-7s-lock:before {
  content: "\e63f";
}
.pe-7s-lintern:before {
  content: "\e640";
}
.pe-7s-link:before {
  content: "\e641";
}
.pe-7s-like:before {
  content: "\e642";
}
.pe-7s-light:before {
  content: "\e643";
}
.pe-7s-less:before {
  content: "\e644";
}
.pe-7s-keypad:before {
  content: "\e645";
}
.pe-7s-junk:before {
  content: "\e646";
}
.pe-7s-info:before {
  content: "\e647";
}
.pe-7s-home:before {
  content: "\e648";
}
.pe-7s-help2:before {
  content: "\e649";
}
.pe-7s-help1:before {
  content: "\e64a";
}
.pe-7s-graph3:before {
  content: "\e64b";
}
.pe-7s-graph2:before {
  content: "\e64c";
}
.pe-7s-graph1:before {
  content: "\e64d";
}
.pe-7s-graph:before {
  content: "\e64e";
}
.pe-7s-global:before {
  content: "\e64f";
}
.pe-7s-gleam:before {
  content: "\e650";
}
.pe-7s-glasses:before {
  content: "\e651";
}
.pe-7s-gift:before {
  content: "\e652";
}
.pe-7s-folder:before {
  content: "\e653";
}
.pe-7s-flag:before {
  content: "\e654";
}
.pe-7s-filter:before {
  content: "\e655";
}
.pe-7s-file:before {
  content: "\e656";
}
.pe-7s-expand1:before {
  content: "\e657";
}
.pe-7s-exapnd2:before {
  content: "\e658";
}
.pe-7s-edit:before {
  content: "\e659";
}
.pe-7s-drop:before {
  content: "\e65a";
}
.pe-7s-drawer:before {
  content: "\e65b";
}
.pe-7s-download:before {
  content: "\e65c";
}
.pe-7s-display2:before {
  content: "\e65d";
}
.pe-7s-display1:before {
  content: "\e65e";
}
.pe-7s-diskette:before {
  content: "\e65f";
}
.pe-7s-date:before {
  content: "\e660";
}
.pe-7s-cup:before {
  content: "\e661";
}
.pe-7s-culture:before {
  content: "\e662";
}
.pe-7s-crop:before {
  content: "\e663";
}
.pe-7s-credit:before {
  content: "\e664";
}
.pe-7s-copy-file:before {
  content: "\e665";
}
.pe-7s-config:before {
  content: "\e666";
}
.pe-7s-compass:before {
  content: "\e667";
}
.pe-7s-comment:before {
  content: "\e668";
}
.pe-7s-coffee:before {
  content: "\e669";
}
.pe-7s-cloud:before {
  content: "\e66a";
}
.pe-7s-clock:before {
  content: "\e66b";
}
.pe-7s-check:before {
  content: "\e66c";
}
.pe-7s-chat:before {
  content: "\e66d";
}
.pe-7s-cart:before {
  content: "\e66e";
}
.pe-7s-camera:before {
  content: "\e66f";
}
.pe-7s-call:before {
  content: "\e670";
}
.pe-7s-calculator:before {
  content: "\e671";
}
.pe-7s-browser:before {
  content: "\e672";
}
.pe-7s-box2:before {
  content: "\e673";
}
.pe-7s-box1:before {
  content: "\e674";
}
.pe-7s-bookmarks:before {
  content: "\e675";
}
.pe-7s-bicycle:before {
  content: "\e676";
}
.pe-7s-bell:before {
  content: "\e677";
}
.pe-7s-battery:before {
  content: "\e678";
}
.pe-7s-ball:before {
  content: "\e679";
}
.pe-7s-back:before {
  content: "\e67a";
}
.pe-7s-attention:before {
  content: "\e67b";
}
.pe-7s-anchor:before {
  content: "\e67c";
}
.pe-7s-albums:before {
  content: "\e67d";
}
.pe-7s-alarm:before {
  content: "\e67e";
}
.pe-7s-airplay:before {
  content: "\e67f";
}
.cart-txt {
  padding-top: 10px;
}
.cart-txt .link {
  color: #000616 !important;
}
#category-node-174 .ammenu-category-columns {
  display: grid !important;
  flex-wrap: wrap;
  width: 100%;
}
#category-node-174 .ammenu-category-columns.-col-3 .ammenu-column {
  width: 100% !important;
}
#category-node-108 .ammenu-category-columns {
  display: grid !important;
  flex-wrap: wrap;
  width: 100%;
}
#category-node-108 .ammenu-category-columns.-col-4 .ammenu-column {
  width: 100% !important;
}
#category-node-53 .ammenu-category-columns {
  display: grid !important;
  flex-wrap: wrap;
  width: 100%;
}
#category-node-53 .ammenu-category-columns.-col-4 .ammenu-column {
  width: 100% !important;
}
#category-node-34 .ammenu-category-columns {
  display: grid !important;
  flex-wrap: wrap;
  width: 100%;
}
#category-node-34 .ammenu-category-columns.-col-4 .ammenu-column {
  width: 100% !important;
}
#category-node-175 .ammenu-category-columns {
  display: grid !important;
  flex-wrap: wrap;
  width: 100%;
}
#category-node-175 .ammenu-category-columns.-col-2 .ammenu-column {
  width: 100% !important;
}
.group-stars .on {
  width: 20px !important;
  height: 19px !important;
  background-image: url(../images/star-full-new.png) !important;
  display: inline-block !important;
  background-size: contain;
}
.group-stars .half {
  width: 20px !important;
  height: 19px !important;
  background-image: url(../images/star-half-new.png) !important;
  display: inline-block !important;
  background-size: contain;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.cms-index-index .nav-sections {
  margin-bottom: 0;
}
.sparsh_banner_slider .slick-slide img {
  width: 100%;
}
.sparsh_banner_slider .slick-slide video {
  width: 100%;
  height: 650px;
}
.sparsh_banner_slider .slick-slide iframe {
  width: 100%;
  height: 650px;
}
.sparsh_banner_slider .caption {
  position: absolute;
  margin: 0 auto;
  max-width: 1280px;
  right: 0;
  z-index: 3;
  top: 49%;
  left: 0;
  transform: translate(0%, -50%);
  margin-top: -5px;
}
.sparsh_banner_slider .caption h2 {
  font-size: 46px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
}
.sparsh_banner_slider .caption p {
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  line-height: 24px;
  max-width: 600px;
  margin-bottom: 3rem;
}
.sparsh_banner_slider .caption .btn-banner {
  border: 2px solid #000;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  width: 40%;
  height: 43px;
  line-height: 44px;
  text-align: center;
  color: #000;
  display: block;
  text-decoration: none;
}
.sparsh_banner_slider .caption .btn-banner:hover {
  background: #000;
  color: #fff;
}
.sparsh_banner {
  overflow: hidden;
  margin-bottom: 11px;
}
.sparsh_banner_slider.slick-initialized .slick-slide {
  position: relative;
}
.sparsh_banner_slider.slick-initialized .slick-slide > div > div {
  max-height: 650px;
}
.sparsh_banner_slider .slick-arrow {
  background: none;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  border: 0;
  z-index: 3;
  color: #000;
  box-shadow: none !important;
  border-radius: 0;
  margin-top: -3px;
  font-size: 0;
  height: 60px;
  line-height: 32px;
  padding: 0;
  width: 36px;
  text-align: center;
}
.sparsh_banner_slider .slick-arrow:after {
  content: '\e617';
  font-family: 'luma-icons';
  color: transparent;
}
.sparsh_banner_slider .slick-arrow:focus {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-arrow:active {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-list {
  max-height: 650px;
}
.sparsh_banner_slider .slick-arrow.slick-next {
  left: inherit;
  right: 0px;
  transition: all 0.3s ease;
}
.sparsh_banner_slider .slick-arrow.slick-next:after {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url('../images/right-arrow.png');
  margin-top: -31px;
}
.sparsh_banner_slider .slick-arrow.slick-next:hover {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-arrow.slick-prev {
  left: 15px;
  transition: all 0.3s ease;
}
.sparsh_banner_slider .slick-arrow.slick-prev:after {
  display: inherit;
  background-repeat: no-repeat !important;
  background: url('../images/left-arrow.png');
  margin-top: -31px;
}
.sparsh_banner_slider .slick-arrow.slick-prev:hover {
  background: none;
  color: #000;
  border: 0;
  opacity: 0.8;
}
.sparsh_banner_slider .slick-slider:hover .sparsh_banner_slider .slick-arrow.slick-next {
  right: 0;
}
.sparsh_banner_slider .slick-slider:hover .sparsh_banner_slider .slick-arrow.slick-prev {
  left: 15px;
}
@media screen and (max-width: 1400px) {
  .sparsh_banner_slider .caption {
    padding: 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .sparsh_banner_slider .caption {
    padding: 0 40px;
  }
  .sparsh_banner_slider .caption h2 {
    font-size: 35px;
    margin-bottom: 1rem;
  }
  .sparsh_banner_slider .caption .btn-banner {
    font-size: 15px;
    width: 100%;
    height: 38px;
    line-height: 39px;
  }
  .sparsh_banner_slider .caption p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 2rem;
  }
  .sparsh_banner_slider .slick-arrow {
    height: 40px;
    line-height: 32px;
    padding: 0;
    width: 30px;
  }
  .sparsh_banner_slider .slick-arrow.slick-next {
    right: 15px;
  }
  .sparsh_banner_slider .slick-arrow.slick-next:after {
    font-size: 18px;
    left: 0px;
    position: relative;
  }
  .sparsh_banner_slider .slick-arrow.slick-prev {
    left: 5px;
  }
  .sparsh_banner_slider .slick-arrow.slick-prev:after {
    font-size: 18px;
    left: -2px;
    position: relative;
  }
  .sparsh_banner_slider .slick-list {
    max-height: 280px;
  }
  .sparsh_banner_slider.slick-initialized .slick-slide > div > div {
    max-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .cms-index-index .page-header {
    margin-bottom: 0;
  }
  .sparsh_banner_slider .caption {
    padding: 0 15px;
  }
  .sparsh_banner_slider .caption h2 {
    font-size: 25px;
    margin-bottom: 2rem;
  }
  .sparsh_banner_slider .caption .btn-banner {
    font-size: 13px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-width: 1px;
  }
  .sparsh_banner_slider .caption p {
    font-size: 14px;
    display: none;
  }
  .sparsh_banner_slider .slick-arrow {
    display: none !important;
  }
  .sparsh_banner_slider .slick-slide img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  .sparsh_banner_slider .slick-slide video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  .sparsh_banner_slider .slick-slide iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
}
.vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #ccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ccc;
    color: #ccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #ccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #ccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #ccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .ammenu-nav-sections .widget-product-carousel,
  .ammenu-nav-sections .widget {
    max-width: initial;
  }
  .ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
  .ammenu-nav-sections .widget .slick-slide .product-item {
    max-width: initial;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #ccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #ccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #ccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #ccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #ccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #ccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #fff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #ccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #fff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #fff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #fff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (max-width: 1023px), print {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes,
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 45%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    width: 55%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all 0.3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #fff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .bss-desktop-hide {
    display: none;
  }
  .bss-tier-detailed {
    max-width: 265px;
  }
  .product-add-form .configu-table {
    padding: 30px 0 45px;
    margin-bottom: 0px;
  }
  .product-add-form .configu-table .content-config {
    margin: 0 10px;
  }
  .product-add-form .total-area,
  .product-add-form .box-cart-new {
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
  }
  .product-add-form .box-cart-new {
    border-bottom: 1px solid #c1c1c1;
  }
  .table-tier {
    padding: 0;
    border: 0;
    overflow-x: auto;
  }
  .table-tier table tbody tr td {
    border-bottom: 0;
  }
  #bss_configurablegridview ~ .field {
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FAmasty_CheckoutCore%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_classic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FAmasty_MegaMenuLite%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FAmasty_MegaMenuLite%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_animations.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FAmasty_MegaMenuLite%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FAmasty_MegaMenuLite%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fopen_type%5C%2F_drill.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FBss_ConfiguableGridView%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FBss_ProductCustomTabs%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FSparsh_Banner%5C%2Fcss%5C%2Fsource%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FSparsh_Banner%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_modern.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FGraduationoutlet%5C%2Fgraduation%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAIA%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3BACEI%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3BACfR%2CuBACI%3BEACI%2CaAAA%3B%3BACoBR%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACTR%3BEACI%2CoBAAA%3B%3BACnBJ%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C4BAAC%2CIAAI%3BEACD%2CmBAAA%3B%3BAAGJ%2C4BAAC%3BEACG%2C4CAAA%3B%3BAAGJ%2C4BAAC%3BEACG%2CqBAAA%3B%3BAAeR%2CgBAXuC%3BEACnC%3BIAEQ%2CUAAA%3B%3BEAGJ%2C4BAAC%2CeAAe%3BIACZ%2CgBAAA%3B%3B%3BACnBZ%3BEACI%2COAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3BAA%2BGJ%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BAAKJ%2CaAAC%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAKJ%3BECpKA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BADmKJ%3BECxKA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BADuKJ%3BEC5KA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAD2KJ%3BEChLA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAD%2BKJ%3BECpLA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAD%2BJJ%3BEC1JA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BADsJJ%3BEC9JA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAD0JJ%3BEClKA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAD8JJ%3BECtKA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BADkKJ%3BEC1KA%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CaAAnB%3BIACA%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAC8NR%2CQALmC%3BEAC%5C%2FB%2CwBAAwB%2CQAAS%2CQAAO%3BIACpC%2CaAAA%3B%3B%3BACzOJ%2CuBAAC%3BEACG%2CQAAQ%2CeAAR%3B%3BAAGJ%2CuBAAC%3BEACG%2CQAAQ%2CeAAR%3B%3BACNR%3BEACI%3BIACI%2CWAAW%2CiBAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CaAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CWAAW%2CgBAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CaAAX%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACoeR%2CwBA9CmD%2CuBAAkC%3BEAC7E%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CyBAAA%3B%3BEAFJ%2CWAGI%2CMACI%2CMACI%2CGACI%3BIACI%2CgCAAA%3B%3BEAEJ%2CWANZ%2CMACI%2CMACI%2CGAIK%2CWACG%3BIACI%2CgBAAA%3B%3BEAOxB%2CiBACI%3BIACI%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CiBACI%2CeAGI%3BIACI%2CSAAA%3B%3BEALZ%2CiBAQI%3BEARJ%2CiBASI%3BIACI%2CSAAA%3B%3BEAKA%2CWADJ%2CQACK%3BIACG%2CeAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC9bpB%2CQAN0B%2CuBAAuB%3BEAC%5C%2FC%2CcAAe%2CsBAAqB%3BIAClC%2CeAAA%3B%3B%3B%3B%3B%3B%3BACsDJ%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BACkFR%2CwBAxB%2BC%3BEAC3C%2CcAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BEACrC%2CcAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BICwHrC%2CyBAAA%3B%3BEDrHA%2CcAAe%2CuBAAsB%3BICqHrC%2C4BAAA%3BIDnHI%2CQAAA%3B%3B%3BAEgER%2CwBAnB%2BC%3BEAC3C%2CkBACI%2CcACI%3BIACI%2CcAAA%3B%3BEAHZ%2CkBACI%2CcAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEARZ%2CkBACI%2CcAUI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAC7ChB%2CmBACI%2CMACI%2CSACI%2CMACI%2CKAAI%2CIACA%3BEACI%2CaAAA%3B%3BACtMpB%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CKAAK%2CMAAM%2C4BAA4B%2C4BAA4B%2COAAO%2COAA1E%3B%3BAAIA%3BEACA%2CaAAa%2CoBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CKAAK%2CMAAM%2C2BAA2B%2CmCAAmC%2COAAO%2COAAhF%3B%3BAAGH%3BEACG%2CuBAAA%3B%3BAAGH%2CqBACC%2CaAAY%2CeACX%3BEACC%2CqBAAA%3B%3BAAMH%2CKAAK%2CcAEF%3BEACG%2CSAAA%3B%3BAAIN%2CqBAEG%2CWAEG%3BEAEG%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAPT%2CqBAEG%2CWAQG%3BEAEK%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAMX%2CqBAEG%2C2BAEG%2COAAM%3BEAEH%2CsBAAA%3B%3BAANT%2CqBAUG%2CaAAY%2CeAGN%2COAAM%2CUAEH%3BEAEG%2CqBAAA%3B%3BAAQf%2CyBAEI%2CwCAAuC%2CMAAM%3BEAMxC%2CsBAAA%3B%3BAART%2CyBAEI%2CwCAAuC%2CMAAM%2COAEzC%3BEACE%2CmBAAA%3B%3BAALV%2CyBAUI%2CwCAEI%3BEACH%2C0BAAA%3BEACA%2CmBAAA%3BEACK%2CcAAA%3B%3BAAfV%2CyBAmBI%2CMAAK%3BEAEL%2CqBAAA%3B%3BAAKJ%2CWAEG%2CUAEI%2COAAM%3BEAER%2CsBAAA%3B%3BAANL%2CWAEG%2CUAOF%2CiBAEG%2CSAEG%2CQAAO%3BEAEJ%2CyBAAA%3BEACM%2CqBAAA%3B%3BAAhBhB%2CWAEG%2CUAOF%2CiBAEG%2CSAQG%2CQAAO%2CQAAQ%3BEAEZ%2CyBAAA%3BEACM%2CqBAAA%3B%3BAAShB%2CwBAEK%2CmBAEI%3BEACG%2CkCAAA%3B%3BAAOZ%2COAAQ%3BEACP%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2C%2BBAAA%3B%3BAAGF%2CaAAc%3BEACZ%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAIF%3BEACE%2CoBAAA%3B%3BAAKF%2CgBAEI%2CwBAAwB%2CEAAC%2CMAAS%3BEAC9B%2C2BAAA%3B%3BAAHR%2CgBAME%3BEAsBO%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACG%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAhCZ%2CgBAME%2CwBAEI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjBV%2CgBAME%2CwBAcI%2COAEU%3BEAEG%2CuBAAA%3B%3BAAxBnB%2CgBAME%2CwBA4BU%2CMAAK%3BEACX%2C2BAAA%3B%3BAAnCN%2CgBAME%2CwBAgCC%2CMAAM%2CEAAC%3BEACJ%2C0BAAA%3B%3BAAvCN%2CgBAME%2CwBAoCC%3BEAEI%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3B%3BAAWN%3BEAEO%2CaAAA%3BEACJ%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3B%3BAAGH%2CMAAM%2COAAQ%3BEACX%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAIF%2CQAAQ%2CMAAO%3BEACb%2CyBAAA%3B%3BAAGJ%2CsBAAuB%3BEACrB%2CgBAAA%3B%3BAAGF%2CsBAAuB%3BEACrB%2CaAAA%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%2CSAAA%3B%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAGF%2CsBAAuB%3BEACrB%2CsBAAA%3B%3BAAGF%2CsBAAuB%3BEACrB%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGF%2CsBAAuB%2CYAAY%3BEACjC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGF%2CsBAAuB%3BEACnB%2CaAAA%3B%3BAAKJ%3BEACI%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CyCAAA%3B%3BAAEF%3BEAAE%2CsBAAA%3B%3BAAGJ%3BEAWI%2CgBAAA%3B%3BAAXJ%2CgBAEG%3BEACG%2CcAAA%3B%3BAAHN%2CgBAMI%2CiBAAgB%3BEAEf%2CqBAAA%3B%3BAARL%2CgBAaE%3BEAEG%2CaAAA%3BEAAc%2CSAAA%3BEACd%2CuBAAuB%2CeAAvB%3B%3BAAhBL%2CgBAmBC%2CMAEI%3BEAEC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAc%2CaAAd%3BEACA%2CYAAW%2CsBAAX%3BEACA%2CiBAAA%3BEACA%2CYAAW%2CaAAX%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FBN%2CgBAqCC%2COAEI%3BEAEC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAc%2CaAAd%3BEACA%2CYAAW%2CsBAAX%3BEACA%2CiBAAA%3BEACA%2CYAAW%2CaAAX%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAjDN%2CgBAuDC%3BEAEI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAc%2CaAAd%3BEACA%2CYAAW%2CsBAAX%3BEACA%2CiBAAA%3BEACA%2CYAAW%2CaAAX%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAjEL%2CgBAoEI%2CiBAAgB%3BEACf%2CSAAQ%2CEAAR%3BEACA%2CkBAAA%3BEAAmB%2CQAAA%3BEACnB%2CYAAW%2CyEAAX%3BEACA%2CWAAA%3B%3BAAxEL%2CgBA2EC%2CiBAEG%3BEACE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAjFN%2CgBAsFC%2CiBAAgB%2CMAEZ%3BEACG%2CWAAU%2CWAAV%3B%3BAAzFR%2CgBA6FC%3BEACG%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAhGJ%2CgBAmGC%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAvGH%2CgBA0GC%3BEACK%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA7GN%2CgBAiHI%3BEAEI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACH%2CiBAAA%3B%3BAA3HL%2CgBAiHI%2CMAYC%3BEAEG%2C%2BBAAA%3B%3BAA%5C%2FHR%2CgBAmIC%2CMAAK%2CMAEF%3BEACG%2CWAAU%2CeAAV%3B%3BAAtIP%2CgBA0IC%3BEAkBE%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA7JH%2CgBA0IC%2CMAEI%3BEAEI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3BEACN%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAnJH%2CgBA0IC%2CMAYI%3BEAEC%2CeAAA%3BEACA%2CeAAA%3B%3BAAzJN%2CgBA0IC%2CMAqBE%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAnKN%2CgBA0IC%2CMA4BE%3BEAEG%2CaAAA%3B%3BAAxKN%2CgBA0IC%2CMAiCI%3BEAEE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3B%3BAA%5C%2FKP%2CgBA0IC%2CMAwCI%3BEACK%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACN%2CiBAAA%3B%3BAA5LJ%2CgBAkMC%3BEAEG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAxMJ%2CgBAkMC%2CQAQG%3BEACG%2CiBAAA%3B%3BAA3MP%2CgBAkMC%2CQAYI%3BEAEC%2CaAAA%3B%3BAAhNN%2CgBAkMC%2CQAiBC%3BEACK%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAtNP%2CgBAkMC%2CQAwBI%3BEACK%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACN%2CiBAAA%3B%3BAApOJ%2CgBAwOI%3BEAEC%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2C0CAAA%3B%3BAAnPL%2CgBAsPC%3BEACG%2CkBAAA%3BEAAmB%2CQAAA%3B%3BAAvPvB%2CgBAsPC%2CQAGG%3BEACE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3B%3BAA7PN%2CgBAsPC%2CQAUG%2COAAM%3BEACH%2CUAAA%3B%3BAAjQP%2CgBAqQI%3BEAEG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAA5QP%2CgBAqQI%2CMASG%3BEAEG%2CUAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CoCAAA%3BEACA%2C0CAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAtRV%2CgBAqQI%2CMAoBG%2CKAAI%3BEAEA%2CgBAAA%3BEAAiB%2CWAAA%3B%3BAA3R5B%2CgBA%2BRI%3BEAEG%2CaAAA%3BEAAc%2CSAAA%3BEAAU%2C2BAAA%3B%3BAAjS%5C%2FB%2CgBAoSI%3BEAEI%2CmBAAA%3B%3BAAtSR%2CgBAySI%3BEAEI%2CmBAAA%3B%3BAAgEN%2CQAzDwB%3BEAEtB%2CgBAEI%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAJP%2CgBAOI%3BIAEI%2CoBAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CaAAA%3B%3BEAXR%2CgBAcI%3BIAEG%2CoBAAA%3BIACC%2CuBAAuB%2CcAAvB%3BIACA%2CaAAA%3B%3BEAlBR%2CgBAqBI%3BIAEI%2CuBAAuB%2CcAAvB%3B%3BEAvBR%2CgBA0BI%2CMAEG%3BIACC%2CaAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAhCR%2CgBA0BI%2CMASI%2CQAEG%3BIAEE%2CaAAA%3B%3BEAvCb%2CgBA0BI%2CMAiBI%3BIAEI%2CeAAA%3B%3B%3BAA4Df%2CQAlD0B%3BEAEvB%2CgBAEI%3BIAEG%2C0BAAA%3B%3BEAJP%2CgBAOI%3BIAEI%2CcAAA%3BIACA%2CwBAAA%3B%3BEAVR%2CgBAYI%3BIAEI%2CcAAA%3BIACA%2C0BAAA%3B%3BEAfR%2CgBAiBI%3BIACI%2CcAAA%3B%3BEAlBR%2CgBAqBI%2COAAM%3BIAED%2CwBAAA%3BIACA%2C0BAAA%3B%3BEAxBT%2CgBA2BI%2CMAEK%3BIAEG%2CeAAA%3B%3BEA%5C%2FBZ%2CgBAqCI%3BIACI%2C0BAAA%3B%3B%3BAA0BZ%2CwBAhB0C%2CuBAAuB%3BEAEhE%2CwBAAwB%2COAEpB%3BIAEG%2CaAAA%3B%3BEAJP%2CwBAAwB%2COAOpB%3BIAEG%2CaAAA%3B%3B%3BAAsBP%2CQAjByB%2CwBAAuB%3BEAE7C%2CwBAAwB%2COAEtB%3BIAEK%2CaAAA%3B%3B%3BAAuBV%2CQAZ0B%2CwBAAuB%3BEAE7C%2CwBAAwB%2COAEpB%3BIAEE%2CaAAA%3B%3B%3BAAoBV%2CQAd0B%2CwBAAsB%3BEAE3C%2CwBAAwB%2COAEtB%3BIAEG%2CaAAA%3B%3B%3BAA8DV%2CmBAtDqC%2CuBAAuB%3BEAE5D%2CYAEI%2CYAGI%2CiBAEK%2CoBAEI%2CKAAI%3BIAEb%2CeAAA%3B%3BEAXR%2CYAEI%2CYAGI%2CiBAUG%2CoBAAmB%2CYAEhB%2CiBAAiB%3BIAEvB%2C0BAAA%3B%3BEASR%2CwBAEG%2CoBAAmB%2CYAEd%2CKAAI%3BIAEN%2CeAAA%3B%3BEANN%2CwBAEG%2CoBAAmB%2CYAEd%2CKAAI%2CeAIL%3BIAEF%2CeAAA%3B%3BEAVL%2CwBAEG%2CoBAAmB%2CYAYf%3BIAEF%2CeAAA%3B%3B%3BAAQL%2CYAAY%2CiBAET%3BEAEI%2CmBAAA%3BEACH%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAIH%2CqBAEG%2CSAAQ%2CMAEL%2CoBAEI%2CSAAQ%2CWAAW%2CQAGf%3BEAEG%2CgBAAA%3BEACX%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAASP%2CeAAe%2COAEZ%3BEAEG%2CsBAAA%3B%3BAAOA%2CcAES%3BEAEI%2C4BAAA%3B%3BAAJb%2CcAOQ%3BEAES%2CYAAA%3B%3BAAKxB%2CeAEE%3BEAEG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIL%2CcAEC%2CcAEI%2CsBAEI%2CMAAK%3BEAEF%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAMZ%2CSAAS%3BEACL%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAEE%2CoBAEG%3BEAEG%2CcAAA%3BEACG%2CeAAA%3B%3BAAPX%2CoBAEE%2CoBAEG%2COAKM%3BEAEK%2C0BAAA%3B%3BAAOhB%2CiBAEG%2CMAAK%2CcAEF%3BEAEG%2C%2BBAAA%3B%3BAANT%2CiBAUE%3BEACG%2C6BAAA%3B%3BAAXL%2CiBAUE%2CYAGG%2CUAAS%3BEACR%2C6BAAA%3B%3BAAQN%2CqBAEC%3BEACC%2CsBAAA%3B%3BAAHF%2CqBAMI%2CiBAEG%2CSAEI%2COAAM%2COAAO%3BEAEjB%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAnBP%2CqBAMI%2CiBAEG%2CSAcI%2COAAM%2COAAO%3BEAEV%2C2BAAA%3BEACA%2CcAAA%3B%3BAAzBd%2CqBA8BK%3BEAEG%2CuBAAA%3B%3BAAhCR%2CqBA8BK%2CwBAII%3BEAEO%2C0BAAA%3B%3BAApChB%2CqBAwCK%2CaAAY%2CeAEN%3BEAEI%2C0BAAA%3B%3BAA5Cf%2CqBAwCK%2CaAAY%2CeAEN%2C0BAII%2COAIR%3BEAEG%2CmBAAA%3B%3BAApDV%2CqBAwCK%2CaAAY%2CeAEN%2C0BAcP%3BEAEG%2CqBAAA%3B%3BAA1DP%2CqBAwCK%2CaAAY%2CeAEN%2C0BAcP%2CuBAIG%2CSAEK%2COAAM%3BEAER%2CsBAAA%3B%3BAAhEV%2CqBAwCK%2CaAAY%2CeAEN%2C0BA4BK%2COAAM%3BEAgBX%2CqBAAA%3B%3BAAtFX%2CqBAwCK%2CaAAY%2CeAEN%2C0BA4BK%2COAAM%2CUAET%2CSAEI%3BEAEG%2CmBAAA%3B%3BAA5EpB%2CqBAwCK%2CaAAY%2CeAEN%2C0BA4BK%2COAAM%2CUAET%2CSAOI%3BEAEG%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAlFpB%2CqBAwCK%2CaAAY%2CeAEN%2C0BA%2BCI%3BEAIO%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAA%5C%2FFtB%2CqBAwCK%2CaAAY%2CeAEN%2C0BA%2BCI%2CsBAQI%3BEAEV%2C4BAAA%3BEACA%2CaAAa%2CqBAAb%3BEACG%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAvGZ%2CqBA8GI%2CMAAK%3BEAEA%2CeAAA%3B%3BAAhHT%2CqBA8GI%2CMAAK%2CWAIF%2COAAM%3BEAEH%2CsBAAA%3B%3BAApHV%2CqBA8GI%2CMAAK%2CWAIF%2COAAM%2CSAIH%2CSAEG%3BEAEI%2CmBAAA%3B%3BAA1HjB%2CqBAgIK%2CoBAEG%2CyBAEI%2COAAM%3BEAEX%2CWAAA%3BEACA%2CUAAA%3B%3BAAvIP%2CqBA6IG%2C2BAEI%2CMAAK%3BEAEF%2C0BAAA%3B%3BAAjJV%2CqBA6IG%2C2BAOI%2COAAM%3BEAEH%2CsBAAA%3B%3BAAtJV%2CqBA6IG%2C2BAYI%2COAAM%3BEAgBR%2CqBAAA%3B%3BAAzKL%2CqBA6IG%2C2BAYI%2COAAM%2CUAEH%2CSAEI%3BEAEG%2CmBAAA%3B%3BAA%5C%2FJjB%2CqBA6IG%2C2BAYI%2COAAM%2CUAEH%2CSAOI%3BEAEG%2CuBAAA%3BEACA%2CmBAAA%3B%3BAArKjB%2CqBA6IG%2C2BA%2BBF%3BEAEG%2CqBAAA%3B%3BAA9KJ%2CqBA6IG%2C2BA%2BBF%2COAIG%3BEAEG%2CmBAAA%3B%3BAAlLP%2CqBA6IG%2C2BAyCF%3BEAEG%2CqBAAA%3B%3BAAxLJ%2CqBA6IG%2C2BAyCF%2CuBAIG%2CSAIO%2COAAM%3BEAEV%2CsBAAA%3B%3BAASN%2CeAEG%3BEAEI%2C0BAAA%3BEACH%2CcAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CKAAK%2CKAEF%3BEAEG%2C%2BBAAA%3B%3BAAIN%2CEAAE%2CIAAI%3BEACH%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CIAEE%3BEAEG%2C6BAAA%3B%3BAAIL%2CIAAI%2CMAEH%3BEAEI%2C6BAAA%3B%3BAAIL%3BEAEI%2CqBAAA%3B%3BAAFJ%2CuBAIE%3BEAEG%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAPL%2CuBAIE%2CeAOE%3BEAsEO%2CmBAAA%3BEACG%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAApFd%2CuBAIE%2CeAOE%2CaAGO%2CqBAAoB%3BEAEd%2CaAAA%3B%3BAAhBjB%2CuBAIE%2CeAOE%2CaAGO%2CqBAAoB%2COAId%3BEACI%2CuBAAA%3BEACG%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAAtBxB%2CuBAIE%2CeAOE%2CaAGO%2CqBAAoB%2COAWd%3BEAEM%2CYAAA%3B%3BAA3BvB%2CuBAIE%2CeAOE%2CaAGO%2CqBAAoB%2COAWd%2CmBAIM%2CEAAC%3BEAEd%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CgCAAA%3B%3BAAjCV%2CuBAIE%2CeAOE%2CaAGO%2CqBAAoB%2COAWd%2CmBAIM%2CEAAC%2CmBAMd%2CiBAAgB%2CkBAAkB%2CIAAI%2CKAElC%3BEAEG%2CcAAA%3B%3BAAvCjB%2CuBAIE%2CeAOE%2CaAqCQ%2CqBAAoB%3BEAEf%2CaAAA%3B%3BAAlDjB%2CuBAIE%2CeAOE%2CaAqCQ%2CqBAAoB%2CaAIf%3BEACI%2CuBAAA%3BEACG%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAAxDxB%2CuBAIE%2CeAOE%2CaAqCQ%2CqBAAoB%2CaAWf%3BEAEM%2CYAAA%3B%3BAA7DvB%2CuBAIE%2CeAOE%2CaAqCQ%2CqBAAoB%2CaAWf%2CmBAIM%2CEAAC%3BEAEd%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CgCAAA%3B%3BAAnEV%2CuBAIE%2CeAOE%2CaAqCQ%2CqBAAoB%2CaAWf%2CmBAIM%2CEAAC%2CmBAMd%2CiBAAgB%2CkBAAkB%2CIAAI%2CKAElC%3BEAEG%2CcAAA%3B%3BAAzEjB%2CuBAIE%2CeAOE%2CaA2ES%3BEAEI%2CqCAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3B%3BAA1FjB%2CuBAIE%2CeAOE%2CaAkFQ%3BEAOK%2CuBAAA%3B%3BAApGjB%2CuBAIE%2CeAOE%2CaAkFQ%2CqBAEK%3BEACG%2C2BAAA%3BEACA%2CcAAA%3B%3BAAjGpB%2CuBAIE%2CeAOE%2CaAkFQ%2CqBAUI%2CyBAEI%3BEAEG%2CcAAA%3B%3BAA3GvB%2CuBAIE%2CeAOE%2CaAkFQ%2CqBAUI%2CyBAEI%2CeAII%2CeAEG%3BEAEG%2C0BAAA%3B%3BAAjH9B%2CuBAIE%2CeAOE%2CaAkFQ%2CqBA2BG%2CmBAEI%3BEAEO%2C4BAAA%3B%3BAA5H1B%2CuBAIE%2CeAOE%2CaAkFQ%2CqBAmCG%3BEAEK%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAnIpB%2CuBAIE%2CeAOE%2CaA4HO%2CqBAAoB%2CeAEhB%3BEAEG%2C0BAAA%3B%3BAA3IlB%2CuBAIE%2CeAOE%2CaAoII%2CqBAAoB%2CUAEhB%2CyBAEG%2CeAEK%3BEACI%2C0BAAA%3B%3BAAtJxB%2CuBAIE%2CeA4JG%3BEACE%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAlKP%2CuBAIE%2CeA4JG%2CeAIE%3BEAEO%2CyBAAA%3BEACP%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3B%3BAA3KP%2CuBAIE%2CeA4JG%2CeAIE%2CYASA%3BEAEU%2CaAAA%3BEACC%2CsBAAA%3B%3BAAhLlB%2CuBAIE%2CeAiLG%3BEAEI%2CuBAAA%3B%3BAAvLT%2CuBAIE%2CeAiLG%2CgBAII%3BEAEF%2CqCAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3B%3BAA9LP%2CuBAIE%2CeAiLG%2CgBAYG%3BEAEK%2CqCAAA%3BEACN%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAON%2CuBAEG%2CgBAEG%2CsBAEI%3BEAEG%2CiBAAA%3BEACA%2CiBAAA%3B%3BAATb%2CuBAcG%2CcAEI%2CSAEI%2CaAAY%2CIAEX%3BEAEG%2CaAAA%3BEACA%2CkBAAA%3B%3BAAvBf%2CuBAcG%2CcAEI%2CSAEI%2CaAAY%2CIAEX%2CeAKG%3BEAEI%2CmBAAA%3BEACX%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA9BR%2CuBAcG%2CcAEI%2CSAEI%2CaAAY%2CIAEX%2CeAaG%2CUAAS%3BEACN%2CsBAAA%3BEACA%2CWAAA%3B%3BAAnClB%2CuBAcG%2CcAEI%2CSAEI%2CaAAY%2CIAEX%2CeAkBG%3BEAEI%2CmBAAA%3BEACX%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAQR%2CoBAEG%2CMAAK%2CcAED%2CSAAQ%3BEAEJ%2CuBAAA%3B%3BAANX%2CoBAEG%2CMAAK%2CcAED%2CSAAQ%2CIAIJ%3BEAGF%2CsBAAA%3B%3BAAXT%2CoBAEG%2CMAAK%2CcAED%2CSAAQ%2CIAUH%3BEAEN%2CaAAA%3BEACA%2CYAAA%3B%3BAAjBN%2CoBAEG%2CMAAK%2CcAED%2CSAAQ%2CIAUH%2CMAKN%3BEACC%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvBP%2CoBAEG%2CMAAK%2CcAED%2CSAAQ%2CIAUH%2CMAWT%3BEAEG%2CmBAAA%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAOP%2CKAAK%3BEAEF%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CEAAE%2CIAAI%2CIAAI%2CWAAW%2CWAAW%3BEAC5B%2CYAAA%3B%3BAAGJ%2CEAAE%2CIAAI%3BEACF%2C4BAAA%3B%3BAAGJ%2CEAAE%2CIAAI%3BEAEF%2CaAAA%3B%3BAAFJ%2CEAAE%2CIAAI%2CUAIF%3BEAEG%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAPP%2CEAAE%2CIAAI%2CUAUF%3BEAEG%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACC%2C4BAAA%3B%3BAAfR%2CEAAE%2CIAAI%2CUAiBF%3BEAEG%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACC%2C4BAAA%3B%3BAAKR%2CWAEK%3BEAiBC%2CaAAA%3BEACA%2CuBAAA%3B%3BAApBN%2CWAEK%2CSAEI%3BEAEE%2CuBAAA%3BEACF%2CkBAAA%3BEACA%2CmBAAA%3BEACC%2C4BAAA%3B%3BAATV%2CWAEK%2CSAUI%3BEACO%2CuBAAA%3BEACH%2CkBAAA%3BEACJ%2CmBAAA%3BEACC%2C4BAAA%3B%3BAAhBV%2CWAEK%2CSAoBC%3BEAEI%2CsBAAA%3BEACD%2CiCAAA%3BEACA%2CuBAAA%3B%3BAAKT%2CuBAEC%2CYAEI%3BEAiBC%2CaAAA%3BEACA%2CuBAAA%3B%3BAAtBN%2CuBAEC%2CYAEI%2CSAEI%3BEAEE%2CuBAAA%3BEACF%2CkBAAA%3BEACA%2CmBAAA%3BEACC%2C4BAAA%3B%3BAAXV%2CuBAEC%2CYAEI%2CSAUI%3BEACO%2CuBAAA%3BEACH%2CkBAAA%3BEACJ%2CmBAAA%3BEACC%2C4BAAA%3B%3BAAlBV%2CuBAEC%2CYAEI%2CSAoBC%3BEAEI%2CsBAAA%3BEACD%2CiCAAA%3BEACA%2CsBAAA%3B%3BAAMP%3BEAEE%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CuBAAA%3B%3BAAGJ%2CoBAAoB%2CQAAQ%2CWAExB%2CaAAY%2CQAER%2CmBAAkB%3BEAEpB%2CWAAW%2CcAAX%3B%3BAANN%2CoBAAoB%2CQAAQ%2CWAU1B%2CmBAAkB%3BEAEX%2CWAAW%2CcAAX%3B%3BAAMR%2CeAEO%2CeAEI%2CSAEI%3BEACR%2CWAAA%3B%3BAAMR%2CeAEC%3BEAEC%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAMF%3BEAEQ%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAALR%2CSAOQ%2CKAAI%3BEACN%2CUAAA%3B%3BAARN%2CSAWE%2CQAAO%3BEACH%2CUAAA%3B%3BAAMN%2CqBAEK%2CaAAY%2CWAAW%3BEACpB%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CyCAAA%3BEACA%2CiBAAA%3B%3BAANR%2CqBASI%2CaAAY%2CWAAW%3BEAEnB%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2C0CAAA%3BEACA%2CiBAAA%3B%3BAAKR%2CeAEC%3BEAEO%2CaAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CcAEC%3BEACI%2CkBAAA%3B%3BAAHL%2CcAEC%2CeAGK%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAVN%2CcAEC%2CeAWC%3BEACI%2CeAAA%3B%3BAAdN%2CcAEC%2CeAeC%3BEAEI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAzBN%2CcAEC%2CeAeC%2CuBAUI%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA9BP%2CcAEC%2CeAeC%2CuBAgBE%3BEACG%2CaAAA%3BEACA%2CeAAA%3B%3BAAOP%3BEAEI%2CmBAAA%3B%3BAAGJ%2CcAEC%2CeACI%2C2BACC%2CGACC%2CGACC%2CeACC%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAATb%2CcAkBI%2CSAEC%3BEAEF%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAzBH%2CcAkBI%2CSAEC%2CUAOF%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAArCP%2CcAkBI%2CSAEC%2CUAoBF%2CWAEI%3BEACC%2CeAAA%3BEACA%2CaAAA%3B%3BAA5CR%2CcAkBI%2CSAEC%2CUAoBF%2CWAEI%2CGAIE%3BEAEA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAtDT%2CcAkBI%2CSAEC%2CUAoBF%2CWAEI%2CGAeF%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAA5DT%2CcAkBI%2CSAEC%2CUAoBF%2CWAEI%2CGAqBF%2COAAM%3BEACD%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAAvEV%2CcAkBI%2CSAEC%2CUAoBF%2CWAEI%2CGAqBF%2COAAM%2COAUD%3BEACC%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAhFX%2CcAkBI%2CSAEC%2CUAoBF%2CWA6CC%3BEACI%2CWAAA%3B%3BAAtFR%2CcA4FE%2CUAEG%3BEAEC%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAnGN%2CcA4FE%2CUAEG%2CUAOE%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FGP%2CcA4FE%2CUAEG%2CUAoBF%2CWAEI%3BEACC%2CeAAA%3BEACA%2CaAAA%3B%3BAAtHR%2CcA4FE%2CUAEG%2CUAoBF%2CWAEI%2CGAIE%3BEAEA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAhIT%2CcA4FE%2CUAEG%2CUAoBF%2CWAEI%2CGAeF%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAtIT%2CcA4FE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWAEG%3BEAEE%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FIV%2CcA4FE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAA1JV%2CcA4FE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%2COAUF%3BEACC%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAnKX%2CcA4FE%2CUAEG%2CUA4EF%2CWAEI%3BEACC%2CWAAA%3BEACA%2CmBAAA%3B%3BAA9KR%2CcAuLI%2CUAEC%3BEAEC%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAA9LN%2CcAuLI%2CUAEC%2CUAOE%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA1MP%2CcAuLI%2CUAEC%2CUAoBF%2CWAEI%3BEACC%2CeAAA%3BEACA%2CaAAA%3B%3BAAjNR%2CcAuLI%2CUAEC%2CUAoBF%2CWAEI%2CGAIE%3BEAEA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAA3NT%2CcAuLI%2CUAEC%2CUAoBF%2CWAEI%2CGAeF%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAjOT%2CcAuLI%2CUAEC%2CUAoBF%2CWAEI%2CGAqBF%2CWAEG%3BEAEE%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAA1OV%2CcAuLI%2CUAEC%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAArPV%2CcAuLI%2CUAEC%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%2COAUF%3BEACC%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9PX%2CcAuLI%2CUAEC%2CUA4EF%2CWAEI%3BEACC%2CWAAA%3B%3BAAxQR%2CcAiRK%2CUAEA%3BEAEC%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAxRN%2CcAiRK%2CUAEA%2CUAOE%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAApSP%2CcAiRK%2CUAEA%2CUAoBF%2CWAEI%3BEACC%2CeAAA%3BEACA%2CaAAA%3B%3BAA3SR%2CcAiRK%2CUAEA%2CUAoBF%2CWAEI%2CGAIE%3BEAEA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAArTT%2CcAiRK%2CUAEA%2CUAoBF%2CWAEI%2CGAeF%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAA3TT%2CcAiRK%2CUAEA%2CUAoBF%2CWAEI%2CGAqBF%2CWAEG%3BEAEE%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAApUV%2CcAiRK%2CUAEA%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAA%5C%2FUV%2CcAiRK%2CUAEA%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%2COAUF%3BEACC%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAxVX%2CcAiRK%2CUAEA%2CUA4EF%2CWAEI%3BEACC%2CWAAA%3BEACA%2CmBAAA%3B%3BAAnWR%2CcA4WE%2CUAEG%3BEAEC%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAnXN%2CcA4WE%2CUAEG%2CUAOE%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FXP%2CcA4WE%2CUAEG%2CUAoBF%2CWAEI%3BEACC%2CeAAA%3BEACA%2CaAAA%3B%3BAAtYR%2CcA4WE%2CUAEG%2CUAoBF%2CWAEI%2CGAIE%3BEAEA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAhZT%2CcA4WE%2CUAEG%2CUAoBF%2CWAEI%2CGAeF%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAtZT%2CcA4WE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWAEG%3BEAEE%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FZV%2CcA4WE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAA1aV%2CcA4WE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%2COAUF%3BEACC%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAnbX%2CcA4WE%2CUAEG%2CUA4EF%2CWAEI%3BEACC%2CWAAA%3BEACA%2CmBAAA%3B%3BAA9bR%2CcAscE%2CUAEG%3BEAEC%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAA7cN%2CcAscE%2CUAEG%2CUAOE%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAzdP%2CcAscE%2CUAEG%2CUAoBF%2CWAEI%3BEACC%2CeAAA%3BEACA%2CaAAA%3B%3BAAheR%2CcAscE%2CUAEG%2CUAoBF%2CWAEI%2CGAIE%3BEAEA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAA1eT%2CcAscE%2CUAEG%2CUAoBF%2CWAEI%2CGAeF%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAhfT%2CcAscE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWAEG%3BEAEE%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAzfV%2CcAscE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAApgBV%2CcAscE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%2COAUF%3BEACC%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA7gBX%2CcAscE%2CUAEG%2CUA4EF%2CWAEI%3BEACC%2CWAAA%3B%3BAAvhBR%2CcAscE%2CUAEG%2CUA4EF%2CWAQI%2COAAM%3BEAEF%2CmBAAA%3B%3BAA9hBX%2CcAscE%2CUAEG%2CUA4EF%2CWAeC%2COAAM%3BEAEE%2CWAAA%3BEACA%2CeAAA%3B%3BAAtiBZ%2CcA8iBE%2CUAEG%3BEAEC%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAArjBN%2CcA8iBE%2CUAEG%2CUAOE%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjkBP%2CcA8iBE%2CUAEG%2CUAoBF%2CWAEI%3BEACC%2CeAAA%3BEACA%2CaAAA%3B%3BAAxkBR%2CcA8iBE%2CUAEG%2CUAoBF%2CWAEI%2CGAIE%3BEAEA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAllBT%2CcA8iBE%2CUAEG%2CUAoBF%2CWAEI%2CGAeF%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAxlBT%2CcA8iBE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWAEG%3BEAEE%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAjmBV%2CcA8iBE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAA5mBV%2CcA8iBE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%2COAUF%3BEACC%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAArnBX%2CcA8iBE%2CUAEG%2CUA4EF%2CWAEI%2CeAEG%3BEAEE%2CWAAA%3B%3BAAloBZ%2CcA8iBE%2CUAEG%2CUA4EF%2CWAEI%2CeAQI%2COAAM%3BEAEL%2CmBAAA%3B%3BAAxoBZ%2CcA8iBE%2CUAEG%2CUA4EF%2CWAEI%2CeAeC%2COAAM%3BEAEF%2CWAAA%3BEACA%2CeAAA%3B%3BAAhpBZ%2CcAwpBE%2CUAEG%3BEAEC%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FpBN%2CcAwpBE%2CUAEG%2CUAOE%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA3qBP%2CcAwpBE%2CUAEG%2CUAoBF%2CWAEI%3BEACC%2CeAAA%3BEACA%2CaAAA%3B%3BAAlrBR%2CcAwpBE%2CUAEG%2CUAoBF%2CWAEI%2CGAIE%3BEAEA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAA5rBT%2CcAwpBE%2CUAEG%2CUAoBF%2CWAEI%2CGAeF%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAlsBT%2CcAwpBE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWAEG%3BEAEE%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAA3sBV%2CcAwpBE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAAttBV%2CcAwpBE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%2COAUF%3BEACC%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FtBX%2CcAwpBE%2CUAEG%2CUA4EF%2CWAEI%3BEACC%2CWAAA%3B%3BAAzuBR%2CcAwpBE%2CUAEG%2CUA4EF%2CWAOI%2COAAM%3BEAED%2CmBAAA%3B%3BAA%5C%2FuBZ%2CcAwpBE%2CUAEG%2CUA4EF%2CWAaC%2COAAM%3BEAEE%2CWAAA%3BEACA%2CeAAA%3B%3BAAtvBZ%2CcA6vBE%2CUAEG%3BEAEC%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAApwBN%2CcA6vBE%2CUAEG%2CUAOE%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAhxBP%2CcA6vBE%2CUAEG%2CUAoBF%2CWAEI%3BEACC%2CeAAA%3BEACA%2CaAAA%3B%3BAAvxBR%2CcA6vBE%2CUAEG%2CUAoBF%2CWAEI%2CGAIE%3BEAEA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAjyBT%2CcA6vBE%2CUAEG%2CUAoBF%2CWAEI%2CGAeF%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAvyBT%2CcA6vBE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWAEG%3BEAEE%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAhzBV%2CcA6vBE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAA3zBV%2CcA6vBE%2CUAEG%2CUAoBF%2CWAEI%2CGAqBF%2CWASC%2COAAM%2COAUF%3BEACC%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAp0BX%2CcA6vBE%2CUAEG%2CUA4EF%2CWAEG%2CeAEC%2COAAM%3BEAED%2CWAAA%3B%3BAAj1BZ%2CcA6vBE%2CUAEG%2CUA4EF%2CWAEG%2CeAOF%2COAAM%3BEAEE%2CWAAA%3B%3BAAt1BZ%2CcA6vBE%2CUAEG%2CUA4EF%2CWAEG%2CeAYF%2COAAM%3BEAEE%2CWAAA%3B%3BAA31BZ%2CcA6vBE%2CUAEG%2CUA4EF%2CWAEG%2CeAkBE%3BEAEI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAkBZ%2CqBAAqB%2CkBAAkB%3BEACnC%2CYAAA%3B%3BAAGJ%2CYAEC%2CSAEC%2COAEI%3BEACG%2CcAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2C8BAAA%3B%3BAAXT%2CYAEC%2CSAaC%2CWAEI%2CKAAI%2COAAO%3BEAEP%2CYAAA%3BEACD%2CuBAAA%3BEACA%2CuCAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAAST%3BEAEI%2CkBAAA%3B%3BAAFJ%2CiCAIK%3BEACA%2CSAAA%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACH%2CUAAA%3B%3BAAVL%2CiCAIK%2C%2BBAQA%3BEAEC%2CkBAAA%3BEACA%2CmCAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnBN%2CiCAIK%2C%2BBAQA%2CqBASC%3BEAEC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA3BP%2CiCAIK%2C%2BBAQA%2CqBAkBF%3BEACI%2CgBAAA%3BEACH%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAMJ%2CaAAc%2CaAAY%3BEAEzB%2CoBAAA%3BEACA%2CmBAAmB%2CaAAa%2CkBAAhC%3BEACG%2CgBAAgB%2CaAAa%2CkBAA7B%3BEACA%2CeAAe%2CaAAa%2CkBAA5B%3BEACA%2CWAAW%2CeAAe%2CkBAA1B%3B%3BAAGJ%2CaAAc%3BEAET%2C2BAAA%3B%3BAAGL%3BEAEE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAHF%2C0BAKE%2C2BAEA%3BEAEC%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEAEA%2CmBAAA%3B%3BAAdH%2C0BAKE%2C2BAaG%3BEAGD%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAvBJ%2C0BA4BC%3BEAEI%2CkBAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FBL%2C0BA4BC%2C2BAKI%3BEACG%2CWAAA%3BEACA%2CYAAA%3B%3BAAnCR%2C0BA4BC%2C2BAKI%2CGAIG%3BEACQ%2CWAAA%3BEACH%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACT%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA5CJ%2C0BA4BC%2C2BAKI%2CGAIG%2CGASJ%3BEACI%2CmBAAA%3B%3BAAUR%2C0BAEC%3BEAEI%2CqBAAA%3B%3BAAQL%3BEAEQ%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BAAjBR%2CuBAmBQ%3BEACA%2CcAAA%3B%3BAAKR%2CWAEG%2CGAAE%3BEACA%2CgBAAA%3B%3BAAHL%2CWAKC%3BEACI%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAjBL%2CWAoBC%2CEAAC%2CKAAK%3BEACF%2CmBAAA%3BEACA%2CWAAA%3B%3BAAIL%2CmBAAmB%2CMAElB%2CoBAAmB%3BEAEf%2CqBAAA%3B%3BAAJL%2CmBAAmB%2CMAOlB%2CwBAEI%3BEAEG%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAZR%2CmBAAmB%2CMAOlB%2CwBAEI%2CmBAKG%3BEAEI%2CcAAA%3B%3BAAMZ%2CqBAEC%2CaAEG%3BEAEK%2CyBAAA%3B%3BAAKT%3BEAEC%2CkBAAA%3B%3BAAGD%2CkBAEC%2CSAAQ%2CUAAU%2CIAEf%3BEAEI%2CcAAA%3B%3BAANR%2CkBAEC%2CSAAQ%2CUAAU%2CIAOf%3BEAEG%2CcAAA%3B%3BAAKP%2CiBAEC%2CeAEG%2CMAEE%2CMAEG%2CGAEG%2CGAAE%2CeAAe%3BEAErB%2CkBAAA%3B%3BAASR%3BEACI%2CYAAA%3B%3BAAGJ%2C4BAEE%3BEACG%2CeAAA%3B%3BAAIL%2CmBAEC%2CeAEG%2CMAAK%2CQAAQ%2CaAEV%2CmBAEG%3BEAEH%2CaAAA%3B%3BAASP%2CqBAEI%3BEACA%2CyBAAA%3B%3BAAHJ%2CqBAKA%3BAALA%2CqBAKW%3BEACP%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAbJ%2CqBAeA%3BEAAY%2CWAAA%3B%3BAAfZ%2CqBAgBA%3BEAAY%2CYAAA%3B%3BAAhBZ%2CqBAkBO%3BEACF%2CkBAAA%3BEACA%2CwCAAA%3BEACA%2CiBAAA%3BEACG%2CoBAAA%3B%3BAAtBR%2CqBAyBI%2CUAAU%3BEACR%2CqBAAA%3BEACA%2COAAA%3B%3BAA3BN%2CqBA8BE%2COAAM%3BEACJ%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAnCJ%2CqBAsCM%3BEAGF%2C8BAAA%3BEACE%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA5CN%2CqBA%2BCE%2CUAAU%2CSAAQ%2COAAQ%3BEACxB%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAjDJ%2CqBAoDC%2CUAAU%2CSAAS%3BEAChB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CoCAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAA5DJ%2CqBA8DE%2CUAAS%3BAA9DX%2CqBA%2BDE%2CUAAS%3BEACP%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAjEJ%2CqBAmEE%3BEACE%2CsBAAA%3BEAEA%2C8BAAA%3BEACE%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAzEN%2CqBA2EC%2CUAAS%3BAA3EV%2CqBA4EC%2CUAAS%3BEACP%2C4BAAA%3BEACA%2C2BAAA%3B%3BAA9EH%2CqBAiFC%3BEACE%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3B%3BAA1FH%2CqBA6FC%2CqBAEG%3BEAEK%2CaAAA%3B%3BAAjGT%2CqBA6FC%2CqBAEG%2CeAII%2CqBAAoB%3BEAEf%2CuBAAA%3BEACA%2C4BAAA%3B%3BAAMb%2CWAAY%2CUAAS%2CiBAAkB%2CEAAC%3BAAAS%2CWAAY%2CUAAS%2CiBAAkB%2CEAAC%3BEAExF%2CsBAAA%3B%3BAAGD%2CcAAc%2C0BACN%2CeACI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAO%2CmBAAP%3B%3BAAOhB%2CWAIC%2CUAAS%2CiBAEN%3BEACG%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAOP%2CcAEG%2CeAEG%2CmBAAkB%3BEAEf%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAMT%2CcAEC%2CeAEG%2CmBAAkB%3BEAEd%2CuBAAA%3BEACG%2CsBAAA%3B%3BAAKX%2CYAEC%2COAEG%2CQAEE%3BEAEG%2CeAAA%3B%3BAART%2CYAEC%2COAUG%2CSAEG%3BEACG%2CcAAA%3B%3BAAWR%2CQAAQ%2CMAEN%3BEACE%2CyBAAA%3B%3BAAKN%2CsBAEI%3BEAEE%2CgBAAA%3B%3BAAJN%2CsBAOI%3BEACE%2CaAAA%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%2CSAAA%3B%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAbN%2CsBAgBI%3BEAEE%2CsBAAA%3B%3BAAlBN%2CsBAqBI%3BEAEE%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAA1BN%2CsBAqBI%2CYAOI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FBZ%2CsBAmCI%3BEACI%2CaAAA%3B%3BAAKR%2C2BAEG%3BEAEG%2CkBAAA%3B%3BAAQL%2CmBAAmB%2CaAEnB%2CSAAS%2CSAAM%3BEACX%2CSAAA%3B%3BAAHJ%2CmBAAmB%2CaAMnB%2CSAAS%2CSAAM%3BEAEX%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BAAZJ%2CmBAAmB%2CaAenB%2CSAEG%3BEAEE%2CWAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA1CL%2CmBAAmB%2CaA8CnB%2CSAAS%2CSAAM%3BEAEX%2CWAAA%3B%3BAAhDJ%2CmBAAmB%2CaAmDnB%2CSAAS%2CSAEF%3BEACF%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxDL%2CmBAAmB%2CaA8DnB%2CSAAS%2COAAM%2CIAAI%2CWAAW%3BEAC1B%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAML%2CaAAa%2CMAAO%2CSAAS%3BEACzB%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2CaAAa%2CmBAEZ%2CSAAS%2CSAAM%3BEACX%2CUAAA%3B%3BAAHL%2CaAAa%2CmBAMZ%2CSAAS%2CSAAM%3BEAEX%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BAAZL%2CaAAa%2CmBAeZ%2CSAEG%3BEAEE%2CWAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAA1CN%2CaAAa%2CmBA8CZ%2CSAAS%2CSAAM%3BEAEX%2CWAAA%3B%3BAAhDL%2CaAAa%2CmBAmDZ%2CSAAS%2CSAEF%3BEACF%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxDN%2CaAAa%2CmBA8DZ%2CSAAS%2COAAM%2CIAAI%2CWAAW%3BEAC1B%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAML%2CaAAa%2CMAAO%2CSAAS%3BEACzB%2CUAAA%3BEACA%2CmBAAA%3B%3BAAQJ%2CoBAEI%2CsBAEI%2CmBAEI%3BEACL%2C4BAAA%3B%3BAAOP%2CUAAU%2CuBAET%2CoBAEG%2CwBAEG%2CmBAEG%3BEACG%2CcAAA%3B%3BAASb%2CYAEC%3BEAEG%2CwCAAA%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3B%3BAARR%2CYAEC%2CwBAQO%2CsBAAqB%2CcAAc%3BEAEhC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3B%3BAAfX%2CYAEC%2CwBAQO%2CsBAAqB%2CcAAc%2CcAOhC%3BEACD%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CuBAAA%3BEACM%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAzBhB%2CYAEC%2CwBAQO%2CsBAAqB%2CcAAc%2CcAmBrC%2CcAAa%3BEACX%2C2BAAA%3B%3BAA9BR%2CYAEC%2CwBAQO%2CsBAAqB%2CcAAc%2CcAuBrC%2CcAAa%3BEAEV%2CmBAAA%3BEACA%2CWAAA%3B%3BAAMT%2CWAEC%3BEAEG%2CwCAAA%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3B%3BAARR%2CWAEC%2CwBAQO%2CsBAAqB%2CcAAc%3BEAEhC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3B%3BAAfX%2CWAEC%2CwBAQO%2CsBAAqB%2CcAAc%2CcAOhC%3BEACD%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CuBAAA%3BEACM%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAzBhB%2CWAEC%2CwBAQO%2CsBAAqB%2CcAAc%2CcAmBrC%2CcAAa%3BEACX%2C2BAAA%3B%3BAA9BR%2CWAEC%2CwBAQO%2CsBAAqB%2CcAAc%2CcAuBrC%2CcAAa%3BEAEV%2CmBAAA%3BEACA%2CWAAA%3B%3BAAOT%2CaAEC%3BEAEG%2CwCAAA%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3B%3BAAPR%2CaAEC%2CwBAOO%2CGAAE%3BEAEL%2CqBAAA%3B%3BAAXL%2CaAEC%2CwBAOO%2CGAAE%2CYAIL%2CaAAY%2CcAET%3BEAEK%2C0BAAA%3BEACH%2CqCAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CuBAAA%3BEACM%2C6BAAA%3BEACA%2C4BAAA%3B%3BAAxBhB%2CaAEC%2CwBAOO%2CGAAE%2CYAIL%2CaAAY%2CcAgBT%2CaAAY%3BEAEX%2CmBAAA%3BEACA%2CWAAA%3B%3BAAhCT%2CaAEC%2CwBAsCO%2CsBAAqB%2CcAAc%3BEAEhC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3B%3BAA7CX%2CaAEC%2CwBAsCO%2CsBAAqB%2CcAAc%2CcAQrC%2CiBAAgB%3BEACd%2C2BAAA%3B%3BAAjDR%2CaAEC%2CwBAsCO%2CsBAAqB%2CcAAc%2CcAYrC%2CcAAa%3BEAEV%2CmBAAA%3BEACA%2CWAAA%3B%3BAAMT%2CsBAEC%3BEAEG%2CwCAAA%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3B%3BAARR%2CsBAEC%2CwBAQO%2CsBAAqB%2CcAAc%3BEAEhC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3B%3BAAfX%2CsBAEC%2CwBAQO%2CsBAAqB%2CcAAc%2CcAOhC%3BEACD%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CuBAAA%3BEACM%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAzBhB%2CsBAEC%2CwBAQO%2CsBAAqB%2CcAAc%2CcAmBrC%2CcAAa%3BEACX%2C2BAAA%3B%3BAA9BR%2CsBAEC%2CwBAQO%2CsBAAqB%2CcAAc%2CcAuBrC%2CcAAa%3BEAEV%2CmBAAA%3BEACA%2CWAAA%3B%3BAAMT%2CeAEC%3BEAEG%2CwCAAA%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3B%3BAARR%2CeAEC%2CwBAQO%2CsBAAqB%2CcAAc%3BEAEhC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3B%3BAAfX%2CeAEC%2CwBAQO%2CsBAAqB%2CcAAc%2CcAOhC%3BEACD%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CuBAAA%3BEACM%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAzBhB%2CeAEC%2CwBAQO%2CsBAAqB%2CcAAc%2CcAmBrC%2CcAAa%3BEACX%2C2BAAA%3B%3BAA9BR%2CeAEC%2CwBAQO%2CsBAAqB%2CcAAc%2CcAuBrC%2CcAAa%3BEAEV%2CmBAAA%3BEACA%2CWAAA%3B%3BAAMT%2CKAEK%3BEACG%2CqBAAA%3B%3BAAHR%2CKAMC%3BEAEG%2CwCAAA%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3B%3BAAZR%2CKAMC%2CwBAQO%2CsBAAqB%2CcAAc%3BEAEhC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3B%3BAAnBX%2CKAMC%2CwBAQO%2CsBAAqB%2CcAAc%2CcAOhC%3BEACD%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CuBAAA%3BEACM%2C6BAAA%3BEACA%2CiBAAA%3B%3BAA7BhB%2CKAMC%2CwBAQO%2CsBAAqB%2CcAAc%2CcAmBrC%2CcAAa%3BEACX%2C2BAAA%3B%3BAAlCR%2CKAMC%2CwBAQO%2CsBAAqB%2CcAAc%2CcAuBrC%2CcAAa%3BEAEV%2CmBAAA%3BEACA%2CWAAA%3B%3BAAMT%2CqBAEC%3BEACI%2CiBAAA%3B%3BAAIL%2CqBAEI%2CeAAe%3BAAFnB%2CqBAEuC%2CeAAe%2CmBAAkB%3BEAChE%2CwBAAA%3B%3BAAHR%2CqBAMI%2CeAAe%2CmBAAkB%3BAANrC%2CqBAM6C%2CeAAe%2CmBAAkB%3BEACvE%2CsBAAA%3B%3BAAPP%2CqBAUI%2CoBAAmB%3BEAEjB%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAbN%2CqBAeI%3BEAEE%2C8BAAA%3B%3BAAjBN%2CqBAoBC%2CeAEG%3BEA6BG%2CaAAA%3B%3BAAnDP%2CqBAoBC%2CeAEG%2CcAEG%2CsBAEO%2CQAAO%3BEAEJ%2C2BAAA%3BEACA%2CgCAAA%3B%3BAA7BjB%2CqBAoBC%2CeAEG%2CcAYI%2CYAEG%2CiBAEG%2CQAAO%3BEAEJ%2CyBAAA%3BEACG%2CqBAAA%3BEACT%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAUX%2CwBAEC%3BEACE%2CkBAAA%3B%3BAAIH%2CQAAQ%2CKAAK%2CSAER%2CUAAS%2CUAAU%3BEAEnB%2C0BAAA%3B%3BAAJL%2CQAAQ%2CKAAK%2CSAOZ%2CUAAS%2CUAAU%3BEAWf%2C0BAAA%3BEACA%2CYAAA%3B%3BAAnBL%2CQAAQ%2CKAAK%2CSAOZ%2CUAAS%2CUAAU%2CKAEf%3BEAEG%2CeAAA%3BEACG%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAdX%2CQAAQ%2CKAAK%2CSAsBZ%2CSAAQ%2CKAAK%2CMAEV%2CMAAK%3BEAEA%2C2BAAA%3BEACG%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3B%3BAA7BZ%2CQAAQ%2CKAAK%2CSAsBZ%2CSAAQ%2CKAAK%2CMAUT%3BEACC%2CWAAA%3B%3BAAKN%2CiBAEC%3BEAgBG%2CuBAAA%3BEACA%2CUAAA%3BEACG%2CWAAA%3BEACC%2CYAAA%3BEACH%2C4BAAA%3BEACA%2CQAAA%3B%3BAAvBL%2CiBAEC%2CYAEG%2CWAEG%2COAEG%3BEACE%2C8BAAA%3B%3BAATZ%2CiBAEC%2CYAEG%2CWASK%3BEACF%2C8BAAA%3B%3BAAdP%2CiBAEC%2CYAuBI%3BEAEC%2C0BAAA%3BEACA%2CiBAAA%3B%3BAA5BN%2CiBAEC%2CYA6BC%3BEAEI%2CiBAAA%3B%3BAAjCN%2CiBAsCC%3BEAEI%2CkBAAA%3B%3BAAxCL%2CiBA2CC%3BEAEI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACG%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAnDR%2CiBAuDC%3BEAGI%2CWAAA%3BEACG%2CYAAA%3B%3BAA3DR%2CiBAuDC%2CwBAMO%2CYAAW%3BEAEP%2CUAAA%3BEACH%2CYAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAOT%2CoBAEI%3BEAEC%2CmBAAA%3B%3BAAJL%2CoBAOC%2CMAAK%3BEAEF%2CsBAAA%3B%3BAATJ%2CoBAYC%3BEACI%2CYAAA%3B%3BAAbL%2CoBAgBC%3BEAEI%2CiBAAA%3BEACG%2CYAAA%3BEACA%2CWAAA%3BEACH%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3B%3BAAxBL%2CoBAgBC%2CiBAUI%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA7BN%2CoBAgBC%2CiBAgBO%3BEAEG%2CYAAA%3B%3BAAlCX%2CoBAgBC%2CiBAqBO%2COAAM%2COAAO%2COAAO%3BEAEtB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAjDN%2CoBAgBC%2CiBAqBO%2COAAM%2COAAO%2COAAO%2CQAcrB%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA3DP%2CoBAkEC%3BEAEI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAvEL%2CoBAkEC%2CUAOI%2COAAM%2CKAAK%3BEAEV%2CWAAA%3BEACA%2CUAAA%3B%3BAA5EN%2CoBAkEC%2CUAaI%2COAAM%2CMAAM%3BEACX%2CYAAA%3BEACA%2CUAAA%3B%3BAAjFN%2CoBAkEC%2CUAkBI%3BEAEI%2C8BAAA%3B%3BAAtFT%2CoBAkEC%2CUAkBI%2CQAII%3BEAEF%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAnGP%2CoBA0GI%3BEAEC%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAhHL%2CoBAmHI%3BEAEC%2CiBAAA%3BEACA%2CwEAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3B%3BAAKL%3BEACI%2CgBAAA%3B%3BAAGJ%2C0BAEE%2CUAEE%2CGACE%2CEAAC%3BEAEA%2CqBAAA%3B%3BAAPP%2C0BAEE%2CUASG%2CaAAY%3BEACX%2CcAAA%3B%3BAAMN%2CaAGC%2CGACI%3BEACC%2CgBAAA%3BEACA%2CeAAA%3B%3BAAON%2CmBAEC%3BEAEI%2CaAAa%2CqBAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAOL%2CqBAAsB%2CQAAO%2CWAAW%3BAAAS%2CqBAAsB%2CQAAO%2CWAAW%3BAAAS%2CaAAc%2CQAAO%2CWAAW%3BAAAS%2CiBAAkB%2CQAAO%2CWAAW%3BEAE9K%2CcAAA%3B%3BAAGD%2CSAAS%2COAAO%2CWAAW%2CkBAAkB%3BEACzC%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CaAAA%3B%3BAAGJ%2CQAAQ%3BEAEP%2CaAAA%3B%3BAAGD%3BEAEC%2CuBAAA%3B%3BAAGD%2C2BAEQ%2CMAAK%2CQAAQ%2CaAEV%2CmBAEE%2CSAAQ%2CQAAQ%2CqBAEf%2CUAEC%3BEAEF%2CYAAA%3B%3BAAZb%2C2BAEQ%2CMAAK%2CQAAQ%2CaAEV%2CmBAEE%2CSAAQ%2CQAAQ%2CqBAEf%2CUAEC%2CYAIF%3BEAEQ%2CqBAAA%3BEACN%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAtBf%2C2BA%2BBI%2CQAAO%2CQAEL%2COACG%3BEACG%2CaAAa%2CqBAAb%3BEACT%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAvCH%2C2BA8CC%3BEAEG%2CYAAA%3B%3BAAhDJ%2C2BA8CC%2CmBAII%3BEACI%2CaAAA%3B%3BAAnDT%2C2BAuDC%2CQAAO%3BEACA%2CaAAA%3B%3BAAIR%2CQAAQ%3BEAEP%2CqBAAA%3B%3BAAID%3BEAEC%2CWAAA%3B%3BAAID%3BEAEI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CaAOI%3BEAEI%2CcAAA%3BEACH%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAKL%3BEACI%2CWAAA%3B%3BAAGJ%3BEAEC%2CcAAA%3BEACA%2C0BAAA%3B%3BAAID%2CoBAEI%2CSAAQ%3BEAEN%2CqBAAA%3B%3BAAJN%2CoBAOC%3BEAEC%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAMF%2CoBAAoB%2CSAGhB%2CcAAa%2CMAET%2CaAEC%2CaAAY%3BEAEZ%2CmBAAA%3B%3BAATT%2CoBAAoB%2CSAGhB%2CcAAa%2CMAET%2CaAQC%2CaAAY%3BEAEZ%2CmBAAA%3B%3BAAQT%2CqBAAsB%2CQAAO%2CWAAW%3BAAAS%2CqBAAsB%2CQAAO%2CWAAW%3BAAAS%2CaAAc%2CQAAO%2CWAAW%3BAAAS%2CiBAAkB%2CQAAO%2CWAAW%3BEAI1K%2CaAAa%2CwCAAb%3BEACD%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAIJ%2COAAO%2CWAAW%3BEAGZ%2C4DAAA%3BEACF%2C4BAAA%3BEACA%2C4BAAA%3B%3BAAMJ%2CqBAEC%3BEAEI%2CaAAa%2CqBAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACH%2CiBAAA%3BEACA%2CcAAA%3B%3BAARF%2CqBAEC%2CmBAQC%3BEACG%2CcAAA%3B%3BAAXL%2CqBAEC%2CmBAaC%2CEAAC%3BEACE%2CcAAA%3BEACA%2CqBAAA%3B%3BAAOL%2CeAAe%2CkBAAkB%2CkBAEhC%2C0BAEI%2CeAEG%2CSAEK%2CSAEI%2CQAAO%2CQAAQ%3BEAEX%2CcAAA%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CgBAAA%3B%3BAAjBT%2CeAAe%2CkBAAkB%2CkBAEhC%2C0BAEI%2CeAEG%2CSAEK%2CSAaI%2CQAAO%2CQAAQ%2CSAAS%3BEAErB%2CWAAA%3BEACX%2CyBAAA%3B%3BAAxBT%2CeAAe%2CkBAAkB%2CkBAEhC%2C0BAEI%2CeAEG%2CSAsBK%2CWAEI%2CQAAO%3BEAEH%2CcAAA%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACe%2CiBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACf%2CgBAAA%3BEACA%2CWAAA%3BEACe%2CqBAAA%3B%3BAAzCxB%2CeAAe%2CkBAAkB%2CkBAEhC%2C0BAEI%2CeAEG%2CSAsBK%2CWAgBI%2CQAAO%2CSAAS%3BEAExB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAWN%2CiBAAiB%3BEAEf%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeAAe%3BEAEX%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAML%2CsBAEC%3BEAEG%2C2BAAA%3B%3BAAIJ%2CuBAEC%2CQAAO%3BEAEH%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACG%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CgBAEC%2CWAEG%2CQAAO%3BEAEF%2CcAAA%3B%3BAAKT%2CmBAEC%2CQAAO%2CQAEH%2COAEG%2CMAEE%3BEACG%2CcAAA%3B%3BAAYb%2CQAEI%2CgBAEG%2CQAAO%3BEAEH%2C2BAAA%3BEACA%2CkBAAA%3B%3BAAPX%2CQAYK%2CUAAS%3BEAEP%2CWAAA%3B%3BAAdP%2CQAiBI%3BEAEQ%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3B%3BAAxBZ%2CQA2BI%2COAEI%2COAAM%3BEAEJ%2C4BAAA%3B%3BAA%5C%2FBV%2CQAmCI%2CaAEE%3BEACI%2CcAAA%3B%3BAAtCV%2CQA0CI%2CiBAEC%2CSACK%2CQAAO%2CKAAK%3BEAER%2CcAAA%3BEACN%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAArDR%2CQA0CI%2CiBAEC%2CSACK%2CQAAO%2CKAAK%2CQAUd%3BEAEG%2CiBAAA%3B%3BAAzDX%2CQA0CI%2CiBAEC%2CSAiBK%2CQAAO%2CQAAQ%3BEAEX%2CcAAA%3BEACN%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAArER%2CQA0CI%2CiBAiCC%2CWAEK%2CQAAO%3BEAET%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAxFR%2CQA6FI%2CUAAS%3BEAEN%2CsBAAA%3B%3BAA%5C%2FFP%2CQA6FI%2CUAAS%2CKAIN%2COAAM%2CqBAAqB%3BEAC5B%2CWAAA%3BEACA%2CUAAA%3B%3BAAnGN%2CQA6FI%2CUAAS%2CKAIN%2COAAM%2CqBAAqB%2CSAI5B%3BEACE%2CaAAA%3B%3BAAtGR%2CQA6FI%2CUAAS%2CKAaX%2COAAM%2CoBAAoB%3BEACtB%2CYAAA%3BEACA%2CUAAA%3B%3BAA5GN%2CQA6FI%2CUAAS%2CKAaX%2COAAM%2CoBAAoB%2CSAItB%3BEACE%2CaAAA%3B%3BAA%5C%2FGR%2CQA6FI%2CUAAS%2CKAsBX%2COAAM%3BEAEH%2CaAAA%3B%3BAArHL%2CQA6FI%2CUAAS%2CKA2BX%2COAAM%2COAAO%3BEACT%2CaAAA%3B%3BAAzHN%2CQA6FI%2CUAAS%2CKA%2BBX%2COAAM%3BEACF%2CWAAA%3B%3BAA7HN%2CQAmII%3BEAEC%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAtIL%2CQAmII%2CQAKI%3BEACC%2CSAAA%3BEACH%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FIN%2CQAmJI%2CKAAI%2CQAEA%2CQAAO%3BEACT%2CcAAA%3B%3BAAtJN%2CQAmJI%2CKAAI%2CQAMN%2CQAAO%2CKAAK%3BEACR%2CcAAA%3B%3BAA1JN%2CQAmJI%2CKAAI%2CQASN%2CQAAO%3BEAEJ%2CcAAA%3B%3BAA9JL%2CQAmJI%2CKAAI%2CQAcN%2CQAAO%2CMAAM%3BEAEV%2CcAAA%3B%3BAAnKL%2CQAmJI%2CKAAI%2CQAmBN%2CQAAO%2CKAAK%3BEAET%2CcAAA%3B%3BAAxKL%2CQAmJI%2CKAAI%2CQAwBN%2CQAAO%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEAEA%2CkBAAA%3BEACA%2C4BAAA%3B%3BAAlLT%2CQAsLI%2CQAAO%3BEAEH%2CcAAA%3BEACH%2CyBAAA%3BEACH%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FLF%2CQAkMQ%2CQAAO%2CKAAK%3BEAER%2CqBAAA%3B%3BAApMZ%2CQAuMQ%2COAEG%2CQAAO%3BEAEL%2CcAAA%3BEACT%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAlNJ%2CQAuMQ%2COAcC%2CQAAO%2CKAAK%3BEAER%2CqBAAA%3B%3BAAvNb%2CQA6NI%2CKAEI%2CWACI%3BEAEL%2CSAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAxOP%2CQA6NI%2CKAkBI%2CaAEI%2CQAAO%3BEACL%2CaAAA%3B%3BAAlPd%2CQA6NI%2CKAkBI%2CaAQG%2CQAAO%3BEAEF%2CcAAA%3BEACT%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAhQP%2CQA6NI%2CKAkBI%2CaAoBG%2CQAAO%2CKAAK%3BEACV%2CqBAAA%3B%3BAApQb%2CQA6NI%2CKAkBI%2CaAwBG%2CQAAO%2CgBAAgB%3BEACrB%2CqBAAA%3B%3BAAxQb%2CQA6NI%2CKAkBI%2CaA4BG%2CQAAO%3BEAEF%2CcAAA%3BEACT%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAnRP%2CQA0RC%2CSAAQ%2CaAID%2CuBAEC%2CMAEI%3BEACG%2CkBAAA%3B%3BAAnShB%2CQA0RC%2CSAAQ%2CaAID%2CuBAEC%2CMAMI%2CEAAC%3BEAEE%2CcAAA%3B%3BAAxShB%2CQA0RC%2CSAAQ%2CaAID%2CuBAcF%2CMAAK%2CQACI%3BEAEG%2CuBAAA%3BEACA%2C4BAAA%3B%3BAAhTlB%2CQA0RC%2CSAAQ%2CaA4BP%2CSAAQ%2C8BAEJ%2CKAAI%3BEAOM%2CgBAAA%3B%3BAA%5C%2FThB%2CQA0RC%2CSAAQ%2CaA4BP%2CSAAQ%2C8BAEJ%2CKAAI%2CMAEA%3BEAEI%2CaAAA%3B%3BAA5Td%2CQA0RC%2CSAAQ%2CaA4BP%2CSAAQ%2C8BAEJ%2CKAAI%2CMASM%2CKAAI%3BEACD%2CWAAA%3BEACA%2CcAAA%3B%3BAAUnB%3BEAEI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACH%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3B%3BAAID%2CYAAY%3BEAER%2CgBAAA%3B%3BAAFJ%2CYAAY%2CMAIX%3BEAEI%2CaAAa%2CqBAAb%3BEACH%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKF%2CcAAc%2CgBAEb%2CUAAS%2CcAER%3BEAEI%2CYAAA%3BEACM%2CkBAAA%3BEACA%2CkBAAA%3B%3BAARZ%2CcAAc%2CgBAEb%2CUAAS%2CcAER%2CcAMU%2CmBAEI%2CSAAQ%2CQAAQ%2CqBAEb%2CSAAQ%2CKAAK%3BEAET%2C6BAAA%3B%3BAAYvB%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CmBAMI%3BEACC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACG%2CoBAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAKJ%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEI%2CmBAAA%3BEACA%2CaAAA%3B%3BAAHJ%2CWAKI%3BEACG%2CUAAA%3B%3BAANP%2CWAKI%2CoBAGG%3BEAEE%2CwBAAA%3B%3BAAVT%2CWAKI%2CoBAGG%2CiBAIK%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAjBhB%2CWAKI%2CoBAGG%2CiBAYK%3BEAEL%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3BEACD%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA7BN%2CWAKI%2CoBAGG%2CiBAwBJ%3BEAII%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3BEACD%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FCN%2CWAKI%2CoBAGG%2CiBAwBJ%2CUACE%3BEACC%2CcAAA%3B%3BAAlCN%2CWAsDC%3BEAMI%2CUAAA%3B%3BAA5DL%2CWAsDC%2CmBAEG%3BEACG%2CYAAA%3B%3BAAUP%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CwBAKI%3BEACC%2CYAAA%3BEACA%2CWAAA%3B%3BAAPL%2CwBAKI%2CqBAIC%3BEAEC%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAnBN%2CwBAKI%2CqBAkBF%3BEAEI%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3B%3BAA7BN%2CwBAKI%2CqBAkBF%2CwBAQI%3BEACU%2CaAAa%2CqBAAb%3BEACT%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAzCP%2CwBAKI%2CqBAkBF%2CwBAQI%2CGAYC%3BEACC%2CcAAA%3B%3BAA5CR%2CwBAKI%2CqBAkBF%2CwBAyBC%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlDP%2CwBAKI%2CqBAkBF%2CwBAyBC%2CGAII%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3B%3BAA9DR%2CwBAKI%2CqBAkBF%2CwBAyBC%2CGAII%2CGAYC%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAAlET%2CwBAKI%2CqBAkBF%2CwBAyBC%2CGAII%2CGAiBF%2CEAAC%3BEACG%2C0BAAA%3B%3BAAtET%2CwBAKI%2CqBAwEF%3BEAEI%2C6EAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3B%3BAAjFN%2CwBAKI%2CqBAiFF%3BEAEI%2C2EAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3B%3BAA1FN%2CwBAKI%2CqBA2FI%3BEACI%2CiFAAA%3BEACN%2C4BAAA%3BEACA%2CaAAA%3B%3BAAnGN%2CwBAKI%2CqBAmGF%3BEACU%2C6DAAA%3BEACN%2C4BAAA%3BEACA%2CaAAA%3B%3BAA3GN%2CwBAKI%2CqBA2GF%3BEACU%2C2EAAA%3BEACN%2C4BAAA%3B%3BAAlHN%2CwBAKI%2CqBAkHF%3BEAEc%2CuEAAA%3BEACA%2C4BAAA%3B%3BAA1HhB%2CwBAKI%2CqBAyHF%3BEAEE%2CgBAAA%3B%3BAAhIJ%2CwBAKI%2CqBAyHF%2CqBAOC%3BEAEa%2CqEAAA%3BEACA%2C4BAAA%3BEACT%2CaAAA%3B%3BAAzIP%2CwBAKI%2CqBAyHF%2CqBAiBC%3BEAEa%2CwEAAA%3BEACA%2C4BAAA%3BEACT%2CaAAA%3B%3BAAnJP%2CwBAKI%2CqBAyHF%2CqBAyBC%3BEACC%2CwEAAA%3BEACY%2C4BAAA%3BEACT%2CaAAA%3B%3BAASP%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CUAIK%2CiBAAgB%2CkBAAkB%2CIAAI%3BEACtC%2C8BAAA%3BEACA%2CaAAA%3B%3BAAUL%2CMAAM%3BEACF%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBAEC%2CkBAEM%2CwBAEK%2CYAAW%2COAER%2CUAEG%2COAAM%3BEACJ%2CWAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAbpB%2CwBAEC%2CkBAEM%2CwBAEK%2CYAAW%2COAER%2CUAEG%2COAAM%2CIAKJ%3BEACX%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAjBT%2CwBAEC%2CkBAEM%2CwBAEK%2CYAAW%2COAER%2CUAaG%2CeAEG%3BEAEG%2CYAAA%3B%3BAAzBxB%2CwBAEC%2CkBAEM%2CwBAEK%2CYAAW%2COAER%2CUAqBG%2CSAEG%2CQAAO%2CQAAQ%3BEAEZ%2CmBAAA%3BEACZ%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAUZ%3BEACI%2CQAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAHJ%2CuBAKK%3BEAEA%2CWAAA%3BEACA%2CaAAA%3B%3BAARL%2CuBAKK%2CmBAKE%3BEAED%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAfN%2CuBAKK%2CmBAKE%2CgBAOA%3BEAEG%2CWAAA%3B%3BAAnBV%2CuBAKK%2CmBAkBA%3BEAEG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA3BR%2CuBAKK%2CmBAkBA%2CoBAMG%2CaAEK%3BEACG%2CcAAA%3B%3BAAhChB%2CuBAKK%2CmBAkBA%2CoBAaK%3BEAEE%2CkBAAA%3B%3BAAtCZ%2CuBAKK%2CmBAkBA%2CoBAaK%2CGAII%3BEAED%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3Cb%2CuBAKK%2CmBAkBA%2CoBAaK%2CGAII%2CGAKA%3BEACG%2CWAAA%3B%3BAAUjB%3BEACI%2CQAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%2CwBAEC%2CQAAO%2CQAEH%3BEAEC%2CqBAAA%3B%3BAAON%3BEAEC%2CuBAAA%3B%3BAAGD%2COAAO%2CaAAa%3BEAEnB%2CmBAAA%3B%3BAAGD%2COAAO%2CQAAQ%2CSAAS%3BEAEvB%2CyBAAA%3BEACG%2CqBAAA%3B%3BAAGJ%2CKAAK%2CiBAEJ%2C%2BBAEO%2CgCAA%2BB%2C4BAE5B%2CkBAEK%3BEAEI%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAQjB%3BEAEI%2CgBAAA%3B%3BAAGH%3BEAEE%2CgBAAA%3B%3BAAGF%2CMAAM%2COAAO%2CaAAa%3BEAExB%2CWAAA%3B%3BAAON%2CqBAGK%2CoBAEH%2CqBAEG%3BEAEI%2CcAAA%3B%3BAATT%2CqBAeI%2CaAAY%2CiBAAiB%2CYAEzB%3BEAEF%2CqBAAA%3BEACM%2CmBAAA%3B%3BAApBZ%2CqBAyBI%2CaAEI%3BEAEF%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3B%3BAAhCN%2CqBAyBI%2CaAUI%3BEAEF%2CYAAA%3BEACM%2CUAAA%3B%3BAAtCZ%2CqBAyBI%2CaAgBI%2CcAAa%3BAAzCrB%2CqBAyBI%2CaAgB0B%2CaAAa%2CcAAa%3BEAClD%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAhDN%2CqBAyBI%2CaA0BK%2CcAAa%2CMAAM%3BEAEtB%2CqBAAA%3B%3BAArDN%2CqBAyBI%2CaA%2BBF%2CcAAa%3BEAET%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAA5DN%2CqBAyBI%2CaAsCI%3BEACI%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3B%3BAAlEZ%2CqBAyBI%2CaAsCI%2CkBAMI%3BEAEI%2C8BAAA%3B%3BAAvEhB%2CqBAyBI%2CaAsCI%2CkBAWI%2COAAM%3BEAEX%2CcAAA%3BEACA%2CiBAAA%3B%3BAA7EP%2CqBAyBI%2CaAsCI%2CkBAiBI%3BEAEG%2C2BAAA%3BEACA%2CYAAA%3B%3BAAnFf%2CqBAyFK%3BEAEG%2CaAAa%2CqBAAb%3BEACN%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FFF%2CqBAqGK%3BEAEG%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAxGR%2CqBA2GI%3BEAEI%2CaAAa%2CqBAAb%3BEACN%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjHF%2CqBAqHE%3BEAEE%2C2BAAA%3BEACA%2CYAAA%3B%3BAAxHJ%2CqBAqHE%2CoBAKE%2CiBAEE%3BEAEI%2CaAAa%2CqBAAb%3BEACN%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAlIJ%2CqBAqHE%2CoBAKE%2CiBAWD%3BEAEC%2CaAAa%2CqBAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAUJ%2CoBAEI%2CQAAO%2CKAEH%3BEACF%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAATN%2CoBAEI%2CQAAO%2CKAEH%2CYAOD%3BEACA%2CcAAA%3B%3BAAZP%2CoBAEI%2CQAAO%2CKAEH%2CYAWL%2CEAAC%3BEACG%2CcAAA%3B%3BAAhBP%2CoBAqBI%2CkBAEE%3BEAEE%2CmBAAA%3B%3BAAzBR%2CoBAqBI%2CkBAOC%3BEAEC%2CuBAAA%3B%3BAA9BN%2CoBAqBI%2CkBAYC%3BEAEG%2CuBAAA%3B%3BAAnCR%2CoBAyCI%2COAAM%2CeAAe%3BEAEpB%2CyBAAA%3BEACA%2CuBAAA%3B%3BAA5CL%2CoBA%2BCI%2CeAEG%2CsBAEG%2CiBAEG%2CSAEG%2CQAAO%2CMAAM%3BEAEV%2CmBAAA%3BEACZ%2CyBAAA%3BEACA%2CcAAA%3B%3BAA3DP%2CoBAkEI%2CeAAe%2COAAS%2CSAAO%3BEAC9B%2CcAAA%3BEACA%2CgBAAA%3B%3BAApEL%2CoBAuEI%2CwBAEG%2CMAEG%2CQAAO%3BEAEJ%2CcAAA%3B%3BAA7Eb%2CoBAkFI%3BEAEE%2C2BAAA%3B%3BAApFN%2CoBAyFI%2COAAM%3BEAwFL%2CgBAAA%3B%3BAAjLL%2CoBAyFI%2COAAM%2CUAEF%2CeAEG%3BEAEE%2CUAAA%3BEACA%2CkBAAA%3B%3BAAhGb%2CoBAyFI%2COAAM%2CUAWF%2CSAAQ%2CQAAQ%2CqBAER%2CuBAAsB%3BEAE9B%2CwBAAA%3B%3BAAxGR%2CoBAyFI%2COAAM%2CUAWF%2CSAAQ%2CQAAQ%2CqBAOZ%3BEAEG%2CWAAA%3B%3BAA7Gf%2CoBAyFI%2COAAM%2CUAWF%2CSAAQ%2CQAAQ%2CqBAOZ%2CiBAKI%2COAAM%2COAAO%2COAAO%3BEAE5B%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3B%3BAAxHR%2CoBAyFI%2COAAM%2CUAWF%2CSAAQ%2CQAAQ%2CqBAOZ%2CiBAiBR%2COAAM%2COAAO%2COAAO%2CQAAQ%3BEAGxB%2CWAAA%3BEACA%2CyBAAA%3B%3BAAhIR%2CoBAyFI%2COAAM%2CUA6CF%2CyBAAwB%3BEAC1B%2CWAAA%3B%3BAAvIN%2CoBAyFI%2COAAM%2CUAiDR%2CyBAAwB%3BEACpB%2CYAAA%3B%3BAA3IN%2CoBAyFI%2COAAM%2CUAqDR%2CyBAAwB%3BAA9I1B%2CoBAyFI%2COAAM%2CUAqDyB%2CyBAAwB%3BEACrD%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAApJN%2CoBAyFI%2COAAM%2CUA8DF%2CaAAY%3BEAER%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACN%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CWAAA%3B%3BAAlKN%2CoBAyFI%2COAAM%2CUA8DF%2CaAAY%2CMAad%3BEACG%2CkBAAA%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACN%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAA7KN%2CoBAoLI%2CMAAK%2CKAAK%2CQAEN%2CQAAO%3BEAEH%2CyBAAA%3BEACA%2C2BAAA%3BEACN%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAApMT%2CoBAoLI%2CMAAK%2CKAAK%2CQAmBZ%2CQAAO%2CSAAS%3BEAET%2CqBAAA%3B%3BAAzMT%2CoBAoLI%2CMAAK%2CKAAK%2CQAwBZ%2CQAAO%3BEAEH%2CcAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAArNN%2CoBAoLI%2CMAAK%2CKAAK%2CQAoCZ%2CQAAO%2CMAAM%3BEAET%2CqBAAA%3B%3BAA1NN%2CoBAoLI%2CMAAK%2CKAAK%2CQAyCZ%2CQAAO%3BEAEH%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAtOH%2CoBA8OI%2CMAAK%2CcAED%2CKAAI%2CIAEA%3BEACL%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAvPP%2CoBA4PI%2CqBAIE%2CMAEG%2CGACI%2CGAAE%2CIAAI%2CIAEH%2CSAAQ%3BEAChB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAnRR%2CoBA4PI%2CqBA6BG%2CMAEI%2CGACI%3BEACP%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3B%3BAAjSR%2CoBA4PI%2CqBA4CI%2CMAEC%2CGACI%3BEACN%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAApTP%2CoBA4PI%2CqBA6DC%2CMAEI%2CGACI%2CGAAE%2CIAAI%2CKAEF%2CsBAEG%2CGAAE%3BEAEA%2CeAAA%3B%3BAAlUtB%2CoBA4PI%2CqBA6DC%2CMAEI%2CGACI%2CGAAE%2CIAAI%2CKAEF%2CsBAEG%2CGAAE%2CaAIC%3BEACb%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CWAAA%3B%3BAA1UV%2CoBA4PI%2CqBA6DC%2CMAEI%2CGACI%2CGAAE%2CIAAI%2CKAEF%2CsBAgBE%2CmBAEI%3BEACZ%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAApVX%2CoBA4PI%2CqBA6DC%2CMAEI%2CGACI%2CGAAE%2CIAAI%2CKAEF%2CsBAgBE%2CmBASZ%2CEAAC%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAzVX%2CoBA4PI%2CqBAqGC%2CYAEG%3BEACF%2CcAAA%3BEACA%2CeAAA%3B%3BAArWN%2CoBA0WC%2CgBAEG%3BEACG%2CuBAAA%3B%3BAA7WP%2CoBA0WC%2CgBAMI%2CeAEI%2CMAAK%2CMAAM%2COAEP%2CQAAO%2CIAEJ%3BEACK%2CaAAa%2CqBAAb%3BEACf%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3XN%2CoBA0WC%2CgBAMI%2CeAEI%2CMAAK%2CMAAM%2COAEP%2CQAAO%2CIASf%3BEACI%2CaAAa%2CqBAAb%3BEACH%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAnYN%2CoBA0WC%2CgBAMI%2CeAEI%2CMAAK%2CMAAM%2COAsBR%2COAAM%2COAEP%2CMAEC%3BEACF%2CgBAAA%3BEACA%2CeAAA%3BEACM%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAAhZhB%2CoBA0WC%2CgBAMI%2CeAEI%2CMAAK%2CMAAM%2COAsBR%2COAAM%2COAcV%2CQAEG%3BEACK%2CgBAAA%3BEACN%2CeAAA%3BEACM%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CwBAAA%3BEAEW%2CiBAAA%3B%3BAA%5C%2FZ3B%2CoBA0WC%2CgBA%2BDM%2CUAAS%2CQAAQ%2CMAAM%2CuBAElB%2CMAEI%2CQAAO%2CQAAQ%3BEAGvB%2CyBAAA%3BEACY%2CyBAAA%3BEACZ%2CmBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAvbL%2CoBA0WC%2CgBA%2BDM%2CUAAS%2CQAAQ%2CMAAM%2CuBAElB%2CMAiBR%2CQAAO%2CQAAQ%2CSAAS%3BEACJ%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAYxB%2CKAAK%3BAAAa%2CKAAK%3BAAAiB%2CKAAK%3BAAAY%2CKAAK%3BAAAY%2CKAAK%3BAAAe%2CKAAK%3BAAAe%2CKAAK%3BAAAiB%2CKAAK%3BEACzI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CgCAEG%2CMAAK%2CSAAS%2COAEZ%2CUAAS%3BEAER%2CwBAAA%3B%3BAANN%2CgCAUI%2COAAM%3BEACH%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAbP%2CgCAgBI%2COAAM%2CQAAQ%2CSAEV%3BEAEG%2C8BAAA%3B%3BAApBX%2CgCAwBC%2CMAAK%2CSAAS%3BEAEX%2CsBAAA%3B%3BAA1BJ%2CgCA6BC%2COAAM%2CMAAM%2CSAAU%2CMAAK%3BEAEvB%2CaAAA%3B%3BAA%5C%2FBL%2CgCAkCC%2CiBAEE%3BEAEE%2CcAAA%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA3CR%2CgCAkCC%2CiBAEE%2CSASK%2CQAAO%2COAAO%3BEAEX%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACC%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3B%3BAAnDZ%2CgCAkCC%2CiBAqBE%3BEAEK%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgDAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAhER%2CgCAkCC%2CiBAqBE%2CWAWK%2CQAAO%3BEAML%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CqBAAb%3BEACE%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA9EZ%2CgCAkCC%2CiBAqBE%2CWAWK%2CQAAO%2CKAEH%3BEACE%2CWAAA%3B%3BAAmBd%2CwBAEC%2CMAAK%2COAAO%2CQAAQ%3BEAEhB%2CWAAA%3B%3BAAJL%2CwBAOC%2COAAM%2CqBAAqB%3BEACvB%2CUAAA%3BEACA%2CWAAA%3B%3BAATL%2CwBAOC%2COAAM%2CqBAAqB%2CSAIvB%2CMAAK%3BEACJ%2CwBAAA%3B%3BAAZN%2CwBAgBC%2COAAM%2CoBAAoB%3BEACtB%2CYAAA%3BEACA%2CUAAA%3B%3BAAlBL%2CwBAgBC%2COAAM%2CoBAAoB%2CSAItB%2CMAAK%3BEACJ%2CwBAAA%3B%3BAArBN%2CwBAyBC%2COAAM%2COAAO%3BEACT%2CWAAA%3B%3BAA1BL%2CwBA6BC%2CUAAS%2COAAO%2CKAEb%3BEAEG%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CmBAAA%3B%3BAAtCP%2CwBA6BC%2CUAAS%2COAAO%2CKAEb%2CQASG%3BEACE%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAA5CT%2CwBAiDC%2CUAAS%2COAAO%2CQAEb%3BEACM%2CeAAA%3BEACD%2CgBAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAAtDT%2CwBAiDC%2CUAAS%2COAAO%2CQAQb%3BEAEG%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CmBAAA%3B%3BAAhEP%2CwBAiDC%2CUAAS%2COAAO%2CQAQb%2CQASG%3BEACE%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAAtET%2CwBA4EC%2COAAM%3BEACF%2CaAAA%3B%3BAA7EL%2CwBAgFC%2COAAM%3BEACF%2CaAAA%3B%3BAAjFL%2CwBAoFC%2COAAM%2COAAO%3BEACT%2CyBAAA%3B%3BAArFL%2CwBAwFC%2CiBAEE%3BEAEE%2CcAAA%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAjGR%2CwBAwFC%2CiBAEE%2CSASK%2CQAAO%2COAAO%3BEAEX%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACC%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3B%3BAAzGZ%2CwBAwFC%2CiBAqBE%3BEAEK%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgDAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAtHR%2CwBAwFC%2CiBAqBE%2CWAWK%2CQAAO%3BEAML%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CqBAAb%3BEACE%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAApIZ%2CwBAwFC%2CiBAqBE%2CWAWK%2CQAAO%2CKAEH%3BEACE%2CWAAA%3B%3BAAkBd%2CuBAGI%2COAAM%3BEACL%2CaAAA%3B%3BAAJL%2CuBAOI%2CiBAEI%3BEACI%2CsBAAA%3B%3BAAVZ%2CuBAOI%2CiBAMI%2CUAAS%3BEAEX%2CaAAA%3B%3BAAfN%2CuBAqBC%2COAAM%3BEA0DF%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiEAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAnFL%2CuBAqBC%2COAAM%2CqBAEH%2CUAAS%3BEACH%2CgBAAA%3B%3BAAxBV%2CuBAqBC%2COAAM%2CqBAMF%2CiBAEG%3BEAEM%2CYAAA%3B%3BAA%5C%2FBd%2CuBAqBC%2COAAM%2CqBAMF%2CiBAEG%2CSAIK%2CQAAO%2CMAAM%3BEAEZ%2CiBAAA%3BEACN%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAAhDR%2CuBAqBC%2COAAM%2CqBAMF%2CiBAyBF%2CWACG%2CQAAO%3BEAEH%2CcAAA%3BEACS%2CqBAAA%3B%3BAAxDnB%2CuBAqBC%2COAAM%2CqBAwCF%2COAAM%3BEACL%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAjEN%2CuBAqBC%2COAAM%2CqBA%2BCL%3BEAEI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAA5EN%2CuBAqBC%2COAAM%2CqBAiEF%2CaAEI%3BEACF%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEAEA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4CAAA%3B%3BAAlGP%2CuBAuGC%2COAAM%3BEACF%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiEAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAA5GL%2CuBAuGC%2COAAM%2CmBAQF%2CaAEI%3BEACF%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEAEA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4CAAA%3B%3BAA3HP%2CuBAuGC%2COAAM%2CmBAwBF%2CiBAEG%2CSAEI%2CQAAO%2COAAO%3BEAMR%2CiBAAA%3BEACV%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAAtJR%2CuBAuGC%2COAAM%2CmBAwBF%2CiBAEG%2CSAEI%2CQAAO%2COAAO%2CQAET%3BEACE%2CWAAA%3B%3BAAwBnB%3BEAEK%2CgBAAA%3B%3BAAFL%2CgBAIC%2CKAEG%3BEAEK%2CeAAA%3BEACH%2CaAAa%2CqBAAb%3B%3BAAMN%2CoBAEE%2CyBAGG%3BEAEA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAXL%2CoBAEE%2CyBAGG%2CKAQA%2COAAM%3BEAEL%2CUAAA%3BEACA%2CWAAA%3B%3BAAhBN%2CoBAEE%2CyBAGG%2CKAcH%2COAAM%3BEAEF%2CYAAA%3BEACA%2CUAAA%3B%3BAAtBN%2CoBAEE%2CyBAGG%2CKAoBH%3BEAEI%2CaAAa%2CqBAAb%3BEACH%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FBH%2CoBAEE%2CyBAGG%2CKA8BH%3BEAEG%2CyBAAA%3BEACA%2CkBAAA%3BEACM%2C8BAAA%3B%3BAAvCX%2CoBAEE%2CyBAGG%2CKAqCH%3BEAEI%2CWAAA%3B%3BAA5CN%2CoBAEE%2CyBAGG%2CKAqCH%2CKAII%3BEAEI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACN%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAcJ%2CiBAGI%3BEAEC%2CsEAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAdL%2CiBAiBC%3BEACI%2CWAAA%3B%3BAAlBL%2CiBAqBC%3BEAEI%2CmBAAA%3B%3BAAvBL%2CiBA0BC%3BEAEI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA7BL%2CiBAgCC%3BEA2DC%2CgBAAA%3B%3BAA3FF%2CiBAgCC%2C2BAEG%3BEACE%2CuCAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAtCN%2CiBAgCC%2C2BASI%3BEACC%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FCN%2CiBAgCC%2C2BASI%2CGAQC%3BEACC%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2COAAO%2CSAAP%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAzDP%2CiBAgCC%2C2BASI%2CGAQC%2CGAWC%2CeAEI%3BEACF%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAA3ET%2CiBAgCC%2C2BASI%2CGAQC%2CGA8BC%3BEACC%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAtFR%2CiBAgCC%2C2BA6DC%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnGN%2CiBAgCC%2C2BA6DC%2CUAQI%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAxGP%2CiBAgCC%2C2BA6DC%2CUAQI%2CGAKE%3BEACA%2CWAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAhHR%2CiBAgCC%2C2BA6DC%2CUAuBC%3BEACI%2CWAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CUAAA%3B%3BAAjIP%2CiBAsII%2CQAAO%3BEAEL%2C2BAAA%3B%3BAAxIN%2CiBAsII%2CQAAO%2CMAIH%3BEAEI%2CaAAa%2CqBAAb%3BEACT%2CgCAAA%3BEACG%2CoBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAApJN%2CiBAsII%2CQAAO%2CMAiBH%2CsBAAqB%3BEAEnB%2CaAAA%3B%3BAAzJV%2CiBAsII%2CQAAO%2CMAsBH%2CSAAQ%2CoBAGP%3BEAEG%2CYAAA%3BEACA%2CWAAA%3B%3BAAlKZ%2CiBAsII%2CQAAO%2CMAsBH%2CSAAQ%2CoBAGP%2CGAKG%3BEACJ%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAtKR%2CiBAsII%2CQAAO%2CMAsBH%2CSAAQ%2CoBAGP%2CGAKG%2CGAIA%3BEACF%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA9KV%2CiBAsII%2CQAAO%2CMAsBH%2CSAAQ%2CoBAGP%2CGAmBI%3BEACL%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA3LR%2CiBAmMI%3BEAEC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C2CAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA5ML%2CiBA%2BMC%3BEAEI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAASL%3BEACG%2CmBAAA%3BEACA%2CaAAA%3B%3BAAFH%2CeAIG%3BEACE%2CUAAA%3BEACA%2CkBAAA%3B%3BAANL%2CeAIG%2CwBAIE%3BEAEC%2CSAAA%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACG%2CWAAW%2CqBAAX%3B%3BAAdZ%2CeAIG%2CwBAIE%2CgBAQC%3BEAEC%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAA1BP%2CeAIG%2CwBAIE%2CgBAsBF%3BEAEI%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAAxCP%2CeAIG%2CwBAIE%2CgBAmCF%3BEAEI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BAA5DP%2CeAIG%2CwBAIE%2CgBAmCF%2CeAmBI%3BEACC%2CcAAA%3B%3BAA%5C%2FDR%2CeAsEC%3BEAQI%2CUAAA%3B%3BAA9EL%2CeAsEC%2C0BAEI%3BEAEE%2CWAAA%3BEACA%2CWAAA%3B%3BAAQP%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAHJ%2CUAKI%3BEACI%2CmBAAA%3BEACH%2CmBAAA%3B%3BAAPL%2CUAKI%2CcAIC%3BEACM%2C4BAAA%3B%3BAAVX%2CUAKI%2CcAIC%2CmBAGO%3BEACI%2CaAAa%2CqBAAb%3BEACT%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAtBP%2CUAKI%2CcAIC%2CmBAgBF%3BEACa%2CaAAa%2CqBAAb%3BEACT%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAAlCP%2CUAKI%2CcAIC%2CmBA4BF%3BEAEa%2CaAAa%2CqBAAb%3BEACT%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAtDP%2CUAKI%2CcAIC%2CmBA4BF%2CcAmBI%3BEACC%2CcAAA%3B%3BAAzDR%2CUAKI%2CcAyDI%3BEAEI%2CYAAA%3B%3BAAhEZ%2CUAKI%2CcAyDI%2CqBAIE%3BEACH%2C6BAAA%3BEACA%2CgCAAA%3B%3BAAOP%2CQAEC%2CQAAO%3BEAEN%2C8BAAA%3B%3BAAKF%2CYAEC%2CQAAO%3BEAEH%2C6BAAA%3B%3BAAKL%3BEAEE%2CmBAAA%3BEACA%2CeAAA%3B%3BAAHF%2CWAKC%3BEACI%2CkBAAA%3B%3BAANL%2CWAKC%2CUAGI%3BEACC%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAjBN%2CWAKC%2CUAeC%3BEACU%2CaAAa%2CqBAAb%3BEACN%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAMN%3BEAEC%2CUAAA%3BEACA%2CWAAA%3B%3BAAHD%2CqBAKC%3BEAEI%2CaAAa%2CqBAAb%3BEAEH%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CoBAAA%3B%3BAAhBF%2CqBAoBC%2CgBACE%3BEA2BH%2CaAAA%3BEAGA%2CyBAAA%3BEACA%2CsCAAA%3BEACA%2CmBAAA%3BEACU%2CqCAAA%3BEACA%2CaAAA%3B%3BAAvDV%2CqBAoBC%2CgBACE%2CqBAEK%2CSAEI%3BEAEN%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAApCN%2CqBAoBC%2CgBACE%2CqBAEK%2CSAgBN%2CaAAY%3BEAGR%2CWAAA%3BEACA%2CyBAAA%3B%3BAA3CN%2CqBAoBC%2CgBACE%2CqBAoCO%2CeAEG%3BEACP%2CYAAA%3B%3BAA5DN%2CqBAoBC%2CgBACE%2CqBA4CO%2CiBAEI%3BEAEG%2CYAAA%3B%3BAArEjB%2CqBAoBC%2CgBACE%2CqBA4CO%2CiBAOG%3BEAEI%2CYAAA%3BEAEC%2CgCAAA%3BEACd%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAApFJ%2CqBAoBC%2CgBACE%2CqBA4CO%2CiBAwBI%3BEACG%2CYAAA%3B%3BAA1FjB%2CqBAoBC%2CgBACE%2CqBA4CO%2CiBAwBI%2CYAGG%3BEACT%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAnGR%2CqBAoBC%2CgBACE%2CqBA4CO%2CiBAsCG%2CSAEI%3BEAEX%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3B%3BAAYN%3BEAEI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CqBAMI%3BEAEF%2CWAAA%3BEACA%2CYAAA%3B%3BAATF%2CqBAMI%2C8BAKF%3BEACU%2CaAAa%2CqBAAb%3BEACN%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAArBN%2CqBAMI%2C8BAkBF%3BEACU%2CaAAa%2CqBAAb%3BEACN%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAjCN%2CqBAMI%2C8BA8BF%3BEASI%2CYAAA%3BEACA%2CcAAA%3B%3BAA9CN%2CqBAMI%2C8BA8BF%2C0BAEG%2CEACK%2CYAAW%3BEACb%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAA1CR%2CqBAMI%2C8BA8BF%2C0BAYI%3BEACU%2CaAAa%2CqBAAb%3BEACT%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAhEP%2CqBAMI%2C8BA8BF%2C0BA%2BBC%3BEACa%2CaAAa%2CqBAAb%3BEACT%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAASP%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAFF%2CMAIC%3BEAEC%2CyBAAA%3BEACG%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3B%3BAAXL%2CMAIC%2CoBASI%3BEAEF%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAvBH%2CMAIC%2CoBAsBC%3BEAEI%2CaAAa%2CqBAAb%3BEACH%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAApCH%2CMAIC%2CoBAmCC%3BEACI%2CaAAa%2CqBAAb%3BEACH%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAASH%3BEACC%2CYAAA%3BEACA%2CWAAA%3B%3BAAFD%2CkBAIC%3BEACC%2CYAAA%3BEACA%2CWAAA%3B%3BAAMF%3BEAEC%2CmBAAA%3BEACA%2CcAAA%3B%3BAAHD%2CaAKC%3BEACI%2CYAAA%3BEACH%2CWAAA%3B%3BAAPF%2CaAKC%2C6BAIC%3BEAEC%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAnBH%2CaAKC%2C6BAkBC%3BEAEC%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACG%2CcAAA%3B%3BAAjCN%2CaAKC%2C6BAgCC%3BEAEU%2CaAAa%2CqBAAb%3BEACT%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAtDH%2CaAKC%2C6BAgCC%2CcAmBK%3BEACC%2CcAAA%3B%3B%3BAAWR%3BEAEC%2C8BAAA%3B%3BAAFD%2CYAGC%2CQAAO%3BEACH%2CeAAA%3BEACG%2CYAAA%3B%3BAALR%2CYAGC%2CQAAO%2CQAIA%3BEACE%2CkBAAA%3B%3BAAMV%3BEAEE%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAHF%2CcAKC%2CcACI%3BEAEF%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAjBH%2CcAKC%2CcAeI%3BEACC%2CWAAA%3BEACA%2CYAAA%3B%3BAAtBN%2CcAKC%2CcAeI%2CGAIC%3BEAQF%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1CJ%2CcAKC%2CcAeI%2CGAIC%2CGAEE%3BEAEE%2CWAAA%3BEACA%2CqBAAA%3B%3BAA7BV%2CcAgDC%3BEAEC%2CgBAAA%3BEAEM%2CaAAa%2CqBAAb%3BEACN%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3B%3BAASF%2CKAAK%2CKAAK%2CQAET%2COAAM%2CWAEH%2CeAEK%2CaAEI%2CiBAAgB%2CoBAEZ%2CSAAQ%2CgBAEJ%2CQAAO%2COAAO%3BEAEV%2C4BAAA%3BEACZ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAWb%2C8BAA8B%2CcAE1B%2CMAAK%2CMAAM%2CsBAEP%3BEAEI%2CWAAA%3B%3BAAMZ%2CQAAQ%2CUAAU%2CYAGf%2COACA%3BEAEE%2CaAAa%2CqBAAb%3BEACF%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAATH%2CQAAQ%2CUAAU%2CYAGf%2COACA%2CEAOE%3BEACI%2CaAAa%2CqBAAb%3BEACN%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAOH%2CQAAQ%2CUAAU%2CSAEjB%2COACE%3BEAEE%2CaAAa%2CqBAAb%3BEACF%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAARH%2CQAAQ%2CUAAU%2CSAEjB%2COACE%2CEAOE%3BEACI%2CaAAa%2CqBAAb%3BEACN%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAOH%2CSAAS%2CQAAQ%2CKAAK%2CcAErB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAGN%3BEAEG%2CsBAAA%3BEACA%2CaAAA%3B%3BAAVf%2CSAAS%2CQAAQ%2CKAAK%2CcAErB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAGN%2CmBAKG%2CSAAQ%2CQAAQ%2CqBAEZ%2CSAAQ%2CKAAK%3BEAE1B%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAzBN%2CSAAS%2CQAAQ%2CKAAK%2CcAErB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAGN%2CmBAKG%2CSAAQ%2CQAAQ%2CqBAEZ%2CSAAQ%2CKAAK%2CkBAa1B%3BEACG%2CaAAa%2CqBAAb%3BEACF%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAgBP%2CQAAQ%2CQAAQ%2CqBAEf%2CWAAU%2CkBAEN%2CeACQ%3BEAER%2CaAAa%2CqBAAb%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAfL%2CQAAQ%2CQAAQ%2CqBAEf%2CWAAU%2CkBAiBN%3BEACG%2CWAAA%3B%3BAApBR%2CQAAQ%2CQAAQ%2CqBAEf%2CWAAU%2CkBAiBN%2CcAGG%2CeACK%3BEAER%2CaAAa%2CqBAAb%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAjCL%2CQAAQ%2CQAAQ%2CqBAEf%2CWAAU%2CkBAiBN%2CcAkBG%3BEACE%2CaAAA%3B%3BAAtCV%2CQAAQ%2CQAAQ%2CqBAEf%2CWAAU%2CkBAwCN%3BEACC%2CYAAA%3BEACA%2C0BAAA%3B%3BAA5CN%2CQAAQ%2CQAAQ%2CqBAEf%2CWAAU%2CkBAwCN%2CoBAGC%2CiBACI%3BEACL%2CaAAa%2CqBAAb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAvDL%2CQAAQ%2CQAAQ%2CqBAEf%2CWAAU%2CkBAwCN%2CoBAGC%2CiBAcI%3BEACL%2CaAAa%2CqBAAb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAASL%2CQAEC%2COAEC%2CMAEI%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAAMP%3BEAEC%2CgBAAA%3B%3BAAFD%2CYAIC%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAML%2CYAAa%2CEAAC%3BEACV%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CuBAEC%2CEAAC%3BEAEG%2C2BAAA%3BEACA%2CqBAAA%3B%3BAAKL%2CkBAEI%2CSAAQ%2CUAAU%3BEACjB%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAALL%2CkBAQC%2CWAAU%3BEACN%2CWAAA%3BEACA%2CUAAA%3B%3BAAVL%2CkBAaC%3BEAEI%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAlBL%2CkBAaC%2CoBAOI%2CWAAU%3BEAEP%2CuBAAA%3B%3BAAtBR%2CkBAaC%2CoBAOI%2CWAAU%2CkBAIP%3BEAEQ%2CWAAA%3BEACG%2CWAAA%3B%3BAA3BnB%2CkBAaC%2CoBAOI%2CWAAU%2CkBAIP%2CeAKI%2CiBAAgB%2CkBAEZ%3BEAEK%2CwBAAA%3BEACG%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAvCxB%2CkBAaC%2CoBAOI%2CWAAU%2CkBAwBP%3BEAEQ%2CWAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FChB%2CkBAaC%2CoBAOI%2CWAAU%2CkBAwBP%2CWAKQ%3BEAEG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAArDnB%2CkBAaC%2CoBA6CI%2CcAEG%2CiBAEI%3BEAGP%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAA1EL%2CkBAaC%2CoBA6CI%2CcAEG%2CiBAkBI%2CeAEG%3BEAEG%2CaAAa%2CqBAAb%3BEACb%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAA1FL%2CkBAaC%2CoBAoFI%2CYAEG%2CiBAEI%3BEAGP%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAjHL%2CkBAaC%2CoBAoFI%2CYAEG%2CiBAkBI%2CeAEG%3BEAEG%2CaAAa%2CqBAAb%3BEACb%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAASL%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAUJ%3BEAEI%2CgBAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAAHJ%2CsBAKI%2CaAEC%3BEACE%2CaAAA%3B%3BAARP%2CsBAKI%2CaAMD%2CqBAAoB%3BEAEZ%2CiBAAA%3BEACA%2CYAAA%3B%3BAAdX%2CsBAkBC%2CeAEG%2C2BAEG%2CGAEG%2CGAEG%2CeAEG%2CEAAC%3BEACR%2CmBAAA%3BEACA%2CWAAA%3B%3BAA9BT%2CsBAsCC%2CeACC%2CeACC%3BEACO%2COAAO%2CqBAAP%3B%3BAAzCV%2CsBA8CI%2COAEI%2COAAM%3BEAEH%2C0BAAA%3B%3BAAlDX%2CsBAsDI%2CeAAc%2CeAEV%2CgBAAe%3BEAEpB%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAlEH%2CsBAsEI%3BEAEI%2CgBAAA%3B%3BAAxER%2CsBAsEI%2C0BAII%3BEAGL%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAvFH%2CsBAsEI%2C0BAqBI%2C0BAEG%3BEAEP%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAvGJ%2CsBA6GC%2CQAAO%3BEAEH%2CaAAA%3B%3BAA%5C%2FGL%2CsBAkHC%3BEAEI%2CYAAA%3B%3BAApHL%2CsBAkHC%2CmBAII%3BEACC%2CaAAA%3B%3BAAvHN%2CsBA2HC%2CUAAS%2CcAEL%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAET%2CmBAEI%2CSAAQ%2CQAAQ%2CqBAEZ%2CUAEG%3BEAEV%2CYAAA%3B%3BAAzId%2CsBA2HC%2CUAAS%2CcAEL%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAET%2CmBAEI%2CSAAQ%2CQAAQ%2CqBAEZ%2CUAEG%2CYAIV%3BEACC%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAgBf%3BEAEI%2CgBAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAAHJ%2CqBAMI%2CSAAQ%2CMAEL%3BEAED%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAXN%2CqBAgBI%2CsBAEC%3BEAEC%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAtBN%2CqBA0BC%2CcAEG%3BEACE%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAjCN%2CqBAqCG%2CkBAEK%2CYAEI%3BEAEL%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAA7CP%2CqBAqCG%2CkBAEK%2CYAEI%2CUAML%3BEACC%2CYAAA%3BEACA%2CUAAA%3B%3BAAjDR%2CqBAqCG%2CkBAEK%2CYAEI%2CUAML%2CeAIC%3BEACE%2CYAAA%3B%3BAApDV%2CqBAqCG%2CkBAEK%2CYAEI%2CUAeL%2COAAM%3BEACL%2CaAAA%3BEACA%2CUAAA%3BEACY%2CWAAA%3B%3BAA3DpB%2CqBAqCG%2CkBAEK%2CYAEI%2CUAeL%2COAAM%2CIAKD%3BEACF%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FDV%2CqBAqCG%2CkBAEK%2CYAEI%2CUAeL%2COAAM%2CIAUL%2CSAEC%3BEAEF%2CmBAAA%3BEACA%2CWAAA%3B%3BAAvEP%2CqBAqCG%2CkBAEK%2CYAyCI%2CQAAO%2CQAAQ%3BEAEjB%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAnGV%2CqBA0GG%3BEACE%2CWAAA%3BEACA%2CiBAAA%3B%3BAA5GL%2CqBA%2BGK%2CoBAEG%2CWAAU%2CkBACP%2CiBAAgB%2CkBAAkB%2CIAAI%2CKAEnC%2CeACI%3BEACI%2CaAAa%2CqBAAb%3BEAChB%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA5HN%2CqBAoII%2CmBAEI%2CUAAS%3BEACX%2CWAAA%3B%3BAAvIN%2CqBAoII%2CmBAME%2CUAEM%2CSAAQ%3BEACb%2CWAAA%3B%3BAA7IP%2CqBAoII%2CmBAME%2CUAEM%2CSAAQ%2CSAGb%3BEAEA%2CgBAAA%3BEACQ%2CWAAA%3BEACA%2CYAAA%3B%3BAAnJf%2CqBAoII%2CmBAME%2CUAEM%2CSAAQ%2CSAGb%2CYAOE%2CWAAU%3BEAEV%2C%2BBAAA%3BEACA%2CcAAA%3B%3BAAzJT%2CqBAoII%2CmBAME%2CUAEM%2CSAAQ%2CSAGb%2CYAOE%2CWAAU%2CYAMV%3BEACC%2CcAAA%3BEACA%2CiBAAA%3BEACG%2CeAAA%3B%3BAA%5C%2FJb%2CqBAoII%2CmBAME%2CUAEM%2CSAAQ%2CSAGb%2CYAoBF%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA1KT%2CqBAoII%2CmBAME%2CUAEM%2CSAAQ%2CSAGb%2CYA%2BBF%2CWAAU%3BEACP%2CgCAAA%3B%3BAA%5C%2FKR%2CqBAoII%2CmBAME%2CUA4CG%2CSAAQ%2CSAEN%3BEAEI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA5Lf%2CqBAoII%2CmBAME%2CUA4CG%2CSAAQ%2CSAEN%2CYAMK%2CWAAU%3BEAElB%2CcAAA%3BEACA%2C4BAAA%3B%3BAAjMR%2CqBAoII%2CmBAME%2CUA4CG%2CSAAQ%2CSAEN%2CYAMK%2CWAAU%2CYAKlB%3BEACC%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAtMT%2CqBAoII%2CmBAME%2CUA4CG%2CSAAQ%2CSAEN%2CYAoBP%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAnNR%2CqBAoII%2CmBAME%2CUA4CG%2CSAAQ%2CSAEN%2CYAgCP%2CWAAU%3BEACP%2C6BAAA%3B%3BAAzNP%2CqBAoOI%3BEAEI%2CyBAAA%3B%3BAAtOR%2CqBA2OI%2CmBAEI%2CwBAEI%2CoBAAmB%3BEAEf%2CcAAA%3B%3BAAjPhB%2CqBA2OI%2CmBAEI%2CwBAEI%2CoBAAmB%2CQAIf%3BEAEI%2CaAAa%2CqBAAb%3BEACf%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAA7PL%2CqBAuQI%2CkBAEI%3BEAEI%2CuBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3B%3BAA7QZ%2CqBAuQI%2CkBAEI%2CeAMI%3BEAEC%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3B%3BAApRb%2CqBAyRI%3BEACC%2CWAAA%3B%3BAA1RL%2CqBA6RI%2CwBAEI%2CYAAW%3BEAwBP%2CuBAAA%3B%3BAAvTZ%2CqBA6RI%2CwBAEI%2CYAAW%2CaAEP%2CQAAO%2CQAAQ%3BEAEvB%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACY%2CyBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACZ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACY%2CYAAA%3BEACA%2CcAAA%3B%3BAApThB%2CqBA6TG%2CyBAEK%2CMAAK%2CcAED%3BEAER%2CYAAA%3BEACA%2CcAAA%3BEACY%2CaAAa%2CqBAAb%3BEACZ%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACY%2CgBAAA%3BEACZ%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAA9UJ%2CqBA6TG%2CyBAEK%2CMAAK%2CcAmBD%3BEACL%2CWAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACH%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BAA7VJ%2CqBA6TG%2CyBAyCE%2COAEI%3BEAiBG%2CsBAAA%3B%3BAAzXZ%2CqBA6TG%2CyBAyCE%2COAEI%2CSAEI%3BEACL%2CkBAAA%3BEACA%2CYAAA%3BEACH%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAArXL%2CqBA6TG%2CyBAgEE%2COAAM%2CSAEF%3BEAiBG%2CWAAA%3B%3BAAhZZ%2CqBA6TG%2CyBAgEE%2COAAM%2CSAEF%2CSAEI%3BEACL%2CkBAAA%3BEACA%2CYAAA%3BEACH%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAA5YL%2CqBA6TG%2CyBAgEE%2COAAM%2CSAsBF%3BEAEL%2CaAAa%2CqBAAb%3BEACG%2CeAAA%3BEACH%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAA7ZJ%2CqBAoaI%2CmBAEG%3BEACD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAA9aN%2CqBAoaI%2CmBAaF%2COAAM%3BEAGI%2CWAAA%3BEACT%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACS%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAlcZ%2CqBAoaI%2CmBAiCI%3BEAYI%2CYAAA%3BEACT%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACS%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAjeZ%2CqBAoaI%2CmBAiCI%2CcAGO%2COAAM%3BEACP%2CYAAA%3BEACT%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3B%3BAA5cL%2CqBAoaI%2CmBAgEF%2CcAAa%2CKAAK%3BEAChB%2CUAAA%3BEACA%2CaAAA%3B%3BAAteJ%2CqBAoaI%2CmBAoEF%2CSAAQ%2CUAAU%3BEACf%2CUAAA%3BEACA%2CYAAA%3BEACM%2CiBAAA%3B%3BAA3eX%2CqBA%2BeI%2CeAEG%3BEAEG%2CuBAAA%3B%3BAAnfV%2CqBA%2BeI%2CeAEG%2CgBAIK%2COAAO%2CMAAM%3BEAET%2C%2BBAAA%3B%3BAAvfhB%2CqBA6fI%2CkBAEI%3BEAEI%2C6BAAA%3B%3BAAjgBZ%2CqBA6fI%2CkBAEI%2CMAII%2CMAEI%2CGACG%3BEACK%2CuBAAA%3BEAElB%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BAAhhBN%2CqBA2hBI%2C0BAEI%2CKAAI%2CIAAI%3BEAEV%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C%2BBAAA%3BEACA%2CaAAa%2CoBAAb%3BEACH%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BAAziBH%2CqBA2hBI%2C0BAmBF%2CKAAI%3BEAED%2C%2BBAAA%3B%3BAAhjBL%2CqBAojBI%2CGAAE%2CIAAI%2CWAAW%3BEAEd%2CgBAAA%3B%3BAAtjBP%2CqBAyjBI%2CYAEG%3BEAEJ%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAArkBH%2CqBA2kBI%2COAAM%2CKAAM%2CGAAE%3BEAEb%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACG%2CoBAAA%3BEACA%2CeAAA%3B%3BAAllBR%2CqBAqlBC%2CKAAI%2CWAAW%3BEAEX%2C4BAAA%3B%3BAAvlBL%2CqBA0lBC%2CKAAI%3BEAED%2C6BAAA%3BEACA%2C6BAAA%3B%3BAA7lBJ%2CqBAgmBC%2CGAAE%2CIAAI%2CWAAW%3BEAEb%2CaAAA%3B%3BAAlmBL%2CqBAqmBC%2CGAAE%2CIAAI%2CIAAI%2CWAAW%2CWAAW%3BEAE5B%2CaAAA%3B%3BAAvmBL%2CqBA0mBI%2CGAAE%2CIAAI%3BEACH%2CaAAA%3B%3BAA3mBP%2CqBA6mBI%2CGAAE%2CIAAI%3BEAEL%2CaAAA%3B%3BAA%5C%2FmBL%2CqBAinBC%2CGAAE%2CIAAI%3BEACF%2CaAAA%3B%3BAAlnBL%2CqBAqnBC%2CGAAE%2CIAAI%3BEACF%2CaAAA%3B%3BAAtnBL%2CqBAynBC%2CMAAK%2CKAGF%2CKAAI%3BEACF%2CaAAA%3B%3BAA7nBN%2CqBAynBC%2CMAAK%2CKAMF%2CKAAI%3BEACF%2CaAAA%3B%3BAAhoBN%2CqBAooBC%2CSAAQ%2CKAAK%2CMAET%2CMAAK%3BEAED%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3B%3BAA1oBT%2CqBAooBC%2CSAAQ%2CKAAK%2CMAST%2CMAAK%3BEAEA%2C6BAAA%3B%3BAA%5C%2FoBV%2CqBAooBC%2CSAAQ%2CKAAK%2CMAST%2CMAAK%2CMAID%3BEACC%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAAQV%2CQAAQ%2CKAAK%3BEAEZ%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAHD%2CQAAQ%2CKAAK%2CSAKZ%2CSAAQ%2CKAAK%2CMAAM%3BEAEf%2CYAAA%3BEACC%2CYAAA%3B%3BAAIN%2CUAAU%3BEACN%2CYAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CkBAAmB%2CWAAU%3BEACzB%2CUAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2CIAAI%2CWAAc%2CUAAO%3BAAAS%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%3BAAAS%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%2CUAAO%3BAAAQ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%2CUAAO%3BEAElO%2CmBAAA%3BEACA%2CWAAA%3B%3BAAOD%2CiBAAkB%2CsBAAqB%2CcAAc%2CcAAc%2CUAAU%3BEAEzE%2CiBAAA%3BEACA%2CYAAA%3B%3BAAMJ%3BEACE%2CiDAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAGF%2CYAAY%3BEAEX%2CuDAAA%3BEACA%2CkBAAA%3BEACG%2CQAAA%3BEACA%2CSAAA%3B%3BAAMJ%3BEACE%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CQAAA%3B%3BAAGF%2CMAAM%2CYAAY%3BEACd%2CuBAAA%3B%3BAAGJ%3BEAEE%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C%2BCAAA%3BEACA%2CWAAA%3B%3BAAGF%2CqBAAsB%3BEACpB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGF%2CqBAAsB%2CEAAC%3BEAAQ%2CcAAA%3B%3BAAE%5C%2FB%2CaAAa%2CMAAO%3BEAAuB%2CcAAA%3B%3BAAE3C%2CaAAa%2CMAAO%3BEAAc%2CyBAAA%3B%3BAAGlC%3BEAEC%2CgBAAA%3B%3BAAFD%2CgBAIC%3BEAEG%2CkBAAA%3B%3BAANJ%2CgBAIC%2CSAII%3BEAGF%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAnBH%2CgBAIC%2CSAmBI%3BEAGF%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAlCH%2CgBAuCC%3BEAGI%2CmBAAA%3B%3BAA1CL%2CgBAuCC%2CkBAKI%3BEAGF%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAvDH%2CgBAuCC%2CkBAoBI%3BEAEG%2CaAAa%2CqBAAb%3BEACL%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAArEH%2CgBAyEC%3BEAEI%2CYAAA%3BEACH%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAhFF%2CgBAyEC%2CYASC%3BEAEC%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAASH%2CaAEC%3BEAEI%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIL%2CmBAEI%3BEACG%2CsBAAA%3B%3BAAHP%2CmBAQK%3BEACA%2CwBAAA%3B%3BAATL%2CmBAYC%2CSAAQ%2CQAAQ%2CqBAEZ%3BEACG%2CWAAA%3B%3BAAfR%2CmBAYC%2CSAAQ%2CQAAQ%2CqBAEZ%2CiBAGI%3BEACF%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACS%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAA5BhB%2CmBAYC%2CSAAQ%2CQAAQ%2CqBAEZ%2CiBAmBF%2CSAAQ%3BEAEJ%2CWAAA%3BEACA%2CyBAAA%3B%3BAApCP%2CmBAYC%2CSAAQ%2CQAAQ%2CqBAEZ%2CiBAyBD%2CQAAO%2COAAO%3BEACX%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACS%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAlDhB%2CmBAYC%2CSAAQ%2CQAAQ%2CqBAEZ%2CiBAuCF%2CQAAO%2COAAO%2CYAAY%3BEAEvB%2CWAAA%3BEACC%2CyBAAA%3B%3BAAMP%2CcACC%3BEACI%2CgBAAA%3BEACG%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKR%2CcAAe%2CmBAAkB%2CIAAI%2CQAAQ%2CIAAI%2CSAAU%3BEACtD%2CSAAA%3BEACG%2CaAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAIR%2CSAAS%2CQAAQ%2CKAAK%2CcAEhB%2CUAAS%2CKAAK%2CMAAM%2CcACf%2CMAAK%2CQAAQ%3BEACd%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAMV%2CSAAS%2CQAAQ%2CKAAK%2CcAAe%2CUAAS%2CKAAK%2CMAAM%2CcAAe%2CMAAK%2CQAAQ%2CaAAc%2CmBAAkB%3BAAAQ%2CSAAS%2CQAAQ%2CKAAK%2CcAAe%2CUAAS%2CKAAK%2CMAAM%2CcAAe%2CMAAK%2CQAAQ%2CaAAc%2CmBAAkB%3BEAC1O%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAMP%2CYAAY%3BEACT%2CSAAS%2COAAT%3BEACA%2CgBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3BEACA%2CgBAAA%3B%3BAAIJ%3BEACI%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CuCAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CwBAEC%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAIL%2CYAEE%3BEACE%2CcAAA%3B%3BAAIJ%2CcAEC%3BEACG%2CcAAA%3B%3BAAIJ%2CYAEI%2CaAAY%2CcAER%3BEACI%2CWAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAATZ%2CYAEI%2CaAAY%2CcAUR%2CaAAY%3BEACV%2CmBAAA%3B%3BAAbV%2CYAEI%2CaAAY%2CcAUR%2CaAAY%2CMAGV%2CaAAY%3BEACV%2CcAAA%3B%3BAAMZ%2CiBAAiB%2CYAAY%2CcAEzB%2CsBAAqB%2CcAAc%3BEAClC%2CaAAA%3B%3BAAHL%2CiBAAiB%2CYAAY%2CcAM5B%3BEAEO%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAAKR%2CkBAAkB%2CYAAY%2CcAE7B%3BEAEO%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CkBAAkB%2CYAAY%2CcAE7B%2CwBAMO%2CsBAEI%2CyBAEI%3BEAEI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAfpB%2CkBAAkB%2CYAAY%2CcAE7B%2CwBAMO%2CsBAEI%2CyBAEI%2CsBAKI%3BEAEI%2CWAAA%3BEACZ%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAvBZ%2CkBAAkB%2CYAAY%2CcAE7B%2CwBAMO%2CsBAEI%2CyBAEI%2CsBAcI%2CcAAa%3BEAErB%2CmBAAA%3B%3BAA5BZ%2CkBAAkB%2CYAAY%2CcAE7B%2CwBAMO%2CsBAEI%2CyBAEI%2CsBAkBI%2CcAAa%3BEAET%2CaAAA%3B%3BAAQxB%2CiBAAiB%2CYAAY%2CcAE5B%3BEAEO%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CiBAAiB%2CYAAY%2CcAE5B%2CwBAMO%2CsBAEI%2CyBAEI%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAfpB%2CiBAAiB%2CYAAY%2CcAE5B%2CwBAMO%2CsBAEI%2CyBAEI%2CsBAKI%3BEAEI%2CWAAA%3BEACZ%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAvBZ%2CiBAAiB%2CYAAY%2CcAE5B%2CwBAMO%2CsBAEI%2CyBAEI%2CsBAcI%2CcAAa%3BEAErB%2CmBAAA%3B%3BAA5BZ%2CiBAAiB%2CYAAY%2CcAE5B%2CwBAMO%2CsBAEI%2CyBAEI%2CsBAkBI%2CcAAa%3BEAET%2CaAAA%3B%3BAAQxB%2CiBAAiB%2CYAAY%2CcAE5B%3BEAEO%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CiBAAiB%2CYAAY%2CcAE5B%2CwBAMO%2CsBAEI%2CyBAEI%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAfpB%2CiBAAiB%2CYAAY%2CcAE5B%2CwBAMO%2CsBAEI%2CyBAEI%2CsBAKI%3BEAEI%2CWAAA%3BEACZ%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAvBZ%2CiBAAiB%2CYAAY%2CcAE5B%2CwBAMO%2CsBAEI%2CyBAEI%2CsBAcI%2CcAAa%3BEAErB%2CmBAAA%3B%3BAA5BZ%2CiBAAiB%2CYAAY%2CcAE5B%2CwBAMO%2CsBAEI%2CyBAEI%2CsBAkBI%2CcAAa%3BEAET%2CaAAA%3B%3BAAUxB%2CkBAAkB%2CYAAY%2CcAE7B%3BEAEO%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CkBAAkB%2CYAAY%2CcAE7B%2CwBAMO%2CsBAEI%2CyBAEI%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAfpB%2CkBAAkB%2CYAAY%2CcAE7B%2CwBAMO%2CsBAEI%2CyBAEI%2CsBAKI%3BEAEI%2CWAAA%3BEACZ%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAvBZ%2CkBAAkB%2CYAAY%2CcAE7B%2CwBAMO%2CsBAEI%2CyBAEI%2CsBAcI%2CcAAa%3BEAErB%2CmBAAA%3B%3BAA5BZ%2CkBAAkB%2CYAAY%2CcAE7B%2CwBAMO%2CsBAEI%2CyBAEI%2CsBAkBI%2CcAAa%3BEAET%2CaAAA%3B%3BAAQxB%2CkBAAkB%2CYAAY%2CcAE7B%3BEAEO%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CkBAAkB%2CYAAY%2CcAE7B%2CwBAMO%2CsBAEI%2CyBAEI%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAfpB%2CkBAAkB%2CYAAY%2CcAE7B%2CwBAMO%2CsBAEI%2CyBAEI%2CsBAKI%3BEAEI%2CWAAA%3BEACZ%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAvBZ%2CkBAAkB%2CYAAY%2CcAE7B%2CwBAMO%2CsBAEI%2CyBAEI%2CsBAcI%2CcAAa%3BEAErB%2CmBAAA%3B%3BAA5BZ%2CkBAAkB%2CYAAY%2CcAE7B%2CwBAMO%2CsBAEI%2CyBAEI%2CsBAqBI%2CcAAa%3BEAET%2CaAAA%3B%3BAASxB%2CqBAEI%2CcAAa%3BEACX%2C8BAAA%3B%3BAAHN%2CqBAMI%3BEACE%2CWAAA%3B%3BAAPN%2CqBAUI%2CcAAa%3BEACZ%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAjBL%2CqBAoBI%3BEAEI%2C0BAAA%3BEACH%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CkBAAA%3B%3BAAIL%2CoBAAoB%2CSAGnB%2CcAAa%2CMAET%2CaACI%3BEAEL%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEAEA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAlBJ%2CoBAAoB%2CSAGnB%2CcAAa%2CMAET%2CaAgBF%2CaAAY%3BEACR%2CcAAA%3B%3BAAOP%3BEAEC%2CkBAAA%3BEACA%2CgCAAA%3B%3BAAID%2CwBAEC%2CQAAO%3BEAEJ%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAIJ%2CMAAM%3BEAEJ%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAIF%2CMAAM%3BEAEL%2CmBAAA%3BEACG%2CgBAAA%3BEACH%2CkBAAA%3BEACG%2CWAAA%3B%3BAALJ%2CMAAM%2COAOF%2CQAAO%3BEACL%2CaAAA%3B%3BAARN%2CMAAM%2COAWF%3BEACI%2CiBAAA%3B%3BAAZR%2CMAAM%2COAeL%3BEACM%2CYAAA%3BEACA%2CaAAA%3B%3BAAjBP%2CMAAM%2COAeL%2CmBAKO%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAtBZ%2CMAAM%2COAeL%2CmBAKO%2CoBAII%3BEACG%2CYAAA%3BEACA%2CWAAA%3B%3BAA1Bf%2CMAAM%2COAeL%2CmBAKO%2CoBAII%2CGAIG%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACZ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAzCL%2CMAAM%2COAeL%2CmBAKO%2CoBAII%2CGAIG%2CGAeV%3BEAEG%2CcAAA%3B%3BAA7CR%2CMAAM%2COAeL%2CmBAKO%2CoBAII%2CGAIG%2CGAoBV%2CEAAC%3BEAEE%2CqBAAA%3BEACe%2CcAAA%3B%3BAAnDvB%2CMAAM%2COAeL%2CmBA2CO%3BEAEI%2CWAAA%3BEACA%2CmBAAA%3B%3BAA7DZ%2CMAAM%2COAeL%2CmBA2CO%2CgBAMG%3BEAEK%2CcAAA%3BEACZ%2CaAAa%2CqBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BAA1EJ%2CMAAM%2COAeL%2CmBA2CO%2CgBAoBG%2CEAAC%3BEAER%2CqBAAA%3BEACY%2CcAAA%3B%3BAAjFhB%2CMAAM%2COAsFL%3BEAGI%2CWAAA%3B%3BAAzFL%2CMAAM%2COAsFL%2CUAKG%3BEAEE%2CaAAa%2CqBAAb%3BEACH%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAMH%3BEAEC%2CmBAAA%3B%3BAAGD%2COAAO%3BEAEH%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CwBAEC%2CQAAO%2CQAEJ%3BEAEG%2CkBAAA%3BEACD%2CgBAAA%3B%3BAAQF%2CMAAM%2CaAEH%2CQAAO%3BEACF%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAANR%2CMAAM%2CaASF%2COAAM%2CcAEF%2CMAAK%2CWAEF%2COAAM%2COAED%2CQAAO%2COAAO%3BEAEV%2C2BAAA%3B%3BAAjBpB%2CMAAM%2CaASF%2COAAM%2CcAEF%2CMAAK%2CWAEF%2COAAM%2COAOD%2CSAEG%3BEAGhB%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAYH%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAHH%2CaAKI%2CMAAK%3BEAEH%2CUAAA%3B%3BAAMT%3BEAMI%2CkDAAA%3BEACG%2CYAAA%3BEACH%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAXJ%2CiBAEO%3BEACE%2CaAAA%3B%3BAAWT%2CiBAAiB%3BEAEV%2CoEAAA%3B%3BAAGR%2CcAGI%2CcAEF%3BEAEI%2CWAAA%3BEACA%2CYAAA%3B%3BAAQN%2CiBAEC%2CQAAO%2CSAAS%2CMAAM%3BEAElB%2CcAAA%3B%3BAAJL%2CiBAOC%2CQAAO%2CSAAS%3BEAET%2CWAAA%3B%3BAAOR%3BEAII%2CaAAA%3BEACA%2CkBAAA%3B%3BAALJ%2CoBASC%2CkBAEI%2CQAAO%2CSAAS%3BEACb%2CWAAA%3B%3BAAZR%2CoBASC%2CkBAMI%2CQAAO%2CSAAS%2COAAO%3BEACtB%2CcAAA%3B%3BAAhBN%2CoBASC%2CkBAUC%2CQAAO%2CSAAS%2CMAAM%3BEAElB%2CcAAA%3B%3BAArBN%2CoBAyBI%3BEAEC%2CaAAA%3B%3BAA3BL%2CoBAyBI%2CwBAOC%3BEAEC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CwCAAA%3BEACM%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAxCZ%2CoBAyBI%2CwBAOC%2CqBAWC%3BEACG%2CqBAAA%3BEACA%2CWAAA%3B%3BAA7CT%2CoBAyBI%2CwBAOC%2CqBAWC%2COAII%3BEAEI%2CeAAA%3BEACN%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CcAAA%3B%3BAArDR%2CoBAyBI%2CwBAOC%2CqBAWC%2COAII%2CGASF%3BEACgB%2CcAAA%3BEACA%2CsBAAA%3B%3BAA1DxB%2CoBAyBI%2CwBAOC%2CqBAWC%2COAII%2CGAcF%2CEAAC%3BEACe%2CcAAA%3BEACA%2CqBAAA%3B%3BAASxB%2CaAEC%3BEACI%2CaAAa%2CqBAAb%3BEACH%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAKF%3BEAEI%2CmBAAA%3B%3BAAFJ%2CgBAIC%3BEACI%2CaAAa%2CqBAAb%3BEACH%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAMF%2CQAAQ%2CKAAK%2CSAEZ%3BEACI%2CcAAA%3B%3BAAkEL%2CwBA3DyC%2CuBAAuB%3BEAE3D%3BIAEG%2CaAAA%3B%3BEAGH%2CuBAEG%3BIAEG%2CaAAA%3B%3BEAIV%2CWAAW%3BIACR%2CcAAA%3B%3BEAGH%2CWAAW%3BIACR%2CaAAA%3B%3BEAKH%2CwBAAwB%3BIAElB%2CcAAA%3B%3BEAGH%3BIACG%2CaAAA%3B%3BEAGH%3BIAEC%2CcAAA%3B%3BEAGF%3BIAEI%2CaAAA%3B%3BEAGJ%3BIAGK%2CcAAA%3B%3BEAIJ%3BIAEI%2CaAAA%3B%3B%3BAAuNR%2CwBAjNyC%2CuBAAsB%3BEAG3D%3BIAGK%2CaAAA%3B%3BEAIL%3BIAEK%2CcAAA%3B%3BEAIN%3BIAEE%2CaAAA%3B%3BEAGF%3BIAEI%2CcAAA%3B%3BEAIJ%2CqBAEG%2CeACG%3BIACG%2CuBAAA%3B%3BEAOR%3BIAEG%2CcAAA%3B%3BEAFH%2CmBAII%3BIAEF%2CiBAAA%3BIACA%2CaAAa%2CqBAAb%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAXF%2CmBAeI%3BIACF%2CaAAA%3B%3BEAhBF%2CmBAeI%2CsBAGF%2CSAAQ%2CUAAU%3BIACT%2CaAAA%3BIACA%2CgBAAA%3B%3BEApBX%2CmBAeI%2CsBAGF%2CSAAQ%2CUAAU%2CIAIR%3BIACR%2CiBAAA%3B%3BEAvBJ%2CmBAeI%2CsBAYF%3BIACC%2CaAAA%3B%3BEA5BH%2CmBAeI%2CsBAYF%2CcAGC%3BIAEC%2CYAAA%3BIACA%2CYAAA%3BIACA%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2C2BAAA%3BIACA%2CaAAa%2CqBAAb%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CkCAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3B%3BEAhDJ%2CmBAeI%2CsBAYF%2CcAwBC%2COAAM%3BIAEL%2CWAAA%3BIACA%2CYAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAa%2CqBAAb%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CkCAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAMJ%3BIAEG%2CwBAAA%3B%3BEAGH%2CmBAAmB%3BIAEjB%2CwBAAA%3B%3BEAKF%2CwBAAwB%3BIAErB%2CaAAA%3B%3BEAGH%2CwBAAwB%2COAEvB%3BIAEG%2CcAAA%3B%3BEAJJ%2CwBAAwB%2COAOvB%2CWAAU%3BIAEP%2CmBAAA%3BIACA%2CWAAA%3B%3BEAVJ%2CwBAAwB%2COAavB%2CWAAU%2CMAAO%2CaAAY%3BIACxB%2CWAAA%3B%3BEAdN%2CwBAAwB%2COAiBvB%3BIAEI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAjCL%2CwBAAwB%2COAiBvB%2CWAkBI%3BIAEI%2CaAAa%2CqBAAb%3BIACT%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAKD%2CWAAW%3BIACV%2CaAAA%3B%3BEAGH%2CWAAW%3BIACR%2CcAAA%3B%3BEADH%2CWAAW%2COAGR%3BIACE%2CWAAA%3BIACA%2CqBAAA%3B%3BEALL%2CWAAW%2COAQT%3BIACC%2CYAAA%3B%3BEATH%2CWAAW%2COAYP%3BIACG%2CWAAA%3B%3BEAbP%2CWAAW%2COAYP%2CsBAGG%3BIACE%2CgBAAA%3BIACA%2CeAAA%3B%3BEAjBT%2CWAAW%2COAYP%2CsBAOG%3BIACE%2CeAAA%3B%3B%3BAAuDV%2CwBA7C0C%3BEAEtC%2CeAEI%2CwBAEC%3BIAEF%2CYAAA%3BIACA%2CSAAA%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEAMT%2CWAEM%2CoBAEK%3BIACF%2CwBAAA%3B%3BEAMT%3BIACM%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAHN%2CaAKO%2CMAAK%3BIAEH%2CUAAA%3B%3B%3BAA%2BCV%2CwBAvC0C%2CwBAAuB%3BEAE5D%2CqBAEI%2CcAAa%3BIAEb%2CSAAA%3B%3BEAKL%3BIAEI%2CqBAAA%3B%3BEAGJ%2CWAEI%2CoBACI%3BIACF%2CsBAAA%3B%3BEAKN%2CeAEI%2CwBACI%3BIAEF%2CYAAA%3B%3B%3BAAsDV%2CwBA7C0C%2CwBAAuB%3BEAM7D%3BIACI%2CsBAAA%3B%3BEAIJ%2CWACC%2CoBAEI%3BIACC%2CaAAA%3B%3BEAJN%2CWACC%2CoBAEI%2CiBAEC%3BIAEC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAMP%2CeAEG%2CwBACK%3BIACF%2CYAAA%3B%3BEAKN%2CUAEE%2CcAEE%3BIACC%2CaAAA%3B%3B%3BAAqHT%2CQA%5C%2FG0B%2CuBAAwB%3BEAGvC%2CqBAEG%2CqBAEK%3BIACR%2CaAAA%3B%3BEAKH%2CsBAEK%2CaAEI%3BIAEL%2CaAAA%3B%3BEAMP%2CUAEI%2CcAEG%2CmBAEG%3BIAEC%2CeAAA%3BIACA%2CaAAA%3B%3BEAMZ%2CyBAA0B%3BIACvB%2CWAAA%3B%3BEAGH%2CoBAAqB%3BIAClB%2CWAAA%3B%3BEAIH%2CeAEI%2CwBAEI%3BIACF%2CaAAA%3BIACA%2CSAAA%3BIACM%2CWAAW%2CqBAAX%3B%3BEAOX%3BIACG%2CqBAAA%3B%3BEAIJ%2CWAEI%2CoBAEI%3BIACF%2CaAAA%3B%3BEALN%2CWAEI%2CoBAEI%2CiBAGF%3BIAEC%2CeAAA%3BIACA%2CiBAAA%3B%3BEAMP%2CUAEI%2CcAEI%3BIACF%2CaAAA%3B%3BEAKN%3BIACI%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGJ%3BIACC%2CaAAA%3BIACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3BAAsCL%2CQA5B0B%2CuBAAwB%2CwBAA6B%3BEAE5E%3BIAEE%2CiBAAA%3B%3BEAGH%3BIACE%2C4BAAA%3B%3BEAGD%3BIAEG%2CaAAA%3B%3BEAGF%3BIACG%2CaAAA%3B%3B%3B%3B%3B%3B%3BAAmEP%2CwBArD2C%3BEAEvC%2CiBAEG%2C2BAEG%2CGACG%2CGACG%2CeACG%3BIACK%2CeAAA%3B%3BEAQpB%2CwBAEI%2CoBAEI%3BIAGC%2CiBAAA%3B%3BEAPT%2CwBAEI%2CoBAEI%2CmBAKC%3BIAEG%2CUAAA%3B%3BEAMZ%2CqBAEE%2CmBAEG%2COAAM%3BIACH%2CWAAA%3B%3BEALR%2CqBAEE%2CmBAMG%2CSAAQ%2CUAAU%3BIACf%2CUAAA%3B%3B%3BAAkGZ%2CwBAzFyC%3BEAEtC%2CwBAEK%2CoBAEI%3BIAYC%2CiBAAA%3B%3BEAhBV%2CwBAEK%2CoBAEI%2CmBAEI%2CmBAEI%3BIACI%2CgCAAA%3BIACZ%2CqBAAA%3BIACA%2C6BAAA%3B%3BEAXT%2CwBAEK%2CoBAEI%2CmBAcC%3BIAEG%2CUAAA%3B%3BEAOZ%2CWAEI%2CoBAEI%2CiBAEI%3BIACL%2CeAAA%3BIACA%2CiBAAA%3B%3BEAMP%2CeAEI%2CwBAEG%3BIAEI%2CiBAAA%3BIACD%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEARV%2CeAEI%2CwBAEG%2CgBAMK%3BIACI%2CeAAA%3B%3BEAXhB%2CeAEI%2CwBAEG%2CgBAUK%3BIACI%2CeAAA%3BIACT%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAMP%2CUACG%2CcACI%3BIAEK%2CaAAA%3B%3BEAJZ%2CUACG%2CcACI%2CmBAIK%3BIACG%2CeAAA%3B%3BEAPf%2CUACG%2CcACI%2CmBAQK%3BIACG%2CeAAA%3BIACN%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3BAA2Gb%2CwBAjGyC%3BEAErC%2CaAEI%2CMAAK%3BIAEJ%2CWAAA%3B%3BEAKR%2CwBAEQ%2CoBAEI%3BIAEG%2C0BAAA%3B%3BEAMZ%2CwBAEI%2CoBAEG%3BIAEE%2CUAAA%3B%3BEANT%2CwBAEI%2CoBAEG%2CmBAIE%3BIAEC%2CUAAA%3B%3BEAOV%2CWAEI%2CoBAEI%2CiBAEI%3BIACL%2CeAAA%3BIACA%2CiBAAA%3B%3BEAMP%2CeAEI%2CwBAEG%3BIAEI%2CiBAAA%3B%3BEANX%2CeAEI%2CwBAEG%2CgBAIK%3BIACI%2CeAAA%3B%3BEAThB%2CeAEI%2CwBAEG%2CgBAQK%3BIACI%2CeAAA%3BIACT%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAMP%2CUACG%2CcACI%3BIAEK%2CaAAA%3B%3BEAJZ%2CUACG%2CcACI%2CmBAIK%3BIACG%2CeAAA%3B%3BEAPf%2CUACG%2CcACI%2CmBAQK%3BIACG%2CeAAA%3BIACN%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3BAAsDb%2CwBA7C0C%2CwBAAuB%3BEAG5D%2CmBAEM%2CeAEI%2CMAAK%2CQAAQ%2CaAET%2CmBAEI%3BIAEV%2CaAAA%3B%3BEASR%2CSAAS%2CQAAQ%2CKAAK%2CcAElB%2CUAAS%2CKAAK%2CMAAM%2CcAGX%2CMAAK%2CQAAQ%2CaAET%2CmBAEG%2CSAAQ%2CQAAQ%2CqBAEZ%2CSAAQ%2CKAAK%3BIAET%2CYAAA%3B%3B%3BAAyDjC%2CwBA%5C%2FC0C%2CwBAAuB%3BEAK5D%2CmBAEM%2CeAEI%2CMAAK%2CQAAQ%2CaAET%2CmBAEI%3BIAEV%2CaAAA%3B%3BEASR%2CSAAS%2CQAAQ%2CKAAK%2CcAElB%2CUAAS%2CKAAK%2CMAAM%2CcAGX%2CMAAK%2CQAAQ%2CaAET%2CmBAEG%2CSAAQ%2CQAAQ%2CqBAEZ%2CSAAQ%2CKAAK%3BIAET%2CYAAA%3B%3B%3BAAwBjC%2CwBAdyC%2CuBAAuB%3BEAE7D%2CwBAES%2CqBAEI%3BIAEI%2C2BAAA%3B%3B%3BAA0WpB%2CwBApWyC%2CuBAAuB%3BEAExD%2CkBAEE%2CWAAU%3BIAEV%2CUAAA%3BIACA%2CWAAA%3B%3BEAKD%2CqBAEF%2CSAAQ%2CMAEL%2CoBAEI%2CSAAQ%2CWAAW%2CQAGf%3BIAEG%2CgBAAA%3B%3BEAWb%2CYAEL%2CSAEC%2COAEI%3BIACG%2CcAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2C8BAAA%3B%3BEAVH%2CYAEL%2CSAYC%2CWAEI%2CKAAI%2COAAO%3BIAEP%2CqBAAA%3BIACD%2CuBAAA%3BIACA%2CuCAAA%3BIACA%2CSAAA%3BIACA%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CaAAa%2CqBAAb%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3B%3BEAME%2CMAAM%2COAEJ%3BIACJ%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3B%3BEALE%2CMAAM%2COAQZ%3BIACI%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAKD%2CqBAEK%2CgBAEb%2CqBAEE%2CiBAEE%3BIAEG%2CYAAA%3B%3BEASF%2CmBAEE%2CeAEI%2CMAAK%2CQAAQ%2CaAET%2CmBAEK%3BIAEM%2CaAAA%3B%3BEAQvB%2CSAAS%2CQAAQ%2CKAAK%2CcAEjB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAEV%2CmBAEI%2CSAAQ%2CQAAQ%2CqBAEZ%2CSAAQ%2CKAAK%3BIAEN%2CYAAA%3B%3BEAZ3B%2CSAAS%2CQAAQ%2CKAAK%2CcAEjB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAEV%2CmBAEI%2CSAAQ%2CQAAQ%2CqBAEZ%2CSAAQ%2CKAAK%2CkBAIN%3BIAEjB%2CaAAa%2CqBAAb%3BIACA%2CeAAA%3B%3BEAWR%2CqBAGG%2CaAAY%2CWAAW%3BIAExB%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAPF%2CqBAWE%2CaAAY%2CWAAW%3BIACpB%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAKP%2CQAEI%2CWAEI%2CKAAI%2COAAO%3BIAEP%2CUAAA%3B%3BEAKb%2CiBAIG%2C2BAEK%2CGACI%2CGAEC%2CeAEE%3BIACT%2CeAAA%3BIACA%2CmBAAA%3B%3BEAaN%2CSAAS%2CQAAQ%2CKAAK%2CcAElB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%3BIAEf%2CUAAA%3BIACA%2CUAAA%3B%3BEAKN%2CwBAEI%2CiBAEG%3BIACG%2CUAAA%3BIACA%2CWAAA%3B%3BEANV%2CwBAEI%2CiBAOG%3BIACG%2CUAAA%3BIACA%2CYAAA%3B%3BEAMV%2CuBAEG%2COAAM%3BIACF%2CUAAA%3BIACA%2CYAAA%3B%3BEAJP%2CuBAOG%2COAAM%3BIAEH%2CUAAA%3BIACA%2CWAAA%3B%3BEAVN%2CuBAaG%2CiBAEI%3BIAEI%2CgBAAA%3B%3BEAjBX%2CuBAaG%2CiBAOI%3BIAEG%2CgBAAA%3B%3BEAMb%2CYAEO%2CeAAc%3BIACb%2CgBAAA%3BIACA%2CWAAA%3B%3BEAIL%2CoBAAoB%2CSAGhB%3BIAEC%2C0BAAA%3BIACA%2CaAAa%2CqBAAb%3BIACA%2CcAAA%3B%3BEAPL%2CoBAAoB%2CSAGhB%2CaAMC%2CmBAAkB%3BIAEjB%2CcAAA%3B%3BEAOT%2CwBAEI%2CqBAEG%3BIAEI%2CaAAA%3B%3BEANX%2CwBAUI%2CcAEI%2COAAM%3BIAEH%2CWAAA%3B%3BEAdX%2CwBAkBI%2CQAAO%2CQAEH%3BIAEI%2CkBAAA%3B%3BEAtBZ%2CwBA0BI%3BIAEI%2CUAAA%3B%3BEA5BR%2CwBA0BI%2CoBAIC%2COAAM%3BIAEF%2CWAAA%3BIACA%2CYAAA%3B%3BEAjCT%2CwBA0BI%2CoBAUC%3BIAEI%2CWAAA%3BIACH%2CUAAA%3BIACA%2CaAAA%3B%3BEAxCN%2CwBA6CO%2CeAAc%3BIAEV%2C0BAAA%3BIACA%2C6BAAA%3B%3BEAhDX%2CwBAmDO%2CeAAc%2CWAAW%3BIAEtB%2C0BAAA%3B%3BEAKV%2COAAO%3BIAEJ%2C6BAAA%3B%3B%3BAAmjBJ%2CwBA5iByC%2CuBAAsB%3BEAE1D%2CwBAAwB%3BIAGhB%2C4BAAA%3B%3BEAHR%2CwBAAwB%2CQAKb%3BIAEI%2CmBAAA%3B%3BEAMd%2CkBAEI%2CWAAU%3BIAEV%2CUAAA%3BIACA%2CWAAA%3B%3BEAKL%2CqBAEA%2CSAAQ%2CMAEL%2CoBAEI%2CSAAQ%2CWAAW%2CQAGf%3BIAEG%2CgBAAA%3B%3BEAWf%2CYAED%2CSAEC%2COAEI%3BIACG%2CcAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2C8BAAA%3B%3BEAVP%2CYAED%2CSAYC%2CWAEI%2CKAAI%2COAAO%3BIAEP%2CqBAAA%3BIACD%2CuBAAA%3BIACA%2CuCAAA%3BIACA%2CSAAA%3BIACA%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CaAAa%2CqBAAb%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3B%3BEAON%2CMAAM%2COAEI%3BIACJ%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3B%3BEALN%2CMAAM%2COAQJ%3BIACI%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAIL%2CqBAES%2CgBAEX%2CqBAEG%2CiBAEI%3BIAEG%2CYAAA%3B%3BEAQT%2CSAAS%2CQAAQ%2CKAAK%2CcAEjB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAEV%2CmBAEI%2CSAAQ%2CQAAQ%2CqBAEZ%2CSAAQ%2CKAAK%3BIAEN%2CYAAA%3B%3BEAZ3B%2CSAAS%2CQAAQ%2CKAAK%2CcAEjB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAEV%2CmBAEI%2CSAAQ%2CQAAQ%2CqBAEZ%2CSAAQ%2CKAAK%2CkBAIN%3BIAEjB%2CaAAa%2CqBAAb%3BIACA%2CeAAA%3B%3BEAWV%2CmBAEI%2CeAEI%2CMAAK%2CQAAQ%2CaAET%2CmBAEK%3BIAEM%2CaAAA%3B%3BEAOvB%2CqBAGK%2CaAAY%2CWAAW%3BIAExB%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAPJ%2CqBAWI%2CaAAY%2CWAAW%3BIACpB%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAKP%2CQAEI%2CWAEI%2CKAAI%2COAAO%3BIAEP%2CUAAA%3B%3BEAOZ%2CYAEG%2CeAAc%2CIAAI%2CWAEf%3BIAEK%2C4BAAA%3B%3BEAMZ%2CiBAEC%3BIAEI%2CYAAA%3B%3BEAKL%2CqBAEI%2CSAAQ%2CKAAK%2CMAEX%2CMAAK%3BIAEH%2CiBAAA%3BIACA%2CUAAA%3B%3BEAPR%2CqBAYI%3BIACC%2CcAAA%3B%3BEAbL%2CqBAgBC%2CKAAI%2CIAAI%2CWAAW%2CWAAW%3BIAC1B%2CwBAAA%3B%3BEAjBL%2CqBAoBI%2CSAAQ%2CMAEP%3BIAED%2CmBAAA%3BIACA%2CwBAAA%3B%3BEAzBJ%2CqBA8BA%2CsBAEE%3BIAEC%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3B%3BEApCH%2CqBAwCI%2CSAAQ%2CKAAK%2CSAEV%2CSAAQ%2CKAAK%2CMAET%2CMAAK%3BIAET%2CsBAAA%3B%3BEA9CP%2CqBAmDI%2CmBAEI%2CUAAS%3BIACd%2CiBAAA%3BIACG%2CgBAAA%3B%3BEAvDN%2CqBAmDI%2CmBAOG%3BIAED%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA7DN%2CqBAmDI%2CmBAOG%2CUAKD%2CSAAQ%3BIACP%2CUAAA%3BIACA%2CWAAA%3B%3BEAjEP%2CqBAmDI%2CmBAOG%2CUAKD%2CSAAQ%2CSAIP%2CYAEG%3BIACD%2CWAAA%3B%3BEAtET%2CqBAmDI%2CmBAOG%2CUAiBJ%2CSAAQ%3BIAEJ%2CUAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEA%5C%2FEP%2CqBAmDI%2CmBAOG%2CUAiBJ%2CSAAQ%2CSAMJ%2CYAEG%3BIACD%2CWAAA%3B%3BEAYL%2CkBAEI%2CWAAU%3BIAEZ%2CWAAA%3BIACA%2CWAAA%3B%3BEALF%2CkBAQI%3BIAEF%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3B%3BEAKN%3BIACC%2CmBAAA%3B%3BEAMD%2CoBAEC%2CSAAQ%3BIAEN%2CqBAAA%3BIACA%2CmBAAA%3B%3BEALH%2CoBAQF%3BIAEC%2CqBAAA%3B%3BEAIC%2CiBAIG%2C2BAEK%2CGACI%3BIACC%2CuBAAA%3BIACA%2COAAO%2CSAAP%3B%3BEATb%2CiBAIG%2C2BAEK%2CGACI%2CGAIC%2CeAEE%3BIACT%2CeAAA%3BIACA%2CmBAAA%3B%3BEAfN%2CiBAsBI%3BIAEI%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAzBR%2CiBA4BI%3BIACF%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CwBAAA%3B%3BEA%5C%2FBF%2CiBA4BI%2C0BAKF%3BIAEC%2CiBAAA%3B%3BEAOG%3BIACD%2CaAAA%3B%3BEAIL%3BIAEI%2C8BAAA%3B%3BEAGA%3BIAEC%2COAAA%3B%3BEAGL%2CSAAS%2CQAAQ%2CKAAK%2CcAElB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%3BIAEf%2CUAAA%3BIACA%2CUAAA%3B%3BEAMN%2CwBAEI%2CiBAEG%3BIACG%2CUAAA%3BIACA%2CWAAA%3B%3BEANV%2CwBAEI%2CiBAOG%3BIACG%2CUAAA%3BIACA%2CYAAA%3B%3BEAMV%2CuBAEG%2COAAM%3BIACF%2CUAAA%3BIACA%2CYAAA%3B%3BEAJP%2CuBAOG%2COAAM%3BIAEH%2CUAAA%3BIACA%2CWAAA%3B%3BEAVN%2CuBAaG%2CiBAEI%3BIAEI%2CgBAAA%3B%3BEAjBX%2CuBAaG%2CiBAOI%3BIAEG%2CgBAAA%3B%3BEAKV%2CYAEI%2CeAAc%3BIACb%2CgBAAA%3BIACA%2CWAAA%3B%3BEAIL%2CoBAAoB%2CSAGhB%3BIAEC%2C0BAAA%3BIACA%2CaAAa%2CqBAAb%3BIACA%2CcAAA%3B%3BEAPL%2CoBAAoB%2CSAGhB%2CaAMC%2CmBAAkB%3BIAEjB%2CcAAA%3B%3BEAOT%2CwBAEI%2CqBAEG%3BIAEI%2CaAAA%3B%3BEANX%2CwBAUI%2CcAEI%2COAAM%3BIAEH%2CWAAA%3B%3BEAdX%2CwBAkBI%2CQAAO%2CQAEH%3BIAEI%2CkBAAA%3B%3BEAtBZ%2CwBA0BI%3BIAEI%2CUAAA%3B%3BEA5BR%2CwBA0BI%2CoBAIC%2COAAM%3BIAEF%2CWAAA%3BIACA%2CYAAA%3B%3BEAjCT%2CwBA0BI%2CoBAUC%3BIAEI%2CWAAA%3BIACH%2CUAAA%3BIACA%2CaAAA%3B%3BEAxCN%2CwBA6CO%2CeAAc%3BIAEV%2C0BAAA%3BIACA%2C6BAAA%3B%3BEAhDX%2CwBAmDO%2CeAAc%2CWAAW%3BIAEtB%2C0BAAA%3B%3BEAKV%2COAAO%3BIAEJ%2C6BAAA%3B%3B%3BAAwqDJ%2CwBAlqDyC%3BEAErC%2CUAAU%3BIAEP%2CaAAA%3B%3BEAIH%2CqBAEG%2CaAAY%2CeAGR%2COAAM%2CUAEH%3BIAEG%2CsBAAA%3B%3BEAOd%2CiBAEG%2C2BAEI%2CGAEI%2CGACG%3BIACG%2CYAAA%3B%3BEAQjB%2CsBAEG%3BIAEG%2CaAAA%3B%3BEAIN%2CmBAAmB%3BIAEjB%2C6BAAA%3B%3BEAGD%2CcAEF%3BIACG%2CiBAAA%3B%3BEAKA%2CeAEI%3BIAEC%2C4BAAA%3B%3BEAJL%2CeAEI%2CwBAIF%3BIAEa%2C4BAAA%3BIACZ%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BEAKJ%2CsBAEM%2CaAEK%3BIACP%2CaAAA%3B%3BEAMH%2CkBAEI%2CoBAEK%2CWAAU%2CkBAEP%2CWAEG%3BIAEX%2C2BAAA%3B%3BEAVJ%2CkBAEI%2CoBAEK%2CWAAU%2CkBAWP%2CeAEI%2CiBAAgB%2CkBAET%3BIAEjB%2C2BAAA%3B%3BEAUJ%2CqBAEF%2CSAAQ%2CMAEL%2CoBAEI%2CSAAQ%2CWAAW%2CQAGf%3BIAEG%2CeAAA%3B%3BEAUd%2CKAAK%2CKAEF%2CWAEI%2CKAAI%2CUAED%3BIAEK%2CsBAAA%3B%3BEAUhB%2CYAED%2CSAEC%2COAEI%3BIACG%2CcAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2C8BAAA%3B%3BEAVP%2CYAED%2CSAYC%2CWAEI%2CKAAI%2COAAO%3BIAEP%2CsBAAA%3BIACD%2CuBAAA%3BIACA%2CuCAAA%3BIACA%2CSAAA%3BIACA%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CaAAa%2CqBAAb%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3B%3BEAOP%2CMAAM%2COAEH%3BIAED%2CWAAA%3BIACA%2CgBAAA%3B%3BEAMF%2CqBAEQ%3BIACL%2CwBAAA%3B%3BEAHH%2CqBAMD%2CaAAY%2CeAER%2C0BAEI%3BIACF%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAZL%2CqBAMD%2CaAAY%2CeAER%2C0BAOI%2COAAM%3BIACR%2CsBAAA%3B%3BEAhBL%2CqBAMD%2CaAAY%2CeAER%2C0BAWF%3BIAEG%2CsBAAA%3B%3BEArBJ%2CqBA2BG%2CoBAEG%2CyBAEI%2COAAM%3BIAEX%2CWAAA%3BIACA%2CWAAA%3B%3BEAlCL%2CqBAwCC%2C2BAEI%2CMAAK%3BIAEF%2C0BAAA%3B%3BEA5CR%2CqBAwCC%2C2BAOI%2COAAM%3BIAER%2CsBAAA%3B%3BEAjDH%2CqBAwCC%2C2BAYF%3BIAEG%2CsBAAA%3B%3BEAtDF%2CqBAwCC%2C2BAmBF%3BIAEG%2CsBAAA%3B%3BEA7DF%2CqBAwCC%2C2BAmBF%2CuBAIG%2CSAIO%2COAAM%3BIAEV%2CsBAAA%3B%3BEAaJ%2CIAAI%3BIACF%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAGA%2CoBAEG%2CeAAc%3BIAEV%2CoBAAA%3B%3BEAIT%3BIAEI%2C2BAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CcAAc%3BIACV%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAGL%2CcAAc%2CIAAI%2CUAAU%3BIAEtB%2C8BAAA%3B%3BEAIL%3BIAyBA%2CsBAAA%3B%3BEAzBA%2CuBAEK%2CeAEG%3BIAGE%2CuBAAA%3BIACA%2CsBAAA%3B%3BEARV%2CuBAEK%2CeAEG%2CaAMG%2CqBAEG%2CmBAEG%3BIAEI%2CyBAAA%3B%3BEAhBrB%2CuBA2BC%3BIAEI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACD%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEApCJ%2CuBAsCK%3BIAEM%2CeAAA%3B%3BEAIX%3BIACG%2CaAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CaAAA%3B%3BEAGH%2CiBAEG%3BIACG%2CsBAAA%3B%3BEAHN%2CiBAMG%2CSAEI%3BIAEI%2CuBAAA%3B%3BEAKV%2CyBAEG%2CKAAI%3BIAEH%2CkBAAA%3B%3BEAIL%3BIAEG%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAIH%2CiBAEI%3BIAEI%2CYAAA%3B%3BEAKT%2CEAAE%3BIACD%2C4BAAA%3B%3BEADD%2CEAAE%2CUAGD%3BIAEG%2CyBAAA%3B%3BEAKJ%2CQAEG%2COAEK%3BIAEL%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2C8BAAA%3B%3BEARH%2CQAYG%2CWAEI%2CKAAI%2COAAO%3BIAEP%2CsBAAA%3B%3BEAKV%2CeAEG%2CeAEI%2CSAEI%3BIACR%2CWAAA%3B%3BEAMH%3BIAEU%2CiBAAA%3B%3BEAFV%2CiCAII%3BIAEQ%2CiBAAA%3B%3BEAIZ%3BIAEA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2CYAAa%3BEAAa%2CYAAa%3BEAAwB%2CYAAa%3BIAErE%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIAEF%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CwBAAA%3B%3BEAKI%2CiBAEG%2CSAEG%3BIAEI%2C2BAAA%3B%3BEAMf%2CKAAK%2CcAED%2CMAEI%3BIAED%2CsBAAA%3B%3BEAOP%2CqBAEG%2CmBAEG%2CUAAS%3BIAEb%2CcAAA%3BIACA%2CqBAAA%3B%3BEAKF%3BIAEG%2C6BAAA%3B%3BEAGH%2CkBAEG%3BIAEK%2CcAAA%3B%3BEAIR%2CyBAEI%3BIACI%2CaAAA%3B%3BEAKR%2CmBAEF%2CeAEG%2CMAAK%2CQAAQ%2CaAEV%2CmBAEG%3BIAEH%2CaAAA%3B%3BEAQL%2CSAAS%2CQAAQ%2CKAAK%2CcAEjB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%3BIAElB%2CUAAA%3B%3BEAOJ%2CqBAEI%2CqBAEI%3BIAEL%2CYAAA%3B%3BEAOH%2CqBAEI%2CSAAQ%2CKAAK%2CMAEX%2CMAAK%3BIAEH%2CiBAAA%3BIACA%2CUAAA%3B%3BEAPR%2CqBAYI%3BIACC%2CcAAA%3B%3BEAbL%2CqBAgBC%2CmBAEI%2COAAM%3BIACH%2CWAAA%3B%3BEAnBR%2CqBAgBC%2CmBAMI%2CSAAQ%2CUAAU%3BIAChB%2CUAAA%3B%3BEAvBP%2CqBA2BI%2CmBAEO%3BIAEI%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAhCf%2CqBA2BI%2CmBAEO%2CUAKI%2CSAAQ%3BIACf%2CUAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEArCR%2CqBA2BI%2CmBAEO%2CUAKI%2CSAAQ%2CSAKf%2CYACI%3BIACF%2CWAAA%3B%3BEAzCV%2CqBA2BI%2CmBAEO%2CUAiBG%2CSAAQ%3BIACd%2CUAAA%3BIACA%2CWAAA%3B%3BEAhDR%2CqBA2BI%2CmBAEO%2CUAiBG%2CSAAQ%2CSAId%2CYACG%3BIACD%2CWAAA%3B%3BEApDV%2CqBA2DG%2CmBAEK%2CUAEG%2CSAAQ%2CSAEN%2CYAEG%2CWAAU%3BIAEP%2C6BAAA%3B%3BEArEnB%2CqBA2DG%2CmBAEK%2CUAEG%2CSAAQ%2CSAEN%2CYAOG%2CWAAU%3BIACrB%2CiCAAA%3B%3BEAzEL%2CqBAkFI%2CSAAQ%2CKAAK%2CMAET%2CMAAK%3BIAEF%2CkBAAA%3B%3BEAtFX%2CqBAkFI%2CSAAQ%2CKAAK%2CMAOT%2CMAAK%2CMAAM%2COAEP%3BIAEI%2C2BAAA%3BIACZ%2CWAAA%3B%3BEA9FJ%2CqBAkFI%2CSAAQ%2CKAAK%2CMAOT%2CMAAK%2CMAAM%2COAQZ%2CQAAO%3BIAEV%2C2BAAA%3BIACA%2CWAAA%3B%3BEApGJ%2CqBAkFI%2CSAAQ%2CKAAK%2CMAuBZ%2CMAAK%2CMAEF%3BIAEJ%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C8BAAA%3B%3BEA%5C%2FGJ%2CqBAoHD%2CSAAQ%2CMAEF%3BIAED%2CmBAAA%3BIACA%2CwBAAA%3B%3BEAzHJ%2CqBA8HA%2CsBAEE%3BIAEC%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3B%3BEAOH%2CSAAS%2CQAAQ%2CKAAK%2CcAEnB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAEV%3BIAEN%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAQJ%2CsBAEG%2CUAAS%2CcAEL%2CUAAS%2CKAAK%2CMAAM%2CcAEf%2CMAAK%2CQAAQ%2CaAEV%2CmBAEI%2CSAAQ%2CQAAQ%2CqBAEZ%2CUAEK%3BIAEpB%2CYAAA%3B%3BEAUR%2CMAAM%3BIAEH%2CYAAA%3B%3BEAMH%2CkBAEI%2CWAAU%3BIAEZ%2CUAAA%3B%3BEAJF%2CkBAEI%2CWAAU%2CuBAIZ%2CmBAEG%3BIACG%2CcAAA%3B%3BEASR%2CaAAa%2CMAAM%2CWAIf%2CaAEG%3BIAEG%2C4BAAA%3B%3BEARV%2CaAAa%2CMAAM%2CWAYhB%2CaAAY%2CcAET%2CaAAY%3BIAEN%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CcAAA%3B%3BEAlBZ%2CaAAa%2CMAAM%2CWAYhB%2CaAAY%2CcAET%2CaAAY%2CQAMN%3BIAEG%2C8BAAA%3B%3BEAOf%2CqBAEG%2CeAAc%3BIAET%2CsBAAA%3B%3BEAMR%2CYAAa%3BEAAa%2CYAAa%3BEAAwB%2CYAAa%3BIAE1E%2CgBAAA%3B%3BEAGF%2CYAEG%3BIAEG%2CsBAAA%3B%3BEAIN%2CaAEE%3BIACG%2CsBAAA%3B%3BEAIL%3BIAEC%2CgBAAA%3B%3BEAID%2CoBAEI%2COAAM%2CUAEF%2CeAEG%3BIACE%2CUAAA%3B%3BEAPb%2CoBAYI%2CQAAO%3BIACT%2CeAAA%3B%3BEAbF%2CoBAgBF%2CMAAK%2CKAAK%2CQAER%2CQAAO%3BIACJ%2CWAAA%3B%3BEAnBH%2CoBAgBF%2CMAAK%2CKAAK%2CQAMR%2CQAAO%3BIACL%2CWAAA%3B%3BEAvBF%2CoBA2BG%2CMAAK%2CcAED%3BIACJ%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEApCH%2CoBAwCI%2CqBAEA%3BIACC%2CaAAA%3B%3BEA3CL%2CoBAwCI%2CqBAMA%2CMAAK%2CKAEH%2CWAEK%2CKAAI%3BIACR%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAvDP%2CoBAwCI%2CqBAoBI%2CMAEC%3BIACF%2CcAAA%3B%3BEA%5C%2FDP%2CoBAoEI%2CqBAEA%2CMACG%2CGACG%3BIACG%2C6BAAA%3BIAEA%2CYAAA%3B%3BEA3Eb%2CoBAiFI%2CQAAO%3BIACL%2CUAAA%3BIACA%2CYAAA%3B%3BEAnFN%2CoBAsFI%2CMAAK%2CKAAK%2CQAEP%2CQAAO%3BIACR%2CqBAAA%3BIACA%2CWAAA%3B%3BEA1FN%2CoBA8FE%2CgBAEG%2CWACG%2CSAAQ%3BIACL%2CqBAAA%3B%3BEAMX%3BIACC%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAKD%2CaAEG%2C6BAEG%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAMT%2CwBAEG%2CqBAEG%2CqBAEG%3BIACE%2CmBAAA%3B%3BEAPX%2CwBAEG%2CqBASI%3BIACG%2CmBAAA%3B%3BEAZV%2CwBAEG%2CqBAaE%3BIAEH%2C6EAAA%3BIACA%2C4BAAA%3BIACD%2CmBAAA%3B%3BEAnBD%2CwBAEG%2CqBAoBG%3BIAEJ%2C0BAAA%3BIACD%2CmBAAA%3B%3BEAOD%2CWAEE%2CoBAEG%2CiBAEI%3BIACE%2CYAAA%3B%3BEAPX%2CWAEE%2CoBAEG%2CiBAMG%3BIACE%2CkBAAA%3B%3BEAXV%2CWAEE%2CoBAEG%2CiBAUG%3BIACG%2CkBAAA%3BIACA%2C0BAAA%3B%3BEAOZ%2CUAEG%2CcAEG%2CmBAEG%3BIAEG%2CkBAAA%3BIACA%2CWAAA%3B%3BEAMZ%2CeAEI%2CwBAEG%2CgBAEG%3BIACE%2CkBAAA%3BIACA%2CWAAA%3B%3BEAMZ%2CoBAEG%2CUAEG%2COAAM%2CMAAM%3BIAEf%2CWAAA%3B%3BEANH%2CoBAEG%2CUAOG%2COAAM%2CKAAK%3BIAEd%2CWAAA%3B%3BEAXH%2CoBAeE%3BIAEA%2CWAAA%3B%3BEAIF%2CoBAIE%2CyBAEG%3BIACE%2CWAAA%3B%3BEAPP%2CoBAIE%2CyBAEG%2CKAGG%2COAAM%3BIACV%2CWAAA%3B%3BEAVJ%2CoBAIE%2CyBAEG%2CKAOL%2COAAM%3BIAEF%2CWAAA%3B%3BEAOH%2CoBAEC%2CSAAQ%3BIAEN%2CsBAAA%3B%3BEAJH%2CoBAOF%3BIAEC%2CsBAAA%3B%3BEAIC%2CiBAIG%2C2BAEK%2CGACI%3BIACC%2CuBAAA%3BIACA%2COAAO%2CSAAP%3B%3BEATb%2CiBAIG%2C2BAEK%2CGACI%2CGAIC%2CeAEE%3BIACT%2CeAAA%3BIACA%2CmBAAA%3B%3BEAfN%2CiBAsBI%3BIAEI%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAzBR%2CiBA4BI%3BIACF%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CwBAAA%3B%3BEA%5C%2FBF%2CiBA4BI%2C0BAKF%3BIAEC%2CiBAAA%3B%3BEAQH%2CkBAAmB%2CWAAU%3BIAE5B%2CUAAA%3B%3BEAKD%2CQAAQ%2CKAAK%2CSAGf%2CSAAQ%2CKAAK%2CMAAM%3BIAEf%2CWAAA%3BIACC%2CYAAA%3B%3BEAIL%2CUAAU%3BIACN%2CWAAA%3BIACA%2CYAAA%3B%3BEAID%3BIACI%2CaAAA%3B%3BEAIJ%2CkBAEI%2CoBAEG%2CGACK%2CGAAE%3BIACX%2CaAAA%3B%3BEAOJ%3BIACC%2CaAAA%3B%3BEAGF%2CSAEG%3BIAEG%2CaAAA%3B%3BEAIN%2CQAEI%2CUAAS%2CKAEJ%2COAAM%2CqBAAqB%3BIAEhC%2CWAAA%3B%3BEANJ%2CQAEI%2CUAAS%2CKAOb%2COAAM%2CoBAAoB%3BIAEtB%2CWAAA%3B%3BEAOH%3BIAEI%2C8BAAA%3B%3BEAKJ%2CSAAS%2CQAAQ%2CKAAK%2CcAElB%2CUAAS%2CKAAK%2CMAAM%2CcAEjB%2CMAAK%2CQAAQ%3BIAYjB%2CmBAAA%3B%3BEAhBH%2CSAAS%2CQAAQ%2CKAAK%2CcAElB%2CUAAS%2CKAAK%2CMAAM%2CcAEjB%2CMAAK%2CQAAQ%2CaAET%2CmBAEE%2CSAAQ%2CQAAQ%2CqBAEZ%2CSAAQ%2CKAAK%3BIACT%2CYAAA%3B%3BEAWpB%3BIAEA%2CSAAA%3B%3BEAIJ%2CiBAEI%3BIACC%2CWAAA%3BIACA%2CUAAA%3B%3BEAJL%2CiBAEI%2CUAIC%3BIACC%2CaAAA%3B%3BEAPN%2CiBAWC%3BIAEI%2CYAAA%3BIACA%2CUAAA%3B%3BEAdL%2CiBAWC%2CmBAKI%2CoBACG%2CGAEK%2CGAAE%3BIACJ%2CaAAA%3B%3BEApBX%2CiBAWC%2CmBAcI%3BIAEG%2CaAAA%3B%3BEAOL%2CcAAc%2CgBAEX%2CUAAS%2CcAEJ%3BIACL%2CYAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAWH%2CIAAI%2CIAAI%2CWAAW%2CWAAW%3BIAC1B%2CwBAAA%3B%3BEAIJ%2CuBAEG%2COAAM%3BIACH%2CWAAA%3B%3BEAHN%2CuBAMI%2COAAM%3BIACJ%2CWAAA%3B%3BEAKN%2CgCAEI%2CiBAEI%3BIAER%2CWAAA%3B%3BEANA%2CgCAEI%2CiBAOL%3BIAEG%2CWAAA%3B%3BEAKF%2CuBAEI%2CiBAEG%3BIAEI%2CgBAAA%3B%3BEANX%2CuBAEI%2CiBAOG%3BIAEG%2CgBAAA%3B%3BEAQV%2CwBAEI%2COAAM%2CqBAAqB%3BIAE7B%2CWAAA%3BIACA%2CWAAA%3B%3BEALF%2CwBAQF%2COAAM%2CoBAAoB%3BIAEtB%2CWAAA%3BIACA%2CWAAA%3B%3BEAXF%2CwBAcI%2CiBAEI%3BIAER%2CWAAA%3B%3BEAlBA%2CwBAcI%2CiBAOL%3BIAEG%2CWAAA%3B%3BEAMF%3BIAEI%2CiBAAA%3B%3BEAGJ%2CqBAEI%2CgBAEJ%3BIAEI%2CYAAA%3B%3BEANJ%2CqBAEI%2CgBAEJ%2CqBAII%2CiBAEI%3BIAEG%2CYAAA%3B%3BEAZX%2CqBAEI%2CgBAEJ%2CqBAII%2CiBAOI%3BIAEG%2CYAAA%3B%3BEASX%2CmBAEI%2COAAM%2CaAEF%2COAAM%2CcAEF%2CMAAK%2CWAEF%2COAAM%2COAEF%2CSAEK%3BIAEG%2CWAAA%3B%3BEAS9B%2CwBAEI%2CQAAO%3BIAEN%2CuBAAA%3BIACA%2C6BAAA%3B%3BEALL%2CwBAQC%3BIAEU%2CyBAAA%3BIACA%2C4BAAA%3B%3BEAKR%3BIAMK%2CSAAA%3B%3BEANL%2CmBAEI%3BIAEI%2CaAAA%3B%3BEAKR%2CoBAEI%3BIAEF%2CaAAA%3B%3BEAIF%3BIAEI%2CmBAAA%3B%3BEAGJ%2CwBAEG%2CeAEK%3BIAEL%2CcAAA%3B%3BEAKH%2CoBAAoB%2CSAEhB%2CcAAa%2CMACT%2CaAEI%2CaAEI%2CmBAAkB%3BIAEf%2CcAAA%3B%3BEAQnB%2CoBAAoB%2CQAAQ%2COAExB%2CcAAa%2COAET%2CmBAAkB%3BIAEf%2CcAAA%3B%3BEAKX%2CaACG%2COAAM%3BIACJ%2CWAAA%3B%3BEAIL%2CiBAEI%2CQAAO%2CSAAS%3BIACb%2CWAAA%3B%3BEAHP%2CiBAMI%2CQAAO%2CSAAS%2COAAO%3BIACzB%2CcAAA%3B%3BEAPF%2CiBAUF%2CQAAO%2CSAAS%2CMAAM%3BIAElB%2CcAAA%3B%3BEAKF%2CcAAc%2CWAAW%3BIAExB%2CgCAAA%3B%3BEAGJ%2CcAAc%3BIAEV%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACG%2CWAAA%3B%3BEAIJ%2CoBAAoB%2CSAEjB%3BIACG%2C0BAAA%3BIACA%2CaAAa%2CqBAAb%3BIACA%2CcAAA%3B%3BEAIN%2CwBAEK%3BIAEG%2C0BAAA%3BIACN%2CaAAa%2CqBAAb%3BIACA%2C0BAAA%3BIACA%2CcAAA%3B%3BEAKF%2CoBAAoB%2CQAAQ%2COAExB%3BIAEL%2C0BAAA%3BIACG%2CaAAa%2CqBAAb%3BIACH%2CmCAAA%3BIACA%2CcAAA%3B%3BEAIC%2CoBAAoB%2CSAEhB%2CcAAa%2CMACV%2CaACE%3BIACG%2CgBAAA%3BIACH%2CeAAA%3B%3BEAMT%2CoBAAoB%2CQAAQ%2COAExB%2CcAAa%2COAET%3BIAEC%2CgBAAA%3BIACA%2CeAAA%3B%3BEAKT%3BIAEC%2CaAAA%3B%3BEAGJ%2CYAEI%2CeAAc%3BIAEV%2CgBAAA%3BIACA%2CWAAA%3B%3BEAML%2CWACI%2CoBAEI%3BIACF%2CaAAA%3B%3BEAJN%2CWACI%2CoBAEI%2CiBAGF%3BIACC%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAMP%2CeAEG%2CwBACG%3BIACE%2CaAAA%3B%3BEAJR%2CeAEG%2CwBACG%2CgBAEE%3BIACG%2CeAAA%3B%3B%3BAAsHf%2CQA1G0B%2CuBAAuB%3BEAG5C%2CmBAEQ%2CeAEG%2CMAAK%2CQAAQ%2CaAEX%2CmBAEG%2CaAEI%2CuBAEG%3BIAEO%2CuBAAA%3BIACA%2CwBAAA%3B%3BEAUhC%3BIAEM%2CqBAAA%3B%3BEAFN%2CWAIK%3BIACA%2CWAAA%3B%3BEALL%2CWAIK%2CoBAII%3BIACH%2CaAAA%3BIACA%2CWAAA%3B%3BEAVN%2CWAIK%2CoBAII%2CiBAIJ%3BIACC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAfN%2CWAoBD%3BIACI%2CWAAA%3B%3BEAIF%3BIAEI%2CqBAAA%3B%3BEAFJ%2CeAGC%3BIAOI%2CWAAA%3B%3BEAVL%2CeAGC%2CwBAEG%3BIAEC%2CaAAA%3B%3BEAPL%2CeAaC%3BIAEI%2CWAAA%3B%3BEAIJ%2CqBACE%2C8BAEE%3BIACG%2CeAAA%3B%3BEAKR%3BIAEC%2CaAAA%3B%3BEAGJ%2CUAEE%2CcAEM%3BIACF%2CaAAA%3B%3BEAKN%3BIACI%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAA2BL%2CwBAnByC%2CuBAAsB%3BEAEvD%2CmBAEK%2CeAEG%2CMAAK%2CQAAQ%2CaAEX%2CmBAEG%3BIACT%2CaAAA%3B%3B%3BAA2BZ%2CwBAnByC%2CuBAAsB%3BEAEtD%2CmBAEI%2CeAEG%2CMAAK%2CQAAQ%2CaAEX%2CmBAEG%3BIACT%2CaAAA%3B%3B%3BAA4BZ%2CwBApByC%2CuBAAsB%3BEAEtD%2CmBAEI%2CeAEG%2CMAAK%2CQAAQ%2CaAEX%2CmBAEG%3BIACT%2CaAAA%3B%3B%3BAA6BZ%2CwBApByC%2CuBAAsB%3BEAEtD%2CmBAEI%2CeAEG%2CMAAK%2CQAAQ%2CaAEX%2CmBAEG%3BIACT%2CaAAA%3B%3B%3BAA0FZ%2CQAjF0B%2CuBAAwB%3BEAE9C%3BIAEK%2CqBAAA%3B%3BEAFL%2CWAII%3BIACA%2CWAAA%3B%3BEALJ%2CWAII%2CoBAII%3BIACH%2CaAAA%3BIACA%2CWAAA%3B%3BEAVL%2CWAII%2CoBAII%2CiBAIJ%3BIACC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAfL%2CWAoBF%3BIACI%2CWAAA%3B%3BEAIF%3BIAEI%2CqBAAA%3B%3BEAFJ%2CeAGC%3BIAOI%2CWAAA%3B%3BEAVL%2CeAGC%2CwBAEG%3BIAEC%2CaAAA%3B%3BEAPL%2CeAaC%3BIAEI%2CWAAA%3B%3BEAIL%2CqBACG%2C8BAEE%3BIACG%2CeAAA%3BIACA%2CiBAAA%3B%3BEAKR%3BIAEC%2CaAAA%3B%3BEAGJ%2CUAEE%2CcAEM%3BIACF%2CaAAA%3B%3BEAKN%3BIACI%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAAQL%3BEACI%2CaAAa%2CkBAAb%3BEACA%2CSAAS%2CuCAAT%3BEACA%2CSAAS%2C8CAA8C%2COAAO%2C0BAAyB%2CyCAAyC%2COAAO%2CaAAY%2CwCAAwC%2COAAO%2CiBAAgB%2CyDAAyD%2COAAO%2CMAAlR%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BAAAgB%3BEACZ%2CqBAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAGJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAGJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAGJ%2CqBAAqB%3BEACjB%2CSAAS%2COAAT%3B%3BAAGJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAGJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAGJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAGJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAGJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CkBAAkB%3BEACd%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CyBAAyB%3BEACrB%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAGJ%2CkBAAkB%3BEACd%2CSAAS%2COAAT%3B%3BAAGJ%2CwBAAwB%3BEACpB%2CSAAS%2COAAT%3B%3BAAGJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAGJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CwBAAwB%3BEACpB%2CSAAS%2COAAT%3B%3BAAGJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CSAAS%2COAAT%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CSAAS%2COAAT%3B%3BAAGJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAGJ%2CkBAAkB%3BEACd%2CSAAS%2COAAT%3B%3BAAGJ%2CkBAAkB%3BEACd%2CSAAS%2COAAT%3B%3BAAGJ%2CkBAAkB%3BEACd%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CmBAAmB%3BEACf%2CSAAS%2COAAT%3B%3BAAGJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAGJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CmBAAoB%2CYAAW%3BEAE3B%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAGJ%2CqBAAqB%3BEACjB%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAGJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAGJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAGJ%2CeAAe%3BEACX%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CUAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CiBAAiB%3BEACb%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2COAAT%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2COAAT%3B%3BAAGJ%2CYAAY%3BEACR%2CSAAS%2COAAT%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2COAAT%3B%3BAAGJ%3BEAEM%2CiBAAA%3B%3BAAFN%2CSAIC%3BEACC%2CcAAA%3B%3BAAMF%2CkBAEC%3BEAEG%2CwBAAA%3BEACE%2CeAAA%3BEACA%2CWAAA%3B%3BAANN%2CkBAUI%2CyBAAwB%2COAEpB%3BEAEJ%2CsBAAA%3B%3BAAOJ%2CkBAEC%3BEAEG%2CwBAAA%3BEACE%2CeAAA%3BEACA%2CWAAA%3B%3BAANN%2CkBAUI%2CyBAAwB%2COAEpB%3BEAEJ%2CsBAAA%3B%3BAAMJ%2CiBAEC%3BEAEG%2CwBAAA%3BEACE%2CeAAA%3BEACA%2CWAAA%3B%3BAANN%2CiBAUI%2CyBAAwB%2COAEpB%3BEAEJ%2CsBAAA%3B%3BAAMJ%2CiBAEC%3BEAEG%2CwBAAA%3BEACE%2CeAAA%3BEACA%2CWAAA%3B%3BAANN%2CiBAUI%2CyBAAwB%2COAEpB%3BEAEJ%2CsBAAA%3B%3BAAMJ%2CkBAEC%3BEAEG%2CwBAAA%3BEACE%2CeAAA%3BEACA%2CWAAA%3B%3BAANN%2CkBAUI%2CyBAAwB%2COAEpB%3BEAEJ%2CsBAAA%3B%3BAAOJ%2CYACC%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkDAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAIL%2CYACC%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkDAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3B%3BACx4bL%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CwCAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEA%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAGR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CmBAAmB%2CoBAAnB%3BEACA%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEAWA%2CaAAA%3B%3BAAVA%2CWAAY%3BEACR%2CYAAA%3B%3BAALR%2CYAOI%3BEACI%2CcAAA%3B%3BAAEJ%2CYAAC%2CcAAe%3BEACZ%2CaAAA%3B%3BAAKJ%2CYAAC%2CSAAU%3BEACP%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3B%3BAAGR%2CYAAY%3BEACR%2CaAAA%3B%3BACjGJ%2CgBACI%3BEACI%2CgBAAA%3B%3BAAIR%2CqBACI%2CaAAa%3BEACT%2CWAAA%3B%3BAAFR%2CqBAII%2CaAAa%3BEACT%2CWAAA%3BEACA%2CaAAA%3B%3BAANR%2CqBAQI%2CaAAa%3BEACT%2CWAAA%3BEACA%2CaAAA%3B%3BAAVR%2CqBAYI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CWAAW%2CmBAAX%3BEACA%2CgBAAA%3B%3BAArBR%2CqBAYI%2CSAUI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAA3BZ%2CqBAYI%2CSAiBI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnCZ%2CqBAYI%2CSAyBI%3BEACI%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CqBArCR%2CSAyBI%2CYAYK%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKhB%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CqBAAqB%2CkBACjB%3BEACI%2CkBAAA%3B%3BAAFR%2CqBAAqB%2CkBAIjB%2CaAAa%2CMAAI%3BEACb%2CiBAAA%3B%3BAAGR%2CqBAAsB%3BEAClB%2CgBAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBAlBkB%2CaAkBjB%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAvBkB%2CaAuBjB%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CqBA7BkB%2CaA6BjB%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAGR%2CqBAAsB%3BEAClB%2CiBAAA%3B%3BAAEJ%2CqBAAsB%2CaAAY%3BEAC9B%2CaAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3B%3BAACA%2CqBAJkB%2CaAAY%2CWAI7B%3BEACG%2CgBAAA%3BEACG%2C4BAAA%3BEACA%2CgBAAgB%2C4BAAhB%3BEACH%2CiBAAA%3B%3BAAEJ%2CqBAVkB%2CaAAY%2CWAU7B%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAGR%2CqBAAsB%2CaAAY%3BEAO9B%2CUAAA%3BEACA%2CyBAAA%3B%3BAAPA%2CqBADkB%2CaAAY%2CWAC7B%3BEACG%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAgB%2C2BAAhB%3BEACA%2CiBAAA%3B%3BAAIJ%2CqBATkB%2CaAAY%2CWAS7B%3BEACG%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAIJ%2CqBADkB%2CcACjB%2CMACG%2CsBAAsB%2CaAAY%3BEAC9B%2CQAAA%3B%3BAAFR%2CqBADkB%2CcACjB%2CMAIG%2CsBAAsB%2CaAAY%3BEAC9B%2CUAAA%3B%3BAAWZ%2CmBAPqC%3BEACjC%2CqBACI%3BIACI%2CeAAA%3B%3B%3BAAwDZ%2CmBApDoC%3BEAChC%2CqBACI%3BIACI%2CeAAA%3B%3BEAFR%2CqBACI%2CSAEI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEALZ%2CqBACI%2CSAMI%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAXZ%2CqBACI%2CSAYI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAIZ%2CqBAAsB%3BIAClB%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CqBAAsB%2CaAAY%3BIAM9B%2CWAAA%3B%3BEALA%2CqBADkB%2CaAAY%2CWAC7B%3BIACG%2CeAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAIR%2CqBAAsB%2CaAAY%3BIAM9B%2CSAAA%3B%3BEALA%2CqBADkB%2CaAAY%2CWAC7B%3BIACG%2CeAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAIR%2CqBAAsB%3BIAClB%2CiBAAA%3B%3BEAEJ%2CqBAAqB%2CkBACjB%2CaAAa%2CMAAI%3BIACb%2CiBAAA%3B%3B%3BAAyDZ%2CmBArDoC%3BEAChC%2CgBACI%3BIACI%2CgBAAA%3B%3BEAIR%2CqBACI%3BIAKI%2CeAAA%3B%3BEANR%2CqBACI%2CSACI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAJZ%2CqBACI%2CSAMI%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAZZ%2CqBACI%2CSAaI%3BIACI%2CeAAA%3BIACA%2CaAAA%3B%3BEAIZ%2CqBAAsB%3BIAClB%2CwBAAA%3B%3BEAEJ%2CqBAAsB%2CaAClB%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3BEALR%2CqBAAsB%2CaAQlB%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3BEAZR%2CqBAAsB%2CaAelB%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3B%3BAAIZ%3BEACG%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAEH%2CcAAe%3BEACZ%2CYAAA%3BEACA%2CeAAA%3B%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAEH%2CWAAW%3BAAAS%2CWAAW%3BEAC3B%2CaAAA%3B%3BACpOA%2CgBALsC%3BECwFtC%2CiCA7BA%3BECsOA%2C0BACI%2CcDvOJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BECiOL%2C0BACI%2CcDvOJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAuBR%2CiCAnBA%3BEC4NA%2C0BACI%2CcD7NJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEA%2BBJ%3BIACI%2CWAAA%3B%3BEA0BJ%3BEA6sDA%2C2BACI%3BEEjtDJ%2COACI%2CgBACI%2CeAGI%3BECkLZ%2CgBAGI%3BEA2EJ%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEAwDhB%2CkBACM%3BEAKN%2CkBACI%3BEC1eJ%2CYACI%3BEC6JJ%2CiCL%2BsDI%3BEMjuDJ%2CuBNiuDI%3BEOhsCJ%2CcPgsCI%3BIA%5C%2FtDJ%2CUAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEA4tDX%2C2BACI%2COA7tDH%2CUAAU%3BEEYX%2COACI%2CgBACI%2CeAGI%2CKFjBX%2CUAAU%3BEGmMX%2CgBAGI%2COHtMH%2CUAAU%3BEGiRX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKH3Rf%2CUAAU%3BEGmVX%2CkBACM%2CYHpVL%2CUAAU%3BEGyVX%2CkBACI%2CUH1VH%2CUAAU%3BEIhJX%2CYACI%2COJ%2BIH%2CUAAU%3BEKcX%2CiCL%2BsDI%2COA7tDH%2CUAAU%3BEMJX%2CuBNiuDI%2COA7tDH%2CUAAU%3BEO6hBX%2CcPgsCI%2COA7tDH%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BEAutDX%2C2BACI%2COAxtDH%2CUAAU%3BEEOX%2COACI%2CgBACI%2CeAGI%2CKFZX%2CUAAU%3BEG8LX%2CgBAGI%2COHjMH%2CUAAU%3BEG4QX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHtRf%2CUAAU%3BEG8UX%2CkBACM%2CYH%5C%2FUL%2CUAAU%3BEGoVX%2CkBACI%2CUHrVH%2CUAAU%3BEIrJX%2CYACI%2COJoJH%2CUAAU%3BEKSX%2CiCL%2BsDI%2COAxtDH%2CUAAU%3BEMTX%2CuBNiuDI%2COAxtDH%2CUAAU%3BEOwhBX%2CcPgsCI%2COAxtDH%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CoBAHH%2CUAAU%2CGAGH%3BEAotDR%2C2BACI%2COAxtDH%2CUAAU%2CGAGH%3BEEIR%2COACI%2CgBACI%2CeAGI%2CKFZX%2CUAAU%2CGAGH%3BEG2LR%2CgBAGI%2COHjMH%2CUAAU%2CGAGH%3BEGyQR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHtRf%2CUAAU%2CGAGH%3BEG2UR%2CkBACM%2CYH%5C%2FUL%2CUAAU%2CGAGH%3BEGiVR%2CkBACI%2CUHrVH%2CUAAU%2CGAGH%3BEIxJR%2CYACI%2COJoJH%2CUAAU%2CGAGH%3BEKMR%2CiCL%2BsDI%2COAxtDH%2CUAAU%2CGAGH%3BEMZR%2CuBNiuDI%2COAxtDH%2CUAAU%2CGAGH%3BEOqhBR%2CcPgsCI%2COAxtDH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEA6GR%3BEGuNA%2CUACI%3BEKVJ%2CgBACI%3BIR9MA%2CmBAAA%3B%3BEAsEJ%3BEK1MI%2COAAO%2CKAAM%2CyBACT%3BECnBJ%2COAAO%2CKAAM%2CeACT%3BELmNJ%2COAAO%2CKAAM%2CiCACT%3BIDHR%2CcAAA%3B%3BEAyCA%3BEAyEgB%2CuBATZ%2CUAOI%2CYACI%2CQACK%3BECxMjB%2CwBD%2BLI%2CUAOI%2CYACI%2CQACK%3BECvMjB%2CuBD8LI%2CUAOI%2CYACI%2CQACK%3BELzTjB%2CmBKgTI%2CUAOI%2CYACI%2CQACK%3BES9ajB%2CKAAK%2CKAAK%2COTqaN%2CUAOI%2CYACI%2CQACK%3BIAxEb%2CgBAAA%3B%3BEA8DJ%2CuBACI%2CUACI%2COACI%3BECjMZ%2CwBD%2BLI%2CUACI%2COACI%3BEChMZ%2CuBD8LI%2CUACI%2COACI%3BELlTZ%2CmBKgTI%2CUACI%2COACI%3BESvaZ%2CKAAK%2CKAAK%2COTqaN%2CUACI%2COACI%3BIACI%2CWAAA%3B%3BEAoBhB%3BIPtLA%2CkBAAA%3B%3BEO0OA%3BEU%5C%2FVA%3BEC4CA%2CaAOI%3BECtJJ%2CsBACI%3BInBrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEYmFD%2CwBAKI%2CeZzFH%3BEYoFD%2CwBAKI%2CeZxFH%3BEYoID%2CiCZrIC%3BEYqID%2CiCZpIC%3BEY0JD%2CkBZ3JC%3BEY2JD%2CkBZ1JC%3BEaiED%2CcAKI%2CebvEH%3BEakED%2CcAKI%2CebtEH%3BEakHD%2CuBbnHC%3BEamHD%2CuBblHC%3BEa8ID%2CkBb%5C%2FIC%3BEa%2BID%2CkBb9IC%3BESgHD%2CkBAaI%2CeT9HH%3BESiHD%2CkBAaI%2CeT7HH%3BESkID%2COACI%2CgBACI%2CeTrIP%3BESmID%2COACI%2CgBACI%2CeTpIP%3BEc8fD%2Ced%5C%2FfC%3BEc%2BfD%2Ced9fC%3BEUyTD%2CgBV1TC%3BEU0TD%2CgBVzTC%3BEUuYD%2CQACI%2CoBVzYH%3BEUwYD%2CQACI%2CoBVxYH%3BEUuYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeV%5C%2FYX%3BEUwYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeV9YX%3BEUuaD%2CqBACI%2COAAM%2CUVzaT%3BEUwaD%2CqBACI%2COAAM%2CUVxaT%3BEQmSD%2C0BACI%2CcRrSH%3BEQoSD%2C0BACI%2CcRpSH%3BEoByND%2CKAAK%2CMACD%2CeACI%2CQpB5NP%3BEoB0ND%2CKAAK%2CMACD%2CeACI%2CQpB3NP%3BEoByND%2CKAAK%2CMACD%2CeAEI%2CSpB7NP%3BEoB0ND%2CKAAK%2CMACD%2CeAEI%2CSpB5NP%3BEqBoaD%2C0BrBraC%3BEqBqaD%2C0BrBpaC%3BEEmHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBFrHtB%3BEEoHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBFpHtB%3BEsBugBD%2CYtBxgBC%3BEsBwgBD%2CYtBvgBC%3BEsBiiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBtBtiBtB%3BEsBkiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBtBriBtB%3BEsBkiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBtBtiBtB%3BEsBmiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBtBriBtB%3BEsBmiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBtBtiBtB%3BEsBoiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBtBriBtB%3BEuBocD%2CYASI%2CQAAO%2CMvB9cV%3BEuBqcD%2CYASI%2CQAAO%2CMvB7cV%3BEuBylBG%2COAAC%2CQvB1lBJ%3BEuB0lBG%2COAAC%2CQvBzlBJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEY8ED%2CwBAKI%2CeZnFH%3BEY%2BHD%2CiCZ%5C%2FHC%3BEYqJD%2CkBZrJC%3BEa4DD%2CcAKI%2CebjEH%3BEa6GD%2CuBb7GC%3BEayID%2CkBbzIC%3BES2GD%2CkBAaI%2CeTxHH%3BES6HD%2COACI%2CgBACI%2CeT%5C%2FHP%3BEcyfD%2CedzfC%3BEUoTD%2CgBVpTC%3BEUkYD%2CQACI%2CoBVnYH%3BEUkYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeVzYX%3BEUkaD%2CqBACI%2COAAM%2CUVnaT%3BEQ8RD%2C0BACI%2CcR%5C%2FRH%3BEoBoND%2CKAAK%2CMACD%2CeACI%2CQpBtNP%3BEoBoND%2CKAAK%2CMACD%2CeAEI%2CSpBvNP%3BEqB%2BZD%2C0BrB%5C%2FZC%3BEE8GD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBF%5C%2FGtB%3BEsBkgBD%2CYtBlgBC%3BEsB4hBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBtBhiBtB%3BEsB6hBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBtBhiBtB%3BEsB8hBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBtBhiBtB%3BEuB%2BbD%2CYASI%2CQAAO%2CMvBxcV%3BEuBolBG%2COAAC%2CQvBplBJ%3BIACG%2CWAAA%3B%3BEO2hBJ%3BEA69BA%3BEiB%5C%2F8CA%2COAAO%3BEAMP%3BEAWA%3BECuFA%2CyBAWI%3BEXkhBA%2CMAAC%3BEZjkBL%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BEoB0apC%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEbvbpC%3BEK8YA%2CeAEI%3BEYnJJ%2CeACI%3BInByKJ%2CsBAAA%3B%3BEAsBA%3BEoB9dA%3BIpBwcA%2CsBAAA%3B%3BEAgCA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BIPvUlB%2CgBAAA%3B%3BE4BulBA%2C8BrBlRI%2CUACM%2CSqBiRT%2CIAAI%2CSACC%3BEADN%2C8BrBlRI%2CUAEI%2CQAAU%2CSqBgRjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8BrBlRI%2CUACM%2CSqBiRT%2CIAAI%2CSAeC%3BEAfN%2C8BrBlRI%2CUAEI%2CQAAU%2CSqBgRjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BErBpSR%2C8BACI%2CUACM%2CSqB8KR%3BErBhLF%2C8BACI%2CUAEI%2CQAAU%2CSqB6KhB%3BI5BpfF%2CeAAA%3BI4BwfI%2CqBAAA%3B%3BEA6HA%2C8BrBhTA%2CUACM%2CSqB6ST%2COAEI%3BEAAD%2C8BrBhTA%2CUAEI%2CQAAU%2CSqB4SjB%2COAEI%3BEAAD%2C8BrBhTA%2CUACM%2CSqB8ST%2CSACI%3BEAAD%2C8BrBhTA%2CUAEI%2CQAAU%2CSqB6SjB%2CSACI%3BIACG%2CaAAA%3B%3BErB5SI%2C8BALR%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEAAnB%2C8BALR%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEAkEhB%2CwBAlBA%2CUACI%3BEC5ZJ%2CwBD2ZA%2CUACI%3BEC3ZJ%2CuBD0ZA%2CUACI%3BEL7gBJ%2CmBK4gBA%2CUACI%3BESloBJ%2CKAAK%2CKAAK%2COTioBV%2CUACI%3BIP5XJ%2CmBAAA%3BI4B%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BI5BhqBA%2CUAAA%3BI4BmqBA%2CmBAAA%3B%3BEAEA%2CwBrB1SA%2CUACI%2COqBySA%3BEpBrsBJ%2CwBD2ZA%2CUACI%2COqBySA%3BEpBpsBJ%2CuBD0ZA%2CUACI%2COqBySA%3BE1BtzBJ%2CmBK4gBA%2CUACI%2COqBySA%3BEZ36BJ%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COqBySA%3BIACA%2CWAAA%3B%3BErBvSI%2CwBAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2CwBALR%2CUACI%2COAIK%2CeAAe%3BEChaxB%2CwBD2ZA%2CUACI%2COAGK%2CeAAe%3BEC%5C%2FZxB%2CwBD2ZA%2CUACI%2COAIK%2CeAAe%3BEC%5C%2FZxB%2CuBD0ZA%2CUACI%2COAGK%2CeAAe%3BEC9ZxB%2CuBD0ZA%2CUACI%2COAIK%2CeAAe%3BELjhBxB%2CmBK4gBA%2CUACI%2COAGK%2CeAAe%3BELhhBxB%2CmBK4gBA%2CUACI%2COAIK%2CeAAe%3BEStoBxB%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAGK%2CeAAe%3BESroBxB%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAYZ%2CwBAlBA%2CUACI%2COAQI%3BECpaR%2CwBD2ZA%2CUACI%2COAQI%3BECnaR%2CuBD0ZA%2CUACI%2COAQI%3BELrhBR%2CmBK4gBA%2CUACI%2COAQI%3BES1oBR%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEA2BZ%3BIPjaA%2CWAAA%3B%3BEOqhBA%3BEW1iBA%2CKAAK%2COAAO%3BEW%5C%2FNZ%3BErBqOA%3BIDqiBI%2CgBAAA%3B%3BEADJ%2C0BAGI%3BEW7iBJ%2CKAAK%2COAAO%2CSX6iBR%3BEsB5wBJ%2CqBtB4wBI%3BECviBJ%2CyBDuiBI%3BIPpyBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEO0xBA%2C0BAOI%2CQAAU%3BEWjjBd%2CKAAK%2COAAO%2CSXijBR%2CQAAU%3BEsBhxBd%2CqBtBgxBI%2CQAAU%3BEC3iBd%2CyBD2iBI%2CQAAU%3BIACN%2CaAAA%3B%3BEAUR%3BEOxSA%2CoBAMI%3BEAyBJ%2CaAmBI%2COASI%3BEAiIR%3BIP6GI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAmMJ%3BEGxjBA%2CqBAuBI%3BEA4BJ%2CoBAKI%3BEAJJ%2CqBAII%3BEAHJ%2CoBAGI%3BEAFJ%2CqBAEI%3BEADJ%2CgBACI%3BEmB5dJ%2CuBACI%3BEdyVJ%2CwBACI%3BIf3GJ%2CiBAAA%3B%3BEOqwBA%3BEIlgCA%2CcAAc%3BEmBCd%2CcAAc%3BER4gBd%2CcAAc%3BItBhRd%2CiBAAA%3B%3BEOqzBA%3BEe%5C%2FgBA%2CsBACI%2CQAAO%3BItBvSX%2CqBAAA%3BI%2BB9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BET8iBD%2CsBACI%2CQAAO%2CMS%5C%2FiBV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgC%5C%2FQS%2COhC%2BQT%3BIAAA%2CaiCvRe%2CYjCuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI%2BBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BExBsuBA%2CiBAAC%3BEezgBD%2CsBACI%2CQAAO%2CMfwgBV%3BIACG%2C0BAAA%3B%3BEAwQJ%3BE2B5yCA%3BEC4FA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BI5B%2BrCnC%2CaAAA%3B%3BEAsCA%3BELvtCA%3BEoBscA%3BIfkxBI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%2BCJ%2CyBACI%2CWACI%2CoBACI%3BELvwCZ%2C4BKqwCI%2CWACI%2CoBACI%3BELtwCZ%2CyBKowCI%2CWACI%2CoBACI%3BEep1BZ%2CQfk1BI%2CWACI%2CoBACI%3BEen1BZ%2CuBfi1BI%2CWACI%2CoBACI%3BEel1BZ%2CiBfg1BI%2CWACI%2CoBACI%3BIAEI%2CoBAAA%3B%3BEAmChB%3BI6B3tCA%2CYAAA%3B%3BE7B2tCA%2C2B6BztCE%2CQAGI%2CKACI%3BE7BqtCV%2C2B6BxtCE%2CQAEI%2CKACI%3BE7BqtCV%2C2B6BvtCE%2CQACI%2CKACI%3BE7BqtCV%2C2B6BztCE%2CQAGI%2CKAEI%3BE7BotCV%2C2B6BxtCE%2CQAEI%2CKAEI%3BE7BotCV%2C2B6BvtCE%2CQACI%2CKAEI%3BIACE%2CYAAA%3B%3BE7BmtCZ%2C2B6B9sCE%2CQACI%2CKACI%3BE7B4sCV%2C2B6B9sCE%2CQACI%2CKAEI%3BIpCoCV%2C6BAAA%3B%3BEOorCA%3BEGhiCA%2CQA2BI%3BEFnIJ%3BEaiOA%3BIdw6BI%2CkBAAA%3B%3BEADJ%2CkBAGI%3BEAHJ%2CkBAII%3BEGpiCJ%2CQA2BI%2CSHwgCA%3BEGniCJ%2CQA2BI%2CSHygCA%3BEC5oCJ%2C6BD2oCI%3BEC3oCJ%2C6BD4oCI%3BEc36BJ%2CyBd06BI%3BEc16BJ%2CyBd26BI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEANR%2CkBAQI%3BEGxiCJ%2CQA2BI%2CSH6gCA%3BEChpCJ%2C6BDgpCI%3BEc%5C%2F6BJ%2CyBd%2B6BI%3BIACI%2CqBAAA%3BIACA%2CYAAA%3B%3BEAVR%2CkBAaI%3BEG7iCJ%2CQA2BI%2CSHkhCA%3BECrpCJ%2C6BDqpCI%3BEcp7BJ%2CyBdo7BI%3BIPjsCJ%2CiBAAA%3BIOmsCQ%2CUAAA%3B%3BEAfR%2CkBAkBI%3BEGljCJ%2CQA2BI%2CSHuhCA%3BEC1pCJ%2C6BD0pCI%3BEcz7BJ%2CyBdy7BI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAkER%3BEE94CA%3BEK8YA%2CeAEI%3BEYnJJ%2CeACI%3BI1B3HJ%2CUAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIO4mCL%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAgVJ%2C2BACI%2COAGM%3BEKltDV%2CiCL%2BsDI%2COAGM%3BEMpuDV%2CuBNiuDI%2COAGM%3BEOnsCV%2CcPgsCI%2COAGM%3BIACE%2CSAAA%3BIACA%2CiBAAA%3B%3BEANZ%2C2BACI%2COAGM%2CSAIE%3BEKttDZ%2CiCL%2BsDI%2COAGM%2CSAIE%3BEMxuDZ%2CuBNiuDI%2COAGM%2CSAIE%3BEOvsCZ%2CcPgsCI%2COAGM%2CSAIE%3BIPvmDZ%2CiBAAA%3B%3BEO%2BlDA%2C2BACI%2COAYI%3BEK3tDR%2CiCL%2BsDI%2COAYI%3BEM7uDR%2CuBNiuDI%2COAYI%3BEO5sCR%2CcPgsCI%2COAYI%3BIP5mDR%2CiBAAA%3B%3BEO%2BlDA%2C2BAkBI%2CiBACI%3BEKjuDR%2CiCLguDI%2CiBACI%3BEMnvDR%2CuBNkvDI%2CiBACI%3BEOltCR%2CcPitCI%2CiBACI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BE%2BB%5C%2F2DZ%3BItC0PA%2CeAAA%3BIAAA%2CmBAAA%3B%3BEwB%5C%2FNA%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BEACA%3BIACI%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEarDA%2CCAAC%2CmBAAwB%2CQbkDtB%3BIxBoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqCrZL%2CCAAC%2CoBAAyB%2CQb%2BCvB%3BIxBoMP%2CmBAAA%3BIqC9KA%2CqBAAA%3BIrC8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqClZL%2CCAAC%2CyBAA%2BB%2CQb4C7B%3BIxBoMP%2CmBAAA%3BIqClLA%2CYAAA%3BIrCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqC%5C%2FYL%2CCAAC%2C0BAAgC%2CQbyC9B%3BIxBoMP%2CmBAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwBhWT%3BIAEI%2CiBAAA%3B%3BEa3CA%2CCAAC%2CoBAAyB%3BIrCuO9B%2CmBAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqCtYL%2CCAAC%2CyBAA%2BB%3BIrCoOpC%2CmBAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqCnYL%2CCAAC%2C0BAAgC%3BIrCiOrC%2CmBAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwB1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEa3CA%2CCAAC%2CoBAAyB%3BIrC2N9B%2CmBAAA%3BIqClLA%2CYAAA%3BIrCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqC1XL%2CCAAC%2CyBAA%2BB%3BIrCwNpC%2CmBAAA%3BIqClLA%2CYAAA%3BIrCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqCvXL%2CCAAC%2C0BAAgC%3BIrCqNrC%2CmBAAA%3BIqClLA%2CYAAA%3BIrCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwB9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEe6IJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIvCiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BIuCtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BECXR%3BIxCSA%2CmBAAA%3BIAAA%2CgBAAA%3BIwCJI%2CeAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEA%2CWAAC%3BIACG%2CaAAA%3B%3BEAfR%2CWAkBI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAtBR%2CWAyBI%2CGAAE%3BIxChBN%2CgBAAA%3B%3BEwCTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BIxCxBJ%2CkBAAA%3BIwC0BQ%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWALJ%2CQAKK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CWAXR%2CQAUK%2CMACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CQAAQ%2CgBAAR%3BIACA%2CUAAA%3B%3BEApDhB%2CWAiCI%2CQAuBM%3BIxC%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIwCsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BIxC1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BEwCkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BIxCpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIwC2EgB%2CqBAAA%3B%3BEAIR%2CWAvDJ%2CQAuDK%2COAAO%2CMAAS%3BIACb%2C4BAAA%3B%3BEAGJ%2CWA3DJ%2CQA2DK%2COACK%3BIACE%2CmBAAA%3B%3BEAFR%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%3BIACE%2CkBAAA%3BIACA%2CQAAA%3BIxCzFpB%2CqBAAA%3BI%2BBhOA%2CqBAAA%3B%3BESmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBTnGhB%3BI%5C%2FBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE%2BB2CA%2CWSkPI%2CQA2DK%2COACK%2CaAGI%2CgBTjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyC9NQ%2COzC8NR%3BIAAA%2CaiCvRe%2CYjCuRf%3BIAAA%2CsBAAA%3BI%2BBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BESlFA%2CWAiCI%2CQA8EI%3BIxCtGR%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIwC8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIxClHZ%2CgBAAA%3B%3BEwCTA%2CWAiCI%2CQA8EI%2CSAyIF%3BIxC%5C%2FON%2CgBAAA%3B%3BEwCkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BIxC1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIwC%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BIxCpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIAAA%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIwCuQY%2CUAAA%3B%3BEA3IA%2CWApGR%2CQA8EI%2CSAsBK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEA7IhB%2CWAiCI%2CQA8EI%2CSAiCI%3BIACI%2CcAAA%3BIACA%2CoBAAA%3BIxCzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BEwCgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BIxCjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEwCTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BIxCzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BEwCTA%2CWAiCI%2CQA8EI%2CSA4DI%3BIACI%2CSAAA%3BIACA%2CqBAAA%3B%3BEA7KhB%2CWAiCI%2CQA8EI%2CSAiEI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAlLhB%2CWAiCI%2CQA8EI%2CSAsEI%3BIACI%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%3BIACE%2CkBAAA%3BIACA%2CUAAA%3BIxCpL5B%2CqBAAA%3BI%2BBhOA%2CqBAAA%3B%3BESgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBT9LxB%3BI%5C%2FBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE%2BB2CA%2CWSkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBT5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyCxPQ%2COzCwPR%3BIAAA%2CaiCvRe%2CYjCuRf%3BIAAA%2CsBAAA%3BI%2BBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BES0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BIxCpMZ%2CqBAAA%3BI%2BBhOA%2CqBAAA%3B%3BEAMA%2CWSkPI%2CQA2KK%2CKT7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyCzPgB%2COzCyPhB%3BIAAA%2CaiCvRe%2CYjCuRf%3BIAAA%2CsBAAA%3BI%2BBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BESkIY%2CWAnLR%2CQA2KK%2CKAQI%3BIACG%2CaAAA%3B%3BEAGJ%2CWAvLR%2CQA2KK%2CKAYI%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CWA9LR%2CQA2KK%2CKAmBI%2CMAAS%3BIACN%2C4BAAA%3B%3BEApBR%2CWA3KJ%2CQA2KK%2CKAuBG%3BIACI%2CcAAA%3B%3BEDnNhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3B%3BEGpGR%3BI1CyFA%2CgCAAA%3B%3BE2C1OA%2CQAAQ%2CKAAK%3BICrDb%2CkBAAA%3BIACA%2CUAAA%3BIDsDI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BE3CdJ%2CQ2CUQ%2CKAAK%2CM3CVZ%3BEACD%2CQ2CSQ%2CKAAK%2CM3CTZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ2CIQ%2CKAAK%2CM3CJZ%3BIACG%2CWAAA%3B%3BE2CGJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDgDJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%2CMAID%3BI5CwRN%2CYAAA%3BI4CtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED0CR%2CQAAQ%2CKAAK%2CMCtCX%2CQAAK%3BI5CgRP%2CgBAAA%3BI4C7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE5CsBJ%2CQ2CUQ%2CKAAK%2CMCtCX%2CQAAK%2CQ5C4BN%3BEACD%2CQ2CSQ%2CKAAK%2CMCtCX%2CQAAK%2CQ5C6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ2CIQ%2CKAAK%2CMCtCX%2CQAAK%2CQ5CkCN%3BIACG%2CWAAA%3B%3BE4C3BA%2CQD8BI%2CKAAK%2CMCtCX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BED6BR%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%3BI5CsNP%2CkBAAA%3B%3BE2C1OA%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%3BI5CoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CsBAAA%3BI4C%5C%2FLQ%2CmBAAA%3BI5C%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BE6CjJA%2CQFzFQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCmEL%3BI7CiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6C5IA%2CQF9FQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCwEL%3BI7C4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6CvIA%2CQFnGQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUC6EL%3BI7CuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE4C1LI%2CQDhDI%2CKAAK%2CMCoBX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjDI%2CKAAK%2CMCoBX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI5CyL9B%2CmBAAA%3B%3BE4CrLI%2CQDrDI%2CKAAK%2CMCoBX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDtDI%2CKAAK%2CMCoBX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDvDI%2CKAAK%2CMCoBX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDxDI%2CKAAK%2CMCoBX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BI5CkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE4C5KI%2CQD9DI%2CKAAK%2CMCoBX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD%5C%2FDI%2CKAAK%2CMCoBX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQDhEI%2CKAAK%2CMCoBX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BI5C0KtB%2CmBAAA%3B%3BE2C1OA%2CQAAQ%2CKAAK%2CMCqEX%2CQAAK%3BI5CqKP%2CmBAAA%3BI4CnKI%2CgBAAA%3BIACA%2C4BAAA%3BI5CkKJ%2CsBAAA%3B%3BE2CnOQ%2CQAPA%2CKAAK%2CMAMT%2CMAAK%2CMAAO%2CEACP%3BIACG%2CaAAA%3B%3BEG5BZ%3BI9C8PA%2CgBAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BE8CjBJ%2CgBCmEA%3BIACI%2CWAAA%3B%3BEDpEJ%2CgBClBA%3BEDkBA%2CgBCjBA%3BIACI%2CqBAAA%3B%3BEDgBJ%2CgBClBA%2CSAQI%2CEAAC%3BEDUL%2CgBCjBA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEDSR%2CgBCJA%2CSACI%3BI%5C%2FCiQJ%2CkBAAA%3B%3BE8C9PA%2CgBCMA%2CWAKI%2CEAAC%3BI%5C%2FCmPL%2CeAAA%3B%3BE8C9PA%2CgBAGM%3BEAHN%2CgBAIM%3BIACE%2CgBAAA%3B%3BEALR%2CgBAGM%2CWAIE%3BEAPR%2CgBAIM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEE8BZ%2CcACI%2CUACI%2CiBACI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAIA%2CcARZ%2CUACI%2CiBAMI%2CQACK%3BIACG%2CeAAA%3B%3BEC2FhB%2CYAAC%2CYACG%3BIjDiHR%2C6BAAA%3BIiD%5C%2FGY%2CiBAAA%3B%3B%3B%3B%3BECaZ%2CeAEI%2CeACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CeAPZ%2CeACI%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEC5IpB%3BIACI%2CwBAAA%3B%3BEvCmEJ%2CwBACI%3BIACI%2C6BAAA%3B%3BEAFR%2CwBAKI%2CeAGI%3BEARR%2CwBAKI%2CeAII%3BEATR%2CwBAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CwBAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CwBAFR%2CqCACI%2CKACK%3BEACD%2CwBAHR%2CqCACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CwBAPR%2CqCACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CwBAyCI%2CKAAI%3BEAzCR%2CwBA0CI%3BEA1CJ%2CwBA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C0BAAA%3B%3BEAHJ%2CiCAKI%3BIZ0GJ%2CmBAAA%3B%3BEYtGY%2CiCAJR%2COAGI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAZhB%2CiCAKI%2COAWI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEvBuYZ%2CqBACI%3BIACI%2CyBAAA%3B%3BE%2BDsUR%2CYAAY%2CQACR%3BIACI%2CyBAAA%3B%3BECzyBR%2CoBAAqB%3BEACrB%2CoBAAqB%3BIAEb%2CkBAAA%3B%3BEAHR%2CoBAAqB%2CyBAMjB%2CaAAa%3BEALjB%2CoBAAqB%2CQAKjB%2CaAAa%3BIACT%2CkBAAA%3B%3BECzCJ%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BItDgMR%2CiBAAA%3B%3BEsDzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BItDqLR%2CeAAA%3B%3BEsDzMA%2CqBAcI%2CQAUI%3BItDiLR%2CiBAAA%3BIsD%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BItD0KR%2CeAAA%3B%3BEsDzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BItDmKb%2CeAAA%3BIsDjKgB%2CWAAA%3B%3BEC7GhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BE1C2FJ%2CcACI%3BIACI%2C6BAAA%3B%3BEAFR%2CcAKI%2CeAGI%3BEARR%2CcAKI%2CeAII%3BEATR%2CcAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CcAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CcAFR%2C2BACI%2CKACK%3BEACD%2CcAHR%2C2BACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CcAPR%2C2BACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CcAyCI%2CKAAI%3BEAzCR%2CcA0CI%3BEA1CJ%2CcA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C0BAAA%3B%3BEAHJ%2CuBAKI%3BIb4HJ%2CmBAAA%3B%3BEaxHY%2CuBAJR%2COAGK%2CSACI%3BIbwHb%2CoBAAA%3B%3BEalHY%2CuBAVR%2COASI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAlBhB%2CuBAKI%2COAiBI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEJzCZ%2CkBAGI%2CWACI%3BIACI%2CSAAA%3B%3BEALZ%2CkBASI%2CSAAQ%3BIACJ%2CYAAA%3B%3BEgBuBR%2CeACI%2CQAAO%2CQAAQ%3BIACX%2CWAAA%3B%3BEAIR%2CyBACI%2CQAAO%3BIACH%2CeAAA%3B%3BEAFR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAjBR%2CyBAWI%2CsBAQI%2CWACI%3BEApBZ%2CyBAWI%2CsBAQI%2CWAEI%2CeAAiB%3BIzBuE7B%2CcAAA%3BIyBrEgB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAzBhB%2CyBAWI%2CsBAkBI%2CiBACI%3BIzB8DZ%2CcAAA%3B%3BEyB5FA%2CyBAWI%2CsBAkBI%2CiBACI%2CMAGI%3BIzB2DhB%2CiBAAA%3BIyBzDoB%2CgBAAA%3B%3BEAnCpB%2CyBAWI%2CsBA6BI%2CqBAAuB%2CuBACnB%3BIzBmDZ%2CiBAAA%3BIyBjDgB%2CiBAAA%3B%3BEA3ChB%2CyBAWI%2CsBAoCI%2CYACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CWAAA%3B%3BEAlDhB%2CyBAWI%2CsBA2CI%3BIACI%2CgBAAA%3B%3BEAMJ%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BE%2BBsKZ%2CcACI%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcALR%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CcAAc%2CoBACV%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcAAc%2CqBACV%2CeACI%3BIACI%2CUAAA%3B%3BEvCtTZ%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BEAQR%3BIjBiHA%2CyBAAA%3BIAAA%2C8EAAA%3BIAAA%2CcAAA%3BIiB7GI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIjBuGJ%2CqBAAA%3BI%2BB9QA%2CqBAAA%3B%3BEdyKI%2CYAAe%3BIACX%2C0BAAA%3B%3BEAGJ%2CWAAC%3BIjBiGL%2CcAAA%3BIiB%5C%2FFQ%2CmBAAA%3B%3BEAGJ%2CWAAC%3BIACG%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CWAAC%3BIjBuFL%2C%2BFAAA%3BIiBrFQ%2CmBAAA%3BIACA%2CcAAA%3B%3BEA7BR%2CWcqGE%3BI%5C%2FBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE%2BBHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FB9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyCnPQ%2COzCmPR%3BIAAA%2CaiCvRe%2CYjCuRf%3BIAAA%2CsBAAA%3BI%2BBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BI%5C%2FB2PL%2CcAAA%3B%3BEiBvEI%2CcAAe%3BIACX%2CgBAAA%3B%3BEAKJ%2CUAAC%3BIACG%2CSwBrLA%2COxBqLA%3B%3BEAKJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BEwC0YR%2CkBACI%2CoBACI%3BIzDnVR%2CmBAAA%3B%3BEyDiVA%2CkBAOI%3BIACI%2CiBAAA%3B%3BEAIR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEAGJ%2CuBAEI%2CWACI%3BEAFR%2CmBACI%2CWACI%3BIACI%2CeAAA%3B%3BEAJZ%2CuBAEI%2CWACI%2CiBAGI%3BEALZ%2CmBACI%2CWACI%2CiBAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEARhB%2CuBAEI%2CWAUI%2CqBAAuB%2CuBACnB%3BEAZZ%2CmBACI%2CWAUI%2CqBAAuB%2CuBACnB%3BIzDtXZ%2CiBAAA%3BIyDwXgB%2CiBAAA%3B%3BEAUhB%3BIACI%2CYAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBACI%3BIACI%2CUAAA%3B%3BEAFR%2CoBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2C0BAGI%3BEAFJ%2C2BAEI%3BEADJ%2CqBACI%3BIACI%2CUAAA%3B%3BEAJR%2C0BAOI%2CSAAQ%3BEANZ%2C2BAMI%2CSAAQ%3BEALZ%2CqBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2CiBACI%2CyBACI%2COACI%3BIACI%2CUAAA%3B%3BEAMhB%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CSAAA%3B%3BEAbZ%2CQACI%2CeAeI%3BIACI%2CWAAA%3B%3BEASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BIACH%2CmBAAA%3B%3BEA6QR%2CQAAQ%3BIACJ%2CYAAA%3BIzDrtBJ%2CSAAA%3BIAAA%2CUAAA%3BI6C1KA%2CqBAAA%3B%3BEY83BA%2CQAAQ%2CQAIJ%2CQAAO%3BIACH%2CiBAAA%3BIzDztBR%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6CjJA%2CQYq2BQ%2CQAIJ%2CQAAO%2CQZz2BV%3BI7CiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6C5IA%2CQYg2BQ%2CQAIJ%2CQAAO%2CQZp2BV%3BI7C4ID%2CWAAA%3BIAAA%2C0BAAA%3B%3BE6CvIA%2CQY21BQ%2CQAIJ%2CQAAO%2CQZ%5C%2F1BV%3BI7CuID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEyDotBA%2CQAAQ%2CQASJ%2CSAAQ%3BIzD7tBZ%2CcAAA%3B%3BEyDguBQ%2CQAZA%2CQASJ%2CSAAQ%2CIAGH%3BIACG%2CSAAS%2CGAAT%3B%3BEAGJ%2CQAhBA%2CQASJ%2CSAAQ%2CIAOH%3BIACG%2CSAAS%2CGAAT%3B%3BEvC9yBZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEALJ%2CaAWI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAdR%2CaAiBI%3BIAEI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BElB4IR%2CakBhJI%2CMlBgJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2CakBrJI%2CMlBqJH%3BIA7FD%2CcAAA%3B%3BEAkGA%2CakB1JI%2CMlB0JH%3BIAlGD%2CcAAA%3B%3BEAuGA%2CakB%5C%2FJI%2CMlB%2BJH%3BIAvGD%2CcAAA%3B%3BEkBzEA%2CaAwBI%2CQAAO%3BIlBiDX%2CqBAAA%3BI0DzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BI1DgDA%2CgBAAA%3BIkBtCQ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAtCR%2CaAwBI%2CQAAO%2COaqCT%3BI%5C%2FBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE%2BBHA%2CabuNI%2CQAAO%2COavNV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyC3OU%2COzC2OV%3BIAAA%2CaiCvRe%2CYjCuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BI%2BBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2Cab0MA%2CQAAO%2COa3MV%2CMACI%3BI%5C%2FB2PL%2CWAAA%3B%3BE%2BBrPI%2CaboMA%2CQAAO%2COarMV%2COACI%3BI%5C%2FBqPL%2CcAAA%3B%3BE0D7CA%2CaxCJI%2CQAAO%2COwCIV%3BEACD%2CaxCLI%2CQAAO%2COwCKV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CaxCVI%2CQAAO%2COwCUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CaxCfI%2CQAAO%2COwCeV%3BEACD%2CaxChBI%2CQAAO%2COwCgBV%3BEACD%2CQAAQ%2CUAAW%2CcxCjBf%2CQAAO%3BIwCkBP%2CoBAAA%3BI1D%2BBJ%2CYAAA%3B%3BEkBhCY%2CaAjBR%2CQAAO%2COAgBF%2CMACI%3BIlBgCb%2CWAAA%3B%3BEkBzBA%3BIACI%2CaAAA%3B%3BEJuRJ%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEASR%2CeAEI%2CWAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEALZ%2CeASI%3BIACI%2CWAAA%3B%3BEAEA%2CeAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAMZ%3BId9RA%2CUAAA%3BIqClLA%2CYAAA%3BIrCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIc8HL%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAHJ%2CaAKM%3BIACE%2CcAAA%3B%3BEANR%2CaASI%2CUACI%3BIACI%2CcAAA%3B%3BEAXZ%2CaASI%2CUACI%2CiBAGM%3BIACE%2CWAAA%3B%3BEAdhB%2CaAmBI%2COACM%3BIACE%2CeAAA%3B%3BEAEA%2CaAJR%2COACM%2CSAGG%3BIACG%2CUAAA%3B%3BEAxBhB%2CaAmBI%2COAaI%2CUACI%3BId%5C%2FTZ%2CgBAAA%3BIciUgB%2CgBAAA%3B%3BEcsRhB%2CadtSI%2COAaI%2CUACI%2COcwRX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CadtSI%2COAaI%2CUACI%2COcwRX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEd1UR%2CaAmBI%2COAaI%2CUACI%2COcqLV%3BI5BpfF%2CeAAA%3BI4BwfI%2CqBAAA%3B%3BEA6HA%2CadpUA%2COAaI%2CUACI%2COcoTX%2COAEI%3BEAAD%2CadpUA%2COAaI%2CUACI%2COcqTX%2CSACI%3BIACG%2CaAAA%3B%3BEdxVR%2CaAwCI%3BIACI%2CUAAA%3B%3BEAMJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAHR%2CKAAC%2CcAMG%2CMAAM%3BIACF%2CiBAAA%3B%3BEAPR%2CKAAC%2CcAUG%2CMACI%2CKAAI%3BIACA%2CwBAAA%3B%3BEAZZ%2CKAAC%2CcAgBG%2CcAAc%3BIACV%2CUAAA%3B%3BEAIA%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA9BP%2CcAoBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAOhB%3BIACI%2CeAAA%3B%3BEADJ%2CsBAGI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEALR%2CsBAQI%3BIACI%2CYAAA%3B%3BEAGI%2CsBAJR%2COAGI%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BEAMZ%3BIdhaA%2CUAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIciQL%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAIQ%2CcAFR%2COACI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CcATJ%2COASK%3BIACG%2CWAAA%3B%3BEAjBZ%2CcAOI%2COAaI%3BIACI%2CWAAA%3B%3BEAYR%2CMAAC%3BIdjcL%2CUAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIckSD%2CiBAAA%3B%3BEAHJ%2CMAAC%2CUAKG%2CeAAe%3BIACX%2CUAAA%3B%3BE6CnTZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3B%3BE5BpVR%2CS4BuVU%2CQAAO%2CO5BvVhB%3BEAAD%2CiB4BwVkB%2CQAAO%2CK5BxVxB%3BI%5C%2FB4LD%2CeAAA%3BIAAA%2CoBAAA%3B%3BE2BpKA%3BI3BoKA%2CmBAAA%3BIqCtLA%2CWAAA%3BIrCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI2BnUL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEiC7ER%2CqBACI%2CaACI%3BI5DqOR%2CgBAAA%3B%3BE4DvOA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BECqNhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEACA%2CyBARZ%2CiBAKI%2CQACK%2CQAEI%3BIACG%2CeAAA%3B%3BEAOpB%2CYACI%3BEADJ%2CYAEI%3BI7DVJ%2CgBAAA%3B%3BE6DQA%2CYAMI%3BI7DdJ%2C6BAAA%3BI6DgBQ%2CoBAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEC7SJ%3BI9DwRA%2CmBAAA%3BIAAA%2CmBAAA%3BIqClLA%2CYAAA%3BIrCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BECrPT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BE8D3FZ%3BI%5C%2FD2KA%2CsBAAA%3BIAAA%2CyBAAA%3BI%2BDxKI%2CmBAAmB%2CWAAnB%3BIACA%2C6BAAA%3BIACA%2C4EAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2CqBAAA%3BIACA%2C4DAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CwBAAC%3BI%5C%2FD4JL%2CYAAA%3BI%2BD1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BI%5C%2FDkJA%2CmBAAA%3BI%2BDhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BI%5C%2FD4IJ%2CiBAAA%3BI%2BD1IQ%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CqBAOI%2CiBACM%3BIACE%2CeAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAXZ%2CqBAOI%2CiBACM%2CWAIE%3BIACI%2CeAAA%3B%3BEAbhB%2CqBAOI%2CiBAUM%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEAHR%2CqBAMI%3BI%5C%2FDkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BI%2BDrQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BI%5C%2FDyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BE%2BDjPR%2CqBAqBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBANJ%2COAAM%2COAME%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CqBAZR%2COAAM%2COAME%2CSAMC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEAnChB%2CqBAwCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BECbR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BECzBZ%2CwBACI%3BIjEsFJ%2CkBAAA%3B%3BEiEvFA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BEvD0JR%2CgBAFJ%2COAEK%2CMACG%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAJZ%2CgBAFJ%2COAEK%2CMACG%2CiBAMM%3BIACE%2CWAAA%3B%3BEAbpB%2CgBAmBI%2CUACM%2CSACI%3BIACE%2CUAAA%3B%3BEAMhB%2CoBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBACI%2CmBACI%2CQAII%3BIACI%2CmBAAA%3B%3BEAPhB%2CoBACI%2CmBACI%2CQAII%2COAGM%3BIACE%2CkBAAA%3B%3BEAVpB%2CoBACI%2CmBAcI%3BEAfR%2CoBACI%2CmBAeI%3BIACI%2CWAAA%3B%3BEAKZ%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BEACZ%2CKAAK%2COAAO%3BEACZ%2CKAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAPR%2CQAAQ%2C0BAUJ%2CcACI%3BIACI%2CgBAAA%3B%3BEAKZ%2CQAiBI%2CMAAK%3BIACD%2CgBAAA%3B%3BEAGI%2CQAJR%2CMAAK%2CMAGD%2CKACK%3BIACG%2CmBAAA%3B%3BEAUhB%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CeAAA%3B%3BEAsBhB%2CkBACI%2CUAGI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAeZ%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BEChgBR%2CYAKI%3BIACI%2CWAAA%3B%3BEAIR%2CsBACI%3BIACI%2CUAAA%3B%3BEuDyIR%2C0BACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAHR%2C0BAMI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEC1CQ%2CsBAHZ%2CmBACI%2CWACI%2CiBACK%3BIACG%2CeAAA%3B%3BEADJ%2CsBAHZ%2CmBACI%2CWACI%2CiBACK%2CYAGG%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEATxB%2CsBACI%2CmBAcI%3BIACI%2CiBAAA%3B%3BEAhBZ%2CsBACI%2CmBAkBI%3BIACI%2CWAAA%3B%3BEApBZ%2CsBAwBI%3BIACI%2CiBAAA%3B%3BEAzBR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%3BInEmIlB%2CgBAAA%3BIAAA%2CmBAAA%3BI4B%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BI5BhqBA%2CUAAA%3BI4BmqBA%2CmBAAA%3B%3BEuCj0BA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COvCunBhB%3BI5BpfF%2CeAAA%3BI4BwfI%2CqBAAA%3B%3BEAtOJ%2CsBuCxZI%2CkBAGI%2COAAM%2CIAAI%2COvCqZjB%3BIACG%2CgBAAA%3B%3BEAkZJ%2CsBuC3yBI%2CkBAGI%2COAAM%2CIAAI%2COvCwyBd%3BIACA%2CWAAA%3B%3BEuCp0BJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COvC%2BZhB%3BI5B5RF%2CgBAAA%3B%3BE4BqSI%2CsBuC3aA%2CkBAGI%2COAAM%2CIAAI%2COvC%2BZhB%2CSASM%3BIACA%2CaAAA%3B%3BEuCpcR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COvC6alB%2CQACI%3BIACI%2CmBAAA%3B%3BE5BhiBR%2CsBmE8GI%2CkBAGI%2COAAM%2CIAAI%2COvCmblB%2CQAAO%2CM5BpiBN%3BEACD%2CsBmE6GI%2CkBAGI%2COAAM%2CIAAI%2COvCmblB%2CQAAO%2CM5BniBN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CsBmEwGI%2CkBAGI%2COAAM%2CIAAI%2COvCmblB%2CQAAO%2CM5B9hBN%3BIACG%2CWAAA%3B%3BEmE%2BEJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COvCmblB%2CQAAO%2CMAEH%3BIACI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBuC7bA%2CkBAGI%2COAAM%2CIAAI%2COvCmblB%2CQAAO%2CMAOF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBuCjcA%2CkBAGI%2COAAM%2CIAAI%2COvCmblB%2CQAAO%2CMAWF%2CQAAS%3BIACN%2CYAAA%3B%3BEAGJ%2CsBuCrcA%2CkBAGI%2COAAM%2CIAAI%2COvCmblB%2CQAAO%2CMAeF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBuCzcA%2CkBAGI%2COAAM%2CIAAI%2COvCmblB%2CQAAO%2CMAmBF%2CQAAS%3BIACN%2CqBAAA%3B%3BEuCleR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COvC2clB%3BI5BpNA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIA2BA%2CyBAAA%3BIACQ%2CiBAAA%3BI4ByLJ%2CUAAA%3BIACA%2CWAAA%3B%3BEuC1eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COvC2clB%2COAMI%3BEuC5eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COvC2clB%2COAOI%3BEuC7eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COvC2clB%2COAQI%3BI5BhLJ%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIAxBT%2CwBAAA%3BIACQ%2CgBAAA%3BI4BwMA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEuCnfR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COvC2clB%2COAgBI%3BEuCtfJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COvC2clB%2COAiBI%3BI5BzVJ%2CgBAAA%3BIAAA%2C4BAAA%3BIAAA%2CyBAAA%3BIAAA%2CkBAAA%3BIAAA%2CwEAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3BIAAA%2CwBAAA%3BIAAA%2CWAAA%3BI4BjPA%2CsBAAA%3BI5BiZA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI4B0LD%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAzPR%2CsBuC5OI%2CkBAGI%2COAAM%2CIAAI%2COvC2clB%2COAgBI%2CWAlPH%3BEAAD%2CsBuC5OI%2CkBAGI%2COAAM%2CIAAI%2COvC2clB%2COAiBI%2CUAnPH%3BI5BtGD%2CYAAA%3B%3BE4BqHA%2CsBuC3PI%2CkBAGI%2COAAM%2CIAAI%2COvC2clB%2COAgBI%2CWAnOH%3BEAAD%2CsBuC3PI%2CkBAGI%2COAAM%2CIAAI%2COvC2clB%2COAiBI%2CUApOH%3BI5BrHD%2CcAAA%3B%3BE4B0HA%2CsBuChQI%2CkBAGI%2COAAM%2CIAAI%2COvC2clB%2COAgBI%2CWA9NH%3BEAAD%2CsBuChQI%2CkBAGI%2COAAM%2CIAAI%2COvC2clB%2COAiBI%2CUA%5C%2FNH%3BI5B1HD%2CcAAA%3B%3BE4B%2BHA%2CsBuCrQI%2CkBAGI%2COAAM%2CIAAI%2COvC2clB%2COAgBI%2CWAzNH%3BEAAD%2CsBuCrQI%2CkBAGI%2COAAM%2CIAAI%2COvC2clB%2COAiBI%2CUA1NH%3BI5B%5C%2FHD%2CcAAA%3B%3BEmE9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COvC2clB%2COA0BI%3BIACI%2CWAAA%3BI5BnMR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmEhUT%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COvC2elB%3BI5BxWA%2CgBAAA%3B%3BE4BugBI%2CsBuC7oBA%2CkBAGI%2COAAM%2CIAAI%2COvCwoBjB%2CSAAY%2CSAER%3BEAAD%2CsBuC7oBA%2CkBAGI%2COAAM%2CIAAI%2COvCyoBjB%2CUAAa%2CSACT%3BIACG%2CSAAS%2CGAAT%3BI5BxgBR%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3B%3BEmE9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COvC%2BqBlB%3BI5B5iBA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CUAAA%3BIAAA%2CqBAAA%3BI%2BB9QA%2CqBAAA%3B%3BEAMA%2CsBoCkII%2CkBAGI%2COAAM%2CIAAI%2COvC%2BqBlB%2CMGpzBC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CaiCvRe%2CYjCuRf%3BIAAA%2CsBAAA%3BI%2BBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEoCtMY%2CsBATR%2CkBAGI%2COAAM%2CIAAI%2COAML%2CUAAU%3BIACP%2CmBAAA%3B%3BEAGJ%2CsBAbR%2CkBAGI%2COAAM%2CIAAI%2COAUL%2CUAAU%3BIACP%2CgBAAA%3B%3BEAtChB%2CsBAwBI%2CkBAkBI%2CyBACI%2COAAM%2CIAAI%2COAAU%3BIAChB%2CWAAA%3B%3BEzC4JhB%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAII%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAII%2CiBAKI%3BIACI%2CYAAA%3B%3BEAVZ%2CaAII%2CiBAKI%2CWAGI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAfhB%2CaAII%2CiBAKI%2CWASI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CaAtBR%2CiBAqBK%2CUAAU%2CGACN%3BI1BpEb%2C8BAAA%3BI0BsEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BI1BnFA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BE0BwFA%2CgBACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAIR%2CUACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEASJ%2CKAAC%2CcACG%2CcACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEANhB%2CKAWI%3BIACI%2CWAAA%3B%3BEAIR%2CeACI%3BIAEI%2CmBAAA%3B%3BEAHR%2CeACI%2CgBAII%3BEALR%2CeACI%2CgBAKI%3BIACI%2CoBAAA%3B%3BElBjKZ%2CwBAII%2CUAAU%3BEAHd%2CuBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAIR%2CuBACI%2CUAAS%2CiBACL%3BIACI%2CgBAAA%3B%3BEASZ%2CmBACI%2CKAAI%3BIACA%2CmBAAA%3B%3BEAFR%2CmBAKI%2CKAAI%3BIACA%2CUAAA%3B%3BEANR%2CmBASI%2CKAAI%3BIACA%2CUAAA%3B%3BEAIR%2CyBACI%2CKAAI%3BIACA%2CUAAA%3B%3BEAGJ%2CQAAS%2CMAAK%2CMAAM%2CyB4BtItB%2CQAGI%2CKACI%3BE5BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB4BrItB%2CQAEI%2CKACI%3BE5BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB4BpItB%2CQACI%2CKACI%3BE5BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB4BtItB%2CQAGI%2CKAEI%3BE5BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB4BrItB%2CQAEI%2CKAEI%3BE5BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB4BpItB%2CQACI%2CKAEI%3BIpCyHV%2C0BAAA%3B%3BEQQI%2CQAAS%2CMAAK%2CMAAM%2CyB4B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BE5BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB4B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BE5BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB4BzHtB%2CQAAK%2CYACD%2CKAAE%2CYACE%3BE5BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB4B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BE5BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB4B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BE5BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB4BzHtB%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BIACE%2CaAAA%3B%3BE5BqHR%2CQAAS%2CMAAK%2CMAAM%2CyB4BhHtB%2CQAAQ%3BIpCwGV%2C0BAAA%3B%3BEQQI%2CQAAS%2CMAAK%2CMAAM%2CyBAKhB%3BIACI%2CgBAAA%3B%3BEANR%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BEAVV%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BIACE%2CgBAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CmBAAA%3B%3BEAGI%2CyBAJR%2CUAGI%2COACK%3BEACD%2CyBALR%2CUAGI%2COAEK%3BIRhCb%2CmBAAA%3BI4B%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BI5BhqBA%2CUAAA%3BI4BmqBA%2CmBAAA%3BIpBjoBgB%2CmBAAA%3B%3BEoBmoBhB%2CyBpB1oBI%2CUAGI%2COACK%2CKoBsoBT%3BEAAJ%2CyBpB1oBI%2CUAGI%2COAEK%2CSoBqoBT%3BIACA%2CWAAA%3B%3BEpBjoBQ%2CyBAVR%2CUAGI%2COAOK%3BIACG%2CUAAA%3B%3BEAiBhB%2CgCAOI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAIA%2CgCADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CgCATJ%2CSASK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CgCADJ%2CKACK%3BIACG%2CUAAA%3B%3BEAGJ%2CgCALJ%2CKAKK%2CIAAI%3BIACD%2CkBAAA%3B%3BEAGJ%2CgCATJ%2CKASK%3BIACG%2CiBAAA%3B%3BEAKJ%2CgCADJ%2CYACK%3BIACG%2CgBAAA%3B%3BEY%5C%2FGZ%2CuBAEI%3BEADJ%2CeACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBANJ%2CeAMQ%3BEAAJ%2CeANJ%2CeAMQ%3BIpBGZ%2C8BAAA%3BIoBDY%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CuBAiBI%2CcACI%3BEAjBR%2CeAgBI%2CcACI%3BIACI%2CmBAAA%3B%3BEAnBZ%2CuBAuBI%3BEAtBJ%2CeAsBI%3BIACI%2CmBAAA%3B%3BEAQR%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BEgDnKR%2CqBACI%3BIACI%2CWAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CgBAAA%3B%3BEC5IR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEC6CR%2CkBACI%3BIACI%2CUAAA%3B%3BEC2TJ%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CaAAA%3B%3BEAGJ%2COAAC%2CQACG%3BIACI%2CcAAA%3B%3BEAIR%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%2COAAQ%2CQAAC%3BEACV%2COAAC%3BIACG%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CcAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAJR%2CoBAOI%2CUAAY%3BIACR%2CgBAAA%3B%3BEAGJ%2CoBAAC%2CiBAAkB%2CQAAO%3BIACtB%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIA%2CoBADJ%2CQACK%3BIACG%2C0BAAA%3B%3BEAGJ%2CoBALJ%2CQAKK%3BIACG%2CgBAAA%3B%3BEAGJ%2CoBATJ%2CQASK%3BIACG%2CaAAA%3B%3BEAIA%2CoBAdR%2CQAaK%2CQACI%3BIACG%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%3BIACG%2CUAAA%3B%3BEADJ%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%2COAGG%3BIACI%2CmBAAA%3B%3BEAGJ%2CoBA3BhB%2CQAaK%2CQACI%2CKAMI%2COAOI%3BIACG%2CUAAA%3B%3BEAGJ%2CoBA%5C%2FBhB%2CQAaK%2CQACI%2CKAMI%2COAWI%3BEACD%2CoBAhChB%2CQAaK%2CQACI%2CKAMI%2COAYI%3BIvEjIrB%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIuEiLwB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBA1ChB%2CQAaK%2CQACI%2CKAMI%2COAsBI%3BIvEzLrB%2CyBAAA%3BIuE2LwB%2CeAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CoBAlDR%2CQAaK%2CQAqCI%3BIACG%2CmBAAA%3B%3BEAEA%2CoBArDZ%2CQAaK%2CQAqCI%2CMAGI%3BIACG%2CUAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2CoBA5DR%2CQAaK%2CQA%2BCI%3BIvE3Mb%2CgBAAA%3BIAhBF%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3BIuEgNgB%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAXJ%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%3BIACI%2CSAAA%3BIACA%2CYAAA%3B%3BEAfR%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%2CMAII%3BIACI%2CcAAA%3B%3BEAGJ%2CoBAjFhB%2CQAaK%2CQA%2BCI%2CQAaG%2CMAQK%3BIACG%2CyBAAA%3B%3BEAMhB%2CoBAxFJ%2CQAwFK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEA%2CoBA5FR%2CQAwFK%2CQAII%3BIvE3Ob%2CcAAA%3BIuE6OgB%2CeAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CoBAnGZ%2CQAwFK%2CQAII%2CSAOI%3BIACG%2CSAAS%2CGAAT%3B%3BEAZZ%2CoBAxFJ%2CQAwFK%2CQAgBG%3BEAhBJ%2CoBAxFJ%2CQAwFK%2CQAiBG%3BIACI%2CeAAA%3B%3BEAlBR%2CoBAxFJ%2CQAwFK%2CQAqBG%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAvBR%2CoBAxFJ%2CQAwFK%2CQA0BG%2CQAAO%3BIACH%2CmBAAA%3B%3BEAIR%2CoBAvHJ%2CQAuHK%3BIACG%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CoBA3HR%2CQAuHK%2CQAIO%3BIACA%2CgBAAA%3B%3BElDpGZ%2CSAAC%2COAAO%3BIACJ%2CYAAA%3BIrBxKR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BIqB6KQ%2CWAAA%3B%3BEAIR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAMG%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C0BAjBR%2CUAEK%2COAeI%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2C0BAjBR%2CUAEK%2COAeI%2CMAKG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEA%2C0BA3BhB%2CUAEK%2COAeI%2CMAKG%2CMAKK%3BIACG%2CeAAA%3B%3BEAXZ%2C0BAjBR%2CUAEK%2COAeI%2CMAeG%3BIACI%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAhCZ%2C0BAFJ%2CUAEK%2COAoCG%3BIACI%2CaAAA%3B%3BEAIR%2C0BA3CJ%2CUA2CK%2CIAAI%3BIACD%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAIJ%2C0BAlDJ%2CUAkDK%2CMACG%3BIrBxOZ%2CeAAA%3B%3BEqB8OQ%2C0BAzDJ%2CUAyDK%3BIACG%2CWAAA%3B%3BEAIJ%2C0BA9DJ%2CUA8DK%3BIACG%2CYAAA%3B%3BEAKZ%2C0BACI%3BIACI%2CcAAA%3B%3BEAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CWAAA%3B%3BEADJ%2CcAHE%2CSACV%2CSACK%2CKACI%2CSAGK%3BIACE%2CiBAAA%3B%3BEmDhepB%2CMAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CMAAM%2CWAIF%2COAAM%3BIACF%2CgBAAA%3B%3BEALR%2CMAAM%2CWAQF%2CMAAK%2CUACC%3BEATV%2CMAAM%2CWAQF%2CMAAK%2CUAEC%3BIACE%2CWAAA%3B%3BEzDmOZ%3BIACI%2CmBAAA%3B%3BEAEA%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEAJR%2CwBAOI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEb9KR%2CmBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAaR%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CuBACI%2CaACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CuBACI%2CaAKI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEoB%2BXZ%2CYAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAJR%2CYAEI%2CMAII%3BIACI%2CiBAAA%3B%3BEAPZ%2CYAEI%2CMAQI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3B%3BEAKZ%2CsBACI%2CQAAO%3BIAEH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEASZ%3BIACI%2CgBAAA%3B%3BEADJ%2C6BAGI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAPR%2C6BAUI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGI%2CoBADJ%2CKACK%3BIACG%2CkBAAA%3B%3BEAGJ%2CoBALJ%2CKAKK%3BIACG%2CiBAAA%3B%3BEAVZ%2CoBAcI%2CMAAM%3BIACF%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAhBR%2CoBAmBI%2CMACI%3BEApBR%2CoBAmBI%2CMAEI%3BIACI%2CiBAAA%3B%3BEAIR%2CoBAAC%2CQACG%3BIACI%2CaAAA%3B%3BEAKZ%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CkBAAA%3B%3BEAPR%2CoBAUI%3BIACI%2CYAAA%3B%3BEAOI%2CkBAFR%2CMACI%2CKACK%3BEACD%2CkBAHR%2CMACI%2CKAEK%3BIACG%2CeAAA%3B%3BEAKZ%2CkBAAC%2CQAEG%2CKAAI%3BEADR%2CkBAAC%2CSACG%2CKAAI%3BIACA%2CkBAAA%3B%3BEAMA%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BENhqBhB%2CKAAK%2CKAAK%3BIACN%2CUAAA%3B%3BEADJ%2CKAAK%2CKAAK%2COAMN%2CUACI%3BIACI%2CUAAA%3B%3BEARZ%2CKAAK%2CKAAK%2COAMN%2CUAKI%2COAAM%3BIAEF%2CUAAA%3B%3BEOicZ%3BEACA%3BIACI%2CYAAA%3B%3BEAGJ%2CWAAY%3BIACR%2CcAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3BIvBtNR%2CyBAAA%3B%3BEuBiNA%2CYASI%2CQAAO%3BIACH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIvBlER%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuBqET%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIkDveA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEzEFA%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEuBieJ%2CiBkDpeA%3BIzEgPA%2CUAAA%3BIyE9OI%2CeAAA%3BIzE8OJ%2CqBAAA%3BI%2BBhOA%2CqBAAA%3B%3BERodA%2CiBkDpeA%2Ce1CoOE%3BI%5C%2FBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE%2BB2CA%2CiB0CtBA%2Ce1CsBC%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyC9NQ%2COzC8NR%3BIAAA%2CaiCvRe%2CYjCuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BI%2BBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiB0CnCJ%2Ce1CkCC%2CMACI%3BI%5C%2FB6ML%2CcAAA%3B%3BE%2BBvMI%2CiB0CzCJ%2Ce1CwCC%2COACI%3BI%5C%2FBuML%2CcAAA%3B%3BEyEqEA%2CiBArTA%2CeAqTC%3BIzErED%2CqBAAA%3BI%2BBhOA%2CqBAAA%3B%3BE0CqSA%2CiBArTA%2CeAqTC%2CO1CjFC%3BI%5C%2FBhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE%2BB2CA%2CiB0CtBA%2CeAqTC%2CO1C%5C%2FRA%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI%5C%2FB9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSyC%5C%2FNM%2COzC%2BNN%3BIAAA%2CaiCvRe%2CYjCuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BI%2BBqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiB0CnCJ%2CeAqTC%2CO1CnRA%2CMACI%3BI%5C%2FB6ML%2CcAAA%3B%3BE%2BBvMI%2CiB0CzCJ%2CeAqTC%2CO1C7QA%2COACI%3BI%5C%2FBuML%2CcAAA%3B%3BEuBoPA%2CiBkD7SA%3BIzEyDA%2CSAAA%3BIAAA%2CUAAA%3BI6C1KA%2CqBAAA%3BI7C0KA%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CeAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIyEhDI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIzE8CJ%2CSAAA%3BIAAA%2CQAAA%3BIAAA%2CyCAAA%3B%3BEuBoPA%2CiBkD7SA%2CGAsBI%3BIzEmCJ%2CSAAA%3BIAAA%2CUAAA%3B%3BEyE3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BIzE2BT%2CmBAAA%3BIyEzBY%2CeAAA%3B%3BEAuTZ%2CiBAvVA%2CGAuVC%3BEACD%2CiBAxVA%2CGAwVC%3BIACG%2C0BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CiBAjWA%2CGAiWC%3BIACG%2CiBAAA%3BIzEzSJ%2CsDAAA%3BIyE2SI%2CWAAA%3B%3BEAGJ%2CiBAvWA%2CGAuWC%3BIACG%2CiBAAA%3BIzE%5C%2FSJ%2CsDAAA%3BIyEiTI%2CWAAA%3B%3BEAlCJ%2CiBAxUA%2CGAwUC%3BIzE%5C%2FQD%2CWAAA%3BIAAA%2CUAAA%3B%3BEyEoRA%2CiBA7UA%2CGA6UC%3BIzEpRD%2CUAAA%3BIAAA%2CUAAA%3B%3BEyEZA%2CiBAAC%3BIACG%2CiBAAA%3B%3BEADJ%2CiBAAC%2COAGG%3BIACI%2CcAAA%3B%3BElD4PR%2CiBAgBI%2CGACI%3BIvBrQR%2CWAAA%3BIAAA%2CqBAAA%3BIuBgRY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEsBnaZ%2CiBtBqZI%2CGACI%2CEsBtZP%3BI7CiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6C5IA%2CiBtBgZI%2CGACI%2CEsBjZP%3BI7C4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6CvIA%2CiBtB2YI%2CGACI%2CEsB5YP%3BI7CuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEuBoPA%2CiBAkCI%3BIACI%2CeAAA%3B%3BEAnCR%2CiBAsCI%3BIACI%2CaAAA%3B%3BEAvCR%2CiBA0CI%2CQAAO%3BImCvVX%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BI1DgDA%2CgBAAA%3BIAAA%2CWAAA%3B%3BE0D7CA%2CiBnC2UI%2CQAAO%2COmC3UV%3BEACD%2CiBnC0UI%2CQAAO%2COmC1UV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiBnCqUI%2CQAAO%2COmCrUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiBnCgUI%2CQAAO%2COmChUV%3BEACD%2CiBnC%2BTI%2CQAAO%2COmC%5C%2FTV%3BEACD%2CQAAQ%2CUAAW%2CkBnC8Tf%2CQAAO%3BImC7TP%2CoBAAA%3BI1D%2BBJ%2CYAAA%3B%3BEuBoPA%2CiBA%2BCI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CaAAA%3B%3BEQrcR%2CiBRwcK%2COACG%2CQAAO%2COQzcd%3BI%5C%2FBgKD%2CSyC%5C%2FNM%2COzC%2BNN%3B%3BEuBwSI%2CiBAAC%2COAQG%3BIACI%2CcAAA%3B%3BEA7DZ%2CiBAiEI%3BIACI%2CaAAA%3B%3BEAKJ%2COAAC%2CMACK%2CUAAO%3BIvB5TjB%2CSAAA%3BIAAA%2CUAAA%3BI6C1KA%2CqBAAA%3BItBweY%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJR%2COAAC%2CMACK%2CUAAO%2CMsBhef%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEtB6dA%2COAAC%2CMACK%2CUAAO%2CMAKH%3BIACE%2CkBAAA%3B%3BEAEA%2COATX%2CMACK%2CUAAO%2CMAKH%2CKAGG%3BEATb%2COAAC%2CMACK%2CUAAO%2CMAKH%2CKAII%3BIACE%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAfX%2CMACK%2CUAAO%2CMAKH%2CKASG%2CQACG%3BIvB3UpB%2CWAAA%3BIAAA%2CiBAAA%3B%3BEuBmVgB%2COAxBX%2CMACK%2CUAAO%2CMAsBH%2CsBACG%3BIACG%2CSAAS%2CgBAAT%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAIA%2COA%5C%2FBf%2CMACK%2CUAAO%2CMAsBH%2CsBAOG%2CWACI%3BIACG%2CaAAA%3B%3BEAhCpB%2COAAC%2CMACK%2CUAAO%2CMAoCH%2CoBAAoB%3BIAClB%2CaAAA%3B%3BEAKZ%2COAAC%3BIACG%2CoBAAA%3B%3BEAIR%3BIACI%2CwBAAA%3B%3BEADJ%2CKAGI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CmCAAA%3B%3BEAHJ%2CaAKM%3BEALN%2CaAMM%3BEANN%2CaAOM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAIR%3BIvBhYA%2CmBAAA%3BIuBkYI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAHJ%2CYAKI%2CUACI%2CSACI%2CGAAE%3BIACE%2CaAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CYARZ%2CUACI%2CSACI%2CGAAE%2CSAMG%3BEACD%2CYATZ%2CUACI%2CSACI%2CGAAE%2CSAOG%3BIACG%2CYAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CYAhBZ%2CUACI%2CSACI%2CGAAE%2CSAcG%3BIvBrZjB%2CsDAAA%3B%3BEuByZgB%2CYApBZ%2CUACI%2CSACI%2CGAAE%2CSAkBG%3BIvBzZjB%2CsDAAA%3BIuB2ZoB%2CqBAAA%3B%3BEAQhB%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CYAAA%3B%3BEAJR%2COAAC%2CQAOG%3BIACI%2CmBAAA%3B%3BEARR%2COAAC%2CQAWG%2CUAAS%3BIACL%2CcAAA%3BIACA%2CSAAA%3B%3BEAbR%2COAAC%2CQAgBG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAnBR%2COAAC%2CQAgBG%2COAKI%3BIACI%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEA1BZ%2COAAC%2CQAgBG%2COAaI%3BEA7BR%2COAAC%2CQAgBG%2COAcI%3BIACI%2CeAAA%3B%3BEmDzqBhB%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BECuRI%2CcAJF%2CSACV%2CSACK%2CKACI%2CKACI%2CMACG%3BIACI%2CcAAA%3B%3BEAKZ%2CcAXE%2CSACV%2CSACK%2CKASI%3BIACG%2CqBAAA%3B%3BEAGJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BIACG%2CgBAAA%3B%3BEADJ%2CcAfE%2CSACV%2CSACK%2CKAaI%2CQAGK%3BIACE%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAnBZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%3BIACI%2CcAAA%3B%3BEAxBR%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAGI%2COAAM%3BEA1Bd%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAII%3BIACI%2CmBAAA%3BIACA%2CsBAAA%3B%3BEA7BZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUASI%2COAAM%3BIACF%2CmBAAA%3B%3BEAjCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYACI%3BIACI%2CSAAA%3B%3BEAvCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYAKI%3BIACI%2CgBAAA%3B%3BEA3CZ%2CcAFM%2CSACV%2CSACK%2CKA%2BCG%3BIACI%2CWAAA%3B%3BEAMhB%2CqBACI%3BIACI%2CWAAA%3B%3BEAIR%2CqBACI%3BI3E9GJ%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2C4CAAA%3BI2EoHQ%2CgBAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbR%2CqBACI%2CoBAcI%3BIACI%2CiBAAA%3B%3BExCpTZ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CmBAAA%3B%3BEAEA%2CQAAS%2COAHP%2COAAQ%2CeAAe%3BIAIrB%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CQAAS%2COAHP%2COAAQ%2CeAAe%2CcAOrB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CQAAS%2COAAM%2COAAQ%2COAKnB%3BIACI%2CUAAA%3B%3BEANR%2CQAAS%2COAAM%2COAAQ%2COAKnB%2CiBAGI%3BIACI%2CSAAA%3B%3B%3BA7BlFZ%2CgBAN4C%3BEPiF5C%2CcACI%3BICqJJ%2CYAAA%3BIAAA%2CSAAA%3BIDlJQ%2CUAAA%3B%3B%3BAO1ER%2CgBALwC%3BEjBsiBxC%2CqBAAsB%2CaAAY%2CeAAgB%3BIAC9C%2CUAAA%3B%3B%3BE%2BDyUA%2CSADK%2CYAAY%2CQAChB%2CgBAAiB%3BIACd%2CgBAAA%3B%3BEAIR%2C0BAA0B%2CQAAS%2C2BAC%5C%2FB%2CuBAAuB%2CkBAAkB%3BIACrC%2CaAAA%3BIACA%2CsBAAA%3B%3BEAHR%2C0BAA0B%2CQAAS%2C2BAM%5C%2FB%2C0BACI%2COAAM%3BEAPd%2C0BAA0B%2CQAAS%2C2BAM%5C%2FB%2C0BAEI%2COAAM%3BIACF%2CUAAA%3B%3BEATZ%2C0BAA0B%2CQAAS%2C2BAM%5C%2FB%2C0BAMI%2COAAM%3BIACF%2CmBAAA%3B%3BEAbZ%2C0BAA0B%2CQAAS%2C2BAM%5C%2FB%2C0BAUI%2COAAM%3BIACF%2CkBAAA%3B%3BEAjBZ%2C0BAA0B%2CQAAS%2C2BAqB%5C%2FB%2C8BACI%3BIACI%2CgBAAA%3BIACA%2CcAAA%3B%3BEAxBZ%2C0BAA0B%2CQAAS%2C2BAqB%5C%2FB%2C8BAMI%2CkBAAoB%3BIAChB%2CgBAAA%3B%3BEA5BZ%2C0BAA0B%2CQAAS%2C2BAqB%5C%2FB%2C8BAUI%3BIACI%2CUAAA%3B%3BEAhCZ%2C0BAA0B%2CQAAS%2C2BAqB%5C%2FB%2C8BAcI%3BIACI%2CiBAAA%3BIACA%2CUAAA%3B%3BEArCZ%2C0BAA0B%2CQAAS%2C2BAyC%5C%2FB%2CyBAAyB%3BIACrB%2CYAAA%3B%3BEAKR%2CqBAAqB%2CIAAI%2CmBAAoB%2C2BAA0B%2CQAAQ%2CgBAC3E%2C8BAA8B%3BIAC1B%2CcAAA%3B%3BEAFR%2CqBAAqB%2CIAAI%2CmBAAoB%2C2BAA0B%2CQAAQ%2CgBAK3E%2C%2BBACI%3BEANR%2CqBAAqB%2CIAAI%2CmBAAoB%2C2BAA0B%2CQAAQ%2CgBAK3E%2C%2BBAEI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEATZ%2CqBAAqB%2CIAAI%2CmBAAoB%2C2BAA0B%2CQAAQ%2CgBAK3E%2C%2BBAOI%3BIACI%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAfZ%2CqBAAqB%2CIAAI%2CmBAAoB%2C2BAA0B%2CQAAQ%2CgBAK3E%2C%2BBAaI%3BIACI%2CUAAA%3B%3BEAMZ%2C0BAA0B%2CQAAQ%3BIAE1B%2CkBAAA%3B%3BEAFR%2C0BAA0B%2CQAAQ%2CiBAK9B%3BIACI%2CSAAA%3B%3BEANR%2C0BAA0B%2CQAAQ%2CiBAS9B%2CmBAAkB%3BIACd%2CWAAA%3BIACA%2CkCAAA%3B%3BEAXR%2C0BAA0B%2CQAAQ%2CiBAc9B%2CmBAAkB%3BIACd%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3B%3BEAjBR%2C0BAA0B%2CQAAQ%2CiBAoB9B%2CmBAAkB%2CSAAS%3BIACvB%2CiBAAA%3BIACA%2CcAAA%3B%3BEAtBR%2C0BAA0B%2CQAAQ%2CiBAyB9B%2CmBAAkB%2CSAAU%3BIACxB%2CuBAAA%3BIACA%2CgBAAA%3B%3BEA3BR%2C0BAA0B%2CQAAQ%2CiBA8B9B%2CmBAAkB%2CSAAU%3BIACxB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2C0BADsB%2CQAAQ%2CiBAAkB%2C2BAC%5C%2FC%3BEA2DL%2C0BAA0B%2CQAAQ%2CiBAU9B%2C2BAA0B%3BIApEtB%2CgBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2C0BANsB%2CQAAQ%2CiBAAkB%2C2BAM%5C%2FC%2CSAAY%2C2BAAyB%3BEAsD1C%2C0BAA0B%2CQAAQ%2CiBAU9B%2C2BAA0B%2CSAhEb%2C2BAAyB%3BIAClC%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2C0BAXsB%2CQAAQ%2CiBAAkB%2C2BAW%5C%2FC%2CSAAY%2C2BAAyB%2CiBAAiB%2CQAAO%3BEAiDlE%2C0BAA0B%2CQAAQ%2CiBAU9B%2C2BAA0B%2CSA3Db%2C2BAAyB%2CiBAAiB%2CQAAO%3BIAC1D%2CWAAA%3BIACA%2CUAAA%3B%3BEAIA%2C0BAjBkB%2CQAAQ%2CiBAAkB%2C2BAgBhD%3BEAhBJ%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAgBhD%2C8BAEI%3BEA0CR%2C0BAA0B%2CQAAQ%2CiBAgG9B%2C2BAA2B%3BEAhG%5C%2FB%2C0BAA0B%2CQAAQ%2CiBAgG9B%2C2BAA2B%2C8BA1IvB%3BEA0CR%2C0BAA0B%2CQAAQ%2CiBAiG9B%2C2BAA2B%3BEAjG%5C%2FB%2C0BAA0B%2CQAAQ%2CiBAiG9B%2C2BAA2B%2C%2BBA3IvB%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEApBZ%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAgBhD%2C8BAOI%3BEAqCR%2C0BAA0B%2CQAAQ%2CiBAgG9B%2C2BAA2B%2C8BArIvB%3BEAqCR%2C0BAA0B%2CQAAQ%2CiBAiG9B%2C2BAA2B%2C%2BBAtIvB%3BIACI%2CWAAA%3B%3BEAxBZ%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAgBhD%2C8BAWI%3BEAiCR%2C0BAA0B%2CQAAQ%2CiBAgG9B%2C2BAA2B%2C8BAjIvB%3BEAiCR%2C0BAA0B%2CQAAQ%2CiBAiG9B%2C2BAA2B%2C%2BBAlIvB%3BIACI%2CWAAA%3B%3BEA5BZ%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAgBhD%2C8BAeI%3BEA6BR%2C0BAA0B%2CQAAQ%2CiBAgG9B%2C2BAA2B%2C8BA7HvB%3BEA6BR%2C0BAA0B%2CQAAQ%2CiBAiG9B%2C2BAA2B%2C%2BBA9HvB%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAjCZ%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAqChD%3BIAEQ%2CgBAAA%3B%3BEAvCZ%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAqChD%2C%2BBAKI%3BEA1CR%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAqChD%2C%2BBAMI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIACI%2CcAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIJ%2C0BAA0B%2CQAAQ%3BIAE1B%2CaAAA%3BIACA%2C8BAAA%3B%3BEAHR%2C0BAA0B%2CQAAQ%2CiBAM9B%3BIACI%2CUAAA%3B%3BEAPR%2C0BAA0B%2CQAAQ%2CiBAU9B%2C2BAA0B%2CSAGtB%3BIACI%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAfZ%2C0BAA0B%2CQAAQ%2CiBAU9B%2C2BAA0B%2CSAQtB%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAtBZ%2C0BAA0B%2CQAAQ%2CiBA0B9B%2C2BAA2B%3BIACvB%2CeAAA%3B%3BEA3BR%2C0BAA0B%2CQAAQ%2CiBA8B9B%2C2BAA2B%2CuBAEvB%2CkBAAkB%3BEAhC1B%2C0BAA0B%2CQAAQ%2CiBA%2BB9B%2C2BAA2B%2CYACvB%2CkBAAkB%3BIACd%2CUAAA%3BIACA%2CcAAA%3B%3BEAlCZ%2C0BAA0B%2CQAAQ%2CiBA8B9B%2C2BAA2B%2CuBAOvB%3BEArCR%2C0BAA0B%2CQAAQ%2CiBA%2BB9B%2C2BAA2B%2CYAMvB%3BIACI%2CWAAA%3B%3BEAtCZ%2C0BAA0B%2CQAAQ%2CiBA0C9B%2C2BAA2B%2C6BACvB%3BEA3CR%2C0BAA0B%2CQAAQ%2CiBA0C9B%2C2BAA2B%2C6BAEvB%3BIAEQ%2CWAAA%3B%3BEAGJ%2C0BAjDc%2CQAAQ%2CiBA0C9B%2C2BAA2B%2C6BACvB%2CuBAMK%2CIAAI%3BEAAL%2C0BAjDc%2CQAAQ%2CiBA0C9B%2C2BAA2B%2C6BAEvB%2C0BAKK%2CIAAI%3BIACD%2CmBAAA%3B%3BEAlDhB%2C0BAA0B%2CQAAQ%2CiBAuD9B%2C2BAA2B%3BIAEnB%2CkBAAA%3B%3BEAzDZ%2C0BAA0B%2CQAAQ%2CiBAuD9B%2C2BAA2B%2C6BAKvB%3BIAEQ%2CWAAA%3B%3BEAGJ%2C0BAjEc%2CQAAQ%2CiBAuD9B%2C2BAA2B%2C6BAKvB%2CmBAKK%2CIAAI%3BIACD%2CmBAAA%3B%3BEAlEhB%2C0BAA0B%2CQAAQ%2CiBAuE9B%2C2BAA2B%3BIACvB%2CWAAA%3B%3BEAxER%2C0BAA0B%2CQAAQ%2CiBA2E9B%2C2BAA2B%2C4BAA4B%2CgBAAe%2CIAAI%3BIACtE%2CmBAAA%3B%3BEA5ER%2C0BAA0B%2CQAAQ%2CiBA%2BE9B%2C2BAA2B%2C0BAA0B%2COAAM%2CKACvD%3BIACI%2CkBAAA%3B%3BEAjFZ%2C0BAA0B%2CQAAQ%2CiBA%2BE9B%2C2BAA2B%2C0BAA0B%2COAAM%2CKAKvD%2CYAAW%3BIACP%2CWAAA%3B%3BEArFZ%2C0BAA0B%2CQAAQ%2CiBA%2BE9B%2C2BAA2B%2C0BAA0B%2COAAM%2CKASvD%2CiBAAmB%3BIACf%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEA5FZ%2C0BAA0B%2CQAAQ%2CiBAqG9B%2CyBAAyB%3BIACrB%2CcAAA%3B%3BExDjzBR%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%2CiBACI%3BIACI%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAHR%2CiBACI%2CeAGI%3BIACI%2CcAAA%3B%3BEALZ%2CiBAQI%3BEARJ%2CiBASI%3BIACI%2C8BAAA%3BIACA%2C%2BBAAA%3B%3BEAXR%2CiBAaI%3BIACI%2CgCAAA%3B%3BEAGR%3BIACI%2CUAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAHJ%2CWAII%2CMACI%2CMACI%2CGACI%3BIACI%2CgBAAA%3B%3BEAMpB%2CyBACM%3BIACE%2C8BAAA%3BIACA%2C%2BBAAA%3B%3BE4DgBR%2CcACI%3BIACI%2CUAAA%3B%3BEAIR%2CoBACI%2CeACI%3BIACI%2CmBAAA%3B%3BEAKZ%2CqBACI%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CcACI%2CeAKI%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2COAAO%2CmBAAP%3B%3BEAEA%2CcAVR%2CeAKI%2CcAKK%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CcAdR%2CeAKI%2CcASK%2CUAAU%3BIACP%2CcAAA%3B%3BEAOZ%2CcAAC%2CoBACG%2CeACI%3BIACI%2CcAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CcAAC%2CqBACG%2CeACI%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEAEA%2CcANX%2CqBACG%2CeACI%2CcAIK%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CcAVX%2CqBACG%2CeACI%2CcAQK%2CUAAU%3BIACP%2CcAAA%3B%3BECyiBpB%2CWACI%2CQAAO%3BIACH%2CgBAAA%3B%3BEG5%2BBR%2CqBACI%2CaACI%3BI5DoNR%2CmBAAA%3BIAAA%2CYAAA%3BI4DjNY%2CSAAA%3B%3BEC2OZ%2CYACI%3BI7D3BJ%2CmBAAA%3B%3BE6D8BQ%2CYAHJ%2CuBAGK%3BI7D9BT%2CgBAAA%3BIAAA%2CQ6DxQoC%2CiB7DwQpC%3BI6DiCY%2CSAAS%2CEAAT%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAIA%2CYAdR%2CuBAaK%2CUAAU%2CQACN%3BIACG%2CaAAA%3B%3BEAKJ%2CYApBR%2CuBAmBK%2CcACI%3BIACG%2CaAAA%3B%3BEAIA%2CYAzBZ%2CuBAmBK%2CcAKK%2CyBACG%3BIACG%2CaAAA%3B%3BEAOpB%3BIACI%2CgBAAA%3B%3BEvCqWJ%2CYACI%3BIACI%2CkBAAA%3B%3BEAFR%2CYACI%2CMAGI%3BIACI%2CiBAAA%3B%3BEALZ%2CYACI%2CMAOI%3BIACI%2C0BAAA%3B%3BEqDvSZ%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CqBACI%2CeAKI%3BIACI%2CmBAAA%3BIACA%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CqBAXR%2CeAKI%2CcAMK%2CUAAU%3BIACP%2CcAAA%3B%3BExCzRhB%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CUAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CSAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CMALE%2COAAQ%2CeAAe%2CcAKxB%2CUAAU%3BIACP%2CcAAA%3B%3B%3BA7B%5C%2FGZ%2CgBAJ2C%3BEmD6qBvC%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%22%7D */