@charset "UTF-8";
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@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;
  }
}
/**
 * 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%;
  }
}
@media all and (min-width: 768px), print {
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .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,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .opc-wrapper {
    box-sizing: border-box;
  }
  .product-add-form .fieldset > .field,
  .product-add-form .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,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .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: 1210px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    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: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    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: 53px;
    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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    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: #d1d1d1;
    color: #d1d1d1;
    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;
  }
  .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: 'icons-blank-theme';
    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: 'icons-blank-theme';
    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;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 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 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    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: #fcfcfc;
  }
  .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: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .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 #d1d1d1;
  }
  .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-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    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;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .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: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .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;
  }
  .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%;
  }
  .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;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .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;
    padding: 5px 0;
    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: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    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: inherit;
  }
  .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;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 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 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .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;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 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-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .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;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .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%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .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 {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    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 .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .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;
  }
  .logo img {
    transform: rotate(-6deg);
  }
  a.logo {
    margin-top: -33px;
  }
  li.greet.welcome {
    line-height: 1;
    min-height: 36px;
  }
  span#hide-welcome:after {
    content: '\e901';
    font-family: 'icomoon';
    color: #AFD134;
    font-size: 16px;
    font-style: normal;
    position: absolute;
    right: 6px;
    cursor: pointer;
  }
  .header.content {
    max-width: 1200px;
    padding-left: 40px;
    padding-top: 21px;
    background-color: #fff;
    background-repeat: no-repeat;
    height: auto;
  }
  .page-header .panel.wrapper {
    border-bottom: 0;
  }
  .page-header .header.panel {
    padding-top: 0px;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .header-custom-links-right.content {
    padding: 14px 32px;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1px;
    width: 100%;
    text-align: right;
    display: block;
    max-width: 1200px;
    margin: auto;
  }
  .header-custom-links-right.content a {
    color: #000;
  }
  .header-custom-links-right.content a:hover {
    color: #000;
    text-decoration: none;
  }
  .header-custom-links-right.content a:visited {
    color: #000;
  }
  .header-custom-links-right.content li {
    padding: 0px 14px;
    line-height: 0.8;
    width: auto;
    text-align: right;
    float: left;
  }
  .header-custom-links-right.content li:first-child {
    border-right: 1px solid #AFD134;
  }
  .header-custom-links-left.content {
    display: none;
  }
  .header-custom-links-right.content ul {
    text-align: right;
    float: right;
  }
  .header-after-logo {
    width: 117px;
    float: right;
    margin-right: 18px;
  }
  .header-after-logo li {
    display: block;
    float: right;
  }
  .block-search {
    float: left;
  }
  li.link.wishlist {
    float: left;
  }
  .form.minisearch .rating-result {
    display: none;
  }
  .allow.active .search-icon-mobile:after {
    content: '\e901';
    font-family: 'icomoon';
    color: #f79e28;
    font-size: 24px;
    font-style: normal;
    transition-property: color;
    transition-duration: 0.5s;
    transition-timing-function: ease-in;
    transition-delay: 0.3s;
    cursor: pointer;
  }
  .search-icon-mobile:after {
    content: '\e902';
    font-family: 'icomoon';
    color: #f79e28;
    font-size: 24px;
    font-style: normal;
    cursor: pointer;
  }
  .block-search {
    float: left;
    width: auto;
    margin-top: 6px;
  }
  .search-accordion-top {
    display: inline-block;
    float: left;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1px;
    color: #f79e28;
  }
  .search-accordion-top span {
    height: 20px;
    margin-top: 4px;
    margin-left: 10px;
  }
  .block.block-search {
    right: 162px;
    top: 7px;
    float: left;
    position: absolute;
  }
  .block-search input {
    height: 36px;
    width: 11vw;
    border-radius: 20px;
    padding-left: 50px;
    max-width: 350px;
  }
  .block-search .action.search:before {
    content: '\e902';
    font-size: 20px;
    font-family: 'icomoon';
    margin-left: 4px;
    color: #4c4b4b;
    line-height: 17px;
  }
  .block-search .action.search {
    left: 20px;
    top: 6px;
    text-align: left;
  }
  .close-search {
    color: white;
  }
  .close-search:after {
    width: 12px;
    float: right;
    margin-top: -58px;
    margin-right: -22px;
    font-family: 'icomoon';
    color: #AFD134;
  }
  li.link.wishlist {
    margin-top: -4px;
  }
  li.link.wishlist:before {
    content: '\e904';
    font-size: 24px;
    font-family: 'icomoon';
    margin-left: 14px;
    color: #f79e28;
  }
  .link.wishlist a {
    display: block;
    float: right;
    margin-top: 4px;
    margin-left: 10px;
    color: #f79e28;
  }
  .link.wishlist a:hover {
    text-decoration: none;
  }
  .header-after-logo li {
    float: left;
  }
  .header-after-logo li a {
    color: #f79e28;
    text-decoration: none;
  }
  .header-after-logo li a:hover {
    color: #f79e28;
    text-decoration: none;
  }
  .header-after-logo li a:visited {
    color: #f79e28;
    text-decoration: none;
  }
  .toplogin {
    display: inline-block;
    color: #f79e28;
    text-decoration: none;
    margin-top: -6px;
    width: 28px;
  }
  .toplogin a {
    color: #f79e28;
    text-decoration: none;
    display: block;
    float: right;
    margin-top: 6px;
  }
  .toplogin a:hover {
    color: #f79e28;
    text-decoration: none;
  }
  .toplogin a:visited {
    color: #f79e28;
    text-decoration: none;
  }
  .account-icon:before {
    content: '\e90e';
    font-size: 24px;
    font-family: 'icomoon';
    color: #f79e28;
    margin: -8px 0px 0px 0px;
    display: inline-block;
  }
  .account-icon:before:hover {
    color: #000;
  }
  .minicart-wrapper {
    margin-top: -8px;
    margin-left: 0px;
    width: 50px;
  }
  .minicart-wrapper a.action.showcart::before {
    content: '\e900';
    font-size: 24px;
    font-family: 'icomoon';
    margin-left: 14px;
    color: #f79e28;
  }
  .minicart-wrapper a.action.showcart.active::before {
    content: '\e900';
    font-size: 24px;
    font-family: 'icomoon';
    margin-left: 14px;
    color: #f79e28;
  }
  .nav-menu {
    margin: auto;
  }
  .navigation .level0 .submenu a {
    padding: 1px 20px;
  }
  .section-item-content {
    background-color: #fff;
  }
  .navigation {
    background: #fff;
    border-bottom: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    content: "";
  }
  .nav-sections {
    margin-bottom: 0px;
  }
  .navigation .level0 > .level-top,
  .navigation li.level0 {
    padding: 0 0rem;
    float: none;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .nav-sections .ves-megamenu {
    background: white;
  }
  .nav-sections .ves-megamenu li.level0 > a {
    padding: 0px 12px;
  }
  .nav-sections .ves-megamenu .dropdown-menu .subgroup.level1 > a {
    text-transform: none;
  }
  .nav-sections .navigation .level0 .submenu a:hover,
  .nav-sections .navigation .level0 .submenu a.ui-state-focus {
    background: #f9d519;
  }
  .nav-sections nav.navigation {
    font-size: 14px;
  }
  .nav-sections .ves-megamenu li.active > a {
    color: grey!important;
  }
  .nav-sections .level0 a:after {
    content: '\e90f';
    font-family: 'icomoon';
    color: #AFD134;
    font-size: 14px;
    font-style: normal;
    padding-left: 16px;
  }
  .nav-sections .level0 a:hover:after {
    content: '\e910';
    font-family: 'icomoon';
    color: #AFD134;
    font-size: 14px;
    font-style: normal;
    padding-left: 16px;
  }
  .nav-sections .level1 a:after,
  .nav-sections .level1 a:hover:after,
  .nav-sections .level2 a:after,
  .nav-sections .level2 a:hover:after {
    content: '';
  }
  .ups-top {
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 0px 0px;
    background: #AFD134;
  }
  .ups-top .column1,
  .ups-top .column2,
  .ups-top .column3 {
    float: left;
    width: 33.33%;
    font-family: 'Coiny';
    font-size: 2.6rem;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: 1px;
    color: white;
    border-right: 6px solid #ffffff;
    padding: 0px 0px 0px 0px;
  }
  .ups-top .column1 p,
  .ups-top .column2 p,
  .ups-top .column3 p {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: normal;
  }
  .ups-top .column3 {
    border-right: 0;
  }
  .ups-top .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .ups-row .slick-track {
    margin: 6px 0px;
  }
  header.page-header {
    margin-top: 0px;
    padding-bottom: 0px;
    background: white;
    background-color: white;
    z-index: 99;
  }
  .footer-mobile {
    display: none;
  }
  .footer-desktop {
    display: block;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer-desktop .line-footer {
    background-image: linear-gradient(90deg, #E12228 8.33%, #fff 8.33%, #fff 16.67%, #AFD134 16.67%, #AFD134 25%, #fff 25%, #fff 33.33%, #F9D519 33.33%, #F9D519 41.67%, #fff 41.67%, #fff 50%, #E12228 50%, #E12228 58.33%, #fff 58.33%, #fff 66.67%, #AFD134 66.67%, #AFD134 75%, #fff 75%, #fff 83.33%, #F9D519 83.33%, #F9D519 91.67%, #fff 91.67%, #fff 100%);
    background-size: 100px 100px;
    display: block;
    height: 40px;
  }
  .footer-desktop .footer-row {
    margin: 20px auto;
    max-width: 1200px;
  }
  .footer-desktop ul.green-opentimes {
    font-size: 2.5rem;
    color: #afd134;
    font-weight: 800;
    position: relative;
  }
  .footer-desktop ul.green-opentimes a {
    font-size: 2.5rem;
    color: #afd134;
    font-weight: 800;
  }
  .footer-desktop ul.green-opentimes a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  .footer-desktop ul.green-opentimes a:before {
    content: '\e909';
    font-family: 'Icomoon';
    font-size: 2.5rem;
    color: #afd134;
    font-weight: 800;
    padding-right: 10px;
  }
  .footer-desktop .social-media-links a:hover {
    text-decoration: none;
  }
  .footer-desktop .social-media-links li {
    display: inline-block;
  }
  .footer-desktop .icon-instagram:hover,
  .footer-desktop .icon-pinterest:hover,
  .footer-desktop .icon-facebook:hover,
  .footer-desktop .icon-twitter:hover {
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .footer-desktop .icon-instagram:before,
  .footer-desktop .icon-pinterest:before,
  .footer-desktop .icon-facebook:before,
  .footer-desktop .icon-twitter:before {
    font-size: 36px;
    padding: 0px 8px;
  }
  .footer-desktop .icon-instagram:before {
    padding: 0 4px;
  }
  .footer-desktop .icon-twitter:before {
    color: #499feb;
  }
  .footer-desktop .icon-facebook:before {
    color: #425a94;
  }
  .footer-desktop .icon-pinterest:before {
    color: #d43631;
  }
  .footer-desktop .icon-instagram:before {
    color: white;
  }
  .footer-desktop .icon-instagram {
    height: 40px;
    width: 44px;
    line-height: 40px;
    border-radius: 10px;
    display: inline-block;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  }
  .footer-desktop .bottom-footer .copyrights-footer {
    background: #AFD134;
    margin: 0px 0 0;
    padding: 20px;
  }
  .footer-desktop .bottom-footer .copyrights-footer address {
    text-align: center;
    margin: auto;
    display: block;
  }
  .page-products .products-grid .product-item {
    width: 29.9%;
  }
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 1%;
  }
  .subcategories-block {
    width: 33%;
    display: inline-block;
    padding: 10px;
  }
  .subcategories-block .product-item-name {
    display: none;
  }
  .subcategories-block .product-image img:hover {
    opacity: 0.9;
  }
  .page-layout-1column .sidebar-additional {
    display: none;
  }
  .page-layout-1column .block.filter {
    display: none;
  }
  .category-image {
    display: none;
  }
  li.item.product.product-item:hover {
    box-shadow: 0px 0px 10px grey;
  }
  li.item.product.product-item {
    box-shadow: 0px 0px 0.8px;
    padding: 17px;
  }
  .toolbar-products {
    padding: 0 10px 0 32px;
  }
  .product-promotional-bundles-blue-bear .product-info-main .box-tocart .field.qty {
    display: inline-table;
  }
  .list .product-item-inner {
    width: 100%;
  }
  a.action.towishlist {
    width: 50px;
    margin-left: 7px;
  }
  .abs-actions-addto-gridlist:before {
    color: #E12228;
    font-weight: 800;
    font-size: 6rem;
    line-height: 34px;
  }
  .abs-actions-addto-gridlist:hover:before {
    color: red;
    background: rgba(255, 163, 163, 0);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #f00;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    background: #fce9d4 26;
    width: 50%;
    padding: 23px;
  }
  .block.widget.block-new-products.grid .products-grid .product-item {
    width: 29.9%;
  }
  .block.widget.block-new-products.grid li.product-item:hover {
    box-shadow: 0px 0px 10px grey;
  }
  .block.widget.block-new-products.grid li.product-item {
    box-shadow: 0px 0px 0.8px;
    padding: 17px;
  }
  .block.widget.block-new-products.grid .pager {
    display: none;
  }
  .block.widget.block-new-products.grid .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .block.widget.block-new-products.grid .products-grid .product-item-name > a {
    font-size: 2rem;
  }
  .block.widget.block-new-products.grid .block-title {
    display: none;
  }
  .block.widget.block-new-products.grid button.action.tocart.primary {
    display: none;
  }
  .block.widget.block-new-products.grid .products-grid .product-item,
  .block.widget.block-new-products.grid .products-grid .product-item:nth-child(4n + 1),
  .block.widget.block-new-products.grid .products-grid .product-item:nth-child(3n + 1) {
    width: 29.9%;
    margin-left: calc((100% - 3 * 31.229%) / 2);
    padding: 17px;
    min-height: auto;
  }
  a#tab-label-newproducts-title {
    padding-bottom: 25px;
  }
  .category-new pre.default.prettyprint.prettyprinted {
    display: none;
  }
  .page-main {
    max-width: 1200px;
  }
  .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;
  }
  .page-products .products-grid .product-items {
    margin-left: 0px;
  }
  .page-products .products-grid .product-item,
  .page-products .products-grid .product-item:nth-child(4n + 1),
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    width: 29.9%;
    margin-left: calc((100% - 3 * 31.229%) / 2);
    padding: 17px;
    min-height: auto;
  }
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .actions-secondary {
    top: 43px;
    position: absolute;
    margin-top: 0px;
    z-index: 3;
  }
  li.item.product.product-item {
    position: relative;
  }
  .page-products .products-grid .product-item,
  .page-products .products-grid .product-item:nth-child(4n + 1),
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    position: relative;
  }
}
@media all and (min-width: 768px) and (max-width: 1800px), print and (max-width: 1800px) {
  .block-search input {
    width: 11vw;
  }
}
@media all and (min-width: 768px) and (max-width: 1500px), print and (max-width: 1500px) {
  .block-search input {
    width: 14vw;
  }
}
@media all and (min-width: 768px) and (max-width: 1170px), print and (max-width: 1170px) {
  .block-search input {
    width: 21vw;
  }
}
@media all and (min-width: 768px) and (max-width: 994px), print and (max-width: 994px) {
  .footer-desktop ul.green-opentimes {
    font-size: 2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 994px), print and (max-width: 994px) {
  .footer-desktop ul.green-opentimes a {
    font-size: 2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 994px), print and (max-width: 994px) {
  .footer-desktop ul.green-opentimes a:before {
    font-size: 2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 882px), print and (max-width: 882px) {
  .footer-desktop .icon-instagram:before,
  .footer-desktop .icon-pinterest:before,
  .footer-desktop .icon-facebook:before,
  .footer-desktop .icon-twitter:before {
    font-size: 24px;
  }
}
@media all and (min-width: 768px) and (max-width: 882px), print and (max-width: 882px) {
  .footer-desktop .icon-instagram {
    height: 34px;
    width: 34px;
    line-height: 34px;
  }
}
@media all and (min-width: 768px) and (min-width: 1024px), print and (min-width: 1024px) {
  .page-products .products-grid .product-item {
    width: 29.9%;
  }
}
@media all and (min-width: 768px) and (min-width: 1024px), print and (min-width: 1024px) {
  .block.widget.block-new-products.grid .products-grid .product-item {
    width: 29.9%;
  }
}
@media all and (min-width: 768px) and (max-width: 1150px), print and (max-width: 1150px) {
  .page-products .products-grid .product-item,
  .page-products .products-grid .product-item:nth-child(4n + 1),
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    width: 29.9%;
  }
}
@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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  .block.widget.block-new-products.grid .products-grid .product-item {
    width: 90%;
    padding: 4px;
    text-align: center;
    box-shadow: 0px 0px 0.8px;
  }
}
#cal-emb,
#cal-font {
  display: none;
}
#popup-font-modal-rest #cal-emb,
#popup-font-modal-rest #cal-font {
  display: block;
}
.icon-instagram:before {
  content: "\e90a";
  font-family: 'icomoon';
}
.icon-pinterest:before {
  content: "\e90d";
  font-family: 'icomoon';
}
.icon-facebook:before {
  content: "\e90c";
  font-family: 'icomoon';
}
.icon-twitter:before {
  content: "\e90b";
  font-family: 'icomoon';
}
.footer-social {
  width: 44px;
  height: 44px;
}
/*@rating-icon__count: 5;
@rating-icon__content: @icon-star;
@icon-star:'\e911';
@icon-font:@icomoon-icons__font-name;
@rating-icon__font: @icon-font;
@rating-icon__font-size: 15px;
@rating-icon__letter-spacing: 1px;
@rating-icon__color: #d3e086;

@rating-icon__active__color: @theme__color_green;

@rating-label__hide: false;
//@_icon-color-active: @theme__color_green;
._lib-rating-icon-defalt(
) {
  font-weight: 600;
}

*/
input[type="text"] {
  border: 1px solid #AFD134;
}
header.page-header {
  margin-top: 0px;
  padding-bottom: 0px;
}
.page-header .panel.wrapper {
  border-bottom: 0;
  margin-bottom: -20px;
}
body {
  background-color: #fff;
}
.firecheckout .payment-option,
.firecheckout .checkout-payment-method .discount-code {
  display: none !important;
}
.items-in-cart .minicart-items .product-item .product-item-details {
  display: flex;
  flex-direction: column;
}
.breadcrumbs {
  display: none;
}
.header-custom-links-right.content {
  height: 52px;
}
strong .data.item.title {
  display: 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: 26px;
}
a#tab-label-additional-title {
  padding-bottom: 25px;
}
a#tab-label-reviews-title {
  padding-bottom: 25px;
}
a#tab-label-shippinginfo-title {
  padding-bottom: 25px;
}
.product.data.items > .item.title {
  margin: 0 0px 0 0;
}
.ups-top .column1,
.ups-top .column2,
.ups-top .column3 {
  visibility: visible !important;
}
.menu-nav-container {
  max-width: 1200px;
  margin: auto !important;
}
.tab {
  padding-top: 0px;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  font-family: 'Roboto';
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}
/*.row-home-blocks {
  background: #ffffff;
  box-shadow: 2px 2px 8px;
  padding: 10px;
  margin-bottom: 48px;
  border-radius: 10px;
}*/
.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.tabs a {
  background-color: #eff0f2;
  border-bottom: 1px solid #fff;
  color: #888;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid #AFD134;
}
.tabs_item {
  display: none;
  padding: 0px 0;
}
.tabs_item h4 {
  font-weight: bold;
  color: #AFD134;
  font-size: 20px;
}
.tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.tabs_item:first-child {
  display: block;
}
.current a {
  color: #fff;
  background: #AFD134;
}
#banner {
  display: none;
}
.row-home-blocks {
  border-top: 1px solid lightgrey;
  padding-top: 40px;
  padding-bottom: 24px;
}
.tedysent h1 {
  font-size: 2rem;
  text-align: center;
  background: #AFD134;
  padding: 6px 0px;
  color: white;
}
.catalog-category-view .sidebar-main {
  display: none;
}
.product-item-inner {
  width: 20%;
  display: inline-block;
  float: right;
  margin: -6px;
}
.product-item .price-box {
  margin: 10px 0 25px;
  width: 80%;
  float: left;
}
.page-products .product-item-info {
  width: auto;
}
.tempreviews {
  text-align: center;
  margin-bottom: 30px;
  padding: 12px;
}
.dot_banner span {
  display: none;
}
.cms-home main#maincontent {
  margin-top: 0px;
}
.row.ups-row {
  max-width: 1200px;
  margin: auto;
}
.homepage-aboutus {
  max-width: 1500px;
  margin: auto;
}
.butn,
.butn2 {
  float: right;
  bottom: 100px;
  position: absolute;
  right: 40%;
  background: #afd134;
  background-image: -webkit-linear-gradient(top, #afd134, #afd134);
  background-image: -moz-linear-gradient(top, #afd134, #afd134);
  background-image: -ms-linear-gradient(top, #afd134, #afd134);
  background-image: -o-linear-gradient(top, #afd134, #afd134);
  background-image: linear-gradient(to bottom, #afd134, #afd134);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 20px 20px 20px 20px;
  text-decoration: none;
}
.butn2 {
  right: 20%;
}
.butn:hover,
.butn2:hover {
  background: #c5e640;
  background-image: -webkit-linear-gradient(top, #c5e640, #afd134);
  background-image: -moz-linear-gradient(top, #c5e640, #afd134);
  background-image: -ms-linear-gradient(top, #c5e640, #afd134);
  background-image: -o-linear-gradient(top, #c5e640, #afd134);
  background-image: linear-gradient(to bottom, #c5e640, #afd134);
  text-decoration: none;
  color: white;
}
.page-wrapper .columns .column.main {
  overflow-x: hidden!important;
}
.scroll-to-fixed-fixed {
  border-bottom: 5px solid #AFD134;
  box-shadow: 2px 2px 18px;
}
@media (min-width: 1024px) {
  .page-products .products-grid .product-item {
    width: 29.9%;
  }
}
button#product-addtocart-button {
  background: #E12228;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 10px;
  height: 60px;
  font-family: 'Roboto';
  transition: all 0.4s ease 0s;
}
button#product-addtocart-button:hover {
  background: #E12228;
  -webkit-box-shadow: 2px 2px 3px 0px #979797;
  -moz-box-shadow: 2px 2px 3px 0px #979797;
  box-shadow: 2px 2px 3px 0px #979797;
  transition: all 0.4s ease 0s;
  transform: scale(1.06);
}
.product-info-main .page-title-wrapper .page-title {
  margin-top: 0px;
}
a#tab-label-description-title {
  padding-bottom: 25px;
}
.product.data.items > .item.title.active > .switch {
  color: #fff;
  background: #AFD134;
}
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #AFD134;
  color: white;
}
.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: #AFD134;
  color: white;
}
.product.data.items .switch span.counter:before {
  content: '-';
  padding-right: 4px;
}
.product.data.items > .item.title > .switch {
  background: #faf7f6;
}
.page-wrapper .ves-megamenu li.level0 > a,
.navigation li.level0 a {
  font-family: 'Roboto';
  font-weight: 400;
}
.page-layout-2columns-left .column.main {
  width: 100%;
}
/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}
select {
  font-family: 'Roboto';
  overflow: hidden;
  width: auto;
  -moz-border-radius: 9px 9px 9px 9px;
  -webkit-border-radius: 9px 9px 9px 9px;
  border-radius: 9px 9px 9px 9px;
  box-shadow: 1px 1px 11px #AFD134;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #AFD134;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  background: #fff url(../images/down-arrow.png) no-repeat 110px 1px;
  background-position: 92% 10px;
  background-size: 10px;
  border-radius: 50px;
  height: 28px;
  min-width: 58px;
  width: 170px;
}
select:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  background: #fff url(../images/up-arrow.png) no-repeat 110px 1px;
  background-position: 92% 10px;
  background-size: 10px;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
.product-options-wrapper .fieldset div.ox-above select {
  width: 99%;
}
.search.results dl.block {
  display: none;
}
.fotorama__arr.fotorama__arr--next,
.fotorama__arr.fotorama__arr--prev {
  background: rgba(255, 255, 255, 0);
  max-height: 72px;
  max-width: 50px;
  margin: auto 0;
  border-radius: 12px;
}
.onepage-index-index .logo {
  margin-top: 20px;
}
.checkout-index-index .logo {
  margin-top: 0px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.checkout-index-index .page-main {
  margin-top: 0px;
}
.checkout-index-index #checkout.am-checkout {
  margin: 30px 30px;
  padding: 12px;
  background: white;
  border-radius: 35px;
  box-shadow: 2px 2px 5px #96c64c;
  border: 1px solid #96c64c;
}
.checkout-index-index header.page-header {
  text-align: center;
  margin: auto;
}
.checkout-index-index .checkout-block {
  margin: 7px 9px 32px;
  padding: 24px 12px;
  background: #ffffff 1f;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  border-radius: 2px 40px;
  box-shadow: 2px 2px 5px #96c64c;
  border: 1px solid #96c64c;
}
.opc-block-summary {
  background: #f3f3f3 a1;
  border-radius: 4px 40px;
  box-shadow: 2px 2px 5px #96c64c;
  border: 1px solid #96c64c;
}
span#block-discount-heading {
  color: white;
  border: 1px solid lightgrey;
  padding: 5px;
  background: #afd134;
  font-weight: 600;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: white;
  font-weight: 600;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  color: white;
  font-weight: 600;
}
button.action.action-auth-toggle {
  padding: 5px;
  background: #afd134;
  font-weight: 600;
  color: white;
}
a.action.action-remind {
  color: black;
}
button.action.action-login.secondary {
  background: #e12228;
  color: white;
}
button.action.action-login.secondary:hover {
  background: red;
}
button.action.action-apply {
  background: red;
  color: white;
}
td.col.col-price {
  width: auto;
}
.col.col-method {
  width: auto;
}
a.action.remind {
  color: black;
  padding-right: 31px;
}
.abs-actions-addto-gridlist:before {
  color: #E12228;
  font-size: 3rem;
  line-height: 50px;
  margin-left: -7px;
  overflow: visible;
  width: 50px;
}
.abs-actions-addto-gridlist:hover:before {
  color: red;
  background: rgba(255, 163, 163, 0);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #f00;
  background: #fffdfd;
  height: 50px;
  width: 50px;
  border-radius: 60px;
  margin-left: -7px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
  right: 30px;
  width: 50px;
  background: #e3dcdc;
  border-radius: 40px;
  height: 50px;
}
.products-grid .product-item-name > a,
.products-grid .product.name a > a {
  color: #333333;
  text-decoration: none;
  font-weight: 700;
  height: 130px;
  display: block;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #afd134;
  font-family: 'icomoon';
  font-size: 28px;
  height: 28px;
  letter-spacing: 10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e911' '\e911' '\e911' '\e911' '\e911';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #81972f;
  font-family: 'icomoon';
  font-size: 28px;
  height: 28px;
  letter-spacing: 10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e911' '\e911' '\e911' '\e911' '\e911';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e911' '\e911' '\e911' '\e911';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e911' '\e911' '\e911';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e911' '\e911';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e911';
}
.review-single.col-md-3.col-sm-12.slick-slide {
  max-height: 194px;
}
.homepage-banner {
  margin-top: 40px;
}
.owl-prev {
  font-size: 44px;
  position: absolute;
  top: 40%;
  padding-left: 6px;
  background: #8a2be2 24;
  display: block;
  width: 30px;
  border-radius: 19px;
}
.owl-prev:hover,
.owl-next:hover {
  font-size: 54px;
  margin-top: -10px;
}
.owl-next {
  position: absolute;
  right: 0;
  font-size: 44px;
  top: 40%;
  padding-left: 6px;
  background: #8a2be2 24;
  display: block;
  width: 30px;
  border-radius: 19px;
}
.owl-buttons {
  position: relative;
}
a.logo {
  margin-bottom: 0px;
  margin-top: -48px;
}
.owl-next,
.owl-prev,
.owl-next:hover,
.owl-prev:hover {
  font-size: 25px;
  padding: 10px;
}
.owl-next:hover,
.owl-prev:hover {
  font-size: 25px;
  padding: 10px;
  margin-top: 0px;
  background: #afd134;
}
h3.reviews-title {
  background: #afd134;
  padding: 10px;
  color: white;
  font-weight: 600;
}
a.link-reviews {
  color: white;
  background: #c6c5a4;
  padding: 0px 12px;
}
.box-review-single {
  font-size: 14px;
  font-family: Nunito Sans;
  font-weight: normal;
}
p#title-review {
  font-weight: 600;
  font-size: 16px;
  font-family: Nunito Sans;
}
#mini-cart li.item.product.product-item {
  width: 100%;
  min-height: auto;
}
.ves-megamenu .dropdown-menu .subgroup.level1 > .submenu > .content-wrap > .megamenu-content {
  margin: 0px;
}
@media screen and (min-width: 767px) {
  .sections.nav-sections {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: white;
    z-index: 98;
    border-bottom: 1px solid #afd134;
    box-shadow: 2px 1px 0px #afd134;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border: none;
  }
}
.navigation .ves-megamenu .level0 .submenu .clothing-menu .submenu {
  padding-bottom: 20px;
  max-width: 362px;
}
li.item.product.product-item {
  position: relative;
  box-shadow: 0px 0px 5px grey;
}
.category-new .block.widget .products-grid .product-item {
  box-shadow: 0px 0px 0.8px;
}
.nav-item.level1.nav-2.submenu-left.subgroup.dropdown-submenu.clothing-menu {
  background: #f79e28;
}
.catalog-product-view .prices-tier .background-product-info-price {
  width: auto;
  padding: 0px;
  margin-top: 4px;
}
@media only screen and (min-width: 767px) {
  .nav-item.submenu-left.dropdown-submenu {
    position: static;
  }
}
.toolbar.toolbar-products {
  display: none;
}
@media only screen and (max-width: 600px) and (max-width: 639px) {
  .page-products .products-grid .product-item,
  .page-products .products-grid .product-item:nth-child(4n + 1),
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    width: 90%;
    margin: 10px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 639px) and (max-width: 767px) {
  .page-products .products-grid .product-item,
  .page-products .products-grid .product-item:nth-child(4n + 1),
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin: 5px;
  }
}
@media (max-width: 767px) and (min-width: 640px) {
  .page-products .products-grid .product-item,
  .page-products .products-grid .product-item:nth-child(4n + 1),
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin: 4px;
  }
}
a,
.alink {
  color: #7a7a7a;
}
.checkout-index-index .amcheckout-delivery-date .field.timepicker .label {
  display: none;
}
.checkout-index-index .amcheckout-delivery-date .field.timepicker .control {
  display: none;
}
.swissup-checkout-fields__field label {
  display: none;
}
.swissup-checkout-fields__field .control {
  width: 100%;
}
#mini-cart a {
  color: black;
}
#minicart-content-wrapper a:visited,
.alink:visited {
  color: black;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline !important;
}
.rating-summary .rating-result > span:before {
  color: #f79e28;
  font-weight: 800;
}
.product .fotorama__stage__frame .fotorama__img {
  top: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
  position: static;
  margin-top: auto !important;
}
.actions-toolbar > .primary .action-update {
  background-color: #96c64c;
}
.actions-toolbar > .primary .action-cancel {
  background-color: #f49896;
}
.ves-megamenu li.active > a {
  color: white!important;
}
#stripe-payments-card-number {
  width: 18em;
}
@media screen and (max-width: 468px) {
  label[for=stripe_payments_checkout_card] span:nth-child(2),
  label[for=paypal_express] span {
    display: flex;
  }
}
/**
 * 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.
 */
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fincludes%5C%2Fslick%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fhtml%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fhtml%5C%2F_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fhtml%5C%2F_category.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fhtml%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fhtml%5C%2Fpages%5C%2F_contact.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fhtml%5C%2Fblocks%5C%2F_newproducts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fincludes%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fhtml%5C%2Fmodals%5C%2F_builder.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FReadyTeddyGo%5C%2FTeddy%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CSAAS%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACIT%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%3BACOR%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BAC0JR%2CwBAxB%2BC%3BEAC3C%2CcAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BEACrC%2CcAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BICwHrC%2CyBAAA%3B%3BEDrHA%2CcAAe%2CuBAAsB%3BICqHrC%2C4BAAA%3BIDnHI%2CQAAA%3B%3B%3B%3B%3B%3B%3BAE5ER%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BACtCJ%2CgBALsC%3BECoKtC%2C0BACI%2CcCxLJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEDoLJ%2C0BACI%2CcCxLJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEDiLR%2C0BACI%2CcC9KJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEC4GJ%2COACI%2CgBACI%2CeAGI%3BECgPZ%2CgBAGI%3BEAqEJ%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BECzVhB%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BECyOhB%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIJ7RhB%2CYAAA%3B%3BEC6DA%2COACI%2CgBACI%2CeAGI%2CKDhEX%2CUAAU%3BEEgTX%2CgBAGI%2COFnTH%2CUAAU%3BEEwXX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKF9Xf%2CUAAU%3BEGqCX%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKH3Cf%2CUAAU%3BEIoRX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJ3Rf%2CUAAU%3BEIqRX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJ3Rf%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BECyDJ%2COACI%2CgBACI%2CeAGI%2CKD3DX%2CUAAU%3BEE2SX%2CgBAGI%2COF9SH%2CUAAU%3BEEmXX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKFzXf%2CUAAU%3BEGgCX%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHtCf%2CUAAU%3BEI%2BQX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJtRf%2CUAAU%3BEIgRX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJtRf%2CUAAU%3BIACP%2CYAAA%3B%3BEKiDA%2COAAO%2CKAAM%2CyBACT%3BECjCR%2CyBACI%2CQAAO%3BECwOH%2COAAO%2CKAAM%2CcADjB%3BEAoBA%2CKAAC%2CcAsCG%2CcACI%3BECrGZ%2CaAEI%3BEADJ%2CKAAK%2CcAAe%2CcAChB%3BETvFA%2COAAO%2CKAAM%2CiCACT%3BEUlNR%2CmBACI%2CUAAU%3BEADd%2CmBAEI%3BECsFA%2COAAO%2CKAAM%2CeACT%3BECyOR%2CqBASI%2CMACI%2CqBACI%3BIXvCZ%2CcAAA%3B%3BEAiJgB%2CuBAXZ%2CUASI%2CYACI%2CQACK%3BEDlQjB%2CwBCuPI%2CUASI%2CYACI%2CQACK%3BEDjQjB%2CuBCsPI%2CUASI%2CYACI%2CQACK%3BEYtajB%2CqBZ2ZI%2CUASI%2CYACI%2CQACK%3BEG9UjB%2CmBHmUI%2CUASI%2CYACI%2CQACK%3BEa3ajB%2CKAAK%2CKAAK%2CObgaN%2CUASI%2CYACI%2CQACK%3BIAjFb%2CkBAAA%3BIACA%2CQAAA%3B%3BEDlLJ%2CwBCuPI%2CUACI%2COACK%2CIAAI%2CSACD%3BEDzPhB%2CuBCsPI%2CUACI%2COACK%2CIAAI%2CSACD%3BEY9ZhB%2CqBZ2ZI%2CUACI%2COACK%2CIAAI%2CSACD%3BEGtUhB%2CmBHmUI%2CUACI%2COACK%2CIAAI%2CSACD%3BEanahB%2CKAAK%2CKAAK%2CObgaN%2CUACI%2COACK%2CIAAI%2CSACD%3BIACI%2CUAAA%3B%3BEcjRpB%2CSACI%3BEC9HI%2COAAO%2CIAAI%2CeAAgB%2CKAD%5C%2FB%3BEAEI%2COAAO%2CIAAI%2CqBAAsB%2CKAFrC%3BEboXI%2CgBADJ%2CUACK%3BINnIT%2CkBAAA%3B%3BEoB9IA%3BECgDA%2CaAOI%3BEf4TJ%3BEgB7bA%2CsBACI%3BItBrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEI8%5C%2FBD%2CkBJ%5C%2F%5C%2FBC%3BEI%2B%5C%2FBD%2CkBJ9%5C%2FBC%3BESmFD%2CwBAKI%2CeTzFH%3BESoFD%2CwBAKI%2CeTxFH%3BESoID%2CiCTrIC%3BESqID%2CiCTpIC%3BES0JD%2CkBT3JC%3BES2JD%2CkBT1JC%3BEK6FD%2CkBAWI%2CeLzGH%3BEK8FD%2CkBAWI%2CeLxGH%3BEK6GD%2COACI%2CgBACI%2CeLhHP%3BEK8GD%2COACI%2CgBACI%2CeL%5C%2FGP%3BEW6RD%2CeX9RC%3BEW8RD%2CeX7RC%3BEMkWD%2CgBNnWC%3BEMmWD%2CgBNlWC%3BEM0aD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeN9aX%3BEM2aD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeN7aX%3BEM4bD%2CqBACI%2COAAM%2CUN9bT%3BEM6bD%2CqBACI%2COAAM%2CUN7bT%3BEG0KD%2C0BACI%2CcH5KH%3BEG2KD%2C0BACI%2CcH3KH%3BEuByLD%2CcACI%2CQvB3LH%3BEuB0LD%2CcACI%2CQvB1LH%3BEuB%2BLD%2CMACI%2CeACI%2CSvBlMP%3BEuBgMD%2CMACI%2CeACI%2CSvBjMP%3BEwB6VD%2C0BxB9VC%3BEwB8VD%2C0BxB7VC%3BEcoCD%2CcAKI%2Ced1CH%3BEcqCD%2CcAKI%2CedzCH%3BEOuFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeP3FX%3BEOwFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeP1FX%3BEQsUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeR3UX%3BEQuUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeR1UX%3BEQuUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeR3UX%3BEQwUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeR1UX%3BEyB0RG%2COAAC%2CQzB3RJ%3BEyB2RG%2COAAC%2CQzB1RJ%3BEyBgSD%2CYAQI%2CQAAO%2CMzBzSV%3BEyBiSD%2CYAQI%2CQAAO%2CMzBxSV%3BEM0aD%2CQAaI%2CSNxbH%3BEM2aD%2CQAaI%2CSNvbH%3BEGsKD%2C6BHvKC%3BEGuKD%2C6BHtKC%3BEwBybD%2CyBxB1bC%3BEwB0bD%2CyBxBzbC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEIy%5C%2FBD%2CkBJz%5C%2FBC%3BES8ED%2CwBAKI%2CeTnFH%3BES%2BHD%2CiCT%5C%2FHC%3BESqJD%2CkBTrJC%3BEKwFD%2CkBAWI%2CeLnGH%3BEKwGD%2COACI%2CgBACI%2CeL1GP%3BEWwRD%2CeXxRC%3BEM6VD%2CgBN7VC%3BEMqaD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeNxaX%3BEMubD%2CqBACI%2COAAM%2CUNxbT%3BEGqKD%2C0BACI%2CcHtKH%3BEuBoLD%2CcACI%2CQvBrLH%3BEuB0LD%2CMACI%2CeACI%2CSvB5LP%3BEwBwVD%2C0BxBxVC%3BEc%2BBD%2CcAKI%2CedpCH%3BEOkFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CePrFX%3BEQiUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeRrUX%3BEQkUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeRrUX%3BEyBqRG%2COAAC%2CQzBrRJ%3BEyB2RD%2CYAQI%2CQAAO%2CMzBnSV%3BEMqaD%2CQAaI%2CSNlbH%3BEGiKD%2C6BHjKC%3BEwBobD%2CyBxBpbC%3BIACG%2CWAAA%3B%3BE0ByCJ%2COAAO%3BEAMP%3BEAWA%3BItB0dA%2CsBAAA%3B%3BEuBtfA%3BIvBsfA%2CsBAAA%3B%3BEwByBA%2CiBxBQI%2CUACM%3BEwBTV%2CiBxBQI%2CUAEI%2CQAAU%3BIJ1UlB%2CgBAAA%3B%3BE6BulBA%2C8BzB%5C%2FQI%2CUACM%2CSyB8QT%2CIAAI%2CSACC%3BEADN%2C8BzB%5C%2FQI%2CUAEI%2CQAAU%2CSyB6QjB%2CIAAI%2CSACC%3BEDxRN%2CiBxBQI%2CUACM%2CSyB8QT%2CIAAI%2CSACC%3BEDxRN%2CiBxBQI%2CUAEI%2CQAAU%2CSyB6QjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8BzB%5C%2FQI%2CUACM%2CSyB8QT%2CIAAI%2CSAeC%3BEAfN%2C8BzB%5C%2FQI%2CUAEI%2CQAAU%2CSyB6QjB%2CIAAI%2CSAeC%3BEDtSN%2CiBxBQI%2CUACM%2CSyB8QT%2CIAAI%2CSAeC%3BEDtSN%2CiBxBQI%2CUAEI%2CQAAU%2CSyB6QjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEzBjSR%2C8BACI%2CUACM%2CSyB2KR%3BEzB7KF%2C8BACI%2CUAEI%2CQAAU%2CSyB0KhB%3BEDpLF%2CiBxBQI%2CUACM%2CSyB2KR%3BEDpLF%2CiBxBQI%2CUAEI%2CQAAU%2CSyB0KhB%3BI7BpfF%2CeAAA%3BI6BwfI%2CqBAAA%3B%3BEA6HA%2C8BzB7SA%2CUACM%2CSyB0ST%2COAEI%3BEAAD%2C8BzB7SA%2CUAEI%2CQAAU%2CSyBySjB%2COAEI%3BEAAD%2C8BzB7SA%2CUACM%2CSyB2ST%2CSACI%3BEAAD%2C8BzB7SA%2CUAEI%2CQAAU%2CSyB0SjB%2CSACI%3BEDrTL%2CiBxBQI%2CUACM%2CSyB0ST%2COAEI%3BEDrTL%2CiBxBQI%2CUAEI%2CQAAU%2CSyBySjB%2COAEI%3BEDrTL%2CiBxBQI%2CUACM%2CSyB2ST%2CSACI%3BEDrTL%2CiBxBQI%2CUAEI%2CQAAU%2CSyB0SjB%2CSACI%3BIACG%2CaAAA%3B%3BEDtTR%2CiBxBQI%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEwBb%5C%2FB%2CiBxBQI%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BE0BnkBhB%3BEC6FA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BI3Bg2BnC%2CaAAA%3B%3BEElhBA%2CQAaI%3BEHjRJ%3BEqBmRA%3BIpBskBI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEEtlBJ%2CQAaI%2CSF4kBA%3BED71BJ%2C6BC61BI%3BEoB1kBJ%2CyBpB0kBI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEE5lBR%2CQAaI%2CSFklBA%3BEDn2BJ%2C6BCm2BI%3BEoBhlBJ%2CyBpBglBI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEEpmBR%2CQAaI%2CSF0lBA%3BED32BJ%2C6BC22BI%3BEoBxlBJ%2CyBpBwlBI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BECv7BR%3BEMgMA%2CeAEI%3BECjBJ%2CeACI%3BIRk1BA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BECtgCJ%2CkBDwgCI%3BEOx0BJ%2CeAEI%2CWPs0BA%3BEQv1BJ%2CeACI%2CgBRs1BA%3BIACI%2CiBAAA%3B%3BECzgCR%2CkBD4gCI%2CQACK%3BEC7gCT%2CkBD4gCI%2CQAEK%3BEO90BT%2CeAEI%2CWP00BA%2CQACK%3BEO70BT%2CeAEI%2CWP00BA%2CQAEK%3BEQ71BT%2CeACI%2CgBR01BA%2CQACK%3BEQ51BT%2CeACI%2CgBR01BA%2CQAEK%3BIACG%2CiBAAA%3B%3BEC%5C%2FgCZ%2CkBD4gCI%2CQAMK%3BEOl1BT%2CeAEI%2CWP00BA%2CQAMK%3BEQj2BT%2CeACI%2CgBR01BA%2CQAMK%3BIACG%2CWAAA%3B%3BEsB5lCZ%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BEACA%3BIACI%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEMrDA%2CCAAC%2CmBAAwB%2CQNkDtB%3BI1BoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgCrZL%2CCAAC%2CoBAAyB%2CQN%2BCvB%3BI1BoMP%2CmBAAA%3BIgC9KA%2CqBAAA%3BIhC8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgClZL%2CCAAC%2CyBAA%2BB%2CQN4C7B%3BI1BoMP%2CmBAAA%3BIgClLA%2CYAAA%3BIhCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgC%5C%2FYL%2CCAAC%2C0BAAgC%2CQNyC9B%3BI1BoMP%2CmBAAA%3BIgCtLA%2CWAAA%3BIhCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE0BhWT%3BIAEI%2CiBAAA%3B%3BEM3CA%2CCAAC%2CoBAAyB%3BIhCuO9B%2CmBAAA%3BIgCtLA%2CWAAA%3BIhCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgCtYL%2CCAAC%2CyBAA%2BB%3BIhCoOpC%2CmBAAA%3BIgCtLA%2CWAAA%3BIhCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgCnYL%2CCAAC%2C0BAAgC%3BIhCiOrC%2CmBAAA%3BIgCtLA%2CWAAA%3BIhCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE0B1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEM3CA%2CCAAC%2CoBAAyB%3BIhC2N9B%2CmBAAA%3BIgClLA%2CYAAA%3BIhCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgC1XL%2CCAAC%2CyBAA%2BB%3BIhCwNpC%2CmBAAA%3BIgClLA%2CYAAA%3BIhCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgCvXL%2CCAAC%2C0BAAgC%3BIhCqNrC%2CmBAAA%3BIgClLA%2CYAAA%3BIhCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE0B9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEO6IJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIjCiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BIiCtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BECXR%3BIlCSA%2CmBAAA%3BIAAA%2CgBAAA%3BIkCJI%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%3BIlChBN%2CgBAAA%3B%3BEkCTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BIlCxBJ%2CkBAAA%3BIkC0BQ%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%3BIlC%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIkCsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BIlC1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BEkCkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BIlCpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIkC2EgB%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%3BIlCzFpB%2CqBAAA%3BImChOA%2CqBAAA%3B%3BEDmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBCnGhB%3BInChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEmC2CA%2CWDkPI%2CQA2DK%2COACK%2CaAGI%2CgBCjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSoC9NQ%2COpC8NR%3BIAAA%2CaqCzRe%2CmBrCyRf%3BIAAA%2CsBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEDlFA%2CWAiCI%2CQA8EI%3BIlCtGR%2CgBAAA%3BIAAA%2CyBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIkC8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIlClHZ%2CgBAAA%3B%3BEkCTA%2CWAiCI%2CQA8EI%2CSAyIF%3BIlC%5C%2FON%2CgBAAA%3B%3BEkCkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BIlC1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIkC%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BIlCpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIAAA%2CcAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIkCuQY%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%3BIlCzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BEkCgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BIlCjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEkCTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BIlCzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BEkCTA%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%3BIlCpL5B%2CqBAAA%3BImChOA%2CqBAAA%3B%3BEDgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBC9LxB%3BInChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEmC2CA%2CWDkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBC5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSoCxPQ%2COpCwPR%3BIAAA%2CaqCzRe%2CmBrCyRf%3BIAAA%2CsBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BED0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BIlCpMZ%2CqBAAA%3BImChOA%2CqBAAA%3B%3BEAMA%2CWDkPI%2CQA2KK%2CKC7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSoCzPgB%2COpCyPhB%3BIAAA%2CaqCzRe%2CmBrCyRf%3BIAAA%2CsBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEDkIY%2CWAnLR%2CQA2KK%2CKAQI%3BIACG%2CaAAA%3B%3BEAGJ%2CWAvLR%2CQA2KK%2CKAYI%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CWA9LR%2CQA2KK%2CKAmBI%2CMAAS%3BIACN%2C4BAAA%3B%3BEApBR%2CWA3KJ%2CQA2KK%2CKAuBG%3BIACI%2CcAAA%3B%3BEDnNhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3B%3BEf9HR%2CSAKM%3BIlB8GN%2CgBAAA%3BI6BwcA%2CsBAAA%3BIXpjBQ%2CgBAAA%3B%3BEAPR%2CSAKM%2CSWuvBJ%3BIAoDF%2CSAAA%3B%3BE7Bj7BA%2CSkBsIM%2CSlBtIL%3BEACD%2CSkBqIM%2CSlBrIL%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CSkBgIM%2CSlBhIL%3BIACG%2CWAAA%3B%3BE6BurBJ%2CSXxjBM%2CSWwjBL%2COAAO%3BEACR%2CSXzjBM%2CSWyjBL%2CSAAS%3BI7B3cV%2CqBAAA%3BIAAA%2CYAAA%3BI6B8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEXpkBJ%2CSAKM%2CSWkkBN%3BI7BpdA%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BI6BwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CSX1kBM%2CSW0kBL%2CIAAI%2CSACC%3BI7B7dN%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BI6BkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CSX1kBM%2CSW0kBL%2CIAAI%2CSAUC%3BI7BteN%2CYAAA%3BI6BweQ%2CWAAA%3B%3BES7vBR%2CQAAQ%2CKAAK%3BICVb%2CkBAAA%3BIACA%2CUAAA%3B%3BEvC0CA%2CQsCjCQ%2CKAAK%2CMtCiCZ%3BEACD%2CQsClCQ%2CKAAK%2CMtCkCZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQsCvCQ%2CKAAK%2CMtCuCZ%3BIACG%2CWAAA%3B%3BEsCxCJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDKJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%2CMAID%3BIvCwRN%2CYAAA%3BIuCtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEDDR%2CQAAQ%2CKAAK%2CMCKX%2CQAAK%3BIvCgRP%2CgBAAA%3BIuC7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEvCsBJ%2CQsCjCQ%2CKAAK%2CMCKX%2CQAAK%2CQvC4BN%3BEACD%2CQsClCQ%2CKAAK%2CMCKX%2CQAAK%2CQvC6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQsCvCQ%2CKAAK%2CMCKX%2CQAAK%2CQvCkCN%3BIACG%2CWAAA%3B%3BEuC3BA%2CQDbI%2CKAAK%2CMCKX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BEDdR%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%3BIvCsNP%2CiBAAA%3B%3BEsCrRA%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%3BIvCoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CyBAAA%3BIuC%5C%2FLQ%2CmBAAA%3BIvC%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BEwCjJA%2CQFpIQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUCmEL%3BIxCiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEwC5IA%2CQFzIQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUCwEL%3BIxC4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEwCvIA%2CQF9IQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUC6EL%3BIxCuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEuC1LI%2CQD3FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD5FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BIvCyL9B%2CmBAAA%3B%3BEuCrLI%2CQDhGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDlGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDnGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BIvCkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEuC5KI%2CQDzGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD1GI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQD3GI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BIvC0KtB%2CmBAAA%3B%3BEsCrRA%2CQAAQ%2CKAAK%2CMCgHX%2CQAAK%3BIvCqKP%2CmBAAA%3BIuCnKI%2CgBAAA%3BIACA%2C4BAAA%3BIAoBJ%2CSAAA%3BIvC8IA%2C6BAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BEmBlBJ%2CgBsB0CA%3BIACI%2CWAAA%3B%3BEtB3CJ%2CgBsB8CA%3BIACI%2CYAAA%3B%3BEtB%5C%2FCJ%2CgBsBjBA%3BEtBiBA%2CgBsBhBA%3BIACI%2CqBAAA%3B%3BEtBeJ%2CgBsBjBA%2CSAQI%2CEAAC%3BEtBSL%2CgBsBhBA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEtBQR%2CgBsBHA%2CSACI%3BIzCiQJ%2CiBAAA%3B%3BEmB%5C%2FPA%2CgBsBOA%2CWAKI%2CEAAC%3BIzCmPL%2CeAAA%3B%3BEmB%5C%2FPA%2CgBAEM%3BEAFN%2CgBAGM%3BIACE%2CgBAAA%3B%3BEAJR%2CgBAEM%2CWAIE%3BEANR%2CgBAGM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEuBqIR%2CYAAC%2CYACG%3BI1CiHR%2C6BAAA%3BI0C%5C%2FGY%2CiBAAA%3B%3BECrHZ%3BIACI%2CwBAAA%3B%3BElCmEJ%2CwBACI%3BIACI%2CgCAAA%3B%3BEAFR%2CwBAKI%2CeAGI%3BEARR%2CwBAKI%2CeAII%3BEATR%2CwBAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CwBAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CwBAFR%2CqCACI%2CKACK%3BEACD%2CwBAHR%2CqCACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CwBAPR%2CqCACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CwBAyCI%2CKAAI%3BEAzCR%2CwBA0CI%3BEA1CJ%2CwBA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C6BAAA%3B%3BEAHJ%2CiCAKI%3BIT0GJ%2CmBAAA%3B%3BEStGY%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%3BEJxEZ%2CkBAGI%3BIACI%2CgBAAA%3B%3BEAJR%2CkBAOI%2CSAAQ%3BIACJ%2CYAAA%3B%3BEK5BR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKA%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BEkC0MZ%2CcACI%2CeACI%3BIACI%2CeAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcANR%2CeACI%2CcAKK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CcAAc%2CoBACV%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcAAc%2CqBACV%2CeACI%3BIACI%2CUAAA%3B%3BExB7PZ%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CWAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BEAQR%3BIpB0IA%2CcAAA%3BIoBxII%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIpBkIJ%2CqBAAA%3BImC9QA%2CqBAAA%3B%3BEf%2BIQ%2CWADH%2CIAAI%2CSACA%3BIpB%2BHT%2CcAAA%3BIoB7HY%2CmBAAA%3B%3BEAIR%2CWAAC%3BIACG%2C%2BBAAA%3B%3BEAGJ%2CWAAC%3BIpBqHL%2CcAAA%3B%3BEoB1IA%2CWe8HE%3BInChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEmCHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSoCnPQ%2COpCmPR%3BIAAA%2CaqCzRe%2CmBrCyRf%3BIAAA%2CsBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BInC2PL%2CcAAA%3B%3BEmCzKA%2CUAAC%3BInCyKD%2CSoCrPQ%2COpCqPR%3B%3BEoBnGI%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BEQiXR%2CkBAEI%3BEADJ%2CuBACI%3BIACI%2CcAAA%3B%3BEAHR%2CkBAEI%2CYAGI%2COAAM%3BEAJd%2CuBACI%2CYAGI%2COAAM%3BIACF%2CmBAAA%3B%3BEANZ%2CkBAEI%2CYAOI%3BEARR%2CuBACI%2CYAOI%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAKZ%2CkBACI%2CoBACI%3BIACI%2CiBAAA%3B%3BEAKZ%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%3BEAuCZ%3BIACI%2CYAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBACI%3BIACI%2CUAAA%3B%3BEAFR%2CoBAII%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%3BEiBpkBJ%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BI7CgMR%2CiBAAA%3B%3BE6CzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BI7CqLR%2CeAAA%3B%3BE6CzMA%2CqBAcI%2CQAUI%3BI7CiLR%2CiBAAA%3BI6C%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BI7C0KR%2CeAAA%3B%3BE6CzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BI7CmKb%2CeAAA%3BI6CjKgB%2CWAAA%3B%3BExBmEhB%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEALJ%2CaAWI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3BEAdR%2CaAiBI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEApBR%2CaAuBI%3BIAEI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BErB2JR%2CaqB%5C%2FJI%2CMrB%2BJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2CaqBpKI%2CMrBoKH%3BIA7FD%2CcAAA%3B%3BEAkGA%2CaqBzKI%2CMrByKH%3BIAlGD%2CcAAA%3B%3BEAuGA%2CaqB9KI%2CMrB8KH%3BIAvGD%2CcAAA%3B%3BEqB9FA%2CaA8BI%2CQAAO%3BIrBgEX%2CqBAAA%3BI8CzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BI9CgDA%2CgBAAA%3BIqBxDQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEA1CR%2CaA8BI%2CQAAO%2COcoDT%3BInChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEmCHA%2CadwMI%2CQAAO%2COcxMV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BInC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSoC3OU%2COpC2OV%3BIAAA%2CaqCzRe%2CmBrCyRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BImCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2Cad2LA%2CQAAO%2COc5LV%2CMACI%3BInC2PL%2CcAAA%3B%3BEmCrPI%2CadqLA%2CQAAO%2COctLV%2COACI%3BInCqPL%2CcAAA%3B%3BE8C7CA%2CazBnBI%2CQAAO%2COyBmBV%3BEACD%2CazBpBI%2CQAAO%2COyBoBV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CazBzBI%2CQAAO%2COyByBV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CazB9BI%2CQAAO%2COyB8BV%3BEACD%2CazB%5C%2FBI%2CQAAO%2COyB%2BBV%3BEACD%2CQAAQ%2CUAAW%2CczBhCf%2CQAAO%3BIyBiCP%2CoBAAA%3BI9C%2BBJ%2CYAAA%3B%3BEqBjDY%2CaAfR%2CQAAO%2COAcF%2CMACI%3BIrBiDb%2CWAAA%3B%3BEqB1CA%3BIACI%2CaAAA%3B%3BEVmFJ%2CeAMI%3BIACI%2CWAAA%3B%3BEAEA%2CeAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGI%2COAAO%2CKAAM%2CcADjB%2CiBAGU%3BIACE%2CWAAA%3B%3BEAThB%2CaAcI%2COACI%2CUACI%3BIXzEZ%2CgBAAA%3BIW2EgB%2CgBAAA%3B%3BEkB4gBhB%2CalBhhBI%2COACI%2CUACI%2COkB8gBX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CalBhhBI%2COACI%2CUACI%2COkB8gBX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BElB%5C%2FiBR%2CaAcI%2COACI%2CUACI%2COkB2aV%3BI7BpfF%2CeAAA%3BI6BwfI%2CqBAAA%3B%3BEA6HA%2CalB9iBA%2COACI%2CUACI%2COkB0iBX%2COAEI%3BEAAD%2CalB9iBA%2COACI%2CUACI%2COkB2iBX%2CSACI%3BIACG%2CaAAA%3B%3BElBpiBJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAKI%2CKARX%2CcAMG%2CMACI%2CKACK%3BIACG%2CsBAAA%3B%3BEAIR%2CKAbP%2CcAMG%2CMAOK%2CQACG%3BIACI%2CiBAAA%3B%3BEAMR%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA9BP%2CcAoBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CKAAC%2CcAsCG%2CcACI%3BIACI%2CgBAAA%3B%3BEAzChB%2CKA%2BCI%3BIACI%2CmBAAA%3B%3BEAKR%2CsBACI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAHR%2CsBAMI%3BIACI%2CYAAA%3BIACA%2CeAAA%3B%3BEAGI%2CsBALR%2COAII%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BEoCjDZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3BIACA%2CYAAA%3B%3BEpB3UR%3BI3B%2BMA%2CmBAAA%3BIgCtLA%2CWAAA%3BIhCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI2B9WL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEqBsER%3BIhD%2BHA%2CYAAA%3B%3BEiD1QA%2CqBACI%2CaACI%3BIjDwQR%2CgBAAA%3B%3BEiD1QA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEC8NhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEAMhB%2CYACI%3BEADJ%2CYAEI%3BIlDmBJ%2CgBAAA%3B%3BEkDdA%3BIACI%2CWAAA%3B%3BEC3QJ%3BInDwRA%2CmBAAA%3BIAAA%2CmBAAA%3BIgClLA%2CYAAA%3BIhCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoD7QT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BECnEZ%3BIrD2KA%2CsBAAA%3BIAAA%2CyBAAA%3BIqDxKI%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%3BIrD4JL%2CYAAA%3BIqD1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIrDkJA%2CmBAAA%3BIqDhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BIrD4IJ%2CiBAAA%3BIqD1IQ%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%3BIrDkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIqDrQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BIrDyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BEqDjPR%2CqBAqBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBANJ%2COAAM%2COAME%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CqBAZR%2COAAM%2COAME%2CSAMC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEAnChB%2CqBAwCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEClCR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAZhB%2CwBAiBI%2CwBACI%2CUACM%3BIACE%2CgBAAA%3B%3BEAGI%2CwBANhB%2CwBACI%2CUACM%2CSAGG%2COACI%3BIACG%2CUAAA%3BIACA%2CQAAA%3B%3BEAIR%2CwBAZZ%2CwBACI%2CUACM%2CSAUG%2CKACG%3BIACI%2CkBAAA%3B%3BEAGJ%2CwBAjBhB%2CwBACI%2CUACM%2CSAUG%2CKAKI%2CaACG%3BIACI%2CcAAA%3B%3BEAS5B%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BEC7CZ%2CwBACI%3BIvDoGJ%2CkBAAA%3B%3BEuDrGA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BECjLhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BElD4XJ%2CgBAGI%2COAEI%2COACI%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEATpB%2CgBAGI%2COAEI%2COACI%2CiBAMM%3BIACE%2CWAAA%3B%3BEAcpB%2CSACI%2CUACI%2COACI%3BIN7IZ%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIMkJgB%2CsBAAA%3BIACA%2CWAAA%3B%3BEAThB%2CSACI%2CUACI%2COAUI%3BINtJZ%2CYAAA%3BIMwJgB%2CWAAA%3B%3BEAMhB%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BEACZ%2CKAAK%2COAAO%3BEACZ%2CKAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAOJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAsBR%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CiBAAA%3B%3BEAchB%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BEmD%5C%2FbR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAPR%2C0BAUI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEAGI%2C0BALR%2CwBAII%2COAAM%2CIACE%3BIACA%2CcAAA%3B%3BE7CqKhB%2CaACI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAII%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAII%2CiBAKI%3BIACI%2CYAAA%3B%3BEAVZ%2CaAII%2CiBAKI%2CWAGI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3B%3BEAdhB%2CaAII%2CiBAKI%2CWAQI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CaArBR%2CiBAoBK%2CUAAU%2CGACN%3BIZAb%2C8BAAA%3BIYEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BIZfA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEYsCI%2CKAAC%2CcACG%3BIACI%2CWAAA%3B%3BEASZ%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BET5IR%2CyBACI%3BIACI%2CmBAAA%3B%3BEAFR%2CyBACI%2CUAEM%2C2BACI%3BIHoFd%2CgBAAA%3BI6BwcA%2CsBAAA%3B%3BE1BhiBA%2CyBACI%2CUAEM%2C2BACI%2CS0B6tBZ%3BIAoDF%2CSAAA%3B%3BE7Bj7BA%2CyBG6JI%2CUAEM%2C2BACI%2CSHhKb%3BEACD%2CyBG4JI%2CUAEM%2C2BACI%2CSH%5C%2FJb%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBGuJI%2CUAEM%2C2BACI%2CSH1Jb%3BIACG%2CWAAA%3B%3BE6BurBJ%2CyB1BjiBI%2CUAEM%2C2BACI%2CS0B8hBb%2COAAO%3BEACR%2CyB1BliBI%2CUAEM%2C2BACI%2CS0B%2BhBb%2CSAAS%3BI7B3cV%2CqBAAA%3BIAAA%2CYAAA%3BI6B8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BE1BziBJ%2CyBACI%2CUAEM%2C2BACI%2CS0BwiBd%3BI7BpdA%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BI6BwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CyB1BnjBI%2CUAEM%2C2BACI%2CS0BgjBb%2CIAAI%2CSACC%3BI7B7dN%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BI6BkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CyB1BnjBI%2CUAEM%2C2BACI%2CS0BgjBb%2CIAAI%2CSAUC%3BI7BteN%2CYAAA%3BI6BweQ%2CWAAA%3B%3BE1BliBA%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%3BEoBlBZ%2CuBAEI%3BEADJ%2CeACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBANJ%2CeAMQ%3BEAAJ%2CeANJ%2CeAMQ%3BIvBoCZ%2C8BAAA%3BIuBlCY%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEPlOZ%2CqBAEI%3BEAFJ%2CqBAGI%2COAAM%3BIhB8PV%2CgBAAA%3B%3BEgBzPA%2CkBACI%3BIACI%2CUAAA%3B%3BEQmVJ%2CSAAC%2COAAO%3BIAKJ%2CYAAA%3BIxBjGR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BIwBsGQ%2CWAAA%3B%3BEAVJ%2CSAAC%2COAAO%2CMACJ%3BIxB7FR%2CgBAAA%3B%3BE6BulBA%2CSL3fK%2COAAO%2CMACJ%2COK0fP%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CSL3fK%2COAAO%2CMACJ%2COK0fP%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEL5gBJ%2CSAAC%2COAAO%2CMACJ%2COKuZN%3BI7BpfF%2CeAAA%3BI6BwfI%2CqBAAA%3B%3BEA6HA%2CSLzhBC%2COAAO%2CMACJ%2COKshBP%2COAEI%3BEAAD%2CSLzhBC%2COAAO%2CMACJ%2COKuhBP%2CSACI%3BIACG%2CaAAA%3B%3BEL5gBR%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%3BIxBjKZ%2CeAAA%3B%3BEwBuKQ%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%3BEkC5ZpB%2CMAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CMAAM%2CWAIF%3BIACI%2CiBAAA%3B%3BEAEA%2CMAPF%2CWAIF%2COAGK%3BIACG%2CgBAAA%3B%3BEARZ%2CMAAM%2CWAIF%2COAOI%3BIACI%2CWAAA%3B%3BEAZZ%2CMAAM%2CWAgBF%2CQAAO%3BIACH%2CkBAAA%3B%3BE5CHR%2CcACI%3BIACI%2CgCAAA%3B%3BEAFR%2CcAKI%2CeAEI%3BEAPR%2CcAKI%2CeAGI%3BEARR%2CcAKI%2CeAII%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAZZ%2CcAKI%2CeAUI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAjBZ%2CcA2BI%2CKAAI%3BEA3BR%2CcA4BI%3BEA5BJ%2CcA6BI%3BIACI%2CiBAAA%3B%3BE6C%2BBJ%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEC9GR%2CgBACM%3BIACE%2CiBAAA%3B%3BErDoFR%2CmBAEI%2CYACI%2COAAM%3BIACF%2CgBAAA%3B%3BEASZ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIAEI%2CmBAAA%3B%3BEAOpB%2CuBACI%2CaACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CuBACI%2CaAKI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BECsKZ%2CkBACI%3BEADJ%2CkBAEI%3BIACI%2CiBAAA%3B%3BEAKI%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BEAMhB%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CYAAA%3B%3BEAIR%2CsBACI%2CQAAO%3BIACH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CmBACI%3BIRzEJ%2CiBAAA%3B%3BEQmFA%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIAEI%2CmBAAA%3B%3BEiB5FpB%2CaACM%3BEADN%2CaAEM%3BEAFN%2CaAGM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CWAAY%3BIACR%2CcAAA%3B%3BEAIA%2COAAC%2CMACK%2CUAAO%3BIACL%2CYAAA%3BIACA%2CYAAA%3BIzBjBZ%2CSAAA%3BIAAA%2CUAAA%3BIwC1KA%2CqBAAA%3BIf6LY%2CiBAAA%3B%3BEALR%2COAAC%2CMACK%2CUAAO%2CMenLf%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEfgLA%2COAAC%2CMACK%2CUAAO%2CMAMH%3BIACE%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEA%2COAXX%2CMACK%2CUAAO%2CMAMH%2CKAIG%3BEAXb%2COAAC%2CMACK%2CUAAO%2CMAMH%2CKAKE%3BIACI%2CgBAAA%3B%3BEAGJ%2COAhBX%2CMACK%2CUAAO%2CMAMH%2CKASG%2CQACG%3BIzB%5C%2FBpB%2CiBAAA%3B%3BEyBuCI%2COAAC%3BIAEG%2CoBAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3B%3BEALR%2CYAQI%2CQAAO%3BIAEH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CqBAAA%3B%3BEAIR%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIACI%2CqBAAA%3B%3BEADJ%2CKAGI%3BIACI%2CmBAAA%3B%3BEAKJ%2COAAC%2CQACG%3BIACI%2CYAAA%3B%3BEAFR%2COAAC%2CQAKG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEATR%2COAAC%2CQAYG%2CUAAS%3BIACL%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEoC5UZ%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BE9CoPA%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CqBAAA%3B%3BEAGJ%2CcAPE%2CSACV%2CSACK%2CKAKI%3BIACG%2CgBAAA%3B%3BEANR%2CcAFM%2CSACV%2CSACK%2CKASG%2CUACI%2COAAM%3BIACF%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAZZ%2CcAFM%2CSACV%2CSACK%2CKASG%2CUACI%2COAAM%2CIAIF%3BIACI%2CWAAA%3B%3BEAfhB%2CcAFM%2CSACV%2CSACK%2CKAoBG%2CYACI%3BIACI%2CSAAA%3B%3BEAtBZ%2CcAFM%2CSACV%2CSACK%2CKAoBG%2CYAKI%3BIACI%2CgBAAA%3B%3BEAUR%2CqBAFR%2CSACK%2CKACI%3BIACG%2CYAAA%3B%3BEgB3OhB%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%3BE%2BBwXd%2CKAAM%3BIACJ%2CWAAW%2CaAAX%3B%3BEAEF%2CCAAC%3BIACC%2CiBAAA%3B%3BEAIF%2CEAAE%2CMAAM%3BIACN%2CcAAA%3BIACA%2CgBAAA%3B%3BEAEF%2CIAAI%2CaAAa%3BIACf%2CSAAS%2COAAT%3BIACA%2CaCldwB%2CSDkdxB%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAEF%2COAAO%3BIACL%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2CYAAA%3B%3BEAGF%2CYACE%2COAAM%3BIACJ%2CgBAAA%3B%3BEAFJ%2CYAIE%2CQAAO%3BIACL%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2C0BAA0B%3BIACxB%2CkBAAA%3BIACA%2CaC1fqB%2CQD0frB%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEAbF%2C0BAA0B%2CQAcxB%3BIACE%2CWAAA%3B%3BEAfJ%2C0BAA0B%2CQAiBxB%2CEAAC%3BIACC%2CWAAA%3BIACA%2CqBAAA%3B%3BEAnBJ%2C0BAA0B%2CQAqBxB%2CEAAC%3BIACC%2CWAAA%3B%3BEAtBJ%2C0BAA0B%2CQAwBxB%3BIACE%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEA7BJ%2C0BAA0B%2CQAgCxB%2CGAAE%3BIACA%2C%2BBAAA%3B%3BEAGJ%2CyBAAyB%3BIACvB%2CaAAA%3B%3BEAEF%2C0BAA0B%2CQAAS%3BIACjC%2CiBAAA%3BIACA%2CYAAA%3B%3BEAIF%3BIACE%2CYAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3B%3BEAEF%2CkBAAmB%3BIACjB%2CcAAA%3BIACA%2CYAAA%3B%3BEAEF%3BIACE%2CWAAA%3B%3BEAGF%2CEAAE%2CKAAK%3BIACL%2CWAAA%3B%3BEAKD%2CKAAK%2CWAAY%3BIACb%2CaAAA%3B%3BEAEL%2CMAAM%2COAAQ%2CoBAAmB%3BIAC%5C%2FB%2CSAAS%2COAAT%3BIACA%2CaCpjBwB%2CSDojBxB%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CmCAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CmBAAmB%3BIACjB%2CSAAS%2COAAT%3BIACA%2CaChkBwB%2CSDgkBxB%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEF%3BIACE%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEAVF%2CqBAWE%3BIACE%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAIJ%2CMAAM%3BIACJ%2CYAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEF%2CaAAc%3BIACZ%2CYAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAWF%2CaAAc%2CQAAO%2COAAO%3BIAC1B%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CaCtnBwB%2CSDsnBxB%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CaAAc%2CQAAO%3BIACnB%2CUAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3B%3BEAEF%3BIACE%2CYAAA%3B%3BEAEF%2CaAAa%3BIACX%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIAEA%2CaCzoBwB%2CSDyoBxB%3BIACA%2CcAAA%3B%3BEAIF%2CEAAE%2CKAAK%3BIACL%2CgBAAA%3B%3BEAEF%2CEAAE%2CKAAK%2CSAAS%3BIACd%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CaCppBwB%2CSDopBxB%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAEF%2CKAAK%2CSACH%3BIACE%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEANJ%2CKAAK%2CSAQH%2CEAAC%3BIACC%2CqBAAA%3B%3BEAIJ%2CkBACE%3BIACE%2CWAAA%3B%3BEAFJ%2CkBAIE%2CGAAG%3BIACD%2CcAAA%3BIACA%2CqBAAA%3B%3BEANJ%2CkBAQE%2CGAAG%2CEAAC%3BIACF%2CcAAA%3BIACA%2CqBAAA%3B%3BEAVJ%2CkBAYE%2CGAAG%2CEAAC%3BIACF%2CcAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACE%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEALF%2CSAME%3BIACE%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAXJ%2CSAaE%2CEAAC%3BIACC%2CcAAA%3BIACA%2CqBAAA%3B%3BEAfJ%2CSAiBE%2CEAAC%3BIACC%2CcAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CaAAa%3BIACX%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CaC%5C%2FsBwB%2CSD%2BsBxB%3BIACA%2CcAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3B%3BEAEF%2CaAAa%2COAAO%3BIAClB%2CWAAA%3B%3BEAIF%3BIACE%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEF%2CiBAAkB%2CEAAC%2COAAO%2CSAAS%3BIACjC%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CaCjuBwB%2CSDiuBxB%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAEF%2CiBAAkB%2CEAAC%2COAAO%2CSAAS%2COAAO%3BIACxC%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CaCxuBwB%2CSDwuBxB%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAGF%3BIACE%2CYAAA%3B%3BEAIF%2CWAAY%2CQAAQ%2CSAAS%3BIAC3B%2CiBAAA%3B%3BEAEF%3BIACE%2CsBAAA%3B%3BEAEF%3BIACE%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEALF%2CWAME%2CQAAO%2COAAU%2CaAAa%2CgBAAa%3BIACzC%2CSAAS%2CEAAT%3B%3BEAGJ%3BIACE%2CkBAAA%3B%3BEAEF%2CWAAY%2CQAAQ%3BEACpB%2CWAAY%2CGAAE%3BIACZ%2CeAAA%3BIAEA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEF%2CaAEE%3BIACE%2CiBAAA%3B%3BEAHJ%2CaAKE%2CcAAc%2CGAAE%2COAAU%3BIAExB%2CiBAAA%3B%3BEAPJ%2CaAUE%2CcAAc%2CeAAe%2CUAAS%2COAAU%3BIAG9C%2CoBAAA%3B%3BEAbJ%2CaAeE%2CYAAY%2CQAAQ%2CSAAS%2CEAAC%3BEAfhC%2CaAewC%2CYAAY%2CQAAQ%2CSAAS%2CEAAC%3BIAClE%2CmBAAA%3B%3BEAhBJ%2CaAkBE%2CIAAG%3BIACD%2CeAAA%3B%3BEAnBJ%2CaAwBE%2CcAAc%2CGAAE%2COAAQ%3BIACtB%2CqBAAA%3B%3BEAzBJ%2CaA2BE%2CQAAQ%2CEAAC%3BIACP%2CSAAS%2COAAT%3BIACA%2CaC1yBsB%2CSD0yBtB%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAjCJ%2CaAmCE%2CQAAQ%2CEAAC%2CMAAM%3BIACb%2CSAAS%2COAAT%3BIACA%2CaClzBsB%2CSDkzBtB%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAzCJ%2CaA2CE%2CQAAQ%2CEAAC%3BEA3CX%2CaA4CE%2CQAAQ%2CEAAC%2CMAAM%3BEA5CjB%2CaA6CE%2CQAAQ%2CEAAC%3BEA7CX%2CaA8CE%2CQAAQ%2CEAAC%2CMAAM%3BIACb%2CSAAS%2CEAAT%3B%3BEAKJ%3BIACE%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEALF%2CQAME%3BEANF%2CQAmDF%2CCA7Ca%3BEANX%2CQAmDF%2CCA7CsB%3BIAChB%2CWAAA%3BIACA%2CaAAA%3BIACA%2CaC%5C%2F0BoB%2COD%2B0BpB%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2C%2BBAAA%3BIACA%2CwBAAA%3B%3BEAlBJ%2CQAME%2CSAaE%3BEAnBJ%2CQAmDF%2CCA7Ca%2CQAaP%3BEAnBJ%2CQAmDF%2CCA7CsB%2CQAahB%3BIACE%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAtBN%2CQAyBE%3BIACE%2CeAAA%3B%3BEA1BJ%2CQA6BE%2CKAAI%3BIACF%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAGH%2CQAAS%3BIACL%2CeAAA%3B%3BEAGL%2CMAAM%3BIACJ%2CeAAA%3BIACA%2CmBAAA%3BIAGA%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3B%3BEE5vBF%3BIAAgB%2CaAAA%3B%3BEAChB%3BIACE%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAJF%2CeAKE%3BIACE%2CkBAAkB%2C4UAAlB%3BIACA%2C4BAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEATJ%2CeAWE%3BIACE%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAbJ%2CeAeE%2CGAAE%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAnBJ%2CeAeE%2CGAAE%2CgBASA%3BIACE%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEA3BN%2CeAeE%2CGAAE%2CgBAkBA%2CEAAC%3BIACC%2CqBAAA%3BIACA%2CYAAA%3B%3BEAnCN%2CeAeE%2CGAAE%2CgBAuBA%2CEAAC%3BIACC%2CSAAS%2COAAT%3BIACA%2CaAAa%2CSAAb%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEA5CN%2CeAkDE%2CoBACE%2CEAAC%3BIACC%2CqBAAA%3B%3BEApDN%2CeAkDE%2CoBAIE%3BIACE%2CqBAAA%3B%3BEAvDN%2CeA0DE%2CgBAAe%3BEA1DjB%2CeA2DE%2CgBAAe%3BEA3DjB%2CeA4DE%2CeAAc%3BEA5DhB%2CeA6DE%2CcAAa%3BIACX%2CYAAA%3BIACA%2CmCAAA%3BIACA%2CkCAAA%3B%3BEAhEJ%2CeAmEE%2CgBAAe%3BEAnEjB%2CeAoEE%2CgBAAe%3BEApEjB%2CeAqEE%2CeAAc%3BEArEhB%2CeAsEE%2CcAAa%3BIACX%2CeAAA%3BIACA%2CgBAAA%3B%3BEAxEJ%2CeA6EE%2CgBAAe%3BIACb%2CcAAA%3B%3BEA9EJ%2CeAgFE%2CcAAa%3BIACX%2CcAAA%3B%3BEAjFJ%2CeAmFE%2CeAAc%3BIACZ%2CcAAA%3B%3BEApFJ%2CeAsFE%2CgBAAe%3BIACb%2CcAAA%3B%3BEAvFJ%2CeAyFE%2CgBAAe%3BIACb%2CYAAA%3B%3BEA1FJ%2CeA4FE%3BIACE%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CYAAY%2CkGAAZ%3BIACA%2CYAAY%2C0GAAZ%3B%3BEAnGJ%2CeA2GE%2CeAAe%3BIACb%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3B%3BEA9GJ%2CeA2GE%2CeAAe%2CmBAMb%3BIACE%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3B%3BEC7MN%2CcAAe%2CeAAe%3BIAC5B%2CYAAA%3B%3BEAOF%2C0BAA2B%3BIACzB%2CiBAAA%3B%3BEAEF%3BIACE%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3B%3BEAHF%2CoBAIE%3BIACE%2CaAAA%3B%3BEALJ%2CoBAOE%2CeAAe%2CIAAG%3BIAChB%2CYAAA%3B%3BEAGJ%2CoBACE%3BIACE%2CaAAA%3B%3BEAFJ%2CoBAIE%2COAAM%3BIACJ%2CaAAA%3B%3BEAGJ%3BIACE%2CaAAA%3B%3BEAGF%2CEAAE%2CKAAK%2CQAAQ%2CaAAa%3BIAC1B%2C6BAAA%3B%3BEAEF%2CEAAE%2CKAAK%2CQAAQ%3BIACb%2CyBAAA%3BIACA%2CaAAA%3B%3BEAGF%3BIACE%2CsBAAA%3B%3BECgIF%2CsCAAuC%2CmBAAmB%2CYAAY%2COAAM%3BIAC1E%2CqBAAA%3B%3BEAGF%2CKAAM%3BIACJ%2CWAAA%3B%3BEAGD%2CCAAC%2COAAO%3BIACL%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2C2BAA2B%3BIACzB%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEF%2C2BAA2B%2CMAAM%3BIAC%5C%2FB%2CUAAA%3BIACA%2CkCAAA%3BIACA%2CmBAAmB%2CWAAnB%3BIACA%2CgBAAgB%2CWAAhB%3BIACA%2CeAAe%2CWAAf%3BIACA%2CWAAW%2CWAAX%3BIACA%2CWAAA%3B%3BEC5OF%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACzD%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BECoBJ%2CMAAM%2COAAO%2CmBAAmB%2CKAC1B%2CeAAe%3BIACb%2CYAAA%3B%3BEAFR%2CMAAM%2COAAO%2CmBAAmB%2CKAOxB%2CGAAE%2CaAAa%3BIACnB%2C6BAAA%3B%3BEARJ%2CMAAM%2COAAO%2CmBAAmB%2CKAU7B%2CGAAE%3BIACE%2CyBAAA%3BIACA%2CaAAA%3B%3BEAZP%2CMAAM%2COAAO%2CmBAAmB%2CKAc5B%3BIACI%2CaAAA%3B%3BEAfR%2CMAAM%2COAAO%2CmBAAmB%2CKAiB5B%2CsBAAsB%2CmBAAqB%2CUAAO%3BIAC%5C%2FC%2CaAAA%3B%3BEAlBP%2CMAAM%2COAAO%2CmBAAmB%2CKAqB7B%2CeAAe%2CmBAAqB%3BIAC%5C%2FB%2CeAAA%3B%3BEAtBR%2CMAAM%2COAAO%2CmBAAmB%2CKAwB7B%3BIACI%2CaAAA%3B%3BEAzBP%2CMAAM%2COAAO%2CmBAAmB%2CKA2B7B%2COAAM%2COAAO%2COAAO%3BIACnB%2CaAAA%3B%3BEA5BJ%2CMAAM%2COAAO%2CmBAAmB%2CKA8B7B%2CeAAe%3BEA9BlB%2CMAAM%2COAAO%2CmBAAmB%2CKA8BC%2CeAAe%2CcAAa%2CUAAU%3BEA9BvE%2CMAAM%2COAAO%2CmBAAmB%2CKA8BiD%2CeAAe%2CcAAa%2CUAAU%3BIACnH%2CYAAA%3BIACA%2CaAAa%2C8BAAb%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEAIJ%2CCAAC%3BIACG%2CoBAAA%3B%3BEAED%2CaAAc%2CIAAG%2CQAAQ%2CYAAY%3BIACpC%2CaAAA%3B%3BECpEF%3BIACE%2CiBAAA%3B%3BEC6dA%3BIACI%2CQAAA%3B%3BEAIA%2C4CAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C4CAAC%3BIACG%2CUAAA%3B%3BEC7bV%2CcAAe%2CeAAe%3BIAC5B%2CgBAAA%3B%3BEAEF%2CcAAe%2CeAAe%3BEAC9B%2CcAAe%2CeAAe%2CcAAa%2CUAAU%3BEACrD%2CcAAe%2CeAAe%2CcAAa%2CUAAU%3BIACnD%2CYAAA%3BIACA%2CaAAa%2C8BAAb%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEAKF%2CoBAAqB%2CeAAe%2CcAAa%2CUAAU%3BIACzD%2CeAAA%3B%3BEAGF%3BIACE%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEAEF%2CEAAE%2CKAAK%2CQAAQ%3BIACb%2CkBAAA%3B%3BEAEF%2CcAAe%2CeAAe%3BEAAe%2CcAAe%2CeAAe%2CcAAa%2CUAAU%3BEAAU%2CcAAe%2CeAAe%2CcAAa%2CUAAU%3BIAC%5C%2FJ%2CkBAAA%3B%3B%3BATojBA%2CgB5D9nBsC%2CuB4D2nBX%2C%2BBAAA%3BEAG3B%2CaATY%3BIAOV%2CWAAA%3B%3B%3BAAKF%2CgB5DjoBsC%2CuB4D8nBX%2C%2BBAAA%3BEAG3B%2CaAZY%3BIAUV%2CWAAA%3B%3B%3BAAKJ%2CgB5DpoBwC%2CuB4DioBX%2C%2BBAAA%3BEAG7B%2CaAfc%3BIAaV%2CWAAA%3B%3B%3BAEpeA%2CgB9D9JoC%2CuB8D0JV%2C8BAAA%3BEAI1B%2CeATF%2CGAAE%3BIAME%2CeAAA%3B%3B%3BAAUF%2CgB9DrKoC%2CuB8DkKR%2C8BAAA%3BEAG5B%2CeAhBF%2CGAAE%2CgBASA%3BIAKI%2CeAAA%3B%3B%3BAAmBJ%2CgB9DtLoC%2CuB8DmLR%2C8BAAA%3BEAG5B%2CeAjCF%2CGAAE%2CgBAuBA%2CEAAC%3BIAQG%2CeAAA%3B%3B%3BAA8BN%2CgB9DlNsC%2CuB8D%2BMV%2C8BAAA%3BEAG5B%2CeATA%2CgBAAe%3BEASf%2CeARA%2CgBAAe%3BEAQf%2CeAPA%2CeAAc%3BEAOd%2CeANA%2CcAAa%3BIAIT%2CeAAA%3B%3B%3BAA%2BBJ%2CgB9D%5C%2FOsC%2CuB8D0OV%2C8BAAA%3BEAK5B%2CeAbA%3BIASI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3B%3BAC3LN%2CgB%5C%2FDlDwC%2CuB%2BD%2BCX%2C%2BBAAA%3BEAG7B%2CcALe%2CeAAe%3BIAG1B%2CYAAA%3B%3B%3BAGbD%2CgBlEnCqC%2CuBkEgCP%2C%2BBAAA%3BEAG9B%2CMANC%2COAAO%2CmBAAmB%2CKAC1B%2CeAAe%3BIAGZ%2CYAAA%3B%3B%3BAG0BP%2CgBrE3DwC%2CuBqEwDX%2C%2BBAAA%3BEAG7B%2CcAVe%2CeAAe%3BEAU9B%2CcATe%2CeAAe%2CcAAa%2CUAAU%3BEASrD%2CcARe%2CeAAe%2CcAAa%2CUAAU%3BIAMjD%2CYAAA%3B%3B%3BArE1CF%2CgBAL4C%3BEH6E5C%2CcACI%3BICqJJ%2CYAAA%3BIAAA%2CSAAA%3BIDlJQ%2CUAAA%3B%3B%3BAGxEZ%2CgBAJ2C%3BE0BwiBvC%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%3B%3B%3B%3BA4C%5C%2FnBhB%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CwCAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEA%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAGR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CmBAAmB%2CoBAAnB%3BEACA%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEAWA%2CaAAA%3B%3BAAVA%2CWAAY%3BEACR%2CYAAA%3B%3BAALR%2CYAOI%3BEACI%2CcAAA%3B%3BAAEJ%2CYAAC%2CcAAe%3BEACZ%2CaAAA%3B%3BAAKJ%2CYAAC%2CSAAU%3BEACP%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3B%3BAAGR%2CYAAY%3BEACR%2CaAAA%3B%3B%3BAtF7EJ%2CcAAe%3BEACX%2CqBAAqB%2CoDAArB%3B%3B%3BAAIJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEAEA%2CSAAS%2CqBAAT%3BEACA%2CSAAS%2C6BAAsC%2COAAO%2C0BAA0B%2CuBAAgC%2COAAO%2CaAAa%2CsBAA%2BB%2COAAO%2CiBAAiB%2C4BAAqC%2COAAO%2CMAAvO%3B%3B%3BAAKJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAACA%2CWAAC%3BAAAD%2CWAAC%3BAAAQ%2CWAAC%3BAAAD%2CWAAC%3BEACN%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAJH%2CMAII%3BAAAD%2CWAJH%2CMAII%3BAAAD%2CWAJM%2CMAIL%3BAAAD%2CWAJM%2CMAIL%3BEACG%2CUAAA%3B%3BAAGR%2CWAAC%2CeAAe%3BAAAhB%2CWAAC%2CeAAe%3BEACZ%2CaAAA%3B%3BAAIR%2CWAAW%3BAAAS%2CWAAW%3BEAC3B%2CaA9DgB%2COA8DhB%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAACA%2CWAAC%3BEACG%2CUAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CSAzEe%2CKAyEf%3B%3BAACA%2CWAFH%2COAEI%3BEACG%2CSA1EW%2CKA0EX%3B%3BAAKZ%3BEACI%2CYAAA%3B%3BAACA%2CWAAC%3BEACG%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CSAtFe%2CKAsFf%3B%3BAACA%2CWAFH%2COAEI%3BEACG%2CSAzFW%2CKAyFX%3B%3B%3BAAOZ%2CaAAc%3BEACV%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAARJ%2CWASI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CWASI%2CGAQI%3BEACI%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAACA%2CWApBR%2CGAQI%2COAYK%3BAAAQ%2CWApBjB%2CGAQI%2COAYc%3BEACN%2CaAAA%3B%3BAACA%2CWAtBZ%2CGAQI%2COAYK%2CMAEI%3BAAAD%2CWAtBZ%2CGAQI%2COAYc%2CMAEL%3BEACG%2CUAAA%3B%3BAAGR%2CWA1BR%2CGAQI%2COAkBK%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAzIM%2CKAyIN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAnJI%2COAmJJ%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGR%2CWA3CJ%2CGA2CK%2CaAAc%2COAAM%3BEACjB%2CYAAA%3BEACA%2CaAAA%3B%3BAkF5EZ%2CwBAZ0C%3BEACvC%2CMAAM%2COAAO%2CmBAAmB%2CKAAM%2CeAAe%3BIACjD%2CUAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3B%3B%3BAKjFJ%3BAAAU%3BEACP%2CaAAA%3B%3BAAGH%2CsBACG%3BAADH%2CsBACa%3BEACP%2CcAAA%3B%3BAVqFT%2CeAAe%3BEACb%2CSAAS%2COAAT%3BEACA%2CaAd0B%2CSAc1B%3B%3BAAEF%2CeAAe%3BEACb%2CSAAS%2COAAT%3BEACA%2CaAlB0B%2CSAkB1B%3B%3BAAEF%2CcAAc%3BEACZ%2CSAAS%2COAAT%3BEACA%2CaAtB0B%2CSAsB1B%3B%3BAAEF%2CaAAa%3BEACX%2CSAAS%2COAAT%3BEACA%2CaA1B0B%2CSA0B1B%3B%3BAAGF%3BEACE%2CWAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA4BF%2CKAAK%3BEACH%2CyBAAA%3B%3BAAKF%2CMAAM%3BEACJ%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CYAAa%2COAAM%3BEACjB%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAEF%3BEACE%2CsBAAA%3B%3BAAIF%2CaAAc%3BAAAiB%2CaAAc%2CyBAAyB%3BEACpE%2CwBAAA%3B%3BAAGF%2CcAAe%2CgBAAgB%2CcAAc%3BEAC3C%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGF%3BEACE%2CaAAA%3B%3BAAEF%2C0BAA0B%3BEACxB%2CYAAA%3B%3BAAOF%2CMAAO%2CMAAK%2CKAAK%3BEACf%2CaAAA%3B%3BAAGF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%3BAAAS%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%2CUAAO%3BAAAQ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%2CUAAO%3BEAC9J%2CoBAAA%3B%3BAAEF%2CCAAC%3BEACC%2CoBAAA%3B%3BAAEF%2CCAAC%3BEACC%2CoBAAA%3B%3BAAEF%2CCAAC%3BEACC%2CoBAAA%3B%3BAAEF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%3BEACzB%2CiBAAA%3B%3BAAGF%2CQAAS%3BAAAU%2CQAAS%3BAAAU%2CQAAS%3BEAC7C%2C8BAAA%3B%3BAAGF%3BEACI%2CiBAAA%3BEACA%2CuBAAA%3B%3BAAOJ%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaArJuB%2CQAqJvB%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmCAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAAeF%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAALF%2CKAOE%3BEACE%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAZJ%2CKAeE%3BEACE%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3BEACA%2CgCAAA%3BEACA%2CgCAAA%3B%3BAAIJ%3BEACE%2CaAAA%3BEACA%2CcAAA%3B%3BAAFF%2CUAIE%3BEACE%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAPJ%2CUAUE%3BEACE%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CUAAC%3BEAAc%2CcAAA%3B%3BAAGjB%2CQAAS%3BEACP%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CaAAA%3B%3BAAGF%3BEACE%2C%2BBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAEF%2CSAAU%3BEACR%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAOF%2CsBAAuB%3BEACrB%2CaAAA%3B%3BAAGF%3BEACE%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAEF%2CaAAc%3BEACZ%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAEF%2CcAAe%3BEACb%2CWAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAKF%2CWAAY%3BEACV%2CaAAA%3B%3BAAEF%2CSAAU%2CKAAI%3BEACZ%2CeAAA%3B%3BAAEF%2CIAAI%3BEACF%2CiBAAA%3BEACA%2CYAAA%3B%3BAAaF%3BEACE%2CiBAAA%3BEACA%2CYAAA%3B%3BAAYF%3BAAAO%3BEACL%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAkB%2C8CAAlB%3BEACA%2CkBAAkB%2C2CAAlB%3BEACA%2CkBAAkB%2C0CAAlB%3BEACA%2CkBAAkB%2CyCAAlB%3BEACA%2CkBAAkB%2C4CAAlB%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAEF%3BEACE%2CUAAA%3B%3BAAEF%2CKAAK%3BAAAQ%2CMAAM%3BEACjB%2CmBAAA%3BEACA%2CkBAAkB%2C8CAAlB%3BEACA%2CkBAAkB%2C2CAAlB%3BEACA%2CkBAAkB%2C0CAAlB%3BEACA%2CkBAAkB%2CyCAAlB%3BEACA%2CkBAAkB%2C4CAAlB%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAEF%2CaAAc%2CSAAS%2CQAAO%3BEAC5B%2C4BAAA%3B%3BAAIF%3BEACE%2CgCAAA%3BEACA%2CwBAAA%3B%3BAAOF%2CQAH6B%3BEAG7B%2CcAJe%2CeAAe%3BIAE1B%2CYAAA%3B%3B%3BAAKJ%2CMAAM%3BEACJ%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CaA3WuB%2CQA2WvB%3BEACA%2C4BAAA%3B%3BAAGF%2CMAAM%2CyBAAyB%3BEAC%5C%2FB%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2CwCAAA%3BEACA%2CmCAAA%3BEACA%2C4BAAA%3BEACA%2CWAAW%2CWAAX%3B%3BAAIA%2CkBAAmB%2CoBAAoB%3BEACrC%2CeAAA%3B%3BAAGF%2CCAAC%3BEACC%2CoBAAA%3B%3BAAEF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%3BEACzC%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2CIAAI%2CWAAc%2CUAAO%3BEACxD%2CmBAAA%3BEACA%2CYAAA%3B%3BAAEF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2CIAAI%2CWAAc%2CUAAO%3BAAAS%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%3BAAAS%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%2CUAAO%3BAAAQ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%2CUAAO%3BEACjO%2CmBAAA%3BEACA%2CYAAA%3B%3BAAEF%2CQAAQ%2CKAAK%2CMAAO%2CQAAQ%2CKAAI%2CQAAQ%3BEACtC%2CSAAS%2CGAAT%3BEACA%2CkBAAA%3B%3BAAGF%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BEAClC%2CmBAAA%3B%3BAAKF%2CaAAc%2CcAAc%2CGAAE%2COAAU%3BAAAG%2CWAAY%2CGAAE%2COAAQ%3BEAC%5C%2FD%2CaAxZuB%2CQAwZvB%3BEACA%2CgBAAA%3B%3BAAMF%2C0BAA2B%2CQAAO%3BEAChC%2CWAAA%3B%3B%3BAAOF%3BEACE%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAEF%3BEACE%2CaAnbuB%2CQAmbvB%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmCAAA%3BEACA%2CsCAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3B%3BAAGF%2CUAAW%2CEAAC%3BAAAQ%2CKAAK%2CIAAI%2CYAAY%3BAAAQ%2CQAAQ%2CIAAI%2CYAAY%3BAAAQ%2CMAAM%2CIAAI%2CYAAY%3BEACrG%2C%2BBAAA%3B%3BAAeF%3BE%5C%2FDxPE%2CwBAAA%3BEACK%2CqBAAA%3BE%2BD4OL%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkEAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAQF%2CMAAM%3BE%5C%2FD7PJ%2CwBAAA%3BEACK%2CqBAAA%3BE%2BD8PL%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CgEAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3B%3B%3BAAGF%2CMAAM%3BEACJ%2CaAAA%3B%3BAAEF%2CwBAAyB%2CUAAU%2CIAAG%2CSAAU%3BEAC9C%2CUAAA%3B%3BAAEF%2COAAO%2CQAAS%2CGAAE%3BEAChB%2CaAAA%3B%3BAAQF%2CcAAc%3BAACd%2CcAAc%3BEACZ%2CkCAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIF%2CoBAAqB%3BEACnB%2CgBAAA%3B%3BAAEF%2CqBAAsB%3BEACpB%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CqBAAsB%3BEACpB%2CeAAA%3B%3BAAEF%2CqBAAsB%2CUAAS%3BEAC7B%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CqBAAsB%2COAAM%3BEAC1B%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGF%2CqBAAsB%3BEACpB%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C6CAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2C%2BBAAA%3BEACA%2CyBAAA%3B%3BAAEF%3BEACE%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C%2BBAAA%3BEACA%2CyBAAA%3B%3BAAEF%2CIAAI%3BEACF%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CwBAAyB%2CsBAAsB%2CeAAc%2COAAO%3BEAClE%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CwBAAyB%2CsBAAsB%2CeAAc%3BEAC3D%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CMAAM%2COAAO%3BEACX%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEF%2CCAAC%2COAAO%3BEACN%2CYAAA%3B%3BAAEF%2CMAAM%2COAAO%2CaAAa%3BEACxB%2CmBAAA%3BEACA%2CYAAA%3B%3BAAEF%2CMAAM%2COAAO%2CaAAa%2CUAAU%3BEAClC%2CeAAA%3B%3BAAEF%2CMAAM%2COAAO%3BEACX%2CeAAA%3BEACA%2CYAAA%3B%3BAAEF%2CEAAE%2CIAAI%3BEACJ%2CWAAA%3B%3BAAEF%2CIAAI%3BEACF%2CWAAA%3B%3BAAEF%2CCAAC%2COAAO%3BEACN%2CYAAA%3BEACA%2CmBAAA%3B%3BAAIF%2C2BAA2B%3BEACxB%2CcAAA%3BEACC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C2BAA2B%2CMAAM%3BEAC%5C%2FB%2CUAAA%3BEACA%2CkCAAA%3BEACA%2CmBAAmB%2CWAAnB%3BEACA%2CgBAAgB%2CWAAhB%3BEACA%2CeAAe%2CWAAf%3BEACA%2CWAAW%2CWAAX%3BEACA%2CWAAA%3BEACE%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CcAAe%2CmBAAqB%3BAAAG%2CcAAe%2CSAAQ%2CKAAM%2CEAAI%3BEACpE%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAOA%3BEWlrBA%2CgBAAA%3B%3BAAEA%2CoBAAC%3BE1EqRD%2CcAAA%3BEAAA%2Ca%2BD3NwB%2CS%5C%2FD2NxB%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3BE0E1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CSX%2BdU%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COW%5C%2FdV%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAXmqBJ%2CoBWhqBA%2CMAAK%3BE1EPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0EMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BAXypBhB%2CoBWnpBA%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAXgpBJ%2CoBWnpBA%2CMAKI%3BE1EzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA0EsBI%2CoBATJ%2CMASK%3BE1E%2BOL%2CcAAA%3BEAAA%2Ca%2BD3NwB%2CS%5C%2FD2NxB%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CoBAAA%3BEAAA%2CiBAAA%3BE0E1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEAlIQ%2CUAAA%3B%3BAAIA%2CoBApBR%2CMAmBK%2CMACI%3BEACG%2CUAAA%3B%3BAAIA%2CoBAzBZ%2CMAmBK%2CMAKK%2CQACG%3BEACG%2CUAAA%3B%3BAXynBhB%2CoBWhiBI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSX%2BdU%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COW%5C%2FdV%3B%3BAXmeA%2CoBWhiBI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSX%2BdU%2CQAAA%2CQAAA%2CQAAA%2COW%5C%2FdV%3B%3BAXmeA%2CoBWhiBI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSX%2BdU%2CQAAA%2CQAAA%2COW%5C%2FdV%3B%3BAXmeA%2CoBWhiBI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSX%2BdU%2CQAAA%2COW%5C%2FdV%3B%3BAXmeA%2CoBWhiBI%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSX%2BdU%2COW%5C%2FdV%3B%3BAXgfJ%2CcAAc%2CSAAS%2CUAAU%3BEAC7B%2CiBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CSAAS%3BAAAO%2CSAAS%3BEACrB%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAKJ%3BEACI%2CkBAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BAAAU%3BAAAU%2CSAAS%3BAAAO%2CSAAS%3BEACzC%2CeAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CSAAS%3BAAAO%2CSAAS%3BEACrB%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CCAAC%3BEACG%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CUAAW%2CGAAE%2CKAAK%2CQAAQ%3BEACtB%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaAAc%2CeAAe%2CUAAS%2COAAU%2CWAAW%2CgBAAgB%3BEACvE%2CWAAA%3B%3BAAkBJ%2CmBAdqC%3BEAClC%2CSAAS%3BIACL%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgCAAA%3BIACA%2C%2BBAAA%3B%3BEAEJ%2CWAAY%2CSAAQ%2CIAAI%2CcAAe%2CQAAU%3BIAC7C%2CYAAA%3B%3B%3BAAGP%2CWAAY%2CcAAc%2CQAAQ%2CSAAS%2CeAAgB%3BEAEtD%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAEL%2CEAAE%2CKAAK%2CQAAQ%3BEACX%2CkBAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CaAAc%2COAAM%2COAAQ%2CeAAe%3BEACvC%2CyBAAA%3B%3BAAGJ%2CSAAS%2COAAO%2CMAAM%2CaAAa%2CSAAS%2CiBAAiB%3BEACzD%2CmBAAA%3B%3BAAEJ%2CqBAAsB%2CaAAa%3BEAC%5C%2FB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAOJ%2CwBALyC%3BEACrC%2CSAAS%2CaAAa%3BIAClB%2CgBAAA%3B%3B%3BAAGR%2CQAAQ%3BEACJ%2CaAAA%3B%3BAASJ%2CwBAP0C%2CuBAAuB%3BEACjE%2CcAAe%2CeAAe%3BEAAe%2CcAAe%2CeAAe%2CcAAa%2CUAAU%3BEAAU%2CcAAe%2CeAAe%2CcAAa%2CUAAU%3BIAC7J%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3B%3BAAQJ%2CwBAL0C%2CuBAAuB%3BEACjE%2CcAAe%2CeAAe%3BEAAe%2CcAAe%2CeAAe%2CcAAa%2CUAAU%3BEAAU%2CcAAe%2CeAAe%2CcAAa%2CUAAU%3BIAC7J%2CWAAA%3B%3B%3BAASJ%2CQAN0B%2CuBAAuB%3BEACjD%2CcAAe%2CeAAe%3BEAAe%2CcAAe%2CeAAe%2CcAAa%2CUAAU%3BEAAU%2CcAAe%2CeAAe%2CcAAa%2CUAAU%3BIAC7J%2CWAAA%3B%3B%3BAAIJ%3BAAAG%3BEACC%2CcAAA%3B%3BAAEJ%2CqBAAsB%2C0BAA0B%2COAAM%2CWAAY%3BEAClE%2CaAAA%3B%3BAAEA%2CqBAAsB%2C0BAA0B%2COAAM%2CWAAY%3BEAClE%2CaAAA%3B%3BAAGA%2C%2BBAAgC%3BEAAO%2CaAAA%3B%3BAACvC%2C%2BBAAgC%3BEAAU%2CWAAA%3B%3BAAG1C%2CUAAW%3BEACP%2CYAAA%3B%3BAAEJ%2CyBAA0B%2CEAAC%3BAAAU%2CMAAM%3BEACvC%2CYAAA%3B%3BAAGJ%2CKAAK%2CcAAe%2CiBAAmB%3BAAAS%3BEAC9C%2C0BAAA%3B%3BAAIF%2CeAAgB%2CeAAiB%2COAAI%3BEACjC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQAAS%2CwBAAwB%3BEAC1B%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CkCAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3B%3BAAGP%2CgBAAiB%2CWAAS%3BEAAgB%2CyBAAA%3B%3BAAC1C%2CgBAAiB%2CWAAS%3BEAAgB%2CyBAAA%3B%3BAAE1C%2CaAAc%2CGAAE%2COAAQ%3BEACpB%2CsBAAA%3B%3BAAGJ%3BEACE%2CWAAA%3B%3BAAQD%2CmBALoC%3BEAEnC%2CKAAK%2CmCAAoC%2CKAAI%2CUAAU%3BEAAK%2CKAAK%2CoBAAqB%3BIACtF%2CaAAA%22%7D */