/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@media only screen and (max-width: 991px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 992px) {
  .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;
  }
}
/**
 * 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;
}
/**
 * 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_HtmlSiteMap
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 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_ProductAttachment
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch .hidden {
  display: none;
}
.mst_categorySearch_searchIcon,
.mst_categorySearch_searchIcon:hover {
  position: absolute;
  font-size: 21px;
  left: 0;
  background-color: transparent;
  border: none;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
input#form-category-search_input {
  margin: 0 0 15px 0;
  padding: 0 0 0 48px;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
/**
 * 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;
}
.page-layout-1column .column.main {
  padding: 0;
}
main#maincontent {
  max-width: 1530px;
  width: 1530px;
  margin: 0 auto;
  padding: 0 15px;
  min-height: 600px;
}
.cms-index-index main#maincontent {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.cms-index-index h1.page-title {
  display: none !important;
}
#banner-slider-carousel .owl-nav {
  opacity: 0;
  transition: 0.3s;
}
#banner-slider-carousel .owl-nav button {
  position: absolute;
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  top: 50%;
  left: 15px;
  width: 50px;
  height: 50px;
  background: transparent !important;
}
#banner-slider-carousel .owl-nav button:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: center;
  background-image: url(../images/slider-left-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  background-size: 25px;
  margin: 0 auto;
}
#banner-slider-carousel .owl-nav button span {
  display: none;
}
#banner-slider-carousel .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}
#banner-slider-carousel .owl-nav button.owl-next:before {
  background-image: url(../images/slider-right-arrow.svg);
}
#banner-slider-carousel:hover .owl-nav {
  opacity: 1;
  transition: 0.3s;
}
.home-boxes {
  margin-top: -65px;
  position: relative;
  margin-bottom: 80px;
  z-index: 1;
}
.inner-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.inner-boxes .single-box {
  background: rgba(18, 140, 202, 0.8);
  padding: 25px 15px;
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.inner-boxes .single-box .box-right h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.inner-boxes .single-box .box-right p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}
.cat-boxes-banner {
  margin: 80px 0;
}
.cat-boxes-banner .container-fuild > div {
  display: flex;
  grid-gap: 30px;
  max-width: 1920px;
  margin: 0 auto;
}
.cat-boxes-banner .container-fuild img {
  width: 100%;
}
.cat-boxes-banner .single-cat-bx {
  position: relative;
}
.cat-boxes-banner .single-cat-bx h3 {
  position: absolute;
  background: #ffffff;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  right: 0;
  top: 200px;
  width: 375px;
  height: 73px;
  line-height: 73px;
}
.cat-boxes-banner .single-cat-bx.lamps-img h3 {
  right: auto;
  top: unset;
  bottom: 100px;
}
.home-heading h2 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-bottom: 1px dashed #138dca;
  padding-bottom: 30px;
}
.home-product {
  margin: 50px 0;
}
.page-layout-1column .block.widget .products-grid .product-item {
  width: 100%;
  margin: 0;
}
.block.widget .products-grid .product-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.brand-seation {
  margin: 50px 0;
}
.shop-by-categories {
  margin-top: 80px;
}
.shop-by-categories .category-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-top: 30px;
}
.shop-by-categories .category-list img {
  width: 100%;
  display: block;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  height: 245px;
  object-fit: cover;
}
.shop-by-categories .category-list h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 25px;
  margin: 0;
  color: #000000;
  transition: 0.3s;
  padding: 15px 0;
}
.shop-by-categories .category-list h2:after {
  content: "";
  border: solid #138dca;
  border-width: 0 3px 3px 0;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  float: right;
  margin: 9px 20px 0 0px;
  opacity: 0;
}
.shop-by-categories .category-list .single-categories a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.shop-by-categories .category-list .single-categories a:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
.shop-by-categories .category-list .single-categories a:hover h2 {
  padding-left: 16px !important;
  transition: 0.3s;
}
.shop-by-categories .category-list .single-categories a:hover h2:after {
  opacity: 1;
}
.brand-images {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-images img {
  margin: 0 45px;
}
.product-item-info .view-detail {
  background: #138dca;
  padding: 10px 60px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16px;
  display: inline-block;
  border-radius: 5px;
}
.product-item-info .view-detail:hover,
.product-item-info .view-detail:focus {
  background: #000000;
}
.grid-logos {
  padding: 10px 0 15px 0;
  display: flex;
  align-items: center;
  grid-gap: 25px;
  justify-content: center;
}
.grid-logos .product-energy-compliance-block img {
  width: 50px;
  margin-right: 15px;
}
.grid-logos .product-energy-compliance-block img:last-child {
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .block.widget .products-grid .product-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .product-item-info .view-detail {
    padding: 10px 30px;
  }
  .product-item-info a.product-item-photo {
    width: auto !important;
    display: block !important;
  }
  .brand-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .brand-images img {
    margin: 0 auto;
    width: 100px;
  }
  .cat-boxes-banner .single-cat-bx h3 {
    font-size: 32px;
    top: 10%;
    width: 305px;
    height: 63px;
    line-height: 63px;
  }
  .cat-boxes-banner .single-cat-bx.lamps-img h3 {
    bottom: 10%;
  }
  .shop-by-categories .category-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .inner-boxes {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .cat-boxes-banner .single-cat-bx h3 {
    font-size: 22px;
    top: 10%;
    width: 215px;
    height: 50px;
    line-height: 50px;
  }
  .shop-by-categories .category-list img {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-boxes .single-box {
    padding: 20px 15px;
  }
  .inner-boxes .single-box .box-right h2 {
    font-size: 16px;
  }
  .product-items .product-item-name a {
    font-size: 14px !important;
    height: 44px !important;
  }
  .product-item .price-box {
    margin: 10px 0;
  }
  .product-item .price-box .price {
    font-size: 16px;
  }
  .product-item-info .view-detail {
    padding: 10px 20px;
    font-size: 14px;
  }
  .home-boxes {
    display: none;
  }
  .cat-boxes-banner .container-fuild > div {
    grid-gap: 10px;
  }
  .cat-boxes-banner .container-fuild img {
    display: block;
  }
  .cat-boxes-banner .single-cat-bx h3 {
    font-size: 16px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    top: 50% !important;
    -moz-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .shop-by-categories .category-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .shop-by-categories .category-list h2 {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 545px) {
  .home-boxes {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .inner-boxes {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .inner-boxes .single-box .box-right h2 {
    font-size: 14px;
  }
  .inner-boxes .single-box img {
    max-width: 30px;
  }
  .block.widget .products-grid .product-items {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    background: #efefef;
    padding: 20px;
  }
  .product-items .product-item-name a {
    font-size: 14px !important;
    height: unset !important;
  }
  .home-heading h2 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .brand-images {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
  }
  .brand-images img {
    width: 70%;
  }
  .brand-seation {
    margin: 0;
  }
  .product-item-info .view-detail {
    padding: 10px 30px;
    font-size: 14px;
  }
  .grid-logos .product-energy-compliance-block img {
    width: 45px;
    margin-right: 5px;
  }
  .grid-logos {
    grid-gap: 10px;
    padding: 10px 0 5px 0;
  }
  .product-brands img {
    width: 130px;
  }
  .cms-index-index .products-grid .product-item {
    padding: 15px !important;
    background: #fff;
    border-radius: 0;
  }
  .shop-by-categories .category-list {
    grid-template-columns: 1fr 1fr;
  }
  .shop-by-categories .category-list img {
    height: 230px;
  }
  .shop-by-categories {
    margin-top: 0;
  }
  .home-product {
    margin: 25px 0;
  }
  .cat-boxes-banner {
    margin: 0;
  }
}
@media only screen and (max-width: 469px) {
  .shop-by-categories .category-list img {
    height: 180px;
  }
}
@media only screen and (max-width: 419px) {
  .shop-by-categories .category-list {
    grid-template-columns: 1fr;
  }
  .shop-by-categories .category-list img {
    height: unset;
  }
}
.page-main {
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 15px;
}
.page-wrapper .breadcrumbs {
  max-width: 1500px;
  margin: 20px auto;
  background: #f3f3f3;
  padding: 10px 15px;
}
.page-wrapper .breadcrumbs .items {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.page-wrapper .breadcrumbs strong,
.page-wrapper .breadcrumbs a,
.page-wrapper .breadcrumbs a:visited {
  color: #000000;
  font-weight: 500;
}
.page-wrapper .breadcrumbs .item:not(:last-child):after {
  vertical-align: middle;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0 !important;
  padding: 0;
}
.block.widget .products-grid .product-item .product-item-inner .block.widget .products-grid .product-item .product-item-inner,
.page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  visibility: visible;
  position: unset;
  height: unset;
  width: auto;
}
.filter .block-subtitle {
  background: #f3f3f3;
  padding: 15px 10px;
  border: none;
}
.filter .filter-options {
  border: 1px solid #f3f3f3;
}
.filter .filter-current {
  border: 1px solid #f3f3f3;
  border-bottom: none;
}
.filter .filter-current + .filter-actions {
  border: 1px solid #f3f3f3;
  border-top: 0;
  padding-bottom: 20px;
}
.filter-actions a.action {
  background: #138dca;
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
}
.filter-actions a.action:hover,
.filter-actions a.action:focus {
  background: #000000;
}
.filter-options-title {
  padding: 10px;
  text-transform: capitalize;
  font-size: 14px;
}
.filter-options-item {
  border-color: #f3f3f3;
  padding: 0;
}
.filter-options-content {
  padding: 0;
}
.block-content.filter-content .items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.block-content.filter-content .filter-current ol.items {
  padding: 15px;
  font-size: 14px;
}
.toolbar select,
.modes-label + .modes-mode,
.modes-mode:last-child {
  background-color: transparent;
}
.filter-options-content a {
  display: block;
  padding: 5px 10px;
  margin: 0;
  border-bottom: 1px solid #f3f3f3;
  font-size: 14px;
}
.filter-content .item:last-child a {
  border: none;
}
.filter-content .item {
  margin: 0 !important;
}
/*.catalogsearch-result-index, .page-with-filter{
    .product-item .minimal-price-link span {
        display: none;
    }   
}*/
.catalogsearch-result-index h1.page-title {
  word-break: break-all;
}
.product-item .price-box .price-label {
  display: none;
}
.page-with-filter.page-products .columns {
  padding-top: 10px;
}
.page-with-filter.page-products.page-layout-2columns-left .columns {
  padding-top: 60px;
}
.page-with-filter .breadcrumbs {
  margin-bottom: 0;
}
.category-image .image {
  width: 100%;
}
a.action.tocompare {
  display: none !important;
}
.product-item-details {
  text-align: center;
}
.product-items .product-item-name a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  height: 50px;
  display: block;
  overflow: hidden;
}
.products-grid .product-item-inner {
  box-shadow: none;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  visibility: visible;
  overflow: visible !important;
  display: block;
  position: unset !important;
  width: auto !important;
  height: auto !important;
}
.products-grid .product-item {
  width: 100% !important;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}
