/**
 * 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: "Cera PRO Regular";
  src: url("../fonts/cera-pro-cufonfonts/Cera PRO Regular.eot");
  /* IE9*/
  src: url("../fonts/cera-pro-cufonfonts/Cera PRO Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/cera-pro-cufonfonts/Cera PRO Regular.woff") format("woff"), /* chrome、firefox */ url("../fonts/cera-pro-cufonfonts/Cera PRO Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/cera-pro-cufonfonts/Cera PRO Regular.svg#Cera PRO Regular") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "Cera Pro Medium";
  src: url("../fonts/cera-pro-cufonfonts/Cera Pro Medium.eot");
  /* IE9*/
  src: url("../fonts/cera-pro-cufonfonts/Cera Pro Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/cera-pro-cufonfonts/Cera Pro Medium.woff") format("woff"), /* chrome、firefox */ url("../fonts/cera-pro-cufonfonts/Cera Pro Medium.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/cera-pro-cufonfonts/Cera Pro Medium.svg#Cera Pro Medium") format("svg");
  /* iOS 4.1- */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karlafont/Karla-Bold.eot');
  src: url('../fonts/karlafont/Karla-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/karlafont/Karla-Bold.woff2') format('woff2'), url('../fonts/karlafont/Karla-Bold.woff') format('woff'), url('../fonts/karlafont/Karla-Bold.ttf') format('truetype'), url('../fonts/karlafont/Karla-Bold.svg#Karla-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karlafont/Karla-BoldItalic.eot');
  src: url('../fonts/karlafont/Karla-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/karlafont/Karla-BoldItalic.woff2') format('woff2'), url('../fonts/karlafont/Karla-BoldItalic.woff') format('woff'), url('../fonts/karlafont/Karla-BoldItalic.ttf') format('truetype'), url('../fonts/karlafont/Karla-BoldItalic.svg#Karla-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karlafont/Karla-ExtraBold.eot');
  src: url('../fonts/karlafont/Karla-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/karlafont/Karla-ExtraBold.woff2') format('woff2'), url('../fonts/karlafont/Karla-ExtraBold.woff') format('woff'), url('../fonts/karlafont/Karla-ExtraBold.ttf') format('truetype'), url('../fonts/karlafont/Karla-ExtraBold.svg#Karla-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karlafont/Karla-ExtraBoldItalic.eot');
  src: url('../fonts/karlafont/Karla-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/karlafont/Karla-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/karlafont/Karla-ExtraBoldItalic.woff') format('woff'), url('../fonts/karlafont/Karla-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/karlafont/Karla-ExtraBoldItalic.svg#Karla-ExtraBoldItalic') format('svg');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karlafont/Karla-ExtraLight.eot');
  src: url('../fonts/karlafont/Karla-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/karlafont/Karla-ExtraLight.woff2') format('woff2'), url('../fonts/karlafont/Karla-ExtraLight.woff') format('woff'), url('../fonts/karlafont/Karla-ExtraLight.ttf') format('truetype'), url('../fonts/karlafont/Karla-ExtraLight.svg#Karla-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karlafont/Karla-ExtraLightItalic.eot');
  src: url('../fonts/karlafont/Karla-ExtraLightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/karlafont/Karla-ExtraLightItalic.woff2') format('woff2'), url('../fonts/karlafont/Karla-ExtraLightItalic.woff') format('woff'), url('../fonts/karlafont/Karla-ExtraLightItalic.ttf') format('truetype'), url('../fonts/karlafont/Karla-ExtraLightItalic.svg#Karla-ExtraLightItalic') format('svg');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karlafont/Karla-LightItalic.eot');
  src: url('../fonts/karlafont/Karla-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/karlafont/Karla-LightItalic.woff2') format('woff2'), url('../fonts/karlafont/Karla-LightItalic.woff') format('woff'), url('../fonts/karlafont/Karla-LightItalic.ttf') format('truetype'), url('../fonts/karlafont/Karla-LightItalic.svg#Karla-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karlafont/Karla-Light.eot');
  src: url('../fonts/karlafont/Karla-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/karlafont/Karla-Light.woff2') format('woff2'), url('../fonts/karlafont/Karla-Light.woff') format('woff'), url('../fonts/karlafont/Karla-Light.ttf') format('truetype'), url('../fonts/karlafont/Karla-Light.svg#Karla-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karlafont/Karla-Italic.eot');
  src: url('../fonts/karlafont/Karla-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/karlafont/Karla-Italic.woff2') format('woff2'), url('../fonts/karlafont/Karla-Italic.woff') format('woff'), url('../fonts/karlafont/Karla-Italic.ttf') format('truetype'), url('../fonts/karlafont/Karla-Italic.svg#Karla-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karlafont/Karla-SemiBold.eot');
  src: url('../fonts/karlafont/Karla-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/karlafont/Karla-SemiBold.woff2') format('woff2'), url('../fonts/karlafont/Karla-SemiBold.woff') format('woff'), url('../fonts/karlafont/Karla-SemiBold.ttf') format('truetype'), url('../fonts/karlafont/Karla-SemiBold.svg#Karla-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karlafont/Karla-Medium.eot');
  src: url('../fonts/karlafont/Karla-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/karlafont/Karla-Medium.woff2') format('woff2'), url('../fonts/karlafont/Karla-Medium.woff') format('woff'), url('../fonts/karlafont/Karla-Medium.ttf') format('truetype'), url('../fonts/karlafont/Karla-Medium.svg#Karla-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karlafont/Karla-Regular.eot');
  src: url('../fonts/karlafont/Karla-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/karlafont/Karla-Regular.woff2') format('woff2'), url('../fonts/karlafont/Karla-Regular.woff') format('woff'), url('../fonts/karlafont/Karla-Regular.ttf') format('truetype'), url('../fonts/karlafont/Karla-Regular.svg#Karla-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karlafont/Karla-MediumItalic.eot');
  src: url('../fonts/karlafont/Karla-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/karlafont/Karla-MediumItalic.woff2') format('woff2'), url('../fonts/karlafont/Karla-MediumItalic.woff') format('woff'), url('../fonts/karlafont/Karla-MediumItalic.ttf') format('truetype'), url('../fonts/karlafont/Karla-MediumItalic.svg#Karla-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karlafont/Karla-SemiBoldItalic.eot');
  src: url('../fonts/karlafont/Karla-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/karlafont/Karla-SemiBoldItalic.woff2') format('woff2'), url('../fonts/karlafont/Karla-SemiBoldItalic.woff') format('woff'), url('../fonts/karlafont/Karla-SemiBoldItalic.ttf') format('truetype'), url('../fonts/karlafont/Karla-SemiBoldItalic.svg#Karla-SemiBoldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../fonts/bebasneue/BebasNeueRegular.eot');
  src: url('../fonts/bebasneue/BebasNeueRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue/BebasNeueRegular.woff2') format('woff2'), url('../fonts/bebasneue/BebasNeueRegular.woff') format('woff'), url('../fonts/bebasneue/BebasNeueRegular.ttf') format('truetype'), url('../fonts/bebasneue/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BebasNeueBold';
  src: url('../fonts/bebasneue/BebasNeueBold.otf');
  src: url('../fonts/bebasneue/BebasNeueRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue/BebasNeueRegular.woff2') format('woff2'), url('../fonts/bebasneue/BebasNeueRegular.woff') format('woff'), url('../fonts/bebasneue/BebasNeue Bold.ttf') format('truetype'), url('../fonts/bebasneue/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
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: 20px !important;
  font-weight: bolder;
  color: #9a031e !important;
}
.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: #9a031e !important;
  border-color: #9a031e !important;
}
.form-login .fieldset .actions-toolbar .primary .action.primary:hover {
  background-color: #9a031e !important;
  border-color: #9a031e !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: "Karla" !important;
  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: "Karla" !important;
  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;
  margin-top: 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: "Karla" !important;
  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: #9a031e !important;
  background-color: #fff !important;
  border: solid 1px #9a031e !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: #9a031e !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: #fff !important;
  background-color: #9a031e !important;
  border: solid 1px #9a031e !important;
  border-radius: 40px;
  font-size: 16px;
  font-family: "Karla" !important;
  font-weight: 600;
  display: inline-block;
}
.checkout-index-index .actions-toolbar .primary button.action.action-cancel {
  padding-top: 6px !important;
  color: #9a031e !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: "Karla" !important;
  font-weight: 600;
  font-size: 22px;
  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;
  background: #fff;
}
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: 100% !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: -45px !important;
  position: absolute;
  background: #D7DEDC !important;
  height: 40px !important;
  padding: 6px 13px 5px 13px !important;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
.plumrocket-search-form #pas-mini-form .pas-nav-right .pas-button svg {
  fill: #fff !important;
  width: 20px !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: 38px !important;
  background: #f5f5f5 !important;
  border: 1px solid #dbdbdb !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: "Karla" !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: #9a031e !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: "Karla" !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: "Karla" !important;
  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: "Karla" !important;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  padding: 0 50px;
  text-decoration: none;
  background-color: #9a031e !important;
  border: solid 1px #9a031e !important;
  display: inline-block;
  line-height: 40px;
  border-radius: 50px;
}
.cart-empty a.link:hover {
  background: #9a031e !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: #9a031e !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: #9a031e !important;
  color: #fff;
  border-color: #9a031e !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: #9A031E !important;
  color: #fff;
  border-color: #9A031E !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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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-link123 {
  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: "Karla" !important;
  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: #BF9B30 !important;
  color: #222 !important;
}
.our-bestsellers-main .row {
  padding: 0px 15px;
}
.minicart-items-wrapper .item.product.product-item .product-image-container {
  width: 65px !important;
}
.content.minicart-items .minicart-items-wrapper .product-item .product-image-container {
  width: 65px !important;
}
.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: #9a031e !important;
  border-color: #9a031e !important;
  height: 40px;
  font-weight: 600;
  padding: 0 30px;
  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: #8e8e8e !important;
}
.product.info.detailed .product.data.items a:hover {
  color: #222 !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: 20px !important;
  font-weight: 400;
}
.product-add-form .total-area .value {
  font-weight: 400;
}
.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-color: #9a031e;
  border-color: #9a031e;
  border-radius: 50px;
  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: "Karla" !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: #9a031e !important;
}
.product-desc h5 strong {
  font-weight: 700;
  font-size: 18px;
}
#layer-product-list .toolbar-amount {
  font-family: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18.5px;
  padding: 10px 0;
}
.det_line {
  clear: both;
}
.more-color {
  color: #8e8e8e !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 {
  border-color: #9A031E;
  border-style: solid;
  border-width: 0 0 3px;
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding: 10px 12px 10px 12px !important;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root .ammenu-item .ammenu-link:hover123 {
  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: "Karla" !important;
  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: #9a031e;
  text-decoration: none;
}
.block-minicart.ui-dialog-content.ui-widget-content #minicart-content-wrapper .block-content .actions .primary .action.primary.checkout {
  color: #fff !important;
  background-color: #9a031e !important;
  border: solid 1px #9a031e !important;
  border-radius: 40px;
  font-family: "Karla" !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: #bc892c !important;
  border-color: #bc892c !important;
}
.block-minicart.ui-dialog-content.ui-widget-content #minicart-content-wrapper .block-content .actions .secondary .action.viewcart {
  color: #fff !important;
  background-color: #9a031e !important;
  border: solid 1px #9a031e !important;
  border-radius: 40px;
  padding: 14px 17px;
  font-size: 1.8rem;
  font-family: "Karla" !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: #9a031e !important;
}
.action-secondary.action-dismiss {
  border: 2px solid #9a031e !important;
  background-color: #9a031e !important;
  color: #fff;
  border-radius: 50px;
}
.action-primary.action-accept {
  border: 2px solid #9a031e !important;
  background-color: #9a031e !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: #9a031e !important;
  border-color: #9a031e !important;
  padding: 7px 25px;
  border-radius: 50px;
}
.actions-toolbar .secondary .action.action-remind {
  color: #9a031e !important;
}
#layer-product-list .search.results .block .item a {
  color: #9a031e !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: #9a031e !important;
  border-color: #9a031e !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: #9a031e !important;
  border-color: #9a031e !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: #F0F0F0 !important;
  border-color: #F0F0F0 !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: #9a031e !important;
}
.account .col.actions .action.order {
  color: #8e8e8e;
}
.account .col.actions .action.order:hover {
  color: #9a031e !important;
}
.account .col.actions .action.edit:hover {
  color: #9a031e !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: #9a031e !important;
  border-color: #9a031e !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: #9a031e !important;
  border-color: #9a031e !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: #9a031e !important;
  border-color: #9a031e !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: #9a031e !important;
  border-color: #9a031e !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: #9a031e !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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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 #9a031e;
}
.feature-categories-main .featured-categories .feature-category-block h5 {
  font-family: "Karla" !important;
  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: "Karla" !important;
  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: 52px;
}
.ammenu-header-container .header.content .minicart-wrapper {
  margin: 0 10px 0 20px;
  left: -35px;
}
.modal-content {
  border: none !important;
}
.action.action-login.secondary {
  background: #9a031e !important;
}
.action.primary.checkout.amasty {
  background-color: #9a031e !important;
  border-color: #9a031e !important;
  opacity: inherit !important;
  border-radius: 50px;
}
.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: #f5f5f5 !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: #9a031e !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: #9a031e !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: "Karla" !important;
  font-weight: 600 !important;
  font-size: 12px;
  line-height: 20px;
  color: #5f5f5f;
}
.checkout-index-index .checkout-block {
  border: 1px solid #E5E5E6;
}
.checkout-index-index .step-title {
  font-family: "Karla" !important;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #000616;
}
.checkout-index-index .checkout-container {
  background: #eaeaea !important;
  padding: 10px;
}
.checkout-index-index .checkout-container .checkout-header .title {
  font-family: "Karla" !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000616;
}
.checkout-index-index .checkout-container .checkout-header .description {
  font-family: "Karla" !important;
  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: #fff;
}
.checkout-cart-index .column.main .cart-empty a:hover {
  color: #fff;
}
.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: #9a031e !important;
  border: none !important;
}
.checkout-cart-index .cart-discount #discount-coupon-form .actions-toolbar .primary .action.apply.primary {
  background: #9a031e;
  border: 1px solid #9a031e;
  color: #ffffff !important;
}
.checkout-cart-index .cart-discount .block > .title strong {
  color: #9a031e !important;
  font-weight: 400;
}
.checkout-cart-index .checkout-methods-items .item .action.multicheckout {
  color: #9a031e !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: #9a031e !important;
  background-color: #fff !important;
  border: solid 1px #9a031e !important;
  border-radius: 50px;
  font-family: "Karla" !important;
  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: #9a031e !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: "Karla" !important;
  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: "Karla" !important;
}
.checkout-cart-index .cart.main.actions .action.continue {
  display: block !important;
  background-color: #9a031e !important;
  border-color: #9a031e !important;
  border-radius: 50px;
  font-family: "Karla" !important;
  font-size: 14px;
  float: left;
  height: 40px;
  font-weight: 600;
  padding: 1px 35px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.checkout-cart-index .cart.main.actions .action.continue:hover {
  text-decoration: none;
}
.checkout-cart-index .cart.main.actions .action.clear {
  color: #fff !important;
  background-color: #9a031e !important;
  border-color: #9a031e !important;
  border-radius: 50px;
  font-family: "Karla" !important;
  font-size: 14px;
  padding: 9px 35px;
  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: #9a031e !important;
  border-color: #9a031e !important;
  border-radius: 50px;
  font-family: "Karla" !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding-left: 35px;
  padding-right: 35px;
}
.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: "Karla" !important;
}
.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: "Karla" !important;
  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: "Karla" !important;
}
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a:hover {
  color: #9a031e !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: "Karla" !important;
  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: "Karla" !important;
  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: 20px;
  color: #000616;
  font-family: "Karla" !important;
  border-top: 1px solid #eaeaea;
}
.checkout-cart-index .cart-container .table-wrapper .data.table.totals .grand.totals .amount .price {
  font-weight: 420;
  font-size: 20px;
  color: #000616;
  font-family: "Karla" !important;
  border-top: 1px solid #eaeaea;
  text-align: right;
}
.checkout-cart-index .cart-container .checkout.methods.items.checkout-methods-items .item .action.primary.checkout {
  background-color: #9a031e !important;
  border-color: #9a031e !important;
  border-radius: 50px;
  font-family: "Karla" !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.checkout-cart-index .cart-container .checkout.methods.items.checkout-methods-items .item .action.primary.checkout:hover {
  background-color: #bc892c !important;
  border: 1px solid #bc892c !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: #9a031e !important;
  border-color: #9a031e !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: "Karla" !important;
  font-size: 14px;
}
.customer-account-forgotpassword .actions-toolbar .secondary {
  color: #ffffff !important;
  background-color: #9a031e !important;
  border-color: #9a031e !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: "Karla" !important;
  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: "Karla" !important;
  padding-bottom: 0px;
}
.customer-account-create .fieldset.create.info .legend span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Karla" !important;
}
.customer-account-create .fieldset.create.account .label {
  font-size: 13px;
  font-weight: 500;
  font-family: "Karla" !important;
}
.customer-account-create .fieldset.create.account .legend {
  border-bottom: none !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Karla" !important;
  padding-bottom: 0px;
}
.customer-account-create .fieldset.create.account .legend span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Karla" !important;
}
.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: #9a031e !important;
  border-color: #9a031e !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: "Karla" !important;
  font-size: 14px;
}
.customer-account-create .actions-toolbar .secondary {
  color: #ffffff !important;
  background-color: #9a031e !important;
  border-color: #9a031e !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: #9a031e !important;
  font-family: "Karla" !important;
  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;
  cursor: pointer;
  background-color: #9a031e !important;
  border-color: #9a031e !important;
  border-radius: 50px;
  line-height: 0 !important;
  padding: 18px 25px;
  font-size: 14px;
  font-family: "Karla" !important;
}
.customer-account-login .block.block-customer-login .actions-toolbar .primary .action.login.primary:hover {
  color: #ffffff !important;
  background-color: #bc892c !important;
  border-color: #bc892c !important;
}
.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-color: #9a031e;
  border-color: #9a031e;
  height: 38px;
  line-height: 26px !important;
  border-radius: 50px;
  padding: 7px 25px;
  font-size: 14px;
  font-family: "Karla" !important;
}
.customer-account-login .block.block-new-customer .actions-toolbar .primary .action.create.primary :hover {
  color: #fff !important;
}
.customer-account-login .block.block-new-customer .actions-toolbar .primary .action.create.primary:hover {
  color: #ffffff !important;
  background-color: #bc892c !important;
  border-color: #bc892c !important;
}
.link-setup-form {
  margin-top: 25px;
}
.link-setup-form span strong {
  font-size: 24px;
  font-family: "Karla" !important;
}
.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: "Karla" !important;
  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: "Karla" !important;
  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: #9a031e;
  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: "Karla" !important;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  color: #9a031e;
  padding: 0 50px;
  text-decoration: none;
  background-color: #fff !important;
  border: solid 1px #9a031e !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: "Karla" !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18.5px;
}
.category-landing .landing-categories-detail .main-cat {
  background: #d8d8d8;
  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: #000;
  font-family: "Karla" !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 19px;
}
.category-landing .landing-categories-detail .main-cat .btn-primary {
  color: #000;
  font-family: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: #9a031e;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: #9a031e !important;
  background-color: #fff !important;
  border: solid 1px #9a031e !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: #9a031e !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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: #9a031e;
  border-radius: 50px;
  width: 136px;
  height: 48px;
  padding: 14px 30px 14px 30px;
  text-align: center;
  border: 1px solid #9a031e;
  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: "Karla" !important;
  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: #9a031e;
}
.steps .graduation-package h5 {
  font-family: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: #9a031e;
}
.footer-bottom .address-main h5 {
  font-family: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  font-size: 14px !important;
  line-height: 20px;
  color: #000616;
}
.product.attribute.description .value p span {
  font-family: "Karla" !important;
  font-size: 14px !important;
  line-height: 20px;
  color: #000616;
}
.product.attribute.overview .value p {
  font-family: "Karla" !important;
  font-size: 14px !important;
  line-height: 20px;
  color: #000616;
}
.product.attribute.overview .value p span {
  font-family: "Karla" !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: "Karla" !important;
  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: "Karla" !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.product.details.product-item-details .price-box.price-final_price .price-wrapper .price {
  font-family: "Karla" !important;
  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: "Karla" !important;
  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:hover {
  color: #9a031e !important;
}
.product.details.product-item-details .price-box.price-final_price a.minimal-price-link:hover {
  color: #9a031e !important;
}
.product.details.product-item-details .price-box.price-final_price a.minimal-price-link:hover .price-label {
  color: #9a031e !important;
}
.product.details.product-item-details .price-box.price-final_price a.minimal-price-link:hover .price-wrapper {
  color: #9a031e !important;
}
.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: "Karla" !important;
  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: #8e8e8e;
}
.product.details.product-item-details .price-box.price-final_price .minimal-price-link .price-container .price-wrapper {
  font-family: "Karla" !important;
  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: #8e8e8e;
}
.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: left;
  width: 100% !important;
  border-bottom: none;
  text-align: left;
}
.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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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;
}
.breadcrumbs {
  background-color: #f6f6f8;
  font-size: 13px;
  padding: 18px 0 13px;
  max-width: 100% !important;
  margin-top: 0px;
}
#narrow-by-list {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border: 0.5px solid #E8E9ED;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.filter-options-title {
  text-transform: lowercase;
}
button#bss_show_more:hover {
  background-color: #9a031e !important;
  color: #fff;
}
.page-products .products-grid .product-item-inner:before {
  display: none !important;
}
.filter-options .filter-options-item .filter-options-content .bss_checkbox:hover {
  color: #9a031e !important;
}
.filter-options .filter-options-item .filter-options-content .items.bss-items-cat .item .bss_checkbox:hover {
  color: #9a031e !important;
}
.filter-options .filter-options-item .filter-options-content .items.bss-items-cat .item .bss_checkbox b {
  font-weight: normal !important;
}
.catalog-category-view {
  background: #F0F0F0 !important;
  font-family: "Karla" !important;
}
.catalog-category-view .product-img .product-image-wrapper {
  height: 270px;
  position: inherit;
}
.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: #9a031e !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: "Karla" !important;
  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: "Karla" !important;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  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: "Karla" !important;
  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: #F0F0F0 !important;
  font-family: "Karla" !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: "Karla" !important;
  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: 150px;
  height: 40px;
  padding: 10px 32px 14px 32px;
  gap: 10px;
  border-radius: 5px;
  background: #BF9B30 !important;
  border: 1px solid #FFC718;
  font-family: "Karla" !important;
  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;
  text-transform: uppercase;
}
.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: "Karla" !important;
  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 {
  background: #767676 !important;
  color: #fff;
}
.catalog-product-view .product-info-main .det_line .det_qty.det_qty2 .qty_navdet .qty_value:first-child span {
  color: #fff !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;
  color: #9A031E !important;
}
.catalog-product-view .product-info-main .det_line .det_qty.det_qty2 .qty_navdet .qty_value:last-child {
  border-bottom-right-radius: 0px;
}
.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: #fff;
  background: #767676 !important;
}
.catalog-product-view .product-info-main .det_line .det_qty.det_qty1 .qty_navdet .qty_value:first-child span {
  color: #fff !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: 0px;
}
.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: "Karla" !important;
  font-size: 30px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #9A031E !important;
}
.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: 150px;
  height: 40px;
  padding: 10px 32px 14px 32px;
  gap: 10px;
  border-radius: 5px;
  background: #BF9B30 !important;
  border: 1px solid #BF9B30;
  font-family: "Karla" !important;
  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;
  text-transform: uppercase;
}
.catalog-product-view .product-options-wrapper .cart.table-wrapper .size-chart {
  float: right;
  color: #9a031e;
  font-family: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: #9a031e !important;
  border: 1px solid #DCDCDC !important;
}
.catalog-product-view .product-options-wrapper .field.required .label {
  font-family: "Karla" !important;
  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;
  text-transform: uppercase;
}
.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: 30px;
  padding: 4px 8px 4px 0px;
  border-radius: 50px;
  background: #f2f0e6 !important;
  font-family: "Karla" !important;
  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: 170px;
  height: 34px;
  font-family: "Karla" !important;
  font-weight: 420;
  line-height: 14px;
  letter-spacing: -0.01em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: center;
  text-transform: none;
  float: left;
  text-align: left;
  background: #f2f0e6;
  border: solid 1px #BF9B30;
  color: #BF9B30;
  border-radius: 5px;
  padding: 8px 0 5px 10px;
  font-size: 13px;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .stock-status .stock.available {
  width: 170px;
  padding: 5px 8px 4px 8px;
  border-radius: 8px;
  color: #BF9B30;
  border-radius: 5px;
  font-family: Karla;
  font-size: 13px;
  letter-spacing: 0;
}
.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: 0;
}
.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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: #9a031e;
}
.catalog-product-view .first.last th.qty {
  background: #767676 !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: 0px;
}
.catalog-product-view .qty.qty-right {
  border-top-right-radius: 0px;
  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-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  height: 50px;
  line-height: 40px;
  margin-right: 2px;
  padding: 5px 60px;
  font-size: 14px;
  font-weight: 600;
  display: block;
  background: none !important;
  border: none !important;
}
.product.info.detailed {
  padding: 40px 0px;
}
.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: #767676 !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-invision.png) 0 0 no-repeat !important;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropbtn-btn:hover {
  background: url(../images/user-invision-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: #9a031e !important;
}
.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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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: "Karla" !important;
  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 #9a031e;
  border-radius: 50px;
}
.our-review-main .review-btn a {
  font-family: "Karla" !important;
  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: #9a031e;
}
.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: #fff !important;
  background-color: #9a031e !important;
  border: solid 1px #9a031e !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: #9a031e !important;
}
.product-item-inner .product.actions.product-item-actions .actions-primary .action.tocart.btn-cart123 {
  width: 100%;
  border-radius: 50px;
  color: #fff !important;
  background-color: #9a031e !important;
  border: solid 1px #9a031e !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: #9a031e !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: 0px !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: #9a031e !important;
}
.checkout-link a {
  color: #9a031e !important;
}
.ammenu-list .ammenu-item.category-item .ammenu-link {
  width: 100%;
  padding: 8px 20px !important;
  line-height: 18px !important;
  font-size: 13px !important;
  color: #575757 !important;
}
.ammenu-list .ammenu-item.category-item .ammenu-link:hover {
  background: #BF9B30 !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;
  padding: 8px 20px;
}
.ammenu-category-tree .ammenu-list {
  width: 100%;
}
.ammenu-category-tree .ammenu-title:after {
  content: "";
  position: absolute;
  width: 50px;
  background: #9A031E;
  left: 15px;
  height: 2px;
  bottom: 0px;
}
.ammenu-category-tree .ammenu-title {
  font-size: 14px !important;
  color: #000616 !important;
  font-weight: 500;
  font-family: "Karla" !important;
  position: relative;
  padding: 8px 20px;
}
.BookmarkProgram .ammenu-category-columns .ammenu-column {
  padding: 0px !important;
}
.BookmarkProgram .ammenu-category-tree .ammenu-title {
  padding: 10px 20px;
  font-size: 12px !important;
  color: #575757 !important;
  font-weight: 400;
}
.BookmarkProgram .ammenu-category-tree .ammenu-title:hover {
  background: #BF9B30 !important;
}
.BookmarkProgram .ammenu-category-tree .ammenu-title:after {
  display: none !important;
}
.Craft .ammenu-submenu-wrapper {
  width: 230px !important;
  max-width: 230px !important;
}
.Craft .ammenu-category-columns .ammenu-column {
  padding: 0px !important;
}
.Craft .ammenu-category-tree .ammenu-title {
  padding: 10px 20px;
  font-size: 12px !important;
  color: #575757 !important;
  font-weight: 400;
}
.Craft .ammenu-category-tree .ammenu-title:hover {
  background: #BF9B30 !important;
}
.Craft .ammenu-category-tree .ammenu-title:after {
  display: none !important;
}
.CurtainTieBacks .ammenu-submenu-wrapper {
  width: 230px !important;
  max-width: 230px !important;
}
.CurtainTieBacks .ammenu-category-columns .ammenu-column {
  padding: 0px !important;
}
.CurtainTieBacks .ammenu-category-tree .ammenu-title {
  padding: 10px 20px;
  font-size: 12px !important;
  color: #575757 !important;
  font-weight: 400;
}
.CurtainTieBacks .ammenu-category-tree .ammenu-title:hover {
  background: #BF9B30 !important;
}
.CurtainTieBacks .ammenu-category-tree .ammenu-title:after {
  display: none !important;
}
.FringeTrimCording .ammenu-submenu-wrapper {
  width: 230px !important;
  max-width: 230px !important;
}
.FringeTrimCording .ammenu-category-columns .ammenu-column {
  padding: 0px !important;
}
.FringeTrimCording .ammenu-category-tree .ammenu-title {
  padding: 10px 20px;
  font-size: 12px !important;
  color: #575757 !important;
  font-weight: 400;
}
.FringeTrimCording .ammenu-category-tree .ammenu-title:hover {
  background: #BF9B30 !important;
}
.FringeTrimCording .ammenu-category-tree .ammenu-title:after {
  display: none !important;
}
.ammenu-list .ammenu-item.category-item .ammenu-link.-simple .ammenu-text-block .ammenu-text:hover {
  color: #575757 !important;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root .ammenu-item .ammenu-link {
  font-family: "Karla" !important;
  font-size: 13px;
  font-weight: normal !important;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 10px 12px 10px 12px !important;
  width: 100%;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root .ammenu-item .ammenu-text:hover {
  color: #9A031E !important;
}
a.ammenu-title.-parent:hover {
  background: #BF9B30 !important;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root .ammenu-item {
  margin-right: 7px;
}
.pas-search-field .pas-input-text {
  opacity: inherit !important;
  letter-spacing: 2px !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: "Karla" !important;
  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: #9a031e;
}
.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: "Karla" !important;
  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: #9a031e;
}
.panel.header .ship-msg {
  float: left;
}
.panel.header .ship-msg .shiptext {
  font-family: "Karla" !important;
  font-size: 12px;
  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;
  padding-left: 15px;
}
.header-middle {
  background: #9a031e;
}
.header.content {
  background: #fff !important;
  padding: 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/favorite-invision.png) 0 0 no-repeat !important;
  height: 24px;
  padding: 0 0 0 27px;
  position: relative;
  top: 0px;
  cursor: pointer;
  left: -38px;
}
.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: #141414 !important;
  font-size: 24px !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: "Karla" !important;
  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: #9a031e !important;
  text-decoration: none;
}
.titlesection .table-title {
  font-family: "Karla" !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000616;
}
.cart-login-link {
  margin-bottom: 10px;
}
.cart-login-link .txt {
  font-family: "Karla" !important;
  font-weight: 420;
  font-size: 14px;
  line-height: 20px;
  color: #565961;
}
.product.info.detailed a {
  color: #9a031e !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: "Karla" !important;
    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: "Karla" !important;
    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: "Karla" !important;
    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: #9a031e;
    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 #9a031e;
    margin-top: 25px;
    cursor: pointer;
  }
  .feature-categories-main.mobile .read-more .readmorebtn {
    font-family: "Karla" !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #9a031e;
  }
  .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) {
  .login-section {
    display: none;
  }
  .wishlist-section {
    display: none;
  }
  .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: "Karla" !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: left;
    float: left !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: "Karla" !important;
    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;
    padding: 20px 0;
    border-radius: 0;
  }
  .ammenu-nav-sections.-sidebar .ammenu-link {
    font-size: 14px !important;
    font-family: "Karla" !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 #000;
    border-bottom: 2px solid #000;
  }
  .ammenu-header-container .ammenu-button.-hamburger:before {
    border-top: 2px solid #000;
  }
  .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: "Karla" !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: left;
    float: left !important;
  }
  .panel.header .ship-msg img {
    display: none;
  }
  .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: "Karla" !important;
    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;
    padding: 20px 0;
    border-radius: 0;
  }
  .ammenu-nav-sections.-sidebar .ammenu-link {
    font-size: 14px !important;
    font-family: "Karla" !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 #000;
    border-bottom: 2px solid #000;
  }
  .ammenu-header-container .ammenu-button.-hamburger:before {
    border-top: 2px solid #000;
  }
  .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: "Karla" !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: 0px;
  }
  .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: #9a031e !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: 50% !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: #9a031e !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: #000 !important;
    left: 0px;
    width: 60px;
    margin: 20px 9px 20px 0;
  }
  .ammenu-nav-sections.-sidebar .ammenu-link {
    font-size: 14px !important;
    font-family: "Karla" !important;
    color: #000616 !important;
  }
  .ammenu-drill-navigation .ammenu-button {
    font-size: 16px !important;
    font-family: "Karla" !important;
    padding: 10px 0 !important;
    color: #000616 !important;
  }
  .ammenu-nav-sections.-mobile.-drill .ammenu-current-title {
    font-size: 22px !important;
    font-family: "Karla" !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;
    padding: 20px 0;
    border-radius: 0px;
  }
  .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;
}
.page-header .panel.header {
  max-width: 1366px !important;
  padding-left: 15px !important;
}
.faculty-college .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  padding-left: 2px;
}
.rectangle-boder-footer {
  height: 1px;
  width: 100%;
  opacity: 0.1;
  background-color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 40px;
}
.desktop-faculty-college .faculty-college .graduation-caps {
  padding-right: 2px;
  padding-left: 2px;
}
.desktop-faculty-college .faculty-college .col-lg-4.col-md-4.col-sm-4.col-xs-12.craft-tassels {
  padding-right: 17px;
  padding-left: 2px;
}
.desktop-faculty-college .faculty-college .promobanner:hover .text.bottom-center {
  background: #D8D8D8;
}
.desktop-faculty-college .faculty-college .banner-text h6 {
  font-family: "Karla" !important;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #222;
  line-height: 1.428;
  letter-spacing: 0.5px;
}
.desktop-faculty-college .faculty-college .banner-button .shopnow {
  color: #9a031e !important;
  font-family: "Karla" !important;
}
.desktop-faculty-college .faculty-college .promobanner .text.bottom-center {
  text-align: center;
}
.desktop-faculty-college .faculty-college .promobanner .text {
  position: relative !important;
  padding: 10px;
  /* z-index: 1; */
  color: #1a1a1a;
  font-size: 15px;
  background: #fff;
}
.desktop-faculty-college .faculty-college .banner-text a {
  color: #0F1108;
  font-family: "Cera PRO Regular" !important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
.desktop-faculty-college .faculty-college .promobanner {
  position: relative;
  overflow: hidden;
}
.desktop-faculty-college .faculty-college .promobanner:hover .text.bottom-left {
  background: #D8D8D8;
}
.desktop-faculty-college .faculty-college .graduation-accessoires {
  padding-bottom: 20px !important;
  padding-left: 0px;
}
.desktop-faculty-college .faculty-college .col-lg-12.col-md-12.col-sm-12.col-xs-12.graduation-accessoires-two {
  padding-left: 2px !important;
  display: flex;
}
.desktop-faculty-college .faculty-college .col-lg-12.col-md-12.col-sm-12.col-xs-12.graduation-accessoires-two .col-lg-6.col-md-6.col-sm-6.col-xs-12.fringe-trim-cording {
  padding-left: 0px;
  padding-right: 10px;
}
.desktop-faculty-college .faculty-college .col-lg-12.col-md-12.col-sm-12.col-xs-12.graduation-accessoires-two .col-lg-6.col-md-6.col-sm-6.col-xs-12.curtain-tie-backs {
  padding-right: 0px;
  padding-left: 10px;
}
.desktop-faculty-college .faculty-college .promobanner:hover {
  border: solid 1px #9a031e;
}
.desktop-faculty-college .faculty-college .promobanner > a > img {
  min-width: 100%;
}
.desktop-faculty-college .faculty-college .promobanner:hover img {
  transform: scale(1.1) !important;
}
.desktop-faculty-college .faculty-college .images-new {
  background: #f5f5f5 !important;
}
.desktop-faculty-college .faculty-college .images-new .text.bottom-left .banner-button .shopnow {
  color: #9a031e !important;
  font-family: "Karla" !important;
}
.desktop-faculty-college .faculty-college .images-new .text.bottom-left .banner-text h6 {
  color: #0F1108;
  font-family: "Cera PRO Medium" !important;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
.desktop-faculty-college .faculty-college .promobanner {
  border: solid 1px #d6dff0;
  border-radius: 5px;
  background: none;
}
.desktop-faculty-college .faculty-college .promobanner .text.bottom-left {
  text-align: center !important;
  position: relative !important;
  padding: 10px;
  z-index: 1;
  color: #1a1a1a;
  font-size: 15px;
  background: #fff;
}
.desktop-faculty-college .faculty-college .promobanner .text.bottom-left .banner-text a {
  color: #0F1108;
  font-family: "Cera PRO Regular" !important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}
body {
  font-family: "Karla" !important;
  background: #F0F0F0 !important;
  font-size: 14px !important;
}
.about-graduation-outlet-section {
  background: #fff !important;
  padding-top: 50px;
  padding-bottom: 80px;
}
.about-graduation-outlet-section .who-we-are-about {
  color: #0F1108;
  font-family: "BebasNeueRegular" !important;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
  padding-bottom: 50px;
  width: 100%;
}
.about-graduation-outlet-section .who-we-are-about::after {
  content: '';
  height: 2px;
  width: 50px;
  background-color: #9A031E;
  display: block;
  margin: 0 auto;
}
.about-graduation-outlet-section .images-new.about-graduation {
  padding-left: 50px;
  padding-top: 30px;
}
.about-graduation-outlet-section .images-new .trim-and-tassels-llc {
  color: #0F1108;
  font-family: "Cera PRO Regular" !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.11px !important;
  line-height: 24px !important;
}
.about-graduation-outlet-section .we-offer-high-qualit {
  margin: 0px;
  padding: 0px;
}
.about-graduation-outlet-section .we-offer-high-qualit li {
  color: #0F1108;
  font-family: "Cera PRO Regular" !important;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  background: url(../images/check-circle.png) 0 5px no-repeat !important;
  padding: 0 0 0 30px;
  list-style: none;
}
.about-graduation-recent-reviews .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  display: flex;
}
.about-graduation-recent-reviews .recent-reviews-about {
  color: #0F1108;
  font-family: "BebasNeueRegular" !important;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 35px;
  width: 100%;
}
.about-graduation-recent-reviews .recent-reviews-about::after {
  content: '';
  height: 2px;
  width: 50px;
  background-color: #9A031E;
  display: block;
  margin: 0 auto;
}
.about-graduation-recent-reviews .trim-and-tassels-recent {
  color: #0F1108;
  font-family: "Cera PRO Regular" !important;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.11px;
  line-height: 24px;
  text-align: center;
  padding-bottom: 65px;
}
.copyright {
  background-color: #1c1f33 !important;
}
.page-footer .middle-footer {
  background-color: #1c1f33 !important;
  color: #ffffff !important;
  padding: 50px 0 10px 0 !important;
  border-top: 1px solid #f6f6f8;
}
.page-footer .middle-footer .margin-bottom30 {
  color: #DEAA00 !important;
  font-family: "Karla" !important;
  font-size: 13px !important;
  font-weight: bold !important;
  letter-spacing: 0 !important;
  line-height: 20px !important;
  margin-bottom: 8px !important;
}
.page-footer .middle-footer .menu li {
  margin-bottom: 5px;
  font-family: "Karla" !important;
  font-size: 12px !important;
  letter-spacing: 0;
  line-height: 20px;
}
.page-footer .middle-footer .menu li a {
  font-family: "Karla" !important;
  color: #ffffff !important;
  text-decoration: none;
}
.page-footer .middle-footer .menu-get-connected .toll-free-phone {
  background: url(../images/phone-call.png) 0 5px no-repeat !important;
}
.page-footer .middle-footer .menu-get-connected .email-get-connected {
  background: url(../images/mail-icon.png) 0 5px no-repeat !important;
}
.page-footer .middle-footer .menu-get-connected .facebook-get-connected {
  background: url(../images/facebook-icon.png) 0 5px no-repeat !important;
}
.page-footer .middle-footer .menu-get-connected .instagram-get-connected {
  background: url(../images/instagram.png) 0 5px no-repeat !important;
}
.page-footer .middle-footer .menu-get-connected li {
  color: #FFFFFF;
  font-family: "Cera PRO Regular" !important;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
  padding: 0 0 0 30px;
}
.page-footer .middle-footer .menu-get-connected li a {
  color: #ffffff !important;
  font-family: "Karla" !important;
  text-decoration: none;
}
.cms-index-index .page-main {
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.graduation-outlet.call {
  float: right;
  padding-top: 4px;
  padding-bottom: 8px;
}
.graduation-outlet.call li {
  float: left;
  padding-right: 20px;
  margin-bottom: 0px;
}
.graduation-outlet.call li a {
  color: #0F1108 !important;
  font-family: Karla;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
}
.graduation-outlet.call li a img {
  padding-right: 6px;
}
.rectangle-boder {
  height: 1px;
  width: 1334px;
  background-color: #E6E6E6;
  margin-top: 32px;
  margin-bottom: 32px;
}
#maincontent {
  margin-top: 25px !important;
}
.catalog-category-view #maincontent {
  margin-top: 10px !important;
}
.page-header .panel.wrapper {
  background: #ebebeb !important;
}
.page-header .panel.wrapper .panel.header {
  background: #ebebeb !important;
  padding-bottom: 0px !important;
  padding-top: 2px !important;
}
@media (min-width: 1025px) and (max-width: 3500px) {
  .middle-header .ammenu-logo img {
    position: relative;
    left: -35px !important;
  }
}
.middle-header .login-wishlist-section.allpage {
  width: 25%;
  display: contents !important;
}
.middle-header .ammenu-logo {
  width: 16.66666667%;
  height: 38px;
}
.middle-header .searchsection {
  width: 50%;
}
.middle-header .login-wishlist-section.allpage {
  width: 25%;
}
.middle-header .login-wishlist-section.allpage .ship-help {
  float: left;
  width: 18%;
  border-right: solid 1px #040404;
  margin-right: 75px;
}
.middle-header .login-wishlist-section.allpage .ship-help li {
  padding: 0px 30px 0px 0;
  list-style: none;
  float: left;
  position: relative;
  top: 5px;
}
.middle-header .login-wishlist-section.allpage .ship-help li a {
  color: #0F1108;
  font-family: Karla;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 15px;
  text-align: center;
}
.button.search-main {
  color: #fff;
  background: #D7DEDC !important;
  padding: 6px 13px 5px 13px !important;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
.ammenu-nav-sections.-topmenu {
  background: #ebebeb !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
}
.ship-msg {
  color: #141414 !important;
  float: left;
  padding-top: 4px;
  text-align: right;
  padding-left: 15px;
  font-family: Karla;
  font-size: 12px;
  letter-spacing: 0;
}
.bottom-footer {
  background: #1c1f33 !important;
  color: #ffffff !important;
}
.bottom-footer .copyright {
  color: #FFFFFF;
  font-family: "Cera PRO Regular" !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  text-align: left;
}
.bottom-footer .all-rights-reserved {
  height: 16px;
  color: #FFFFFF;
  font-family: "Karla" !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  text-align: right;
}
.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
  max-width: 1335px !important;
}
.catalog-category-view .page-main {
  width: 1366px !important;
  max-width: 1366px !important;
}
legend.legend {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 21px !important;
  line-height: inherit;
  color: #333 !important;
  border: 0;
  border-bottom: 1px solid #e5e5e5 !important;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
  font-weight: normal !important;
}
.cart-container .cart-summary {
  padding: 0px !important;
}
.cart-container .cart-summary .shipping .title {
  color: #fff;
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  font-size: 13px;
  padding: 12px 20px 9px;
}
#block-summary {
  padding: 40px 30px;
  border-left: 1px solid #f4f4f4;
  background-color: #fff;
  min-height: 200px;
}
.message.success a {
  color: #9a031e !important;
}
a.action.action-help {
  color: #8e8e8e;
}
a.action.action-help:hover {
  color: #9a031e !important;
}
.cat_img_box img {
  max-width: 237px !important;
  max-height: 200px;
  width: auto;
  height: auto;
  margin: 0 auto;
}
#co-shipping-form {
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 0px;
}
.amcheckout-title-container {
  background-color: #f5f5f5;
  padding: 20px;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 15px;
  line-height: 2.2rem;
  padding: 9px 17px;
  float: left !important;
}
.step-content.amcheckout-content {
  background-color: #f5f5f5;
  padding: 19px 30px 30px;
}
.step-title.amcheckout-title {
  background-color: #f5f5f5;
  padding: 19px 30px 30px;
  margin-bottom: 0px;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  color: #9a031e !important;
}
.customer-account-login #maincontent {
  max-width: 1366px;
}
.minicart-wrapper .action.showcart .text {
  clip: inherit !important;
  overflow: inherit !important;
  color: #141414 !important;
  font-weight: bold;
  padding-top: 11px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .ammenu-items.-root.-accordion .ammenu-item.category-item .ammenu-link.-mobile {
    border-bottom: 1px solid #ddd !important;
    font-size: 14px !important;
    color: #141414 !important;
    min-height: 40px;
    padding: 10px 0;
  }
  .ammenu-items.-root.-accordion .ammenu-item.category-item .ammenu-link.-mobile .ammenu-text {
    font-weight: normal !important;
  }
  .ammenu-tabs-list {
    margin: 0 20px 0px;
    padding: 0;
  }
  .rectangle-boder {
    width: 100%;
  }
  .middle-header .login-wishlist-section.allpage .ship-help {
    width: 21%;
    border-right: none;
    margin-right: 0;
  }
  .catalog-category-view .page-main {
    width: 100% !important;
    max-width: 100% !important;
  }
  .ammenu-button.-hamburger {
    margin: 20px 10px 20px 0;
    width: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ammenu-items.-root.-accordion .ammenu-item.category-item .ammenu-link.-mobile {
    border-bottom: 1px solid #ddd !important;
    font-size: 14px !important;
    color: #141414 !important;
    min-height: 40px;
    padding: 10px 0;
  }
  .ammenu-items.-root.-accordion .ammenu-item.category-item .ammenu-link.-mobile .ammenu-text {
    font-weight: normal !important;
  }
  .ammenu-tabs-list {
    margin: 0 20px 0px;
    padding: 0;
  }
  .login-section {
    display: none;
  }
  .ammenu-button.-hamburger {
    margin: 20px 10px 20px 0;
    width: 33px;
  }
  .plumrocket-search-form #pas-mini-form {
    max-width: 100% !important;
  }
  .ammenu-header-container .header.content .ammenu-logo {
    min-width: 165px;
  }
  .middle-header .login-wishlist-section.allpage .ship-help {
    width: 52%;
    border-right: none;
    margin-right: 0px !important;
  }
  .wishlist-section {
    display: none;
  }
  .rectangle-boder {
    width: 100%;
  }
  .catalog-category-view .page-main {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .ammenu-tabs-list {
    margin: 0 20px 0px;
    padding: 0;
  }
  .rectangle-boder {
    width: 100%;
  }
  .middle-header .login-wishlist-section.allpage .ship-help {
    display: none;
  }
  .login-section {
    display: none;
  }
  .catalog-category-view .page-main {
    width: 100% !important;
    max-width: 100% !important;
  }
  .cat_img_box img {
    max-width: 100% !important;
    max-height: 100%;
  }
  .desktop-faculty-college .faculty-college:last-child .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding-left: 15px !important;
  }
  .desktop-faculty-college .faculty-college .craft-tassels:first-child {
    padding-top: 0px !important;
  }
  .desktop-faculty-college .faculty-college .craft-tassels {
    padding-left: 15px !important;
    padding-top: 15px;
  }
  .desktop-faculty-college .faculty-college .graduation-caps {
    padding-right: 15px;
    padding-left: 15px;
  }
  .desktop-faculty-college .faculty-college .graduation-accessoires {
    padding-bottom: 15px !important;
    margin-top: 15px;
    padding-right: 0px !important;
  }
  .desktop-faculty-college .faculty-college .col-lg-12.col-md-12.col-sm-12.col-xs-12.graduation-accessoires-two {
    display: inline-block;
    padding: 0px !important;
  }
  .desktop-faculty-college .faculty-college .col-lg-12.col-md-12.col-sm-12.col-xs-12.graduation-accessoires-two .fringe-trim-cording {
    padding-right: 0px !important;
  }
  .desktop-faculty-college .faculty-college .col-lg-12.col-md-12.col-sm-12.col-xs-12.graduation-accessoires-two .curtain-tie-backs {
    padding-left: 0px !important;
    margin-top: 15px;
  }
  .about-graduation-recent-reviews .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    display: inline-block;
  }
  .wishlist-section {
    display: none;
  }
  .header .ship-msg {
    width: 50%;
    text-align: right;
    padding-left: 0px;
  }
  .header .graduation-outlet {
    width: 45%;
    text-align: left;
    float: left;
  }
  .header .graduation-outlet ul li {
    padding-right: 18px;
  }
  .header .graduation-outlet ul li:nth-last-child(2) {
    display: none;
  }
  .header .graduation-outlet ul li:last-child {
    display: none;
  }
}
/* 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%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FAmasty_CheckoutCore%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_classic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FAmasty_MegaMenuLite%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FAmasty_MegaMenuLite%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_animations.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FBss_ConfiguableGridView%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FBss_ProductCustomTabs%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FSparsh_Banner%5C%2Fcss%5C%2Fsource%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FSparsh_Banner%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_modern.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%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%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTrimandtassels%5C%2Ftnt%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%3BACnMxB%3BEAAY%2CaAAa%2CkBAAb%3BEACV%2CSAAS%2CoDAAT%3B%3BEACA%2CSAAS%2C4DAA4D%2COAAO%2CwCACvE%2CsDAAsD%2COAAO%2CoCAC9D%2CqDAAqD%2COAAO%2C2EAC5D%2CsEAAsE%2COAAO%2CMAHjF%3B%3B%3BAAOF%3BEAAY%2CaAAa%2CiBAAb%3BEACV%2CSAAS%2CmDAAT%3B%3BEACA%2CSAAS%2C2DAA2D%2COAAO%2CwCACtE%2CqDAAqD%2COAAO%2CoCAC7D%2CoDAAoD%2COAAO%2C2EAC3D%2CoEAAoE%2COAAO%2CMAH%5C%2FE%3B%3BEAIA%2CgBAAA%3BEACE%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGA%3BEACA%2CaAAa%2COAAb%3BEACA%2CSAAS%2CoCAAT%3BEACA%2CSAAS%2C4CAA4C%2COAAO%2C0BACpD%2CuCAAuC%2COAAO%2CcAC9C%2CsCAAsC%2COAAO%2CaAC7C%2CqCAAqC%2COAAO%2CiBAC5C%2CgDAAgD%2COAAO%2CMAJ%5C%2FD%3BEAKA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2C0CAAT%3BEACA%2CSAAS%2CkDAAkD%2COAAO%2C0BAC1D%2C6CAA6C%2COAAO%2CcACpD%2C4CAA4C%2COAAO%2CaACnD%2C2CAA2C%2COAAO%2CiBAClD%2C4DAA4D%2COAAO%2CMAJ3E%3BEAKA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2CyCAAT%3BEACA%2CSAAS%2CiDAAiD%2COAAO%2C0BACzD%2C4CAA4C%2COAAO%2CcACnD%2C2CAA2C%2COAAO%2CaAClD%2C0CAA0C%2COAAO%2CiBACjD%2C0DAA0D%2COAAO%2CMAJzE%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2C%2BCAAT%3BEACA%2CSAAS%2CuDAAuD%2COAAO%2C0BAC%5C%2FD%2CkDAAkD%2COAAO%2CcACzD%2CiDAAiD%2COAAO%2CaACxD%2CgDAAgD%2COAAO%2CiBACvD%2CsEAAsE%2COAAO%2CMAJrF%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2C0CAAT%3BEACA%2CSAAS%2CkDAAkD%2COAAO%2C0BAC1D%2C6CAA6C%2COAAO%2CcACpD%2C4CAA4C%2COAAO%2CaACnD%2C2CAA2C%2COAAO%2CiBAClD%2C4DAA4D%2COAAO%2CMAJ3E%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2CgDAAT%3BEACA%2CSAAS%2CwDAAwD%2COAAO%2C0BAChE%2CmDAAmD%2COAAO%2CcAC1D%2CkDAAkD%2COAAO%2CaACzD%2CiDAAiD%2COAAO%2CiBACxD%2CwEAAwE%2COAAO%2CMAJvF%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2C2CAAT%3BEACA%2CSAAS%2CmDAAmD%2COAAO%2C0BAC3D%2C8CAA8C%2COAAO%2CcACrD%2C6CAA6C%2COAAO%2CaACpD%2C4CAA4C%2COAAO%2CiBACnD%2C8DAA8D%2COAAO%2CMAJ7E%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2CqCAAT%3BEACA%2CSAAS%2C6CAA6C%2COAAO%2C0BACrD%2CwCAAwC%2COAAO%2CcAC%5C%2FC%2CuCAAuC%2COAAO%2CaAC9C%2CsCAAsC%2COAAO%2CiBAC7C%2CkDAAkD%2COAAO%2CMAJjE%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2CsCAAT%3BEACA%2CSAAS%2C8CAA8C%2COAAO%2C0BACtD%2CyCAAyC%2COAAO%2CcAChD%2CwCAAwC%2COAAO%2CaAC%5C%2FC%2CuCAAuC%2COAAO%2CiBAC9C%2CoDAAoD%2COAAO%2CMAJnE%3BEAKA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2CwCAAT%3BEACA%2CSAAS%2CgDAAgD%2COAAO%2C0BACxD%2C2CAA2C%2COAAO%2CcAClD%2C0CAA0C%2COAAO%2CaACjD%2CyCAAyC%2COAAO%2CiBAChD%2CwDAAwD%2COAAO%2CMAJvE%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2CsCAAT%3BEACA%2CSAAS%2C8CAA8C%2COAAO%2C0BACtD%2CyCAAyC%2COAAO%2CcAChD%2CwCAAwC%2COAAO%2CaAC%5C%2FC%2CuCAAuC%2COAAO%2CiBAC9C%2CoDAAoD%2COAAO%2CMAJnE%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2CuCAAT%3BEACA%2CSAAS%2C%2BCAA%2BC%2COAAO%2C0BACvD%2C0CAA0C%2COAAO%2CcACjD%2CyCAAyC%2COAAO%2CaAChD%2CwCAAwC%2COAAO%2CiBAC%5C%2FC%2CsDAAsD%2COAAO%2CMAJrE%3BEAKA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2C4CAAT%3BEACA%2CSAAS%2CoDAAoD%2COAAO%2C0BAC5D%2C%2BCAA%2BC%2COAAO%2CcACtD%2C8CAA8C%2COAAO%2CaACrD%2C6CAA6C%2COAAO%2CiBACpD%2CgEAAgE%2COAAO%2CMAJ%5C%2FE%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CSAAS%2C8CAAT%3BEACA%2CSAAS%2CsDAAsD%2COAAO%2C0BAC9D%2CiDAAiD%2COAAO%2CcACxD%2CgDAAgD%2COAAO%2CaACvD%2C%2BCAA%2BC%2COAAO%2CiBACtD%2CoEAAoE%2COAAO%2CMAJnF%3BEAKA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CkBAAb%3BEACA%2CSAAS%2C0CAAT%3BEACA%2CSAAS%2CkDAAkD%2COAAO%2C0BAC1D%2C6CAA6C%2COAAO%2CcACpD%2C4CAA4C%2COAAO%2CaACnD%2C2CAA2C%2COAAO%2CiBAClD%2C4DAA4D%2COAAO%2CMAJ3E%3BEAKA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CeAAb%3BEACA%2CSAAS%2CuCAAT%3BEACA%2CSAAS%2CkDAAkD%2COAAO%2C0BAC1D%2C6CAA6C%2COAAO%2CcACpD%2C4CAA4C%2COAAO%2CaACnD%2CyCAAyC%2COAAO%2CiBAChD%2C4DAA4D%2COAAO%2CMAJ3E%3BEAKA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIH%3BEACG%2CuBAAA%3B%3BAAGH%2CqBACG%2CaAAY%2CeACR%3BEACQ%2CqBAAA%3B%3BAAMf%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%3BEACG%2C0BAAA%3BEACA%2CmBAAA%3BEACD%2CcAAA%3B%3BAAfV%2CyBAmBI%2CMAAK%3BEAEF%2CqBAAA%3B%3BAAKP%2CWAEG%2CUAEI%2COAAM%3BEAEF%2CsBAAA%3B%3BAANX%2CWAEG%2CUAOI%2CiBAEG%2CSAEG%2CQAAO%3BEAEJ%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAhBhB%2CWAEG%2CUAOI%2CiBAEG%2CSAQG%2CQAAO%2CQAAQ%3BEAEZ%2CyBAAA%3BEACA%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%2CgBAMK%3BEAsBO%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAhCZ%2CgBAMK%2CwBAEI%3BEACO%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjBhB%2CgBAMK%2CwBAcO%2COAEI%3BEAEG%2CuBAAA%3B%3BAAxBnB%2CgBAMK%2CwBA4BO%2CMAAK%3BEACF%2C2BAAA%3B%3BAAnCf%2CgBAMK%2CwBAgCO%2CMAAM%2CEAAC%3BEACJ%2C0BAAA%3B%3BAAvCf%2CgBAMK%2CwBAoCO%3BEAEI%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3B%3BAAWf%3BEAEO%2CaAAA%3BEACJ%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%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%3BEAEZ%2CqBAAA%3B%3BAARR%2CgBAaK%3BEAEG%2CaAAA%3BEAAc%2CSAAA%3BEACd%2CuBAAuB%2CeAAvB%3B%3BAAhBR%2CgBAmBI%2CMAEI%3BEAEI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAc%2CaAAd%3BEACA%2CYAAW%2CsBAAX%3BEACA%2CiBAAA%3BEACA%2CYAAW%2CaAAX%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FBZ%2CgBAqCI%2COAEI%3BEAEI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAc%2CaAAd%3BEACA%2CYAAW%2CsBAAX%3BEACA%2CiBAAA%3BEACA%2CYAAW%2CaAAX%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAjDZ%2CgBAuDI%3BEAEI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAc%2CaAAd%3BEACA%2CYAAW%2CsBAAX%3BEACA%2CiBAAA%3BEACA%2CYAAW%2CaAAX%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAjER%2CgBAoEI%2CiBAAgB%3BEACZ%2CSAAQ%2CEAAR%3BEACA%2CkBAAA%3BEAAmB%2CQAAA%3BEACnB%2CYAAW%2CyEAAX%3BEACA%2CWAAA%3B%3BAAxER%2CgBA2EI%2CiBAEG%3BEACK%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAjFZ%2CgBAsFI%2CiBAAgB%2CMAEZ%3BEACG%2CWAAU%2CWAAV%3B%3BAAzFX%2CgBA6FI%3BEACG%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAhGP%2CgBAmGI%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAvGN%2CgBA0GI%3BEACE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA7GN%2CgBAiHI%3BEAEI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA3HR%2CgBAiHI%2CMAYI%3BEAEG%2C%2BBAAA%3B%3BAA%5C%2FHX%2CgBAmII%2CMAAK%2CMAEF%3BEACG%2CWAAU%2CeAAV%3B%3BAAtIV%2CgBA0II%3BEAkBE%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA7JN%2CgBA0II%2CMAEI%3BEAEI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAnJZ%2CgBA0II%2CMAYI%3BEAEI%2CeAAA%3BEACA%2CeAAA%3B%3BAAzJZ%2CgBA0II%2CMAqBE%3BEACG%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAnKT%2CgBA0II%2CMA4BE%3BEAEG%2CaAAA%3B%3BAAxKT%2CgBA0II%2CMAiCI%3BEAEE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3B%3BAA%5C%2FKV%2CgBA0II%2CMAwCI%3BEACE%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA5LV%2CgBAkMI%3BEAEG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAxMP%2CgBAkMI%2CQAQG%3BEACG%2CiBAAA%3B%3BAA3MV%2CgBAkMI%2CQAYI%3BEAEI%2CaAAA%3B%3BAAhNZ%2CgBAkMI%2CQAiBI%3BEACE%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAtNV%2CgBAkMI%2CQAwBI%3BEACE%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAApOV%2CgBAwOI%3BEAEI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2C0CAAA%3B%3BAAnPR%2CgBAsPI%3BEACG%2CkBAAA%3BEAAmB%2CQAAA%3B%3BAAvP1B%2CgBAsPI%2CQAGG%3BEACE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3B%3BAA7PT%2CgBAsPI%2CQAUG%2COAAM%3BEACH%2CUAAA%3B%3BAAjQV%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%3BIACI%2CaAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAhCX%2CgBA0BI%2CMASI%2CQAEG%3BIAEK%2CaAAA%3B%3BEAvChB%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%3BEAE7D%2CwBAAwB%2COAEpB%3BIAEG%2CaAAA%3B%3BEAJP%2CwBAAwB%2COAOpB%3BIAEG%2CaAAA%3B%3B%3BAAsBV%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%3BEAEzD%2CYAEI%2CYAGI%2CiBAEK%2CoBAEI%2CKAAI%3BIAEE%2CeAAA%3B%3BEAXvB%2CYAEI%2CYAGI%2CiBAUG%2CoBAAmB%2CYAEhB%2CiBAAiB%3BIAEX%2C0BAAA%3B%3BEASpB%2CwBAEG%2CoBAAmB%2CYAEd%2CKAAI%3BIAEA%2CeAAA%3B%3BEANZ%2CwBAEG%2CoBAAmB%2CYAEd%2CKAAI%2CeAIC%3BIAEC%2CeAAA%3B%3BEAVd%2CwBAEG%2CoBAAmB%2CYAYf%3BIAEI%2CeAAA%3B%3B%3BAAQd%2CYAAY%2CiBAET%3BEAEI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAIN%2CqBAEG%2CSAAQ%2CMAEL%2CoBAEI%2CSAAQ%2CWAAW%2CQAGf%3BEAEG%2CgBAAA%3BEACC%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAASnB%2CeAAe%2COAEZ%3BEAEG%2CsBAAA%3B%3BAAOA%2CcAES%3BEAEI%2C4BAAA%3B%3BAAJb%2CcAOQ%3BEAES%2CYAAA%3B%3BAAKxB%2CeAEK%3BEAEG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CcAEI%2CcAEI%2CsBAEI%2CMAAK%3BEAEF%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAMf%2CSAAS%3BEACL%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAEK%2CoBAEG%3BEAEG%2CcAAA%3BEACA%2CeAAA%3B%3BAAPX%2CoBAEK%2CoBAEG%2COAKG%3BEAEK%2C0BAAA%3B%3BAAOhB%2CiBAEG%2CMAAK%2CcAEF%3BEAEG%2C%2BBAAA%3B%3BAANT%2CiBAUK%3BEACG%2C6BAAA%3B%3BAAXR%2CiBAUK%2CYAGG%2CUAAS%3BEACL%2C6BAAA%3B%3BAAQZ%2CqBAEI%3BEACI%2CsBAAA%3B%3BAAHR%2CqBAMI%2CiBAEG%2CSAEI%2COAAM%2COAAO%3BEAER%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAnBhB%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%2COAII%3BEAEG%2CmBAAA%3B%3BAApDtB%2CqBAwCK%2CaAAY%2CeAEN%2C0BAcK%3BEAEG%2CqBAAA%3B%3BAA1DnB%2CqBAwCK%2CaAAY%2CeAEN%2C0BAcK%2CuBAIG%2CSAEK%2COAAM%3BEAEF%2CsBAAA%3B%3BAAhE5B%2CqBAwCK%2CaAAY%2CeAEN%2C0BA4BK%2COAAM%3BEAgBF%2CqBAAA%3B%3BAAtFpB%2CqBAwCK%2CaAAY%2CeAEN%2C0BA4BK%2COAAM%2CUAEA%2CSAEI%3BEAEG%2CmBAAA%3B%3BAA5E7B%2CqBAwCK%2CaAAY%2CeAEN%2C0BA4BK%2COAAM%2CUAEA%2CSAOI%3BEAEG%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAlF7B%2CqBAwCK%2CaAAY%2CeAEN%2C0BA%2BCI%3BEAIO%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAA%5C%2FFtB%2CqBAwCK%2CaAAY%2CeAEN%2C0BA%2BCI%2CsBAQI%3BEAEK%2C4BAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAvGxB%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%3BEAEF%2CWAAA%3BEACA%2CUAAA%3B%3BAAvIhB%2CqBA6IG%2C2BAEI%2CMAAK%3BEAEF%2C0BAAA%3B%3BAAjJV%2CqBA6IG%2C2BAOI%2COAAM%3BEAEH%2CsBAAA%3B%3BAAtJV%2CqBA6IG%2C2BAYI%2COAAM%3BEAgBL%2CqBAAA%3B%3BAAzKR%2CqBA6IG%2C2BAYI%2COAAM%2CUAEH%2CSAEI%3BEAEG%2CmBAAA%3B%3BAA%5C%2FJjB%2CqBA6IG%2C2BAYI%2COAAM%2CUAEH%2CSAOI%3BEAEG%2CuBAAA%3BEACA%2CmBAAA%3B%3BAArKjB%2CqBA6IG%2C2BA%2BBC%3BEAEG%2CqBAAA%3B%3BAA9KP%2CqBA6IG%2C2BA%2BBC%2COAIG%3BEAEG%2CmBAAA%3B%3BAAlLV%2CqBA6IG%2C2BAyCC%3BEAEG%2CqBAAA%3B%3BAAxLP%2CqBA6IG%2C2BAyCC%2CuBAIG%2CSAII%2COAAM%3BEAED%2CsBAAA%3B%3BAASf%2CeAEG%3BEAEI%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAIP%2CKAAK%2CKAEF%3BEAEG%2C%2BBAAA%3BEACA%2CgBAAA%3B%3BAAIN%2CEAAE%2CIAAI%3BEACH%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CIAEK%3BEAEG%2C6BAAA%3B%3BAAIR%2CIAAI%2CMAEA%3BEAEI%2C6BAAA%3B%3BAAIR%3BEAEI%2CsBAAA%3B%3BAAFJ%2CuBAIK%3BEAEG%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAPR%2CuBAIK%2CeAOE%3BEAsEO%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAApFd%2CuBAIK%2CeAOE%2CaAGO%2CqBAAoB%3BEAEd%2CaAAA%3B%3BAAhBpB%2CuBAIK%2CeAOE%2CaAGO%2CqBAAoB%2COAId%3BEACI%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAAtBxB%2CuBAIK%2CeAOE%2CaAGO%2CqBAAoB%2COAWd%3BEAEG%2CYAAA%3B%3BAA3BvB%2CuBAIK%2CeAOE%2CaAGO%2CqBAAoB%2COAWd%2CmBAIG%2CEAAC%3BEAEI%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CgCAAA%3B%3BAAjC5B%2CuBAIK%2CeAOE%2CaAGO%2CqBAAoB%2COAWd%2CmBAIG%2CEAAC%2CmBAMI%2CiBAAgB%2CkBAAkB%2CIAAI%2CKAElC%3BEAEG%2CcAAA%3B%3BAAvCnC%2CuBAIK%2CeAOE%2CaAqCQ%2CqBAAoB%3BEAEf%2CaAAA%3B%3BAAlDpB%2CuBAIK%2CeAOE%2CaAqCQ%2CqBAAoB%2CaAIf%3BEACI%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAAxDxB%2CuBAIK%2CeAOE%2CaAqCQ%2CqBAAoB%2CaAWf%3BEAEG%2CYAAA%3B%3BAA7DvB%2CuBAIK%2CeAOE%2CaAqCQ%2CqBAAoB%2CaAWf%2CmBAIG%2CEAAC%3BEAEI%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CgCAAA%3B%3BAAnE5B%2CuBAIK%2CeAOE%2CaAqCQ%2CqBAAoB%2CaAWf%2CmBAIG%2CEAAC%2CmBAMI%2CiBAAgB%2CkBAAkB%2CIAAI%2CKAElC%3BEAEG%2CcAAA%3B%3BAAzEnC%2CuBAIK%2CeAOE%2CaA2EM%3BEAEI%2CqCAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3B%3BAA1FjB%2CuBAIK%2CeAOE%2CaAkFK%3BEAOK%2CuBAAA%3B%3BAApGjB%2CuBAIK%2CeAOE%2CaAkFK%2CqBAEK%3BEACG%2C2BAAA%3BEACA%2CcAAA%3B%3BAAjGpB%2CuBAIK%2CeAOE%2CaAkFK%2CqBAUI%2CyBAEI%3BEAEG%2CcAAA%3B%3BAA3GvB%2CuBAIK%2CeAOE%2CaAkFK%2CqBAUI%2CyBAEI%2CeAII%2CeAEG%3BEAEG%2C0BAAA%3B%3BAAjH9B%2CuBAIK%2CeAOE%2CaAkFK%2CqBA2BG%2CmBAEI%3BEAEO%2C4BAAA%3B%3BAA5H1B%2CuBAIK%2CeAOE%2CaAkFK%2CqBAmCG%3BEAEK%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAnIpB%2CuBAIK%2CeAOE%2CaA4HI%2CqBAAoB%2CeAEhB%3BEAEG%2C0BAAA%3B%3BAA3IlB%2CuBAIK%2CeAOE%2CaAoIC%2CqBAAoB%2CUAEhB%2CyBAEG%2CeAEK%3BEACI%2C0BAAA%3B%3BAAtJxB%2CuBAIK%2CeA4JG%3BEACE%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAlKV%2CuBAIK%2CeA4JG%2CeAIE%3BEAEM%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CqCAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3B%3BAA9KhB%2CuBAIK%2CeA4JG%2CeAIE%2CYAYM%3BEAEQ%2CUAAA%3BEACA%2CsBAAA%3B%3BAAnLxB%2CuBAIK%2CeAoLG%3BEAEI%2CuBAAA%3B%3BAA1LZ%2CuBAIK%2CeAoLG%2CgBAII%3BEAEI%2CqCAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAnMhB%2CuBAIK%2CeAoLG%2CgBAcG%3BEAEK%2CqCAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAOf%2CuBAEG%2CgBAEG%2CsBAEI%3BEAEG%2CiBAAA%3BEACA%2CiBAAA%3B%3BAATb%2CuBAcG%2CcAEI%2CSAEI%2CaAAY%2CIAER%3BEAEG%2CaAAA%3BEACA%2CkBAAA%3B%3BAAvBlB%2CuBAcG%2CcAEI%2CSAEI%2CaAAY%2CIAER%2CeAKG%3BEAEI%2CmBAAA%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA9BvB%2CuBAcG%2CcAEI%2CSAEI%2CaAAY%2CIAER%2CeAaG%2CUAAS%3BEACN%2CsBAAA%3BEACA%2CWAAA%3B%3BAAnCrB%2CuBAcG%2CcAEI%2CSAEI%2CaAAY%2CIAER%2CeAkBG%3BEAEI%2CmBAAA%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAQvB%2CoBAEG%2CMAAK%2CcAED%2CSAAQ%3BEAEJ%2CuBAAA%3B%3BAANX%2CoBAEG%2CMAAK%2CcAED%2CSAAQ%2CIAIJ%3BEAGI%2CsBAAA%3B%3BAAXf%2CoBAEG%2CMAAK%2CcAED%2CSAAQ%2CIAUH%3BEAEG%2CaAAA%3BEACA%2CYAAA%3B%3BAAjBf%2CoBAEG%2CMAAK%2CcAED%2CSAAQ%2CIAUH%2CMAKG%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvBnB%2CoBAEG%2CMAAK%2CcAED%2CSAAQ%2CIAUH%2CMAWG%3BEAEG%2CmBAAA%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAOnB%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%2CWAEQ%3BEAiBI%2CaAAA%3BEACA%2CuBAAA%3B%3BAApBZ%2CWAEQ%2CSAEI%3BEAEE%2CuBAAA%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACC%2C4BAAA%3B%3BAAThB%2CWAEQ%2CSAUI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACD%2CmBAAA%3BEACC%2C4BAAA%3B%3BAAhBhB%2CWAEQ%2CSAoBI%3BEAEI%2CsBAAA%3BEACD%2CiCAAA%3BEACA%2CuBAAA%3B%3BAAKf%2CuBAEI%2CYAEI%3BEAiBI%2CaAAA%3BEACA%2CuBAAA%3B%3BAAtBZ%2CuBAEI%2CYAEI%2CSAEI%3BEAEE%2CuBAAA%3BEACC%2CkBAAA%3BEACA%2CmBAAA%3BEACC%2C4BAAA%3B%3BAAXhB%2CuBAEI%2CYAEI%2CSAUI%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACD%2CmBAAA%3BEACC%2C4BAAA%3B%3BAAlBhB%2CuBAEI%2CYAEI%2CSAoBI%3BEAEI%2CsBAAA%3BEACD%2CiCAAA%3BEACA%2CsBAAA%3B%3BAAMb%3BEAEE%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CuBAAA%3B%3BAAGJ%2CoBAAoB%2CQAAQ%2CWAExB%2CaAAY%2CQAER%2CmBAAkB%3BEAEd%2CWAAW%2CcAAX%3B%3BAANZ%2CoBAAoB%2CQAAQ%2CWAUvB%2CmBAAkB%3BEAEX%2CWAAW%2CcAAX%3B%3BAAMX%2CeAEO%2CeAEI%2CSAEI%3BEACI%2CWAAA%3B%3BAAMpB%2CeAEI%3BEAEI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAMR%3BEAEQ%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAALR%2CSAOQ%2CKAAI%3BEACA%2CUAAA%3B%3BAARZ%2CSAWQ%2CQAAO%3BEACH%2CUAAA%3B%3BAAMZ%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%2CeAEI%3BEAEI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CcAEI%3BEACI%2CkBAAA%3B%3BAAHR%2CcAEI%2CeAGK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAVZ%2CcAEI%2CeAWI%3BEACI%2CeAAA%3B%3BAAdZ%2CcAEI%2CeAeI%3BEAEI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAzBZ%2CcAEI%2CeAeI%2CuBAUI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA9BhB%2CcAEI%2CeAeI%2CuBAgBK%3BEACG%2CaAAA%3BEACA%2CeAAA%3B%3BAAOhB%3BEAEO%2CmBAAA%3B%3BAAGP%2CcAEI%2CeACI%2C2BACI%2CGACI%2CGACI%2CeACI%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAT5B%2CcAkBI%2CSAEI%3BEAEI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAzBZ%2CcAkBI%2CSAEI%2CUAOI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAArChB%2CcAkBI%2CSAEI%2CUAoBI%2CWAEI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAA5CpB%2CcAkBI%2CSAEI%2CUAoBI%2CWAEI%2CGAIK%3BEAEG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAtDxB%2CcAkBI%2CSAEI%2CUAoBI%2CWAEI%2CGAeI%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAA5DxB%2CcAkBI%2CSAEI%2CUAoBI%2CWAEI%2CGAqBI%2COAAM%3BEACE%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAAvE5B%2CcAkBI%2CSAEI%2CUAoBI%2CWAEI%2CGAqBI%2COAAM%2COAUE%3BEACI%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAhFhC%2CcAkBI%2CSAEI%2CUAoBI%2CWA6CI%3BEACI%2CWAAA%3B%3BAAtFpB%2CcA4FK%2CUAEG%3BEAEI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAnGZ%2CcA4FK%2CUAEG%2CUAOK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FGhB%2CcA4FK%2CUAEG%2CUAoBI%2CWAEI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAAtHpB%2CcA4FK%2CUAEG%2CUAoBI%2CWAEI%2CGAIK%3BEAEG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAhIxB%2CcA4FK%2CUAEG%2CUAoBI%2CWAEI%2CGAeI%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAtIxB%2CcA4FK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWAEG%3BEAEK%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FI5B%2CcA4FK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAA1J5B%2CcA4FK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%2COAUF%3BEACI%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAnKhC%2CcA4FK%2CUAEG%2CUA4EI%2CWAEI%3BEACC%2CWAAA%3BEACA%2CmBAAA%3B%3BAA9KjB%2CcAuLI%2CUAEI%3BEAEI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAA9LZ%2CcAuLI%2CUAEI%2CUAOK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA1MhB%2CcAuLI%2CUAEI%2CUAoBI%2CWAEI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAAjNpB%2CcAuLI%2CUAEI%2CUAoBI%2CWAEI%2CGAIK%3BEAEG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAA3NxB%2CcAuLI%2CUAEI%2CUAoBI%2CWAEI%2CGAeI%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAjOxB%2CcAuLI%2CUAEI%2CUAoBI%2CWAEI%2CGAqBI%2CWAEG%3BEAEK%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAA1O5B%2CcAuLI%2CUAEI%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAArP5B%2CcAuLI%2CUAEI%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%2COAUF%3BEACI%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9PhC%2CcAuLI%2CUAEI%2CUA4EI%2CWAEI%3BEACC%2CWAAA%3B%3BAAxQjB%2CcAiRK%2CUAEG%3BEAEI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAxRZ%2CcAiRK%2CUAEG%2CUAOK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAApShB%2CcAiRK%2CUAEG%2CUAoBI%2CWAEI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAA3SpB%2CcAiRK%2CUAEG%2CUAoBI%2CWAEI%2CGAIK%3BEAEG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAArTxB%2CcAiRK%2CUAEG%2CUAoBI%2CWAEI%2CGAeI%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAA3TxB%2CcAiRK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWAEG%3BEAEK%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAApU5B%2CcAiRK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAA%5C%2FU5B%2CcAiRK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%2COAUF%3BEACI%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAxVhC%2CcAiRK%2CUAEG%2CUA4EI%2CWAEI%3BEACC%2CWAAA%3BEACA%2CmBAAA%3B%3BAAnWjB%2CcA4WK%2CUAEG%3BEAEI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAnXZ%2CcA4WK%2CUAEG%2CUAOK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FXhB%2CcA4WK%2CUAEG%2CUAoBI%2CWAEI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAAtYpB%2CcA4WK%2CUAEG%2CUAoBI%2CWAEI%2CGAIK%3BEAEG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAhZxB%2CcA4WK%2CUAEG%2CUAoBI%2CWAEI%2CGAeI%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAtZxB%2CcA4WK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWAEG%3BEAEK%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FZ5B%2CcA4WK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAA1a5B%2CcA4WK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%2COAUF%3BEACI%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAnbhC%2CcA4WK%2CUAEG%2CUA4EI%2CWAEI%3BEACC%2CWAAA%3BEACA%2CmBAAA%3B%3BAA9bjB%2CcAscK%2CUAEG%3BEAEI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAA7cZ%2CcAscK%2CUAEG%2CUAOK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAzdhB%2CcAscK%2CUAEG%2CUAoBI%2CWAEI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAAhepB%2CcAscK%2CUAEG%2CUAoBI%2CWAEI%2CGAIK%3BEAEG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAA1exB%2CcAscK%2CUAEG%2CUAoBI%2CWAEI%2CGAeI%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAhfxB%2CcAscK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWAEG%3BEAEK%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAzf5B%2CcAscK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAApgB5B%2CcAscK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%2COAUF%3BEACI%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA7gBhC%2CcAscK%2CUAEG%2CUA4EI%2CWAEI%3BEACC%2CWAAA%3B%3BAAvhBjB%2CcAscK%2CUAEG%2CUA4EI%2CWAQI%2COAAM%3BEAEC%2CmBAAA%3B%3BAA9hBvB%2CcAscK%2CUAEG%2CUA4EI%2CWAeI%2COAAM%3BEAEE%2CWAAA%3BEACA%2CeAAA%3B%3BAAtiBxB%2CcA8iBK%2CUAEG%3BEAEI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAArjBZ%2CcA8iBK%2CUAEG%2CUAOK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjkBhB%2CcA8iBK%2CUAEG%2CUAoBI%2CWAEI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAAxkBpB%2CcA8iBK%2CUAEG%2CUAoBI%2CWAEI%2CGAIK%3BEAEG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAllBxB%2CcA8iBK%2CUAEG%2CUAoBI%2CWAEI%2CGAeI%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAxlBxB%2CcA8iBK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWAEG%3BEAEK%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAjmB5B%2CcA8iBK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAA5mB5B%2CcA8iBK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%2COAUF%3BEACI%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAArnBhC%2CcA8iBK%2CUAEG%2CUA4EI%2CWAEI%2CeAEG%3BEAEK%2CWAAA%3B%3BAAloBxB%2CcA8iBK%2CUAEG%2CUA4EI%2CWAEI%2CeAQI%2COAAM%3BEAEF%2CmBAAA%3B%3BAAxoBxB%2CcA8iBK%2CUAEG%2CUA4EI%2CWAEI%2CeAeI%2COAAM%3BEAEF%2CWAAA%3BEACA%2CeAAA%3B%3BAAhpBxB%2CcAwpBK%2CUAEG%3BEAEI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FpBZ%2CcAwpBK%2CUAEG%2CUAOK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA3qBhB%2CcAwpBK%2CUAEG%2CUAoBI%2CWAEI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAAlrBpB%2CcAwpBK%2CUAEG%2CUAoBI%2CWAEI%2CGAIK%3BEAEG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAA5rBxB%2CcAwpBK%2CUAEG%2CUAoBI%2CWAEI%2CGAeI%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAlsBxB%2CcAwpBK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWAEG%3BEAEK%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAA3sB5B%2CcAwpBK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAAttB5B%2CcAwpBK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%2COAUF%3BEACI%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FtBhC%2CcAwpBK%2CUAEG%2CUA4EI%2CWAEI%3BEACC%2CWAAA%3B%3BAAzuBjB%2CcAwpBK%2CUAEG%2CUA4EI%2CWAOI%2COAAM%3BEAEE%2CmBAAA%3B%3BAA%5C%2FuBxB%2CcAwpBK%2CUAEG%2CUA4EI%2CWAaI%2COAAM%3BEAEE%2CWAAA%3BEACA%2CeAAA%3B%3BAAtvBxB%2CcA6vBK%2CUAEG%3BEAEI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAApwBZ%2CcA6vBK%2CUAEG%2CUAOK%3BEACG%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAhxBhB%2CcA6vBK%2CUAEG%2CUAoBI%2CWAEI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAAvxBpB%2CcA6vBK%2CUAEG%2CUAoBI%2CWAEI%2CGAIK%3BEAEG%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAjyBxB%2CcA6vBK%2CUAEG%2CUAoBI%2CWAEI%2CGAeI%2CWAAW%2CMAAK%3BEACZ%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAvyBxB%2CcA6vBK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWAEG%3BEAEK%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAhzB5B%2CcA6vBK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%3BEACF%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CuEAAA%3BEACA%2CuBAAA%3B%3BAA3zB5B%2CcA6vBK%2CUAEG%2CUAoBI%2CWAEI%2CGAqBI%2CWASI%2COAAM%2COAUF%3BEACI%2CcAAA%3BEACA%2CmDAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAp0BhC%2CcA6vBK%2CUAEG%2CUA4EI%2CWAEG%2CeAEC%2COAAM%3BEAEE%2CWAAA%3B%3BAAj1BxB%2CcA6vBK%2CUAEG%2CUA4EI%2CWAEG%2CeAOC%2COAAM%3BEAEE%2CWAAA%3B%3BAAt1BxB%2CcA6vBK%2CUAEG%2CUA4EI%2CWAEG%2CeAYC%2COAAM%3BEAEE%2CWAAA%3B%3BAA31BxB%2CcA6vBK%2CUAEG%2CUA4EI%2CWAEG%2CeAkBK%3BEAEI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAkBxB%2CqBAAqB%2CkBAAkB%3BEACnC%2CYAAA%3B%3BAAGJ%2CYAEI%2CSAEC%2COAEI%3BEACG%2CcAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2C8BAAA%3B%3BAAXZ%2CYAEI%2CSAaC%2CWAEI%2CKAAI%2COAAO%3BEAEP%2CYAAA%3BEACD%2CuBAAA%3BEACA%2CuCAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAASZ%3BEAEI%2CkBAAA%3B%3BAAFJ%2CiCAIK%3BEACG%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAVR%2CiCAIK%2C%2BBAQG%3BEAEI%2CkBAAA%3BEACA%2CmCAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnBZ%2CiCAIK%2C%2BBAQG%2CqBASI%3BEAEI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA3BhB%2CiCAIK%2C%2BBAQG%2CqBAkBI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAMhB%2CaAAc%2CaAAY%3BEAEtB%2CoBAAA%3BEACA%2CmBAAmB%2CaAAa%2CkBAAhC%3BEACA%2CgBAAgB%2CaAAa%2CkBAA7B%3BEACA%2CeAAe%2CaAAa%2CkBAA5B%3BEACA%2CWAAW%2CeAAe%2CkBAA1B%3B%3BAAGJ%2CaAAc%3BEAEN%2C2BAAA%3B%3BAAGR%3BEAEK%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAHL%2C0BAKK%2C2BAEG%3BEAEI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEAEA%2CmBAAA%3B%3BAAdZ%2C0BAKK%2C2BAaM%3BEAGK%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAvBhB%2C0BA4BI%3BEAEI%2CkBAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FBR%2C0BA4BI%2C2BAKI%3BEACG%2CWAAA%3BEACA%2CYAAA%3B%3BAAnCX%2C0BA4BI%2C2BAKI%2CGAIG%3BEACK%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA5ChB%2C0BA4BI%2C2BAKI%2CGAIG%2CGASK%3BEACI%2CmBAAA%3B%3BAAUpB%2C0BAEI%3BEAEI%2CqBAAA%3B%3BAAQR%3BEAEQ%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BAAjBR%2CuBAmBQ%3BEACA%2CcAAA%3B%3BAAKR%2CWAEM%2CGAAE%3BEACA%2CgBAAA%3B%3BAAHR%2CWAKI%3BEACI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAjBR%2CWAoBI%2CEAAC%2CKAAK%3BEACF%2CmBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CmBAAmB%2CMAEf%2CoBAAmB%3BEAEf%2CqBAAA%3B%3BAAJR%2CmBAAmB%2CMAOf%2CwBAEI%3BEAEG%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAZX%2CmBAAmB%2CMAOf%2CwBAEI%2CmBAKG%3BEAEI%2CcAAA%3B%3BAAMf%2CqBAEI%2CaAEG%3BEAEE%2CyBAAA%3B%3BAAKT%3BEAEI%2CkBAAA%3B%3BAAGJ%2CkBAEI%2CSAAQ%2CUAAU%2CIAEf%3BEAEI%2CcAAA%3B%3BAANX%2CkBAEI%2CSAAQ%2CUAAU%2CIAOf%3BEAEG%2CcAAA%3B%3BAAKV%2CiBAEI%2CeAEG%2CMAEE%2CMAEG%2CGAEG%2CGAAE%2CeAAe%3BEAEZ%2CkBAAA%3B%3BAASpB%3BEACI%2CYAAA%3B%3BAAGJ%2C4BAEK%3BEACG%2CeAAA%3B%3BAAIR%2CmBAEI%2CeAEG%2CMAAK%2CQAAQ%2CaAEV%2CmBAEG%3BEAEG%2CaAAA%3B%3BAAShB%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%3BEACC%2CkBAAA%3BEACA%2CwCAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAtBR%2CqBAyBO%2CUAAU%3BEACL%2CqBAAA%3BEACA%2COAAA%3B%3BAA3BZ%2CqBA8BQ%2COAAM%3BEACV%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAnCJ%2CqBAsCM%3BEAGI%2C8BAAA%3BEACE%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA5CZ%2CqBA%2BCQ%2CUAAU%2CSAAQ%2COAAQ%3BEAC9B%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%2CqBA8DQ%2CUAAS%3BAA9DjB%2CqBA%2BDQ%2CUAAS%3BEACP%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAjEV%2CqBAmEQ%3BEACE%2CsBAAA%3BEAEA%2C8BAAA%3BEACE%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAzEZ%2CqBA2EI%2CUAAS%3BAA3Eb%2CqBA4EI%2CUAAS%3BEACP%2C4BAAA%3BEACA%2C2BAAA%3B%3BAA9EN%2CqBAiFI%3BEACE%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3B%3BAA1FN%2CqBA6FI%2CqBAEG%3BEAEK%2CaAAA%3B%3BAAjGZ%2CqBA6FI%2CqBAEG%2CeAII%2CqBAAoB%3BEAEf%2CuBAAA%3BEACA%2C4BAAA%3B%3BAAMhB%2CWAAY%2CUAAS%2CiBAAkB%2CEAAC%3BAAAS%2CWAAY%2CUAAS%2CiBAAkB%2CEAAC%3BEAErF%2CsBAAA%3B%3BAAGJ%2CcAAc%2C0BACN%2CeACI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAO%2CmBAAP%3B%3BAAOhB%2CWAII%2CUAAS%2CiBAEN%3BEACG%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAOV%2CcAEG%2CeAEG%2CmBAAkB%3BEAEf%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAMT%2CcAEI%2CeAEG%2CmBAAkB%3BEAEd%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAKX%2CYAEI%2COAEG%2CQAEE%3BEAEG%2CeAAA%3B%3BAARZ%2CYAEI%2COAUG%2CSAEG%3BEACG%2CcAAA%3B%3BAAWX%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%3BAAQF%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%3BEAEK%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%3BAA1CR%2CmBAAmB%2CaA8CnB%2CSAAS%2CSAAM%3BEAEX%2CWAAA%3B%3BAAhDJ%2CmBAAmB%2CaAmDnB%2CSAAS%2CSAEL%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxDR%2CmBAAmB%2CaA8DnB%2CSAAS%2COAAM%2CIAAI%2CWAAW%3BEAC1B%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMR%2CaAAa%2CMAAO%2CSAAS%3BEACzB%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2CaAAa%2CmBAET%2CSAAS%2CSAAM%3BEACX%2CUAAA%3B%3BAAHR%2CaAAa%2CmBAMT%2CSAAS%2CSAAM%3BEAEX%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BAAZR%2CaAAa%2CmBAeT%2CSAEG%3BEAEK%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%3BAA1CZ%2CaAAa%2CmBA8CT%2CSAAS%2CSAAM%3BEAEX%2CWAAA%3B%3BAAhDR%2CaAAa%2CmBAmDT%2CSAAS%2CSAEL%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAxDZ%2CaAAa%2CmBA8DT%2CSAAS%2COAAM%2CIAAI%2CWAAW%3BEAC1B%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAMR%2CaAAa%2CMAAO%2CSAAS%3BEACzB%2CUAAA%3BEACA%2CmBAAA%3B%3BAAQJ%2CoBAEI%2CsBAEI%2CmBAEI%3BEACI%2C4BAAA%3B%3BAAOhB%2CUAAU%2CuBAEN%2CoBAEG%2CwBAEG%2CmBAEG%3BEACG%2CcAAA%3B%3BAAShB%2CYAEI%3BEAEG%2CwCAAA%3BEACC%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3B%3BAARR%2CYAEI%2CwBAQI%2CsBAAqB%2CcAAc%3BEAEhC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3B%3BAAfX%2CYAEI%2CwBAQI%2CsBAAqB%2CcAAc%2CcAOhC%3BEACK%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAzBhB%2CYAEI%2CwBAQI%2CsBAAqB%2CcAAc%2CcAmB%5C%2FB%2CcAAa%3BEACX%2C2BAAA%3B%3BAA9Bd%2CYAEI%2CwBAQI%2CsBAAqB%2CcAAc%2CcAuB%5C%2FB%2CcAAa%3BEAEV%2CmBAAA%3BEACA%2CWAAA%3B%3BAAMf%2CWAEI%3BEAEG%2CwCAAA%3BEACC%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3B%3BAARR%2CWAEI%2CwBAQI%2CsBAAqB%2CcAAc%3BEAEhC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3B%3BAAfX%2CWAEI%2CwBAQI%2CsBAAqB%2CcAAc%2CcAOhC%3BEACK%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAzBhB%2CWAEI%2CwBAQI%2CsBAAqB%2CcAAc%2CcAmB%5C%2FB%2CcAAa%3BEACX%2C2BAAA%3B%3BAA9Bd%2CWAEI%2CwBAQI%2CsBAAqB%2CcAAc%2CcAuB%5C%2FB%2CcAAa%3BEAEV%2CmBAAA%3BEACA%2CWAAA%3B%3BAAOf%2CaAEI%3BEAEG%2CwCAAA%3BEACC%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3B%3BAAPR%2CaAEI%2CwBAOI%2CGAAE%3BEAEF%2CqBAAA%3B%3BAAXR%2CaAEI%2CwBAOI%2CGAAE%2CYAIF%2CaAAY%2CcAET%3BEAEK%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3B%3BAAxBhB%2CaAEI%2CwBAOI%2CGAAE%2CYAIF%2CaAAY%2CcAgBT%2CaAAY%3BEAER%2CmBAAA%3BEACA%2CWAAA%3B%3BAAhCf%2CaAEI%2CwBAsCI%2CsBAAqB%2CcAAc%3BEAEhC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3B%3BAA7CX%2CaAEI%2CwBAsCI%2CsBAAqB%2CcAAc%2CcAQ%5C%2FB%2CiBAAgB%3BEACd%2C2BAAA%3B%3BAAjDd%2CaAEI%2CwBAsCI%2CsBAAqB%2CcAAc%2CcAY%5C%2FB%2CcAAa%3BEAEV%2CmBAAA%3BEACA%2CWAAA%3B%3BAAMf%2CsBAEI%3BEAEG%2CwCAAA%3BEACC%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3B%3BAARR%2CsBAEI%2CwBAQI%2CsBAAqB%2CcAAc%3BEAEhC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3B%3BAAfX%2CsBAEI%2CwBAQI%2CsBAAqB%2CcAAc%2CcAOhC%3BEACK%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAzBhB%2CsBAEI%2CwBAQI%2CsBAAqB%2CcAAc%2CcAmB%5C%2FB%2CcAAa%3BEACX%2C2BAAA%3B%3BAA9Bd%2CsBAEI%2CwBAQI%2CsBAAqB%2CcAAc%2CcAuB%5C%2FB%2CcAAa%3BEAEV%2CmBAAA%3BEACA%2CWAAA%3B%3BAAMf%2CeAEI%3BEAEG%2CwCAAA%3BEACC%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3B%3BAARR%2CeAEI%2CwBAQI%2CsBAAqB%2CcAAc%3BEAEhC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3B%3BAAfX%2CeAEI%2CwBAQI%2CsBAAqB%2CcAAc%2CcAOhC%3BEACK%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAzBhB%2CeAEI%2CwBAQI%2CsBAAqB%2CcAAc%2CcAmB%5C%2FB%2CcAAa%3BEACX%2C2BAAA%3B%3BAA9Bd%2CeAEI%2CwBAQI%2CsBAAqB%2CcAAc%2CcAuB%5C%2FB%2CcAAa%3BEAEV%2CmBAAA%3BEACA%2CWAAA%3B%3BAAMf%2CKAEK%3BEACG%2CqBAAA%3B%3BAAHR%2CKAMI%3BEAEG%2CwCAAA%3BEACC%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3B%3BAAZR%2CKAMI%2CwBAQI%2CsBAAqB%2CcAAc%3BEAEhC%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3B%3BAAnBX%2CKAMI%2CwBAQI%2CsBAAqB%2CcAAc%2CcAOhC%3BEACK%2C0BAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAA7BhB%2CKAMI%2CwBAQI%2CsBAAqB%2CcAAc%2CcAmB%5C%2FB%2CcAAa%3BEACX%2C2BAAA%3B%3BAAlCd%2CKAMI%2CwBAQI%2CsBAAqB%2CcAAc%2CcAuB%5C%2FB%2CcAAa%3BEAEV%2CmBAAA%3BEACA%2CWAAA%3B%3BAAMf%2CqBAEI%3BEACI%2CiBAAA%3B%3BAAIR%2CuBAEM%2CMAAK%2CQAAQ%2CaAEV%3BEAEI%2CsBAAA%3B%3BAAKb%2CQAAQ%2CeAEJ%2CwBAEG%2CcAEK%3BEAEC%2CsBAAA%3B%3BAAMb%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%2CqBAoBI%2CeAEG%3BEA6BG%2CaAAA%3B%3BAAnDV%2CqBAoBI%2CeAEG%2CcAEG%2CsBAEI%2CQAAO%3BEAEJ%2C2BAAA%3BEACA%2CgCAAA%3B%3BAA7BjB%2CqBAoBI%2CeAEG%2CcAYI%2CYAEG%2CiBAEG%2CQAAO%3BEAEJ%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAUpB%2CwBAEI%3BEACE%2CkBAAA%3B%3BAAIN%2CQAAQ%2CKAAK%2CSAER%2CUAAS%2CUAAU%3BEAEhB%2C0BAAA%3B%3BAAJR%2CQAAQ%2CKAAK%2CSAOT%2CUAAS%2CUAAU%3BEAWf%2C0BAAA%3BEACA%2CYAAA%3B%3BAAnBR%2CQAAQ%2CKAAK%2CSAOT%2CUAAS%2CUAAU%2CKAEf%3BEAEG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAdX%2CQAAQ%2CKAAK%2CSAsBT%2CSAAQ%2CKAAK%2CMAEV%2CMAAK%3BEAEA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3B%3BAA7BZ%2CQAAQ%2CKAAK%2CSAsBT%2CSAAQ%2CKAAK%2CMAUT%3BEACI%2CcAAA%3B%3BAAjCZ%2CQAAQ%2CKAAK%2CSAsBT%2CSAAQ%2CKAAK%2CMAaT%2CEAAC%3BEACG%2CWAAA%3B%3BAAKZ%2CiBAEI%3BEAgBG%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACC%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CQAAA%3B%3BAAvBR%2CiBAEI%2CYAEG%2CWAEG%2COAEG%3BEACE%2C8BAAA%3B%3BAATf%2CiBAEI%2CYAEG%2CWASK%3BEACI%2C8BAAA%3B%3BAAdhB%2CiBAEI%2CYAuBI%3BEAEI%2C0BAAA%3BEACA%2CgBAAA%3B%3BAA5BZ%2CiBAEI%2CYA6BI%3BEAEI%2CgBAAA%3B%3BAAjCZ%2CiBAsCI%3BEAEI%2CkBAAA%3B%3BAAxCR%2CiBA2CI%3BEAEI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAnDR%2CiBAuDI%3BEAGI%2CWAAA%3BEACA%2CYAAA%3B%3BAA3DR%2CiBAuDI%2CwBAMI%2CYAAW%3BEAEP%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAOZ%2CoBAEI%3BEAEI%2CmBAAA%3B%3BAAJR%2CoBAOI%2CMAAK%3BEAEF%2CsBAAA%3B%3BAATP%2CoBAYI%3BEACI%2CYAAA%3B%3BAAbR%2CoBAgBI%3BEAEI%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3B%3BAAxBR%2CoBAgBI%2CiBAUI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA7BZ%2CoBAgBI%2CiBAgBI%3BEAEG%2CYAAA%3B%3BAAlCX%2CoBAgBI%2CiBAqBI%2COAAM%2COAAO%2COAAO%3BEAEhB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACD%2CyBAAA%3BEACA%2CqBAAA%3BEAEC%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAApDZ%2CoBAgBI%2CiBAqBI%2COAAM%2COAAO%2COAAO%2CQAiBf%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA9DhB%2CoBAqEI%3BEAEI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAA1ER%2CoBAqEI%2CUAOI%2COAAM%2CKAAK%3BEAEP%2CWAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FEZ%2CoBAqEI%2CUAaI%2COAAM%2CMAAM%3BEACR%2CYAAA%3BEACA%2CUAAA%3B%3BAApFZ%2CoBAqEI%2CUAkBI%3BEAEI%2C8BAAA%3B%3BAAzFZ%2CoBAqEI%2CUAkBI%2CQAII%3BEAEI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAtGhB%2CoBA6GI%3BEAEI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAnHR%2CoBAsHI%3BEAEI%2CiBAAA%3BEACA%2CwEAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3B%3BAAKR%3BEACI%2CgBAAA%3B%3BAAGJ%2C0BAEK%2CUAEE%2CGACE%2CEAAC%3BEAEE%2CqBAAA%3B%3BAAPZ%2C0BAEK%2CUASG%2CaAAY%3BEACR%2CcAAA%3B%3BAAMZ%2CaAGI%2CGACI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAOZ%2CmBAEI%3BEAEI%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAOR%2CqBAAsB%2CQAAO%2CWAAW%3BAAAS%2CqBAAsB%2CQAAO%2CWAAW%3BAAAS%2CaAAc%2CQAAO%2CWAAW%3BAAAS%2CiBAAkB%2CQAAO%2CWAAW%3BEAE3K%2CcAAA%3B%3BAAGJ%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%3BEAEJ%2CaAAA%3B%3BAAGJ%3BEAEI%2CuBAAA%3B%3BAAGJ%2C2BAEQ%2CMAAK%2CQAAQ%2CaAEV%2CmBAEK%2CSAAQ%2CQAAQ%2CqBAEZ%2CUAEI%3BEAEI%2CYAAA%3B%3BAAZ5B%2C2BAEQ%2CMAAK%2CQAAQ%2CaAEV%2CmBAEK%2CSAAQ%2CQAAQ%2CqBAEZ%2CUAEI%2CYAII%3BEAEQ%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAtBpC%2C2BA%2BBI%2CQAAO%2CQAEL%2COACG%3BEACG%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAvCZ%2C2BA8CI%3BEAEG%2CYAAA%3B%3BAAhDP%2C2BA8CI%2CmBAII%3BEACI%2CaAAA%3B%3BAAnDZ%2C2BAuDI%2CQAAO%3BEACH%2CaAAA%3B%3BAAIR%2CQAAQ%3BEAEJ%2CqBAAA%3B%3BAAIJ%3BEAEI%2CWAAA%3B%3BAAIJ%3BEAEI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CaAOI%3BEAEI%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAKR%3BEACI%2CWAAA%3B%3BAAGJ%3BEAEI%2CcAAA%3BEACA%2C0BAAA%3B%3BAAIJ%2CoBAEI%2CSAAQ%3BEAEN%2CqBAAA%3B%3BAAJN%2CoBAOI%3BEAEI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAMR%2CoBAAoB%2CSAGhB%2CcAAa%2CMAET%2CaAEI%2CaAAY%3BEAET%2CqBAAA%3BEACP%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CuCAAA%3B%3BAAfR%2CoBAAoB%2CSAGhB%2CcAAa%2CMAET%2CaAcI%2CaAAY%3BEAET%2CmBAAA%3B%3BAAQf%2CqBAAsB%2CQAAO%2CWAAW%3BAAAS%2CqBAAsB%2CQAAO%2CWAAW%3BAAAS%2CaAAc%2CQAAO%2CWAAW%3BAAAS%2CiBAAkB%2CQAAO%2CWAAW%3BEAIvK%2CaAAa%2CwCAAb%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAIV%2COAAO%2CWAAW%3BEAGZ%2C4DAAA%3BEACF%2C4BAAA%3BEACA%2C4BAAA%3B%3BAAMJ%2CqBAEI%3BEAEI%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAARR%2CqBAEI%2CmBAQI%3BEACG%2CcAAA%3B%3BAAXX%2CqBAEI%2CmBAaI%2CEAAC%3BEACE%2CcAAA%3BEACA%2CqBAAA%3B%3BAAOX%2CeAAe%2CkBAAkB%2CkBAE7B%2C0BAEI%2CeAEG%2CSAEK%2CSAEI%2CQAAO%2CQAAQ%3BEAEX%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CgBAAA%3B%3BAAjBxB%2CeAAe%2CkBAAkB%2CkBAE7B%2C0BAEI%2CeAEG%2CSAEK%2CSAaI%2CQAAO%2CQAAQ%2CSAAS%3BEAErB%2CWAAA%3BEACC%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAzBxB%2CeAAe%2CkBAAkB%2CkBAE7B%2C0BAEI%2CeAEG%2CSAuBK%2CWAEI%2CQAAO%3BEAEH%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAA1CxB%2CeAAe%2CkBAAkB%2CkBAE7B%2C0BAEI%2CeAEG%2CSAuBK%2CWAgBI%2CQAAO%2CSAAS%3BEAEZ%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAWrB%2CiBAAiB%3BEAEZ%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeAAe%3BEAEX%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAMR%2CsBAEI%3BEAEG%2C2BAAA%3B%3BAAIP%2CuBAEI%2CQAAO%3BEAEH%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CgBAEI%2CWAEG%2CQAAO%3BEAEF%2CcAAA%3B%3BAAKZ%2CmBAEI%2CQAAO%2CQAEH%2COAEG%2CMAEK%3BEACG%2CcAAA%3B%3BAAYnB%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%2CiBAEO%2CSACK%2CQAAO%2CKAAK%3BEAER%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAArDpB%2CQA0CI%2CiBAEO%2CSACK%2CQAAO%2CKAAK%2CQAUR%3BEAEG%2CiBAAA%3B%3BAAzDvB%2CQA0CI%2CiBAEO%2CSAiBK%2CQAAO%2CQAAQ%3BEAEX%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAArEpB%2CQA0CI%2CiBAiCO%2CWAEK%2CQAAO%3BEAEH%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAxFpB%2CQA6FI%2CUAAS%3BEAEN%2CsBAAA%3B%3BAA%5C%2FFP%2CQA6FI%2CUAAS%2CKAIN%2COAAM%2CqBAAqB%3BEACtB%2CWAAA%3BEACA%2CUAAA%3B%3BAAnGZ%2CQA6FI%2CUAAS%2CKAIN%2COAAM%2CqBAAqB%2CSAItB%3BEACE%2CaAAA%3B%3BAAtGd%2CQA6FI%2CUAAS%2CKAaL%2COAAM%2CoBAAoB%3BEACtB%2CYAAA%3BEACA%2CUAAA%3B%3BAA5GZ%2CQA6FI%2CUAAS%2CKAaL%2COAAM%2CoBAAoB%2CSAItB%3BEACE%2CaAAA%3B%3BAA%5C%2FGd%2CQA6FI%2CUAAS%2CKAsBL%2COAAM%3BEAEH%2CaAAA%3B%3BAArHX%2CQA6FI%2CUAAS%2CKA2BL%2COAAM%2COAAO%3BEACT%2CaAAA%3B%3BAAzHZ%2CQA6FI%2CUAAS%2CKA%2BBL%2COAAM%3BEACF%2CWAAA%3B%3BAA7HZ%2CQAmII%3BEAEI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAtIR%2CQAmII%2CQAKI%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FIZ%2CQAmJI%2CKAAI%2CQAEA%2CQAAO%3BEACH%2CcAAA%3B%3BAAtJZ%2CQAmJI%2CKAAI%2CQAMA%2CQAAO%2CKAAK%3BEACR%2CcAAA%3B%3BAA1JZ%2CQAmJI%2CKAAI%2CQASA%2CQAAO%3BEAEJ%2CcAAA%3B%3BAA9JX%2CQAmJI%2CKAAI%2CQAcA%2CQAAO%2CMAAM%3BEAEV%2CcAAA%3B%3BAAnKX%2CQAmJI%2CKAAI%2CQAmBA%2CQAAO%2CKAAK%3BEAET%2CcAAA%3B%3BAAxKX%2CQAmJI%2CKAAI%2CQAwBA%2CQAAO%3BEACH%2CcAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEAEA%2CkBAAA%3BEACA%2C4BAAA%3B%3BAAlLZ%2CQAsLI%2CQAAO%3BEAEH%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FLR%2CQAkMQ%2CQAAO%2CKAAK%3BEAER%2CqBAAA%3B%3BAApMZ%2CQAuMQ%2COAEG%2CQAAO%3BEAEF%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAlNhB%2CQAuMQ%2COAcI%2CQAAO%2CKAAK%3BEAER%2CqBAAA%3B%3BAAvNhB%2CQA6NI%2CKAEI%2CWACI%3BEAEI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAxOhB%2CQA6NI%2CKAkBI%2CaAEI%2CQAAO%3BEACL%2CaAAA%3B%3BAAlPd%2CQA6NI%2CKAkBI%2CaAQG%2CQAAO%3BEAEF%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAhQhB%2CQA6NI%2CKAkBI%2CaAoBG%2CQAAO%2CKAAK%3BEACV%2CqBAAA%3B%3BAApQb%2CQA6NI%2CKAkBI%2CaAwBG%2CQAAO%2CgBAAgB%3BEACrB%2CqBAAA%3B%3BAAxQb%2CQA6NI%2CKAkBI%2CaA4BG%2CQAAO%3BEAEF%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAnRhB%2CQA0RI%2CSAAQ%2CaAIJ%2CuBAEI%2CMAEI%3BEACG%2CkBAAA%3B%3BAAnSnB%2CQA0RI%2CSAAQ%2CaAIJ%2CuBAEI%2CMAMI%2CEAAC%3BEAEE%2CcAAA%3B%3BAAxSnB%2CQA0RI%2CSAAQ%2CaAIJ%2CuBAcI%2CMAAK%2CQACF%3BEAEG%2CuBAAA%3BEACA%2C4BAAA%3B%3BAAhTlB%2CQA0RI%2CSAAQ%2CaA4BJ%2CSAAQ%2C8BAEJ%2CKAAI%3BEAOA%2CgBAAA%3B%3BAA%5C%2FThB%2CQA0RI%2CSAAQ%2CaA4BJ%2CSAAQ%2C8BAEJ%2CKAAI%2CMAEA%3BEAEI%2CaAAA%3B%3BAA5TpB%2CQA0RI%2CSAAQ%2CaA4BJ%2CSAAQ%2C8BAEJ%2CKAAI%2CMASA%2CKAAI%3BEACD%2CWAAA%3BEACA%2CcAAA%3B%3BAAUnB%3BEAEI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3B%3BAAIJ%2CYAAY%3BEAER%2CgBAAA%3B%3BAAFJ%2CYAAY%2CMAIR%3BEAEI%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAKR%2CcAAc%2CgBAEV%2CUAAS%2CcAEL%3BEAEI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAARZ%2CcAAc%2CgBAEV%2CUAAS%2CcAEL%2CcAMI%2CmBAEI%2CSAAQ%2CQAAQ%2CqBAEb%2CSAAQ%2CKAAK%3BEAET%2C6BAAA%3B%3BAAYvB%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CmBAMI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%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%3BEAEI%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACD%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA7Bf%2CWAKI%2CoBAGG%2CiBAwBK%3BEAII%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACD%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FCf%2CWAKI%2CoBAGG%2CiBAwBK%2CUACE%3BEACC%2CcAAA%3B%3BAAlCf%2CWAsDI%3BEAMI%2CUAAA%3B%3BAA5DR%2CWAsDI%2CmBAEG%3BEACG%2CYAAA%3B%3BAAUV%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CwBAKI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAPR%2CwBAKI%2CqBAII%3BEAEI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAnBZ%2CwBAKI%2CqBAkBI%3BEAEI%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3B%3BAA7BZ%2CwBAKI%2CqBAkBI%2CwBAQI%3BEACI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAzChB%2CwBAKI%2CqBAkBI%2CwBAQI%2CGAYI%3BEACI%2CcAAA%3B%3BAA5CpB%2CwBAKI%2CqBAkBI%2CwBAyBI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAlDhB%2CwBAKI%2CqBAkBI%2CwBAyBI%2CGAII%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3B%3BAA9DpB%2CwBAKI%2CqBAkBI%2CwBAyBI%2CGAII%2CGAYI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAlExB%2CwBAKI%2CqBAkBI%2CwBAyBI%2CGAII%2CGAiBI%2CEAAC%3BEACG%2C0BAAA%3B%3BAAtExB%2CwBAKI%2CqBAwEI%3BEAEI%2C6EAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3B%3BAAjFZ%2CwBAKI%2CqBAiFI%3BEAEI%2C2EAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3B%3BAA1FZ%2CwBAKI%2CqBA2FI%3BEACI%2CiFAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3B%3BAAnGZ%2CwBAKI%2CqBAmGI%3BEACI%2C6DAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3B%3BAA3GZ%2CwBAKI%2CqBA2GI%3BEACI%2C2EAAA%3BEACA%2C4BAAA%3B%3BAAlHZ%2CwBAKI%2CqBAkHI%3BEAEQ%2CuEAAA%3BEACA%2C4BAAA%3B%3BAA1HhB%2CwBAKI%2CqBAyHI%3BEAEE%2CgBAAA%3B%3BAAhIV%2CwBAKI%2CqBAyHI%2CqBAOI%3BEAEI%2CqEAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3B%3BAAzIhB%2CwBAKI%2CqBAyHI%2CqBAiBI%3BEAEI%2CwEAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3B%3BAAnJhB%2CwBAKI%2CqBAyHI%2CqBAyBI%3BEACI%2CwEAAA%3BEACA%2C4BAAA%3BEACA%2CaAAA%3B%3BAAShB%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CUAIQ%2CiBAAgB%2CkBAAkB%2CIAAI%3BEACtC%2C8BAAA%3BEACA%2CaAAA%3B%3BAAUR%2CMAAM%3BEACF%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBAEI%2CkBAEG%2CwBAEK%2CYAAW%2COAER%2CUAEG%2COAAM%3BEACJ%2CWAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAbpB%2CwBAEI%2CkBAEG%2CwBAEK%2CYAAW%2COAER%2CUAEG%2COAAM%2CIAKJ%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAjBxB%2CwBAEI%2CkBAEG%2CwBAEK%2CYAAW%2COAER%2CUAaG%2CeAEG%3BEAEG%2CYAAA%3B%3BAAzBxB%2CwBAEI%2CkBAEG%2CwBAEK%2CYAAW%2COAER%2CUAqBG%2CSAEG%2CQAAO%2CQAAQ%3BEAEZ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAUxB%3BEACI%2CQAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAHJ%2CuBAKK%3BEAEG%2CWAAA%3BEACA%2CaAAA%3B%3BAARR%2CuBAKK%2CmBAKK%3BEAEE%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAfZ%2CuBAKK%2CmBAKK%2CgBAOG%3BEAEG%2CWAAA%3B%3BAAnBhB%2CuBAKK%2CmBAkBG%3BEAEG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAA3BX%2CuBAKK%2CmBAkBG%2CoBAMG%2CaAEK%3BEACG%2CcAAA%3B%3BAAhCnB%2CuBAKK%2CmBAkBG%2CoBAaK%3BEAEE%2CkBAAA%3B%3BAAtCf%2CuBAKK%2CmBAkBG%2CoBAaK%2CGAII%3BEAEE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3CnB%2CuBAKK%2CmBAkBG%2CoBAaK%2CGAII%2CGAKG%3BEACG%2CWAAA%3B%3BAAUvB%3BEACI%2CQAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAGJ%2CwBAEI%2CQAAO%2CQAEH%3BEAEI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAQZ%3BEAEI%2CuBAAA%3B%3BAAGJ%2COAAO%2CaAAa%3BEAEhB%2CmBAAA%3B%3BAAGJ%2COAAO%2CQAAQ%2CSAAS%3BEAEpB%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CKAAK%2CiBAED%2C%2BBAEI%2CgCAA%2BB%2C4BAE5B%2CkBAEK%3BEAEI%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAQjB%3BEAEI%2CmBAAA%3B%3BAAGH%3BEAEE%2CgBAAA%3B%3BAAGF%2CMAAM%2COAAO%2CaAAa%3BEAExB%2CWAAA%3B%3BAAON%2CqBAGK%2CoBAEG%2CqBAEG%3BEAEI%2CcAAA%3B%3BAATf%2CqBAeI%2CaAAY%2CiBAAiB%2CYAEzB%3BEAEI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CqBAyBI%2CaAEI%3BEAEI%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3B%3BAAhCZ%2CqBAyBI%2CaAUI%3BEAEI%2CYAAA%3BEACA%2CUAAA%3B%3BAAtCZ%2CqBAyBI%2CaAgBI%2CcAAa%3BAAzCrB%2CqBAyBI%2CaAgB0B%2CaAAa%2CcAAa%3BEAC5C%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAhDZ%2CqBAyBI%2CaA0BK%2CcAAa%2CMAAM%3BEAEhB%2CqBAAA%3B%3BAArDZ%2CqBAyBI%2CaA%2BBI%2CcAAa%3BEAET%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAA5DZ%2CqBAyBI%2CaAsCI%3BEACI%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3B%3BAAlEZ%2CqBAyBI%2CaAsCI%2CkBAMI%3BEAEI%2C8BAAA%3B%3BAAvEhB%2CqBAyBI%2CaAsCI%2CkBAWI%2COAAM%3BEAEF%2CcAAA%3BEACA%2CiBAAA%3B%3BAA7EhB%2CqBAyBI%2CaAsCI%2CkBAiBI%3BEAEG%2C2BAAA%3BEACA%2CYAAA%3B%3BAAnFf%2CqBAyFK%3BEAEG%2CaAAa%2COAAb%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FFR%2CqBAqGK%3BEAEG%2CyBAAA%3B%3BAAvGR%2CqBA0GI%3BEAEI%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAhHR%2CqBAoHK%3BEAEM%2CmBAAA%3BEACA%2CaAAA%3B%3BAAvHX%2CqBAoHK%2CoBAKE%2CiBAEK%3BEAEI%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjIhB%2CqBAoHK%2CoBAKE%2CiBAWK%3BEAEI%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAUhB%2CoBAEI%2CQAAO%2CKAEH%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAATZ%2CoBAEI%2CQAAO%2CKAEH%2CYAOK%3BEACG%2CWAAA%3B%3BAAZhB%2CoBAEI%2CQAAO%2CKAEH%2CYAWI%2CEAAC%3BEACG%2CWAAA%3B%3BAAhBhB%2CoBAqBI%2CkBAEK%3BEAEE%2CmBAAA%3B%3BAAzBX%2CoBAqBI%2CkBAOI%3BEAEI%2CuBAAA%3B%3BAA9BZ%2CoBAqBI%2CkBAYI%3BEAEG%2CuBAAA%3B%3BAAnCX%2CoBAyCI%2COAAM%2CeAAe%3BEAEjB%2CyBAAA%3BEACA%2CuBAAA%3B%3BAA5CR%2CoBA%2BCI%2CeAEG%2CsBAEG%2CiBAEG%2CSAEG%2CQAAO%2CMAAM%3BEAEV%2CmBAAA%3BEACH%2CyBAAA%3BEACA%2CcAAA%3B%3BAA3DhB%2CoBAkEI%2CeAAe%2COAAS%2CSAAO%3BEAC3B%2CcAAA%3BEACA%2CgBAAA%3B%3BAApER%2CoBAuEI%2CwBAEG%2CMAEG%2CQAAO%3BEAEJ%2CcAAA%3B%3BAA7Eb%2CoBAkFI%3BEAEE%2C2BAAA%3B%3BAApFN%2CoBAyFI%2COAAM%3BEAwFF%2CgBAAA%3B%3BAAjLR%2CoBAyFI%2COAAM%2CUAEF%2CeAEG%3BEAEK%2CUAAA%3BEACA%2CkBAAA%3B%3BAAhGhB%2CoBAyFI%2COAAM%2CUAWF%2CSAAQ%2CQAAQ%2CqBAER%2CuBAAsB%3BEAElB%2CwBAAA%3B%3BAAxGpB%2CoBAyFI%2COAAM%2CUAWF%2CSAAQ%2CQAAQ%2CqBAOZ%3BEAEG%2CWAAA%3B%3BAA7Gf%2CoBAyFI%2COAAM%2CUAWF%2CSAAQ%2CQAAQ%2CqBAOZ%2CiBAKI%2COAAM%2COAAO%2COAAO%3BEAEhB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3B%3BAAxHpB%2CoBAyFI%2COAAM%2CUAWF%2CSAAQ%2CQAAQ%2CqBAOZ%2CiBAiBI%2COAAM%2COAAO%2COAAO%2CQAAQ%3BEAGxB%2CWAAA%3BEACA%2CyBAAA%3B%3BAAhIpB%2CoBAyFI%2COAAM%2CUA6CF%2CyBAAwB%3BEACpB%2CWAAA%3B%3BAAvIZ%2CoBAyFI%2COAAM%2CUAiDF%2CyBAAwB%3BEACpB%2CYAAA%3B%3BAA3IZ%2CoBAyFI%2COAAM%2CUAqDF%2CyBAAwB%3BAA9IhC%2CoBAyFI%2COAAM%2CUAqD%2BB%2CyBAAwB%3BEACrD%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAApJZ%2CoBAyFI%2COAAM%2CUA8DF%2CaAAY%3BEAER%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CWAAA%3B%3BAAlKZ%2CoBAyFI%2COAAM%2CUA8DF%2CaAAY%2CMAaR%3BEACG%2CkBAAA%3BEACH%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2COAAb%3B%3BAA7KZ%2CoBAoLI%2CMAAK%2CKAAK%2CQAEN%2CQAAO%3BEAEH%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApMZ%2CoBAoLI%2CMAAK%2CKAAK%2CQAmBN%2CQAAO%2CSAAS%3BEAET%2CqBAAA%3B%3BAAzMf%2CoBAoLI%2CMAAK%2CKAAK%2CQAwBN%2CQAAO%3BEAEH%2CWAAA%3BEACD%2CyBAAA%3BEACA%2CqBAAA%3BEACC%2CmBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAArNZ%2CoBAoLI%2CMAAK%2CKAAK%2CQAoCN%2CQAAO%2CMAAM%3BEAET%2CqBAAA%3B%3BAA1NZ%2CoBAoLI%2CMAAK%2CKAAK%2CQAyCN%2CQAAO%3BEAEH%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAxOZ%2CoBAgPI%2CMAAK%2CcAED%2CKAAI%2CIAEA%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAzPhB%2CoBA8PI%2CqBAIE%2CMAEG%2CGACI%2CGAAE%2CIAAI%2CIAEH%2CSAAQ%3BEACJ%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%3BAArRpB%2CoBA8PI%2CqBA6BG%2CMAEI%2CGACI%3BEACK%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3B%3BAAnSpB%2CoBA8PI%2CqBA4CI%2CMAEC%2CGACI%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2COAAb%3B%3BAAtThB%2CoBA8PI%2CqBA6DI%2CMAEI%2CGACI%2CGAAE%2CIAAI%2CKAEF%2CsBAEG%2CGAAE%3BEAEA%2CeAAA%3B%3BAApUzB%2CoBA8PI%2CqBA6DI%2CMAEI%2CGACI%2CGAAE%2CIAAI%2CKAEF%2CsBAEG%2CGAAE%2CaAIC%3BEACE%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CWAAA%3B%3BAA5U5B%2CoBA8PI%2CqBA6DI%2CMAEI%2CGACI%2CGAAE%2CIAAI%2CKAEF%2CsBAgBE%2CmBAEI%3BEACM%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2COAAb%3B%3BAAtVhC%2CoBA8PI%2CqBA6DI%2CMAEI%2CGACI%2CGAAE%2CIAAI%2CKAEF%2CsBAgBE%2CmBASM%2CEAAC%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAA3VhC%2CoBA8PI%2CqBAqGC%2CYAEG%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAvWZ%2CoBA4WI%2CgBAEG%3BEACG%2CuBAAA%3B%3BAA%5C%2FWV%2CoBA4WI%2CgBAMI%2CeAEI%2CMAAK%2CMAAM%2COAEP%2CQAAO%2CIAEJ%3BEACK%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA7XxB%2CoBA4WI%2CgBAMI%2CeAEI%2CMAAK%2CMAAM%2COAEP%2CQAAO%2CIASH%3BEACI%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAArYxB%2CoBA4WI%2CgBAMI%2CeAEI%2CMAAK%2CMAAM%2COAsBR%2COAAM%2COAED%2CMAEI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2C6BAAA%3B%3BAAnZ5B%2CoBA4WI%2CgBAMI%2CeAEI%2CMAAK%2CMAAM%2COAsBR%2COAAM%2COAeD%2CQAEG%3BEACK%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACC%2C6BAAA%3BEAGF%2CiBAAA%3B%3BAAna3B%2CoBA4WI%2CgBAiEG%2CUAAS%2CQAAQ%2CMAAM%2CuBAElB%2CMAEI%2CQAAO%2CQAAQ%3BEAGX%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAA7bpB%2CoBA4WI%2CgBAiEG%2CUAAS%2CQAAQ%2CMAAM%2CuBAElB%2CMAmBI%2CQAAO%2CQAAQ%2CSAAS%3BEAEhB%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%2COAET%2CUAAS%3BEAEL%2CwBAAA%3B%3BAANZ%2CgCAUI%2COAAM%3BEACH%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAbP%2CgCAgBI%2COAAM%2CQAAQ%2CSAEV%3BEAEG%2C8BAAA%3B%3BAApBX%2CgCAwBI%2CMAAK%2CSAAS%3BEAEX%2CsBAAA%3B%3BAA1BP%2CgCA6BI%2COAAM%2CMAAM%2CSAAU%2CMAAK%3BEAEvB%2CaAAA%3B%3BAA%5C%2FBR%2CgCAkCI%2CiBAEE%3BEAEE%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAA3CR%2CgCAkCI%2CiBAEE%2CSASE%2CQAAO%2COAAO%3BEAEX%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACC%2CaAAa%2COAAb%3BEACA%2CeAAA%3B%3BAAnDZ%2CgCAkCI%2CiBAqBE%3BEAEE%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgDAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAhER%2CgCAkCI%2CiBAqBE%2CWAWE%2CQAAO%3BEAML%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2COAAb%3BEACE%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAA9EZ%2CgCAkCI%2CiBAqBE%2CWAWE%2CQAAO%2CKAEH%3BEACE%2CWAAA%3B%3BAAmBd%2CwBAEI%2CMAAK%2COAAO%2CQAAQ%3BEAEhB%2CWAAA%3B%3BAAJR%2CwBAOI%2COAAM%2CqBAAqB%3BEACvB%2CUAAA%3BEACA%2CWAAA%3B%3BAATR%2CwBAOI%2COAAM%2CqBAAqB%2CSAIvB%2CMAAK%3BEACD%2CwBAAA%3B%3BAAZZ%2CwBAgBI%2COAAM%2CoBAAoB%3BEACtB%2CYAAA%3BEACA%2CUAAA%3B%3BAAlBR%2CwBAgBI%2COAAM%2CoBAAoB%2CSAItB%2CMAAK%3BEACD%2CwBAAA%3B%3BAArBZ%2CwBAyBI%2COAAM%2COAAO%3BEACT%2CWAAA%3B%3BAA1BR%2CwBA6BI%2CUAAS%2COAAO%2CKAEb%3BEAEG%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CmBAAA%3B%3BAAtCV%2CwBA6BI%2CUAAS%2COAAO%2CKAEb%2CQASG%3BEACE%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2COAAb%3B%3BAA5CZ%2CwBAiDI%2CUAAS%2COAAO%2CQAEb%3BEACM%2CeAAA%3BEACD%2CgBAAA%3BEACA%2CaAAa%2COAAb%3B%3BAAtDZ%2CwBAiDI%2CUAAS%2COAAO%2CQAQb%3BEAEG%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CmBAAA%3B%3BAAhEV%2CwBAiDI%2CUAAS%2COAAO%2CQAQb%2CQASG%3BEACE%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2COAAb%3B%3BAAtEZ%2CwBA4EI%2COAAM%3BEACF%2CaAAA%3B%3BAA7ER%2CwBAgFI%2COAAM%3BEACF%2CaAAA%3B%3BAAjFR%2CwBAoFI%2COAAM%2COAAO%3BEACT%2CyBAAA%3B%3BAArFR%2CwBAwFI%2CiBAEE%3BEAEE%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAjGR%2CwBAwFI%2CiBAEE%2CSASE%2CQAAO%2COAAO%3BEAEX%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACC%2CaAAa%2COAAb%3BEACA%2CeAAA%3B%3BAAzGZ%2CwBAwFI%2CiBAqBE%3BEAEE%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgDAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAtHR%2CwBAwFI%2CiBAqBE%2CWAWE%2CQAAO%3BEAML%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACE%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAApIZ%2CwBAwFI%2CiBAqBE%2CWAWE%2CQAAO%2CKAEH%3BEACE%2CWAAA%3B%3BAAkBd%2CuBAGI%2COAAM%3BEACF%2CaAAA%3B%3BAAJR%2CuBAOI%2CiBAEI%3BEACI%2CsBAAA%3B%3BAAVZ%2CuBAOI%2CiBAMI%2CUAAS%3BEAEL%2CaAAA%3B%3BAAfZ%2CuBAqBI%2COAAM%3BEAgEF%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiEAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAzFR%2CuBAqBI%2COAAM%2CqBAEH%2CUAAS%3BEACN%2CgBAAA%3B%3BAAxBV%2CuBAqBI%2COAAM%2CqBAMF%2CiBAEG%3BEAEM%2CYAAA%3B%3BAA%5C%2FBjB%2CuBAqBI%2COAAM%2CqBAMF%2CiBAEG%2CSAIK%2CQAAO%2CMAAM%3BEAET%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACD%2CqBAAA%3BEACA%2CmBAAA%3BEACC%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2COAAb%3B%3BAA%5C%2FCpB%2CuBAqBI%2COAAM%2CqBAMF%2CiBAEG%2CSAqBK%2CQAAO%2CMAAM%2CQAAQ%3BEAElB%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAtDnB%2CuBAqBI%2COAAM%2CqBAMF%2CiBA%2BBI%2CWACG%2CQAAO%3BEAEH%2CcAAA%3BEACA%2CqBAAA%3B%3BAA9DnB%2CuBAqBI%2COAAM%2CqBA8CF%2COAAM%3BEACF%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAvEZ%2CuBAqBI%2COAAM%2CqBAqDF%3BEAEI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAlFZ%2CuBAqBI%2COAAM%2CqBAuEF%2CaAEI%3BEACI%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEAEA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4CAAA%3B%3BAAxGhB%2CuBA6GI%2COAAM%3BEACF%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiEAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAlHR%2CuBA6GI%2COAAM%2CmBAQF%2CaAEI%3BEACI%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEAEA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C4CAAA%3B%3BAAjIhB%2CuBA6GI%2COAAM%2CmBAwBF%2CiBAEG%2CSAEI%2CQAAO%2COAAO%3BEAMR%2CiBAAA%3BEACD%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEAEA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2COAAb%3B%3BAA9JpB%2CuBA6GI%2COAAM%2CmBAwBF%2CiBAEG%2CSAEI%2CQAAO%2COAAO%2CQAET%3BEACE%2CWAAA%3B%3BAA5ItB%2CuBA6GI%2COAAM%2CmBAwBF%2CiBAEG%2CSA0BI%2CQAAO%2COAAO%2CQAAQ%3BEAEjB%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAQpB%3BEAEK%2CgBAAA%3B%3BAAFL%2CgBAII%2CKAEG%3BEAEK%2CeAAA%3BEACA%2CaAAa%2COAAb%3B%3BAAMZ%2CoBAEE%2CyBAGG%3BEAEG%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAXR%2CoBAEE%2CyBAGG%2CKAQG%2COAAM%3BEAEF%2CUAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2CoBAEE%2CyBAGG%2CKAcG%2COAAM%3BEAEF%2CYAAA%3BEACA%2CUAAA%3B%3BAAtBZ%2CoBAEE%2CyBAGG%2CKAoBG%3BEAEI%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA%5C%2FBZ%2CoBAEE%2CyBAGG%2CKA8BG%3BEAEG%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3B%3BAAvCX%2CoBAEE%2CyBAGG%2CKAqCG%3BEAEI%2CWAAA%3B%3BAA5CZ%2CoBAEE%2CyBAGG%2CKAqCG%2CKAII%3BEAEI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAchB%2CiBAGI%3BEAEI%2CsEAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAdR%2CiBAiBI%3BEACI%2CWAAA%3B%3BAAlBR%2CiBAqBI%3BEAEI%2CmBAAA%3B%3BAAvBR%2CiBA0BI%3BEAEI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA7BR%2CiBAgCI%3BEA2DI%2CgBAAA%3B%3BAA3FR%2CiBAgCI%2C2BAEG%3BEACK%2CuCAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAtCZ%2CiBAgCI%2C2BASI%3BEACI%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FCZ%2CiBAgCI%2C2BASI%2CGAQI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2COAAO%2CSAAP%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAzDhB%2CiBAgCI%2C2BASI%2CGAQI%2CGAWI%2CeAEI%3BEACI%2CaAAa%2COAAb%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%3BAA3ExB%2CiBAgCI%2C2BASI%2CGAQI%2CGA8BI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAtFpB%2CiBAgCI%2C2BA6DI%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAnGZ%2CiBAgCI%2C2BA6DI%2CUAQI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAxGhB%2CiBAgCI%2C2BA6DI%2CUAQI%2CGAKK%3BEACG%2CWAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAhHpB%2CiBAgCI%2C2BA6DI%2CUAuBI%3BEACI%2CWAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CUAAA%3B%3BAAjIhB%2CiBAsII%2CQAAO%3BEAEL%2C2BAAA%3B%3BAAxIN%2CiBAsII%2CQAAO%2CMAIH%3BEAEI%2CaAAa%2COAAb%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAApJZ%2CiBAsII%2CQAAO%2CMAiBH%2CsBAAqB%3BEAEnB%2CaAAA%3B%3BAAzJV%2CiBAsII%2CQAAO%2CMAsBH%2CSAAQ%2CoBAGJ%3BEAEG%2CYAAA%3BEACA%2CWAAA%3B%3BAAlKf%2CiBAsII%2CQAAO%2CMAsBH%2CSAAQ%2CoBAGJ%2CGAKG%3BEACK%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAtKpB%2CiBAsII%2CQAAO%2CMAsBH%2CSAAQ%2CoBAGJ%2CGAKG%2CGAIS%3BEACI%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA9K5B%2CiBAsII%2CQAAO%2CMAsBH%2CSAAQ%2CoBAGJ%2CGAmBI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA3LpB%2CiBAmMI%3BEAEI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C2CAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA5MR%2CiBA%2BMI%3BEAEI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAASR%3BEACG%2CmBAAA%3BEACA%2CaAAA%3B%3BAAFH%2CeAIG%3BEACK%2CUAAA%3BEACA%2CkBAAA%3B%3BAANR%2CeAIG%2CwBAIK%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAdZ%2CeAIG%2CwBAIK%2CgBAQI%3BEAEI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAA1BhB%2CeAIG%2CwBAIK%2CgBAsBI%3BEAEI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAAxChB%2CeAIG%2CwBAIK%2CgBAmCI%3BEAEI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BAA5DhB%2CeAIG%2CwBAIK%2CgBAmCI%2CeAmBI%3BEACI%2CcAAA%3B%3BAA%5C%2FDpB%2CeAsEI%3BEAQI%2CUAAA%3B%3BAA9ER%2CeAsEI%2C0BAEI%3BEAEE%2CWAAA%3BEACA%2CWAAA%3B%3BAAQV%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAHJ%2CUAKI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CUAKI%2CcAII%3BEACG%2C4BAAA%3B%3BAAVX%2CUAKI%2CcAII%2CmBAGI%3BEACI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAtBhB%2CUAKI%2CcAII%2CmBAgBI%3BEACI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAAlChB%2CUAKI%2CcAII%2CmBA4BI%3BEAEI%2CaAAa%2COAAb%3BEACA%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%3BAAtDhB%2CUAKI%2CcAII%2CmBA4BI%2CcAmBI%3BEACI%2CcAAA%3B%3BAAzDpB%2CUAKI%2CcAyDI%3BEAEI%2CYAAA%3B%3BAAhEZ%2CUAKI%2CcAyDI%2CqBAIK%3BEACG%2C6BAAA%3BEACA%2CgCAAA%3B%3BAAOhB%2CQAEI%2CQAAO%3BEAEH%2C8BAAA%3B%3BAAMR%2CYAEI%2CQAAO%3BEAEH%2C6BAAA%3B%3BAAKR%3BEAEE%2CmBAAA%3BEACA%2CeAAA%3B%3BAAHF%2CWAKI%3BEACI%2CkBAAA%3B%3BAANR%2CWAKI%2CUAGI%3BEACI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAjBZ%2CWAKI%2CUAeI%3BEACI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAMZ%3BEAEI%2CUAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CqBAKI%3BEAEI%2CaAAa%2COAAb%3BEAEA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CoBAAA%3B%3BAAhBR%2CqBAoBI%2CgBACD%3BEA2BH%2CaAAA%3BEAGA%2CyBAAA%3BEACA%2CsCAAA%3BEACA%2CmBAAA%3BEACU%2CqCAAA%3BEACA%2CaAAA%3B%3BAAvDV%2CqBAoBI%2CgBACD%2CqBAEK%2CSAEI%3BEAEN%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAApCN%2CqBAoBI%2CgBACD%2CqBAEK%2CSAgBN%2CaAAY%3BEAGR%2CWAAA%3BEACA%2CyBAAA%3B%3BAA3CN%2CqBAoBI%2CgBACD%2CqBAoCO%2CeAEG%3BEACP%2CYAAA%3B%3BAA5DN%2CqBAoBI%2CgBACD%2CqBA4CO%2CiBAEI%3BEAEG%2CYAAA%3B%3BAArEjB%2CqBAoBI%2CgBACD%2CqBA4CO%2CiBAOG%3BEAEI%2CYAAA%3BEAEC%2CaAAa%2COAAb%3BEACd%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAApFJ%2CqBAoBI%2CgBACD%2CqBA4CO%2CiBAwBI%3BEACG%2CYAAA%3B%3BAA1FjB%2CqBAoBI%2CgBACD%2CqBA4CO%2CiBAwBI%2CYAGG%3BEACT%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAnGR%2CqBAoBI%2CgBACD%2CqBA4CO%2CiBAsCG%2CSAEI%3BEAEX%2CaAAa%2COAAb%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%3BEAEI%2CWAAA%3BEACA%2CYAAA%3B%3BAATR%2CqBAMI%2C8BAKI%3BEACI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAArBZ%2CqBAMI%2C8BAkBI%3BEACI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAjCZ%2CqBAMI%2C8BA8BI%3BEASI%2CYAAA%3BEACA%2CcAAA%3B%3BAA9CZ%2CqBAMI%2C8BA8BI%2C0BAEG%2CEACK%2CYAAW%3BEACP%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAA1CpB%2CqBAMI%2C8BA8BI%2C0BAYI%3BEACI%2CaAAa%2COAAb%3BEACA%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%3BAAhEhB%2CqBAMI%2C8BA8BI%2C0BA%2BBI%3BEACI%2CaAAa%2COAAb%3BEACA%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%3BAAShB%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAFF%2CMAII%3BEAEI%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3B%3BAAXR%2CMAII%2CoBASI%3BEAEI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAvBZ%2CMAII%2CoBAsBI%3BEAEI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAApCZ%2CMAII%2CoBAmCI%3BEACI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAASZ%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CkBAII%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAMR%3BEAEI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CaAKI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAPR%2CaAKI%2C6BAII%3BEAEI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAnBZ%2CaAKI%2C6BAkBI%3BEAEI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAjCZ%2CaAKI%2C6BAgCI%3BEAEI%2CaAAa%2COAAb%3BEACA%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%3BAAtDZ%2CaAKI%2C6BAgCI%2CcAmBQ%3BEACI%2CcAAA%3B%3B%3BAAWpB%3BEAEI%2C8BAAA%3B%3BAAFJ%2CYAGI%2CQAAO%3BEACH%2CeAAA%3BEACA%2CYAAA%3B%3BAALR%2CYAGI%2CQAAO%2CQAIH%3BEACE%2CkBAAA%3B%3BAAMV%3BEAEE%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAHF%2CcAKI%2CcACI%3BEAEI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAjBZ%2CcAKI%2CcAeI%3BEACI%2CWAAA%3BEACA%2CYAAA%3B%3BAAtBZ%2CcAKI%2CcAeI%2CGAII%3BEAQI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA1ChB%2CcAKI%2CcAeI%2CGAII%2CGAEE%3BEAEE%2CWAAA%3BEACA%2CqBAAA%3B%3BAA7BhB%2CcAgDI%3BEAEI%2CgBAAA%3BEAEA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3B%3BAASR%2CKAAK%2CKAAK%2CQAEN%2COAAM%2CWAEH%2CeAEK%2CaAEI%2CiBAAgB%2CoBAEZ%2CSAAQ%2CgBAEJ%2CQAAO%2COAAO%3BEAEV%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAW5B%2C8BAA8B%2CcAE1B%2CMAAK%2CMAAM%2CsBAEP%3BEAEI%2CWAAA%3B%3BAAMZ%2CQAAQ%2CUAAU%2CYAGf%2COACG%3BEAEE%2CaAAa%2COAAb%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAATZ%2CQAAQ%2CUAAU%2CYAGf%2COACG%2CEAOE%3BEACI%2CaAAa%2COAAb%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAOZ%2CQAAQ%2CUAAU%2CSAEd%2COACE%3BEAEE%2CaAAa%2COAAb%3BEACI%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAARZ%2CQAAQ%2CUAAU%2CSAEd%2COACE%2CEAOE%3BEACI%2CaAAa%2COAAb%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAOZ%2CSAAS%2CQAAQ%2CKAAK%2CcAElB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAGT%3BEAEG%2CsBAAA%3BEACA%2CaAAA%3B%3BAAVf%2CSAAS%2CQAAQ%2CKAAK%2CcAElB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAGT%2CmBAKG%2CSAAQ%2CQAAQ%2CqBAEZ%2CSAAQ%2CKAAK%3BEAER%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAzBxB%2CSAAS%2CQAAQ%2CKAAK%2CcAElB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAGT%2CmBAKG%2CSAAQ%2CQAAQ%2CqBAEZ%2CSAAQ%2CKAAK%2CkBAaR%3BEACG%2CaAAa%2COAAb%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAgB5B%2CQAAQ%2CQAAQ%2CqBAEZ%2CWAAU%2CkBAEN%2CeACQ%3BEAEI%2CaAAa%2COAAb%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAfpB%2CQAAQ%2CQAAQ%2CqBAEZ%2CWAAU%2CkBAiBN%3BEACG%2CWAAA%3B%3BAApBX%2CQAAQ%2CQAAQ%2CqBAEZ%2CWAAU%2CkBAiBN%2CcAGG%2CeACK%3BEAEI%2CaAAa%2COAAb%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAjCpB%2CQAAQ%2CQAAQ%2CqBAEZ%2CWAAU%2CkBAiBN%2CcAkBG%3BEACE%2CaAAA%3B%3BAAtCb%2CQAAQ%2CQAAQ%2CqBAEZ%2CWAAU%2CkBAwCN%2CoBAAmB%3BEAEhB%2CcAAA%3B%3BAA5CX%2CQAAQ%2CQAAQ%2CqBAEZ%2CWAAU%2CkBA8CN%2CEAAC%2CmBAAmB%3BEAEjB%2CcAAA%3B%3BAAlDX%2CQAAQ%2CQAAQ%2CqBAEZ%2CWAAU%2CkBAoDN%2CEAAC%2CmBAAmB%2CMAAO%3BEAExB%2CcAAA%3B%3BAAxDX%2CQAAQ%2CQAAQ%2CqBAEZ%2CWAAU%2CkBAyDN%2CEAAC%2CmBAAmB%2CMAAO%3BEAExB%2CcAAA%3B%3BAA7DX%2CQAAQ%2CQAAQ%2CqBAEZ%2CWAAU%2CkBAgEN%3BEACI%2CYAAA%3BEACA%2C0BAAA%3B%3BAApEZ%2CQAAQ%2CQAAQ%2CqBAEZ%2CWAAU%2CkBAgEN%2CoBAKI%2CiBACI%3BEACI%2CaAAa%2COAAb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAjFpB%2CQAAQ%2CQAAQ%2CqBAEZ%2CWAAU%2CkBAgEN%2CoBAKI%2CiBAgBI%3BEACI%2CaAAa%2COAAb%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAWpB%2CQAEI%2COAEI%2CMAEI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAMhB%3BEAEI%2CgBAAA%3B%3BAAFJ%2CYAII%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAMR%2CYAAa%2CEAAC%3BEACV%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CuBAEI%2CEAAC%3BEAEG%2C2BAAA%3BEACA%2CqBAAA%3B%3BAAKR%2CkBAEI%2CSAAQ%2CUAAU%3BEACd%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAALR%2CkBAQI%2CWAAU%3BEACN%2CWAAA%3BEACA%2CUAAA%3B%3BAAVR%2CkBAaI%3BEAEI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAlBR%2CkBAaI%2CoBAOI%2CWAAU%3BEAEP%2CuBAAA%3B%3BAAtBX%2CkBAaI%2CoBAOI%2CWAAU%2CkBAIP%3BEAEQ%2CWAAA%3BEACA%2CWAAA%3B%3BAA3BnB%2CkBAaI%2CoBAOI%2CWAAU%2CkBAIP%2CeAKI%2CiBAAgB%2CkBAEZ%3BEAEK%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAvCxB%2CkBAaI%2CoBAOI%2CWAAU%2CkBAwBP%3BEAEK%2CWAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FChB%2CkBAaI%2CoBAOI%2CWAAU%2CkBAwBP%2CWAKK%3BEAEG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAArDnB%2CkBAaI%2CoBA6CI%2CcAEG%2CiBAEI%3BEAGK%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAA1EpB%2CkBAaI%2CoBA6CI%2CcAEG%2CiBAkBI%2CeAEG%3BEAEG%2CaAAa%2COAAb%3BEACD%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAA1FpB%2CkBAaI%2CoBAoFI%2CYAEG%2CiBAEI%3BEAGK%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAjHpB%2CkBAaI%2CoBAoFI%2CYAEG%2CiBAkBI%2CeAEG%3BEAEG%2CaAAa%2COAAb%3BEACD%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAASpB%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAKJ%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAIJ%3BEAEI%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEAEI%2CyBAAA%3B%3BAAIJ%2CMAAM%2CcAAc%3BEAEhB%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CcAEK%2CeAEE%2CoBAAmB%3BEAEf%2CwBAAA%3B%3BAAKX%2CeAEI%2CqBAEE%2CwBAEM%2CcAAa%3BEAET%2CcAAA%3B%3BAARhB%2CeAEI%2CqBAEE%2CwBAOG%2COAAM%2CcAEH%2CMAEI%2CcAAa%3BEAEX%2CcAAA%3B%3BAAjBlB%2CeAEI%2CqBAEE%2CwBAOG%2COAAM%2CcAEH%2CMAMI%2CcAIK%3BEACG%2C8BAAA%3B%3BAAYxB%3BEAEI%2CmBAAA%3BEACA%2CaAAa%2COAAb%3B%3BAAHJ%2CsBAKI%2CaAEI%3BEAEI%2CaAAA%3BEACA%2CiBAAA%3B%3BAAVZ%2CsBAKI%2CaAQK%2CqBAAoB%3BEAEf%2CiBAAA%3BEACA%2CYAAA%3B%3BAAhBd%2CsBAoBI%2CeAEG%2C2BAEG%2CGAEG%2CGAEG%2CeAEG%2CEAAC%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAhCxB%2CsBAwCI%2CeACI%2CeACI%3BEACI%2COAAO%2CqBAAP%3B%3BAA3ChB%2CsBAgDI%2COAEI%2COAAM%3BEAEH%2C0BAAA%3B%3BAApDX%2CsBAwDI%2CeAAc%2CeAEV%2CgBAAe%3BEAEX%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAApEZ%2CsBAwEI%3BEAEI%2CgBAAA%3B%3BAA1ER%2CsBAwEI%2C0BAII%3BEAGI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAzFZ%2CsBAwEI%2C0BAqBI%2C0BAEG%3BEAEK%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAzGhB%2CsBA%2BGI%2CQAAO%3BEAEH%2CaAAA%3B%3BAAjHR%2CsBAoHI%3BEAEI%2CYAAA%3B%3BAAtHR%2CsBAoHI%2CmBAII%3BEACI%2CaAAA%3B%3BAAzHZ%2CsBA6HI%2CUAAS%2CcAEL%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAET%2CmBAEI%2CSAAQ%2CQAAQ%2CqBAEZ%2CUAEG%3BEAEK%2CYAAA%3B%3BAA3IhC%2CsBA6HI%2CUAAS%2CcAEL%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAET%2CmBAEI%2CSAAQ%2CQAAQ%2CqBAEZ%2CUAEG%2CYAIK%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAgBpC%3BEAEI%2CmBAAA%3BEACA%2CaAAa%2COAAb%3B%3BAAHJ%2CqBAMI%2CSAAQ%2CMAEL%3BEAEK%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAXZ%2CqBAgBI%2CsBAEI%3BEAEI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAtBZ%2CqBA0BI%2CcAEG%3BEACK%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAjCZ%2CqBAqCG%2CkBAEK%2CYAEI%3BEAEI%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAA7ChB%2CqBAqCG%2CkBAEK%2CYAEI%2CUAMI%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAjDpB%2CqBAqCG%2CkBAEK%2CYAEI%2CUAMI%2CeAII%3BEACE%2CYAAA%3B%3BAApDtB%2CqBAqCG%2CkBAEK%2CYAEI%2CUAeI%2COAAM%3BEACF%2CaAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAA3DpB%2CqBAqCG%2CkBAEK%2CYAEI%2CUAeI%2COAAM%2CIAKE%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FD5B%2CqBAqCG%2CkBAEK%2CYAEI%2CUAeI%2COAAM%2CIAUF%2CSAEI%3BEAEI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAvE5B%2CqBAqCG%2CkBAEK%2CYAyCI%2CQAAO%2CQAAQ%3BEAEX%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAApGhB%2CqBA2GG%3BEACK%2CWAAA%3BEACA%2CiBAAA%3B%3BAA7GR%2CqBAgHK%2CoBAEG%2CWAAU%2CkBACP%2CiBAAgB%2CkBAAkB%2CIAAI%2CKAEnC%2CeACI%3BEACI%2CaAAa%2COAAb%3BEACE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA7HxB%2CqBAqII%2CmBAEI%2CUAAS%3BEACL%2CWAAA%3B%3BAAxIZ%2CqBAqII%2CmBAME%2CUAEM%2CSAAQ%3BEACJ%2CWAAA%3B%3BAA9IhB%2CqBAqII%2CmBAME%2CUAEM%2CSAAQ%2CSAGJ%3BEAEA%2CgBAAA%3BEACD%2CWAAA%3BEACA%2CYAAA%3B%3BAApJf%2CqBAqII%2CmBAME%2CUAEM%2CSAAQ%2CSAGJ%2CYAOE%2CWAAU%3BEAEJ%2CmBAAA%3BEACA%2CWAAA%3B%3BAA1JxB%2CqBAqII%2CmBAME%2CUAEM%2CSAAQ%2CSAGJ%2CYAOE%2CWAAU%2CYAMJ%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAhK5B%2CqBAqII%2CmBAME%2CUAEM%2CSAAQ%2CSAGJ%2CYAoBI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA5KxB%2CqBAqII%2CmBAME%2CUAEM%2CSAAQ%2CSAGJ%2CYAgCI%2CWAAU%3BEAEP%2C%2BBAAA%3B%3BAAlLvB%2CqBAqII%2CmBAME%2CUA8CG%2CSAAQ%2CSAEN%3BEAEI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FLf%2CqBAqII%2CmBAME%2CUA8CG%2CSAAQ%2CSAEN%2CYAMK%2CWAAU%3BEAEN%2CWAAA%3BEACA%2CmBAAA%3B%3BAApMpB%2CqBAqII%2CmBAME%2CUA8CG%2CSAAQ%2CSAEN%2CYAMK%2CWAAU%2CYAKN%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAzMxB%2CqBAqII%2CmBAME%2CUA8CG%2CSAAQ%2CSAEN%2CYAoBK%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAtNpB%2CqBAqII%2CmBAME%2CUA8CG%2CSAAQ%2CSAEN%2CYAgCK%2CWAAU%3BEACP%2C4BAAA%3B%3BAA5NnB%2CqBAuOI%3BEAEI%2CyBAAA%3B%3BAAzOR%2CqBA8OI%2CmBAEI%2CwBAEI%2CoBAAmB%3BEAEf%2CcAAA%3B%3BAApPhB%2CqBA8OI%2CmBAEI%2CwBAEI%2CoBAAmB%2CQAIf%3BEAEI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAhQpB%2CqBA0QI%2CkBAEI%3BEAEI%2CuBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3B%3BAAhRZ%2CqBA0QI%2CkBAEI%2CeAMI%3BEAEI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3B%3BAAvRhB%2CqBA4RI%3BEACI%2CWAAA%3B%3BAA7RR%2CqBAgSI%2CwBAEI%2CYAAW%3BEAyBP%2CuBAAA%3B%3BAA3TZ%2CqBAgSI%2CwBAEI%2CYAAW%2CaAEP%2CQAAO%2CQAAQ%3BEAEX%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAxThB%2CqBAiUG%2CyBAEK%2CMAAK%2CcAED%3BEAEI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAAlVhB%2CqBAiUG%2CyBAEK%2CMAAK%2CcAmBD%3BEACI%2CWAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BAAjWhB%2CqBAiUG%2CyBAyCK%2COAEI%3BEAiBG%2CsBAAA%3B%3BAA7Xf%2CqBAiUG%2CyBAyCK%2COAEI%2CSAEI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAzXpB%2CqBAiUG%2CyBAgEK%2COAAM%2CSAEF%3BEAkBG%2CWAAA%3B%3BAArZf%2CqBAiUG%2CyBAgEK%2COAAM%2CSAEF%2CSAEI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAjZpB%2CqBAiUG%2CyBAgEK%2COAAM%2CSAuBF%3BEAEI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAnahB%2CqBA0aI%2CmBAEG%3BEACK%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAApbZ%2CqBA0aI%2CmBAaI%2COAAM%3BEAGF%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAxcZ%2CqBA0aI%2CmBAiCI%3BEAiBI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEAEA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEAEA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAhfZ%2CqBA0aI%2CmBAiCI%2CcAGO%2COAAM%3BEACD%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAtdpB%2CqBA0aI%2CmBA0EI%2CcAAa%2CKAAK%3BEAChB%2CUAAA%3BEACA%2CaAAA%3B%3BAAtfV%2CqBA0aI%2CmBA8EI%2CSAAQ%2CUAAU%3BEACf%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA3fX%2CqBA%2BfI%2CeAEG%3BEAEG%2CuBAAA%3B%3BAAngBV%2CqBA%2BfI%2CeAEG%2CgBAIK%2COAAO%2CMAAM%3BEAET%2CeAAA%3B%3BAAvgBhB%2CqBA6gBI%2CkBAEI%3BEAEI%2C6BAAA%3B%3BAAjhBZ%2CqBA6gBI%2CkBAEI%2CMAII%2CMAEI%2CGACG%3BEACK%2CuBAAA%3BEAEA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BAAhiBxB%2CqBA2iBI%2C0BAEI%2CKAAI%2CIAAI%3BEAEJ%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C%2BBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BAAzjBZ%2CqBA2iBI%2C0BAmBI%2CKAAI%3BEAED%2C%2BBAAA%3B%3BAAhkBX%2CqBAokBI%2CGAAE%2CIAAI%2CWAAW%3BEAEd%2CgBAAA%3B%3BAAtkBP%2CqBAykBI%2CYAEG%3BEAEK%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAArlBZ%2CqBA2lBI%2COAAM%2CKAAM%2CGAAE%3BEAEV%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAAlmBR%2CqBAqmBI%2CKAAI%2CWAAW%3BEAEX%2C2BAAA%3B%3BAAvmBR%2CqBA0mBI%2CKAAI%3BEAED%2C4BAAA%3BEACA%2C6BAAA%3B%3BAA7mBP%2CqBAgnBI%2CGAAE%2CIAAI%2CWAAW%3BEAEb%2CaAAA%3B%3BAAlnBR%2CqBAqnBI%2CGAAE%2CIAAI%2CIAAI%2CWAAW%2CWAAW%3BEAE5B%2CaAAA%3B%3BAAvnBR%2CqBA0nBI%2CGAAE%2CIAAI%3BEACH%2CaAAA%3B%3BAA3nBP%2CqBA6nBI%2CGAAE%2CIAAI%3BEAEF%2CaAAA%3B%3BAA%5C%2FnBR%2CqBAioBI%2CGAAE%2CIAAI%3BEACF%2CaAAA%3B%3BAAloBR%2CqBAqoBI%2CGAAE%2CIAAI%3BEACF%2CaAAA%3B%3BAAtoBR%2CqBAyoBI%2CMAAK%2CKAGF%2CKAAI%3BEACF%2CaAAA%3B%3BAA7oBT%2CqBAyoBI%2CMAAK%2CKAMF%2CKAAI%3BEACF%2CaAAA%3B%3BAAhpBT%2CqBAopBI%2CSAAQ%2CKAAK%2CMAET%2CMAAK%3BEAED%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3B%3BAA1pBZ%2CqBAopBI%2CSAAQ%2CKAAK%2CMAST%2CMAAK%3BEAEA%2C6BAAA%3B%3BAA%5C%2FpBb%2CqBAopBI%2CSAAQ%2CKAAK%2CMAST%2CMAAK%2CMAID%3BEAEI%2CsCAAA%3BEACA%2CuCAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3B%3BAAQhB%2CQAAQ%2CKAAK%3BEAET%2CiBAAA%3B%3BAAIJ%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%3BEAE%5C%2FN%2CmBAAA%3BEACA%2CWAAA%3B%3BAAOJ%2CiBAAkB%2CsBAAqB%2CcAAc%2CcAAc%2CUAAU%3BEAEzE%2CiBAAA%3BEACA%2CYAAA%3B%3BAAMJ%3BEACE%2C0DAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAGF%2CYAAY%3BEAER%2CgEAAA%3BEACA%2CkBAAA%3BEACA%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%3BEAEI%2CgBAAA%3B%3BAAFJ%2CgBAII%3BEAEG%2CkBAAA%3B%3BAANP%2CgBAII%2CSAII%3BEAGI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAnBZ%2CgBAII%2CSAmBI%3BEAGI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAlCZ%2CgBAuCI%3BEAGI%2CmBAAA%3B%3BAA1CR%2CgBAuCI%2CkBAKI%3BEAGI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAvDZ%2CgBAuCI%2CkBAoBI%3BEAEG%2CaAAa%2COAAb%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAArEZ%2CgBAyEI%3BEAEI%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAhFR%2CgBAyEI%2CYASI%3BEAEI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAASZ%2CaAEI%3BEAEI%2CmBAAA%3BEACA%2CYAAA%3B%3BAAIR%2CmBAEI%3BEACG%2CsBAAA%3B%3BAAHP%2CmBAQK%3BEACG%2CwBAAA%3B%3BAATR%2CmBAYI%2CSAAQ%2CQAAQ%2CqBAEZ%3BEACG%2CWAAA%3B%3BAAfX%2CmBAYI%2CSAAQ%2CQAAQ%2CqBAEZ%2CiBAGI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAA5BhB%2CmBAYI%2CSAAQ%2CQAAQ%2CqBAEZ%2CiBAmBI%2CSAAQ%3BEAEJ%2CWAAA%3BEACA%2CyBAAA%3B%3BAApChB%2CmBAYI%2CSAAQ%2CQAAQ%2CqBAEZ%2CiBAyBK%2CQAAO%2COAAO%3BEACX%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAlDhB%2CmBAYI%2CSAAQ%2CQAAQ%2CqBAEZ%2CiBAuCI%2CQAAO%2COAAO%2CYAAY%3BEAEvB%2CWAAA%3BEACC%2CyBAAA%3B%3BAAMhB%2CcACI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAKR%2CcAAe%2CmBAAkB%2CIAAI%2CQAAQ%2CIAAI%2CSAAU%3BEACnD%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAIR%2CSAAS%2CQAAQ%2CKAAK%2CcAEhB%2CUAAS%2CKAAK%2CMAAM%2CcACd%2CMAAK%2CQAAQ%3BEACT%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAMhB%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%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CwBAEI%2CeAAc%2CIAAI%3BEACd%2CmBAAA%3B%3BAAIR%2CYAEK%3BEACE%2CcAAA%3B%3BAAIP%2CcAEI%3BEACG%2CcAAA%3B%3BAAIP%2CYAEI%2CaAAY%2CcAER%3BEACI%2CWAAA%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAATZ%2CYAEI%2CaAAY%2CcAWR%2CaAAY%3BEACV%2CmBAAA%3B%3BAAdV%2CYAEI%2CaAAY%2CcAWR%2CaAAY%2CMAGV%2CaAAY%3BEACV%2CcAAA%3B%3BAAMZ%2CiBAAiB%2CYAAY%2CcAEzB%2CsBAAqB%2CcAAc%3BEAC%5C%2FB%2CaAAA%3B%3BAAHR%2CiBAAiB%2CYAAY%2CcAMzB%3BEAEI%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAAKR%2CkBAAkB%2CYAAY%2CcAE1B%3BEAEI%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CkBAAkB%2CYAAY%2CcAE1B%2CwBAMI%2CsBAEI%2CyBAEI%3BEAEI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAfpB%2CkBAAkB%2CYAAY%2CcAE1B%2CwBAMI%2CsBAEI%2CyBAEI%2CsBAKI%3BEAEI%2CWAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAvBxB%2CkBAAkB%2CYAAY%2CcAE1B%2CwBAMI%2CsBAEI%2CyBAEI%2CsBAcI%2CcAAa%3BEAET%2CmBAAA%3B%3BAA5BxB%2CkBAAkB%2CYAAY%2CcAE1B%2CwBAMI%2CsBAEI%2CyBAEI%2CsBAkBI%2CcAAa%3BEAET%2CaAAA%3B%3BAAQxB%2CiBAAiB%2CYAAY%2CcAEzB%3BEAEI%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CiBAAiB%2CYAAY%2CcAEzB%2CwBAMI%2CsBAEI%2CyBAEI%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAfpB%2CiBAAiB%2CYAAY%2CcAEzB%2CwBAMI%2CsBAEI%2CyBAEI%2CsBAKI%3BEAEI%2CWAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAvBxB%2CiBAAiB%2CYAAY%2CcAEzB%2CwBAMI%2CsBAEI%2CyBAEI%2CsBAcI%2CcAAa%3BEAET%2CmBAAA%3B%3BAA5BxB%2CiBAAiB%2CYAAY%2CcAEzB%2CwBAMI%2CsBAEI%2CyBAEI%2CsBAkBI%2CcAAa%3BEAET%2CaAAA%3B%3BAAQxB%2CiBAAiB%2CYAAY%2CcAEzB%3BEAEI%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CiBAAiB%2CYAAY%2CcAEzB%2CwBAMI%2CsBAEI%2CyBAEI%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAfpB%2CiBAAiB%2CYAAY%2CcAEzB%2CwBAMI%2CsBAEI%2CyBAEI%2CsBAKI%3BEAEI%2CWAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAvBxB%2CiBAAiB%2CYAAY%2CcAEzB%2CwBAMI%2CsBAEI%2CyBAEI%2CsBAcI%2CcAAa%3BEAET%2CmBAAA%3B%3BAA5BxB%2CiBAAiB%2CYAAY%2CcAEzB%2CwBAMI%2CsBAEI%2CyBAEI%2CsBAkBI%2CcAAa%3BEAET%2CaAAA%3B%3BAAUxB%2CkBAAkB%2CYAAY%2CcAE1B%3BEAEI%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CkBAAkB%2CYAAY%2CcAE1B%2CwBAMI%2CsBAEI%2CyBAEI%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAfpB%2CkBAAkB%2CYAAY%2CcAE1B%2CwBAMI%2CsBAEI%2CyBAEI%2CsBAKI%3BEAEI%2CWAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAvBxB%2CkBAAkB%2CYAAY%2CcAE1B%2CwBAMI%2CsBAEI%2CyBAEI%2CsBAcI%2CcAAa%3BEAET%2CmBAAA%3B%3BAA5BxB%2CkBAAkB%2CYAAY%2CcAE1B%2CwBAMI%2CsBAEI%2CyBAEI%2CsBAkBI%2CcAAa%3BEAET%2CaAAA%3B%3BAAQxB%2CkBAAkB%2CYAAY%2CcAE1B%3BEAEI%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CkBAAkB%2CYAAY%2CcAE1B%2CwBAMI%2CsBAEI%2CyBAEI%3BEAEI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAfpB%2CkBAAkB%2CYAAY%2CcAE1B%2CwBAMI%2CsBAEI%2CyBAEI%2CsBAKI%3BEAEI%2CWAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3B%3BAAvBxB%2CkBAAkB%2CYAAY%2CcAE1B%2CwBAMI%2CsBAEI%2CyBAEI%2CsBAcI%2CcAAa%3BEAET%2CmBAAA%3B%3BAA5BxB%2CkBAAkB%2CYAAY%2CcAE1B%2CwBAMI%2CsBAEI%2CyBAEI%2CsBAqBI%2CcAAa%3BEAET%2CaAAA%3B%3BAASxB%2CqBAEI%2CcAAa%3BEACX%2C8BAAA%3BEACA%2CiBAAA%3B%3BAAJN%2CqBAOI%3BEACE%2CWAAA%3B%3BAARN%2CqBAWI%2CcAAa%3BEACT%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAlBR%2CqBAqBI%3BEAEI%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAMR%2CgBAEG%2CyBAEG%3BEACG%2CuBAAA%3B%3BAALT%2CgBASI%2CsBAEI%3BEAEI%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAhBZ%2CgBASI%2CsBAUI%2CcAAa%3BEAET%2CmBAAA%3B%3BAArBZ%2CgBASI%2CsBAeI%2CcAAa%3BEAET%2CwBAAA%3B%3BAAOZ%2CMAEE%3BEAEK%2CuBAAA%3BEACA%2C2BAAA%3B%3BAALP%2CMAQG%2CyBAEG%3BEACG%2CuBAAA%3B%3BAAXT%2CMAeI%2CsBAEI%3BEAEI%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAtBZ%2CMAeI%2CsBAUI%2CcAAa%3BEAET%2CmBAAA%3B%3BAA3BZ%2CMAeI%2CsBAeI%2CcAAa%3BEAET%2CwBAAA%3B%3BAAMZ%2CgBAEE%3BEAEK%2CuBAAA%3BEACA%2C2BAAA%3B%3BAALP%2CgBAQG%2CyBAEG%3BEACG%2CuBAAA%3B%3BAAXT%2CgBAeI%2CsBAEI%3BEAEI%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAtBZ%2CgBAeI%2CsBAUI%2CcAAa%3BEAET%2CmBAAA%3B%3BAA3BZ%2CgBAeI%2CsBAeI%2CcAAa%3BEAET%2CwBAAA%3B%3BAAMZ%2CkBAEE%3BEAEK%2CuBAAA%3BEACA%2C2BAAA%3B%3BAALP%2CkBAQG%2CyBAEG%3BEACG%2CuBAAA%3B%3BAAXT%2CkBAeI%2CsBAEI%3BEAEI%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAtBZ%2CkBAeI%2CsBAUI%2CcAAa%3BEAET%2CmBAAA%3B%3BAA3BZ%2CkBAeI%2CsBAeI%2CcAAa%3BEAET%2CwBAAA%3B%3BAAOZ%2CYAEK%2CaAAY%2CcAER%2CaAAY%2CQAET%2CmBAEG%2CaAAY%3BEAEX%2CcAAA%3B%3BAAShB%2CoBAAoB%2CSAGhB%2CcAAa%2CMAET%2CaACI%3BEAEI%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CuCAAA%3BEACA%2CWAAA%3B%3BAAjBhB%2CoBAAoB%2CSAGhB%2CcAAa%2CMAET%2CaAeI%2CaAAY%3BEACR%2CcAAA%3B%3BAAMhB%2CCAAC%2CaAAa%2CQAAQ%3BEAElB%2CmBAAA%3B%3BAAGJ%2CoBAAoB%2CSAEhB%2CcAAa%2CMAEX%3BEACE%2CiBAAA%3B%3BAAKR%2CiBAEI%3BEAEI%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAKR%3BEAEI%2CkBAAA%3BEACA%2CgCAAA%3B%3BAAIJ%2CwBAEI%2CQAAO%3BEAEJ%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAIP%2CMAAM%3BEAED%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAIL%2CMAAM%3BEAEF%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAALJ%2CMAAM%2COAOF%2CQAAO%3BEACL%2CaAAA%3B%3BAARN%2CMAAM%2COAWF%3BEACI%2CiBAAA%3B%3BAAZR%2CMAAM%2COAeF%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAjBP%2CMAAM%2COAeF%2CmBAKI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAtBZ%2CMAAM%2COAeF%2CmBAKI%2CoBAII%3BEACG%2CYAAA%3BEACA%2CWAAA%3B%3BAA1Bf%2CMAAM%2COAeF%2CmBAKI%2CoBAII%2CGAIG%3BEACK%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAzCpB%2CMAAM%2COAeF%2CmBAKI%2CoBAII%2CGAIG%2CGAeK%3BEAEG%2CcAAA%3B%3BAA7CvB%2CMAAM%2COAeF%2CmBAKI%2CoBAII%2CGAIG%2CGAoBK%2CEAAC%3BEAEE%2CqBAAA%3BEACA%2CcAAA%3B%3BAAnDvB%2CMAAM%2COAeF%2CmBA2CI%3BEAEI%2CWAAA%3BEACA%2CmBAAA%3B%3BAA7DZ%2CMAAM%2COAeF%2CmBA2CI%2CgBAMG%3BEAEK%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BAA1EhB%2CMAAM%2COAeF%2CmBA2CI%2CgBAoBG%2CEAAC%3BEAEI%2CqBAAA%3BEACA%2CcAAA%3B%3BAAjFhB%2CMAAM%2COAsFF%3BEAGI%2CWAAA%3B%3BAAzFR%2CMAAM%2COAsFF%2CUAKG%3BEAEK%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAMZ%3BEAEI%2CmBAAA%3B%3BAAGJ%2COAAO%3BEAEH%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CwBAEI%2CQAAO%2CQAEJ%3BEAEM%2CkBAAA%3BEACD%2CgBAAA%3B%3BAAQR%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%3BEAGK%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAYxB%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAHH%2CaAKI%2CMAAK%3BEAEH%2CUAAA%3B%3BAAMT%3BEAMO%2C8DAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAZP%2CiBAEO%3BEACE%2CaAAA%3B%3BAAYN%2CiBAAiB%3BEAEb%2CoEAAA%3B%3BAAGR%2CcAGI%2CcAEI%3BEAEI%2CWAAA%3BEACA%2CYAAA%3B%3BAAQZ%2CiBAEI%2CQAAO%2CSAAS%2CMAAM%3BEAElB%2CcAAA%3B%3BAAJR%2CiBAOI%2CQAAO%2CSAAS%3BEAEZ%2CcAAA%3BEACA%2C0BAAA%3B%3BAAOR%3BEAII%2CaAAA%3BEACA%2CkBAAA%3B%3BAALJ%2CoBASI%2CkBAEI%2CQAAO%2CSAAS%3BEACb%2CWAAA%3B%3BAAZX%2CoBASI%2CkBAMI%2CQAAO%2CSAAS%2COAAO%3BEACnB%2CcAAA%3B%3BAAhBZ%2CoBASI%2CkBAUI%2CQAAO%2CSAAS%2CMAAM%3BEAElB%2CcAAA%3B%3BAArBZ%2CoBAyBI%3BEAEI%2CaAAA%3B%3BAA3BR%2CoBAyBI%2CwBAOI%3BEAEI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAxCZ%2CoBAyBI%2CwBAOI%2CqBAWI%3BEACG%2CqBAAA%3BEACA%2CWAAA%3B%3BAA7Cf%2CoBAyBI%2CwBAOI%2CqBAWI%2COAII%3BEAEI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CcAAA%3B%3BAArDpB%2CoBAyBI%2CwBAOI%2CqBAWI%2COAII%2CGASI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BAA1DxB%2CoBAyBI%2CwBAOI%2CqBAWI%2COAII%2CGAcI%2CEAAC%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAASxB%2CaAEI%3BEACI%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAKR%3BEAEI%2CmBAAA%3B%3BAAFJ%2CgBAII%3BEACI%2CaAAa%2COAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAMR%2CQAAQ%2CKAAK%2CSAET%3BEACI%2CcAAA%3B%3BAAkER%2CwBA3DyC%2CuBAAuB%3BEAE3D%3BIAEG%2CaAAA%3B%3BEAGH%2CuBAEG%3BIAEG%2CaAAA%3B%3BEAIP%2CWAAW%3BIACR%2CcAAA%3B%3BEAGH%2CWAAW%3BIACR%2CaAAA%3B%3BEAKH%2CwBAAwB%3BIAErB%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%3BIAEI%2CiBAAA%3BIACA%2CaAAa%2COAAb%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAXR%2CmBAeI%3BIACI%2CaAAA%3B%3BEAhBR%2CmBAeI%2CsBAGI%2CSAAQ%2CUAAU%3BIACf%2CaAAA%3BIACA%2CgBAAA%3B%3BEApBX%2CmBAeI%2CsBAGI%2CSAAQ%2CUAAU%2CIAId%3BIACI%2CiBAAA%3B%3BEAvBhB%2CmBAeI%2CsBAYI%3BIACI%2CaAAA%3B%3BEA5BZ%2CmBAeI%2CsBAYI%2CcAGI%3BIAEI%2CYAAA%3BIACA%2CYAAA%3BIACA%2CwBAAA%3BIACA%2CkBAAA%3BIACA%2C2BAAA%3BIACA%2CaAAa%2COAAb%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CkCAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3B%3BEAhDhB%2CmBAeI%2CsBAYI%2CcAwBI%2COAAM%3BIAEF%2CWAAA%3BIACA%2CYAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAa%2COAAb%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CkCAAA%3BIACA%2C8BAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAMhB%3BIAEG%2CwBAAA%3B%3BEAGH%2CmBAAmB%3BIAEjB%2CwBAAA%3B%3BEAKF%2CwBAAwB%3BIAErB%2CaAAA%3B%3BEAGH%2CwBAAwB%2COAEpB%3BIAEG%2CcAAA%3B%3BEAJP%2CwBAAwB%2COAOpB%2CWAAU%3BIAEP%2CmBAAA%3BIACA%2CWAAA%3B%3BEAVP%2CwBAAwB%2COAapB%2CWAAU%2CMAAO%2CaAAY%3BIAC3B%2CWAAA%3B%3BEAdN%2CwBAAwB%2COAiBpB%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%3BEAjCR%2CwBAAwB%2COAiBpB%2CWAkBI%3BIAEI%2CaAAa%2COAAb%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAKb%2CWAAW%3BIACP%2CaAAA%3B%3BEAGH%2CWAAW%3BIACR%2CcAAA%3B%3BEADH%2CWAAW%2COAGR%3BIACK%2CWAAA%3BIACA%2CqBAAA%3B%3BEALR%2CWAAW%2COAQH%3BIACI%2CYAAA%3B%3BEATZ%2CWAAW%2COAYJ%3BIACG%2CWAAA%3B%3BEAbV%2CWAAW%2COAYJ%2CsBAGG%3BIACE%2CgBAAA%3BIACA%2CeAAA%3B%3BEAjBZ%2CWAAW%2COAYJ%2CsBAOG%3BIACE%2CeAAA%3B%3B%3BAAuDhB%2CwBA7C0C%3BEAEtC%2CeAEI%2CwBAEI%3BIAEI%2CYAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEAMZ%2CWAEG%2CoBAEK%3BIACI%2CwBAAA%3B%3BEAMZ%3BIACG%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAHH%2CaAKI%2CMAAK%3BIAEH%2CUAAA%3B%3B%3BAA%2BCV%2CwBAvC0C%2CwBAAuB%3BEAE5D%2CqBAEI%2CcAAa%3BIAEV%2CSAAA%3B%3BEAKR%3BIAEI%2CqBAAA%3B%3BEAGJ%2CWAEI%2CoBACI%3BIACI%2CsBAAA%3B%3BEAKZ%2CeAEI%2CwBACI%3BIAEI%2CYAAA%3B%3B%3BAAsDhB%2CwBA7C0C%2CwBAAuB%3BEAM7D%3BIACI%2CsBAAA%3B%3BEAIJ%2CWACI%2CoBAEI%3BIACI%2CaAAA%3B%3BEAJZ%2CWACI%2CoBAEI%2CiBAEI%3BIAEI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAMhB%2CeAEG%2CwBACK%3BIACI%2CYAAA%3B%3BEAKZ%2CUAEE%2CcAEE%3BIACI%2CaAAA%3B%3B%3BAAqHZ%2CQA%5C%2FG0B%2CuBAAwB%3BEAGvC%2CqBAEG%2CqBAEK%3BIACC%2CaAAA%3B%3BEAKZ%2CsBAEK%2CaAEI%3BIAEO%2CaAAA%3B%3BEAMnB%2CUAEI%2CcAEG%2CmBAEG%3BIAEI%2CeAAA%3BIACA%2CaAAA%3B%3BEAMf%2CyBAA0B%3BIACvB%2CWAAA%3B%3BEAGH%2CoBAAqB%3BIAClB%2CWAAA%3B%3BEAIH%2CeAEI%2CwBAEI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEAOX%3BIACG%2CqBAAA%3B%3BEAIJ%2CWAEI%2CoBAEI%3BIACI%2CaAAA%3B%3BEALZ%2CWAEI%2CoBAEI%2CiBAGI%3BIAEI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAMhB%2CUAEI%2CcAEI%3BIACI%2CaAAA%3B%3BEAKZ%3BIACI%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGJ%3BIACI%2CaAAA%3BIACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3BAAsCR%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%3BIAGI%2CiBAAA%3B%3BEAPZ%2CwBAEI%2CoBAEI%2CmBAKI%3BIAEG%2CUAAA%3B%3BEAMf%2CqBAEE%2CmBAEG%2COAAM%3BIACH%2CWAAA%3B%3BEALR%2CqBAEE%2CmBAMG%2CSAAQ%2CUAAU%3BIACf%2CUAAA%3B%3B%3BAAkGZ%2CwBAzFyC%3BEAEtC%2CwBAEK%2CoBAEI%3BIAYI%2CiBAAA%3B%3BEAhBb%2CwBAEK%2CoBAEI%2CmBAEI%2CmBAEI%3BIACI%2CgCAAA%3BIACA%2CqBAAA%3BIACA%2C6BAAA%3B%3BEAXrB%2CwBAEK%2CoBAEI%2CmBAcI%3BIAEG%2CUAAA%3B%3BEAOf%2CWAEI%2CoBAEI%2CiBAEI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAMhB%2CeAEI%2CwBAEG%3BIAEI%2CiBAAA%3BIACD%2CSAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BEARV%2CeAEI%2CwBAEG%2CgBAMK%3BIACI%2CeAAA%3B%3BEAXhB%2CeAEI%2CwBAEG%2CgBAUK%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAMhB%2CUACG%2CcACI%3BIAEK%2CaAAA%3B%3BEAJZ%2CUACG%2CcACI%2CmBAIK%3BIACG%2CeAAA%3B%3BEAPf%2CUACG%2CcACI%2CmBAQK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3BAA2GnB%2CwBAjGyC%3BEAErC%2CaAEI%2CMAAK%3BIAED%2CWAAA%3B%3BEAKR%2CwBAEQ%2CoBAEI%3BIAEG%2C0BAAA%3B%3BEAMf%2CwBAEI%2CoBAEG%3BIAEK%2CUAAA%3B%3BEANZ%2CwBAEI%2CoBAEG%2CmBAIK%3BIAEI%2CUAAA%3B%3BEAOhB%2CWAEI%2CoBAEI%2CiBAEI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAMhB%2CeAEI%2CwBAEG%3BIAEI%2CiBAAA%3B%3BEANX%2CeAEI%2CwBAEG%2CgBAIK%3BIACI%2CeAAA%3B%3BEAThB%2CeAEI%2CwBAEG%2CgBAQK%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAMhB%2CUACG%2CcACI%3BIAEK%2CaAAA%3B%3BEAJZ%2CUACG%2CcACI%2CmBAIK%3BIACG%2CeAAA%3B%3BEAPf%2CUACG%2CcACI%2CmBAQK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3BAAsDnB%2CwBA7C0C%2CwBAAuB%3BEAGzD%2CmBAEG%2CeAEI%2CMAAK%2CQAAQ%2CaAET%2CmBAEI%3BIAEK%2CaAAA%3B%3BEASpB%2CSAAS%2CQAAQ%2CKAAK%2CcAElB%2CUAAS%2CKAAK%2CMAAM%2CcAGd%2CMAAK%2CQAAQ%2CaAET%2CmBAEG%2CSAAQ%2CQAAQ%2CqBAEZ%2CSAAQ%2CKAAK%3BIAET%2CYAAA%3B%3B%3BAAyDjC%2CwBA%5C%2FC0C%2CwBAAuB%3BEAKzD%2CmBAEG%2CeAEI%2CMAAK%2CQAAQ%2CaAET%2CmBAEI%3BIAEK%2CaAAA%3B%3BEASpB%2CSAAS%2CQAAQ%2CKAAK%2CcAElB%2CUAAS%2CKAAK%2CMAAM%2CcAGd%2CMAAK%2CQAAQ%2CaAET%2CmBAEG%2CSAAQ%2CQAAQ%2CqBAEZ%2CSAAQ%2CKAAK%3BIAET%2CYAAA%3B%3B%3BAAwBjC%2CwBAdyC%2CuBAAuB%3BEAE1D%2CwBAEM%2CqBAEI%3BIAEI%2C2BAAA%3B%3B%3BAAuXpB%2CwBAjXyC%2CuBAAuB%3BEAExD%3BIAEG%2CaAAA%3B%3BEAGH%3BIAEE%2CaAAA%3B%3BEAIF%2CkBAEE%2CWAAU%3BIAEJ%2CUAAA%3BIACA%2CWAAA%3B%3BEAKP%2CqBAEI%2CSAAQ%2CMAEL%2CoBAEI%2CSAAQ%2CWAAW%2CQAGf%3BIAEG%2CgBAAA%3B%3BEAWnB%2CYAEI%2CSAEC%2COAEI%3BIACG%2CcAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2C8BAAA%3B%3BEAVZ%2CYAEI%2CSAYC%2CWAEI%2CKAAI%2COAAO%3BIAEP%2CqBAAA%3BIACD%2CuBAAA%3BIACA%2CuCAAA%3BIACA%2CSAAA%3BIACA%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CaAAa%2COAAb%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3B%3BEAMP%2CMAAM%2COAEJ%3BIACK%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3B%3BEALP%2CMAAM%2COAQH%3BIACI%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAKV%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%3BIAEI%2CaAAa%2COAAb%3BIACA%2CeAAA%3B%3BEAW7B%2CqBAGG%2CaAAY%2CWAAW%3BIAErB%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAPL%2CqBAWE%2CaAAY%2CWAAW%3BIACpB%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAKP%2CQAEI%2CWAEI%2CKAAI%2COAAO%3BIAEP%2CUAAA%3B%3BEAKb%2CiBAIG%2C2BAEK%2CGACI%2CGAEI%2CeAEE%3BIACM%2CeAAA%3BIACA%2CmBAAA%3B%3BEAaxB%2CSAAS%2CQAAQ%2CKAAK%2CcAElB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%3BIAET%2CUAAA%3BIACA%2CUAAA%3B%3BEAKZ%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%3BEAMV%2CYAEI%2CeAAc%3BIACV%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CoBAAoB%2CSAGhB%3BIAEI%2C0BAAA%3BIACA%2CaAAa%2COAAb%3BIACA%2CcAAA%3B%3BEAPR%2CoBAAoB%2CSAGhB%2CaAMI%2CmBAAkB%3BIAEd%2CcAAA%3B%3BEAOZ%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%2CoBAII%2COAAM%3BIAEF%2CWAAA%3BIACA%2CYAAA%3B%3BEAjCZ%2CwBA0BI%2CoBAUI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAxCZ%2CwBA6CI%2CeAAc%3BIAEV%2C0BAAA%3BIACA%2C6BAAA%3B%3BEAhDR%2CwBAmDI%2CeAAc%2CWAAW%3BIAEtB%2C0BAAA%3B%3BEAKP%2COAAO%3BIAEJ%2C6BAAA%3B%3B%3BAAyjBP%2CwBAljByC%2CuBAAsB%3BEAE1D%2CwBAAwB%3BIAGhB%2C4BAAA%3B%3BEAHR%2CwBAAwB%2CQAKb%3BIAEI%2CmBAAA%3B%3BEAMd%2CkBAEI%2CWAAU%3BIAEJ%2CUAAA%3BIACA%2CWAAA%3B%3BEAKX%2CqBAEA%2CSAAQ%2CMAEL%2CoBAEI%2CSAAQ%2CWAAW%2CQAGf%3BIAEG%2CgBAAA%3B%3BEAWf%2CYAEQ%2CSAEC%2COAEI%3BIACG%2CcAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2C8BAAA%3B%3BEAVhB%2CYAEQ%2CSAYC%2CWAEI%2CKAAI%2COAAO%3BIAEP%2CqBAAA%3BIACD%2CuBAAA%3BIACA%2CuCAAA%3BIACA%2CSAAA%3BIACA%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CaAAa%2COAAb%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3B%3BEAOf%2CMAAM%2COAEI%3BIACK%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3B%3BEALf%2CMAAM%2COAQK%3BIACI%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAVf%2CMAAM%2COAQK%2CUAIK%3BIACG%2CaAAA%3B%3BEAKlB%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%3BIAEI%2CaAAa%2COAAb%3BIACA%2CeAAA%3B%3BEAW%5C%2FB%2CmBAEI%2CeAEI%2CMAAK%2CQAAQ%2CaAET%2CmBAEK%3BIAEM%2CaAAA%3B%3BEAOvB%2CqBAGK%2CaAAY%2CWAAW%3BIAErB%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAPP%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%2CiBAEI%3BIAEI%2CYAAA%3B%3BEAKR%2CqBAEI%2CSAAQ%2CKAAK%2CMAEX%2CMAAK%3BIAEH%2CiBAAA%3BIACA%2CUAAA%3B%3BEAPR%2CqBAYI%3BIACI%2CcAAA%3B%3BEAbR%2CqBAgBI%2CKAAI%2CIAAI%2CWAAW%2CWAAW%3BIAC1B%2CwBAAA%3B%3BEAjBR%2CqBAoBI%2CSAAQ%2CMAED%3BIAEK%2CmBAAA%3BIACA%2CwBAAA%3B%3BEAzBhB%2CqBA8BM%2CsBAEE%3BIAEI%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3B%3BEApCZ%2CqBAwCI%2CSAAQ%2CKAAK%2CSAEV%2CSAAQ%2CKAAK%2CMAET%2CMAAK%3BIAEA%2CsBAAA%3B%3BEA9ChB%2CqBAmDI%2CmBAEI%2CUAAS%3BIACL%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAvDZ%2CqBAmDI%2CmBAOG%3BIAEK%2CiBAAA%3BIACA%2CgBAAA%3B%3BEA7DZ%2CqBAmDI%2CmBAOG%2CUAKK%2CSAAQ%3BIACJ%2CUAAA%3BIACA%2CWAAA%3B%3BEAjEhB%2CqBAmDI%2CmBAOG%2CUAKK%2CSAAQ%2CSAIJ%2CYAEG%3BIACK%2CWAAA%3B%3BEAtExB%2CqBAmDI%2CmBAOG%2CUAiBK%2CSAAQ%3BIAEJ%2CUAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEA%5C%2FEhB%2CqBAmDI%2CmBAOG%2CUAiBK%2CSAAQ%2CSAMJ%2CYAEG%3BIACK%2CWAAA%3B%3BEAYpB%2CkBAEI%2CWAAU%3BIAEN%2CWAAA%3BIACA%2CWAAA%3B%3BEALR%2CkBAQI%3BIAEI%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3B%3BEAKZ%3BIACI%2CmBAAA%3B%3BEAMJ%2CoBAEI%2CSAAQ%3BIAEN%2CqBAAA%3BIACA%2CmBAAA%3B%3BEALN%2CoBAQI%3BIAEI%2CqBAAA%3B%3BEAIR%2CiBAIG%2C2BAEK%2CGACI%3BIACI%2CuBAAA%3BIACA%2COAAO%2CSAAP%3B%3BEAThB%2CiBAIG%2C2BAEK%2CGACI%2CGAII%2CeAEE%3BIACM%2CeAAA%3BIACA%2CmBAAA%3B%3BEAfxB%2CiBAsBI%3BIAEI%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAzBR%2CiBA4BI%3BIACI%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CwBAAA%3B%3BEA%5C%2FBR%2CiBA4BI%2C0BAKI%3BIAEI%2CiBAAA%3B%3BEAON%3BIACD%2CaAAA%3B%3BEAIL%3BIAEI%2C8BAAA%3B%3BEAGA%3BIAEI%2COAAA%3B%3BEAGR%2CSAAS%2CQAAQ%2CKAAK%2CcAElB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%3BIAET%2CUAAA%3BIACA%2CUAAA%3B%3BEAMZ%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%3BIACV%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CoBAAoB%2CSAGhB%3BIAEI%2C0BAAA%3BIACA%2CaAAa%2COAAb%3BIACA%2CcAAA%3B%3BEAPR%2CoBAAoB%2CSAGhB%2CaAMI%2CmBAAkB%3BIAEd%2CcAAA%3B%3BEAOZ%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%2CoBAII%2COAAM%3BIAEF%2CWAAA%3BIACA%2CYAAA%3B%3BEAjCZ%2CwBA0BI%2CoBAUI%3BIAEI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAxCZ%2CwBA6CI%2CeAAc%3BIAEV%2C0BAAA%3BIACA%2C6BAAA%3B%3BEAhDR%2CwBAmDI%2CeAAc%2CWAAW%3BIAEtB%2C0BAAA%3B%3BEAKP%2COAAO%3BIAEJ%2C6BAAA%3B%3B%3BAA2qDP%2CwBArqDyC%3BEAErC%2CUAAU%3BIAEP%2CaAAA%3B%3BEAIH%2CqBAEG%2CaAAY%2CeAGL%2COAAM%2CUAEH%3BIAEG%2CsBAAA%3B%3BEAOjB%2CiBAEG%2C2BAEI%2CGAEI%2CGACG%3BIACG%2CYAAA%3B%3BEAQjB%2CsBAEG%3BIAEG%2CaAAA%3B%3BEAIN%2CmBAAmB%3BIAEd%2C6BAAA%3B%3BEAGJ%2CcAEI%3BIACG%2CiBAAA%3B%3BEAKN%2CeAEI%3BIAEU%2C4BAAA%3B%3BEAJd%2CeAEI%2CwBAIO%3BIAEI%2C4BAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BEAKhB%2CsBAEM%2CaAEK%3BIACK%2CaAAA%3B%3BEAMf%2CkBAEI%2CoBAEK%2CWAAU%2CkBAEP%2CWAEG%3BIAEI%2C2BAAA%3B%3BEAVnB%2CkBAEI%2CoBAEK%2CWAAU%2CkBAWP%2CeAEI%2CiBAAgB%2CkBAET%3BIAEI%2C2BAAA%3B%3BEAUzB%2CqBAEF%2CSAAQ%2CMAEL%2CoBAEI%2CSAAQ%2CWAAW%2CQAGf%3BIAEG%2CeAAA%3B%3BEAUd%2CKAAK%2CKAEF%2CWAEI%2CKAAI%2CUAED%3BIAEK%2CsBAAA%3B%3BEAUhB%2CYAEQ%2CSAEC%2COAEI%3BIACG%2CcAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2C8BAAA%3B%3BEAVhB%2CYAEQ%2CSAYC%2CWAEI%2CKAAI%2COAAO%3BIAEP%2CsBAAA%3BIACD%2CuBAAA%3BIACA%2CuCAAA%3BIACA%2CSAAA%3BIACA%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CaAAa%2COAAb%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2C4BAAA%3BIACA%2CuBAAA%3B%3BEAOhB%2CMAAM%2COAEH%3BIAEK%2CWAAA%3BIACA%2CgBAAA%3B%3BEAMR%2CqBAEQ%3BIACI%2CwBAAA%3B%3BEAHZ%2CqBAMQ%2CaAAY%2CeAER%2C0BAEI%3BIACI%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAZpB%2CqBAMQ%2CaAAY%2CeAER%2C0BAOI%2COAAM%3BIACF%2CsBAAA%3B%3BEAhBpB%2CqBAMQ%2CaAAY%2CeAER%2C0BAWI%3BIAEG%2CsBAAA%3B%3BEArBnB%2CqBA2BS%2CoBAEG%2CyBAEI%2COAAM%3BIAEF%2CWAAA%3BIACA%2CWAAA%3B%3BEAlCpB%2CqBAwCO%2C2BAEI%2CMAAK%3BIAEF%2C0BAAA%3B%3BEA5Cd%2CqBAwCO%2C2BAOI%2COAAM%3BIAEL%2CsBAAA%3B%3BEAjDZ%2CqBAwCO%2C2BAYC%3BIAEG%2CsBAAA%3B%3BEAtDX%2CqBAwCO%2C2BAmBC%3BIAEG%2CsBAAA%3B%3BEA7DX%2CqBAwCO%2C2BAmBC%2CuBAIG%2CSAII%2COAAM%3BIAED%2CsBAAA%3B%3BEAanB%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%3BIAyBG%2CsBAAA%3B%3BEAzBH%2CuBAEK%2CeAEG%3BIAGE%2CuBAAA%3BIACA%2CsBAAA%3B%3BEARV%2CuBAEK%2CeAEG%2CaAMG%2CqBAEG%2CmBAEG%3BIAEI%2CyBAAA%3B%3BEAhBrB%2CuBA2BI%3BIAEI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACD%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEApCP%2CuBAsCQ%3BIAEG%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%3BIAEA%2CkBAAA%3B%3BEAIR%3BIAEG%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAIH%2CiBAEI%3BIAEI%2CYAAA%3B%3BEAKT%2CEAAE%3BIACE%2C4BAAA%3B%3BEADJ%2CEAAE%2CUAGE%3BIAEG%2CyBAAA%3B%3BEAKP%2CQAEG%2COAEK%3BIAEI%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2C8BAAA%3B%3BEARZ%2CQAYG%2CWAEI%2CKAAI%2COAAO%3BIAEP%2CsBAAA%3B%3BEAKV%2CeAEG%2CeAEI%2CSAEI%3BIACI%2CWAAA%3B%3BEAMf%3BIAEU%2CiBAAA%3B%3BEAFV%2CiCAII%3BIAEQ%2CiBAAA%3B%3BEAIZ%3BIAEG%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAGH%2CYAAa%3BEAAa%2CYAAa%3BEAAwB%2CYAAa%3BIAErE%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%3BIAEI%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CwBAAA%3B%3BEAKF%2CiBAEG%2CSAEG%3BIAEI%2C2BAAA%3B%3BEAMf%2CKAAK%2CcAED%2CMAEI%3BIAEE%2CsBAAA%3B%3BEAOV%2CqBAEG%2CmBAEG%2CUAAS%3BIAEJ%2CcAAA%3BIACA%2CqBAAA%3B%3BEAKX%3BIAEG%2C6BAAA%3B%3BEAGH%2CkBAEG%3BIAEK%2CcAAA%3B%3BEAIR%2CyBAEI%3BIACI%2CaAAA%3B%3BEAKR%2CmBAEO%2CeAEG%2CMAAK%2CQAAQ%2CaAEV%2CmBAEG%3BIAEG%2CaAAA%3B%3BEAQpB%2CSAAS%2CQAAQ%2CKAAK%2CcAEjB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%3BIAEN%2CUAAA%3B%3BEAOhB%2CqBAEI%2CqBAEI%3BIAEI%2CYAAA%3B%3BEAOZ%2CqBAEI%2CSAAQ%2CKAAK%2CMAEX%2CMAAK%3BIAEH%2CiBAAA%3BIACA%2CUAAA%3B%3BEAPR%2CqBAYI%3BIACI%2CcAAA%3B%3BEAbR%2CqBAgBI%2CmBAEI%2COAAM%3BIACH%2CWAAA%3B%3BEAnBX%2CqBAgBI%2CmBAMI%2CSAAQ%2CUAAU%3BIAChB%2CUAAA%3B%3BEAvBV%2CqBA2BI%2CmBAEO%3BIAEI%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAhCf%2CqBA2BI%2CmBAEO%2CUAKI%2CSAAQ%3BIACH%2CUAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEArCpB%2CqBA2BI%2CmBAEO%2CUAKI%2CSAAQ%2CSAKH%2CYACI%3BIACI%2CWAAA%3B%3BEAzC5B%2CqBA2BI%2CmBAEO%2CUAiBG%2CSAAQ%3BIACF%2CUAAA%3BIACA%2CWAAA%3B%3BEAhDpB%2CqBA2BI%2CmBAEO%2CUAiBG%2CSAAQ%2CSAIF%2CYACG%3BIACK%2CWAAA%3B%3BEApD5B%2CqBA2DG%2CmBAEK%2CUAEG%2CSAAQ%2CSAEN%2CYAEG%2CWAAU%3BIAEP%2C4BAAA%3B%3BEArEnB%2CqBA2DG%2CmBAEK%2CUAEG%2CSAAQ%2CSAEN%2CYAOG%2CWAAU%3BIACN%2CiCAAA%3B%3BEAzEpB%2CqBAkFI%2CSAAQ%2CKAAK%2CMAET%2CMAAK%3BIAEF%2CkBAAA%3B%3BEAtFX%2CqBAkFI%2CSAAQ%2CKAAK%2CMAOT%2CMAAK%2CMAAM%2COAEP%3BIAEI%2C2BAAA%3BIACA%2CWAAA%3B%3BEA9FhB%2CqBAkFI%2CSAAQ%2CKAAK%2CMAOT%2CMAAK%2CMAAM%2COAQT%2CQAAO%3BIAED%2C2BAAA%3BIACA%2CWAAA%3B%3BEApGhB%2CqBAkFI%2CSAAQ%2CKAAK%2CMAuBT%2CMAAK%2CMAEF%3BIAEK%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C8BAAA%3B%3BEA%5C%2FGhB%2CqBAoHQ%2CSAAQ%2CMAEL%3BIAEK%2CmBAAA%3BIACA%2CwBAAA%3B%3BEAzHhB%2CqBA8HM%2CsBAEE%3BIAEI%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3B%3BEAOZ%2CSAAS%2CQAAQ%2CKAAK%2CcAEnB%2CUAAS%2CKAAK%2CMAAM%2CcAEhB%2CMAAK%2CQAAQ%2CaAEV%3BIAEM%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAQhB%2CsBAEG%2CUAAS%2CcAEL%2CUAAS%2CKAAK%2CMAAM%2CcAEf%2CMAAK%2CQAAQ%2CaAEV%2CmBAEI%2CSAAQ%2CQAAQ%2CqBAEZ%2CUAEK%3BIAEI%2CYAAA%3B%3BEAUhC%2CMAAM%3BIAEH%2CYAAA%3B%3BEAMH%2CkBAEI%2CWAAU%3BIAEN%2CUAAA%3B%3BEAJR%2CkBAEI%2CWAAU%2CuBAIN%2CmBAEG%3BIACG%2CcAAA%3B%3BEASd%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%3BIAEI%2CgBAAA%3B%3BEAIJ%2CoBAEI%2COAAM%2CUAEF%2CeAEG%3BIACE%2CUAAA%3B%3BEAPb%2CoBAYI%2CQAAO%3BIACH%2CeAAA%3B%3BEAbR%2CoBAgBI%2CMAAK%2CKAAK%2CQAER%2CQAAO%3BIACJ%2CWAAA%3B%3BEAnBT%2CoBAgBI%2CMAAK%2CKAAK%2CQAMR%2CQAAO%3BIACL%2CWAAA%3B%3BEAvBR%2CoBA2BG%2CMAAK%2CcAED%3BIACK%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEApCZ%2CoBAwCI%2CqBAEA%3BIACI%2CaAAA%3B%3BEA3CR%2CoBAwCI%2CqBAMA%2CMAAK%2CKAEH%2CWAEK%2CKAAI%3BIACC%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAvDhB%2CoBAwCI%2CqBAoBI%2CMAEI%3BIACI%2CcAAA%3B%3BEA%5C%2FDhB%2CoBAoEI%2CqBAEG%2CMACG%2CGACG%3BIACG%2C6BAAA%3BIAEA%2CYAAA%3B%3BEA3EhB%2CoBAiFI%2CQAAO%3BIACL%2CUAAA%3BIACA%2CYAAA%3B%3BEAnFN%2CoBAsFI%2CMAAK%2CKAAK%2CQAEP%2CQAAO%3BIACF%2CqBAAA%3BIACA%2CWAAA%3B%3BEA1FZ%2CoBA8FE%2CgBAEG%2CWACG%2CSAAQ%3BIACL%2CqBAAA%3B%3BEAMX%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAKJ%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%3BIAEG%2C6EAAA%3BIACA%2C4BAAA%3BIACD%2CmBAAA%3B%3BEAnBP%2CwBAEG%2CqBAoBG%3BIAEE%2C0BAAA%3BIACD%2CmBAAA%3B%3BEAOP%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%3BIAET%2CWAAA%3B%3BEANT%2CoBAEG%2CUAOG%2COAAM%2CKAAK%3BIAER%2CWAAA%3B%3BEAXT%2CoBAeE%3BIAEG%2CWAAA%3B%3BEAIL%2CoBAIE%2CyBAEG%3BIACE%2CWAAA%3B%3BEAPP%2CoBAIE%2CyBAEG%2CKAGG%2COAAM%3BIACD%2CWAAA%3B%3BEAVb%2CoBAIE%2CyBAEG%2CKAOI%2COAAM%3BIAEF%2CWAAA%3B%3BEAOZ%2CoBAEI%2CSAAQ%3BIAEN%2CsBAAA%3B%3BEAJN%2CoBAOI%3BIAEI%2CsBAAA%3B%3BEAIR%2CiBAIG%2C2BAEK%2CGACI%3BIACI%2CuBAAA%3BIACA%2COAAO%2CSAAP%3B%3BEAThB%2CiBAIG%2C2BAEK%2CGACI%2CGAII%2CeAEE%3BIACM%2CeAAA%3BIACA%2CmBAAA%3B%3BEAfxB%2CiBAsBI%3BIAEI%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAzBR%2CiBA4BI%3BIACI%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CwBAAA%3B%3BEA%5C%2FBR%2CiBA4BI%2C0BAKI%3BIAEI%2CiBAAA%3B%3BEAQZ%2CkBAAmB%2CWAAU%3BIAEzB%2CUAAA%3B%3BEAKJ%2CQAAQ%2CKAAK%2CSAGT%2CSAAQ%2CKAAK%2CMAAM%3BIAEf%2CWAAA%3BIACC%2CYAAA%3B%3BEAIL%2CUAAU%3BIACN%2CWAAA%3BIACA%2CYAAA%3B%3BEAIP%3BIACI%2CaAAA%3B%3BEAIJ%2CkBAEI%2CoBAEG%2CGACK%2CGAAE%3BIACC%2CaAAA%3B%3BEAOhB%3BIACI%2CaAAA%3B%3BEAGL%2CSAEG%3BIAEG%2CaAAA%3B%3BEAIN%2CQAEI%2CUAAS%2CKAEJ%2COAAM%2CqBAAqB%3BIAEvB%2CWAAA%3B%3BEANb%2CQAEI%2CUAAS%2CKAOJ%2COAAM%2CoBAAoB%3BIAEtB%2CWAAA%3B%3BEAOZ%3BIAEI%2C8BAAA%3B%3BEAKJ%2CSAAS%2CQAAQ%2CKAAK%2CcAElB%2CUAAS%2CKAAK%2CMAAM%2CcAEjB%2CMAAK%2CQAAQ%3BIAYR%2CmBAAA%3B%3BEAhBZ%2CSAAS%2CQAAQ%2CKAAK%2CcAElB%2CUAAS%2CKAAK%2CMAAM%2CcAEjB%2CMAAK%2CQAAQ%2CaAET%2CmBAEE%2CSAAQ%2CQAAQ%2CqBAEZ%2CSAAQ%2CKAAK%3BIACT%2CYAAA%3B%3BEAWpB%3BIAEG%2CSAAA%3B%3BEAIJ%2CiBAEI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAJR%2CiBAEI%2CUAII%3BIACI%2CaAAA%3B%3BEAPZ%2CiBAWI%3BIAEI%2CYAAA%3BIACA%2CUAAA%3B%3BEAdR%2CiBAWI%2CmBAKI%2CoBACG%2CGAEK%2CGAAE%3BIACE%2CaAAA%3B%3BEApBpB%2CiBAWI%2CmBAcI%3BIAEG%2CaAAA%3B%3BEAOX%2CcAAc%2CgBAEX%2CUAAS%2CcAEJ%3BIACI%2CYAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAWZ%2CIAAI%2CIAAI%2CWAAW%2CWAAW%3BIAC1B%2CwBAAA%3B%3BEAIJ%2CuBAEG%2COAAM%3BIACH%2CWAAA%3B%3BEAHN%2CuBAMI%2COAAM%3BIACJ%2CWAAA%3B%3BEAKN%2CgCAEI%2CiBAEI%3BIAEI%2CWAAA%3B%3BEANZ%2CgCAEI%2CiBAOI%3BIAEG%2CWAAA%3B%3BEAKX%2CuBAEI%2CiBAEG%3BIAEI%2CgBAAA%3B%3BEANX%2CuBAEI%2CiBAOG%3BIAEG%2CgBAAA%3B%3BEAQV%2CwBAEI%2COAAM%2CqBAAqB%3BIAEvB%2CWAAA%3BIACA%2CWAAA%3B%3BEALR%2CwBAQI%2COAAM%2CoBAAoB%3BIAEtB%2CWAAA%3BIACA%2CWAAA%3B%3BEAXR%2CwBAcI%2CiBAEI%3BIAEI%2CWAAA%3B%3BEAlBZ%2CwBAcI%2CiBAOI%3BIAEG%2CWAAA%3B%3BEAMX%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%3BEAS3B%2CwBAEI%2CQAAO%3BIAEH%2CuBAAA%3BIACA%2C6BAAA%3B%3BEALR%2CwBAQI%3BIAEI%2CyBAAA%3BIACA%2C4BAAA%3B%3BEAKR%3BIAMK%2CSAAA%3B%3BEANL%2CmBAEI%3BIAEI%2CaAAA%3B%3BEAKR%2CoBAEI%3BIAEI%2CaAAA%3B%3BEAIR%3BIAEI%2CmBAAA%3B%3BEAGJ%2CwBAEG%2CeAEK%3BIAEI%2CcAAA%3B%3BEAKZ%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%3BIACnB%2CcAAA%3B%3BEAPR%2CiBAUI%2CQAAO%2CSAAS%2CMAAM%3BIAElB%2CcAAA%3B%3BEAKR%2CcAAc%2CWAAW%3BIAErB%2CgCAAA%3B%3BEAGJ%2CcAAc%3BIAEV%2CmCAAA%3BIACA%2CgCAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3B%3BEAIJ%2CoBAAoB%2CSAEjB%3BIACG%2C0BAAA%3BIACA%2CaAAa%2COAAb%3BIACA%2CcAAA%3B%3BEAIN%2CwBAEK%3BIAEG%2C0BAAA%3BIACA%2CaAAa%2COAAb%3BIACA%2C0BAAA%3BIACA%2CcAAA%3B%3BEAKR%2CoBAAoB%2CQAAQ%2COAExB%3BIAEI%2C0BAAA%3BIACA%2CaAAa%2COAAb%3BIACA%2CmCAAA%3BIACA%2CcAAA%3B%3BEAIR%2CoBAAoB%2CSAEhB%2CcAAa%2CMACV%2CaACE%3BIACG%2CgBAAA%3BIACA%2CeAAA%3B%3BEAMZ%2CoBAAoB%2CQAAQ%2COAExB%2CcAAa%2COAET%3BIAEI%2CgBAAA%3BIACA%2CeAAA%3B%3BEAKZ%3BIAEI%2CaAAA%3B%3BEAGJ%2CYAEI%2CeAAc%3BIAEV%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAMR%2CWACI%2CoBAEI%3BIACI%2CaAAA%3B%3BEAJZ%2CWACI%2CoBAEI%2CiBAGI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAMhB%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%3BIACG%2CWAAA%3B%3BEALR%2CWAIK%2CoBAII%3BIACG%2CaAAA%3BIACA%2CWAAA%3B%3BEAVZ%2CWAIK%2CoBAII%2CiBAIE%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAff%2CWAoBK%3BIACI%2CWAAA%3B%3BEAIR%3BIAEI%2CqBAAA%3B%3BEAFJ%2CeAGI%3BIAOI%2CWAAA%3B%3BEAVR%2CeAGI%2CwBAEG%3BIAEI%2CaAAA%3B%3BEAPX%2CeAaI%3BIAEI%2CWAAA%3B%3BEAIP%2CqBACE%2C8BAEE%3BIACG%2CeAAA%3B%3BEAKR%3BIAEI%2CaAAA%3B%3BEAGJ%2CUAEE%2CcAEM%3BIACI%2CaAAA%3B%3BEAKZ%3BIACI%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAA2BR%2CwBAnByC%2CuBAAsB%3BEAEvD%2CmBAEK%2CeAEG%2CMAAK%2CQAAQ%2CaAEX%2CmBAEG%3BIACG%2CaAAA%3B%3B%3BAA2BxB%2CwBAnByC%2CuBAAsB%3BEAEtD%2CmBAEI%2CeAEG%2CMAAK%2CQAAQ%2CaAEX%2CmBAEG%3BIACG%2CaAAA%3B%3B%3BAA4BxB%2CwBApByC%2CuBAAsB%3BEAEtD%2CmBAEI%2CeAEG%2CMAAK%2CQAAQ%2CaAEX%2CmBAEG%3BIACG%2CaAAA%3B%3B%3BAA6BxB%2CwBApByC%2CuBAAsB%3BEAEtD%2CmBAEI%2CeAEG%2CMAAK%2CQAAQ%2CaAEX%2CmBAEG%3BIACG%2CaAAA%3B%3B%3BAA0FxB%2CQAjF0B%2CuBAAwB%3BEAE9C%3BIAEK%2CqBAAA%3B%3BEAFL%2CWAII%3BIACG%2CWAAA%3B%3BEALP%2CWAII%2CoBAII%3BIACG%2CaAAA%3BIACA%2CWAAA%3B%3BEAVX%2CWAII%2CoBAII%2CiBAIE%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAfd%2CWAoBI%3BIACI%2CWAAA%3B%3BEAIR%3BIAEI%2CqBAAA%3B%3BEAFJ%2CeAGI%3BIAOI%2CWAAA%3B%3BEAVR%2CeAGI%2CwBAEG%3BIAEI%2CaAAA%3B%3BEAPX%2CeAaI%3BIAEI%2CWAAA%3B%3BEAIR%2CqBACG%2C8BAEE%3BIACG%2CeAAA%3BIACA%2CiBAAA%3B%3BEAKR%3BIAEI%2CaAAA%3B%3BEAGJ%2CUAEE%2CcAEM%3BIACI%2CaAAA%3B%3BEAKZ%3BIACI%2CaAAA%3BIACA%2CgBAAA%3B%3B%3BAAQR%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%2CSAII%3BEACI%2CcAAA%3B%3BAAMR%2CkBAEI%3BEAEG%2CwBAAA%3BEACD%2CeAAA%3BEACA%2CWAAA%3B%3BAANN%2CkBAUI%2CyBAAwB%2COAEpB%3BEAEE%2CsBAAA%3B%3BAAOV%2CkBAEI%3BEAEG%2CwBAAA%3BEACD%2CeAAA%3BEACA%2CWAAA%3B%3BAANN%2CkBAUI%2CyBAAwB%2COAEpB%3BEAEE%2CsBAAA%3B%3BAAMV%2CiBAEI%3BEAEG%2CwBAAA%3BEACD%2CeAAA%3BEACA%2CWAAA%3B%3BAANN%2CiBAUI%2CyBAAwB%2COAEpB%3BEAEE%2CsBAAA%3B%3BAAMV%2CiBAEI%3BEAEG%2CwBAAA%3BEACD%2CeAAA%3BEACA%2CWAAA%3B%3BAANN%2CiBAUI%2CyBAAwB%2COAEpB%3BEAEE%2CsBAAA%3B%3BAAMV%2CkBAEI%3BEAEG%2CwBAAA%3BEACD%2CeAAA%3BEACA%2CWAAA%3B%3BAANN%2CkBAUI%2CyBAAwB%2COAEpB%3BEAEE%2CsBAAA%3B%3BAAOV%2CYACI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkDAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAIR%2CYACI%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkDAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAIR%2CYAEI%2COAAM%3BEAEF%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAIP%2CgBAAiB%2CWAAU%2CUAAU%2CUAAU%3BEAC5C%2CiBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CwBAIK%2CiBAEE%3BEACK%2CkBAAA%3BEACA%2CiBAAA%3B%3BAARZ%2CwBAIK%2CiBASG%2CUAAS%2CSAAS%2CSAAS%2CUAAU%3BEAEnC%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAhBV%2CwBAIK%2CiBAgBG%2CaAAY%2CMAET%2CMAAK%3BEAEA%2CmBAAA%3B%3BAAxBhB%2CwBAIK%2CiBAwBG%2CaAAa%3BEAET%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAApCZ%2CwBAIK%2CiBAmCG%2CeACE%3BEACG%2CcAAA%3BEACA%2CaAAa%2COAAb%3B%3BAA1Cb%2CwBAIK%2CiBA0CG%2CaAAa%2CMAAK%3BEACd%2CkBAAA%3B%3BAA%5C%2FCZ%2CwBAIK%2CiBA8CG%2CaAAa%3BEAET%2C6BAAA%3BEACA%2CaAAA%3B%3BEAEA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzDZ%2CwBAIK%2CiBAwDG%2CaAAa%3BEACT%2CcAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAnEZ%2CwBAIK%2CiBAoEG%3BEAEI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA3EZ%2CwBAIK%2CiBA0EG%2CaAAY%2CMAAO%2CMAAK%3BEACpB%2CmBAAA%3B%3BAA%5C%2FEZ%2CwBAIK%2CiBA8EG%3BEAEI%2C%2BBAAA%3BEACA%2CiBAAA%3B%3BAArFZ%2CwBAIK%2CiBAoFG%2CWAAU%2CUAAU%2CUAAU%2CUAAU%3BEAapC%2C4BAAA%3BEACA%2CaAAA%3B%3BAAtGZ%2CwBAIK%2CiBAoFG%2CWAAU%2CUAAU%2CUAAU%2CUAAU%2C2BAErC%2CUAAS%2CSAAS%2CSAAS%2CUAAU%3BEAEhC%2CiBAAA%3BEACA%2CmBAAA%3B%3BAA7FhB%2CwBAIK%2CiBAoFG%2CWAAU%2CUAAU%2CUAAU%2CUAAU%2C2BAQpC%2CUAAS%2CSAAS%2CSAAS%2CUAAU%3BEACjC%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAlGhB%2CwBAIK%2CiBAqGG%2CaAAY%3BEAER%2CyBAAA%3B%3BAA3GZ%2CwBAIK%2CiBA0GG%2CaAAe%2CIAAI%3BEACf%2CeAAA%3B%3BAA%5C%2FGZ%2CwBAIK%2CiBA8GG%2CaAAY%2CMAAO%3BEAEf%2CWAAW%2CUAAX%3B%3BAApHZ%2CwBAIK%2CiBAmHG%3BEAEI%2CmBAAA%3B%3BAAzHZ%2CwBAIK%2CiBAmHG%2CYAII%2CMAAK%2CYAED%2CeAEO%3BEAEK%2CcAAA%3BEACA%2CaAAa%2COAAb%3B%3BAAlI5B%2CwBAIK%2CiBAmHG%2CYAII%2CMAAK%2CYAWF%2CaAEK%3BEACI%2CcAAA%3BEACA%2CaAAa%2CiBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FIxB%2CwBAIK%2CiBAmJG%3BEAEI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA3JZ%2CwBAIK%2CiBAmJG%2CaAMI%2CMAAK%3BEAED%2C6BAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAArKhB%2CwBAIK%2CiBAmJG%2CaAMI%2CMAAK%2CYAUD%2CaAAa%3BEAET%2CcAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAQpB%3BEAEI%2CaAAa%2COAAb%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CgCAKI%3BEAEI%2CcAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAfR%2CgCAkBI%2CkBAAiB%3BEACb%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAxBR%2CgCA2BI%2CYAAW%3BEAEP%2CkBAAA%3BEACA%2CiBAAA%3B%3BAA9BR%2CgCAiCI%2CYAEG%3BEACK%2CcAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3B%3BAAzCZ%2CgCA8CI%3BEAEI%2CWAAA%3BEACA%2CYAAA%3B%3BAAjDR%2CgCA8CI%2CsBAKK%3BEACG%2CcAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2C2DAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CgCAEI%2CWAAU%2CUAAU%2CUAAU%3BEAC3B%2CaAAA%3B%3BAAHP%2CgCAMI%3BEACI%2CcAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CgCAmBI%2CsBAAqB%3BEACjB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAzBR%2CgCA8BI%3BEAEI%2CcAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAKR%3BEAEI%2CyBAAA%3B%3BAAGJ%2CYAEG%3BEAEK%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiCAAA%3BEACA%2C6BAAA%3B%3BAAPR%2CYAEG%2CeAQK%3BEAEI%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAlBZ%2CYAEG%2CeAmBK%2CMAEG%3BEACK%2CkBAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAA5BhB%2CYAEG%2CeAmBK%2CMAEG%2CGAOK%3BEACG%2CaAAa%2COAAb%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAAjCpB%2CYAEG%2CeAoCK%2CoBAEI%3BEACI%2CyDAAA%3B%3BAAzChB%2CYAEG%2CeAoCK%2CoBAMI%3BEACI%2CwDAAA%3B%3BAA7ChB%2CYAEG%2CeAoCK%2CoBAUI%3BEACI%2C4DAAA%3B%3BAAjDhB%2CYAEG%2CeAoCK%2CoBAcI%3BEACI%2CwDAAA%3B%3BAArDhB%2CYAEG%2CeAoCK%2CoBAkBI%3BEAEI%2CcAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAhEhB%2CYAEG%2CeAoCK%2CoBAkBI%2CGAUI%3BEACG%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CqBAAA%3B%3BAASnB%2CgBAEI%3BEAEI%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAIR%2CkBAAkB%3BEACd%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CkBAAkB%2CKAOb%3BEACG%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAVR%2CkBAAkB%2CKAOb%2CGAKG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAjBZ%2CkBAAkB%2CKAOb%2CGAKG%2CEAQG%3BEACK%2CkBAAA%3B%3BAAMhB%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2C2BAAA%3B%3BAAGJ%2CsBAEK%3BEACG%2C2BAAA%3B%3BAAIR%2CYAEI%2COAAM%3BEAEH%2CmBAAA%3B%3BAAJP%2CYAEI%2COAAM%2CQAIH%2COAAM%3BEAED%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3B%3BAAaZ%2CQAR2B%2CwBAAwB%3BEAEjD%2CcAAe%2CaAAc%3BIAC3B%2CkBAAA%3BIACA%2CWAAA%3B%3B%3BAAIJ%2CcAEI%2CwBAAuB%3BEAEnB%2CUAAA%3BEACA%2C4BAAA%3B%3BAALR%2CcAQI%3BEAEI%2CmBAAA%3BEACA%2CYAAA%3B%3BAAXR%2CcAcI%3BEAEE%2CUAAA%3B%3BAAhBN%2CcAmBI%2CwBAAuB%3BEAEpB%2CUAAA%3B%3BAArBP%2CcAmBI%2CwBAAuB%2CQAIpB%3BEAEK%2CWAAA%3BEACA%2CUAAA%3BEACA%2C%2BBAAA%3BEACA%2CkBAAA%3B%3BAA5BZ%2CcAmBI%2CwBAAuB%2CQAIpB%2CWAOK%3BEACI%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAnChB%2CcAmBI%2CwBAAuB%2CQAIpB%2CWAOK%2CGAOI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAOpB%2COAAO%3BEAEH%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CqCAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CoBAAoB%3BEAEhB%2CmBAAA%3BEACA%2C2CAAA%3B%3BAAGJ%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIJ%3BEAEI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CcAKI%3BEAEI%2CcAAA%3BEACA%2CaAAa%2CkBAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAbR%2CcAgBI%3BEAEI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2COAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CoBAAoB%2CSAAS%2CIAAI%2CaAE5B%2CuBAEG%2CcAAa%3BEAET%2C4BAAA%3B%3BAAKZ%2CsBAAuB%3BEAEnB%2CwBAAA%3BEACA%2C4BAAA%3B%3BAAIJ%2CMAAM%3BEACF%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2C8BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CeAEK%3BEAEG%2CuBAAA%3B%3BAAJR%2CeAEK%2CcAIG%2CUAEG%3BEAEK%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CQAAQ%2CQAAS%3BEAEb%2CcAAA%3B%3BAAGJ%2CCAAC%2COAAO%3BEACJ%2CcAAA%3B%3BAAGJ%2CCAAC%2COAAO%2CYAAY%3BEAEhB%2CcAAA%3B%3BAAGJ%2CYAAa%3BEACT%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CwBAEI%2CiBAEG%2CiBAEI%3BEACC%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAOZ%2CaAAa%3BEACT%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CYAAa%2COAAO%3BAAAQ%2CkBAAmB%2CcAAc%2COAAO%3BEAEhE%2CcAAA%3B%3BAAGJ%2CuBAEI%3BEAEG%2CiBAAA%3B%3BAAIN%2CiBAEG%2CQAAO%2CSAEH%3BEAEI%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAiFZ%2CwBA3EyC%2CuBAAuB%3BEAE5D%2CaAAa%2CMAAM%2CWAEhB%2CaAAY%2CcAER%2CaAAY%3BIAEP%2C6BAAA%3BIACA%2C0BAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAVZ%2CaAAa%2CMAAM%2CWAEhB%2CaAAY%2CcAER%2CaAAY%2CQAQT%3BIAEG%2C8BAAA%3B%3BEAQb%3BIAEI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIAEI%2CWAAA%3B%3BEAGJ%2CcAEE%2CwBAAuB%2CQAEnB%3BIAEM%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAKX%2CsBAEG%3BIAEI%2CsBAAA%3BIACA%2C0BAAA%3B%3BEAIR%2CcAAc%3BIAEV%2CwBAAA%3BIACA%2CWAAA%3B%3B%3BAA2GR%2CwBA5FyC%2CuBAAsB%3BEAE3D%2CaAAa%2CMAAM%2CWAEhB%2CaAAY%2CcAER%2CaAAY%3BIAER%2C6BAAA%3BIACD%2C0BAAA%3BIACC%2CcAAA%3BIACC%2CgBAAA%3BIACA%2CeAAA%3B%3BEAVZ%2CaAAa%2CMAAM%2CWAEhB%2CaAAY%2CcAER%2CaAAY%2CQAQT%3BIAEG%2C8BAAA%3B%3BEAMb%3BIAEI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIAEI%2CaAAA%3B%3BEAGJ%2CcAAc%3BIAEX%2CwBAAA%3BIACA%2CWAAA%3B%3BEAGH%2CuBAEG%3BIAEK%2C0BAAA%3B%3BEAIR%2CwBAEE%2CQAAO%2CQAEJ%3BIAEG%2CgBAAA%3B%3BEAKR%2CcAEG%2CwBAAuB%2CQAEnB%3BIAEK%2CUAAA%3BIACA%2CkBAAA%3BIACA%2C4BAAA%3B%3BEAKZ%3BIAEG%2CaAAA%3B%3BEAGH%3BIAEI%2CWAAA%3B%3BEAGH%2CsBAEG%3BIAEI%2CsBAAA%3BIACA%2C0BAAA%3B%3B%3BAA6JX%2CwBAvJwC%3BEAEtC%3BIAEK%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIAEI%2CWAAA%3B%3BEAGJ%2CcAEI%2CwBAAuB%2CQAEnB%3BIAEG%2CaAAA%3B%3BEAKX%3BIAEG%2CaAAA%3B%3BEAGH%2CsBAEI%3BIAEI%2CsBAAA%3BIACA%2C0BAAA%3B%3BEAIR%2CYAEG%3BIACK%2C0BAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CwBAEI%2CiBAAgB%2CWAEb%2CWAAU%2CUAAU%2CUAAU%3BIAEzB%2C6BAAA%3B%3BEANZ%2CwBAUI%2CiBAEI%2CeAAc%3BIAEX%2C2BAAA%3B%3BEAdX%2CwBAUI%2CiBAOG%3BIAEK%2C6BAAA%3BIACA%2CiBAAA%3B%3BEApBZ%2CwBAUI%2CiBAaG%3BIAEK%2CmBAAA%3BIACA%2CkBAAA%3B%3BEA1BZ%2CwBAUI%2CiBAmBI%3BIAEI%2C%2BBAAA%3BIACA%2CgBAAA%3BIACA%2C6BAAA%3B%3BEAjCZ%2CwBAUI%2CiBA0BE%2CWAAU%2CUAAU%2CUAAU%2CUAAU%3BIAElC%2CqBAAA%3BIACA%2CuBAAA%3B%3BEAvCZ%2CwBAUI%2CiBA0BE%2CWAAU%2CUAAU%2CUAAU%2CUAAU%2C2BAKlC%3BIAEI%2C6BAAA%3B%3BEA3ChB%2CwBAUI%2CiBA0BE%2CWAAU%2CUAAU%2CUAAU%2CUAAU%2C2BAUlC%3BIAEG%2C4BAAA%3BIACA%2CgBAAA%3B%3BEAOf%2CgCAEG%2CWAAU%2CUAAU%2CUAAU%3BIAE1B%2CqBAAA%3B%3BEAIP%3BIAEI%2CaAAA%3B%3BEAGJ%2COAEI%3BIAEI%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEANR%2COASI%3BIAEQ%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAbZ%2COASI%2CmBAOI%2CGAEG%3BIAEG%2CmBAAA%3B%3BEApBd%2COASI%2CmBAOI%2CGAOI%2CGAAE%2CeAAe%3BIAEb%2CaAAA%3B%3BEAzBhB%2COASI%2CmBAOI%2CGAYI%2CGAAE%3BIAEE%2CaAAA%3B%3B%3B%3BAClifpB%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 */