.products-grid .product-item:hover,
.products-grid .product-item:focus {
  border-color: #138dca;
}
.products-grid .product-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.products-grid .product-item-info {
  width: 100%;
  text-align: center;
}
.product-item .minimal-price-link {
  display: block;
  margin: 0;
}
.product-item .minimal-price-link span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 16px !important;
  vertical-align: middle;
}
.product-item .minimal-price-link .price-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.product-item .minimal-price-link .price-label:after {
  content: ":";
  margin-right: 5px;
}
.product-item .price-box {
  /*.price-label {
            display: none;
        }*/
}
.product-item .price-box .price {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.product-item .price-box .price label {
  display: none;
}
.product-item-info a.product-item-photo {
  text-align: center;
  width: 250px;
  padding: 0;
  margin: 0 !important;
  display: inline-block;
}
.products-list .product-item-details {
  display: inline-flex;
  width: calc(100% - 255px);
  padding-left: 20px;
  text-align: left;
  grid-gap: 30px;
}
.products-list .product-item-details .product-item-link {
  height: auto;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.products-list .product-item-details .price {
  font-size: 18px;
}
.products-list .product-item-details .list-left {
  width: 70%;
}
.products-list .product-item-details .product-item-inner {
  width: calc(100% - 70%);
  text-align: center;
}
.products-list .product-item-details .action.primary {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 30px !important;
}
.products-list .product-item-details .action.primary span:before {
  content: "+";
  margin-right: 10px;
}
.products-list .product-item-details .price-box {
  margin-bottom: 20px;
  text-align: center;
}
.product-item-details .old-price .price {
  font-size: 14px;
  vertical-align: text-bottom;
  text-decoration: line-through;
  margin-left: 6px;
}
.product-item-description {
  margin: 10px 0;
}
.product-item-description a {
  color: #000000;
  text-decoration: underline;
  margin-left: 5px;
}
.category-children {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 40px;
}
.category-children .sub-cat-name a {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  height: 50px;
  display: block;
  color: #000000;
}
.category-children .cat-img {
  display: block;
  height: 270px;
}
.category-children .cat-list:hover a {
  color: #138dca;
}
.page-with-filter .page-title {
  margin: 0 0 25px 0;
}
.products-list .product-item {
  border: 1px solid #cccccc !important;
  margin-bottom: 20px;
  padding: 25px !important;
  border-radius: 10px;
}
.list-right .prod-sku {
  text-align: center;
  padding: 20px 0;
  font-weight: 500;
  font-size: 17px;
  color: #000;
}
.pages a.page,
.pages strong {
  width: 30px;
  border: 1px solid #cccccc;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: normal !important;
  background: transparent;
  margin: 0 !important;
}
.pages strong {
  background: #9bd95e !important;
}
.pages .action.next,
.pages .action.previous {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: transparent;
}
.pages .action.next:before,
.pages .action.previous:before {
  font-size: 13px;
}
.list-logos {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 15px 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  grid-gap: 25px;
}
.list-logos img,
.list-logos img {
  vertical-align: middle;
}
.list-logos .product-energy-compliance-block img {
  width: 50px;
  margin-right: 15px ;
}
.list-logos .product-energy-compliance-block img:last-child {
  margin: 0;
}
.page-with-filter .sidebar-additional {
  width: 20.83333333%;
  float: none;
  padding-right: 2%;
}
.page-with-filter .sidebar-additional .block-reorder {
  border: 1px solid #f3f3f3;
}
.page-with-filter .sidebar-additional .block-title strong {
  background: #f3f3f3;
  padding: 15px 10px;
  border: none;
  display: block;
  font-weight: 500;
}
.page-with-filter .sidebar-additional form {
  padding: 0 15px 15px 15px;
}
.page-with-filter .sidebar-additional form strong a {
  font-size: 14px !important;
  height: auto;
  font-weight: normal;
}
.page-with-filter .sidebar-additional form .actions-toolbar:after {
  display: none;
}
.page-products .sidebar.sidebar-additional .block-content button.primary {
  padding: 7px !important;
  font-size: 14px;
  font-weight: normal;
}
.page-products .sidebar.sidebar-additional .block-content .secondary {
  font-size: 14px;
  padding: 8px;
}
.page-products .sidebar.sidebar-additional .block-content .secondary a {
  margin: 0;
  color: #000;
}
.products-list .special-price .price {
  color: #BB0729;
}
@media only screen and (max-width: 1199px) {
  .products-list .product-item-details {
    width: 100%;
    padding: 0;
  }
  .products-grid .product-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-products .sidebar.sidebar-additional .actions-toolbar {
    text-align: center;
  }
  .page-products .sidebar.sidebar-additional .block-content .primary {
    display: block !important;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .category-children {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .filter-options-title {
    padding-right: 33px;
  }
  .page-wrapper .breadcrumbs {
    overflow: auto;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .breadcrumbs .item:not(:last-child):after {
    margin: 0;
  }
  .filter .filter-current {
    margin: 0 0 15px;
  }
  .filter .filter-current + .filter-actions {
    margin-left: 0;
  }
  .filter .filter-current-subtitle:before {
    top: 15px;
  }
  .filter-title strong {
    top: 14px;
  }
  .page-products .sorter {
    position: unset;
    float: none;
    margin-top: 20px;
    text-align: left;
  }
  .category-children .cat-img {
    height: 210px;
  }
  .category-children .sub-cat-name a {
    font-size: 16px;
    height: 34px;
    overflow: hidden;
  }
  .products-list .product-item-details {
    display: block;
  }
  .products-list .product-item-details .action.primary {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px !important;
  }
  .products-list .product-item-details .product-item-inner {
    width: 100%;
    text-align: left;
  }
  .products-list .product-item-details .list-left {
    width: 100%;
  }
  .products-list .product-item-details .price-box {
    margin-bottom: 15px;
    text-align: left;
  }
  .products-list .product-items .product-item-name a {
    height: auto !important;
  }
  .products-list .product-item {
    padding: 15px !important;
  }
  .list-logos {
    grid-gap: 10px;
  }
  .list-logos .product-energy-compliance-block img {
    margin-right: 5px;
  }
  .modes {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-right: 15px;
  }
  .toolbar-products {
    text-align: left;
  }
  .modes-mode {
    background-color: transparent;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
  }
  .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;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .modes-mode:last-child {
    border-right: 1px solid #cccccc;
  }
  .modes strong#modes-label {
    display: none;
  }
  .page-with-filter .toolbar-amount {
    display: inline-block;
  }
  .list-right .prod-sku {
    text-align: left;
    font-size: 16px;
  }
}
@media only screen and (max-width: 545px) {
  .category-children {
    grid-template-columns: 1fr 1fr;
  }
  .category-children .sub-cat-name a {
    font-size: 14px;
    height: 32px;
  }
  .filter .filter-current + .filter-actions {
    padding-bottom: 10px;
  }
  .filter .filter-current.active {
    padding-bottom: 20px;
  }
  .page-products .products-grid .product-items {
    grid-template-columns: 1fr;
  }
  .page-products .products-grid .product-items .product-item {
    padding: 0 !important;
  }
  .page-products .products-grid .product-item-info {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
  }
  .list-right .prod-sku {
    padding: 10px 0;
  }
  .page-with-filter.page-products.page-layout-2columns-left .columns {
    padding-top: 10px;
  }
}
.page-with-filter .column.main {
  padding: 0 !important;
}
.filter .filter-options {
  border: none;
}
.page-with-filter.page-products.page-layout-2columns-left .columns {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .page-with-filter.page-products .columns {
    padding-top: 40px;
  }
  .page-with-filter .column.main {
    padding: 40px 0 0 0 !important;
  }
  .filter-title strong {
    top: -10px;
  }
  .page-with-filter .filter-title strong {
    top: 10px;
  }
}
@media only screen and (max-width: 545px) {
  .filter-title strong {
    font-size: 12px;
  }
  .page-with-filter.page-products.page-layout-2columns-left .columns {
    padding-top: 50px;
  }
  .page-with-filter .column.main {
    padding: 5px 0 0 0 !important;
  }
}
.block-customer-login,
.block-new-customer {
  border: 1px solid #eaeef2 !important;
  padding: 10px 0px;
  margin: 0px 0 30px 0;
  min-height: 300px;
}
.login-container .block .block-title,
.customer-account-create legend.legend {
  font-size: 18px;
  color: #000000;
  margin: 0px 0px 7px 0px;
  padding: 0px 15px 10px 15px;
}
.login-container .block .block-content {
  padding: 0 15px;
}
.login-container .fieldset > .field > .control {
  width: 50%;
}
.customer-account-create .g-recaptcha {
  padding: 0 15px;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account {
  width: 100% !important;
  margin: 0px 0;
  border: 1px solid #f3f3f3;
  min-width: 100% !important;
  margin-bottom: 30px;
}
.form.password.forget {
  width: 600px !important;
  min-width: 600px !important;
}
.form.password.forget .control.captcha input {
  width: 200px;
}
.customer-account-create legend.legend span {
  font-size: 18px;
}
.form.create.account .fieldset .field {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  padding: 10px;
  width: 50%;
}
.form.create.account .fieldset .field.captcha {
  display: block;
}
.form-create-account .fieldset.create.account:after {
  padding: 0 10px;
  margin: 0;
}
.form-create-account fieldset {
  margin: 10px 0;
}
.form-create-account .actions-toolbar {
  padding: 0 15px 20px 15px;
}
.customer-account-forgotpassword .column.main form {
  padding: 20px;
}
.customer-account-forgotpassword .column.main form fieldset {
  margin-bottom: 10px;
}
.customer-account-forgotpassword .field.email {
  width: 420px;
}
.form.password.forget .fieldset:after {
  margin-top: 15px;
}
.page-title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 30px 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1300px) {
  .customer-account-create .field-tooltip .field-tooltip-content {
    top: 40px;
    left: -220px;
  }
  .customer-account-create .field-tooltip .field-tooltip-content:before,
  .customer-account-create .field-tooltip .field-tooltip-content:after {
    left: auto;
    right: 27px;
    transform: rotate(90deg);
    top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .login-container .fieldset > .field > .control,
  .form.create.account .fieldset .field {
    width: 100%;
  }
  .form-create-account .additional_info {
    padding: 0 15px;
  }
  .page-title {
    font-size: 22px;
    margin: 15px 0;
  }
  .field-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
  .customer-account-create .g-recaptcha {
    padding: 0;
  }
  .form.password.forget {
    width: 100% !important;
    min-width: 100% !important;
  }
  .customer-account-forgotpassword .field.email {
    width: auto;
  }
  .block-customer-login,
  .block-new-customer {
    min-height: unset;
  }
  .customer-account-create .field-tooltip .field-tooltip-content:before,
  .customer-account-create .field-tooltip .field-tooltip-content:after {
    top: 0px;
    transform: unset;
  }
}
@media only screen and (max-width: 545px) {
  .page-title {
    font-size: 18px;
    line-height: unset;
  }
  .product.name a {
    margin-top: 10px;
  }
  .products-grid .product-item {
    border-radius: 10px;
    padding: 10px !important;
  }
  .products-grid .product-item .price-box .price {
    margin: 5px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .page-products .products-grid .product-items {
    grid-gap: 20px;
  }
  main#maincontent {
    min-height: unset;
  }
}
body.catalog-product-view .product-info-main {
  width: 60%;
  padding-left: 30px;
}
body.catalog-product-view .product.media {
  width: 40%;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.catalog-product-view .product.media {
    border: 2px solid #d5d5d5;
    border-radius: 15px;
    padding: 10px;
  }
}
body.catalog-product-view .price-label {
  display: none !important;
}
body.catalog-product-view .block.related,
body.catalog-product-view .block.upsell {
  clear: both;
}
body.catalog-product-view .block.related .title strong,
body.catalog-product-view .block.upsell .title strong {
  font-size: 24px;
  color: #000;
  border-bottom: 1px dashed #138dca;
  display: block;
  padding-bottom: 25px;
  font-weight: 500;
}
.fotorama__nav-wrap--horizontal {
  text-align: center;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  transform: translateY(-50%) scale(0.8);
}
.fotorama__thumb {
  background: transparent;
}
body .product-info-main .swatch-attribute-selected-option {
  display: none;
}
body .product-info-main .product-add-form {
  padding-top: 0;
}
body .product-info-main .page-title-wrapper h1 {
  text-align: left;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  margin: 20px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #555;
}
body .product-info-main .product-info-stock-sku {
  float: none;
  display: block;
  text-align: left;
  padding: 0;
  font-weight: 500;
}
body .product-info-main .product-info-stock-sku .product.attribute.sku .type {
  font-weight: 500;
}
body .product-info-main .product-info-stock-sku div {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0;
}
body .product-info-main .product-info-stock-sku .stock {
  display: none;
}
body .product-info-main .product-info-stock-sku > div {
  margin-bottom: 5px;
}
body .product-info-main .product-info-price {
  border: none;
  margin: 0;
}
body .product-info-main .product-info-price .price-box {
  padding: 0;
}
body .product-info-main .product-info-price .price-box > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
body .product-info-main .product-info-price .price-box .old-price .price {
  text-decoration: line-through;
  color: #000;
  opacity: 0.7;
}
body .product-info-main .product-options-bottom .box-tocart {
  margin: 0;
}
body .product-info-main .product-options-bottom .box-tocart .fieldset {
  margin: 0;
}
body .product-info-main .box-tocart {
  position: relative;
}
body .product-info-main .box-tocart div#qty-error {
  position: absolute;
  bottom: -25px;
}
body .product-info-main .box-tocart .qty {
  display: inline-block;
  margin: 0;
}
body .product-info-main .box-tocart .actions {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
body .product-info-main .box-tocart label {
  width: 50px;
  vertical-align: middle;
  margin: 0 !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #000000;
}
body .product-info-main .box-tocart .control {
  display: inline-block;
  vertical-align: middle;
}
body .product-info-main .box-tocart .input-text.qty {
  width: 70px;
  height: 50px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
  background: #f3f3f3;
  border-radius: 5px;
}
body .product-info-main .box-tocart .action.tocart {
  width: auto;
  border: none !important;
  border-radius: 0 !important;
  background: #138dca !important;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 11px 35px !important;
  margin: 0 !important;
  border-radius: 5px !important;
}
body .product-info-main .box-tocart .action.tocart:hover,
body .product-info-main .box-tocart .action.tocart:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
body .product-info-main .box-tocart div#payment-request-button {
  background: transparent !important;
  display: inline-block;
  width: 170px;
  padding: 8px !important;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-weight: 600;
  font-size: 32px !important;
  line-height: 48px !important;
  letter-spacing: 0.02em;
  color: #138dca;
}
.product-reviews-summary .reviews-actions .action.add {
  color: #390D1A;
  font-weight: 500;
}
body .product.data.items > .item.title .counter {
  color: #ffffff;
}
.data.switch .counter {
  color: #000000;
}
.swatch-opt {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 0 5px 0;
  margin-top: 10px;
  transition: 0.3s;
}
.swatch-attribute-options {
  display: inline-block;
  vertical-align: middle;
}
.swatch-attribute-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #000000;
  width: 70px;
  display: inline-block;
}
.swatch-option.text {
  width: auto !important;
  border: none;
  background: #f3f3f3 !important;
  line-height: 40px;
  padding: 0 15px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #138dca !important;
  border-radius: 5px;
}
.swatch-option:not(.disabled):hover {
  border: none;
  outline: none;
  background-color: #ffffff !important;
  transition: 0.3s;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: none;
  outline: none;
  background-color: transparent !important;
}
.swatch-option {
  width: 40px !important;
  height: 40px !important;
  border-radius: 5px;
  overflow: hidden;
}
.swatch-option.disabled:after {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(54%, rgba(255, 255, 255, 0)), color-stop(55%, #8b2333), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
}
.list-swatches {
  min-height: 45px;
}
.product-addto-links {
  display: inline-block;
  margin-left: 20px;
}
.product-addto-links span {
  display: none;
}
.product-addto-links .product-addto-links {
  display: inline-block;
}
.product-addto-links a {
  width: 50px;
  height: 50px;
  background: #f3f3f3;
  line-height: 50px;
  text-align: center;
  margin-right: 20px !important;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
}
.product-addto-links a:hover,
.product-addto-links a:focus {
  background: #ffffff;
}
.product-addto-links .towishlist:before,
.product-addto-links .tocompare:before {
  content: "" !important;
  background-image: url(../images/heart-icon.svg);
  width: 50px !important;
  height: 50px !important;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto !important;
  line-height: 50px !important;
  display: block;
  background-size: 23px !important;
}
.product-addto-links .tocompare:before {
  background-image: url(../images/compare-icon.svg);
}
body .product.data.items > .item.content {
  margin-top: 50px;
}
body .product.data.items > .item.title.active a {
  background: #138dca !important;
  color: #ffffff !important;
}
body .product.data.items > .item.title > .switch {
  font-weight: 600 !important;
  height: 50px !important;
  line-height: 50px !important;
  font-size: 16px !important;
  color: #000000 !important;
}
.product.info.detailed {
  letter-spacing: 0.03em;
}
.product.info.detailed .additional-attributes {
  border: 1px solid #cccccc;
  border-top: 0;
}
.product.info.detailed .additional-attributes td,
.product.info.detailed .additional-attributes th {
  padding: 10px !important;
  border: 1px solid #cccccc !important;
  font-size: 14px;
}
.product.info.detailed .additional-attributes th {
  width: 230px;
}
.product.info.detailed .additional-attributes td {
  width: 350px;
}
.product.info.detailed .additional-attributes tr:nth-child(even) {
  background: #f0f0f0;
}
.swatch-option.selected {
  outline-color: #138dca;
}
.fotorama__thumb-border {
  border-color: #138dca;
  border-radius: 10px;
}
.product-options-bottom {
  display: inline-block;
  vertical-align: middle;
}
body .product.data.items > .item.content {
  margin: 10px 0 25px 0;
  float: none;
  padding: 0;
  background: transparent;
  border: none;
  display: block !important;
}
body .product.data.items > .item.title {
  float: none;
  margin: 40px 0 20px 0 !important;
}
body .product.data.items > .item.title > .switch {
  background: transparent;
  border: none;
  padding: 0;
  line-height: 34px !important;
  height: auto !important;
  cursor: unset;
  font-size: 20px !important;
  margin: 15px 0;
  border-bottom: 1px solid #cccccc;
  font-weight: 500 !important;
}
body .product.data.items > .item.title:first-child {
  margin-top: 0 !important;
}
body .product.data.items > .item.title.active a {
  background: transparent !important;
  color: #000000 !important;
  margin: 0;
  padding: 0 !important;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  font-weight: 500;
}
@media only screen and (min-width: 870px) {
  .product.info.detailed .additional-attributes,
  .product.info.detailed .additional-attributes tr,
  .product.info.detailed .additional-attributes td,
  .product.info.detailed .additional-attributes thead,
  .product.info.detailed .additional-attributes tbody {
    display: block!important;
  }
  .product.info.detailed .additional-attributes {
    float: left !important;
    width: 100% !important;
    border: none;
  }
  .product.info.detailed .additional-attributes tr {
    float: left!important;
    width: 45%!important;
  }
  .product.info.detailed .additional-attributes td,
  .product.info.detailed .additional-attributes th {
    display: inline-block !important;
  }
  .product.info.detailed .additional-attributes td,
  .product.info.detailed .additional-attributes th {
    width: 250px;
    margin-right: -5px;
    font-size: 14px;
  }
  .product.info.detailed .additional-attributes th {
    font-weight: bold;
    border-top: 0 !important;
    border-right: 0 !important;
  }
  .product.info.detailed .additional-attributes tr:nth-child(even) {
    background: transparent;
  }
  .product.info.detailed .additional-attributes td {
    border-top: 0 !important;
    width: 340px;
  }
  .product.info.detailed .additional-attributes tr:first-child td,
  .product.info.detailed .additional-attributes tr:first-child th,
  .product.info.detailed .additional-attributes tr:nth-child(2) td,
  .product.info.detailed .additional-attributes tr:nth-child(2) th {
    border-top: 1px solid #ccc !important;
  }
  .product.info.detailed .additional-attributes tr:nth-child(4n+1) th,
  .product.info.detailed .additional-attributes tr:nth-child(4n+2) th,
  .product.info.detailed .additional-attributes tr:nth-child(4n+1) td,
  .product.info.detailed .additional-attributes tr:nth-child(4n+2) td {
    background: #f0f0f0;
  }
}
fieldset.review-field-ratings {
  margin-bottom: 0 !important;
}
fieldset.review-fieldset {
  margin-bottom: 10px;
}
.review-form {
  max-width: 100%;
}
.review-form .review-field-ratings .control .field.choice {
  width: 230px;
  display: inline-block;
}
.review-form .review-field-nickname,
.review-form .review-field-summary {
  width: 48%;
  display: inline-block;
  margin-right: 20px;
}
.review-form .review-field-summary {
  float: right;
  margin: 0;
}
.rating-summary .rating-result > span:before {
  z-index: 1;
}
.upsell .grid-logos,
.related .grid-logos {
  padding-bottom: 30px;
}
.product-info-main .product-info-price .special-price span {
  color: #BB0729 !important;
}
@media only screen and (min-width: 1430px) {
  body.catalog-product-view .product-info-main {
    min-height: 650px;
  }
  .product.info.detailed .additional-attributes td {
    width: 410px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-addto-links,
  .product-info-main .box-tocart .actions {
    margin-left: 10px;
  }
  .product-addto-links a {
    margin-right: 10px !important;
  }
  .product.info.detailed .additional-attributes td,
  .product.info.detailed .additional-attributes th {
    width: 185px;
    font-size: 14px;
  }
  .product.info.detailed .additional-attributes td {
    width: 225px;
  }
}
@media only screen and (max-width: 991px) {
  body.catalog-product-view .product-info-main {
    width: 100%;
    order: 2;
    padding: 0;
  }
  body.catalog-product-view .product.media {
    width: 100%;
    order: 1;
    margin: 0;
  }
  body.catalog-product-view .block.related {
    order: 3;
  }
  body.catalog-product-view .block.upsell {
    order: 4;
  }
  body.catalog-product-view .column.main {
    display: grid;
  }
  body.catalog-product-view .product.info.detailed {
    order: 3;
    margin: 30px 0 0 0;
  }
  .product-social-links {
    display: none;
  }
  .product-info-main .product.attribute.overview {
    margin: 0;
  }
}
@media only screen and (max-width: 870px) {
  .product.info.detailed .additional-attributes {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .product.info.detailed .additional-attributes td {
    width: auto;
  }
  body .product.data.items .item.title a:after {
    display: none;
  }
  body .product.data.items > .item.content {
    font-size: 14px;
    text-align: justify;
  }
  body .product.data.items > .item.content {
    border-top: 0;
  }
  body .product.data.items > .item.title {
    margin: 10px 0 0 0;
  }
  .product-info-main .box-tocart .actions {
    margin-left: 10px;
  }
  .product-addto-links {
    display: inline-block;
    margin-left: 7px;
  }
  .product-addto-links a {
    margin-right: 10px !important;
  }
  .product.info.detailed {
    order: 3;
    margin: 20px 0 0 0;
  }
  .page-title {
    line-height: 28px;
  }
  .fotorama__active .fotorama__dot {
    background-color: #138dca;
    border-color: #138dca;
  }
  .review-form .review-field-ratings .control .field.choice {
    width: 100%;
  }
  body.catalog-product-view .block.related .title strong,
  body.catalog-product-view .block.upsell .title strong {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .product-info-main .product-info-price {
    margin: 0;
    width: 100% !important;
  }
}
@media only screen and (max-width: 545px) {
  .product-info-main .product-add-form,
  .product-options-wrapper {
    display: block;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-weight: 600;
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: 0.02em;
    color: #138dca;
  }
  .products-grid .product-items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }
  body .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  body .product-info-main .product-add-form {
    padding-bottom: 0;
  }
  body .product-info-main .box-tocart label {
    width: 35px;
  }
  body .product-info-main .box-tocart .action.tocart {
    padding: 7px 15px !important;
    font-size: 14px;
  }
  body .product-info-main .box-tocart label {
    font-size: 14px;
  }
  body .product-info-main .box-tocart .input-text.qty {
    height: 41px;
    width: 70px;
  }
  body .product-info-main .box-tocart div#qty-error {
    bottom: 45px;
    left: 0;
    font-size: 10px;
  }
  .block.related .list-desc p {
    display: none;
  }
  .block.related .products-grid .product-item-info {
    align-items: flex-start;
  }
  .block.related .rating {
    margin: 10px 0 !important;
  }
  .block.related .related-available .product-item-name {
    margin-left: 0;
  }
  .block.related .products {
    margin-top: 15px;
    margin-bottom: 0;
  }
  body.catalog-product-view .block.related {
    margin-bottom: 0;
  }
  .product.info.detailed {
    margin-bottom: 10px;
  }
  body.catalog-product-view .block .title strong {
    font-size: 22px;
    margin-bottom: 0;
  }
  .product-addto-links a {
    width: 41px;
    height: 41px;
    line-height: 41px;
    margin-right: 5px !important;
  }
  .product-addto-links .towishlist:before,
  .product-addto-links .tocompare:before {
    width: 41px !important;
    height: 41px !important;
    line-height: 41px !important;
    background-size: 16px !important;
  }
  .swatch-attribute-label {
    font-size: 14px;
    width: 50px;
  }
  .swatch-option {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px;
  }
  .swatch-option.text {
    line-height: 30px;
  }
  .product-info-main .box-tocart .actions {
    display: block;
    margin: 25px 0 0 0;
  }
  .product-info-main .box-tocart div#payment-request-button {
    padding: 4px !important;
    margin-left: 15px !important;
  }
  .review-form .review-field-nickname,
  .review-form .review-field-summary {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .fieldset .review-legend.legend strong {
    font-size: 15px;
    margin-top: 10px;
  }
  .upsell .grid-logos,
  .related .grid-logos {
    padding-bottom: 10px;
  }
  .upsell .product-items .product-item-name a,
  .related .product-items .product-item-name a {
    height: 41px !important;
  }
  .productattachment_listattachment_tab ul.attachments {
    padding: 0;
  }
}
@media only screen and (max-width: 369px) {
  .product-info-main .box-tocart div#payment-request-button {
    padding: 1px !important;
  }
  .product-info-main .box-tocart .action.tocart {
    padding: 4px 10px !important;
  }
  .product-info-main .box-tocart .actions {
    margin-left: 5px;
  }
  .product-info-main .box-tocart label {
    width: auto;
  }
  .product-info-main .box-tocart .input-text.qty {
    height: 35px;
    font-size: 14px;
  }
  .product-info-main .box-tocart div#qty-error {
    bottom: 41px;
  }
  .product-addto-links {
    display: inline-block;
    margin-left: 5px;
  }
  .product-addto-links a {
    width: 36px;
    height: 36px;
    margin-right: 4px !important;
  }
  .product-addto-links a:before,
  .product-addto-links a:before {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background-size: 16px !important;
  }
  .product-addto-links .towishlist:before,
  .product-addto-links .tocompare:before {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background-size: 16px !important;
  }
}
.catalog-product_compare-index a.action.print.hidden-print {
  display: none;
}
.account .block p {
  font-size: 14px;
}
.account .order-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.account .sidebar-additional .block-title {
  margin: 0 !important;
  background: #eaeef2;
  border: none;
  font-size: 14px;
  padding: 10px;
}
.account .sidebar-additional .block {
  margin: 0 0 10px;
  width: 100%;
  border: 1px solid #eaeef2;
}
.account .sidebar-additional .block .empty,
.account .sidebar-additional .block .block-content {
  padding: 10px;
}
.account .sidebar-main ul.nav.items {
  padding: 0;
  list-style: none;
  margin: 0;
}
.account .block-collapsible-nav .item {
  margin: 0;
}
.account .block-collapsible-nav .item .delimiter {
  display: none;
}
.account .block-collapsible-nav .item a {
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #eaeef2;
  padding: 8px 10px;
}
.account .block-collapsible-nav .item a:hover {
  background: #eaeef2;
}
.account .block-collapsible-nav .item strong {
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #eaeef2;
  padding: 8px 10px;
  background: #138dca;
  color: #ffffff;
  padding: 10px;
}
.account .block-collapsible-nav .item.current a {
  background: #000000;
  color: #ffffff;
}
.account .block-collapsible-nav .item.nav a strong {
  background: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
  font-weight: normal;
  display: block;
  border: none;
}
.account .block-collapsible-nav .item:last-child a,
.account .block-collapsible-nav .item:last-child strong {
  border: none;
}
.account .block-collapsible-nav .content {
  background: transparent;
  border: 1px solid #eaeef2;
  padding: 0;
}
.account .main-left {
  padding: 0;
  margin-top: 15px;
  width: 100%;
}
.account .column.main h1.page-title {
  background: 0 0 !important;
  margin: 0 !important;
  padding: 0 0 10px 0 !important;
  display: inline-block !important;
  text-align: left;
  color: #000000;
  line-height: 44px !important;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px !important;
  font-size: 30px !important;
}
.account .column.main fieldset {
  margin: 0 0 10px 0;
}
.account .column.main .block:not(.widget) .block-title,
.account .column.main legend.legend {
  border: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.account .order-details-items .col .price {
  font-size: 14px;
}
.account td.col.actions a,
.account .block-title a,
.account .box-actions a,
.account fieldset.fieldset.additional_info a {
  color: #000000;
}
.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
  padding-right: 2%;
}
.account.page-layout-2columns-left .column.main {
  padding: 0;
}
.customer-address-form .actions-toolbar button {
  padding: 7px 20px !important;
}
.customer-address-form .actions-toolbar button span {
  font-size: 14px;
}
.field.choice .field-tooltip-action:before {
  color: #000000;
}
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 14px;
  font-weight: normal;
}
.sidebar .product-items .product-item-name a {
  font-size: 14px;
  height: auto;
  font-weight: normal;
}
.sidebar .actions-toolbar button {
  padding: 5px 10px !important;
  font-weight: normal;
}
.sidebar .actions-toolbar a {
  font-size: 14px;
}
.order-actions-toolbar .action.print {
  padding: 10px 15px;
  background-color: #138dca;
  color: #fff;
  font-size: 14px;
}
.order-actions-toolbar .action.order {
  color: #000;
}
.abs-status-desktop,
.return-status,
.order-status {
  margin: 6px 20px;
}
.wishlist-index-index .product-item-inner .comment-box {
  margin: 0;
}
.wishlist-index-index .products-grid .product-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 40px;
}
.wishlist-index-index .products-grid .product-item {
  width: 100%;
  margin: 0 0 30px 0;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.wishlist-index-index .actions-toolbar button.share {
  background: #138dca;
  border-color: #138dca;
  color: #ffffff;
  padding: 13px 25px;
  border-radius: 0;
}
.wishlist-index-index .actions-toolbar button.share:hover,
.wishlist-index-index .actions-toolbar button.share:focus {
  background: transparent;
  color: #138dca;
}
.wishlist-index-index .actions-toolbar button.tocart {
  background: transparent;
  color: #138dca;
  border: 1px solid #138dca;
  padding: 13px 25px;
  border-radius: 0;
}
.wishlist-index-index .actions-toolbar button.tocart:hover,
.wishlist-index-index .actions-toolbar button.tocart:focus {
  background: #138dca;
  color: #ffffff;
}
.account.wishlist-index-index .product-item-info {
  display: block ;
}
.products-grid.wishlist .product-item-tooltip {
  margin-bottom: 25px;
}
.page-print td.col.sku {
  width: 20%;
  word-break: break-all;
}
.page-print td span.price {
  font-size: 14px;
}
.page-print tfoot tr {
  text-align: right;
}
.page-print .page-main .page-title-wrapper .order-date {
  margin: 15px 0 0 0;
}
.page-print .page-main > .page-title-wrapper .page-title {
  display: block;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .wishlist-index-index .products-grid .product-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .wishlist-index-index .products-grid .product-item {
    padding: 0 !important;
  }
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-name,
  .products-grid .product-item-inner {
    padding: 0 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .wishlist-index-index .products-grid .product-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .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;
    content: '\e624';
    font-family: 'luma-icons';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .block-collapsible-nav {
    top: 30px;
    background: #ffffff;
    left: 15px;
    right: 15px;
    z-index: 1;
    width: auto;
  }
  .account .sidebar-additional {
    margin-top: 0;
  }
  .account .column.main {
    margin-top: 0;
  }
  .account .column.main h1.page-title {
    font-size: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .account .messages {
    margin-top: 90px;
  }
  .wishlist-index-index .product-items .product-item .product-item-photo {
    width: 80px;
  }
  .wishlist-index-index .products-grid .product-item {
    padding: 15px !important;
  }
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-name,
  .products-grid .product-item-inner {
    padding: 0 !important;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin: 10px 20px;
  }
  .order-actions-toolbar .action.print {
    display: inline-block;
  }
  .order-details-items .order-title {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .wishlist-index-index .product-item-name a {
    padding: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .wishlist-index-index .products-grid .product-items {
    grid-template-columns: 1fr;
  }
  .pages-item-next,
  .pages-item-previous {
    position: unset;
  }
  .pager {
    display: inline-block;
  }
  .toolbar.wishlist-toolbar .limiter {
    float: none;
  }
  .account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td {
    text-align: left;
    font-size: 14px;
  }
  .account .table-order-items .product-item-name {
    font-size: 15px;
  }
  .order-details-items .table-wrapper tfoot {
    padding: 10px 0;
  }
  .order-details-items .table-wrapper tfoot th,
  .order-details-items .table-wrapper tfoot td {
    padding: 5px 10px !important;
    font-size: 14px;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin: 8px 20px !important;
  }
  .order-actions-toolbar .action.print {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 545px) {
  .account .column.main h1.page-title {
    font-size: 18px !important;
  }
  .account .column.main legend.legend span {
    font-size: 16px;
  }
}
.account .block-collapsible-nav {
  top: 20px;
  left: 15px;
  right: 15px;
  width: auto;
}
.page-print.account .page-main .page-title-wrapper .order-date {
  margin: -10px 0 10px 0;
}
.page-print main#maincontent {
  width: 100%;
  max-width: 100%;
}
.page-print .block-order-details-view .block-content .box {
  width: 24% !important;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.page-print td strong,
.page-print td li {
  font-size: 14px !important;
}
@media only screen and (max-width: 545px) {
  .account .column.main h1.page-title {
    font-size: 16px !important;
  }
  .account .column.main .block:not(.widget) .block-title strong {
    font-size: 16px;
  }
  .account .column.main .block:not(.widget) .box-title span {
    font-size: 14px !important;
  }
  .account .messages {
    margin-top: 70px;
  }
  .account.page-layout-2columns-left .sidebar-additional {
    padding: 0;
    margin-top: 20px;
  }
}
.checkout-cart-index .cart.table-wrapper {
  border: 1px solid #eaeef2;
}
.checkout-cart-index .cart.table-wrapper th {
  background-color: #eaeef2;
  border: none !important;
  padding: 10px 15px !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.checkout-cart-index .cart.table-wrapper .cart tr td.item {
  padding: 15px !important;
}
.checkout-cart-index .product-item-details .product-item-name {
  font-size: 14px;
  line-height: 22px;
}
.checkout-cart-index .price-excluding-tax .price {
  font-size: 14px;
}
.checkout-cart-index .cart-container .cart-discount {
  width: 50%;
}
.checkout-cart-index .cart-container .cart-discount .discount {
  width: 340px;
}
.checkout-cart-index .cart-container .cart-discount .title {
  text-align: left;
  padding: 0;
}
.checkout-cart-index .cart-container .cart-discount .title:after {
  display: none;
}
.checkout-cart-index .cart-container .cart-discount .title strong {
  color: #000000;
}
.checkout-cart-index .cart-container .cart-discount .content {
  display: block !important;
  padding-bottom: 0 !important;
  margin-top: 15px;
}
.checkout-cart-index .cart-container .cart-discount .content button.primary {
  padding: 9px 20px !important;
  box-shadow: none !important;
}
.checkout-cart-index .cart-container .cart-discount .actions-toolbar {
  padding: 0 10px 10px !important;
}
.checkout-cart-index .cart-container .cart-discount input[type="text"] {
  height: 40px;
}
.checkout-cart-index .cart-container .cart-summary {
  background: 0 0;
  margin-bottom: 25px;
  padding: 0;
  border: 1px solid #eaeef2;
}
.checkout-cart-index .cart-container .cart-summary .summary.title {
  background: #eaeef2;
  margin: 0;
  padding: 10px 15px;
  text-align: left;
  font-size: 14px;
}
.checkout-cart-index .cart-container .cart-summary .summary.title div#block-shipping .title {
  border: none;
}
.checkout-cart-index .cart-container .cart-summary div#block-shipping {
  padding: 5px 10px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items a.action.multicheckout {
  background: #000000;
  color: #ffffff;
  padding: 10px;
  display: block;
  font-size: 14px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items a.action.multicheckout:hover {
  background: #000000;
}
.checkout-cart-index .cart-container a.product-item-photo .product-image-container {
  border: 1px solid #eaeef2;
  border-radius: 5px;
  overflow: hidden;
}
.checkout-cart-index .cart-container .cart tr.item-actions a {
  border: 1px solid #cccccc !important;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 24px !important;
  margin-right: 33px;
}
.checkout-cart-index .totals {
  margin-bottom: 0;
}
.checkout-cart-index .totals span.label {
  padding-left: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .actions-toolbar > .action-edit {
  top: -20px;
  right: 20px;
}
.cart.table-wrapper .actions-toolbar > .action-edit {
  right: -20px;
}
.cart.table-wrapper .actions-toolbar a.towishlist {
  background: #000000 !important;
  color: #ffffff !important;
  padding: 7px 10px;
  margin: 15px 5px;
  font-size: 14px;
  border-radius: 5px;
  border: none !important;
}
.cart.table-wrapper .actions-toolbar a.towishlist:hover {
  background: #000000 !important;
}
button.clear,
button.update,
.cart-container .cart-discount .discount.active .coupon button {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  box-shadow: none;
  transition: 0.3s;
  padding: 13px 20px;
  border-radius: 0;
}
button.clear:hover,
button.update:hover,
.cart-container .cart-discount .discount.active .coupon button:hover {
  background: #000000;
  border-color: #000000;
}
.checkout-cart-index .cart-summary div#cart-totals,
.cart-summary .checkout-methods-items {
  padding: 10px;
}
.checkout-cart-index .cart-totals .grand strong,
.checkout-cart-index .opc-block-summary .table-totals .grand strong,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.checkout-cart-index .cart-totals .amount {
  font-size: 14px;
}
.cart-summary .block > .title {
  border: none;
}
.checkout-cart-index .cart-totals .totals-tax-summary .amount .price:after {
  top: 6px;
}
.checkout-cart-index .cart-summary .block > .title:after {
  top: 13px;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: center;
}
.checkout-cart-index .cart.table-wrapper table {
  margin: 0;
}
.cart.table-wrapper .cart > .item {
  border: none;
}
.checkout-cart-index .mark {
  background: transparent;
}
.cart-summary .block .content {
  padding-bottom: 0;
}
.cart-summary .block .content fieldset.fieldset.rate {
  margin: 0;
}
.cart-summary .checkout-methods-items {
  margin-top: 0;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  font-size: 15px;
  padding: 10px 5px;
}
.gift-item-block .title {
  padding: 0 0 15px 0;
  color: #000000;
  font-size: 1.8rem;
}
.gift-item-block .content {
  padding: 0;
}
.gift-item-block .gift-options {
  margin: 0;
  border: 1px solid #cccccc;
  padding: 20px;
}
.gift-item-block .gift-options .gift-options-title {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}
.gift-item-block .gift-options label {
  color: #000000 !important;
}
.gift-item-block .gift-options .actions-toolbar .action-update {
  background: #138dca;
  border-color: #138dca;
  color: #ffffff;
  padding: 10px 30px;
}
.gift-item-block .gift-options .actions-toolbar .action-update:hover,
.gift-item-block .gift-options .actions-toolbar .action-update:focus {
  background: #ffffff;
  color: #138dca;
}
.gift-item-block .gift-options .actions-toolbar .action-cancel {
  color: #000000;
  padding: 9px 10px;
  margin: 0;
}
.minicart-items span.product-image-container {
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
  outline: none;
}
.minicart-items .product-item-name {
  margin: 0;
  margin-bottom: 5px;
}
.minicart-items .details-qty.qty input {
  padding: 0 5px;
  width: 50px;
  height: 35px;
  border-radius: 0;
}
.minicart-items .update-cart-item {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
  box-shadow: unset !important;
  padding: 9px 15px;
}
.minicart-items .update-cart-item:hover {
  background: #000000;
  transition: 0.3s all linear;
  text-decoration: none;
  border-color: #000000;
}
.minicart-items .update-cart-item:focus {
  background: #000000;
  transition: 0.3s all linear;
  text-decoration: none;
  border-color: #000000;
}
.minicart-items .product-item-details {
  text-align: left;
}
.minicart-items .product-item-details a {
  color: #000000;
}
.minicart-items .product-item-details a:hover {
  text-decoration: none;
}
.minicart-items .message {
  text-align: left;
}
.minicart-wrapper .block-minicart {
  padding: 20px 20px 15px;
}
.minicart-wrapper .block-minicart .items-total {
  margin: 0;
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin: 0 0 15px;
}
.minicart-wrapper .block-minicart .secondary .viewcart {
  border: 1px solid #000000;
  color: #ffffff;
  background: #000000;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  transition: 0.3s all linear;
  display: block;
}
.minicart-wrapper .block-minicart .secondary .viewcart:hover {
  background: #138dca;
  color: #ffffff !important;
  border-color: #138dca;
}
.minicart-wrapper .block-minicart .secondary .viewcart span {
  vertical-align: text-top;
}
.minicart-wrapper .block-minicart li a.product-item-photo {
  outline: none;
}
.minicart-wrapper .block-minicart .block-content .subtotal {
  margin-right: 0;
}
.modal-popup .modal-inner-wrap .modal-footer {
  text-align: right;
}
.modal-popup .modal-inner-wrap .modal-footer button {
  padding: 10px 26px;
  margin-left: 20px;
  font-size: 14px;
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
  box-shadow: none;
  transition: 0.3s;
}
.modal-popup .modal-inner-wrap .modal-footer button:first-child {
  background: 0 0;
  color: #000000;
}
.modal-popup .modal-inner-wrap .modal-footer button:first-child:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.modal-popup .modal-inner-wrap .modal-footer button:first-child {
  background: 0 0;
  color: #000000;
}
.modal-popup .modal-inner-wrap .modal-footer button:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  transition: 0.3s;
}
.all_btn a:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  transition: 0.3s;
}
.minicart-wrapper .action.close {
  text-align: center;
  line-height: 20px;
}
.minicart-items-wrapper {
  max-height: 500px;
  overflow: auto;
}
.minicart-wrapper .action.showcart .text {
  position: unset;
  display: inline-block;
  height: auto;
  width: auto;
  color: #000000;
  vertical-align: middle;
  margin-left: 5px;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: transparent;
  padding: 0;
  color: #138dca;
  margin: 0;
  line-height: unset;
  vertical-align: middle;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #eaeef2;
}
.cart.table-wrapper .cart > .item:last-child {
  border: none;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-index .product-item-details {
    padding-left: 90px;
  }
  .checkout-cart-index .cart-container .cart-discount {
    margin: 0;
    width: 100%;
  }
  .checkout-cart-index .cart-container .cart-discount .discount {
    width: 100%;
  }
  .checkout-cart-index .cart-container .cart-discount .content {
    padding: 0;
  }
  .checkout-cart-index .cart-container .cart-discount .title {
    padding-top: 10px;
  }
  .checkout-cart-index .item-actions {
    border-bottom: 1px solid #f3f3f3;
    text-align: right;
  }
  .checkout-cart-index .cart-container .cart tr.item-actions a {
    position: unset;
    margin: 0 5px;
  }
  .cart.table-wrapper .actions-toolbar a.towishlist {
    bottom: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    display: inline-block;
    line-height: 32px !important;
  }
  .cart.table-wrapper .actions-toolbar a.towishlist:before {
    color: #ffffff;
    font-size: 16px;
  }
  .cart-container .cart-discount {
    margin: 0;
    width: auto;
  }
  .cart-container .cart-discount .discount {
    width: 380px;
    margin: 0 auto;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child,
  .cart-totals tbody .mark,
  .cart-totals tfoot .mark,
  .opc-block-summary .table-totals tbody .mark,
  .opc-block-summary .table-totals tfoot .mark {
    border-top: 1px solid #cccccc;
  }
  .cart-totals tbody .mark,
  .cart-totals tfoot .mark,
  .opc-block-summary .table-totals tbody .mark,
  .opc-block-summary .table-totals tfoot .mark {
    border-top: 1px solid #cccccc;
    padding: 10px 0;
  }
  .cart-totals tbody tr:first-child th,
  .cart-totals tbody tr:first-child td.amount {
    border-top: none !important;
  }
  .cart.table-wrapper .actions-toolbar {
    min-height: unset;
  }
  .gift-item-block .title {
    margin-top: 15px;
  }
  .gift-item-block .title:after {
    top: 3px;
  }
  .gift-item-block .gift-options {
    margin-bottom: 20px;
  }
  .gift-item-block .gift-options .actions-toolbar .action-update {
    width: auto;
    margin: 0;
  }
  .gift-item-block .gift-options .actions-toolbar .action-cancel {
    display: inline-block;
    width: auto;
  }
}
@media only screen and (max-width: 545px) {
  .checkout-cart-index .cart.table-wrapper .cart tr td.item {
    padding-bottom: 0 !important;
  }
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    padding: 5px 5px 20px 5px;
  }
  .cart.table-wrapper .col.qty .input-text {
    margin: 0;
    height: 30px;
  }
  .cart.table-wrapper .actions-toolbar > .action-edit,
  .cart.table-wrapper .actions-toolbar > .action-delete {
    top: -15px;
  }
  .modal-popup .modal-footer,
  .modal-popup.confirm .modal-inner-wrap .modal-content {
    padding: 15px;
  }
  .modal-popup .modal-inner-wrap .modal-footer button:first-child {
    margin: 0;
    float: left;
  }
  .minicart-items span.product-image-container {
    width: 75px !important;
  }
  .gift-item-block .gift-options {
    padding: 15px;
  }
}
@media only screen and (max-width: 410px) {
  .cart-container .cart-discount .discount {
    width: auto;
    margin: 0 auto;
  }
  .checkout-cart-index .cart-discount .content {
    padding: 0;
  }
  .checkout-cart-index .cart-discount .content .field,
  .checkout-cart-index .cart-discount .content .actions-toolbar {
    display: block;
    width: 100%;
  }
}
.modal-popup .modal-header {
  background: #ffffff;
}
.checkout-cart-index .cart-container .cart-summary {
  position: unset;
}
.checkout-index-index .opc-block-summary {
  background: #f3f3f3;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.checkout-index-index .opc-block-summary .title:before {
  display: none;
}
.checkout-index-index .opc-block-summary li.product-item .details-qty .label > span {
  display: none;
}
.checkout-index-index .opc-summary-wrapper.custom-slide {
  margin: 35px 0 0px 0;
}
.checkout-index-index form#co-shipping-form label,
.checkout-index-index form#co-shipping-form .control {
  display: block;
  float: none !important;
  width: auto !important;
  text-align: left !important;
}
.checkout-index-index form#co-shipping-form .fieldset > .field:not(.choice) > .label {
  text-align: left;
}
.checkout-index-index .form-shipping-address .field.street > .control {
  width: 69% !important;
  float: right !important;
}
.checkout-index-index .form-shipping-address .field.street > .control input {
  margin-bottom: 10px;
}
.checkout-index-index button.continue.primary {
  padding: 4px 20px !important;
  font-size: 18px !important;
}
.checkout-index-index fieldset.field.street.admin__control-fields.required {
  clear: both;
}
.checkout-index-index .fieldset > .field {
  margin-bottom: 15px;
}
.checkout-index-index .fieldset select {
  font-size: 14px;
}
.checkout-index-index form.form.form-login .field {
  margin: 0;
}
.checkout-index-index .opc-wrapper .fieldset > .field._required > label::after {
  position: unset;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #000000;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #000000;
}
.checkout-index-index form#co-shipping-form .choice label.label {
  display: inline-block;
}
.checkout-index-index .no-quotes-block {
  padding-bottom: 20px;
}
.checkout-index-index .checkout-payment-method .payment-option-title,
.checkout-index-index .checkout-payment-method .payment-option-content {
  padding-left: 0;
}
.checkout-index-index .form-mageworx-giftcards .action-check {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
  padding: 10px 20px;
  border-radius: 0;
}
.checkout-index-index .form-mageworx-giftcards .action-check:hover,
.checkout-index-index .form-mageworx-giftcards .action-check:focus {
  background: #000000;
  border-color: #000000;
}
.checkout-index-index .form-mageworx-giftcards .action-apply {
  background: #138dca;
  color: #ffffff;
  border-color: #138dca;
  padding: 10px 20px;
  border-radius: 0;
}
.checkout-index-index .form-mageworx-giftcards .action-apply:hover,
.checkout-index-index .form-mageworx-giftcards .action-apply:focus {
  background: #000000;
  border-color: #000000;
}
#payment form#co-payment-form label.label {
  text-align: left;
}
#payment form#co-payment-form button.checkout {
  font-size: 16px;
  padding: 10px 20px;
  margin-bottom: 20px;
  line-height: initial;
}
#payment form#co-payment-form .payment-method-content {
  padding-right: 0;
}
.modal-popup .modal-footer button.secondary {
  background: #ffffff;
  border: 1px solid #333333 !important;
  color: #333333 !important;
  padding: 10px 20px !important;
  margin-top: 0 !important;
}
.modal-popup .modal-footer button.secondary:hover {
  background: #333333 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
.checkout-container {
  margin: 25px 0;
}
.checkout-container .authentication-wrapper {
  margin: 0;
  width: 350px;
}
.checkout-container .authentication-wrapper button {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  padding: 7px 15px !important;
  border-radius: 5px;
  transition: 0.3s;
  font-size: 14px !important;
}
.checkout-container .authentication-wrapper button:hover {
  background: transparent;
  text-decoration: none;
  color: #333333;
  transition: 0.3s;
}
.checkout-container .authentication-wrapper button.action-close {
  background: transparent !important;
  padding: 0 !important;
  border: none;
}
.checkout-container header.modal-header {
  padding: 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #333333;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 20px 20px 0px;
}
.opc-progress-bar-item > span,
.opc-progress-bar-item > span:after,
.opc-progress-bar-item._active > span:after {
  font-size: 18px;
  line-height: 26px;
}
.field-error {
  font-size: 12px;
}
#checkout-payment-method-load .payment-method .payment-method-content .field-tooltip.toggle {
  top: 0;
}
.form.form-discount input#discount-code {
  height: 40px;
  border-radius: 0;
}
.modal-custom .block-customer-login,
.modal-custom .block-new-customer {
  border: none !important;
  background: transparent;
}
.opc-progress-bar-item._active > span:before,
.opc-progress-bar-item._active:before {
  background: #000000;
  border-color: #000000;
}
.opc-progress-bar-item._active > span:after {
  border-color: #000000;
}
.block-authentication .actions-toolbar > .secondary {
  padding: 0;
}
.new-address-popup button {
  background: #ffffff;
  color: #333333;
  transition: 0.3s;
}
body .new-address-popup button:hover {
  background: #333333 !important;
  color: #ffffff !important;
  transition: 0.3s;
}
.payment-option-content .form-discount button {
  background: #333333 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  border-color: #333333 !important;
  padding: 11px 20px;
}
.minicart-items .product-item-details .details-qty .label > span {
  display: inline-block !important;
}
.checkout-onepage-success .column.main {
  position: relative;
}
.checkout-onepage-success .print {
  position: absolute;
  top: 103px;
  left: 200px;
  background: #333;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
}
.checkout-onepage-success .print:hover,
.checkout-onepage-success .print:focus {
  background: #000;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .middle-left {
    padding: 0;
  }
  .checkout-index-index .middle-right .minicart-wrapper,
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper {
    display: none;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: auto;
  }
  .checkout-index-index .opc-block-summary li.product-item .details-qty .label > span {
    display: inline-block;
  }
  .checkout-container .authentication-wrapper {
    margin-top: 11px;
    margin-left: 10px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    padding-bottom: 1px;
  }
  fieldset#customer-email-fieldset {
    margin-bottom: 0;
  }
  .checkout-payment-method .payment-option {
    margin: 0;
  }
  .opc-wrapper li#payment br {
    display: none;
  }
  #payment form#co-payment-form .payment-method-content {
    padding-right: 15px;
  }
  .checkout-onepage-success .continue {
    width: auto !important;
    float: left;
    margin-top: 20px;
  }
  .checkout-onepage-success .print {
    display: inline-block;
    position: unset;
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 545px) {
  .checkout-container .authentication-wrapper button {
    float: right;
  }
}
.cms-page-view .page-title {
  margin: 10px 0 15px 0;
}
.cms-terms-conditions .cms-img {
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 10px;
  margin-top: 10px;
}
.cms-terms-conditions .cms-img img {
  max-width: 100px;
  vertical-align: middle;
  margin: 0 10px;
}
.cms-page {
  margin-bottom: 100px;
}
.cms-page h1 {
  text-transform: uppercase;
}
.cms-page h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.cms-page p {
  text-align: justify;
  line-height: 24px;
  margin-bottom: 25px;
}
.cms-page p a {
  color: #000;
  text-decoration: underline;
}
.cms-page h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cms-videos .cms-page {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.contact-page {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  overflow: hidden;
  margin-bottom: 100px;
}
.contact-page .contact-right {
  background: #d6ebf5;
  padding: 50px;
}
.contact-page .contact-right h3 {
  font-size: 22px;
  margin: 0 0 30px;
  color: #138dca;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.contact-page .contact-right h4 {
  font-weight: 400;
  font-size: 16px;
}
.contact-page .contact-right h4 strong {
  display: block;
  margin-bottom: 10px;
}
.contact-page .contact-right .single-details {
  margin: 25px 0;
}
.contact-page .contact-right .single-details a {
  color: #000000;
  vertical-align: middle;
}
.contact-page .contact-right .single-details a svg {
  vertical-align: middle;
  width: 25px;
  margin-right: 15px;
}
.contact-page .map-contact iframe {
  border: 1px solid #cccccc;
  padding: 5px;
  background: #f3f3f3;
  border-radius: 10px;
  margin-top: 10px;
}
.contact-page form {
  min-width: 100% !important;
  width: 100% !important;
  padding: 50px;
}
.avout-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 1530px) {
  main#maincontent {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page {
    grid-template-columns: 1fr;
    border-radius: 10px;
  }
  .contact-page .contact-right,
  .contact-page form {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .breadcrumbs {
    display: block;
    width: 96%;
  }
  .avout-content {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
@media only screen and (max-width: 545px) {
  .contact-page .contact-right h4 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }
  .contact-page .contact-right h4 strong {
    margin-bottom: 5px;
  }
  .contact-page .contact-right .single-details {
    margin: 15px 0;
    font-size: 14px;
  }
  .contact-page .contact-right h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .contact-page .contact-right,
  .contact-page form {
    padding: 15px;
  }
  .fieldset > .field > .label,
  .fieldset > .fields > .field > .label {
    font-size: 14px;
  }
  .cms-page {
    margin-bottom: 20px;
  }
  .cms-page h1 {
    font-size: 20px !important;
  }
  .cms-page h2 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .cms-page p {
    margin-bottom: 15px;
  }
}
.blog-page .columns {
  display: flex;
  flex-wrap: unset;
  gap: 30px;
  margin-top: 20px;
}
.blog-page .columns:after {
  display: none;
}
.blog-page .columns .column.main {
  float: none !important;
  width: 75% !important;
}
.blog-page .columns .sidebar {
  width: 25%;
  float: none;
  flex-basis: auto;
  padding: 0;
}
.blog-page .columns .sidebar .widget.block {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}
.blog-page .columns .sidebar .widget.block .block-content {
  padding: 15px;
}
.blog-page .columns .sidebar .widget.block .block-content .item {
  padding: 0;
}
.blog-page .columns .sidebar .widget.block .tagclaud-hld {
  padding: 15px;
}
.blog-page .columns .sidebar .widget.block .tagclaud-hld .largest {
  font-size: 14px !important;
}
.blog-page .columns .sidebar .widget.block .tagclaud-hld .largest a {
  background: #f3f3f3;
  padding: 5px;
  display: inline-block;
  margin: 0 10px 10px 0;
  color: #138dca;
}
.blog-page .columns .sidebar .widget.block .block-title {
  background: #138dca;
  padding: 10px;
  color: #ffffff;
  margin: 0;
}
.blog-page .columns .sidebar .widget.block .block-title strong {
  font-weight: 600;
  font-size: 18px;
}
.blog-page .columns .sidebar .widget.block.block-list-posts .item {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.blog-page .columns .sidebar .widget.block.block-list-posts .item:after {
  display: none;
}
.blog-page .columns .sidebar .widget.block.block-list-posts .item .post-item-date {
  display: none;
}
.blog-page .columns .sidebar .widget.block.block-list-posts .item a.post-item-link {
  font-size: 14px;
  margin-bottom: 30px;
  width: calc(100% - 100px);
  margin: 0;
}
.blog-page .columns .sidebar .widget.block.block-list-posts .item .post-image {
  width: 100px;
  border: none;
  margin: 0;
  padding: 0;
}
.blog-page .columns .sidebar .widget.block.block-list-posts .item .post-image img {
  border: 1px solid #ccc;
  padding: 2px;
}
.blog-page .columns .sidebar .widget.block.block-list-posts .item .post-image a.post-item-link {
  width: 100%;
}
.post-description p,
.post-description p span,
.post-description li,
.post-description li span,
.post-description h3,
.post-description h3 span {
  text-align: justify !important;
  line-height: 26px !important;
  margin-bottom: 25px !important;
  font-size: 16px !important;
  font-family: 'Poppins' !important;
  color: #333 !important;
}
.post-description h3,
.post-description h3 span {
  font-size: 20px !important;
  line-height: 32px !important;
}
@media only screen and (max-width: 1199px) {
  .blog-page .columns .sidebar .widget.block.block-list-posts .item {
    gap: 10px;
  }
  .blog-page .columns .sidebar .widget.block.block-list-posts .item .post-image {
    width: 60px;
  }
  .blog-page .columns .sidebar .widget.block.block-list-posts .item a.post-item-link {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 991px) {
  .blog-page .columns {
    flex-direction: column;
    margin: 0;
    gap: 0;
  }
  .blog-page .columns .column.main {
    float: none !important;
    width: 100% !important;
  }
  .blog-page .columns .sidebar {
    width: 100%;
  }
  .blog-page .columns .sidebar .widget.block .block-content {
    padding: 10px;
  }
  .blog-page .columns .sidebar .widget.block .block-title strong {
    font-weight: 600;
    font-size: 14px;
  }
}
@media only screen and (max-width: 545px) {
  .blog-page .columns .post-list .post-container {
    flex-direction: column;
    gap: 15px;
  }
  .blog-page .columns .post-list.modern .post-info {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  .blog-page .columns .post-list.modern .post-item.post-holder {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
  .post-description p,
  .post-description p span,
  .post-description li,
  .post-description li span {
    line-height: 24px !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
    text-align: left !important;
  }
  .post-description h3,
  .post-description h3 span {
    font-size: 16px !important;
    text-align: left !important;
    margin: 0 !important;
  }
  .post-description ul,
  .post-description ol {
    padding-left: 13px;
  }
  .post-sharing-bottom .share-elements .icon-wrapper .icon {
    line-height: 35px !important;
    height: 35px !important;
    width: 35px !important;
  }
  .post-sharing-bottom .share-elements .icon-wrapper .label {
    line-height: 35px !important;
    height: 35px !important;
  }
  .post-view-modern .post-sharing-bottom {
    padding: 10px !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-products .sidebar.sidebar-additional .block-content .primary {
  margin-right: 10px;
}
/* END_LISTING_PAGE */
.action.primary,
.action-primary {
  background: #138dca !important;
  border: 1px solid #138dca !important;
  color: #fff !important;
  border-radius: 0 !important;
  font-family: inherit;
  padding: 10px 15px !important;
  line-height: unset;
}
.action.primary:hover,
.action-primary:hover,
.action.primary:focus,
.action-primary:focus {
  background: transparent !important;
  color: #138dca !important;
}
body {
  font-family: 'Poppins';
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.container {
  max-width: 1530px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
input,
button,
textarea,
a,
select {
  font-family: inherit !important;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  height: 40px;
}
.grid-gap-30 {
  grid-gap: 30px;
}
img {
  max-width: 100%;
  max-height: 100%;
}
button,
button:hover,
button:focus,
a,
a:hover,
a:focus {
  text-decoration: none;
  transition: 0.3s;
}
.searchsuite-autocomplete {
  width: 100%;
  left: 0;
}
.top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 30px;
}
.top-inner .top-left p {
  color: #ffffff;
  margin: 0;
}
header .logo {
  float: none;
  margin: 0;
  display: block;
  width: 100%;
  max-width: 100%;
}
.header-right,
div.logo {
  width: 30%;
}
.header-right {
  text-align: center;
}
.right-bottom a {
  color: #000000;
}
.right-bottom a svg {
  margin-right: 10px;
  vertical-align: middle;
}
.right-bottom a svg path {
  stroke: #000000;
  fill: #000000;
}
.right-bottom > a:first-child {
  margin-right: 10px;
  border-right: 1px solid;
  padding-right: 7px;
}
.right-bottom .after-login > a {
  line-height: 35px;
  display: block;
}
.right-bottom .after-login + a {
  border-left: 1px solid;
  margin-left: 10px;
  padding-left: 10px;
}
.right-top a {
  display: block;
  font-size: 26px;
  color: #138dca;
  font-weight: 600;
  font-style: normal;
}
.right-top p {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 15px;
  font-style: italic;
}
.header-middle {
  width: 40%;
}
.main-header {
  padding: 15px 0;
}
.after-login {
  display: inline-block;
  position: relative;
}
.after-login ul {
  list-style: none;
  position: absolute;
  margin: 0;
  min-width: 150px;
  background: #ffffff;
  right: -1px;
  border: 2px solid #138dca;
  top: 35px;
  z-index: 100;
  transform: translate(-50px, 0px);
  transition: 0.3s all cubic-bezier(0.18, 0.89, 0.32, 1.28);
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 0;
}
.after-login ul li {
  text-align: left;
  margin: 0;
}
.after-login ul li a {
  color: #000000;
  padding: 8px 10px;
  display: block;
  border-bottom: 1px solid #138dca;
}
.after-login ul li a:hover {
  background: #138dca;
  color: #ffffff;
}
.after-login ul li:last-child a {
  border-bottom: none;
}
.after-login:hover ul {
  display: block;
  width: 100%;
  z-index: 99999;
  transition: 0.3s all cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
}
.header-menu {
  background: #333333;
}
header .block-search {
  float: none;
  width: 100%;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
header .block-search input {
  border: 1px solid #000000;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  border-radius: 100px;
}
header .block-search .action.search {
  height: 40px;
}
header .minicart-wrapper {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
header .minicart-wrapper .action.showcart:before,
header .minicart-wrapper .action.showcart.active:before {
  content: "";
  background-image: url(../images/cart-icon.svg);
  width: 21px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-inner .logo img {
  width: 300px;
}
.rootmenu > .rootmenu-list > li > a {
  padding: 18px 15px !important;
  display: block;
}
.rootmenu > .rootmenu-list > li > a > .homeicon {
  background-position: left;
}
.rootmenu > .rootmenu-list .rootmenu-submenu .cat-arrow,
.rootmenu > .rootmenu-list .rootmenu-submenu .rootmenu-submenu-sub {
  display: none !important;
}
.nav-sections {
  margin: 0;
}
.nav-sections .page-main {
  max-width: 100%;
}
footer.page-footer {
  padding-top: 50px;
  background: #000000;
  padding-bottom: 0;
}
footer.page-footer .footer-left img {
  margin-bottom: 30px;
  max-width: 250px;
}
footer.page-footer .footer-left p {
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 0.04em;
}
footer.page-footer .footer-left a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
}
footer.page-footer .footer-left a:hover,
footer.page-footer .footer-left a:focus {
  text-decoration: underline;
}
footer.page-footer .footer-inner {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
footer.page-footer .footer-inner ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
footer.page-footer .footer-inner ul.footer-links {
  padding: 0;
  list-style: none;
  margin: 0;
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
footer.page-footer .footer-inner ul.footer-links li {
  margin: 0;
}
footer.page-footer .footer-inner ul.footer-links li a {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 0.04em;
}
footer.page-footer .footer-inner ul.footer-links li a:hover,
footer.page-footer .footer-inner ul.footer-links li a:focus {
  color: #138dca;
}
footer.page-footer .footer-inner h4 {
  color: #138dca;
  font-size: 18px;
  margin: 0 0 25px 0;
  font-weight: 500;
}
footer.page-footer .single-sec-footer p {
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #ffffff;
  line-height: 24px;
}
footer.page-footer .single-sec-footer.footer-left p {
  line-height: 30px;
  margin-bottom: 25px;
}
footer .block.newsletter {
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
}
footer .block.newsletter .field.newsletter {
  max-width: 78%;
  float: none !important;
  display: inline-block;
  width: 100%;
}
footer .block.newsletter .field.newsletter input#newsletter {
  height: 50px;
  padding: 0 20px;
}
footer .block.newsletter .form.subscribe {
  display: block;
}
footer .block.newsletter .form.subscribe > .actions {
  float: none;
  width: calc(100% - 79%);
  display: inline-block;
}
footer .block.newsletter .form.subscribe > .actions button {
  background: #138dca !important;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff !important;
  padding: 14px 21px !important;
  letter-spacing: 0.02em;
  border: 1px solid #138dca !important;
}
footer .block.newsletter .form.subscribe > .actions button:hover,
footer .block.newsletter .form.subscribe > .actions button:focus {
  background: #333333 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
footer .block.newsletter .field .control:before {
  display: none;
}
.copyright {
  border-top: 1px solid #333333;
  text-align: center;
  padding: 23px 0;
  margin-top: 20px;
  background: transparent;
}
.copyright p {
  margin: 0;
  color: #D9D9D9;
}
.copyright a {
  color: #138dca;
  text-decoration: none;
}
@media only screen and (max-width: 1530px) {
  footer .block.newsletter .field.newsletter {
    max-width: 70%;
  }
  div.logo {
    width: 20%;
  }
  .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .header-middle {
    width: 30%;
  }
  .header-right {
    width: 40%;
  }
  footer .block.newsletter .field.newsletter {
    max-width: 100%;
  }
  footer .block.newsletter .field.newsletter input#newsletter {
    margin: 0;
  }
  footer .block.newsletter .form.subscribe > .actions {
    width: auto;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .rootmenu > .rootmenu-list > li > a {
    padding: 10px !important;
    display: block;
  }
  .header-right {
    font-size: 14px;
  }
  .right-top a {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .custom-header {
    border-bottom: 1px solid #cccccc;
  }
  footer.page-footer {
    padding-top: 10px;
  }
  footer.page-footer .footer-inner {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  footer.page-footer .footer-left img {
    margin-bottom: 0;
  }
  footer.page-footer .single-sec-footer.footer-left p {
    margin-bottom: 15px;
  }
  footer.page-footer .single-sec-footer:nth-child(2) {
    border-top: 1px dashed #ffffff;
    padding-top: 15px;
    border-bottom: 1px dashed #ffffff;
    padding-bottom: 10px;
  }
  footer .block.newsletter .field.newsletter {
    width: 40%;
  }
  footer .block.newsletter .form.subscribe > .actions {
    width: auto;
    margin-top: 0;
  }
  .nav-toggle {
    top: 3px;
    left: -45px;
  }
  .nav-sections .page-main {
    padding: 0;
  }
  .rootmenu .rootmenu-list {
    display: block;
  }
  div.logo {
    margin-left: 45px;
  }
  .nav-sections-item-title.active {
    background: #138dca;
    border-color: #138dca;
  }
  .nav-sections-item-title.active a {
    color: #ffffff;
  }
  .navigation .level0:first-child {
    border-top: 0;
  }
  ul.mob-account-links {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  ul.mob-account-links li {
    margin: 0;
  }
  ul.mob-account-links li a {
    color: #000000;
    padding: 15px;
    display: block;
    border-bottom: 1px solid #cccccc;
  }
  .login-container .fieldset:after {
    margin-top: 10px;
  }
  .top-right span,
  .top-header .after-login,
  .top-header .sign-link {
    display: none;
  }
  .nav-sections-item-content {
    padding: 0;
  }
  .block.newsletter .form.subscribe > .actions button {
    padding: 14px 21px !important;
  }
}
@media only screen and (max-width: 767px) {
  .right-top {
    position: absolute;
    right: 165px;
    top: 15px;
  }
  #banner-slider-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    margin: 0;
  }
  #banner-slider-carousel .owl-nav button:before {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
  div.logo {
    width: 170px;
  }
  .header-right {
    float: right;
    margin-top: 10px;
    z-index: 9;
    margin-right: 0;
    width: auto;
  }
  .minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    vertical-align: middle;
  }
  .top-inner .top-left p {
    font-size: 14px;
  }
  .top-header {
    text-align: center;
  }
  .top-right a {
    padding: 10px 14px;
    font-size: 14px;
  }
  .top-right a svg {
    width: 12px;
    margin-right: 10px;
  }
  .main-header {
    position: relative;
  }
  header .block-search {
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    width: auto;
    margin: 0;
  }
  header .block-search .label {
    position: absolute;
    top: -50px;
    right: 42px;
  }
  header .block-search .control {
    border: none;
    z-index: 9;
    position: relative;
    width: auto;
  }
  header .block-search input {
    margin: 0;
    border-radius: 0;
  }
  .mst-searchautocomplete__autocomplete {
    margin: 0;
  }
  .minicart-wrapper {
    margin: 0 0 0 10px;
  }
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .header-middle {
    width: auto;
    position: absolute;
    bottom: 17px;
    right: 15px;
    left: 15px;
  }
  .logo {
    max-width: 100%;
  }
  .header-inner {
    display: block;
  }
  .after-login,
  .right-bottom > a:first-child {
    display: none;
  }
  .right-bottom .after-login + a {
    border: none;
    margin: 0;
    padding: 0;
  }
  div.logo {
    display: inline-block;
  }
}
@media only screen and (max-width: 545px) {
  .right-top {
    right: 0;
    top: 0;
    left: 0;
    background: #41a3d5;
    padding: 5px 0;
  }
  .right-top a {
    display: inline-block;
    margin: 0;
    color: #fff;
    margin-left: 10px;
  }
  .right-top p {
    color: #fff;
    margin: 0;
  }
  .main-header {
    padding-top: 50px;
  }
  .header-right {
    margin-top: 9px;
    margin-right: 0;
  }
  header .block-search .label {
    right: 30px;
    top: -48px;
  }
  .message.error {
    word-break: break-all;
  }
  .modal-popup .modal-header {
    padding: 20px 15px 5px 15px;
  }
  .right-bottom a.contact-link span,
  .top-right {
    display: none;
  }
  .right-bottom a svg {
    margin: 0;
  }
  .top-inner {
    display: block;
    padding: 8px 0;
  }
  body {
    font-size: 14px;
  }
  .label.active + .control input {
    right: 20px;
  }
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .top-right a {
    padding: 10px 10px !important;
    font-size: 12px;
  }
  .top-right a svg {
    display: none;
  }
  footer.page-footer .footer-left img {
    max-width: 150px;
  }
  footer.page-footer .footer-inner h4 {
    margin-bottom: 10px;
  }
  footer.page-footer .footer-inner ul.footer-links li a {
    margin-bottom: 10px;
  }
  footer .block.newsletter .form.subscribe {
    position: relative;
  }
  footer .block.newsletter .form.subscribe > .actions {
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .block.newsletter .form.subscribe > .actions button {
    padding: 9px 20px !important;
  }
  footer .block.newsletter .field.newsletter {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  footer .block.newsletter .field.newsletter input#newsletter {
    height: 40px;
    padding: 0 10px;
  }
  .copyright {
    padding: 10px 0;
  }
  .contact-page {
    margin-bottom: 20px;
  }
  .nav-sections-item-title {
    padding: 15px 0;
    height: auto;
  }
  .nav-sections-item-content {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 545px) {
  header .block-search .label {
    right: 45px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../../../../frontend/Magento/luma/en_US/Mageplaza_Core/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@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;
  }
  .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: 1920px;
    padding-left: 0px;
    padding-right: 0px;
    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;
  }
  .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;
  }
  .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: 0px;
    padding-right: 0px;
  }
  .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;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .paypal-braintree-paylater-message-container-pdp {
    padding: 0 0 10px;
  }
  .paypal-braintree-paylater-message-container-cart {
    padding: 0;
  }
}
@media all and (max-width: 1023px), print {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@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%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%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%2FRootways%5C%2Fmrlighting%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%2FRootways%5C%2Fmrlighting%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%2FRootways%5C%2Fmrlighting%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%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMirasvit_Search%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_search_in.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMirasvit_SearchAutocomplete%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_form.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%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%2FRootways%5C%2Fmrlighting%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%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2Fhome.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2Flisting.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2Flogin.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2Fdetail.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2Faccount.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2Fcart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2Fcheckout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2Fcms-page.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2Fblog.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Ftheme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fheader-footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fowl.carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%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%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%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%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%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%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%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%2FRootways%5C%2Fmrlighting%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%2FRootways%5C%2Fmrlighting%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%2FRootways%5C%2Fmrlighting%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%2FRootways%5C%2Fmrlighting%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%2FRootways%5C%2Fmrlighting%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%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FRootways%5C%2Fmrlighting%5C%2Fen_US%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3BAAkBI%3BEACI%2CaCPS%2CSDOT%3BEACA%2CSAAS%2C%2BBAAsB%2COAAO%2CcAClC%2C8BAAqB%2COAAO%2COADhC%3BEAEA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaCCS%2CSDDT%3BEACA%2CSAAS%2CoCAAsB%2COAAO%2CcAClC%2CmCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaCUS%2CSDVT%3BEACA%2CSAAS%2CgCAAsB%2COAAO%2CcAClC%2C%2BBAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaCkBS%2CSDlBT%3BEACA%2CSAAS%2CkCAAsB%2COAAO%2CcAClC%2CiCAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaC0BS%2CSD1BT%3BEACA%2CSAAS%2CiCAAsB%2COAAO%2CcAClC%2CgCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaCkCS%2CSDlCT%3BEACA%2CSAAS%2CmCAAsB%2COAAO%2CcAClC%2CkCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAE%2BPR%2CwBArO0C%3BEACtC%3BIACI%2CUAAA%3B%3BEADJ%2CWAGI%2CQACI%3BICmPR%2CcAAA%3BIChOA%2CqBAAA%3BIFZY%2CkBAAA%3B%3BEEkBZ%2CWF1BI%2CQACI%2CWEyBP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BID9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSE9NQ%2COF8NR%3BIAAA%2CaGvRe%2CYHuRf%3BIAAA%2CsBAAA%3BICqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEFnTY%2CWAVR%2CQACI%2CWASK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEEuEhB%2CWFpFI%2CQACI%2CWAeK%2CgBEoEZ%3BIDgKD%2CSE%5C%2FNM%2COF%2BNN%3B%3BED1NA%3BIACI%2CiCAAA%3BICyMN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BIDvNI%2CYAAA%3BIACA%2CMAAM%2CwBAAN%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEARJ%2CaAUI%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkCAAA%3B%3BEAfR%2CaAUI%2CUAOI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CaAZJ%2CUAYK%3BIACG%2CgCAAA%3B%3BEAvBZ%2CaA2BI%2CkBACI%3BIC8LR%2CcAAA%3BIChOA%2CqBAAA%3BIFyCY%2CkBAAA%3B%3BEEnCZ%2CaF2BI%2CkBACI%2COE5BP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BID9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSE9NQ%2COF8NR%3BIAAA%2CaGvRe%2CYHuRf%3BIAAA%2CsBAAA%3BICqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEF9PY%2CaAVR%2CkBACI%2COASK%3BIACG%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEEkBhB%2CaF%5C%2FBI%2CkBAiBK%2COAAQ%2COEchB%3BIDgKD%2CSE%5C%2FNM%2COF%2BNN%3B%3BED1NA%2CaAoDI%3BICsKJ%2CSAAA%3BIAAA%2CUAAA%3BIH1KA%2CqBAAA%3BIEMQ%2CaAAA%3BIACA%2CeAAA%3B%3BEAIA%2CaADJ%2CkBACK%2COACG%3BIACI%2CcAAA%3B%3BEA7DhB%2CaAkEI%2CQAAO%3BICwJX%2CSAAA%3BIAAA%2CUAAA%3BIH1KA%2CqBAAA%3BIEoBQ%2CgCAAA%3B%3BEApER%2CaAkEI%2CQAAO%2CMAIH%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CaARR%2CQAAO%2CMAIH%2CGAIK%2CMAAM%3BIACH%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA7EhB%2CaAkEI%2CQAAO%2CMAIH%2CGAUM%3BIACE%2C6BAAA%3B%3BEAjFhB%2CaAkEI%2CQAAO%2CMAmBH%3BEArFR%2CaAkEI%2CQAAO%2CMAoBH%2CEAAC%3BICoIT%2CcAAA%3BIAAA%2CqBAAA%3BIDjIY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEA3FZ%2CaAkEI%2CQAAO%2CMA4BH%2CQAAO%3BIACH%2CSAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAHJ%2CgBAKI%3BICiGN%2C6BAAA%3BIACK%2C0BAAA%3BIACC%2CyBAAA%3BIAcJ%2CqBAAA%3BID%5C%2FGQ%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAVR%2CgBAaI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CMAAM%2CiBAAN%3B%3BEAFR%2CSAKI%3BIC4EN%2CoDAAA%3BIACK%2CiDAAA%3BIACC%2CgDAAA%3BIAcJ%2C4CAAA%3BIDzFQ%2COAAA%3BIACA%2CWAAA%3B%3BEAIA%2CSADJ%2CYACK%3BIACG%2C8BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAKZ%3BIAEI%2CkBAAA%3BIACA%2CUAAA%3B%3BECjLJ%2CmBAAC%3BEACD%2CmBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2CWAAA%3B%3BED6KJ%3BIACI%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CwBAAC%3BIACG%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CwBADJ%2C0BACK%3BIACG%2CqBAAA%3B%3BEAKZ%3BIAEI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIAMA%2CeAAA%3B%3BECvNJ%2C0BAAC%3BEACD%2C0BAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BIACG%2CWAAA%3B%3BED4MA%2C0BAAC%3BIACG%2CcAAA%3B%3BEKnNR%3BIJmPA%2CmBAAA%3BIIhPI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BIJoOR%2CiBAAA%3BIAAA%2CgBAAA%3BIAAA%2CoBAAA%3BIAAA%2CkBAAA%3B%3BEInPA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BIJ4NL%2CcAAA%3BIAAA%2CqBAAA%3B%3BEInPA%2CWA4BI%3BIJuNJ%2C6BAAA%3BIAAA%2CiBAAA%3B%3BEInPA%2CWA4BI%2CQAIM%3BIJmNV%2CgBAAA%3BIAAA%2C0BAAA%3BIAAA%2CyBAAA%3BII7MY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BIJ4Mb%2CWAAA%3B%3BEIvMQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BIJqMhB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3BII7LoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BIJwLV%2CgBAAA%3B%3BEIpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BIJkLnB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BEIpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BIJ0KxB%2CiBAAA%3B%3BEIlKQ%2CWADJ%2CGAAE%2COACG%3BIJkKT%2CgCAAA%3B%3BEInPA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BIJyJjB%2CWAAA%3B%3BEInJQ%2CWAVJ%2CSAUK%2CIAAI%3BIJmJb%2CgBAAA%3BIAAA%2CgBAAA%3BII7IY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BIJqIlB%2CkBAAA%3B%3BEIjIgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BIJ2HhB%2CkBAAA%3B%3BEInJQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BIJqHpB%2CcAAA%3BIIhHwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BIJ8GzB%2CWAAA%3B%3BEIvGY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BIJgGlB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3B%3BEIpFgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BIJmFtB%2CiBAAA%3B%3B%3BADeJ%2CwBAlC0C%3BEACtC%3BIACI%2CaAAA%3B%3BEAGJ%3BICiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BIDtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BEKXR%3BIJSA%2CmBAAA%3BIAAA%2CgBAAA%3BIIJI%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%3BIJhBN%2CgBAAA%3B%3BEITA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BIJxBJ%2CkBAAA%3BII0BQ%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%3BIJ%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIIsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BIJ1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BEIkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BIJpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BII2EgB%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%3BIJzFpB%2CqBAAA%3BIChOA%2CqBAAA%3B%3BEGmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBHnGhB%3BIDhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEC2CA%2CWGkPI%2CQA2DK%2COACK%2CaAGI%2CgBHjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BID9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSE9NQ%2COF8NR%3BIAAA%2CaGvRe%2CYHuRf%3BIAAA%2CsBAAA%3BICqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEGlFA%2CWAiCI%2CQA8EI%3BIJtGR%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BII8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIJlHZ%2CgBAAA%3B%3BEITA%2CWAiCI%2CQA8EI%2CSAyIF%3BIJ%5C%2FON%2CgBAAA%3B%3BEIkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BIJ1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BII%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BIJpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIAAA%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIIuQY%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%3BIJzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BEIgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BIJjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEITA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BIJzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BEITA%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%3BIJpL5B%2CqBAAA%3BIChOA%2CqBAAA%3B%3BEGgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBH9LxB%3BIDhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEC2CA%2CWGkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBH5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BID9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSExPQ%2COFwPR%3BIAAA%2CaGvRe%2CYHuRf%3BIAAA%2CsBAAA%3BICqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEG0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BIJpMZ%2CqBAAA%3BIChOA%2CqBAAA%3B%3BEAMA%2CWGkPI%2CQA2KK%2CKH7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BID9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSEzPgB%2COFyPhB%3BIAAA%2CaGvRe%2CYHuRf%3BIAAA%2CsBAAA%3BICqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEGkIY%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%3BELnNhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAMjTZ%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%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%3BACNR%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAPJ%2CuBASI%3BEACI%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAdR%2CuBAiBI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA3BR%2CuBAiBI%2CqBAYI%2CKAAI%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAhCZ%2CuBAiBI%2CqBAYI%2CKAAI%2CKAKA%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CuBAtBZ%2CqBAYI%2CKAAI%2CKAKA%2CEAKK%3BEACG%2CcAAA%3BEACA%2CSAAgB%2COAAhB%3BEACA%2CaAAgB%2CYAAhB%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAIA%2CuBArChB%2CqBAYI%2CKAAI%2CKAKA%2CEAmBK%2CWACI%3BEACG%2CaAAA%3B%3BAAvDxB%2CuBAiBI%2CqBA4CI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CuBAlDR%2CqBA4CI%2CKAAI%2CMAMC%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CuBAtDR%2CqBA4CI%2CKAAI%2CMAUC%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%2CuBA3DJ%2CqBA2DK%3BEACG%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAKZ%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAA6B%2CqCAA7B%3BEACA%2CyDAAA%3B%3BAAGJ%2CyBAA0B%2CcAAa%3BEACnC%2CuBAAA%3B%3BAAGJ%2CyBAA0B%2CcAAa%3BEACnC%2CsBAAA%3B%3BAAGJ%2CyBAA0B%2CcAAa%3BEACnC%2CuBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAGR%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CaAAA%3B%3BAAIR%3BAAAiC%2C8BAA8B%3BEAC3D%2CkBAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CeAAA%3B%3BAChKJ%3BAAAsB%3BAAAsB%3BEACxC%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3BAAIJ%3BEACI%2CcAAA%3B%3B%3B%3B%3B%3BACgGJ%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%3BIpBwHrC%2CyBAAA%3B%3BEoBrHA%2CcAAe%2CuBAAsB%3BIpBqHrC%2C4BAAA%3BIoBnHI%2CQAAA%3B%3B%3BACgER%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%3BACzMxB%2CoBAAqB%2CQAAO%3BEACxB%2CUAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CgBACI%2CKAAI%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAJR%2CgBAMI%2CGAAE%3BEACE%2CwBAAA%3B%3BAAMR%2CuBACI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CuBACI%2CSAGI%3BEACI%2CkBAAA%3BEACA%2CgBAAgB%2CoBAAhB%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CWAAW%2CoBAAX%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3B%3BAACA%2CuBAfR%2CSAGI%2COAYK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CsDAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAA1BhB%2CuBACI%2CSAGI%2COAwBI%3BEACI%2CaAAA%3B%3BAA7BhB%2CuBACI%2CSA%2BBI%2COAAM%3BEACF%2CUAAA%3BEACA%2CWAAA%3B%3BAACA%2CuBAlCR%2CSA%2BBI%2COAAM%2CSAGD%3BEACG%2CuDAAA%3B%3BAAIZ%2CuBAAC%2CMAAO%3BEACJ%2CUAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CsCAAA%3BEACA%2CcAAA%3B%3BAAHJ%2CYAII%3BEACI%2CmCAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAATR%2CYAII%2CYAMI%2CWACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAfhB%2CYAII%2CYAMI%2CWAOI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAShB%3BEACI%2CcAAA%3B%3BAADJ%2CiBAEI%2CiBACM%3BEACE%2CaAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAPZ%2CiBAEI%2CiBAOI%3BEACI%2CWAAA%3B%3BAAVZ%2CiBAcI%3BEACI%2CkBAAA%3B%3BAAfR%2CiBAcI%2CeAEI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA3BZ%2CiBAgCI%2CeAAc%2CUAAW%3BEACrB%2CWAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAKR%2CaAAc%3BEACV%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CiCAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAC9C%2CWAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CMAAM%2COAAQ%2CeAAe%3BEACzB%2CaAAA%3BEACA%2CsCAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAADJ%2CmBAEI%3BEACI%2CaAAA%3BEACA%2C0CAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAANR%2CmBAEI%2CeAKI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAZZ%2CmBAEI%2CeAYI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAACA%2CmBArBR%2CeAYI%2CGASK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CmBAAmB%2CcAAnB%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAhChB%2CmBAEI%2CeAiCI%2CmBAAmB%3BEACf%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CmBArCR%2CeAiCI%2CmBAAmB%2CEAId%3BEACG%2C2CAAA%3B%3BAADJ%2CmBArCR%2CeAiCI%2CmBAAmB%2CEAId%2CMAEG%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3B%3BAACA%2CmBA1ChB%2CeAiCI%2CmBAAmB%2CEAId%2CMAEG%2CGAGK%3BEACG%2CUAAA%3B%3BAASxB%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAJJ%2CaAKI%3BEACI%2CcAAA%3B%3BAAIR%2CkBAAmB%3BEACf%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CkBATe%2CaASd%3BAAAO%2CkBATO%2CaASN%3BEACL%2CmBAAA%3B%3BAAKR%3BEACI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3B%3BAALJ%2CWAMI%2CiCACI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAATZ%2CWAMI%2CiCAKI%2CIAAG%3BEACC%2CSAAA%3B%3BAA2CZ%2CwBArC2C%3BEACvC%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CkCAAA%3B%3BEAEJ%2CkBACI%3BIACI%2CkBAAA%3B%3BEAFR%2CkBAII%2CEAAC%3BIACG%2CsBAAA%3BIACA%2CyBAAA%3B%3BEAGR%3BIACI%2CaAAA%3BIACA%2C0CAAA%3B%3BEAFJ%2CaAGI%3BIACI%2CcAAA%3BIACA%2CYAAA%3B%3BEAGR%2CiBACI%2CeAAe%3BIACX%2CeAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEANR%2CiBAQI%2CeAAc%2CUAAW%3BIACrB%2CWAAA%3B%3BEAGR%2CmBAAoB%3BIAChB%2CsCAAA%3B%3B%3BAAmBR%2CwBAhB0C%3BEACtC%3BIACI%2C8BAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CiBAAkB%2CeAAe%3BIAC7B%2CeAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CmBAAoB%2CeAAe%3BIAC%5C%2FB%2CaAAA%3B%3B%3BAA8DR%2CwBA3D0C%3BEACtC%2CYAAa%3BIACT%2CkBAAA%3B%3BEADJ%2CYAAa%2CYAET%2CWAAW%3BIACP%2CeAAA%3B%3BEAGR%2CcAAe%2CmBAAmB%3BIAC9B%2C0BAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CcAAA%3B%3BEADJ%2CaAAc%2CWAEV%3BIACI%2CeAAA%3B%3BEAGR%2CkBAAmB%3BIACf%2CkBAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%2CiBACI%2CiBACM%3BIACE%2CcAAA%3B%3BEAHZ%2CiBACI%2CiBAII%3BIACI%2CcAAA%3B%3BEANZ%2CiBASI%2CeAAe%3BIACX%2CeAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAgB%2CoBAAhB%3BIACA%2CmBAAmB%2CoBAAnB%3BIACA%2CcAAc%2CoBAAd%3BIACA%2CeAAe%2CoBAAf%3BIACA%2CWAAW%2CoBAAX%3B%3BEAIR%2CmBAAoB%3BIAChB%2CkCAAA%3BIACA%2CcAAA%3B%3BEAFJ%2CmBAAoB%2CeAGhB%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3B%3BAAiFZ%2CwBA7E0C%3BEACtC%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3BIACA%2CcAAA%3B%3BEAFJ%2CYAGI%2CYAAY%2CWAAW%3BIACnB%2CeAAA%3B%3BEAJR%2CYAMI%2CYAAY%3BIACR%2CeAAA%3B%3BEAGR%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2C0BAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CcAAe%2CmBAAmB%3BIAC9B%2C0BAAA%3BIACA%2CwBAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CeAAA%3BIACA%2CoBAAA%3B%3BEAEJ%3BIACI%2CkCAAA%3BIACA%2CcAAA%3B%3BEAFJ%2CaAGI%3BIACI%2CUAAA%3B%3BEAGR%3BIACI%2CSAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CkBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CWAAY%2CiCAAiC%3BIACzC%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CYAAA%3B%3BEAEJ%2CgBAAiB%2CeAAe%3BIAC5B%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2C8BAAA%3B%3BEADJ%2CmBAAoB%2CeAEhB%3BIACI%2CaAAA%3B%3BEAGR%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3BEAEJ%3BIACI%2CSAAA%3B%3B%3BAASR%2CwBAL0C%3BEACtC%2CmBAAoB%2CeAAe%3BIAC%5C%2FB%2CaAAA%3B%3B%3BAAWS%2CwBARyB%3BEACtC%2CmBAAoB%3BIAChB%2C0BAAA%3B%3BEADJ%2CmBAAoB%2CeAEhB%3BIACI%2CaAAA%3B%3B%3BACndZ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2CaAAc%2CaAKV%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAARR%2CaAAc%2CaAUV%3BAAVJ%2CaAAc%2CaAUF%3BAAVZ%2CaAAc%2CaAUC%2CEAAC%3BEACR%2CcAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CaAAc%2CaAcV%2CMAAK%2CIAAI%2CaAAa%3BEAClB%2CsBAAA%3B%3BAAMR%2CcAAe%2CmBAAkB%3BAAAQ%2CcAAe%2CmBAAkB%3BEACtE%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CMAAM%2COAAQ%2CeAAe%2CcAAc%2CoBAGvC%2COAAM%2COAAQ%2CeAAe%2CcAAc%3BAAF%5C%2FC%2CoBAEI%2COAAM%2COAAQ%2CeAAe%2CcAAc%3BAAD%5C%2FC%2CqBACI%2COAAM%2COAAQ%2CeAAe%2CcAAc%3BEACvC%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAIR%2COACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAJR%2COAMI%3BEACI%2CyBAAA%3B%3BAAPR%2COASI%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAXR%2COASI%2CgBAGM%3BEACE%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAIZ%2CeAAgB%2CEAAC%3BEACb%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAACA%2CeANY%2CEAAC%2COAMZ%3BAAAQ%2CeANG%2CEAAC%2COAMH%3BEACN%2CmBAAA%3B%3BAAGR%3BEACI%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%2CcAAc%2CeACV%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CcAAc%2CeAMV%2CgBAAgB%2CGAAE%3BEACd%2CaAAA%3BEACA%2CeAAA%3B%3BAAGR%2CQAAS%3BAACT%2CYAAe%3BAACf%2CWAAW%3BEACP%2C6BAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CeACI%2CMAAK%2CWAAY%3BEACb%2CYAAA%3B%3BAAFR%2CeAII%3BEACI%2CoBAAA%3B%3B%3B%3B%3B%3B%3BAAUR%2C2BAA4B%2CGAAE%3BEAC1B%2CqBAAA%3B%3BAAEJ%2CaAAc%2CWAAW%3BEACrB%2CaAAA%3B%3BAAEJ%2CiBAAiB%2CcAAe%3BEAC5B%2CiBAAA%3B%3BAAEJ%2CiBAAiB%2CcAAc%2C0BAA2B%3BEACtD%2CiBAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CgBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAEJ%2CCAAC%2COAAO%3BEACJ%2CwBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAEJ%2CcAAe%2CmBAAmB%3BEAC9B%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcACI%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAXR%2CcAaI%3BEACI%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CcALJ%2CcAKK%3BAAAQ%2CcALb%2CcAKc%3BEACN%2CqBAAA%3B%3BAAnBZ%2CcAsBI%3BEACI%2CaAAA%3BEACA%2CsCAAA%3BEACA%2CcAAA%3B%3BAAzBR%2CcA2BI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGR%2CaACI%3BEACI%2CcAAA%3BEACA%2CSAAA%3B%3BAAHR%2CaACI%2CoBAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAVZ%2CaACI%2CoBAWI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAACA%2CaAjBR%2CoBAWI%2CaAMK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3BAApBhB%2CaAwBI%3B%3B%3B%3B%3BAAxBJ%2CaAwBI%2CWACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAA5BZ%2CaAwBI%2CWACI%2COAII%3BEACI%2CaAAA%3B%3BAAQhB%2CkBAAmB%2CEAAC%3BEAChB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAALJ%2CcAAe%2CsBAMX%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAVR%2CcAAe%2CsBAYX%3BEACI%2CeAAA%3B%3BAAbR%2CcAAe%2CsBAeX%3BEACI%2CUAAA%3B%3BAAhBR%2CcAAe%2CsBAkBX%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3B%3BAApBR%2CcAAe%2CsBAsBX%2CQAAO%3BEACH%2CeAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3B%3BAAzBR%2CcAAe%2CsBAsBX%2CQAAO%2CQAIH%2CKAAI%3BEACA%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAA5BZ%2CcAAe%2CsBA%2BBX%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CqBAAsB%2CWAAW%3BEAC7B%2CeAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAADJ%2CyBAEI%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CsCAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAANJ%2CkBAOI%2CcAAc%3BEACV%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAdR%2CkBAgBI%3BEACI%2CcAAA%3BEACA%2CaAAA%3B%3BAAlBR%2CkBAoBI%2CUAAS%2CMAAO%3BEACZ%2CcAAA%3B%3BAAGR%2CiBAAkB%3BEACd%2CkBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CMACI%2CEAAC%3BAADL%2CMACY%3BEACJ%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3BAATR%2CMAWI%3BEACI%2CmBAAA%3B%3BAAZR%2CMAcI%2CQAAO%3BAAdX%2CMAckB%2CQAAO%3BEACjB%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CMATJ%2CQAAO%2CKASF%3BAAAD%2CMATU%2CQAAO%2CSAShB%3BEACG%2CeAAA%3B%3BAAMZ%3BEACI%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAANJ%2CWAOI%3BAAPJ%2CWAOS%3BEAED%2CsBAAA%3B%3BAATR%2CWAWI%2CiCACI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAdZ%2CWAWI%2CiCAKI%2CIAAG%3BEACC%2CSAAA%3B%3BAAMZ%2CiBAAkB%3BEACd%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CiBAAkB%2CoBAId%3BEACI%2CyBAAA%3B%3BAALR%2CiBAAkB%2CoBAOd%2CaAAa%3BEACT%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CiBAAkB%2CoBAcd%3BEACI%2CyBAAA%3B%3BAAfR%2CiBAAkB%2CoBAcd%2CKAEI%2COAAO%3BEACH%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAnBZ%2CiBAAkB%2CoBAcd%2CKAOI%2CiBAAgB%3BEACZ%2CaAAA%3B%3BAAIZ%2CcAAe%2CSAAQ%2CmBAAoB%2CeACvC%2COAAM%3BEACF%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CcAAe%2CSAAQ%2CmBAAoB%2CeAMvC%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAARR%2CcAAe%2CSAAQ%2CmBAAoB%2CeAMvC%2CWAGI%3BEACI%2CSAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CcAAe%2CeAAe%3BEAC1B%2CcAAA%3B%3BAAuBJ%2CwBAnB2C%3BEACvC%2CcAAe%3BIACX%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CkCAAA%3B%3BEAEJ%2CcAAe%2CSAAQ%2CmBACnB%3BIACI%2CkBAAA%3B%3BEAFR%2CcAAe%2CSAAQ%2CmBAInB%2CeAAe%3BIACX%2CyBAAA%3BIACA%2CWAAA%3B%3B%3BAAiBZ%2CwBAZ0C%3BEACtC%3BIACI%2CkCAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CcAAA%3BIACA%2CmBAAA%3B%3B%3BAA0IR%2CwBAvI0C%3BEACtC%2CaAAc%2CaAAa%2CMAAK%2CIAAI%2CaAAa%3BIAC7C%2CSAAA%3B%3BEAGJ%2COAAQ%3BIACJ%2CgBAAA%3B%3BEADJ%2COAAQ%2CgBAEF%3BIACE%2CcAAA%3B%3BEAGR%2COAAQ%2CyBAAwB%3BIAC5B%2CSAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CSAAA%3B%3BEAGJ%2CcACI%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGR%2CkBACI%3BIACI%2CaAAA%3B%3BEAFR%2CkBAII%2CcAAc%3BIACV%2CeAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGR%2CcACI%3BIACI%2CcAAA%3B%3BEAFR%2CcACI%2CsBAEI%2CQAAO%3BIACH%2CeAAA%3BIACA%2CyBAAA%3BIACA%2C6BAAA%3B%3BEANZ%2CcACI%2CsBAOI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEAVZ%2CcACI%2CsBAWI%3BIACI%2CWAAA%3B%3BEAbZ%2CcACI%2CsBAcI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAjBZ%2CcAoBI%2CeAAe%2CmBAAmB%3BIAC9B%2CuBAAA%3B%3BEArBR%2CcAuBI%3BIACI%2CwBAAA%3B%3BEAGR%3BIACI%2CcAAA%3B%3BEADJ%2CWAEI%2CiCAAiC%3BIAC7B%2CiBAAA%3B%3BEAGR%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%3BIACI%2C6BAAA%3BIACA%2C8EAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIAEA%2CqBAAA%3B%3BEAZJ%2CWAaM%3BIACE%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CWAAC%3BIACG%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGR%2CUAAU%3BIACN%2CSAAS%2COAAT%3B%3BEAEJ%2CWAAW%3BIACP%2C%2BBAAA%3B%3BEAGJ%2CMAAO%2COAAM%3BIACT%2CaAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CqBAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAAyCR%2CwBAtC0C%3BEACtC%3BIACI%2C8BAAA%3B%3BEADJ%2CkBAEI%2CcAAc%3BIACV%2CeAAA%3BIACA%2CYAAA%3B%3BEAGR%2COACI%2CgBAAkB%3BIACd%2CoBAAA%3B%3BEAFR%2COAII%2CgBAAe%3BIACX%2CoBAAA%3B%3BEAGR%2CcAAe%2CeACX%3BIACI%2C0BAAA%3B%3BEAFR%2CcAAe%2CeACX%2CeAEI%3BIACI%2CqBAAA%3B%3BEAJZ%2CcAAe%2CeAOX%3BIACI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAGR%2CWAAY%3BIACR%2CeAAA%3B%3BEAEJ%2CiBAAiB%2CcAAc%2C0BAA2B%3BIACtD%2CiBAAA%3B%3B%3BAAKR%2CiBAAkB%2CQAAO%3BEACrB%2CqBAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CYAAA%3B%3BAAEJ%2CiBAAiB%2CcAAc%2C0BAA2B%3BEACtD%2CiBAAA%3B%3BAAgBJ%2CwBAd0C%3BEACtC%2CiBAAiB%2CcAAe%3BIAC5B%2CiBAAA%3B%3BEAEJ%2CiBAAkB%2CQAAO%3BIACrB%2C8BAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CUAAA%3B%3BEAEJ%2CiBAAkB%2CcAAc%3BIAC5B%2CSAAA%3B%3B%3BAAcoB%2CwBAXc%3BEACtC%2CaAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CiBAAiB%2CcAAc%2C0BAA2B%3BIACtD%2CiBAAA%3B%3BEAEJ%2CiBAAkB%2CQAAO%3BIACrB%2C6BAAA%3B%3B%3BAC7pBR%3BAAAuB%3BEACnB%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CgBAAiB%2COAAO%3BAAAc%2CwBAAyB%2COAAM%3BEACjE%2CeAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CgBAAiB%2COAAO%3BEACpB%2CeAAA%3B%3BAAEJ%2CgBAAiB%2CUAAY%2CSAAS%3BEAClC%2CUAAA%3B%3BAAIJ%2CwBAAyB%3BEACrB%2CeAAA%3B%3BAAEJ%2CKAAK%2CSAAS%3BAAAQ%2CKAAK%2CKAAK%3BAAAe%2CKAAK%2CSAAS%3BAAAS%2CKAAK%2COAAO%3BEAC9E%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CKAAK%2CSAAS%3BEACV%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CKAAK%2CSAAS%2COAAQ%2CSAAQ%2CQAAS%3BEACnC%2CYAAA%3B%3BAAEJ%2CwBAAyB%2COAAM%2COAAQ%3BEACnC%2CeAAA%3B%3BAAEJ%2CKAAK%2COAAO%2CQAAS%2CUACjB%3BEACI%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAANR%2CKAAK%2COAAO%2CQAAS%2CUAQjB%2COAAM%3BEACF%2CcAAA%3B%3BAAGR%2CoBACI%2CUAAS%2COAAO%2CQAAQ%3BEACpB%2CeAAA%3BEACA%2CSAAA%3B%3BAAHR%2CoBAKI%3BEACI%2CcAAA%3B%3BAANR%2CoBAQI%3BEACI%2CyBAAA%3B%3BAAKR%2CgCACI%2CQAAO%2CKAAM%3BEACT%2CaAAA%3B%3BAAFR%2CgCACI%2CQAAO%2CKAAM%2CKAET%3BEACI%2CmBAAA%3B%3BAAJZ%2CgCAOI%2COAAM%3BEACF%2CYAAA%3B%3BAAGR%2CKAAK%2CSAAS%2COAAQ%2CUAAS%3BEAC3B%2CgBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3B%3BAAkBJ%2CwBAb0C%3BEACtC%2CwBAAyB%2CeAAe%3BIACpC%2CSAAA%3BIACA%2CYAAA%3B%3BEACA%2CwBAHqB%2CeAAe%2CuBAGnC%3BEAAS%2CwBAHW%2CeAAe%2CuBAGzB%3BIACP%2CUAAA%3BIACA%2CWAAA%3BIACA%2CWAAW%2CaAAX%3BIACA%2CUAAA%3B%3B%3BAA2CZ%2CwBAtCyC%3BEACrC%2CgBAAiB%2CUAAY%2CSAAS%3BEACtC%2CKAAK%2COAAO%2CQAAS%2CUAAU%3BIAC3B%2CWAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CeAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CWAAU%2CWAAV%3BIACA%2CqBAAA%3B%3BEAEJ%2CwBAAyB%3BIACrB%2CUAAA%3B%3BEAEJ%2CKAAK%2CSAAS%3BIACV%2CsBAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CgCAAiC%2COAAM%3BIACnC%2CWAAA%3B%3BEAEJ%3BEAAuB%3BIACnB%2CiBAAA%3B%3BEAGA%2CwBADqB%2CeAAe%2CuBACnC%3BEAAS%2CwBADW%2CeAAe%2CuBACzB%3BIACP%2CQAAA%3BIACA%2CgBAAA%3B%3B%3BAAiCK%2CwBA3BwB%3BEACrC%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CQAAQ%2CKAAM%3BIACV%2CgBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CmBAAA%3BIACA%2CwBAAA%3B%3BEAFJ%2CcAAe%2CcAGX%2CWAAW%3BIACP%2CaAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGR%2CcAAe%2CeAAe%3BIAC1B%2CcAAA%3B%3BEAKJ%2CIAAI%3BIACA%2CiBAAA%3B%3B%3BACtKR%2CIAAI%2CqBACA%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CIAAI%2CqBAMA%2CSAAQ%3BEACJ%2CUAAA%3BEACA%2CgBAAA%3B%3BAAMJ%2CQAL6B%3BEAK7B%2CIAdA%2CqBAMA%2CSAAQ%3BIAIA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3B%3B%3BAAZZ%2CIAAI%2CqBAeA%3BEACI%2CwBAAA%3B%3BAAhBR%2CIAAI%2CqBAmBA%2COAAM%3BAAnBV%2CIAAI%2CqBAmBgB%2COAAM%3BEAClB%2CWAAA%3B%3BAApBR%2CIAAI%2CqBAmBA%2COAAM%2CQAEF%2COAAO%3BAArBf%2CIAAI%2CqBAmBgB%2COAAM%2COAElB%2COAAO%3BEACH%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiCAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BEACI%2CkBAAA%3B%3BAAGJ%2CmBAAoB%2CyBAAyB%3BEACzC%2CWAAW%2CiBAAiB%2CUAA5B%3B%3BAAEJ%3BEACI%2CuBAAA%3B%3BAAEJ%2CIAAK%2CmBACD%3BEACI%2CaAAA%3B%3BAAFR%2CIAAK%2CmBAID%3BEACI%2CcAAA%3B%3BAALR%2CIAAK%2CmBAOD%2CoBAAoB%3BEAChB%2CgBAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAfR%2CIAAK%2CmBAiBD%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAtBR%2CIAAK%2CmBAiBD%2CwBAMI%2CSAAQ%2CUAAU%2CIAAK%3BEACnB%2CgBAAA%3B%3BAAxBZ%2CIAAK%2CmBAiBD%2CwBASI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAA%5C%2FBZ%2CIAAK%2CmBAiBD%2CwBAgBI%3BEACI%2CaAAA%3B%3BAAlCZ%2CIAAK%2CmBAiBD%2CwBAmBM%3BEACE%2CkBAAA%3B%3BAArCZ%2CIAAK%2CmBAwCD%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAA1CR%2CIAAK%2CmBAwCD%2CoBAGI%3BEACI%2CUAAA%3B%3BAA5CZ%2CIAAK%2CmBAwCD%2CoBAGI%2CWAEM%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAhDhB%2CIAAK%2CmBAwCD%2CoBAGI%2CWAOI%2CWAAW%3BEACP%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAArDhB%2CIAAK%2CmBAyDD%2CwBAAwB%3BEACpB%2CSAAA%3B%3BAA1DR%2CIAAK%2CmBAyDD%2CwBAAwB%2CYAEpB%3BEACI%2CSAAA%3B%3BAA5DZ%2CIAAK%2CmBA%2BDD%3BEACI%2CkBAAA%3B%3BAAhER%2CIAAK%2CmBA%2BDD%2CYAEI%2CIAAG%3BEACC%2CkBAAA%3BEACA%2CaAAA%3B%3BAAnEZ%2CIAAK%2CmBA%2BDD%2CYAMI%3BEACI%2CqBAAA%3BEACA%2CSAAA%3B%3BAAvEZ%2CIAAK%2CmBA%2BDD%2CYAUI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA5EZ%2CIAAK%2CmBA%2BDD%2CYAeI%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAtFZ%2CIAAK%2CmBA%2BDD%2CYAyBI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA1FZ%2CIAAK%2CmBA%2BDD%2CYA6BI%2CYAAW%3BEACP%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAtGZ%2CIAAK%2CmBA%2BDD%2CYAyCI%2CQAAO%3BEACH%2CWAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3B%3BAACA%2CIArHP%2CmBA%2BDD%2CYAyCI%2CQAAO%2COAaF%3BAAAQ%2CIArHhB%2CmBA%2BDD%2CYAyCI%2CQAAO%2COAaO%3BEACN%2CmBAAA%3BEACA%2CcAAA%3B%3BAAvHhB%2CIAAK%2CmBA%2BDD%2CYA2DI%2CIAAG%3BEACC%2CkCAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAIZ%2CuBAAwB%2CWAAW%2CiBAAiB%3BAAAQ%2CmBAAoB%2CWAAW%2CiBAAiB%3BEACxG%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CwBAAyB%2CiBAAiB%2CQAAO%3BEAC7C%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CIAAK%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAO%3BEACnC%2CcAAA%3B%3BAAEJ%2CKAAK%2COAAQ%3BEACT%2CcAAA%3B%3BAAEJ%3BEACI%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CcAAc%2CIAAI%2CWAAW%3BEACzB%2CYAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAc%2CMAAM%2CIAAI%2CWAAW%3BAAAQ%2CcAAc%2CMAAM%2CIAAI%2CWAAW%3BEAC1E%2CYAAA%3BEACA%2CaAAA%3BEACA%2CwCAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAc%2CSAAS%3BEACnB%2CYAAY%2CiDAAiD%2CwCAAwC%2CyCAAyC%2C0BAA0B%2C0BAA0B%2CyCAAyC%2CyCAA3O%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CaAAA%3B%3BAAJR%2CoBAMI%3BEACI%2CqBAAA%3B%3BAAPR%2CoBASI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CoBAVJ%2CEAUK%3BAAAQ%2CoBAVb%2CEAUc%3BEACN%2CmBAAA%3B%3BAApBZ%2CoBAuBI%2CYAAW%3BAAvBf%2CoBAuBwB%2CWAAU%3BEAC1B%2CSAAS%2CEAAT%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAAjCR%2CoBAmCI%2CWAAU%3BEACN%2CiDAAA%3B%3BAAIR%2CIAAK%2CSAAQ%2CKAAK%2CMACZ%2CQAAK%3BEACH%2CgBAAA%3B%3BAAFR%2CIAAK%2CSAAQ%2CKAAK%2CMAIZ%2CQAAK%2CMAAM%2COAAQ%3BEACjB%2CmBAAA%3BEACA%2CcAAA%3B%3BAANR%2CIAAK%2CSAAQ%2CKAAK%2CMAQZ%2CQAAK%2CMAAS%3BEACZ%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAAIR%2CQAAQ%2CKAAK%3BEACT%2CsBAAA%3B%3BAADJ%2CQAAQ%2CKAAK%2CSAET%3BEACI%2CyBAAA%3BEACA%2CaAAA%3B%3BAAJR%2CQAAQ%2CKAAK%2CSAET%2CuBAGI%3BAALR%2CQAAQ%2CKAAK%2CSAET%2CuBAGQ%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAARZ%2CQAAQ%2CKAAK%2CSAET%2CuBAQI%3BEACI%2CYAAA%3B%3BAAXZ%2CQAAQ%2CKAAK%2CSAET%2CuBAWI%3BEACI%2CYAAA%3B%3BAAdZ%2CQAAQ%2CKAAK%2CSAET%2CuBAcI%2CGAAE%2CUAAU%3BEACR%2CmBAAA%3B%3BAAIZ%2CcAAc%3BEACV%2CsBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAMJ%2CIAAK%2CSAAQ%2CKAAK%2CMACZ%2CQAAK%3BEACH%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3B%3BAAPR%2CIAAK%2CSAAQ%2CKAAK%2CMASZ%2CQAAK%3BEACH%2CWAAA%3BEACA%2CgCAAA%3B%3BAAXR%2CIAAK%2CSAAQ%2CKAAK%2CMASZ%2CQAAK%2CMAGD%3BEACE%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3B%3BAAtBZ%2CIAAK%2CSAAQ%2CKAAK%2CMAyBZ%2CQAAK%2CMAAM%3BEACT%2CwBAAA%3B%3BAA1BR%2CIAAK%2CSAAQ%2CKAAK%2CMA4BZ%2CQAAK%2CMAAM%2COAAQ%3BEACjB%2CkCAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3B%3BAAIR%2C8BAA%2BB%2CuBAAyB%2CQAAQ%2CKAAK%3BEACjE%2CgBAAA%3B%3BAAoDJ%2CwBA7CyC%3BEACrC%2CQAAQ%2CKAAK%2CSACT%3BEADJ%2CQAAQ%2CKAAK%2CSACe%2CuBAAuB%3BEADnD%2CQAAQ%2CKAAK%2CSAC0C%2CuBAAuB%3BEAD9E%2CQAAQ%2CKAAK%2CSACqE%2CuBAAuB%3BEADzG%2CQAAQ%2CKAAK%2CSACmG%2CuBAAuB%3BIAC%5C%2FH%2CwBAAA%3B%3BEAFR%2CQAAQ%2CKAAK%2CSAIT%3BIACI%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3B%3BEAPR%2CQAAQ%2CKAAK%2CSAIT%2CuBAII%3BIACI%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAVZ%2CQAAQ%2CKAAK%2CSAIT%2CuBAQI%3BEAZR%2CQAAQ%2CKAAK%2CSAIT%2CuBAQQ%3BIACA%2CqBAAA%3B%3BEAbZ%2CQAAQ%2CKAAK%2CSAIT%2CuBAWI%3BEAfR%2CQAAQ%2CKAAK%2CSAIT%2CuBAWQ%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAlBZ%2CQAAQ%2CKAAK%2CSAIT%2CuBAgBI%3BIACI%2CiBAAA%3BIACA%2CwBAAA%3BIACA%2C0BAAA%3B%3BEAvBZ%2CQAAQ%2CKAAK%2CSAIT%2CuBAqBI%2CGAAE%2CUAAU%3BIACR%2CuBAAA%3B%3BEA1BZ%2CQAAQ%2CKAAK%2CSAIT%2CuBAwBI%3BIACI%2CwBAAA%3BIACA%2CYAAA%3B%3BEA9BZ%2CQAAQ%2CKAAK%2CSAIT%2CuBA4BI%2CGAAE%2CYAAa%3BEAhCvB%2CQAAQ%2CKAAK%2CSAIT%2CuBA4BuB%2CGAAE%2CYAAa%3BEAhC1C%2CQAAQ%2CKAAK%2CSAIT%2CuBA4B0C%2CGAAE%2CUAAU%2CGAAI%3BEAhC9D%2CQAAQ%2CKAAK%2CSAIT%2CuBA4B8D%2CGAAE%2CUAAU%2CGAAI%3BIACtE%2C0BAAA%3B%3BEAjCZ%2CQAAQ%2CKAAK%2CSAIT%2CuBA%2BBI%2CGAAE%2CUAAU%2CMAAO%3BEAnC3B%2CQAAQ%2CKAAK%2CSAIT%2CuBA%2BB2B%2CGAAE%2CUAAU%2CMAAO%3BEAnClD%2CQAAQ%2CKAAK%2CSAIT%2CuBA%2BBkD%2CGAAE%2CUAAU%2CMAAO%3BEAnCzE%2CQAAQ%2CKAAK%2CSAIT%2CuBA%2BByE%2CGAAE%2CUAAU%2CMAAO%3BIACpF%2CmBAAA%3B%3B%3BAAQhB%2CQAAQ%3BEACJ%2C2BAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CmBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAADJ%2CYAEI%2CsBAAsB%2CSAAS%2COAAM%3BEACjC%2CYAAA%3BEACA%2CqBAAA%3B%3BAAJR%2CYAMI%3BAANJ%2CYAM4B%3BEACpB%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAATR%2CYAWI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2CeAAgB%2CeAAe%2COAAI%3BEAC%5C%2FB%2CUAAA%3B%3BAAGJ%2COACI%3BAADK%2CQACL%3BEACI%2CoBAAA%3B%3BAAIR%2CkBAAmB%2CoBAAoB%2CeAAe%3BEAClD%2CcAAA%3B%3BAAYJ%2CwBAR0C%3BEACtC%2CIAAI%2CqBAAsB%3BIACtB%2CiBAAA%3B%3BEAEJ%2CQAAQ%2CKAAK%2CSAAU%2CuBAAuB%3BIAC1C%2CYAAA%3B%3B%3BAAsBR%2CwBAnB0C%3BEACtC%3BEAAsB%2CkBAAmB%2CYAAY%3BIACjD%2CiBAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2C6BAAA%3B%3BEAGJ%2CQAAQ%2CKAAK%2CSAAU%2CuBACnB%3BEADJ%2CQAAQ%2CKAAK%2CSAAU%2CuBACf%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAHR%2CQAAQ%2CKAAK%2CSAAU%2CuBAKnB%3BIACI%2CYAAA%3B%3B%3BAAwCZ%2CwBAnCyC%3BEACrC%2CIAAI%2CqBACA%3BIACI%2CWAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAJR%2CIAAI%2CqBAMA%2CSAAQ%3BIACJ%2CWAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3B%3BEATR%2CIAAI%2CqBAWA%2COAAM%3BIACF%2CQAAA%3B%3BEAZR%2CIAAI%2CqBAcA%2COAAM%3BIACF%2CQAAA%3B%3BEAfR%2CIAAI%2CqBAiBA%2CQAAO%3BIACH%2CaAAA%3B%3BEAlBR%2CIAAI%2CqBAoBA%2CSAAQ%2CKAAK%3BIACT%2CQAAA%3BIACA%2CkBAAA%3B%3BEAGR%3BIACI%2CaAAA%3B%3BEAEJ%2CkBAAmB%2CSAAQ%2CUAAU%3BIACjC%2CSAAA%3B%3B%3BAAWR%2CwBANyC%3BEACrC%2CQAAQ%2CKAAK%2CSAAU%3BIACnB%2CWAAA%3B%3B%3BAAwDR%2CwBApDyC%3BEACrC%2CQAAQ%2CKAAK%2CSAAU%2CuBAAuB%3BIAC1C%2CWAAA%3B%3BEAEJ%2CIAAK%2CSAAQ%2CKAAK%2CMACd%2CMAAK%2CMAAO%2CEAAC%3BIACT%2CaAAA%3B%3BEAFR%2CIAAK%2CSAAQ%2CKAAK%2CMAIZ%2CQAAK%3BIACH%2CeAAA%3BIACA%2CmBAAA%3B%3BEANR%2CIAAK%2CSAAQ%2CKAAK%2CMAQZ%2CQAAK%3BIACH%2CaAAA%3B%3BEATR%2CIAAK%2CSAAQ%2CKAAK%2CMAWZ%2CQAAK%3BIACH%2CkBAAA%3B%3BEAGR%2CkBAAmB%2CYAAY%3BIAC3B%2CiBAAA%3B%3BEAEJ%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CoBAGI%3BIACI%2C6BAAA%3B%3BEAGR%2CQAAQ%2CKAAK%3BIACT%2CQAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CyBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CYAAa%2CsBAAsB%2CSAAS%2COAAM%3BIAC9C%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2COAAM%2CQAC5B%2COAAO%3BEAD%2BB%2CIAAI%2CqBAAsB%2COAAM%2COACtE%2COAAO%3BIACH%2CeAAA%3BIACA%2CoBAAA%3B%3B%3BAAYZ%2CwBAPyC%3BEACrC%2CkBAAmB%3BIACf%2CSAAA%3BIACA%2CsBAAA%3B%3B%3BAAmJR%2CwBA%5C%2FIyC%3BEACrC%2CkBAAmB%3BEACnB%3BIACI%2CcAAA%3B%3BEAEJ%2CuBACI%2CWAAW%2CiBAAiB%3BEADP%2CmBACrB%2CWAAW%2CiBAAiB%3BIACxB%2CgBAAA%3BIACA%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CsBAAA%3BIACA%2CcAAA%3B%3BEAIR%2CcAAe%3BIACX%2C8BAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CIAAK%2CmBACD%2CoBAAoB%3BIAChB%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEALR%2CIAAK%2CmBAOD%3BIACI%2CiBAAA%3B%3BEARR%2CIAAK%2CmBAUD%2CYACI%3BIACI%2CWAAA%3B%3BEAZZ%2CIAAK%2CmBAUD%2CYAII%2CQAAO%3BIACH%2C4BAAA%3BIACA%2CeAAA%3B%3BEAhBZ%2CIAAK%2CmBAUD%2CYAQI%3BIACI%2CeAAA%3B%3BEAnBZ%2CIAAK%2CmBAUD%2CYAWI%2CYAAW%3BIACP%2CYAAA%3BIACA%2CWAAA%3B%3BEAvBZ%2CIAAK%2CmBAUD%2CYAeI%2CIAAG%3BIACC%2CYAAA%3BIACA%2COAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CMAAM%2CQACF%2CWAAW%3BIACP%2CaAAA%3B%3BEAFR%2CMAAM%2CQAIF%2CeAAe%3BIACX%2CuBAAA%3B%3BEALR%2CMAAM%2CQAOF%3BIACI%2CyBAAA%3B%3BEARR%2CMAAM%2CQAaF%2CmBAAmB%3BIACf%2CcAAA%3B%3BEAdR%2CMAAM%2CQAgBF%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGR%2CIAAI%2CqBAAsB%2COAAM%3BIAC5B%2CgBAAA%3B%3BEAEJ%2CQAAQ%2CKAAK%3BIACT%2CmBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2COAAO%2COAAO%3BIACpC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CoBACI%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2C4BAAA%3B%3BEALR%2CoBAOI%2CYAAW%3BEAPf%2CoBAOwB%2CWAAU%3BIAC1B%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CgCAAA%3B%3BEAGR%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CcAAc%3BIACV%2CiBAAA%3B%3BEAEJ%2CkBAAmB%2CYACf%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAHR%2CkBAAmB%2CYAKf%2CIAAG%3BIACC%2CuBAAA%3BIACA%2C4BAAA%3B%3BEAGR%2CYAAa%3BEAAwB%2CYAAa%3BIAC9C%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CSAAU%2CeAAc%2COAAQ%3BIAC5B%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COACI%3BEADK%2CQACL%3BIACI%2CoBAAA%3B%3BEAFR%2COAII%2CeAAe%2CmBAAmB%3BEAJ7B%2CQAIL%2CeAAe%2CmBAAmB%3BIAC9B%2CuBAAA%3B%3BEAGR%2CqCAAsC%2CGAAE%3BIACpC%2CUAAA%3B%3B%3BAAgDS%2CwBA5CwB%3BEACrC%2CkBAAmB%2CYAAY%2CIAAG%3BIAC9B%2CuBAAA%3B%3BEAEJ%2CkBAAmB%2CYACf%2CQAAO%3BIACH%2C4BAAA%3B%3BEAFR%2CkBAAmB%2CYAIf%3BIACI%2CgBAAA%3B%3BEALR%2CkBAAmB%2CYAOf%3BIACI%2CWAAA%3B%3BEARR%2CkBAAmB%2CYAUf%2CYAAW%3BIACP%2CYAAA%3BIACA%2CeAAA%3B%3BEAZR%2CkBAAmB%2CYAcf%2CIAAG%3BIACC%2CYAAA%3B%3BEAGR%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CoBAGI%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2C4BAAA%3B%3BEACA%2CoBAJJ%2CEAIK%3BEAAS%2CoBAJd%2CEAIe%3BIACP%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CgCAAA%3B%3BEAXZ%2CoBAcI%2CYAAW%3BEAdf%2CoBAcwB%2CWAAU%3BIAC1B%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CgCAAA%3B%3B%3BACzwBZ%2C8BAA%2BB%2CEAAC%2COAAO%2CMAAM%3BEACzC%2CaAAA%3B%3BAAEJ%2CQACI%2COAAO%3BEACH%2CeAAA%3B%3BAAFR%2CQAII%3BEACI%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAPR%2CQASI%2CoBACI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAfZ%2CQASI%2CoBAQI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAApBZ%2CQASI%2CoBAQI%2COAII%3BAArBZ%2CQASI%2CoBAQI%2COAIY%3BEACJ%2CaAAA%3B%3BAAtBhB%2CQA0BI%2CcAAc%2CGAAE%2CIAAI%3BEAChB%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAA7BR%2CQA%2BBI%2CuBACI%3BEACI%2CSAAA%3B%3BAAjCZ%2CQA%2BBI%2CuBACI%2CMAEI%3BEACI%2CaAAA%3B%3BAAnChB%2CQA%2BBI%2CuBACI%2CMAKI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CiBAAA%3B%3BAACA%2CQAXZ%2CuBACI%2CMAKI%2CEAKK%3BEACG%2CmBAAA%3B%3BAA3CpB%2CQA%2BBI%2CuBACI%2CMAcI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAArDhB%2CQA%2BBI%2CuBAyBI%2CMAAK%2CQAAS%3BEACV%2CmBAAA%3BEACA%2CcAAA%3B%3BAA1DZ%2CQA%2BBI%2CuBA6BI%2CMAAK%2CIAAK%2CEAAE%3BEACR%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAnEZ%2CQA%2BBI%2CuBAsCI%2CMAAK%2CWAAY%3BAArEzB%2CQA%2BBI%2CuBAsCwB%2CMAAK%2CWAAY%3BEACjC%2CYAAA%3B%3BAAtEZ%2CQA%2BBI%2CuBAyCI%3BEACI%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAA3EZ%2CQA%2BEI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAlFR%2CQAqFI%2CQAAO%2CKAAM%2CGAAE%3BEACX%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3B%3BAAhGR%2CQAkGI%2CQAAO%2CKACH%3BEACI%2CkBAAA%3B%3BAApGZ%2CQAkGI%2CQAAO%2CKAIH%2COAAM%2CIAAI%2CSAAU%3BAAtG5B%2CQAkGI%2CQAAO%2CKAI%2BB%2COAAM%3BEACpC%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAzGZ%2CQA4GI%2CqBAAqB%2CKAAK%3BEACtB%2CeAAA%3B%3BAAIR%2CQAAS%2CGAAE%2CIAAI%2CQAAS%3BAAAG%2CQAAS%2CaAAa%3BAAAG%2CQAAS%2CaAAa%3BAAAG%2CQAAS%2CSAAQ%2CSAAS%2CgBAAiB%3BEACpH%2CcAAA%3B%3BAAIJ%2CQAAQ%2C0BACJ%3BAADJ%2CQAAQ%2C0BACW%3BEACX%2CiBAAA%3B%3BAAFR%2CQAAQ%2C0BAIJ%2CQAAO%3BEACH%2CUAAA%3B%3BAAKR%2CsBACI%2CiBAAiB%3BEACb%2C4BAAA%3B%3BAAFR%2CsBACI%2CiBAAiB%2COAEb%3BEACI%2CeAAA%3B%3BAAMZ%2CMAAM%2COAAQ%2CsBAAqB%3BEAC%5C%2FB%2CcAAA%3B%3BAAEJ%2CuBAAwB%3BAAAQ%2CcAAe%2CaAAa%3BAAAQ%2CcAAe%2CaAAa%3BAAAQ%2COAAQ%2CaAAa%3BAAAQ%2CeAAgB%2CaAAa%3BEAC9J%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQACI%2CeAAe%2CmBAAmB%3BEAC9B%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CQAMI%2CiBACI%3BEACI%2C4BAAA%3BEACA%2CmBAAA%3B%3BAATZ%2CQAMI%2CiBAKI%3BEACI%2CeAAA%3B%3BAAIZ%2CsBACI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAALR%2CsBAOI%2CQAAO%3BEACH%2CWAAA%3B%3BAAGR%3BAAAqB%3BAAAgB%3BEACjC%2CgBAAA%3B%3BAAGJ%2CqBACI%2CoBAAoB%3BEAChB%2CSAAA%3B%3BAAFR%2CqBAII%2CeACI%3BEACI%2CaAAA%3BEACA%2CsCAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAATZ%2CqBAII%2CeAOI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAhBZ%2CqBAmBI%2CiBAAiB%2COAAM%3BEACnB%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CqBANJ%2CiBAAiB%2COAAM%2CMAMlB%3BAAAQ%2CqBANb%2CiBAAiB%2COAAM%2CMAMT%3BEACN%2CuBAAA%3BEACA%2CcAAA%3B%3BAA3BZ%2CqBA8BI%2CiBAAiB%2COAAM%3BEACnB%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CqBANJ%2CiBAAiB%2COAAM%2COAMlB%3BAAAQ%2CqBANb%2CiBAAiB%2COAAM%2COAMT%3BEACN%2CmBAAA%3BEACA%2CcAAA%3B%3BAAIZ%2CQAAQ%2CqBAAsB%3BEAC1B%2CeAAA%3B%3BAAEJ%2CcAAc%2CSAAU%3BEACpB%2CmBAAA%3B%3BAAEJ%2CWACI%2CGAAE%2CIAAI%3BEACF%2CUAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CWAKI%2CGAAG%2CKAAI%3BEACH%2CeAAA%3B%3BAANR%2CWAQI%2CMAAM%3BEACF%2CiBAAA%3B%3BAATR%2CWAWI%2CWAAW%2CoBAAoB%3BEAC3B%2CkBAAA%3B%3BAAZR%2CWAcI%2CWAAa%2CsBAAoB%3BEAC7B%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAsBR%2CwBAf0C%3BEACtC%2CqBAAsB%2CeAClB%3BIACI%2CkCAAA%3B%3BEAFR%2CqBAAsB%2CeAIlB%3BIACI%2CqBAAA%3B%3BEAGR%2CcAAc%2CSAAU%2CcAAc%3BEACtC%2CcAAc%2CSAAU%3BEACxB%2CcAAe%3BIACX%2C0BAAA%3B%3B%3BAASR%2CwBANyC%3BEACrC%2CqBAAsB%2CeAAe%3BIACjC%2C8BAAA%3B%3B%3BAAoER%2CwBAhEyC%3BEACrC%2CiBAAiB%3BEAAS%2CsBAAuB%2CQAAO%2CMAAM%3BIAC1D%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CQAII%3BIACI%2CaAAA%3B%3BEALR%2CQAOI%2CQAAO%3BIACH%2CaAAA%3B%3BEARR%2CQAOI%2CQAAO%2CKAEH%2CGAAE%3BIACE%2C0BAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAZZ%2CQAeI%3BIACI%2CgBAAA%3B%3BEAGR%2CqBACI%2CeAAe%2CcAAc%3BIACzB%2CWAAA%3B%3BEAFR%2CqBAII%2CeAAe%3BIACX%2CwBAAA%3B%3BEAKR%2CcAAc%2CSAAU%2CcAAc%3BEACtC%2CcAAc%2CSAAU%3BEACxB%2CcAAe%3BIACX%2CqBAAA%3B%3BEAEJ%3BEAAqB%3BEAAgB%3BIACjC%2CiBAAA%3B%3BEAEJ%2CsBAAuB%2CQAAO%3BIAC1B%2CqBAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CaAAA%3B%3B%3BAA%2BCR%2CwBA5CyC%3BEACrC%2CqBACI%2CmBAAmB%3BIACf%2CUAAA%3B%3BEAFR%2CqBAII%2CeAAe%3BIACX%2CWAAA%3BIACA%2CkBAAA%3B%3BEANR%2CqBAQI%2CeAAe%3BIACX%2C0BAAA%3B%3BEAGR%3BEAAkB%3BIACd%2CeAAA%3B%3BEAEJ%3BIACI%2CqBAAA%3B%3BEAEJ%2CQAAQ%2CiBAAkB%3BIACtB%2CWAAA%3B%3BEAEJ%2CQAAS%2CQAAO%2CKAAM%2CqBAAqB%2CeAAe%2CMAAK%2CMAAS%2CQAAQ%2CKAAK%3BIACjF%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CQAAS%2CmBAAmB%3BIACxB%2CeAAA%3B%3BEAEJ%2CoBAAqB%2CeAAe%3BIAChC%2CeAAA%3B%3BEADJ%2CoBAAqB%2CeAAe%2CMAEhC%3BEAFJ%2CoBAAqB%2CeAAe%2CMAE5B%3BIACA%2C4BAAA%3BIACA%2CeAAA%3B%3BEAGR%3BEAAqB%3BEAAgB%3BIACjC%2C2BAAA%3B%3BEAEJ%2CsBAAuB%2CQAAO%3BIAC1B%2CiBAAA%3B%3B%3BAAmBR%2CwBAfyC%3BEACrC%2CQAAS%2CQAAO%2CKACZ%2CGAAE%3BIACE%2C0BAAA%3B%3BEAFR%2CQAAS%2CQAAO%2CKAIZ%2COAAM%2COAAQ%3BIACV%2CeAAA%3B%3B%3BAASZ%2CQAAS%3BEACL%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWAAW%2CQAAS%2CWAAW%2CoBAAoB%3BEAC%5C%2FC%2CsBAAA%3B%3BAAEJ%2CWACI%2CKAAI%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAHR%2CWAKI%2C0BAA0B%2CeAAe%3BEACrC%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAATR%2CWAWI%2CGACI%3BAAZR%2CWAWI%2CGACY%3BEACJ%2C0BAAA%3B%3BAA6BgB%2CwBAxBc%3BEACtC%2CQACI%2CQAAO%2CKACH%2CGAAE%3BIACE%2C0BAAA%3B%3BEAHZ%2CQACI%2CQAAO%2CKAIH%2COAAM%2CIAAI%2CSACN%2CaAAa%3BIACT%2CeAAA%3B%3BEAPhB%2CQACI%2CQAAO%2CKAIH%2COAAM%2CIAAI%2CSAIN%2CWAAW%3BIACP%2C0BAAA%3B%3BEAVhB%2CQAcI%3BIACI%2CgBAAA%3B%3BEAGR%2CQAAQ%2C0BAA2B%3BIAC%5C%2FB%2CUAAA%3BIACA%2CgBAAA%3B%3B%3BAC5bR%2CoBACI%2CMAAK%3BEACD%2CyBAAA%3B%3BAAFR%2CoBACI%2CMAAK%2CcAED%3BEACG%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAATX%2CoBACI%2CMAAK%2CcAUD%2CMAAM%2CGAAG%2CGAAE%3BEACP%2CwBAAA%3B%3BAAZZ%2CoBAeI%2CsBAAsB%3BEAClB%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjBR%2CoBAmBI%2CqBAAqB%3BEACjB%2CeAAA%3B%3BAApBR%2CoBAsBI%2CgBACI%3BEACI%2CUAAA%3B%3BAAxBZ%2CoBAsBI%2CgBACI%2CeAGI%3BEACI%2CYAAA%3B%3BAA3BhB%2CoBAsBI%2CgBACI%2CeAMI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CoBAXZ%2CgBACI%2CeAMI%2COAIK%3BEACG%2CaAAA%3B%3BAAlCpB%2CoBAsBI%2CgBACI%2CeAMI%2COAOI%3BEACI%2CcAAA%3B%3BAArCpB%2CoBAsBI%2CgBACI%2CeAiBI%3BEACI%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAA3ChB%2CoBAsBI%2CgBACI%2CeAiBI%2CSAII%2COAAM%3BEACF%2C4BAAA%3BEACA%2C2BAAA%3B%3BAA9CpB%2CoBAsBI%2CgBACI%2CeA0BI%3BEACI%2C%2BBAAA%3B%3BAAlDhB%2CoBAsBI%2CgBACI%2CeA6BI%2CMAAK%3BEACD%2CYAAA%3B%3BAArDhB%2CoBAsBI%2CgBAkCI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3B%3BAA5DZ%2CoBAsBI%2CgBAkCI%2CcAKI%2CSAAQ%3BEACJ%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAlEhB%2CoBAsBI%2CgBAkCI%2CcAKI%2CSAAQ%2CMAMJ%2CIAAG%2CeAAgB%3BEACf%2CYAAA%3B%3BAApEpB%2CoBAsBI%2CgBAkCI%2CcAeI%2CIAAG%3BEACC%2CiBAAA%3B%3BAAxEhB%2CoBAsBI%2CgBAkCI%2CcAkBI%2CwBAAwB%2CEAAC%2COAAO%3BEAC5B%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAACA%2CoBA1DZ%2CgBAkCI%2CcAkBI%2CwBAAwB%2CEAAC%2COAAO%2CcAM3B%3BEACG%2CmBAAA%3B%3BAAjFpB%2CoBAsBI%2CgBA%2BDI%2CEAAC%2CmBAAoB%3BEACjB%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAxFZ%2CoBAsBI%2CgBAoEI%2CMAAM%2CGAAE%2CaAAc%3BEAClB%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3B%3BAAhGZ%2CoBAoGI%3BEACI%2CgBAAA%3B%3BAArGR%2CoBAoGI%2CQAEI%2CKAAI%3BEACA%2CeAAA%3B%3BAAKZ%2CKAAK%2CcACD%2CiBAAiB%3BAADrB%2CKAAK%2CcACgC%2CiBAAmB%3BEAChD%2CUAAA%3BEACA%2CWAAA%3B%3BAAHR%2CKAAK%2CcAKD%2CiBAAmB%3BEACf%2CYAAA%3B%3BAANR%2CKAAK%2CcAQD%2CiBAAiB%2CEAAC%3BEACd%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CKAjBH%2CcAQD%2CiBAAiB%2CEAAC%2CWASb%3BEACG%2CmBAAA%3B%3BAAKZ%2CMAAM%3BAAAQ%2CMAAM%3BAAAS%2CeAAgB%2CeAAe%2CUAAS%2COAAQ%2CQAAQ%3BEACjF%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CMARE%2CMAQD%3BAAAD%2CMARgB%2COAQf%3BAAAD%2CeARyC%2CeAAe%2CUAAS%2COAAQ%2CQAAQ%2COAQhF%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CoBAAqB%2CcAAc%2CIAAG%3BAACtC%2CaAAc%3BEACV%2CaAAA%3B%3BAAEJ%2CoBAAqB%2CaAAa%2COAAO%3BAACzC%2CoBAAqB%2CmBAAmB%2CcAAc%2COAAO%3BAAC7D%2CYAAa%2CMAAM%3BAACnB%2CYAAa%2CMAAM%3BAACnB%2CoBAAqB%2CaAAa%3BEAC9B%2CeAAA%3B%3BAAEJ%2CaAAc%2COAAS%3BEACnB%2CYAAA%3B%3BAAGJ%2CoBAAqB%2CaAAa%2CoBAAoB%2CQAAQ%2COAAM%3BEAChE%2CQAAA%3B%3BAAEJ%2CoBAAqB%2CcAAc%2COAAS%2CSAAM%3BEAC9C%2CSAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CKAAI%3BAACxB%2CYAAY%2CcAAe%2CKAAI%3BAAC%5C%2FB%2CKAAK%2CcAAe%2CKAAI%3BAACxB%2CYAAY%2CcAAe%2CKAAI%3BAAC%5C%2FB%2CKAAK%2CcAAe%2CKAAI%3BAACxB%2CYAAY%2CcAAe%2CKAAI%3BAAC%5C%2FB%2CKAAK%2CcAAe%2CKAAI%3BAAAO%2CYAAY%2CcAAe%2CKAAI%3BEAC1D%2CkBAAA%3B%3BAAEJ%2CoBAAqB%2CMAAK%2CcAAe%3BEACrC%2CSAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CMAAM%3BEACtB%2CYAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CuBAAA%3B%3BAAIJ%2CaACI%2COAAO%3BEACH%2CiBAAA%3B%3BAAFR%2CaACI%2COAAO%2CSAEH%2CSAAQ%2CSAAS%3BEACb%2CSAAA%3B%3BAAJZ%2CaAOI%3BEACI%2CaAAA%3B%3BAARR%2CaAOI%2CwBAEI%2CQAAO%2CQAAQ%3BEACX%2CeAAA%3BEACA%2CiBAAA%3B%3BAAOZ%2CgBACI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CgBAMI%3BEACI%2CUAAA%3B%3BAAPR%2CgBASI%3BEACI%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3B%3BAAZR%2CgBASI%2CcAII%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAhBZ%2CgBASI%2CcASI%3BEACI%2CcAAA%3B%3BAAnBZ%2CgBASI%2CcAYI%2CiBACI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CgBAlBZ%2CcAYI%2CiBACI%2CeAKK%3BAAAO%2CgBAlBpB%2CcAYI%2CiBACI%2CeAKa%3BEACL%2CmBAAA%3BEACA%2CcAAA%3B%3BAA7BpB%2CgBASI%2CcAYI%2CiBAWI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAShB%2CeACI%2CKAAI%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAALR%2CeAOI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAATR%2CeAWI%2CaAAY%2CIAAK%3BEACb%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAfR%2CeAiBI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3B%3BAACA%2CeANJ%2CkBAMK%3BEACG%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CeAZJ%2CkBAYK%3BEACG%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAjCZ%2CeAoCI%3BEACI%2CgBAAA%3B%3BAArCR%2CeAoCI%2CsBAEI%3BEACI%2CcAAA%3B%3BAACA%2CeAJR%2CsBAEI%2CEAEK%3BEACG%2CqBAAA%3B%3BAAzChB%2CeA6CI%3BEACI%2CgBAAA%3B%3BAAIR%2CiBACI%3BEACI%2CuBAAA%3B%3BAAFR%2CiBACI%2CgBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CiBACI%2CgBAKI%2CeAAe%2CWAAS%3BEACpB%2CgBAAA%3B%3BAAPZ%2CiBACI%2CgBAQI%2CWACI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAACA%2CiBAlBZ%2CgBAQI%2CWACI%2CUASK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAtBpB%2CiBACI%2CgBAQI%2CWACI%2CUAcI%3BEACI%2CwBAAA%3B%3BAAzBpB%2CiBACI%2CgBA4BI%2CGAAG%2CEAAC%3BEACA%2CaAAA%3B%3BAA9BZ%2CiBACI%2CgBA%2BBI%2CeAAe%3BEACX%2CeAAA%3B%3BAAKZ%2CYAAa%2CkBAAkB%3BEAC3B%2CiBAAA%3B%3BAADJ%2CYAAa%2CkBAAkB%2CcAE3B%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CYAXK%2CkBAAkB%2CcAE3B%2COASK%3BEACG%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CYAfK%2CkBAAkB%2CcAE3B%2COAaK%2CYAAY%3BEACT%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CYApBK%2CkBAAkB%2CcAE3B%2COAkBK%3BEACG%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CYAxBK%2CkBAAkB%2CcAE3B%2COAsBK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAIZ%2CQAAS%2CEAAC%3BEACN%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CQAAO%3BEACrB%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAIJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAkB%2CQAAO%2CSACrB%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAARR%2CiBAAkB%2CQAAO%2CSAUrB%2CSAAQ%3BEACJ%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAhBR%2CiBAAkB%2CQAAO%2CSAkBrB%3BEACI%2CiBAAA%3B%3BAAKR%2CKAAK%2CcAAe%2CMACd%3BEACE%2CgCAAA%3B%3BAAFR%2CKAAK%2CcAAe%2CMAId%2CQAAK%3BEACH%2CYAAA%3B%3BAA6FR%2CwBAxFwC%3BEACpC%2CoBACI%3BIACI%2CkBAAA%3B%3BEAFR%2CoBAII%2CgBAAgB%3BIACZ%2CSAAA%3BIACA%2CWAAA%3B%3BEANR%2CoBAII%2CgBAAgB%2CeAGZ%3BIACI%2CWAAA%3B%3BEARZ%2CoBAII%2CgBAAgB%2CeAMZ%3BIACI%2CUAAA%3B%3BEAXZ%2CoBAII%2CgBAAgB%2CeASZ%3BIACI%2CiBAAA%3B%3BEAdZ%2CoBAkBI%3BIACI%2CgCAAA%3BIACA%2CiBAAA%3B%3BEApBR%2CoBAsBI%2CgBAAgB%2CMAAM%2CGAAE%2CaAAc%3BIAClC%2CeAAA%3BIACA%2CaAAA%3B%3BEAGR%2CKAAK%2CcAAe%2CiBAAiB%2CEAAC%3BIAClC%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3B%3BEACA%2CKAPC%2CcAAe%2CiBAAiB%2CEAAC%2CWAOjC%3BIACG%2CcAAA%3BIACA%2CeAAA%3B%3BEAGR%2CeAAgB%3BIACZ%2CSAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CeAAgB%2CeAGZ%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BEAGR%2CYAAa%2CQAAQ%2CMAAQ%2CKAAE%2CIAAI%2CaAAgB%2CKAAE%3BEACrD%2CYAAa%2CMAAM%3BEAAO%2CYAAa%2CMAAM%3BEAAO%2CkBAAmB%2CcAAc%2CMAAM%3BEAAO%2CkBAAmB%2CcAAc%2CMAAM%3BIACrI%2C6BAAA%3B%3BEAEJ%2CYAAa%2CMAAM%3BEAAO%2CYAAa%2CMAAM%3BEAAO%2CkBAAmB%2CcAAc%2CMAAM%3BEAAO%2CkBAAmB%2CcAAc%2CMAAM%3BIACrI%2C6BAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CYAAa%2CMAAM%2CGAAE%2CYAAa%3BEAAI%2CYAAa%2CMAAM%2CGAAE%2CYAAa%2CGAAE%3BIACtE%2C2BAAA%3B%3BEAEJ%2CKAAK%2CcAAe%3BIAChB%2CiBAAA%3B%3BEAIJ%2CgBACI%3BIACI%2CgBAAA%3B%3BEACA%2CgBAFJ%2COAEK%3BIACG%2CQAAA%3B%3BEAJZ%2CgBAOI%3BIACI%2CmBAAA%3B%3BEARR%2CgBAOI%2CcAEI%2CiBACI%3BIACI%2CWAAA%3BIACA%2CSAAA%3B%3BEAZhB%2CgBAOI%2CcAEI%2CiBAKI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3B%3BAAyCpB%2CwBAjCwC%3BEACpC%2CoBAAqB%2CMAAK%2CcAAe%2CMAAM%2CGAAG%2CGAAE%3BIAChD%2C4BAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CKAAI%3BEAAQ%2CKAAK%2CcAAe%2CKAAI%3BEAAM%2CKAAK%2CcAAe%2CKAAI%3BEAAW%2CKAAK%2CcAAe%2CKAAI%3BIACrH%2CyBAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CKAAI%2CIAAK%3BIACzB%2CSAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CiBAAmB%3BEAAc%2CKAAK%2CcAAe%2CiBAAmB%3BIACxF%2CUAAA%3B%3BEAGJ%2CYAAa%3BEAAe%2CYAAY%2CQAAS%2CkBAAkB%3BIAC%5C%2FD%2CaAAA%3B%3BEAEJ%2CYAAa%2CkBAAkB%2CcAAc%2COAAM%3BIAC%5C%2FC%2CSAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CeAAgB%2CKAAI%3BIAChB%2CsBAAA%3B%3BEAIJ%2CgBAAiB%3BIACb%2CaAAA%3B%3B%3BAAoBR%2CwBAhBwC%3BEACpC%2CeAAgB%2CeAAe%3BIAC3B%2CWAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CoBAAqB%2CeAAe%3BIAChC%2CUAAA%3B%3BEADJ%2CoBAAqB%2CeAAe%2CSAEhC%3BEAFJ%2CoBAAqB%2CeAAe%2CSAExB%3BIACJ%2CcAAA%3BIACA%2CWAAA%3B%3B%3BAAOZ%2CYAAa%3BEACT%2CmBAAA%3B%3BAAKJ%2CoBAAqB%2CgBAAgB%3BEACjC%2CeAAA%3B%3BACnjBJ%2CqBACI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAJR%2CqBACI%2CmBAII%2COAAM%3BEACF%2CaAAA%3B%3BAANZ%2CqBACI%2CmBAOI%2CGAAE%2CaAAc%2CaAAa%2COAAS%3BEAClC%2CaAAA%3B%3BAATZ%2CqBAYI%2CqBAAoB%3BEAChB%2CoBAAA%3B%3BAAbR%2CqBAeI%2CKAAI%2CiBACA%3BAAhBR%2CqBAeI%2CKAAI%2CiBACO%3BEACH%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3B%3BAApBZ%2CqBAeI%2CKAAI%2CiBAOA%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEAC9B%2CgBAAA%3B%3BAAvBZ%2CqBA0BI%2CuBAAuB%2COAAM%2COAAU%3BEACnC%2CqBAAA%3BEACA%2CuBAAA%3B%3BAA5BR%2CqBA0BI%2CuBAAuB%2COAAM%2COAAU%2CWAGnC%3BEACI%2CmBAAA%3B%3BAA9BZ%2CqBAiCI%2COAAM%2CSAAS%3BEACX%2C4BAAA%3BEACA%2C0BAAA%3B%3BAAnCR%2CqBAqCI%2CSAAQ%2CMAAM%2COAAO%2CsBAAsB%3BEACvC%2CWAAA%3B%3BAAtCR%2CqBAwCI%2CUAAY%3BEACR%2CmBAAA%3B%3BAAzCR%2CqBA2CI%2CUAAU%3BEACN%2CeAAA%3B%3BAA5CR%2CqBA8CI%2CKAAI%2CKAAK%2CWAAY%3BEACjB%2CSAAA%3B%3BAA%5C%2FCR%2CqBAiDI%2CaAAa%2CUAAY%2CSAAM%2CUAAa%2CQAAK%3BEAC7C%2CeAAA%3B%3BAAlDR%2CqBAoDI%2CaAAa%2CuBAAsB%3BEAC%5C%2FB%2CqBAAA%3B%3BAACA%2CqBAFJ%2CaAAa%2CuBAAsB%2CcAE9B%3BEACG%2CmBAAA%3B%3BAAvDZ%2CqBA0DI%2CKAAI%2CiBAAkB%2CQAAQ%2CMAAK%3BEAC%5C%2FB%2CqBAAA%3B%3BAA3DR%2CqBA8DI%3BEACI%2CoBAAA%3B%3BAA%5C%2FDR%2CqBAiEI%2CyBACI%3BAAlER%2CqBAiEI%2CyBAEI%3BEACI%2CeAAA%3B%3BAApEZ%2CqBAwEI%2CyBACI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CqBAPR%2CyBACI%2CcAMK%3BAAAO%2CqBAPhB%2CyBACI%2CcAMa%3BEACL%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAjFhB%2CqBAwEI%2CyBAYI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CqBAlBR%2CyBAYI%2CcAMK%3BAAAO%2CqBAlBhB%2CyBAYI%2CcAMa%3BEACL%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAMhB%2CQAAS%2CKAAI%2CgBACT%2CMAAK%3BEACD%2CgBAAA%3B%3BAAFR%2CQAAS%2CKAAI%2CgBAIT%2COAAM%3BEACF%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAARR%2CQAAS%2CKAAI%2CgBAUT%3BEACI%2CgBAAA%3B%3BAAIR%2CYAAa%2CcAAc%2COAAM%3BEAC7B%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CwBAAA%3B%3BAACA%2CYANS%2CcAAc%2COAAM%2CUAM5B%3BEACG%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CmBAEI%3BEACI%2CSAAA%3BEACA%2CYAAA%3B%3BAAJR%2CmBAEI%2CwBAGI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAACA%2CmBAXR%2CwBAGI%2COAQK%3BEACG%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAjBhB%2CmBAEI%2CwBAkBI%2COAAM%3BEACF%2CkCAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAvBZ%2CmBA0BI%2COAAM%3BEACF%2CUAAA%3B%3BAAIR%2CwBACI%2CsBAAsB%3BEAClB%2CcAAA%3B%3BAAFR%2CwBAII%3BEACI%2CuBAAA%3B%3BAAKR%2CsBAAyB%3BAAAM%2CsBAAyB%2COAAI%3BAAAQ%2CsBAAsB%2CQAAW%2COAAI%3BEAAQ%2CeAAA%3BEAAgB%2CiBAAA%3B%3BAACjI%3BEAAc%2CeAAA%3B%3BAAEd%2C6BAA8B%2CgBAAgB%2CwBAAwB%2CeAAc%3BEAAS%2CMAAA%3B%3BAAC7F%2CKAAK%2CcAAe%2CMAAK%3BEAAgB%2CYAAA%3BEAAa%2CgBAAA%3B%3BAACtD%2CaAAc%3BAAAuB%2CaAAc%3BEAAqB%2CuBAAA%3BEAAwB%2CuBAAA%3B%3BAAEhG%2CsBAAsB%2CQAAW%2COAAI%3BAAAS%2CsBAAsB%2CQAAQ%3BEAAS%2CmBAAA%3BEAAyB%2CqBAAA%3B%3BAAC9G%2CsBAAsB%2CQAAW%2COAAI%3BEAAO%2CqBAAA%3B%3BAAE5C%2CqBAAsB%2CiBAAmB%3BEAAY%2CUAAA%3B%3BAAErD%2CkBAAmB%3BEAAQ%2CmBAAA%3BEAAyB%2CcAAA%3BEAAkB%2CgBAAA%3B%3BAACtE%2CIAAK%2CmBAAmB%2COAAM%3BEAAQ%2CmBAAA%3BEAAkC%2CcAAA%3BEAA%2BB%2CgBAAA%3B%3BAAEvG%2CuBAAwB%2CeAAe%3BEAAQ%2CmBAAA%3BEAAkC%2CcAAA%3BEAA%2BB%2C2BAAA%3BEAA4B%2CqBAAA%3BEAAoC%2CkBAAA%3B%3BAAChL%2CeAAgB%2CsBAAsB%2CaAAa%2COAAS%3BEAAM%2CqBAAA%3B%3BAAGlE%2CyBACI%2CQAAO%3BEACH%2CkBAAA%3B%3BAAFR%2CyBAII%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAACA%2CyBARJ%2COAQK%3BAAAQ%2CyBARb%2COAQc%3BEACN%2CgBAAA%3B%3BAA4CZ%2CwBAvCwC%3BEACpC%2CqBACI%3BIAAc%2CUAAA%3B%3BEADlB%2CqBAEI%2CcAAc%3BEAFlB%2CqBAGI%2CuBAAuB%3BIAAmB%2CaAAA%3B%3BEAH9C%2CqBAII%2CaAAa%2CcAAc%3BIAAsB%2CWAAA%3B%3BEAJrD%2CqBAKI%2CmBAAmB%2CGAAE%2CaAAc%2CaAAa%2COAAS%3BIACrD%2CqBAAA%3B%3BEAGR%2CmBAAoB%3BIAAyB%2CgBAAA%3BIAAiB%2CiBAAA%3B%3BEAC9D%2CYAAa%3BEAAa%2CYAAa%3BEAAwB%2CYAAa%3BIAAmB%2CmBAAA%3B%3BEAC%5C%2FF%2CQAAQ%3BIAA0B%2CgBAAA%3B%3BEAElC%2CwBAAyB%3BIACrB%2CSAAA%3B%3BEAEJ%2CYAAa%2CGAAE%2CQAAS%3BIACpB%2CaAAA%3B%3BEAEJ%2CQAAS%2CKAAI%2CgBAAiB%3BIAC1B%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAJR%2CyBAMI%3BIACI%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAQX%2CwBAJuC%3BEACpC%2CmBAAoB%2CwBAAwB%3BIACxC%2CYAAA%3B%3B%3BACrPR%2CcAAe%3BEACX%2CqBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CqBAAsB%2CSAKlB%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEAII%2CoBAAA%3B%3BAAJJ%2CSACI%3BEACI%2CyBAAA%3B%3BAAFR%2CSAKI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAARR%2CSAUI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAbR%2CSAUI%2CEAII%3BEACI%2CWAAA%3BEACA%2C0BAAA%3B%3BAAhBZ%2CSAmBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CWAAY%3BEACR%2CaAAA%3BEACA%2CkCAAA%3BEACA%2CcAAA%3B%3BAAKJ%3BEACI%2C4CAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAANJ%2CaAOI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3B%3BAATR%2CaAOI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAfZ%2CaAOI%2CeAWI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAApBZ%2CaAOI%2CeAgBI%2CGAAG%3BEACC%2CcAAA%3BEACA%2CmBAAA%3B%3BAAzBZ%2CaAOI%2CeAqBI%3BEACI%2CcAAA%3B%3BAA7BZ%2CaAOI%2CeAqBI%2CgBAEI%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BAAhChB%2CaAOI%2CeAqBI%2CgBAEI%2CEAGI%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApCpB%2CaA0CI%2CaAAa%3BEACT%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FCR%2CaAkDI%3BEACI%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAOR%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAWJ%2CwBAN2C%3BEACvC%2CIAAI%3BIACA%2CeAAA%3B%3B%3BAAcR%2CwBAV0C%3BEACtC%3BIACI%2C0BAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CaAGI%3BEAHJ%2CaAGoB%3BIACZ%2CaAAA%3B%3B%3BAAeZ%2CwBAV0C%3BEACtC%2CaAAc%3BIACV%2CcAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2C0BAAA%3BIACA%2CcAAA%3B%3B%3BAA4CP%2CwBAzCyC%3BEACtC%2CaACI%2CeACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3BEALZ%2CaACI%2CeACI%2CGAII%3BIACI%2CkBAAA%3B%3BEAPhB%2CaACI%2CeASI%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAZZ%2CaACI%2CeAaI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAhBZ%2CaAmBI%3BEAnBJ%2CaAmBoB%3BIACZ%2CaAAA%3B%3BEAGR%2CSAAY%2CSAAS%3BEAAQ%2CSAAY%2CUAAU%2CSAAS%3BIACxD%2CeAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEADJ%2CSAEI%3BIACI%2C0BAAA%3B%3BEAHR%2CSAKI%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEARR%2CSAUI%3BIACI%2CmBAAA%3B%3B%3BACtLZ%2CUAAW%3BEACP%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAACA%2CUALO%2CSAKN%3BEACG%2CaAAA%3B%3BAANR%2CUAAW%2CSAQP%2CQAAO%3BEACH%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CUAAW%2CSAYP%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAhBR%2CUAAW%2CSAYP%2CSAKI%2CQAAO%3BEACH%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAnBZ%2CUAAW%2CSAYP%2CSAKI%2CQAAO%2CMAGH%3BEACI%2CaAAA%3B%3BAArBhB%2CUAAW%2CSAYP%2CSAKI%2CQAAO%2CMAGH%2CeAEI%3BEACI%2CUAAA%3B%3BAAvBpB%2CUAAW%2CSAYP%2CSAKI%2CQAAO%2CMASH%3BEACI%2CaAAA%3B%3BAA3BhB%2CUAAW%2CSAYP%2CSAKI%2CQAAO%2CMASH%2CcAEI%3BEACI%2C0BAAA%3B%3BAA7BpB%2CUAAW%2CSAYP%2CSAKI%2CQAAO%2CMASH%2CcAEI%2CSAEI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAnCxB%2CUAAW%2CSAYP%2CSAKI%2CQAAO%2CMAsBH%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAA3ChB%2CUAAW%2CSAYP%2CSAKI%2CQAAO%2CMAsBH%2CaAKI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAA9CpB%2CUAAW%2CSAYP%2CSAsCI%2CQAAO%2CMAAM%2CiBAAkB%3BEAC3B%2CaAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3B%3BAACA%2CUAtDD%2CSAYP%2CSAsCI%2CQAAO%2CMAAM%2CiBAAkB%2CMAI1B%3BEACG%2CaAAA%3B%3BAAvDhB%2CUAAW%2CSAYP%2CSAsCI%2CQAAO%2CMAAM%2CiBAAkB%2CMAO3B%3BEACI%2CaAAA%3B%3BAA1DhB%2CUAAW%2CSAYP%2CSAsCI%2CQAAO%2CMAAM%2CiBAAkB%2CMAU3B%2CEAAC%3BEACG%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3B%3BAAhEhB%2CUAAW%2CSAYP%2CSAsCI%2CQAAO%2CMAAM%2CiBAAkB%2CMAgB3B%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAtEhB%2CUAAW%2CSAYP%2CSAsCI%2CQAAO%2CMAAM%2CiBAAkB%2CMAgB3B%2CYAKI%3BEACI%2CsBAAA%3BEACA%2CYAAA%3B%3BAAzEpB%2CUAAW%2CSAYP%2CSAsCI%2CQAAO%2CMAAM%2CiBAAkB%2CMAgB3B%2CYASI%2CEAAC%3BEACG%2CWAAA%3B%3BAAOpB%2CiBACI%3BAADJ%2CiBACO%2CEAAE%3BAADT%2CiBAEI%3BAAFJ%2CiBAEQ%2CGAAG%3BAAFX%2CiBAGI%3BAAHJ%2CiBAGQ%2CGAAG%3BEACH%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CWAAA%3B%3BAATR%2CiBAWI%3BAAXJ%2CiBAWQ%2CGAAG%3BEACH%2C0BAAA%3BEACA%2C4BAAA%3B%3BAAmBR%2CwBAdyC%3BEACrC%2CUAAW%2CSAAS%2CSAAS%2CQAAO%2CMAAM%2CiBACtC%3BIACI%2CSAAA%3B%3BEAFR%2CUAAW%2CSAAS%2CSAAS%2CQAAO%2CMAAM%2CiBACtC%2CMAEI%3BIACI%2CWAAA%3B%3BEAJZ%2CUAAW%2CSAAS%2CSAAS%2CQAAO%2CMAAM%2CiBACtC%2CMAKI%2CEAAC%3BIACG%2CwBAAA%3B%3B%3BAA8BhB%2CwBAxBwC%3BEACpC%2CUAAW%3BIACP%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CMAAA%3B%3BEAHJ%2CUAAW%2CSAIP%2CQAAO%3BIACH%2CsBAAA%3BIACA%2CsBAAA%3B%3BEANR%2CUAAW%2CSAQP%3BIACI%2CWAAA%3B%3BEATR%2CUAAW%2CSAQP%2CSAEI%2CQAAO%2CMACH%3BIACI%2CaAAA%3B%3BEAZhB%2CUAAW%2CSAQP%2CSAEI%2CQAAO%2CMAIH%2CaAAa%3BIACT%2CgBAAA%3BIACA%2CeAAA%3B%3B%3BAAsDnB%2CwBA%5C%2FCuC%3BEACpC%2CUAAW%2CSACP%2CWAAW%3BIACP%2CsBAAA%3BIACA%2CSAAA%3B%3BEAHR%2CUAAW%2CSAKP%2CWAAU%2COACN%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEATZ%2CUAAW%2CSAKP%2CWAAU%2COAMN%2CWAAU%3BIACN%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAIZ%2CiBACI%3BEADJ%2CiBACO%2CEAAE%3BEADT%2CiBAEI%3BEAFJ%2CiBAEQ%2CGAAG%3BIACH%2C4BAAA%3BIACA%2C8BAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3B%3BEANR%2CiBAQI%3BEARJ%2CiBAQQ%2CGAAG%3BIACH%2C0BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3B%3BEAXR%2CiBAaI%3BEAbJ%2CiBAaQ%3BIACA%2CkBAAA%3B%3BEAGR%2CoBAAqB%2CgBAAgB%2CcAAc%3BIAC%5C%2FC%2C4BAAA%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CoBAAqB%2CgBAAgB%2CcAAc%3BIAC%5C%2FC%2C4BAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CwBAAA%3B%3B%3BAC1LR%3BEACI%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CcAAe%2CSAAQ%2CmBAAoB%2CeAAe%3BEACtD%2CkBAAA%3B%3B%3BAAIJ%2COAAO%3BAAAU%3BEACb%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2COAAO%2CQAAQ%3BAAAQ%2CeAAe%3BAAAQ%2COAAO%2CQAAQ%3BAAAQ%2CeAAe%3BEAChF%2CkCAAA%3BEACA%2CcAAA%3B%3BAAIJ%3BEAAM%2CaAAa%2CSAAb%3BEAAuB%2CSAAA%3BEAAU%2CUAAA%3BEAAW%2CeAAA%3B%3BAAClD%3BEAAY%2CiBAAA%3BEAAkB%2CWAAA%3BEAAY%2CcAAA%3BEAAe%2CeAAA%3B%3BAAEzD%3BAAAM%3BAAAQ%3BAAAU%3BAAAG%3BEACvB%2C%2BBAAA%3B%3BAAEJ%2CKAAK%3BAAAe%2CKAAK%3BAAAmB%2CKAAK%3BAAAc%2CKAAK%3BAAAc%2CKAAK%3BAAAiB%2CKAAK%3BAAAiB%2CKAAK%3BAAAgB%2CKAAK%3BEACpJ%2CYAAA%3B%3BAAKJ%3BEACI%2CcAAA%3B%3BACpCJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAAAQ%2CMAAM%3BAAAQ%2CMAAM%3BAAAQ%3BAAAE%2CCAAC%3BAAAO%2CCAAC%3BEAC3C%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%3BEACI%2CWAAA%3BEACA%2COAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAJJ%2CUAKI%2CUAAU%3BEACN%2CcAAA%3BEACA%2CSAAA%3B%3BAAGR%2CMAAO%3BEACH%2CWAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BAAAe%2CGAAG%3BEACd%2CUAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%2CaACI%3BEACI%2CcAAA%3B%3BAAFR%2CaACI%2CEAEI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3B%3BAALZ%2CaACI%2CEAEI%2CIAGI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAARhB%2CaAYM%2CIAAC%3BEACC%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAfR%2CaAiBI%2CaAAe%3BEACX%2CiBAAA%3BEACA%2CcAAA%3B%3BAAnBR%2CaAqBI%2CaAAe%3BEACX%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGR%2CUACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAANR%2CUAQI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGR%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CYAGI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CqBAAqB%2CoCAArB%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAlBR%2CYAGI%2CGAgBI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3B%3BAArBZ%2CYAGI%2CGAgBI%2CGAGI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAACA%2CYAxBZ%2CGAgBI%2CGAGI%2CEAKK%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAA7BpB%2CYAGI%2CGA8BI%2CGAAE%2CWAAY%3BEACV%2CmBAAA%3B%3BAAGR%2CYAAC%2CMAAO%3BEACJ%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CqBAAqB%2CoCAArB%3BEACA%2CWAAW%2CmBAAX%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAEJ%2CMACI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAANR%2CMACI%2CcAMI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAZZ%2CMACI%2CcAaI%2CQAAO%3BEACH%2CYAAA%3B%3BAAfZ%2CMAkBI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAtBR%2CMAkBI%2CkBAKI%2CQAAO%2CSAAS%3BAAvBxB%2CMAkBI%2CkBAMI%2CQAAO%2CSAAS%2COAAO%3BEACnB%2CSAAS%2CEAAT%3BEACA%2C8CAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAIZ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAHJ%2CaAII%2CMAAM%3BEACF%2CYAAA%3B%3BAAGR%2CSAAY%2CiBACN%2CKAAK%3BEACH%2C6BAAA%3BEACA%2CcAAA%3B%3BAAHR%2CSAAY%2CiBACN%2CKAAK%2CIAGD%3BEACE%2CyBAAA%3B%3BAALZ%2CSAAY%2CiBAQR%2CkBAAkB%3BAARtB%2CSAAY%2CiBAQsB%2CkBAAkB%3BEAC5C%2CwBAAA%3B%3BAAGR%3BEACI%2CSAAA%3B%3BAADJ%2CaAEI%3BEACI%2CeAAA%3B%3BAAOR%2CMAAM%3BEACF%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CMAAM%2CYAIF%2CaACI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAPZ%2CMAAM%2CYAIF%2CaAKI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAZZ%2CMAAM%2CYAIF%2CaAWI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CMApBN%2CYAIF%2CaAWI%2CEAKK%3BAAAQ%2CMApBf%2CYAIF%2CaAWI%2CEAKc%3BEACN%2C0BAAA%3B%3BAArBhB%2CMAAM%2CYA2BF%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkCAAA%3B%3BAA9BR%2CMAAM%2CYA2BF%2CcAII%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAlCZ%2CMAAM%2CYA2BF%2CcAUI%2CGAAE%3BEACE%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA3CZ%2CMAAM%2CYA2BF%2CcAUI%2CGAAE%2CaAOE%3BEACI%2CSAAA%3B%3BAA7ChB%2CMAAM%2CYA2BF%2CcAUI%2CGAAE%2CaAOE%2CGAEI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CMApDd%2CYA2BF%2CcAUI%2CGAAE%2CaAOE%2CGAEI%2CEAMK%3BAAAQ%2CMApDvB%2CYA2BF%2CcAUI%2CGAAE%2CaAOE%2CGAEI%2CEAMc%3BEACN%2CcAAA%3B%3BAArDxB%2CMAAM%2CYA2BF%2CcAgCI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FDZ%2CMAAM%2CYAoEF%2CmBAAmB%3BEACf%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAxER%2CMAAM%2CYA0EF%2CmBAAkB%2CYAAa%3BEAC3B%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CMAAO%2COAAM%3BEACT%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CMAAO%2COAAM%2CWAIT%2COAAM%3BEACF%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAARR%2CMAAO%2COAAM%2CWAIT%2COAAM%2CWAKF%2CMAAK%3BEACD%2CYAAA%3BEACA%2CeAAA%3B%3BAAXZ%2CMAAO%2COAAM%2CWAcT%2CMAAK%3BEACD%2CcAAA%3B%3BAAfR%2CMAAO%2COAAM%2CWAcT%2CMAAK%2CUAEC%3BEACE%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAAnBZ%2CMAAO%2COAAM%2CWAcT%2CMAAK%2CUAEC%2CWAIE%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAACA%2CMA5BT%2COAAM%2CWAcT%2CMAAK%2CUAEC%2CWAIE%2COAQK%3BAAAQ%2CMA5BlB%2COAAM%2CWAcT%2CMAAK%2CUAEC%2CWAIE%2COAQc%3BEACN%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAA%5C%2FBpB%2CMAAO%2COAAM%2CWAoCT%2COAAO%2CSAAQ%3BEACX%2CaAAA%3B%3BAAKR%3BEACI%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAALJ%2CUAMI%3BEACI%2CSAAA%3BEACA%2CcAAA%3B%3BAARR%2CUAWI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAkBR%2CwBAZ2C%3BEACvC%2CMAAO%2COAAM%2CWAAY%2COAAM%3BIAC3B%2CcAAA%3B%3BEAEJ%2CGAAG%3BIACC%2CUAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3B%3BAAyBR%2CwBArB2C%3BEACvC%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%2CMAAO%2COAAM%2CWACT%2COAAM%3BIACF%2CeAAA%3B%3BEAFR%2CMAAO%2COAAM%2CWACT%2COAAM%2CWAEF%2CMAAK%3BIACD%2CSAAA%3B%3BEAJZ%2CMAAO%2COAAM%2CWAOT%2CMAAK%2CUAAa%3BIACd%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAmGZ%2CwBA9F0C%3BEACtC%2CSAAY%2CiBAAiB%2CKAAK%3BIAC9B%2CwBAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CgCAAA%3B%3BEAEJ%2CMAAM%3BIACF%2CiBAAA%3B%3BEADJ%2CMAAM%2CYAEF%3BIACI%2C0BAAA%3BIACA%2CcAAA%3B%3BEAJR%2CMAAM%2CYAMF%2CaAAa%3BIACT%2CgBAAA%3B%3BEAPR%2CMAAM%2CYASF%2CmBAAkB%2CYAAa%3BIAC3B%2CmBAAA%3B%3BEAVR%2CMAAM%2CYAYF%2CmBAAkB%2CUAAU%3BIACxB%2C8BAAA%3BIACA%2CiBAAA%3BIACA%2CiCAAA%3BIACA%2CoBAAA%3B%3BEAGR%2CMAAO%2COAAM%2CWACT%2COAAM%3BIACF%2CUAAA%3B%3BEAFR%2CMAAO%2COAAM%2CWAIT%2CMAAK%2CUAAa%3BIACd%2CWAAA%3BIACA%2CaAAA%3B%3BEAGR%3BIACI%2CQAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CUAAA%3B%3BEAEJ%2CSAAU%3BIACN%2CcAAA%3B%3BEAEJ%2CGAAG%3BIACC%2CiBAAA%3B%3BEAEJ%2CwBAAwB%3BIACpB%2CmBAAA%3BIACA%2CqBAAA%3B%3BEAFJ%2CwBAAwB%2COAGpB%3BIACI%2CcAAA%3B%3BEAGR%2CWAAY%2CQAAO%3BIACf%2CaAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAHJ%2CEAAE%2CkBAIE%3BIACI%2CSAAA%3B%3BEALR%2CEAAE%2CkBAIE%2CGAEI%3BIACI%2CcAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CgCAAA%3B%3BEAIZ%2CgBAAiB%2CUAAS%3BIACtB%2CgBAAA%3B%3BEAEJ%2CUAAW%3BEAAM%2CWAAY%3BEAAc%2CWAAY%3BIACnD%2CaAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%2CMAAM%2CWAAY%2CMAAK%2CUAAa%2CWAAS%3BIACzC%2C6BAAA%3B%3B%3BAA8HR%2CwBA1H0C%3BEAEtC%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CuBAAwB%2CSAAS%3BIAC7B%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEACA%2CuBAJoB%2CSAAS%2COAI5B%3BIACG%2CWAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3B%3BEAGR%2CGAAG%3BIACC%2CYAAA%3B%3BEAEJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAcJ%2CiBAAkB%2CQAAO%2CSAAU%3BIAC%5C%2FB%2CiBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CUAAW%2CUAAU%3BIACjB%2CeAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CkBAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CUAAW%2CEAGP%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGR%3BIAEI%2CkBAAA%3B%3BEAEJ%2CMAAO%3BIACH%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIAEA%2CWAAA%3BIACA%2CSAAA%3B%3BEAPJ%2CMAAO%2CcAQH%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAXR%2CMAAO%2CcAaH%3BIACI%2CYAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAjBR%2CMAAO%2CcAmBH%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAGR%3BIACI%2CSAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEADJ%2CiBAEI%2CQAAO%2CSAAU%3BIACb%2CaAAA%3B%3BEAGR%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3BEAEJ%3BEACA%2CaAAgB%2CIAAC%3BIACb%2CaAAA%3B%3BEAEJ%2CaAAc%2CaAAe%3BIACzB%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CGAAG%3BIACC%2CqBAAA%3B%3B%3BAAwHR%2CwBApH0C%3BEACtC%3BIACI%2CQAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEALJ%2CUAMI%3BIACI%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAVR%2CUAYI%3BIACI%2CWAAA%3BIACA%2CSAAA%3B%3BEAGR%3BIACI%2CiBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CMAAO%2CcAAc%3BIACjB%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CQAAQ%3BIACJ%2CqBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2C2BAAA%3B%3BEAEJ%2CaAAc%2CEAAC%2CaAAc%3BEAC7B%3BIACI%2CaAAA%3B%3BEAEJ%2CaAAc%2CEAAE%3BIACZ%2CSAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2CMAAM%2COAAU%2CWAAS%3BIACrB%2CWAAA%3B%3BEAEJ%2CiBAAkB%2CQAAO%2CSAAU%3BIAC%5C%2FB%2CaAAA%3B%3BEAEJ%2CUAAW%3BIACP%2C6BAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CUAAW%2CEAGP%3BIACI%2CaAAA%3B%3BEAGR%2CMAAM%2CYACF%2CaAAa%3BIACT%2CgBAAA%3B%3BEAFR%2CMAAM%2CYAIF%2CcACI%3BIACI%2CmBAAA%3B%3BEANZ%2CMAAM%2CYAIF%2CcAII%2CGAAE%2CaAAc%2CGAAG%3BIACf%2CmBAAA%3B%3BEAIZ%2CMAAO%2COAAM%2CWACT%2CMAAK%3BIACD%2CkBAAA%3B%3BEAFR%2CMAAO%2COAAM%2CWACT%2CMAAK%2CUAEC%3BIACE%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEANZ%2CMAAO%2COAAM%2CWACT%2CMAAK%2CUAEC%2CWAIE%3BIACI%2C4BAAA%3B%3BEARhB%2CMAAO%2COAAM%2CWAYT%2COAAM%3BIACF%2CWAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAfR%2CMAAO%2COAAM%2CWAYT%2COAAM%2CWAIF%2CMAAK%3BIACD%2CYAAA%3BIACA%2CeAAA%3B%3BEAIZ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CYAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3B%3BAAaoB%2CwBALc%3BEACtC%2CMAAO%2CcAAc%3BIACjB%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3BACpsBR%3BAACA%2CaAAc%3BEACV%2CwCAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CgCAAA%3B%3BAAEJ%2CaAAc%2CWAAU%3BEACpB%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2CoBAAnB%3B%3BAAEJ%2CaAAc%3BAACd%2CaAAc%3BEACV%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3B%3BAAEJ%2CaAAc%3BEACV%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CaAAc%2CUAAU%3BEACpB%2CcAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CaAAc%2CUAAS%3BAACvB%2CaAAc%2CSAAQ%3BEAClB%2CaAAA%3B%3BAAEJ%2CMAAO%3BAACP%2CaAAa%3BEACT%2CcAAA%3B%3BAAEJ%2CaAAc%3BAACd%2CaAAc%2CSAAS%3BAACvB%2CaAAc%2CSAAS%3BEACnB%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CaAAc%2CSAAS%2COAAM%3BAAC7B%2CaAAc%2CSAAS%2COAAM%3BAAC7B%2CaAAc%2COAAM%3BEAChB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CaAAa%3BEACT%2CUAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CaAAa%3BEACT%2CUAAA%3B%3BAAEJ%2CaAAa%2CYAAa%3BEACtB%2CkBAAA%3B%3BAAEJ%2CaAAa%2CSAAU%3BEACnB%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CaAAa%3BEACT%2CYAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CaAAa%3BEACT%2CcAAA%3B%3BAAEJ%2CaAAa%2CQAAS%3BEAClB%2CYAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CUAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CUAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CuBAAA%3B%3BAAEJ%3BEACI%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3BAAGR%3BEACI%2CmCAAA%3B%3BAAEJ%2CaAAc%2CUAAU%3BEACpB%2CUAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CaAAc%2CUAAU%2CUAAS%2CIAAI%3BAACrC%2CaAAc%2CUAAU%2CUAAS%3BEAC7B%2CaAAA%3B%3BAAEJ%2CaAAc%2CUAAU%2CIAAG%3BEACvB%2C4BAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2C6CAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CmCAAA%3BEACA%2C%2BBAAA%3B%3BAAEJ%2CaAAc%2CqBAAoB%3BEAC9B%2CeAAe%2CeAAf%3BEACA%2CWAAW%2CeAAX%3B%3BAAEJ%2CaAAc%2CmBAAmB%3BAACjC%2CaAAc%2CmBAAmB%3BEAC7B%2CaAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CUAAA%3BEAEA%2CYAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACrHA%2CgBALsC%3BECoFtC%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%3BEdzTjB%2CmBcgTI%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%3BEdlTZ%2CmBcgTI%2CUACI%2COACI%3BESvaZ%2CKAAK%2CKAAK%2COTqaN%2CUACI%2COACI%3BIACI%2CWAAA%3B%3BEAoBhB%3BIpCtLA%2CkBAAA%3B%3BEoC0OA%3BEU%5C%2FVA%3BEC4CA%2CaAOI%3BECtJJ%2CsBACI%3BIhDrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEyCmFD%2CwBAKI%2CezCzFH%3BEyCoFD%2CwBAKI%2CezCxFH%3BEyCoID%2CiCzCrIC%3BEyCqID%2CiCzCpIC%3BEyC0JD%2CkBzC3JC%3BEyC2JD%2CkBzC1JC%3BE0CiED%2CcAKI%2Ce1CvEH%3BE0CkED%2CcAKI%2Ce1CtEH%3BE0CkHD%2CuB1CnHC%3BE0CmHD%2CuB1ClHC%3BE0C8ID%2CkB1C%5C%2FIC%3BE0C%2BID%2CkB1C9IC%3BEsCgHD%2CkBAaI%2CetC9HH%3BEsCiHD%2CkBAaI%2CetC7HH%3BEsCkID%2COACI%2CgBACI%2CetCrIP%3BEsCmID%2COACI%2CgBACI%2CetCpIP%3BE2C8fD%2Ce3C%5C%2FfC%3BE2C%2BfD%2Ce3C9fC%3BEuCyTD%2CgBvC1TC%3BEuC0TD%2CgBvCzTC%3BEuCuYD%2CQACI%2CoBvCzYH%3BEuCwYD%2CQACI%2CoBvCxYH%3BEuCuYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CevC%5C%2FYX%3BEuCwYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CevC9YX%3BEuCuaD%2CqBACI%2COAAM%2CUvCzaT%3BEuCwaD%2CqBACI%2COAAM%2CUvCxaT%3BEqCmSD%2C0BACI%2CcrCrSH%3BEqCoSD%2C0BACI%2CcrCpSH%3BEiDyND%2CKAAK%2CMACD%2CeACI%2CQjD5NP%3BEiD0ND%2CKAAK%2CMACD%2CeACI%2CQjD3NP%3BEiDyND%2CKAAK%2CMACD%2CeAEI%2CSjD7NP%3BEiD0ND%2CKAAK%2CMACD%2CeAEI%2CSjD5NP%3BEkDoaD%2C0BlDraC%3BEkDqaD%2C0BlDpaC%3BEsBmHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBtBrHtB%3BEsBoHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBtBpHtB%3BEmDugBD%2CYnDxgBC%3BEmDwgBD%2CYnDvgBC%3BEmDiiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBnDtiBtB%3BEmDkiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBnDriBtB%3BEmDkiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBnDtiBtB%3BEmDmiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBnDriBtB%3BEmDmiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBnDtiBtB%3BEmDoiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBnDriBtB%3BEoDocD%2CYASI%2CQAAO%2CMpD9cV%3BEoDqcD%2CYASI%2CQAAO%2CMpD7cV%3BEoDylBG%2COAAC%2CQpD1lBJ%3BEoD0lBG%2COAAC%2CQpDzlBJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEyC8ED%2CwBAKI%2CezCnFH%3BEyC%2BHD%2CiCzC%5C%2FHC%3BEyCqJD%2CkBzCrJC%3BE0C4DD%2CcAKI%2Ce1CjEH%3BE0C6GD%2CuB1C7GC%3BE0CyID%2CkB1CzIC%3BEsC2GD%2CkBAaI%2CetCxHH%3BEsC6HD%2COACI%2CgBACI%2CetC%5C%2FHP%3BE2CyfD%2Ce3CzfC%3BEuCoTD%2CgBvCpTC%3BEuCkYD%2CQACI%2CoBvCnYH%3BEuCkYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CevCzYX%3BEuCkaD%2CqBACI%2COAAM%2CUvCnaT%3BEqC8RD%2C0BACI%2CcrC%5C%2FRH%3BEiDoND%2CKAAK%2CMACD%2CeACI%2CQjDtNP%3BEiDoND%2CKAAK%2CMACD%2CeAEI%2CSjDvNP%3BEkD%2BZD%2C0BlD%5C%2FZC%3BEsB8GD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBtB%5C%2FGtB%3BEmDkgBD%2CYnDlgBC%3BEmD4hBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBnDhiBtB%3BEmD6hBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBnDhiBtB%3BEmD8hBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBnDhiBtB%3BEoD%2BbD%2CYASI%2CQAAO%2CMpDxcV%3BEoDolBG%2COAAC%2CQpDplBJ%3BIACG%2CWAAA%3B%3BEoC2hBJ%3BEA69BA%3BEiB%5C%2F8CA%2COAAO%3BEAMP%3BEAWA%3BECuFA%2CyBAWI%3BEXkhBA%2CMAAC%3BErBjkBL%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BE6B0apC%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%3BIpCvUlB%2CgBAAA%3B%3BEyDulBA%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%3BIzDpfF%2CeAAA%3BIyDwfI%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%3BEd7gBJ%2CmBc4gBA%2CUACI%3BESloBJ%2CKAAK%2CKAAK%2COTioBV%2CUACI%3BIpC5XJ%2CmBAAA%3BIyD%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIzDhqBA%2CUAAA%3BIyDmqBA%2CmBAAA%3B%3BEAEA%2CwBrB1SA%2CUACI%2COqBySA%3BEpBrsBJ%2CwBD2ZA%2CUACI%2COqBySA%3BEpBpsBJ%2CuBD0ZA%2CUACI%2COqBySA%3BEnCtzBJ%2CmBc4gBA%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%3BEdjhBxB%2CmBc4gBA%2CUACI%2COAGK%2CeAAe%3BEdhhBxB%2CmBc4gBA%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%3BEdrhBR%2CmBc4gBA%2CUACI%2COAQI%3BES1oBR%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEA2BZ%3BIpCjaA%2CWAAA%3B%3BEoCqhBA%3BEW1iBA%2CKAAK%2COAAO%3BEW%5C%2FNZ%3BErBqOA%3BIDqiBI%2CgBAAA%3B%3BEADJ%2C0BAGI%3BEW7iBJ%2CKAAK%2COAAO%2CSX6iBR%3BEsB5wBJ%2CqBtB4wBI%3BECviBJ%2CyBDuiBI%3BIpCpyBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEoC0xBA%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%3BI5C3GJ%2CiBAAA%3B%3BEoCqwBA%3BEIlgCA%2CcAAc%3BEmBCd%2CcAAc%3BER4gBd%2CcAAc%3BInDhRd%2CiBAAA%3B%3BEoCqzBA%3BEe%5C%2FgBA%2CsBACI%2CQAAO%3BInDvSX%2CqBAAA%3BIC9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BEkD8iBD%2CsBACI%2CQAAO%2CMlD%5C%2FiBV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BID9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS4D%5C%2FQS%2CO5D%2BQT%3BIAAA%2CaGvRe%2CYHuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BICqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEmCsuBA%2CiBAAC%3BEezgBD%2CsBACI%2CQAAO%2CMfwgBV%3BIACG%2C0BAAA%3B%3BEAwQJ%3BEyB5yCA%3BEC4FA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BI1B%2BrCnC%2CaAAA%3B%3BEAsCA%3BEdvtCA%3BE6BscA%3BIfkxBI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%2BCJ%2CyBACI%2CWACI%2CoBACI%3BEdvwCZ%2C4BcqwCI%2CWACI%2CoBACI%3BEdtwCZ%2CyBcowCI%2CWACI%2CoBACI%3BEep1BZ%2CQfk1BI%2CWACI%2CoBACI%3BEen1BZ%2CuBfi1BI%2CWACI%2CoBACI%3BEel1BZ%2CiBfg1BI%2CWACI%2CoBACI%3BIAEI%2CoBAAA%3B%3BEAmChB%3BI2B3tCA%2CYAAA%3B%3BE3B2tCA%2C2B2BztCE%2CQAGI%2CKACI%3BE3BqtCV%2C2B2BxtCE%2CQAEI%2CKACI%3BE3BqtCV%2C2B2BvtCE%2CQACI%2CKACI%3BE3BqtCV%2C2B2BztCE%2CQAGI%2CKAEI%3BE3BotCV%2C2B2BxtCE%2CQAEI%2CKAEI%3BE3BotCV%2C2B2BvtCE%2CQACI%2CKAEI%3BIACE%2CYAAA%3B%3BE3BmtCZ%2C2B2B9sCE%2CQACI%2CKACI%3BE3B4sCV%2C2B2B9sCE%2CQACI%2CKAEI%3BI%5C%2FDoCV%2C6BAAA%3B%3BEoCorCA%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%3BIpCjsCJ%2CiBAAA%3BIoCmsCQ%2CUAAA%3B%3BEAfR%2CkBAkBI%3BEGljCJ%2CQA2BI%2CSHuhCA%3BEC1pCJ%2C6BD0pCI%3BEcz7BJ%2CyBdy7BI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAkER%3BEE94CA%3BEK8YA%2CeAEI%3BEYnJJ%2CeACI%3BIvD3HJ%2CUAAA%3BIgEtLA%2CWAAA%3BIhEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIoC4mCL%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%3BIpCvmDZ%2CiBAAA%3B%3BEoC%2BlDA%2C2BACI%2COAYI%3BEK3tDR%2CiCL%2BsDI%2COAYI%3BEM7uDR%2CuBNiuDI%2COAYI%3BEO5sCR%2CcPgsCI%2COAYI%3BIpC5mDR%2CiBAAA%3B%3BEoC%2BlDA%2C2BAkBI%2CiBACI%3BEKjuDR%2CiCLguDI%2CiBACI%3BEMnvDR%2CuBNkvDI%2CiBACI%3BEOltCR%2CcPitCI%2CiBACI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BEiBp1DZ%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%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEWrDA%2CCAAC%2CmBAAwB%2CQXkDtB%3BIrDoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgErZL%2CCAAC%2CoBAAyB%2CQX%2BCvB%3BIrDoMP%2CmBAAA%3BIgE9KA%2CqBAAA%3BIhE8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgElZL%2CCAAC%2CyBAA%2BB%2CQX4C7B%3BIrDoMP%2CmBAAA%3BIgElLA%2CYAAA%3BIhEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgE%5C%2FYL%2CCAAC%2C0BAAgC%2CQXyC9B%3BIrDoMP%2CmBAAA%3BIgEtLA%2CWAAA%3BIhEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqDhWT%3BIAEI%2CiBAAA%3B%3BEW3CA%2CCAAC%2CoBAAyB%3BIhEuO9B%2CmBAAA%3BIgEtLA%2CWAAA%3BIhEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgEtYL%2CCAAC%2CyBAA%2BB%3BIhEoOpC%2CmBAAA%3BIgEtLA%2CWAAA%3BIhEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgEnYL%2CCAAC%2C0BAAgC%3BIhEiOrC%2CmBAAA%3BIgEtLA%2CWAAA%3BIhEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqD1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEW3CA%2CCAAC%2CoBAAyB%3BIhE2N9B%2CmBAAA%3BIgElLA%2CYAAA%3BIhEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgE1XL%2CCAAC%2CyBAA%2BB%3BIhEwNpC%2CmBAAA%3BIgElLA%2CYAAA%3BIhEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgEvXL%2CCAAC%2C0BAAgC%3BIhEqNrC%2CmBAAA%3BIgElLA%2CYAAA%3BIhEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqD9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEYsEJ%3BIjEyFA%2CgCAAA%3B%3BEkE1OA%2CQAAQ%2CKAAK%3BICrDb%2CkBAAA%3BIACA%2CUAAA%3BIDsDI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BElEdJ%2CQkEUQ%2CKAAK%2CMlEVZ%3BEACD%2CQkESQ%2CKAAK%2CMlETZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQkEIQ%2CKAAK%2CMlEJZ%3BIACG%2CWAAA%3B%3BEkEGJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDgDJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%2CMAID%3BInEwRN%2CYAAA%3BImEtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED0CR%2CQAAQ%2CKAAK%2CMCtCX%2CQAAK%3BInEgRP%2CgBAAA%3BImE7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEnEsBJ%2CQkEUQ%2CKAAK%2CMCtCX%2CQAAK%2CQnE4BN%3BEACD%2CQkESQ%2CKAAK%2CMCtCX%2CQAAK%2CQnE6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQkEIQ%2CKAAK%2CMCtCX%2CQAAK%2CQnEkCN%3BIACG%2CWAAA%3B%3BEmE3BA%2CQD8BI%2CKAAK%2CMCtCX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BED6BR%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%3BInEsNP%2CkBAAA%3B%3BEkE1OA%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%3BInEoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CsBAAA%3BImE%5C%2FLQ%2CmBAAA%3BInE%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BEHjJA%2CQqEzFQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUtEmEL%3BIGiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEH5IA%2CQqE9FQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUtEwEL%3BIG4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEHvIA%2CQqEnGQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUtE6EL%3BIGuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEmE1LI%2CQDhDI%2CKAAK%2CMCoBX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjDI%2CKAAK%2CMCoBX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BInEyL9B%2CmBAAA%3B%3BEmErLI%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%3BInEkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEmE5KI%2CQD9DI%2CKAAK%2CMCoBX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD%5C%2FDI%2CKAAK%2CMCoBX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQDhEI%2CKAAK%2CMCoBX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BInE0KtB%2CmBAAA%3B%3BEkE1OA%2CQAAQ%2CKAAK%2CMCqEX%2CQAAK%3BInEqKP%2CmBAAA%3BImEnKI%2CgBAAA%3BIACA%2C4BAAA%3BInEkKJ%2CsBAAA%3B%3BEkEnOQ%2CQAPA%2CKAAK%2CMAMT%2CMAAK%2CMAAO%2CEACP%3BIACG%2CaAAA%3B%3BEE5BZ%3BIpE8PA%2CgBAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BEoEjBJ%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%3BIrEiQJ%2CkBAAA%3B%3BEoE9PA%2CgBCMA%2CWAKI%2CEAAC%3BIrEmPL%2CeAAA%3B%3BEoE9PA%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%3BIvEiHR%2C6BAAA%3BIuE%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%3BEhCmEJ%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%3BIzC0GJ%2CmBAAA%3B%3BEyCtGY%2CiCAJR%2COAGI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAZhB%2CiCAKI%2COAWI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEiC1HR%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BI1EgMR%2CiBAAA%3B%3BE0EzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BI1EqLR%2CeAAA%3B%3BE0EzMA%2CqBAcI%2CQAUI%3BI1EiLR%2CiBAAA%3BI0E%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BI1E0KR%2CeAAA%3B%3BE0EzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BI1EmKb%2CeAAA%3BI0EjKgB%2CWAAA%3B%3BEC7GhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BEjC2FJ%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%3BI1C4HJ%2CmBAAA%3B%3BE0CxHY%2CuBAJR%2COAGK%2CSACI%3BI1CwHb%2CoBAAA%3B%3BE0ClHY%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%3BItDuE7B%2CcAAA%3BIsDrEgB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAzBhB%2CyBAWI%2CsBAkBI%2CiBACI%3BItD8DZ%2CcAAA%3B%3BEsD5FA%2CyBAWI%2CsBAkBI%2CiBACI%2CMAGI%3BItD2DhB%2CiBAAA%3BIsDzDoB%2CgBAAA%3B%3BEAnCpB%2CyBAWI%2CsBA6BI%2CqBAAuB%2CuBACnB%3BItDmDZ%2CiBAAA%3BIsDjDgB%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%3BEsBsKZ%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%3BE9BtTZ%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%3BI9CiHA%2CyBAAA%3BIAAA%2C8EAAA%3BIAAA%2CcAAA%3BI8C7GI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BI9CuGJ%2CqBAAA%3BIC9QA%2CqBAAA%3B%3BE6CyKI%2CYAAe%3BIACX%2C0BAAA%3B%3BEAGJ%2CWAAC%3BI9CiGL%2CcAAA%3BI8C%5C%2FFQ%2CmBAAA%3B%3BEAGJ%2CWAAC%3BIACG%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CWAAC%3BI9CuFL%2C%2BFAAA%3BI8CrFQ%2CmBAAA%3BIACA%2CcAAA%3B%3BEA7BR%2CW7CqGE%3BIDhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BECHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BID9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSEnPQ%2COFmPR%3BIAAA%2CaGvRe%2CYHuRf%3BIAAA%2CsBAAA%3BICqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BID2PL%2CcAAA%3B%3BE8CvEI%2CcAAe%3BIACX%2CgBAAA%3B%3BEAKJ%2CUAAC%3BIACG%2CS5CrLA%2CO4CqLA%3B%3BEAKJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BE%2BB0YR%2CkBACI%2CoBACI%3BI7EnVR%2CmBAAA%3B%3BE6EiVA%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%3BI7EtXZ%2CiBAAA%3BI6EwXgB%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%3BI7ErtBJ%2CSAAA%3BIAAA%2CUAAA%3BIH1KA%2CqBAAA%3B%3BEgF83BA%2CQAAQ%2CQAIJ%2CQAAO%3BIACH%2CiBAAA%3BI7EztBR%2CWAAA%3BIAAA%2CqBAAA%3B%3BEHjJA%2CQgFq2BQ%2CQAIJ%2CQAAO%2CQhFz2BV%3BIGiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BEH5IA%2CQgFg2BQ%2CQAIJ%2CQAAO%2CQhFp2BV%3BIG4ID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEHvIA%2CQgF21BQ%2CQAIJ%2CQAAO%2CQhF%5C%2F1BV%3BIGuID%2CWAAA%3BIAAA%2C0BAAA%3B%3BE6EotBA%2CQAAQ%2CQASJ%2CSAAQ%3BI7E7tBZ%2CcAAA%3B%3BE6EguBQ%2CQAZA%2CQASJ%2CSAAQ%2CIAGH%3BIACG%2CSAAS%2CGAAT%3B%3BEAGJ%2CQAhBA%2CQASJ%2CSAAQ%2CIAOH%3BIACG%2CSAAS%2CGAAT%3B%3BE9B9yBZ%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%3BE%5C%2FC4IR%2Ca%2BChJI%2CM%5C%2FCgJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2Ca%2BCrJI%2CM%5C%2FCqJH%3BIA7FD%2CcAAA%3B%3BEAkGA%2Ca%2BC1JI%2CM%5C%2FC0JH%3BIAlGD%2CcAAA%3B%3BEAuGA%2Ca%2BC%5C%2FJI%2CM%5C%2FC%2BJH%3BIAvGD%2CcAAA%3B%3BE%2BCzEA%2CaAwBI%2CQAAO%3BI%5C%2FCiDX%2CqBAAA%3BI8EzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BI9EgDA%2CgBAAA%3BI%2BCtCQ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAtCR%2CaAwBI%2CQAAO%2CO9CqCT%3BIDhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BECHA%2Ca8CuNI%2CQAAO%2CO9CvNV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BID9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSE3OU%2COF2OV%3BIAAA%2CaGvRe%2CYHuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BICqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2Ca8C0MA%2CQAAO%2CO9C3MV%2CMACI%3BID2PL%2CWAAA%3B%3BECrPI%2Ca8CoMA%2CQAAO%2CO9CrMV%2COACI%3BIDqPL%2CcAAA%3B%3BE8E7CA%2Ca%5C%2FBJI%2CQAAO%2CO%2BBIV%3BEACD%2Ca%5C%2FBLI%2CQAAO%2CO%2BBKV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca%5C%2FBVI%2CQAAO%2CO%2BBUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca%5C%2FBfI%2CQAAO%2CO%2BBeV%3BEACD%2Ca%5C%2FBhBI%2CQAAO%2CO%2BBgBV%3BEACD%2CQAAQ%2CUAAW%2Cc%5C%2FBjBf%2CQAAO%3BI%2BBkBP%2CoBAAA%3BI9E%2BBJ%2CYAAA%3B%3BE%2BChCY%2CaAjBR%2CQAAO%2COAgBF%2CMACI%3BI%5C%2FCgCb%2CWAAA%3B%3BE%2BCzBA%3BIACI%2CaAAA%3B%3BEJuRJ%2CoBACI%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEASR%2CeAEI%2CWAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEALZ%2CeASI%3BIACI%2CWAAA%3B%3BEAEA%2CeAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAMZ%3BI3C9RA%2CUAAA%3BIgElLA%2CYAAA%3BIhEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI2C8HL%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%3BI3C%5C%2FTZ%2CgBAAA%3BI2CiUgB%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%3BIzDpfF%2CeAAA%3BIyDwfI%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%3BI3ChaA%2CUAAA%3BIgEtLA%2CWAAA%3BIhEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI2CiQL%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%3BI3CjcL%2CUAAA%3BIgEtLA%2CWAAA%3BIhEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI2CkSD%2CiBAAA%3B%3BEAHJ%2CMAAC%2CUAKG%2CeAAe%3BIACX%2CUAAA%3B%3BEoCnTZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3B%3BE9EpVR%2CS8EuVU%2CQAAO%2CO9EvVhB%3BEAAD%2CiB8EwVkB%2CQAAO%2CK9ExVxB%3BID4LD%2CeAAA%3BIAAA%2CoBAAA%3B%3BEwDpKA%3BIxDoKA%2CmBAAA%3BIgEtLA%2CWAAA%3BIhEsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIwDnUL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEwB7ER%2CqBACI%2CaACI%3BIhFqOR%2CgBAAA%3B%3BEgFvOA%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%3BIjFVJ%2CgBAAA%3B%3BEiFQA%2CYAMI%3BIjFdJ%2C6BAAA%3BIiFgBQ%2CoBAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEC7SJ%3BIlFwRA%2CmBAAA%3BIAAA%2CmBAAA%3BIgElLA%2CYAAA%3BIhEkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqBrPT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BE8D3FZ%3BInF2KA%2CsBAAA%3BIAAA%2CyBAAA%3BImFxKI%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%3BInF4JL%2CYAAA%3BImF1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BInFkJA%2CmBAAA%3BImFhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BInF4IJ%2CiBAAA%3BImF1IQ%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%3BInFkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BImFrQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BInFyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BEmFjPR%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%3BIrFsFJ%2CkBAAA%3B%3BEqFvFA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BE9C0JR%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%3BE8CyIR%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%3BIvFmIlB%2CgBAAA%3BIAAA%2CmBAAA%3BIyD%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIzDhqBA%2CUAAA%3BIyDmqBA%2CmBAAA%3B%3BE8Bj0BA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO9BunBhB%3BIzDpfF%2CeAAA%3BIyDwfI%2CqBAAA%3B%3BEAtOJ%2CsB8BxZI%2CkBAGI%2COAAM%2CIAAI%2CO9BqZjB%3BIACG%2CgBAAA%3B%3BEAkZJ%2CsB8B3yBI%2CkBAGI%2COAAM%2CIAAI%2CO9BwyBd%3BIACA%2CWAAA%3B%3BE8Bp0BJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO9B%2BZhB%3BIzD5RF%2CgBAAA%3B%3BEyDqSI%2CsB8B3aA%2CkBAGI%2COAAM%2CIAAI%2CO9B%2BZhB%2CSASM%3BIACA%2CaAAA%3B%3BE8BpcR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO9B6alB%2CQACI%3BIACI%2CmBAAA%3B%3BEzDhiBR%2CsBuF8GI%2CkBAGI%2COAAM%2CIAAI%2CO9BmblB%2CQAAO%2CMzDpiBN%3BEACD%2CsBuF6GI%2CkBAGI%2COAAM%2CIAAI%2CO9BmblB%2CQAAO%2CMzDniBN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CsBuFwGI%2CkBAGI%2COAAM%2CIAAI%2CO9BmblB%2CQAAO%2CMzD9hBN%3BIACG%2CWAAA%3B%3BEuF%2BEJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO9BmblB%2CQAAO%2CMAEH%3BIACI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsB8B7bA%2CkBAGI%2COAAM%2CIAAI%2CO9BmblB%2CQAAO%2CMAOF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsB8BjcA%2CkBAGI%2COAAM%2CIAAI%2CO9BmblB%2CQAAO%2CMAWF%2CQAAS%3BIACN%2CYAAA%3B%3BEAGJ%2CsB8BrcA%2CkBAGI%2COAAM%2CIAAI%2CO9BmblB%2CQAAO%2CMAeF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsB8BzcA%2CkBAGI%2COAAM%2CIAAI%2CO9BmblB%2CQAAO%2CMAmBF%2CQAAS%3BIACN%2CqBAAA%3B%3BE8BleR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO9B2clB%3BIzDpNA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIA2BA%2CyBAAA%3BIACQ%2CiBAAA%3BIyDyLJ%2CUAAA%3BIACA%2CWAAA%3B%3BE8B1eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO9B2clB%2COAMI%3BE8B5eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO9B2clB%2COAOI%3BE8B7eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO9B2clB%2COAQI%3BIzDhLJ%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIAxBT%2CwBAAA%3BIACQ%2CgBAAA%3BIyDwMA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BE8BnfR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO9B2clB%2COAgBI%3BE8BtfJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO9B2clB%2COAiBI%3BIzDzVJ%2CgBAAA%3BIAAA%2C4BAAA%3BIAAA%2CyBAAA%3BIAAA%2CkBAAA%3BIAAA%2CwEAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3BIAAA%2CwBAAA%3BIAAA%2CWAAA%3BIyDjPA%2CsBAAA%3BIzDiZA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIyD0LD%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAzPR%2CsB8B5OI%2CkBAGI%2COAAM%2CIAAI%2CO9B2clB%2COAgBI%2CWAlPH%3BEAAD%2CsB8B5OI%2CkBAGI%2COAAM%2CIAAI%2CO9B2clB%2COAiBI%2CUAnPH%3BIzDtGD%2CYAAA%3B%3BEyDqHA%2CsB8B3PI%2CkBAGI%2COAAM%2CIAAI%2CO9B2clB%2COAgBI%2CWAnOH%3BEAAD%2CsB8B3PI%2CkBAGI%2COAAM%2CIAAI%2CO9B2clB%2COAiBI%2CUApOH%3BIzDrHD%2CcAAA%3B%3BEyD0HA%2CsB8BhQI%2CkBAGI%2COAAM%2CIAAI%2CO9B2clB%2COAgBI%2CWA9NH%3BEAAD%2CsB8BhQI%2CkBAGI%2COAAM%2CIAAI%2CO9B2clB%2COAiBI%2CUA%5C%2FNH%3BIzD1HD%2CcAAA%3B%3BEyD%2BHA%2CsB8BrQI%2CkBAGI%2COAAM%2CIAAI%2CO9B2clB%2COAgBI%2CWAzNH%3BEAAD%2CsB8BrQI%2CkBAGI%2COAAM%2CIAAI%2CO9B2clB%2COAiBI%2CUA1NH%3BIzD%5C%2FHD%2CcAAA%3B%3BEuF9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO9B2clB%2COA0BI%3BIACI%2CWAAA%3BIzDnMR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuFhUT%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO9B2elB%3BIzDxWA%2CgBAAA%3B%3BEyDugBI%2CsB8B7oBA%2CkBAGI%2COAAM%2CIAAI%2CO9BwoBjB%2CSAAY%2CSAER%3BEAAD%2CsB8B7oBA%2CkBAGI%2COAAM%2CIAAI%2CO9ByoBjB%2CUAAa%2CSACT%3BIACG%2CSAAS%2CGAAT%3BIzDxgBR%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3B%3BEuF9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO9B%2BqBlB%3BIzD5iBA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CUAAA%3BIAAA%2CqBAAA%3BIC9QA%2CqBAAA%3B%3BEAMA%2CsBsFkII%2CkBAGI%2COAAM%2CIAAI%2CO9B%2BqBlB%2CMxDpzBC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BID9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CaGvRe%2CYHuRf%3BIAAA%2CsBAAA%3BICqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEsFtMY%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%3BEhC4JhB%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%3BIvDpEb%2C8BAAA%3BIuDsEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BIvDnFA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEuDwFA%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%2CyB0BtItB%2CQAGI%2CKACI%3BE1BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB0BrItB%2CQAEI%2CKACI%3BE1BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB0BpItB%2CQACI%2CKACI%3BE1BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB0BtItB%2CQAGI%2CKAEI%3BE1BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB0BrItB%2CQAEI%2CKAEI%3BE1BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB0BpItB%2CQACI%2CKAEI%3BI%5C%2FDyHV%2C0BAAA%3B%3BEqCQI%2CQAAS%2CMAAK%2CMAAM%2CyB0B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BE1BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB0B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BE1BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB0BzHtB%2CQAAK%2CYACD%2CKAAE%2CYACE%3BE1BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB0B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BE1BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB0B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BE1BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB0BzHtB%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BIACE%2CaAAA%3B%3BE1BqHR%2CQAAS%2CMAAK%2CMAAM%2CyB0BhHtB%2CQAAQ%3BI%5C%2FDwGV%2C0BAAA%3B%3BEqCQI%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%3BIrChCb%2CmBAAA%3BIyD%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIzDhqBA%2CUAAA%3BIyDmqBA%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%3BIjDGZ%2C8BAAA%3BIiDDY%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%3BEuCnKR%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%3BI3FjIrB%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BI2FiLwB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBA1ChB%2CQAaK%2CQACI%2CKAMI%2COAsBI%3BI3FzLrB%2CyBAAA%3BI2F2LwB%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%3BI3F3Mb%2CgBAAA%3BIAhBF%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3BI2FgNgB%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%3BI3F3Ob%2CcAAA%3BI2F6OgB%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%3BEzCpGZ%2CSAAC%2COAAO%3BIACJ%2CYAAA%3BIlDxKR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BIkD6KQ%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%3BIlDxOZ%2CeAAA%3B%3BEkD8OQ%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%3BE0ChepB%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%3BEhDmOZ%3BIACI%2CmBAAA%3B%3BEAEA%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEAJR%2CwBAOI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEtB9KR%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%3BE6B%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%3BIpDtNR%2CyBAAA%3B%3BEoDiNA%2CYASI%2CQAAO%3BIACH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIpDlER%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoDqET%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIyCveA%2CqBAAA%3BIACA%2CkBAAA%3B%3BE7FFA%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEoDieJ%2CiByCpeA%3BI7FgPA%2CUAAA%3BI6F9OI%2CeAAA%3BI7F8OJ%2CqBAAA%3BIChOA%2CqBAAA%3B%3BEmDodA%2CiByCpeA%2Ce5FoOE%3BIDhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEC2CA%2CiB4FtBA%2Ce5FsBC%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BID9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSE9NQ%2COF8NR%3BIAAA%2CaGvRe%2CYHuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BICqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiB4FnCJ%2Ce5FkCC%2CMACI%3BID6ML%2CcAAA%3B%3BECvMI%2CiB4FzCJ%2Ce5FwCC%2COACI%3BIDuML%2CcAAA%3B%3BE6FqEA%2CiBArTA%2CeAqTC%3BI7FrED%2CqBAAA%3BIChOA%2CqBAAA%3B%3BE4FqSA%2CiBArTA%2CeAqTC%2CO5FjFC%3BIDhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEC2CA%2CiB4FtBA%2CeAqTC%2CO5F%5C%2FRA%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BID9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSE%5C%2FNM%2COF%2BNN%3BIAAA%2CaGvRe%2CYHuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BICqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiB4FnCJ%2CeAqTC%2CO5FnRA%2CMACI%3BID6ML%2CcAAA%3B%3BECvMI%2CiB4FzCJ%2CeAqTC%2CO5F7QA%2COACI%3BIDuML%2CcAAA%3B%3BEoDoPA%2CiByC7SA%3BI7FyDA%2CSAAA%3BIAAA%2CUAAA%3BIH1KA%2CqBAAA%3BIG0KA%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CeAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BI6FhDI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BI7F8CJ%2CSAAA%3BIAAA%2CQAAA%3BIAAA%2CyCAAA%3B%3BEoDoPA%2CiByC7SA%2CGAsBI%3BI7FmCJ%2CSAAA%3BIAAA%2CUAAA%3B%3BE6F3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BI7F2BT%2CmBAAA%3BI6FzBY%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%3BI7FzSJ%2CsDAAA%3BI6F2SI%2CWAAA%3B%3BEAGJ%2CiBAvWA%2CGAuWC%3BIACG%2CiBAAA%3BI7F%5C%2FSJ%2CsDAAA%3BI6FiTI%2CWAAA%3B%3BEAlCJ%2CiBAxUA%2CGAwUC%3BI7F%5C%2FQD%2CWAAA%3BIAAA%2CUAAA%3B%3BE6FoRA%2CiBA7UA%2CGA6UC%3BI7FpRD%2CUAAA%3BIAAA%2CUAAA%3B%3BE6FZA%2CiBAAC%3BIACG%2CiBAAA%3B%3BEADJ%2CiBAAC%2COAGG%3BIACI%2CcAAA%3B%3BEzC4PR%2CiBAgBI%2CGACI%3BIpDrQR%2CWAAA%3BIAAA%2CqBAAA%3BIoDgRY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEvDnaZ%2CiBuDqZI%2CGACI%2CEvDtZP%3BIGiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BEH5IA%2CiBuDgZI%2CGACI%2CEvDjZP%3BIG4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEHvIA%2CiBuD2YI%2CGACI%2CEvD5YP%3BIGuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEoDoPA%2CiBAkCI%3BIACI%2CeAAA%3B%3BEAnCR%2CiBAsCI%3BIACI%2CaAAA%3B%3BEAvCR%2CiBA0CI%2CQAAO%3BI0BvVX%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BI9EgDA%2CgBAAA%3BIAAA%2CWAAA%3B%3BE8E7CA%2CiB1B2UI%2CQAAO%2CO0B3UV%3BEACD%2CiB1B0UI%2CQAAO%2CO0B1UV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiB1BqUI%2CQAAO%2CO0BrUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiB1BgUI%2CQAAO%2CO0BhUV%3BEACD%2CiB1B%2BTI%2CQAAO%2CO0B%5C%2FTV%3BEACD%2CQAAQ%2CUAAW%2CkB1B8Tf%2CQAAO%3BI0B7TP%2CoBAAA%3BI9E%2BBJ%2CYAAA%3B%3BEoDoPA%2CiBA%2BCI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CaAAA%3B%3BEnDrcR%2CiBmDwcK%2COACG%2CQAAO%2COnDzcd%3BIDgKD%2CSE%5C%2FNM%2COF%2BNN%3B%3BEoDwSI%2CiBAAC%2COAQG%3BIACI%2CcAAA%3B%3BEA7DZ%2CiBAiEI%3BIACI%2CaAAA%3B%3BEAKJ%2COAAC%2CMACK%2CUAAO%3BIpD5TjB%2CSAAA%3BIAAA%2CUAAA%3BIH1KA%2CqBAAA%3BIuDweY%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJR%2COAAC%2CMACK%2CUAAO%2CMvDhef%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEuD6dA%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%3BIpD3UpB%2CWAAA%3BIAAA%2CiBAAA%3B%3BEoDmVgB%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%3BIpDhYA%2CmBAAA%3BIoDkYI%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%3BIpDrZjB%2CsDAAA%3B%3BEoDyZgB%2CYApBZ%2CUACI%2CSACI%2CGAAE%2CSAkBG%3BIpDzZjB%2CsDAAA%3BIoD2ZoB%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%3BE0CzqBhB%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%3BI%5C%2FF9GJ%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2C4CAAA%3BI%2BFoHQ%2CgBAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbR%2CqBACI%2CoBAcI%3BIACI%2CiBAAA%3B%3BEjCpTZ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CmBAAA%3B%3BEAEA%2CQAAS%2COAHP%2COAAQ%2CeAAe%3BIAIrB%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CQAAS%2COAHP%2COAAQ%2CeAAe%2CcAOrB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CQAAS%2COAAM%2COAAQ%2COAKnB%3BIACI%2CUAAA%3B%3BEANR%2CQAAS%2COAAM%2COAAQ%2COAKnB%2CiBAGI%3BIACI%2CSAAA%3B%3BEkCmYZ%3BIACI%2CQAAA%3B%3BEAIA%2C4CAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C4CAAC%3BIACG%2CUAAA%3B%3B%3BA7D5dR%2CgBAL4C%3BEf6E5C%2CcACI%3BIpBqJJ%2CYAAA%3BIAAA%2CSAAA%3BIoBlJQ%2CUAAA%3B%3B%3BAexEZ%2CgBAJ2C%3BE0C%2BqBvC%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%22%7D */