/* Begin Tamara payment css */

#tamara-logo-payment {
    margin-left: 50px;
}
.tamara-success-title {
    text-align: center;
    font-weight: bolder;
}
.tamara-success-title h2 {
    font-size: 4.6rem;
    text-align: center;
}
#content-success {
    margin: 10px auto;
    width: 100%;
    text-align: center;
}
#tamara-logo-success {
    margin: 50px auto;
    width: 100%;
    text-align: center;
}
#tamara-logo-success img {
    margin-top: 10px;
}
.message.error.hidden-error-iframe {
    display: none;
}
/*popup product*/
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tamara-info-popup .wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: flex-start;
}
.tamara-info-popup .wrapper .sub-title {
    padding-right: 15px;
    display: flex;
    align-items: center;
}
.tamara-info-popup .wrapper .modal-toggle {
    border: none;
    background: none;
    padding: 7px 15px;
    margin: 0;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    color: #3F3F3F;
}
.tamara-info-popup .wrapper .modal-toggle:hover {
    border: none;
}
.tamara-info-popup .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: currentcolor;
}
.tamara-info-popup h1,
.tamara-info-popup h2,
.tamara-info-popup h3,
.tamara-info-popup h4,
.tamara-info-popup h5,
.tamara-info-popup h6 {
    color: #222;
    font-weight: 700;
    font-family: inherit;
    line-height: 1.333;
    text-rendering: optimizeLegibility;
}
.tamara-info-popup .modal {
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.tamara-info-popup .modal .modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.tamara-info-popup .modal .modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 15%;
    left: 50%;
    transform: translateX(-50%) !important;
    width: 100%;
    max-width: 380px;
    background-color: #fff;
    height: auto !important;
    overflow-y: auto;
    padding: 0 20px 30px;
    box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
    border-radius: 20px;
}
.tamara-info-popup .modal .modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}
.tamara-info-popup .modal.is-visible {
    visibility: visible;
}
.tamara-info-popup .modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.tamara-info-popup .modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}
.tamara-info-popup .modal-header,
.tamara-info-popup .modal-content {
    padding: 16px;
}
.tamara-info-popup .modal-header {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0 0;
}
.tamara-info-popup .modal-header .modal-close {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px;
    color: #aaa;
    background: none;
    border: 0;
    box-shadow: none;
    height: auto;
    z-index: 999;
}
.tamara-info-popup .modal-header .modal-close:before {
    content: 'X';
    display: block;
    position: relative;
    font-weight: 900;
}
.tamara-info-popup .modal-header .modal-close:hover {
    color: #777;
}
.tamara-info-popup .modal-header .modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    width: 100%;
    padding-bottom: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tamara-info-popup .modal-header .modal-heading img {
    text-align: center;
    margin: 0 auto;
}
.tamara-info-popup .modal-header .modal-heading .sub-title-head {
    font-weight: 600;
    margin: 10px 0 0 0;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
}
.tamara-info-popup .modal-header .title {
    padding: 20px 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.tamara-info-popup .sa-language .modal-body .one-block {
    flex-direction: row-reverse;
}
.tamara-info-popup .sa-language .modal-body .one-block .right-content {
    text-align: right;
    padding-left: 0;
    width: calc(80% - 15px);
    padding-right: 15px;
    direction: rtl;
}
.tamara-info-popup .modal-body {
    padding-top: 30px;
}
.tamara-info-popup .modal-body .one-block {
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.tamara-info-popup .modal-body .one-block .left-content {
    width: 20%;
    display: flex;
    align-items: center;
}
.tamara-info-popup .modal-body .one-block .left-content img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    text-align: center;
    margin: 0 auto;
}
.tamara-info-popup .modal-body .one-block .right-content {
    width: calc(80% - 15px);
    text-align: left;
    padding-left: 15px;
}
.tamara-info-popup .modal-body .one-block .right-content .sub-title {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
}
.tamara-info-popup .modal-body .one-block .right-content .sub-description {
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
}
.tamara-info-popup .modal-content > *:first-child {
    margin-top: 0;
}
.tamara-info-popup .modal-content > *:last-child {
    margin-bottom: 0;
}

/* End Tamarapayment css */

/* Custom Addition by Baytonia */
.tabby-extened .tabby-promo__feature--no-interest .tabby-promo__feature-icon{
background-image: url('../../frontend/Smartwave/portortl_child/ar_SA/Tamara_Checkout/images/whatsapp-icon.png');
}
.tabby-extened .tabby-promo__feature--credit-card .tabby-promo__feature-icon{
    background-image: url('../../frontend/Smartwave/portortl_child/ar_SA/Tamara_Checkout/images/send-emai-icon.png');
}
.tabby-extened .tabby-promo__feature--quick-easy .tabby-promo__feature-icon{
    background-image: url('../../frontend/Smartwave/portortl_child/ar_SA/Tamara_Checkout/images/copy-icon.png');
}

.baytonia-notification-preference {
    display: inline-flex;
    align-items: flex-start;
    gap: 4px;
    padding: 0 2px;
    flex-wrap: nowrap;
    width: auto;
    max-width: 100%;
    vertical-align: top;
}

.baytonia-notification-preference .checkbox {
    margin: 0;
    flex: 0 0 auto;
    position: static;
    vertical-align: middle;
}

.baytonia-notification-preference .label {
    margin: 0;
    flex: 0 1 auto;
    color: #222;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    min-height: 20px;
}

.baytonia-notification-preference .label span {
    display: inline;
}

.baytonia-notification-preference__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex: 1 0 100%;
    margin-bottom: 2px;
}

.baytonia-notification-preference__heading strong {
    font-size: 18px;
    color: #222;
}

.baytonia-notification-preference__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #f3f8f7;
    color: #0f8b8d;
    font-size: 13px;
    font-weight: 700;
}

.baytonia-notification-preference.is-active .baytonia-notification-preference__status {
    background: #0f8b8d;
    color: #fff;
}

.baytonia-notification-preference__unsubscribe {
    margin-inline-start: auto;
    white-space: nowrap;
}

.baytonia-notification-preference--checkout {
    margin-top: 20px;
    display: flex;
}

.box-notification-preferences .box-content p {
    margin: 0;
}

@media (max-width: 767px) {
    .baytonia-notification-preference {
        gap: 4px;
        flex-wrap: wrap;
    }

    .baytonia-notification-preference .label {
        font-size: 14px;
        line-height: 1.6;
        display: inline;
    }

    .baytonia-notification-preference__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .baytonia-notification-preference__unsubscribe {
        width: 100%;
        margin-inline-start: 0;
    }
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1em;
}
p {
  margin-top: 0rem;
  margin-bottom: 0.05rem;
}
abbr[title] {
  border-bottom: 1px dotted #e7e7e7;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #1e1e1e;
}
small,
.small {
  font-size: 1em;
}
hr {
  border: 0;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 1em;
  margin-top: 1em;
}
sub,
sup {
  font-size: 0%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2em;
  margin-top: 0rem;
  margin-bottom: 0.1rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2em;
  margin-top: 0.125rem;
  margin-bottom: 0.1rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 2em;
  margin-top: 0.1rem;
  margin-bottom: 0.05rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1em;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1em;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1em;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #08c;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #08c;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #08c;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #08c;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 0.125rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0.05rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 1em;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 0.25em;
  margin-top: 0;
}
dd {
  margin-bottom: 0.5em;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #555555;
  padding: 2px 4px;
  font-size: 1em;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #555555;
  padding: 2px 4px;
  font-size: 1em;
}
pre {
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  color: #555555;
  line-height: 1.4;
  margin: 0 0 0.5em;
  padding: 0.5em;
  font-size: 1em;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #e7e7e7;
  margin: 0 0 1em 2em;
  padding: 0;
  color: #777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1em;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #777;
  line-height: 1.4;
  font-size: 0em;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 0.5em;
}
button {
  background-image: none;
  background: #eee;
  border: 1px solid #e7e7e7;
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #e7e7e7;
  color: #777;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #e7e7e7;
  color: #777;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #ddd;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #ddd;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #ddd;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  height: 38px;
  line-height: 1.4;
  padding: 0.25em 0.5em 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  height: auto;
  line-height: 1.4;
  margin: 0;
  padding: 0.5em;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #ddd;
}
textarea::-webkit-input-placeholder {
  color: #ddd;
}
textarea:-ms-input-placeholder {
  color: #ddd;
}
input[type="checkbox"] {
  margin: 2px 0.25em 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 0.25em 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1em;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.order-details-items .items-qty,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.order-details-items .items-qty > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.cart.actions button.action,
.cart-discount .actions-toolbar button.action {
  border: none;
  padding: 12px 24px;
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -0.015em;
  font-weight: 700;
  line-height: 1.5;
  font-family: inherit;
  border-radius: 0 !important;
  height: inherit;
}
.cart.actions button.action:not(:hover),
.cart-discount .actions-toolbar button.action:not(:hover) {
  background-color: #f4f4f4;
  color: #222529;
}
.action-primary:focus,
.action-primary:active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.action-primary:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eee;
  border: 1px solid #e7e7e7;
  color: #777;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #e7e7e7;
  color: #777;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #e7e7e7;
  color: #777;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #08c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #08c;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #08c;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #08c;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #08c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  line-height: 1;
  padding: 0 17px;
}
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  float: right;
  clear: right;
  margin: 0 0 0.25em 0.5em;
}
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  float: right;
  display: inline-block;
  margin: 0 0 0.25em;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0!important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper {
  background-color: #f4f4f4;
  border-bottom: none;
  padding: 3.75rem 0;
  text-align: center;
  position: relative;
}
.customer-account-login .page-title-wrapper h1.page-title,
.customer-account-create .page-title-wrapper h1.page-title,
.customer-account-forgotpassword .page-title-wrapper h1.page-title {
  color: #212529 !important;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.customer-account-login .page-title-wrapper::before,
.customer-account-login .page-title-wrapper::after,
.customer-account-create .page-title-wrapper::before,
.customer-account-create .page-title-wrapper::after,
.customer-account-forgotpassword .page-title-wrapper::before,
.customer-account-forgotpassword .page-title-wrapper::after {
  content: '';
  position: absolute;
  width: 30vw;
  height: 100%;
  top: 0;
  background: inherit;
}
.customer-account-login .page-title-wrapper::before,
.customer-account-create .page-title-wrapper::before,
.customer-account-forgotpassword .page-title-wrapper::before {
  right: 100%;
}
.customer-account-login .page-title-wrapper::after,
.customer-account-create .page-title-wrapper::after,
.customer-account-forgotpassword .page-title-wrapper::after {
  left: 100%;
}
.login-container .block .block-title,
.fieldset.create > .legend {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 22px;
  color: #222529;
  letter-spacing: -0.01em;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  width: 54px;
  text-align: center;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 2em;
}
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999;
  content: '\f819';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999;
}
.abs-product-link > a:visited {
  color: #777;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #777;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #777;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #08c;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #08c;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #08c;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-right: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-right: 73%;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: right;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 1.5em;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 1.5em 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.mgz__actions-switch-checkbox,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary.action span,
.modes-label,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.field.street .field.additional .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.search-autocomplete,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 0.25em;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.action.tocompare,
.product-addto-links .action.tocompare,
.moved-add-to-links .action.tocompare,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.towishlist,
.product-addto-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #212529;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  width: 48px;
  height: 48px;
  line-height: 46px;
  border: 1px solid #e7e7e7;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.action.tocompare:before,
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  line-height: inherit;
  color: inherit;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.action.tocompare:hover,
.product-addto-links .action.tocompare:hover,
.moved-add-to-links .action.tocompare:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.moved-add-to-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.product-addto-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.action.tocompare:before,
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  display: block;
}
.box-tocart {
  margin: 0 0 1.5em;
}
.abs-cart-block > .title,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #e7e7e7;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 0.5em 2em 0.5em 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  left: 1em;
  top: 0.5em;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e81b';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  font-size: 1.4rem;
  font-weight: 400;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #222529;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 400;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  display: inline-block;
  font-size: 1.4rem;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  position: relative;
  padding-left: 0.5em;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  left: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e81b';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 1em;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  vertical-align: baseline;
  padding-top: 1px;
  padding-left: 1.25em;
  padding-bottom: 0.25em;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  vertical-align: top;
  display: table-cell;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^="sales-guest-"] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 0.5em;
  border-right: 1px solid #eaeaea;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^="sales-guest-"] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.magento-payments-review .block .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  float: left;
  font-size: 13px;
  line-height: 19px;
}
.magento-payments-review .block .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: block;
}
.magento-payments-review .block .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-right: 0.5em;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ": ";
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-right: -17px;
  margin-left: 0.25em;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #e7e7e7;
  border-radius: 3px;
  display: inline-block;
  padding: 0 0.5em;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  color: #08c;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 400;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^="sales-guest-"] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 13px;
  margin-bottom: 0.5em;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^="sales-guest-"] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #e7e7e7;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #c1c1c1;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 1em;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 1em;
}
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-left: 0.5em;
  width: calc(100% - (23px + 0.5em));
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-left: 0.5em;
  width: calc(100% - (21px + 0.5em + 0.25em));
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  left: -0.5em;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  left: 0.5em;
  right: auto;
  top: 0%;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #ddd;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 0.5em;
  color: #777;
  font-weight: 300;
  font-size: 1rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 14px 6px 0;
  text-align: left;
  color: #000;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  border-top: 1px solid #e7e7e7;
  font-size: 1rem;
  padding-left: 0.5em;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: 1px solid #e7e7e7;
  font-size: 1rem;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 0.5em;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-left: 1em;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  left: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e81b';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #e7e7e7;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  right: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../../frontend/Smartwave/portortl_child/ar_SA/fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../../frontend/Smartwave/portortl_child/ar_SA/fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../../frontend/Smartwave/portortl_child/ar_SA/fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../../frontend/Smartwave/portortl_child/ar_SA/fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-width: 100%;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  max-width: 100%;
  padding: 20px 0;
}
.page-main {
  padding-top: 20px;
  padding-bottom: 40px;
}
.page-main > .page-title-wrapper .page-title {
  font-size: 20px;
  margin: 0 0 15px;
  color: #08c;
}
.table {
  margin-bottom: 0;
}
th.mark {
  background-color: transparent;
}
.table-wrapper {
  margin-bottom: 1em;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  border-top: 1px solid #ccc;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #e7e7e7;
  padding-top: 1em;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: left;
}
.message.info {
  margin: 0 0 0.5em;
  padding: 12px 1em 12px 1.25em;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #08c;
}
.message.info a:hover {
  color: #08c;
}
.message.info a:active {
  color: #08c;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 0.5em;
  padding: 12px 1em 12px 1.25em;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #08c;
}
.message.error a:hover {
  color: #08c;
}
.message.error a:active {
  color: #08c;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\f847';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 0.5em;
  padding: 12px 1em 12px 1.25em;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #08c;
}
.message.warning a:hover {
  color: #08c;
}
.message.warning a:active {
  color: #08c;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 0.5em;
  padding: 12px 1em 12px 1.25em;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #08c;
}
.message.notice a:hover {
  color: #08c;
}
.message.notice a:active {
  color: #08c;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 0.5em;
  padding: 12px 1em 12px 1.25em;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #08c;
}
.message.success a:hover {
  color: #08c;
}
.message.success a:active {
  color: #08c;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\f846';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin-left: 20px;
  position: relative;
  z-index: 1;
  padding: 6.5px 1px 6.5px 10px;
  text-align: center;
  vertical-align: middle;
  margin: 8px 0 8px 0.25rem;
  line-height: 20px;
  border-radius: 0.25rem;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\f827';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: inherit;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 991px) {
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
    color: #777;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    left: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e81b';
  }
  .nav-sections {
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
    height: 100%;
    right: -80%;
    right: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background-color: #f6f6f6;
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    margin: 0;
    padding: 12px 20px;
    height: auto;
    color: #777;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 0.25em;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 0.5em 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    color: #777;
  }
  .nav-sections .header.links li {
    border-bottom: 1px solid #ddd;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #777;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a:hover {
    color: #08c !important;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    transition: right 0.3s;
    height: 100%;
    right: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    right: 80%;
    right: calc(100% - 54px);
    overflow: visible;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    right: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  header.page-header .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  header.page-header .nav-sections-items:before,
  header.page-header .nav-sections-items:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-items:after {
    clear: both;
  }
  header.page-header .nav-sections-item-title {
    background: #08c;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: right;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  header.page-header .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  header.page-header .nav-sections-item-title.active > a,
  header.page-header .nav-sections-item-title.active > a:hover,
  header.page-header .nav-sections-item-title.active > a:focus {
    color: #08c;
  }
  header.page-header .nav-sections-item-title > a,
  header.page-header .nav-sections-item-title > a:hover,
  header.page-header .nav-sections-item-title > a:focus {
    color: #fff;
  }
  header.page-header .nav-sections-item-content {
    box-sizing: border-box;
    float: left;
    margin-right: -100%;
    margin-top: 71px;
    width: 100%;
  }
  header.page-header .nav-sections-item-content:before,
  header.page-header .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-item-content:after {
    clear: both;
  }
  header.page-header .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 0.5em;
    padding-right: 0;
    padding-bottom: 0.5em;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #777;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #ddd;
    font-size: 1.3rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 2em 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #777;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #ddd;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #777;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #777;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #777;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation a:hover {
    color: #08c !important;
  }
  .navigation li.level0 {
    line-height: 16px;
  }
  .navigation li.level0:first-child {
    border-top: 0;
  }
  .navigation li.level0 > a.level-top {
    padding: 13px 15px 13px 36px;
  }
  .navigation li.level0 > a.ui-state-active {
    color: #000;
    font-weight: 600;
  }
  .navigation li.level0 > a.ui-state-active,
  .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #eee;
  }
  .navigation li.level0.active .all-category .ui-state-focus,
  .navigation li.level0.active > a:not(.ui-state-active),
  .navigation li.level0.has-active > a:not(.ui-state-active),
  .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation li.level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    border-left: 0;
    margin-right: 0;
  }
  .navigation li.level0 > .ui-menu-item > a {
    font-weight: 400;
  }
  .navigation li.level0 .ui-menu-item > a:before {
    content: '\e819';
    display: inline;
    font-family: 'porto-icons';
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    color: #aaa;
  }
  .navigation li.level0 ul.level0 > .level1 {
    font-weight: 400;
  }
  .navigation ul.submenu,
  .navigation ul.submenu:not(:first-child) {
    padding-right: 15px;
  }
  .navigation ul.submenu .active > a,
  .navigation ul.submenu:not(:first-child) .active > a,
  .navigation ul.submenu .level1.active > a,
  .navigation ul.submenu:not(:first-child) .level1.active > a {
    padding-right: 15px;
    border: 0;
    font-weight: 600;
  }
  .navigation ul.submenu > li {
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
    z-index: 5;
  }
  .navigation {
    background: transparent;
    font-size: 12px;
    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 0.5em 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: 46px;
    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: #777;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #777;
    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: '\e81c';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 0 solid #08c;
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #08c;
    color: #08c;
    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: #777;
    padding: 9px 5px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f4f4f4;
    color: #777;
    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: '\f802';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .navigation li.level0 {
    transition-delay: 0.3s;
    margin-left: 0;
  }
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #777;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 0.5em;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Smartwave/portortl_child/ar_SA/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 2em;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 1em;
  padding: 0 0 0.5em;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 1em;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
  font-size: 1.4rem;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #ddd;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #ddd;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #ddd;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 0.5em;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1em;
  margin: 0 0 0 0.25em;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1em;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2em;
  line-height: 1em;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  font-weight: normal;
  margin: 0;
  display: inline;
}
.fieldset > .field .label,
.fieldset > .fields > .field .label {
  font-size: 0.92em;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 0.92em;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 0.5em;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .legend {
  color: #222529;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend span {
  margin-left: 0.25em;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  white-space: nowrap;
  margin-top: 0.5em;
  display: inline-block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #e7e7e7;
  height: 32px;
  background: #fff url('../../frontend/Smartwave/portortl_child/ar_SA/images/select-bg.svg') no-repeat 99% 49%;
  background-size: 26px 60px;
  padding-left: 25px;
  text-indent: 0.01em;
  text-overflow: '';
  font-family: inherit;
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-left: 4px;
}
div.mage-error[generated] {
  margin-top: 7px;
  font-size: 1em;
}
.field-error {
  font-size: 1em;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #777;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
.hasDatepicker + .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #c1c1c1;
  content: '\e612';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hasDatepicker + .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 1em;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 0.25em;
  text-align: right;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'porto-icons';
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/icon-fonts/font/porto-icons.woff2') format('woff2'), url('../../frontend/Smartwave/portortl_child/ar_SA/icon-fonts/font/porto-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button.action.switch {
  height: auto;
}
button {
  font-size: 1em;
}
button:not(.primary) {
  border: 1px solid #ccc;
  color: #777;
  line-height: 40px;
  padding: 0.8em 2em;
  height: 40px;
  background-color: #fff;
}
button:hover {
  color: #fff;
  background-color: #08c;
  border-color: #08c;
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 400;
  line-height: 22px;
}
.action.primary:focus,
.action.primary:active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.action.primary:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#discount-coupon-form #coupon_code {
  border-radius: 0;
  height: 43px;
}
.product.data.items {
  margin: 0;
  padding: 0;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.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;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #eee;
  height: 2em;
  padding: 1px 0.5em 1px 0.5em;
  font-weight: 600;
  line-height: 2em;
  font-size: 1em;
  color: #777;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #c1c1c1;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #777;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #777;
  text-decoration: none;
}
.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 {
  color: #777;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 0.5em 0.5em 1.5em;
}
.product.data.items .item.title {
  color: #818692;
  padding: 15px 0;
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  border-bottom: 2px solid #e7e7e7;
}
.product.data.items .item.title > .switch {
  font-size: 13px;
  display: inline-block;
  border: none;
  height: auto;
  padding: 0 !important;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: none !important;
  display: block;
}
.product.data.items .item.title > .switch:hover {
  color: inherit;
  background: none;
}
.product.data.items .item.title.active {
  color: #222529;
  border-color: #222529;
}
.product.data.items .item.title.active > .switch {
  color: inherit;
  background: none;
  padding: 0;
}
.product.data.items .item.title.active > .switch:hover,
.product.data.items .item.title.active > .switch:focus {
  padding: 0;
  color: inherit;
  background: none;
}
.product.data.items .item.title:hover {
  border-color: #222529;
  color: #222529;
}
.product.data.items .item.title:hover > .switch {
  color: inherit;
  padding: 0;
}
.product.data.items .item.title a {
  position: relative;
}
.product.data.items .item.title a:after {
  font-family: 'porto-icons';
  content: '\e81c';
  position: absolute;
  left: 0.5em;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e81b';
  font-family: 'porto-icons';
}
.product.data.items > .item.content {
  border: none;
  box-shadow: none;
  padding: 30px 0 15px;
  background: none;
}
.product.data.items > .item.content p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.9;
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.porto-info-list,
.product.description ul {
  padding-right: 38.5px;
  margin-bottom: 20px;
}
.porto-info-list li,
.product.description ul li {
  list-style: none;
  line-height: 1.5;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.porto-info-list .porto-info-icon,
.product.description ul .porto-info-icon,
.porto-info-list [class^=porto-icon-],
.product.description ul [class^=porto-icon-] {
  margin-left: 16.5px;
  line-height: 1.3;
  position: relative;
  top: 2px;
  color: #21293c;
  font-size: 16px;
}
.porto-info-list .porto-icon-ok:before,
.product.description ul .porto-icon-ok:before {
  content: '\e8c1';
}
.porto-info-list .porto-info-list-item .porto-info-icon,
.product.description ul .porto-info-list-item .porto-info-icon {
  width: auto;
  display: inline-block;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1em;
  line-height: 2.4rem;
  letter-spacing: normal;
  margin: 0 5px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  background: #fff;
  border: 1px solid #ccc;
  color: #08c;
  display: inline-block;
  padding: 0 0.25em;
  text-decoration: none;
}
.pages a.page:visited {
  color: #08c;
}
.pages a.page:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
  text-decoration: none;
}
.pages a.page:active {
  color: #fff;
}
.pages strong.page {
  background: #08c;
  border: 1px solid #08c;
  font-size: 1em;
  line-height: 2.4rem;
  letter-spacing: normal;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  padding: 0 0.25em;
}
.pages .action {
  background: #fff;
  border: 1px solid #ccc;
  color: #999;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #999;
}
.pages .action:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
  text-decoration: none;
}
.pages .action:active {
  color: #fff;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #999;
}
.pages .action.next:active:before {
  color: #fff;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #999;
  content: '\f802';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #fff;
}
.pages .action.next:active:before {
  color: #fff;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #999;
}
.pages .action.previous:active:before {
  color: #fff;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #999;
  content: '\f801';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #fff;
}
.pages .action.previous:active:before {
  color: #fff;
}
.pages .item:last-child {
  margin-left: 0;
}
.pages strong.page,
.pages a.page,
.pages .action {
  border: 1px solid #ccc;
  border-radius: 0;
  color: #7b858a;
  display: block !important;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0;
  padding: 0 0.5em;
  line-height: 2.1em;
  min-width: 2.2em;
  height: 2.2em;
  text-decoration: none;
  text-align: center;
  background: none;
}
.pages strong.page::before,
.pages a.page::before,
.pages .action::before,
.pages strong.page:visited,
.pages a.page:visited,
.pages .action:visited,
.pages strong.page:hover,
.pages a.page:hover,
.pages .action:hover {
  color: inherit !important;
  background: none;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 0.5em;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 0.5em;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.sidebar .actions-toolbar .action.primary {
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
}
.sidebar .actions-toolbar .secondary a.action {
  line-height: 32px;
  margin: 0;
}
.breadcrumbs {
  margin: 0 0 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1em;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #777;
  padding: 12px 0;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #777;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #777;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #777;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
  padding: 12px 0;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  color: inherit;
  content: '\f80e';
  font-family: 'porto-icons';
  margin: 0 0.5em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper > .breadcrumbs {
  padding: 0;
  background-color: #171717;
  color: #fff;
  font-size: 0.75rem;
  margin-bottom: 0;
}
.page-wrapper > .breadcrumbs .items {
  color: inherit;
  padding: 12px 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
}
.page-wrapper > .breadcrumbs .items > li {
  text-shadow: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 0;
}
.page-wrapper > .breadcrumbs .items > li.home a {
  position: relative;
  width: 14px;
  text-indent: -9999px;
}
.page-wrapper > .breadcrumbs .items > li.home a:after {
  font-family: porto-icons;
  content: "\e883";
  float: left;
  text-indent: 0;
}
.page-wrapper > .breadcrumbs .items > li a {
  display: inline-block;
  border-color: transparent;
  background: transparent;
  color: inherit;
  padding: 0;
}
.page-wrapper > .breadcrumbs .items > li strong {
  font-weight: inherit;
}
.page-wrapper > .breadcrumbs .items > li:not(:last-child)::after {
  position: relative;
  content: "\e819";
  font-family: porto-icons;
  left: -1px;
  display: block;
  float: right;
  margin: 0 4px;
  width: 20px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  line-height: inherit;
}
.page-wrapper > .breadcrumbs a,
.page-wrapper > .breadcrumbs a:hover,
.page-wrapper > .breadcrumbs a:focus {
  color: #fff;
}
.page-wrapper > .breadcrumbs .item:not(:last-child):after {
  line-height: 15px;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  left: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  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;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: popup-icon-font__color-active;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-right: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 1em;
  color: #08c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #5e5e5e;
}
.modal-custom .action-close {
  margin: 1.25em;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 0.5em;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 0.5em;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: 1.35rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 0.6rem;
  padding: 14px 17px;
  font-size: 2em;
}
#delivery-method-selector .action.selected {
  background: #fff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 1em 0 0;
}
.location-details .location-name {
  font-size: 2em;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 1em;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 2em;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #e7e7e7;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 1em;
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #fff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #fff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Smartwave/portortl_child/ar_SA/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/portortl_child/ar_SA/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Smartwave/portortl_child/ar_SA/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: 0.5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1em;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: 0.3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 0.6rem;
  font-size: 2em;
  line-height: 1.4;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #08c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #08c;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #08c;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #08c;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #08c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 0.6rem;
  padding: 14px 17px;
  font-size: 2em;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eee;
  border: 1px solid #e7e7e7;
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 0.6rem;
  padding: 14px 17px;
  font-size: 2em;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #e7e7e7;
  color: #777;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #e7e7e7;
  color: #777;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: 0.5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1140px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #e7e7e7;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #fff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all 0.3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #eee;
  height: 2em;
  padding: 1px 0.5em 1px 0.5em;
  font-weight: 600;
  line-height: 2em;
  font-size: 1em;
  color: #777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #c1c1c1;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #777;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 0.5em 0.5em 1.5em;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark > div,
.payment-method-payment_services_paypal_apm .payment-services-paypal-apm-mark .paypal-marks {
  display: inline-block;
}
.payment-method-payment_services_paypal_apm .billing-address-details,
.payment-method-payment_services_paypal_apm .payment-services-paypal-legal-text {
  margin-bottom: 1em;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
axo-auth,
paypal-shipping-address-selector {
  position: fixed;
  z-index: 10000;
}
.paypal-fastlane-powered-by {
  display: block;
  margin: 0.25em 0;
  width: 150px;
}
.paypal-fastlane-shipping-change-address-form {
  margin-bottom: 1.5em;
}
.paypal-fastlane-shipping-change-address-form button {
  width: 100%;
}
.paypal-fastlane-divider {
  margin-top: 1.5em;
  position: relative;
  text-align: center;
  width: 100%;
}
.paypal-fastlane-divider:before {
  border-bottom: 1px solid #e7e7e7;
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.paypal-fastlane-divider span {
  background-color: #f4f4f4;
  padding: 0 0.5em;
  position: relative;
}
#payment-services-paypal-fastlane paypal-payment {
  display: block;
  margin-bottom: 1em;
}
#payment-services-paypal-fastlane + .checkout-agreements-block .recaptcha-checkout-place-order {
  margin-bottom: 1em;
}
.magento-payments-review .actions-toolbar {
  margin-top: 0.5em;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 0.5em;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 1.5em;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 2em;
  padding: 0.5em 0 0;
}
.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;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.payment-services-express-payments .payment-services-express-payments-container {
  max-width: 500px;
  display: grid;
  margin: 10px 0;
}
.payment-services-express-payments .payment-services-express-payments-paypal .paypal-button-container,
.payment-services-express-payments .payment-services-express-payments-alternate {
  display: grid;
  grid-gap: 5px;
}
.payment-services-express-payments + .field.addresses {
  margin-top: 1.5em;
}
.checkout-payment-method .payment-services-express-payments {
  margin-bottom: 1.5em;
}
.customer-popup {
  /* Fixed background for Popup model*/
}
.customer-popup .modal-inner-wrap {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .customer-popup .modal-inner-wrap {
    -webkit-transform: translate(-100%, 0%) !important;
    transform: translate(-100%, 0%) !important;
  }
}
.customer-popup .modal-header {
  height: 10px !important;
}
.customer-popup .modal-header:after {
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  width: 200px;
  height: 10px;
  position: absolute;
  top: 13px;
  background-size: 42px;
  left: 100px;
}
.customer-popup .modal-header .action-close {
  left: unset;
  right: 10px;
  top: 12px;
}
.customer-popup #login-register-popup {
  font-size: 13px;
  /*.control {
            .email-field {
                background-image: url('../../frontend/Smartwave/porto_rtl/ar_SA/Acodesh_Login/images/register/email.svg');
            }

            .custom-telephone {
                background-image: url('../../frontend/Smartwave/porto_rtl/ar_SA/Acodesh_Login/images/register/mobile.svg');
            }

            .key {
                background-image: url('../../frontend/Smartwave/porto_rtl/ar_SA/Acodesh_Login/images/register/password.svg');
            }

            .first-name {
                background-image: url('../../frontend/Smartwave/porto_rtl/ar_SA/Acodesh_Login/images/register/user.svg');
            }

            .last-name {
                background-image: url('../../frontend/Smartwave/porto_rtl/ar_SA/Acodesh_Login/images/register/group.svg');
            }
        }*/
}
.customer-popup #login-register-popup .title {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  line-height: 32px;
  font-size: 17px;
}
.customer-popup #login-register-popup .title i {
  color: #D42371;
}
.customer-popup #login-register-popup .title span {
  font-size: 17px;
  padding: 16px;
}
.customer-popup #login-register-popup .mobile-tooltip {
  position: relative;
}
.customer-popup #login-register-popup .mobile-tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #777;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.customer-popup #login-register-popup .mobile-tooltip .tooltip-content:after,
.customer-popup #login-register-popup .mobile-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.customer-popup #login-register-popup .mobile-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.customer-popup #login-register-popup .mobile-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.customer-popup #login-register-popup .mobile-tooltip .tooltip-content:after,
.customer-popup #login-register-popup .mobile-tooltip .tooltip-content:before {
  right: 100%;
}
.customer-popup #login-register-popup .mobile-tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.customer-popup #login-register-popup .mobile-tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.customer-popup #login-register-popup .mobile-tooltip .tooltip-toggle {
  cursor: help;
}
.customer-popup #login-register-popup .mobile-tooltip .tooltip-toggle:hover + .tooltip-content,
.customer-popup #login-register-popup .mobile-tooltip .tooltip-toggle:focus + .tooltip-content,
.customer-popup #login-register-popup .mobile-tooltip:hover .tooltip-content {
  display: block;
}
.customer-popup #login-register-popup .mobile-tooltip a {
  background-image: url("../../frontend/Smartwave/porto_rtl/ar_SA/Acodesh_Login/images/tooltip.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 16px;
  display: inline-block;
}
.customer-popup #login-register-popup .mobile-tooltip .tooltip-content {
  background-color: #C3E1CD;
}
.customer-popup #login-register-popup button {
  width: 100%;
  height: 45px;
  padding: 0;
  margin-top: 20px;
  border-radius: 2px;
}
.customer-popup #login-register-popup button span {
  font-size: 13px !important;
}
.customer-popup #login-register-popup .fieldset {
  margin-bottom: 20px;
}
.customer-popup #login-register-popup .fieldset.oxmg0 {
  margin-bottom: 0px;
}
.customer-popup #login-register-popup .otp-action button {
  display: inline;
  float: left;
  width: auto;
  margin-top: 0px;
}
.customer-popup #login-register-popup .otp-action button span {
  font-size: 10px !important;
  padding: 8px;
}
.customer-popup #login-register-popup .or-text {
  display: inline;
  float: left;
  padding: 13px 8px;
}
.customer-popup #login-register-popup .mobile-switch {
  padding: 0px 0px 15px 0;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
}
.customer-popup #login-register-popup .mobile-switch .mobile-text {
  padding-right: 18px;
}
.customer-popup #login-register-popup .mobile-switch .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}
.customer-popup #login-register-popup .mobile-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.customer-popup #login-register-popup .mobile-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #645D87 72;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.customer-popup #login-register-popup .mobile-switch .slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  right: 0;
  left: unset;
  bottom: 0;
  background: url("../../frontend/Smartwave/porto_rtl/ar_SA/Acodesh_Login/images/toggle-no.svg") no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.customer-popup #login-register-popup .mobile-switch input:focus + .slider {
  box-shadow: 0 0 1px #645D87 72;
}
.customer-popup #login-register-popup .mobile-switch input:checked + .slider:before {
  -webkit-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  transform: translateX(-25px);
  background: url("../../frontend/Smartwave/porto_rtl/ar_SA/Acodesh_Login/images/toggle-yes.svg") no-repeat;
}
.customer-popup #login-register-popup .field label {
  z-index: 5;
  font-size: 12px;
  position: absolute;
  pointer-events: none;
  right: 46px;
  color: #847e9f;
  transform-origin: top right;
  transform: translate(0, 12px) scale(1);
  transition: all 0.1s ease-in-out;
}
.customer-popup #login-register-popup .field .extra-label {
  position: absolute;
  font-size: 9px;
  right: 46px;
  top: 3px;
  z-index: 1;
}
.customer-popup #login-register-popup .field div.mage-error[generated] {
  margin-top: 4px;
  color: #DB2828;
}
.customer-popup #login-register-popup .field.ox-field-error {
  margin-bottom: 12px;
}
.customer-popup #login-register-popup .field.active label {
  transform: translate(0, 5px) scale(0.75);
}
.customer-popup #login-register-popup .field.active .extra-label {
  display: none;
}
.customer-popup #login-register-popup .iti {
  position: inherit;
  display: block;
}
.customer-popup #login-register-popup .iti .iti__selected-flag {
  max-height: 45px;
}
.customer-popup #login-register-popup .input-text {
  font-size: 12px;
  width: 100%;
  padding: 12px 46px 0;
  right: 0;
  border-radius: 2px;
  height: 46px;
  color: #645D87;
  line-height: 23px;
  background-position: center center;
  background-repeat: no-repeat;
}
.customer-popup #login-register-popup .input-text.mage-error {
  border-color: #DB2828;
}
.customer-popup #login-register-popup .control {
  position: relative;
}
.customer-popup #login-register-popup .control i {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-popup #login-register-popup .control i:after {
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  z-index: 10;
}
.customer-popup #login-register-popup .control i.user-icon:after {
  background-image: url("../../frontend/Smartwave/porto_rtl/ar_SA/Acodesh_Login/images/register/user.svg");
}
.customer-popup #login-register-popup .control i.group-icon:after {
  background-image: url("../../frontend/Smartwave/porto_rtl/ar_SA/Acodesh_Login/images/register/group.svg");
}
.customer-popup #login-register-popup .control i.mobile-icon:after {
  background-image: url("../../frontend/Smartwave/porto_rtl/ar_SA/Acodesh_Login/images/register/mobile.svg");
}
.customer-popup #login-register-popup .control i.email-icon:after {
  background-image: url("../../frontend/Smartwave/porto_rtl/ar_SA/Acodesh_Login/images/register/email.svg");
}
.customer-popup #login-register-popup .control i.password-icon:after {
  background-image: url("../../frontend/Smartwave/porto_rtl/ar_SA/Acodesh_Login/images/register/password.svg");
}
.customer-popup #login-register-popup .list-inline {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  border: 1px solid #514974;
  margin-bottom: 30px;
}
.customer-popup #login-register-popup .list-inline .active-tab {
  background: #514974;
  color: white;
}
.customer-popup #login-register-popup .list-inline .active-tab a {
  color: white;
}
.customer-popup #login-register-popup .list-inline li {
  vertical-align: top;
  text-align: center;
  margin: 0;
  height: 46px;
  line-height: 46px;
}
.customer-popup #login-register-popup .list-inline li a {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.customer-popup #login-register-popup .form-create-account .fieldset.create.account:after {
  display: none;
}
.customer-popup #login-register-popup .forgot-password {
  padding: 0 0 0px;
}
.customer-popup #login-register-popup .continue-as-guest {
  float: left;
  padding-bottom: 15px;
}
.customer-popup #login-register-popup a {
  color: #514974;
}
.customer-popup #login-register-popup .primary,
.customer-popup #login-register-popup .secondary {
  display: block;
  float: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.customer-popup #login-register-popup .note {
  display: block;
  font-size: 8px;
  padding-bottom: 3px;
}
.customer-popup .modal-header {
  height: 50px;
  background-color: #514974;
}
.customer-popup .modal-header .action-close:before {
  color: white;
  font-size: 15.56px;
}
.customer-popup .modal-content {
  height: 100% !important;
  padding: 0 15px 22px;
}
.customer-popup body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}
.customer-popup select.icon-menu option {
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-left: 30px;
}
.customer-popup select#countries option[value="US"] {
  background-image: url('../../frontend/Smartwave/porto_rtl/ar_SA/Acodesh_Login/images/usa.png');
}
.aw-raf__advocate-info-block {
  font-family: 'Open Sans', sans-serif;
  color: #333;
}
.aw-raf__advocate-info-block .rule-text p {
  margin-bottom: 0;
}
.aw-raf__advocate-info-reward-message {
  font-size: 24px;
  color: #669933;
  margin-bottom: 2em;
  line-height: 1.2;
}
.aw-raf__advocate-info-rule {
  margin-bottom: 2em;
}
.aw-raf__advocate-info-share {
  margin-bottom: 2em;
  font-weight: 600;
  font-size: 14px;
}
.aw-raf__advocate-info-referral-url {
  margin-bottom: 2em;
}
.aw-raf__advocate-info-referral-url .control .input-text {
  margin-right: 10px;
  max-width: 700px;
  outline: none;
}
.aw-raf__advocate-info-referral-url .control .action {
  box-shadow: none;
  background: transparent;
  border: none;
  position: relative;
  padding-left: 10px;
  width: 160px;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #169BD5;
  outline: none;
  box-sizing: content-box;
}
.aw-raf__advocate-info-referral-url .control .action::before {
  content: '';
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  left: 0;
  top: 6px;
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" viewBox="0 0 22 22" height="22"><path d="M1.143.905h19.952v19.952H1.143z" fill="none"/><path d="M12.715 9.285h-4.39v-4.39" stroke-miterlimit="10" fill="none" stroke="#000" stroke-width=".798" stroke-linecap="round"/><path d="M13.114 20.458H1.542V4.496h6.784l4.788 4.789zm7.183-14.366h-4.39v-4.39" stroke-miterlimit="10" fill="none" stroke="#000" stroke-width=".798" stroke-linecap="round"/><path d="M16.073.905H8.725v2.394l.798.798V1.703h6.22l4.554 4.555v10.608h-5.986v.799h6.784V5.927z"/></svg>');
}
.aw-raf__advocate-info-email {
  margin-bottom: 1em;
}
.aw-raf__advocate-info-email .field {
  margin-bottom: 10px;
  font-size: 14px;
}
.aw-raf__advocate-info-summary {
  overflow: hidden;
  margin-bottom: 1em;
}
.aw-raf__advocate-info-summary p {
  float: left;
  margin-right: 30px;
  border-left: 3px solid #659934;
  padding-left: 10px;
  margin-bottom: 1em;
  font-size: 14px;
  color: #666;
}
.aw-raf__advocate-info-summary p span {
  display: block;
  font-weight: 600;
  font-size: 24px;
  color: #333;
}
.aw-raf-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
  display: block;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 1.5em;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 0.25em;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 0.25em;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background 0.3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amelsearch-further-section {
  display: none;
  margin: 0 0 40px;
}
.amelsearch-further-section .amelsearch-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.amelsearch-further-section .amelsearch-form-section {
  align-content: center;
  align-items: center;
  display: inline-flex;
  max-width: 362px;
  position: relative;
  width: 100%;
}
.amelsearch-further-section .amelsearch-button.-loupe,
.amelsearch-further-section .amelsearch-button.-close {
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 85px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-input {
  padding-left: 33px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-button.-loupe {
  bottom: 0;
  left: 10px;
  right: auto;
  top: 0;
}
.amelsearch-further-section .amelsearch-input {
  border-radius: 20px;
}
.amelsearch-further-section .amelsearch-button.-primary {
  height: 100%;
  position: absolute;
  right: 0;
}
.amelsearch-further-section .amelsearch-button:focus-visible {
  border: 1px solid #68a8e0;
  box-shadow: 0 0 3px 1px #68a8e0;
}
.amelsearch-input {
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 5px;
  transition: 0.3s;
}
.amelsearch-input ::placeholder {
  color: #ccc;
}
.amelsearch-input:hover:not([disabled]),
.amelsearch-input:focus:not([disabled]) {
  border-color: #1979c2;
  box-shadow: none;
}
.amelsearch-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.amelsearch-button:hover,
.amelsearch-button:focus {
  outline: none;
}
.amelsearch-button:not(.primary) {
  box-shadow: none;
}
.amelsearch-button.-disabled {
  opacity: 0.7;
  pointer-events: none;
}
.amelsearch-button.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 20px;
  padding: 0;
  width: 20px;
  background: none;
}
.amelsearch-button.-icon:after {
  content: '';
  height: 10px;
  width: 10px;
}
.amelsearch-button.-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.amelsearch-button.-loupe:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amelsearch-button.-primary {
  background-color: #1979c2;
  border-color: #1979c2;
  border-radius: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  min-width: 78px;
  padding: 7px 10px;
}
.amelsearch-button.-primary:hover {
  background-color: #166bab;
  border-color: #166bab;
}
.amelsearch-button.-primary:active {
  background-color: #135d95;
  border-color: #135d95;
}
.amelsearch-button.-primary.-disabled {
  opacity: 0.8;
}
.amexfee-block-content > .title.amexfee-title {
  position: relative;
  padding: 10px 40px 10px 0;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.amexfee-block-content > .title.amexfee-title:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin: 0;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;
  content: '';
  cursor: pointer;
  transform: translateY(-50%);
}
.amexfee-block-content.active > .title.amexfee-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMjgyLjA4MiAxOTUuMjg1TDE0OS4wMjggNjIuMjRjLTEuOTAxLTEuOTAzLTQuMDg4LTIuODU2LTYuNTYyLTIuODU2cy00LjY2NS45NTMtNi41NjcgMi44NTZMMi44NTYgMTk1LjI4NUMuOTUgMTk3LjE5MSAwIDE5OS4zNzggMCAyMDEuODUzYzAgMi40NzQuOTUzIDQuNjY0IDIuODU2IDYuNTY2bDE0LjI3MiAxNC4yNzFjMS45MDMgMS45MDMgNC4wOTMgMi44NTQgNi41NjcgMi44NTRzNC42NjQtLjk1MSA2LjU2Ny0yLjg1NGwxMTIuMjA0LTExMi4yMDIgMTEyLjIwOCAxMTIuMjA5YzEuOTAyIDEuOTAzIDQuMDkzIDIuODQ4IDYuNTYzIDIuODQ4IDIuNDc4IDAgNC42NjgtLjk1MSA2LjU3LTIuODQ4bDE0LjI3NC0xNC4yNzdjMS45MDItMS45MDIgMi44NDctNC4wOTMgMi44NDctNi41NjYuMDAxLTIuNDc2LS45NDQtNC42NjYtMi44NDYtNi41Njl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjODU4NTg1Ii8+PC9zdmc+) no-repeat center / contain;
  content: '';
}
.amexfee-block-content.-cart > .title.amexfee-title {
  margin-bottom: 0;
  border-top: 1px solid #ccc;
}
.amexfee-block-content.-cart > .title.amexfee-title:after {
  content: '';
}
.amexfee-block-content.-checkout > .title.amexfee-title {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: 300;
  font-size: 18px;
}
.amexfee-item-element._required .amexfee-title:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.amexfee-form-container > .amexfee-fieldset .amexfee-title {
  margin-bottom: 5px;
  font-weight: 700;
}
.amexfee-form-container .amexfee-input {
  float: left;
}
.amexfee-form-container .amexfee-input + .amexfee-label {
  display: block;
  overflow: hidden;
  margin: 0;
}
.amexfee-collapsible-block {
  cursor: pointer;
}
.amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .mark.amexfee-mark,
.amexfee-collapsible-block > .mark.amexfee-mark {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.amexfee-collapsible-block > .amount.amexfee-amount,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount {
  position: relative;
  padding-right: 20px;
}
.amexfee-collapsible-block > .amount.amexfee-amount:after,
.opc-block-summary .amexfee-collapsible-block > .amount.amexfee-amount:after {
  position: absolute;
  top: 50%;
  right: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center / contain;
  content: '';
  cursor: pointer;
  transform: translateY(-50%);
}
.amexfee-collapsible-block.-expanded > .amount.amexfee-amount,
.amexfee-collapsible-block.-expanded > .mark.amexfee-mark {
  border-bottom: 0;
}
.amexfee-collapsible-block.-expanded > .amount.amexfee-amount:after,
.opc-block-summary .amexfee-collapsible-block.-expanded > .amount.amexfee-amount:after {
  transform: translateY(-50%) rotateZ(180deg);
}
.amexfee-totals-details {
  display: none;
}
.amexfee-totals-details.-show {
  display: table-row;
  border-bottom: 1px solid #ccc;
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  box-shadow: none;
  direction: ltr;
  margin-right: 30px;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  color: #363636;
  font-size: 12px;
  margin-bottom: 10px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  color: #4670c9;
  cursor: pointer;
  font-size: 12px;
}
.amgdprcookie-toggle-cookie {
  padding-left: 50px;
  position: relative;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  opacity: 0;
  width: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  background: #a5a5a5;
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  background: #fff;
  border-radius: 40px;
  content: '';
  height: 25px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all 0.4s ease;
  width: 25px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  background: #ca4912;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #fff;
  font-size: 14px;
  padding: 7px 27px;
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #9b380e;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,
.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  color: #2977c2;
  cursor: pointer;
  float: right;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.amgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  background-color: #0a6c9f;
  content: '';
  height: 100%;
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.amgdprcookie-groups-modal {
  z-index: 999;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #fff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #fff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #fff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  background: #fff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  bottom: unset;
  left: unset;
  overflow-y: unset;
  pointer-events: auto;
  position: unset;
  right: unset;
  top: unset;
  transition: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdprcookie-bar-container .action-close:focus,
.amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: 0.9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block.-information {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #4670c9;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: 0.9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active,
.amgdprcookie-buttons-block .amgdprcookie-button:focus {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: 0.9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #4670c9;
  color: #fff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #fff;
  margin-left: 5px;
  overflow-y: auto;
}
.amgdprcookie-modal-template .action-close {
  background: #fff;
  line-height: 14px;
  margin: 0;
  padding: 8px;
  right: 0;
  top: 0;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #fff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: 0.9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #fff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #4670c9;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  bottom: 0;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #fff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #fff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #fff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  height: 100%;
  margin-left: 0;
  min-width: 400px;
  pointer-events: auto;
  position: relative;
  width: 20%;
  z-index: 900;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amasty-label-container:not(.-preview) {
  max-height: 300px !important;
  max-width: 300px !important;
}
.amasty-label-container.-link:hover {
  cursor: pointer;
}
.amasty-label-container.-link:hover .amlabel-text {
  text-decoration: underline;
}
.fotorama--fullscreen .amasty-label-container {
  display: none;
}
.products-upsell .product-item .amlabel-text {
  font-size: 12px !important;
  padding: 0 !important;
}
.fotorama .amlabel-text.-am-centered {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}
.admin__field.-amlabel-hidden {
  margin: 0;
}
.admin__field.-amlabel-hidden > .admin__field-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amlabel-image-preview {
  border: 1px solid #ccc;
  display: flex;
  position: absolute;
  right: 0;
  white-space: nowrap;
  width: calc(100% * .25 - 30px);
  z-index: 99;
}
.amlabel-image-preview .amlabel-text {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.ie11 .amlabel-image-preview .amlabel-text {
  word-break: break-all;
}
.amlabel-image-preview > .amlabel-image {
  height: 100%;
  width: 100%;
}
.amlabel-image-preview .amlabel-position-wrapper {
  display: flex;
  position: absolute;
}
.amlabel-image-preview .amasty-label-container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 100%;
  position: relative;
}
.amlabel-image-preview .amlabel-preview-image + .amlabel-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amlabel-position-wrapper {
  z-index: 995;
}
.sidebar .amlabel-position-wrapper {
  z-index: 9;
}
.block-viewed-products-grid .amlabel-position-wrapper {
  z-index: 2;
}
.am-labels-rule {
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.am-labels-rule .rule-chooser [id^='skuChooserGrid'] ._clickable .col-in_products:first-child input.checkbox {
  height: 1.6rem;
  margin: 0;
  width: 1.6rem;
}
.amlabel-position-chooser {
  border-collapse: initial;
  border-spacing: 2px;
}
.amlabel-position-chooser td {
  border: 2px solid;
  cursor: pointer;
  padding: 20px;
}
.amlabel-position-chooser td[data-amlabel-position-enabled='0'] {
  background-color: #ced4de;
  cursor: not-allowed;
}
.amlabel-position-chooser td[data-amlabel-position-selected='1'] {
  background-color: #ffa726;
}
.amlabel-position-chooser td:hover:not([data-amlabel-position-enabled='0']) {
  background-color: rgba(255, 167, 38, 0.5);
}
.amlabel-position-chooser.amlabel-visual-chooser {
  border-spacing: 6px;
}
.amlabel-position-chooser.amlabel-visual-chooser td {
  padding: 5px;
}
.amlabel-position-chooser.amlabel-visual-chooser td[data-amlabel-position-selected='1'] {
  background-color: #007bdb;
  border-color: #007bdb;
  color: #fff;
}
.amlabel-position-chooser.amlabel-visual-chooser td:hover:not([data-amlabel-position-enabled='0'], [data-amlabel-position-selected='1']) {
  background-color: #e8f5ff;
  border-color: #000;
  color: #000;
}
.amlabel-shapes-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.amlabel-shapes-container > .amlabel-shape {
  align-items: center;
  border: 1px solid #eee;
  display: flex;
  flex-wrap: nowrap;
  height: 55px;
  justify-content: center;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  vertical-align: top;
  width: 115px;
}
.amlabel-shapes-container > .amlabel-shape:hover {
  border-color: #c4c4c4;
}
.amlabel-shapes-container > .amlabel-shape.-am-checked {
  border-color: #000;
}
.amlabel-shapes-container .amlabel-image {
  height: 40px;
}
._amrev-disabled {
  opacity: 0.8;
  pointer-events: none;
}
.hidden {
  display: none;
}
._clear-btn,
._clear-btn:focus,
._clear-btn:hover,
._clear-btn:active,
._clear-btn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
.amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin: 0 0 10px 0;
  overflow: hidden;
  width: 160px;
}
.amstars-rating-container.-small {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
  height: 18px;
  width: 107px;
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
  height: 100%;
}
.amreview-popup.modal-popup {
  transition: 0.3s all ease-in;
}
.amreview-popup.modal-popup .modal-header {
  background: #fafafa;
}
.amreview-popup.modal-popup .modal-content {
  padding: 0;
}
.amreview-popup.modal-popup .block-content {
  background: #fafafa;
  padding: 10px 20px 40px;
}
.amreview-popup.modal-popup .modal-inner-wrap {
  max-width: 640px;
}
.amrev-toolbar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #363636;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 0;
}
.amrev-toolbar-container.-disabled {
  opacity: 0.8;
  pointer-events: none;
}
.amrev-toolbar-container.-all .amrev-sorting {
  border-left: none;
}
.amrev-toolbar-container .amrev-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  order: 2;
  padding: 0;
}
.amrev-toolbar-container .amrev-filter {
  border-bottom: 1px solid #dcdcdc;
  flex-basis: 100%;
  margin: 0;
  padding: 15px 0 10px 20px;
}
.amrev-toolbar-container .amrev-sorting {
  background: #fafafa;
  border: none;
  flex-basis: 100%;
  order: 1;
  padding: 10px 18px;
}
.amrev-toolbar-container .amrev-sortbtn:before {
  font-size: 14px;
}
.amrev-toolbar-container .amrev-sortbtn:hover:before,
.amrev-toolbar-container .amrev-sortbtn:focus:before {
  color: #007bdb;
}
.amrev-toolbar-container .amrev-select {
  height: 25px;
  margin: 5px 5px 5px 8px;
  max-width: 160px;
  padding: 0 0 0 10px;
  width: 100%;
}
.amrev-toolbar-container .amrev-label {
  margin: 0;
}
.amrev-checkbox-container .amrev-label {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 20px;
  position: relative;
}
.amrev-checkbox-container .amrev-label:hover:before {
  border-color: #007bdb;
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amrev-checkbox-container .amrev-label:before,
.amrev-checkbox-container .amrev-label:after {
  transition: 0.1s all ease-in;
  content: '';
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
}
.amrev-checkbox-container .amrev-label:after {
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy45MDQ4IDBMMy41NDI1IDQuNjU5OEwxLjA5NDk1IDIuMDQ2MDNMMCAzLjIxNTg1TDMuNTQyNSA3TDkgMS4xNjk4M0w3LjkwNDggMFoiIGZpbGw9IiM1MTQ5NDMiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  bottom: 0;
  height: 8px;
  margin: auto 0 auto 3px;
  opacity: 0;
  top: 0;
  width: 10px;
}
.amrev-checkbox-container .amrev-label:before {
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 2px;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:after {
  opacity: 1;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:before {
  border-color: #007bdb;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:before:focus {
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amrev-checkbox-container .amrev-input {
  display: none;
}
.amrev-fancybox-zoom .fancybox-arrow {
  box-shadow: none;
}
.amrev-fancybox-zoom .fancybox-arrow:hover,
.amrev-fancybox-zoom .fancybox-arrow:active,
.amrev-fancybox-zoom .fancybox-arrow:focus {
  background: none;
  border: none;
  box-shadow: none;
  opacity: 1;
}
.amreview-images.slick-slider {
  padding: 0 18px;
}
.amreview-images.slick-slider .slick-arrow {
  transition: 0.1s all ease-in;
  background-size: 7px 12px !important;
  filter: invert(0.5);
}
.amreview-images.slick-slider .slick-arrow:hover {
  filter: invert(1);
}
.amreview-images.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amreview-images.slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amreview-images.slick-slider .slick-slide {
  border: 1px solid transparent;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
}
.amreview-images.slick-slider .slick-slide > div {
  display: flex;
}
.amreview-widget-container .slick-dots {
  position: initial;
}
@keyframes amloadrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.am-load-block {
  transition: 0.3s all ease-in;
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.am-load-block .am-dots {
  height: 64px;
  margin: 20px auto;
  position: sticky;
  top: 35%;
  width: 64px;
  z-index: 999;
}
.am-load-block .am-dot {
  animation: amloadrotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  display: block;
  transform-origin: 32px 32px;
}
.am-load-block .am-dot:nth-child(1) {
  animation-delay: -0.036s;
}
.am-load-block .am-dot:nth-child(2) {
  animation-delay: -0.07199999999999999s;
}
.am-load-block .am-dot:nth-child(3) {
  animation-delay: -0.108s;
}
.am-load-block .am-dot:nth-child(4) {
  animation-delay: -0.144s;
}
.am-load-block .am-dot:nth-child(6) {
  animation-delay: -0.216s;
}
.am-load-block .am-dot:nth-child(7) {
  animation-delay: -0.252s;
}
.am-load-block .am-dot:nth-child(8) {
  animation-delay: -0.288s;
}
.am-load-block .am-dot:after {
  background: #666;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  margin: -3px 0 0 -3px;
  position: absolute;
  width: 6px;
}
.am-load-block .am-dot:nth-child(1):after {
  left: 50px;
  top: 50px;
}
.am-load-block .am-dot:nth-child(2):after {
  left: 45px;
  top: 54px;
}
.am-load-block .am-dot:nth-child(3):after {
  left: 39px;
  top: 57px;
}
.am-load-block .am-dot:nth-child(4):after {
  left: 32px;
  top: 58px;
}
.am-load-block .am-dot:nth-child(5) {
  animation-delay: -0.18s;
}
.am-load-block .am-dot:nth-child(5):after {
  left: 25px;
  top: 57px;
}
.am-load-block .am-dot:nth-child(6):after {
  left: 19px;
  top: 54px;
}
.am-load-block .am-dot:nth-child(7):after {
  left: 14px;
  top: 50px;
}
.am-load-block .am-dot:nth-child(8):after {
  left: 10px;
  top: 45px;
}
.amrev-comment-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0 0;
}
.amrev-comment-toolbar.-nocomments {
  justify-content: flex-end;
}
.amrev-comment-toolbar .amrev-reply {
  border-right: 1px solid #767676;
  box-sizing: border-box;
  flex-basis: 50%;
  order: 2;
  padding: 0 25px 0 0;
}
.amrev-comment-toolbar .amrev-repbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  background: #dff1ff;
  border: 1px solid #1a6cae;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1a6cae;
  flex-basis: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 8px;
  position: relative;
  width: 100%;
}
.amrev-comment-toolbar .amrev-repbtn:before {
  transition: 0.1s all ease-in;
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMjAzOSAzLjA3Njg4SDIuMTk4NTdMMy4wMzEyOCAzLjg3MjU3QzMuMjgyNzcgNC4xMTI4OCAzLjI4Mjc3IDQuNTAyNDMgMy4wMzEyOCA0Ljc0Mjc0QzIuNzgxNzIgNC45ODE1MSAyLjM3MzEgNC45ODQ1OSAyLjEyMDY1IDQuNzQyNzRMMC4xODg2MTUgMi44OTY1N0MtMC4wNjI4NzE5IDIuNjU2MjYgLTAuMDYyODcxOSAyLjI2NjcxIDAuMTg4NjE1IDIuMDI2NEwyLjEyMDY1IDAuMTgwMjMyQzIuMzcxODEgLTAuMDYwMDc3NSAyLjc4MDEyIC0wLjA2MDA3NzUgMy4wMzEyOCAwLjE4MDIzMkMzLjI4Mjc3IDAuNDIwNTQzIDMuMjgyNzcgMC44MTAwODUgMy4wMzEyOCAxLjA1MDRMMi4xOTg1NyAxLjg0NjA5SDYuMjAzOUM5LjM5OTgxIDEuODQ2MDkgMTIgNC4zMzA3MyAxMiA3LjM4NDYxQzEyIDcuNzI0MzEgMTEuNzExNSA4IDExLjM1NiA4QzExLjAwMDUgOCAxMC43MTIgNy43MjQzMSAxMC43MTIgNy4zODQ2MUMxMC43MTIgNS4wMDkyIDguNjg5NzggMy4wNzY4OCA2LjIwMzkgMy4wNzY4OFoiIGZpbGw9IiMxRTc5QzIiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  height: 8px;
  margin: auto 5px;
  width: 12px;
}
.amrev-comment-toolbar .amrev-repbtn:hover,
.amrev-comment-toolbar .amrev-repbtn:active,
.amrev-comment-toolbar .amrev-repbtn.-active {
  background: #026bb3;
  border-color: #026bb3;
  color: #fff;
}
.amrev-comment-toolbar .amrev-repbtn:hover:before,
.amrev-comment-toolbar .amrev-repbtn:active:before,
.amrev-comment-toolbar .amrev-repbtn.-active:before {
  filter: brightness(10);
}
.amrev-comment-toolbar .amrev-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  box-sizing: border-box;
  flex-basis: 50%;
  order: 3;
  padding: 0 15px;
  position: relative;
}
.amrev-comment-toolbar .amrev-combtn {
  color: #026bb3;
  font-size: 1.4rem;
  font-weight: 600;
}
.amrev-comment-toolbar .amrev-combtn,
.amrev-comment-toolbar .amrev-combtn:focus,
.amrev-comment-toolbar .amrev-combtn:hover,
.amrev-comment-toolbar .amrev-combtn:active,
.amrev-comment-toolbar .amrev-combtn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
.amrev-comment-toolbar .amrev-combtn:before {
  transition: 0.1s all ease-in;
  content: '\e81c';
  display: inline-block;
  font-family: 'porto-icons';
  font-size: 10px;
  margin: 0 7px 0 0;
}
.amrev-comment-toolbar .amrev-combtn:hover {
  color: #014d81;
}
.amrev-comment-toolbar .amrev-combtn.-active:before {
  transform: rotate(180deg) translateY(1px);
}
.amrev-comment-toolbar .amrev-combtn.-empty:before {
  display: none;
}
.amrev-comment-block {
  transition: 0.1s all ease-in;
  background: #fafafa;
  border-radius: 2px;
  margin: 0 -15px 0 -15px;
  padding: 0;
}
.amrev-comment-block .amrev-title {
  border-bottom: 1px solid #c8c8c8;
  font-size: 12px;
  font-style: normal;
  margin: 0 0 20px 0;
  padding: 10px 0;
}
.amrev-comment-block .amrev-qty {
  font-style: normal;
}
.amrev-comment-block .amrev-message {
  padding: 15px 20px;
}
.amrev-comment-list {
  transition: 0.1s all ease-in;
  color: #000;
  display: none;
  padding: 20px;
}
.amrev-comment-list.-active {
  display: block;
  margin: 20px 0 0 0;
}
.amrev-comment-list .amrev-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amrev-comment-list .amrev-comment {
  margin: 0;
  padding: 0;
}
.amrev-comment-list .amrev-comment:not(:last-child) {
  padding: 0 0 30px;
}
.amrev-comment-list .amrev-name {
  margin: 0;
}
.amrev-comment-list .amrev-email {
  font-size: 12px;
}
.amrev-comment-list .amrev-date {
  display: block;
  font-size: 12px;
}
.amrev-comment-list .amreview-text {
  display: block;
  font-size: 14px;
  padding: 15px 0 0 0;
}
.amrev-comment-form {
  transition: 0.1s all ease-in;
  display: none;
  margin: 10px 0 0;
  padding: 20px 20px 25px;
}
.amrev-comment-form.-active {
  display: block;
}
.amrev-comment-form .amrev-form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.amrev-comment-form .amrev-fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0 15px 0 0;
}
.amrev-comment-form .amrev-label {
  color: #363636;
  font-size: 12px;
}
.amrev-comment-form .amrev-label.required:after {
  color: #f00 f;
  content: '*';
}
.amrev-comment-form .amrev-input {
  background: #fff;
  border-color: transparent;
  color: #292929;
  font-size: 12px;
  height: 30px;
}
.amrev-comment-form .amrev-input ::placeholder {
  color: #adadad;
}
.amrev-comment-form .amrev-input:hover,
.amrev-comment-form .amrev-input:focus,
.amrev-comment-form .amrev-input:active {
  border: 1px solid #1a6cae;
}
.amrev-comment-form .amrev-area {
  height: auto;
  padding: 15px;
}
.amrev-comment-form .amrev-btn {
  transition: 0.1s all ease-in;
  background: #1a6cae;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  margin: 15px auto 0 0;
  padding: 10px;
}
.amrev-comment-form .amrev-btn:hover {
  background: #175e98;
}
.amrev-comment-form .amrev-field {
  position: relative;
}
.amrev-comment-form .amrev-area-field {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.amrev-comment-form .amrev-input-field {
  flex-basis: 48%;
  margin: 0 0 15px;
}
.amreview-helpful-wrap {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  order: 1;
  padding: 0 0 20px 0;
}
.amreview-helpful-wrap > .amreview-helpful {
  color: #767676;
  font-size: 14px;
}
.amreview-helpful-wrap > .amreview-options {
  margin-left: 15px;
}
.amreview-helpful-wrap .amreview-plus,
.amreview-helpful-wrap .amreview-minus {
  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;
}
.amreview-helpful-wrap .amreview-plus:focus,
.amreview-helpful-wrap .amreview-minus:focus,
.amreview-helpful-wrap .amreview-plus:active,
.amreview-helpful-wrap .amreview-minus:active {
  background: none;
  border: none;
}
.amreview-helpful-wrap .amreview-plus:hover,
.amreview-helpful-wrap .amreview-minus:hover {
  background: none;
  border: none;
}
.amreview-helpful-wrap .amreview-plus.disabled,
.amreview-helpful-wrap .amreview-minus.disabled,
.amreview-helpful-wrap .amreview-plus[disabled],
.amreview-helpful-wrap .amreview-minus[disabled],
fieldset[disabled] .amreview-helpful-wrap .amreview-plus,
fieldset[disabled] .amreview-helpful-wrap .amreview-minus {
  pointer-events: none;
  opacity: 0.5;
}
.amreview-helpful-wrap .amreview-plus:focus,
.amreview-helpful-wrap .amreview-minus:focus {
  outline: 1px dotted #767676;
  outline-offset: 3px;
}
.amreview-helpful-wrap .amreview-plus {
  margin: 0 0 0 10px;
}
.amreview-helpful-wrap > .amreview-options,
.amreview-helpful-wrap .amreview-plus,
.amreview-helpful-wrap .amreview-minus,
.amreview-helpful-wrap .amreview-icon {
  cursor: pointer;
  display: inline-block;
}
.amreview-helpful-wrap .amreview-icon {
  height: 18px;
  margin: 0 0 0 10px;
  transition: 0.3s;
  width: 20px;
}
.amreview-helpful-wrap .amreview-plus > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-plus:hover > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzJFQUJDIi8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-plus.-voted > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-minus > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0M0QzRDNCIvPjwvc3ZnPg==);
}
.amreview-helpful-wrap .amreview-minus:hover > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0ZGQkNCQyIvPjwvc3ZnPg==);
}
.amreview-helpful-wrap .amreview-minus.-voted > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0QyMzczNyIvPjwvc3ZnPg==);
}
.review-field-image {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #292929;
  margin: 0;
}
.review-field-image > .label {
  font-weight: 600;
  margin: 0 0 20px 0;
  width: 190px;
}
.control .review-field-rating {
  display: flex;
  align-items: center;
}
.control .review-field-rating > .label {
  color: #292929;
  margin: 0;
  min-width: 70px;
}
.control .review-field-rating > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin-left: 3px;
}
.amreview-submit-form {
  background: #fafafa;
  margin: 0 auto;
}
.amreview-submit-form > .block-content {
  margin: 0 auto;
  max-width: 575px;
  padding: 40px 20px 45px;
}
.amreview-submit-form .review-fieldset {
  display: block;
  margin: 0 0 35px;
  width: 100%;
}
.amreview-submit-form .review-fieldset .field:last-child {
  margin: 0;
}
.amreview-submit-form .review-form {
  max-width: 100%;
}
.amreview-submit-form .review-form .action.submit.primary {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  padding: 16px 22px;
}
.amreview-submit-form .review-form .action.submit.primary:hover,
.amreview-submit-form .review-form .action.submit.primary:active,
.amreview-submit-form .review-form .action.submit.primary.-active {
  background: #166bac;
  border-color: #166bac;
  color: #fff;
}
.amreview-submit-form .review-fieldset .field {
  margin: 0 0 20px 0;
}
.amreview-submit-form .review-fieldset .review-legend.legend {
  display: flex;
  float: none;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.amreview-submit-form .review-fieldset .review-legend.legend > span {
  float: left;
  margin: 0 5px 0 0;
}
.amreview-submit-form .review-fieldset .review-field-ratings .field {
  margin: 0 0 15px 0;
}
.amreview-submit-form .review-fieldset .review-field-ratings > .label {
  display: none;
}
.amreview-submit-form .control .review-control-vote.control {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 15px;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}
.amreview-submit-form .control .review-control-vote.control:before {
  display: flex;
  transition: 0.1s all ease-in;
  color: #b1aeae;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: normal;
  margin: 0;
  position: initial;
}
.amreview-submit-form .control .review-control-vote.control:hover:before {
  color: #ed9d00;
}
.amreview-submit-form .review-control-vote.control label:hover:before {
  color: #ed9d00;
}
.amreview-submit-form .review-control-vote.control label:before {
  transition: 0.1s all ease-in;
  color: #ed9d00;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: normal;
  margin: 0;
  position: initial;
}
.amreview-submit-form .field > .label {
  font-weight: 400;
  margin: 0 0 2px;
}
.amreview-submit-form .field.required > .label:after {
  margin-left: 3px;
}
.amreview-submit-form .field .review-field-rating > .label,
.amreview-submit-form .field.review-field-image > .label {
  font-weight: 600;
}
.amreview-submit-form .field .mage-error[generated] {
  margin: 0;
}
.amreview-submit-form .field.review-field-nickname.-half {
  float: left;
}
.amreview-submit-form .field.review-field-email {
  float: right;
}
.amreview-submit-form .field.review-field-nickname,
.amreview-submit-form .field.review-field-email {
  width: 100%;
}
.amreview-submit-form .field .review-field-summary {
  float: none;
  overflow: hidden;
  width: 100%;
}
.amreview-submit-form .field .input-text {
  border: 1px solid #767676;
  border-radius: 1px;
  color: #292929;
  height: 30px;
}
.amreview-submit-form .field .input-text.mage-error {
  border-color: #ff2149;
}
.amreview-submit-form .field .input-text ::placeholder {
  color: #adadad;
}
.review-field-summary > .label {
  width: 100%;
}
.amreview-recommend-wrap {
  margin: 0 0 10px 0;
  position: relative;
}
.field textarea {
  border: 1px solid #767676;
}
.amreview-recommend-wrap > .amreview-checkbox,
.amreview-gdpr-wrap > .amreview-checkbox {
  cursor: pointer;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.amreview-recommend-wrap > .amreview-checkbox:not(.valid) + .mage-error[generated] + .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkbox:not(.valid) + .mage-error[generated] + .amreview-checkboxlabel:before {
  border: 1px solid #e02b27;
}
.amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after,
.amreview-gdpr-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4wNzIuMzQzYy41MTMuNDg2LjU0OSAxLjMwOS4wOCAxLjgzOEw2LjY3IDkuNTA1YTEuMjI2IDEuMjI2IDAgMCAxLTEuNzQuMTEgMS4yNjIgMS4yNjIgMCAwIDEtLjIwOS0uMjA1TC44MDQgNC41OGExLjMzIDEuMzMgMCAwIDEgLjE2LTEuODMgMS4yMjUgMS4yMjUgMCAwIDEgMS43NjguMTU1TDUuNzc1IDYuNjYgMTEuMjk3LjQyYTEuMjI3IDEuMjI3IDAgMCAxIDEuNzc1LS4wNzd6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+) no-repeat center;
  content: '';
  display: inline-block;
  height: 9px;
  position: absolute;
  right: 2px;
  top: 5px;
  width: 10px;
}
.amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:before {
  border-color: #007bdb;
}
.amreview-recommend-wrap > .amreview-checkboxlabel,
.amreview-gdpr-wrap > .amreview-checkboxlabel {
  color: #292929;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkboxlabel:before {
  background: #fff;
  border: 1px solid #767676;
  border-radius: 2px;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 15px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 15px;
}
.amreview-recommend-wrap > .amreview-checkboxlabel .asterix,
.amreview-gdpr-wrap > .amreview-checkboxlabel .asterix {
  color: #e02b27;
  font-size: 1.2rem;
  margin-left: 3px;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:hover:before,
.amreview-gdpr-wrap > .amreview-checkboxlabel:hover:before {
  border-color: #007bdb;
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amshowmore-container .amshowmore-text {
  transition: 0.3s all ease-in;
  display: block;
  overflow: hidden;
  position: relative;
}
.amshowmore-container .amshowmore-text:after {
  bottom: 0;
  box-shadow: inset 0 -15px 10px 0 rgba(255, 255, 255, 0.7);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
.amshowmore-container .amshowmore-text.-active {
  box-shadow: none;
}
.amshowmore-container .amshowmore-text.-active:after {
  content: none;
}
.amshowmore-container .amshowmore-text:not(.-active) {
  max-height: 100px;
}
.amshowmore-container .amshowmore-button {
  display: flex;
  align-items: center;
  color: #6b8fab;
  cursor: pointer;
  font-size: 12px;
  margin-top: 5px;
  text-decoration: none;
  user-select: none;
}
.amshowmore-container .amshowmore-button:after {
  content: '>';
  display: inline-block;
  margin: 0 0 0 5px;
  text-decoration: none;
  transform: scaleY(1.3);
}
.amreview-checkboxlabel a {
  text-decoration: underline;
}
.amrev-title-block {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  padding: 50px 0 20px;
}
.amrev-items-block {
  position: relative;
}
.amreview-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 20px;
}
.amreview-description-wrap {
  max-width: 100%;
  width: 100%;
}
.amrev-desc-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.amrev-desc-title .amrev-voteqty {
  color: #767676;
  font-size: 12px;
  line-height: 25px;
}
.amreview-description {
  color: #333333;
  font-size: 14px;
  line-height: 19px;
  margin-top: 20px;
  overflow-wrap: break-word;
}
.amreview-summary-info {
  flex-basis: 100%;
  padding: 0 10px;
}
.amreview-summary-info .amreview-summary {
  color: #000;
  float: left;
  font-size: 60px;
  line-height: 1;
  margin-right: 20px;
}
.amreview-summary-info .amreview-count {
  color: #767676;
  display: inline-block;
  font-size: 24px;
}
.amreview-summary-info .amreview-showmore {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  color: #1979c3;
  cursor: pointer;
  display: block;
}
.amreview-summary-info .amreview-showmore:focus,
.amreview-summary-info .amreview-showmore:active {
  background: none;
  border: none;
}
.amreview-summary-info .amreview-showmore:hover {
  background: none;
  border: none;
}
.amreview-summary-info .amreview-showmore.disabled,
.amreview-summary-info .amreview-showmore[disabled],
fieldset[disabled] .amreview-summary-info .amreview-showmore {
  pointer-events: none;
  opacity: 0.5;
}
.amreview-summary-info .amreview-showmore:focus {
  outline: 1px dotted #767676;
  outline-offset: 3px;
}
.amreview-percent-block {
  clear: both;
  color: #767676;
  display: none;
  font-size: 24px;
}
.amreview-percent-block .amreview-value {
  font-size: 30px;
  margin: 0 10px 0 0;
}
.amreview-percent-block .amreview-desc {
  font-size: 12px;
  max-width: 180px;
}
.amreview-rating-wrapper {
  float: left;
  margin-bottom: 5px;
}
.amreview-review-list.-empty {
  padding: 20px;
  position: relative;
  text-align: center;
}
.amreview-summary-details {
  clear: both;
  display: none;
  flex-basis: 100%;
  order: 3;
  padding: 40px 10px 0;
}
.amreview-summary-details .amreview-label > .amreview-stars,
.amreview-summary-details .amreview-label > .amreview-bar,
.amreview-summary-details .amreview-label > .amreview-text {
  display: inline-block;
  line-height: 14px;
}
.amreview-summary-details .amreview-label > .amreview-stars:hover,
.amreview-summary-details .amreview-label > .amreview-bar:hover,
.amreview-summary-details .amreview-label > .amreview-text:hover {
  color: #ed9d00;
}
.amreview-summary-details .amreview-label > .amreview-stars {
  color: #767676;
  margin-bottom: 5px;
  min-width: 50px;
  text-align: right;
}
.amreview-summary-details .amreview-label .amreview-bar {
  background: #dfdfdf;
  height: 6px;
  margin: 0 20px;
  vertical-align: middle;
  width: 50%;
}
.amreview-summary-details .amreview-label .amreview-bar.-active {
  background: #ed9d00;
  margin: 0;
}
.amreview-add-new {
  background: #f9f9f9;
  clear: both;
  flex-basis: 100%;
  margin: 40px 0 0;
  order: 2;
  padding: 20px;
}
.amreview-add-new .amreview-button.action {
  border-radius: 2px;
  margin-right: 2%;
  padding: 12px 16px;
}
.amreview-add-new .amreview-label {
  color: #767676;
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  width: 50%;
}
.amreview-author-details {
  margin: 5px 0 20px;
  position: relative;
  width: 100%;
}
.amreview-author-details .amreview-author {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 2px;
  word-break: break-all;
}
.amreview-author-details .amreview-date {
  color: #767676;
  font-size: 12px;
  margin: 0 0 25px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.amreview-author-details .amreview-verified {
  color: #909090;
  font-size: 14px;
  margin: 0 0 2px;
}
.amreview-author-details .amreview-verified:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMnYxMkgweiIvPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI2IiBmaWxsPSIjQzJFQUJDIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljk3OCAzLjdhLjY3LjY3IDAgMCAxIC4wNC45MTVMNS44NCA4LjI2M2EuNTk0LjU5NCAwIDAgMS0uODUxLjA1NS42MjIuNjIyIDAgMCAxLS4xMDMtLjEwMmwtMS45Mi0yLjQwOGEuNjY5LjY2OSAwIDAgMSAuMDc5LS45MS41OTMuNTkzIDAgMCAxIC44NjUuMDc2bDEuNDkzIDEuODcxIDIuNzA2LTMuMTA3YS41OTQuNTk0IDAgMCAxIC44NjktLjAzN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  content: '';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.amreview-author-details .amreview-recommended {
  color: #1ab900;
  font-size: 14px;
  margin-top: 5px;
}
.amreview-title-review {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 5px;
  word-break: break-all;
}
.amreview-adminanswer-block {
  color: #767676;
  padding: 25px 0 0 15px;
}
.amreview-adminanswer-block > .amreview-title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.amreview-adminanswer-block > .amreview-text {
  font-size: 14px;
}
.amreview-review-wrapper.review-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 0 30px 0;
}
.amreview-review-wrapper .amreview-images {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
}
.amreview-review-wrapper .amreview-slider-item {
  box-sizing: content-box;
  display: inline-block;
  padding: 5px;
  width: 100%;
}
.amreview-review-wrapper .amreview-slider-item .amreview-image {
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}
.amreview-toolbar-wrap .pages strong.page {
  background: #f0f0f0;
  padding: 0 10px;
}
.amreview-toolbar-wrap .pages .action {
  background: transparent;
  box-shadow: none;
}
.amreview-toolbar-wrap .limiter select {
  background-color: #fff;
  box-shadow: none;
}
.field.amreview-gdpr-wrap {
  padding: 0;
  position: relative;
}
.field.amreview-gdpr-wrap a {
  color: #007acc;
  cursor: pointer;
}
.amreview-gdpr-wrap .mage-error[generated] {
  bottom: -30px;
  position: absolute;
}
.amreview-proscons-container {
  display: flex;
  flex-direction: column;
  margin: 15px 0 0 0;
  word-break: break-word;
  word-wrap: break-word;
}
.amreview-proscons-container .amreview-proscons {
  flex-basis: 50%;
  line-height: 15px;
  margin-right: 10px;
  min-width: 0;
  padding: 0 0 0 20px;
  position: relative;
}
.amreview-proscons-container .amreview-proscons:before {
  content: '';
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  width: 15px;
}
.amreview-proscons-container .amreview-proscons.-dislike {
  color: #d0021b;
}
.amreview-proscons-container .amreview-proscons.-like {
  color: #3e7405;
}
.amreview-proscons-container .amreview-proscons.-dislike:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoNTgydjQwMkgtMXoiLz48Y2lyY2xlIGZpbGw9IiNkODVhNGEiIHI9IjI1IiBjeT0iMjUiIGN4PSIyNSIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTM4IDI1SDEyIi8+PC9zdmc+) no-repeat;
  background-size: contain;
}
.amreview-proscons-container .amreview-proscons.-like:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIGZpbGw9IiM0M2IwNWMiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yNSAxM3YyNW0xMy0xM0gxMyIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
}
.field.amreview-email-wrap {
  margin: 0 0 10px;
}
.amreview-summary-details .amreview-label {
  color: unset;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#row_amasty_advancedreview_reminder_frequency .tooltip-content ul {
  padding-left: 10px;
}
.block.review-list {
  display: flex;
  flex-direction: column;
}
.admin__fieldset .amreview-remove-image {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.admin__fieldset .amreview-remove-image .amreview-checkbox {
  margin-right: 5px;
}
.admin__fieldset #is_need_send_notification {
  margin-top: 12px;
}
.admin__fieldset .field-review_images .input-file {
  display: none;
}
.admin__fieldset .field-review_images .input-file::-webkit-file-upload-button {
  visibility: hidden;
}
.admin__fieldset .field-review_images .addbefore {
  background-color: #eb5202;
  border: 1px solid #eb5202;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding: 0.6rem 1em;
  text-align: center;
  user-select: none;
}
.admin__fieldset .field-review_images .addbefore:hover {
  background-color: #b84002;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #40070b;
  text-decoration: none;
}
.admin__fieldset .amreview-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.admin__fieldset .amreview-slider-item {
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 5px 10px;
  padding: 10px;
  text-align: center;
  width: calc(100% / 3 - 10px);
}
.amasty-advanced-review {
  margin-top: 2.2rem;
}
.amasty-advanced-review .table-row .item-position,
.amasty-advanced-review .table-row .table-header {
  background: #efefef;
  border-bottom: 1px solid #fff;
}
.amasty-advanced-review .table-row .item-position .draggable,
.amasty-advanced-review .table-row .table-header .draggable {
  color: #adadad;
}
.amasty-advanced-review .table-row .item-position:hover {
  cursor: move;
}
.amasty-advanced-review .table-row .amcontent.item-position {
  box-sizing: border-box;
  display: inline-block;
  padding: 1rem;
  width: 100%;
}
.amasty-advanced-review .table-row .item-position:before {
  content: '\e63d';
  font-family: 'Admin Icons';
}
.amreview-widget-title {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  max-width: 100%;
  padding: 10px;
  width: 100%;
}
.amreview-widget-container .amreview-full-link {
  font-size: 12px;
}
.amreview-widget-container .amreview-full-link,
.amreview-widget-container .amreview-full-link:visited,
.amreview-widget-container .amreview-full-link:active,
.amreview-widget-container .amreview-full-link:hover {
  color: #6b8fab;
}
.amreview-widget-container .amreview-full-link:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjNmI4ZmFiIiBmaWxsPSIjNmI4ZmFiIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 3px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.amreview-widget-container .slick-arrow {
  z-index: 1;
}
.amreview-widget-container .slick-dots {
  padding: 10px 0;
  position: relative;
}
.amreview-widget-container .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin: 0 2px;
}
.amreview-widget-container .slick-dots button {
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  height: 10px;
  width: 10px;
}
.amreview-widget-container .slick-dots button:before {
  font-size: 0;
}
.amreview-widget-container .slick-dots .slick-active button {
  background: #333333;
}
.pagebuilder-content-type .amreview-review-items {
  list-style: none;
}
.pagebuilder-content-type .amreviews .amreviews-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  min-height: 300px;
}
@media screen and (min-width: 992px), print {
  .page-main .amreview-widget-title {
    padding: 25px 0 20px;
  }
}
.amreview-widget-container .amreview-review-items {
  display: flex;
  flex-wrap: wrap;
}
.amreview-widget-container .amreview-review-wrapper.review-item {
  border-bottom: 1px solid #cde1ef;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
}
.amreview-widget-container .amreview-image-wrapper {
  height: 80px;
  width: 80px;
}
.amreview-widget-container .amreview-description-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.amreview-widget-container .amreview-rating-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 15px 15px 0;
  padding: 0;
}
.amreview-widget-container .amreview-title-wrapper {
  color: #006bb4;
  flex-basis: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amreview-widget-container .amreview-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 20px;
}
.amreview-widget-container .amreview-message {
  height: 60px;
  word-break: break-all;
  word-wrap: break-word;
}
.amreview-widget-container .amreview-date {
  color: #767676;
  font-size: 12px;
}
.amreview-widget-container .amreview-footer {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.amreview-widget-container .product-item-photo {
  margin: 0 15px 15px 0;
}
.amreview-widget-container.-advanced {
  margin-bottom: 15px;
}
.amreview-rating-label {
  color: #767676;
  font-size: 24px;
  margin: 0 10px 5px 0;
}
.amreview-widget-container.-grid .amreview-rating-wrapper {
  min-width: 160px;
}
.amreview-widget-container.-sidebar .amreview-rating-wrapper {
  flex-grow: 1;
}
.amreview-widget-container .amreview-title {
  background: #f8fcff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 15px 40px 15px 20px;
  position: relative;
  word-break: break-all;
  word-break: break-word;
}
.amreview-widget-container .amreview-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMjgyLjA4MiAxOTUuMjg1TDE0OS4wMjggNjIuMjRjLTEuOTAxLTEuOTAzLTQuMDg4LTIuODU2LTYuNTYyLTIuODU2cy00LjY2NS45NTMtNi41NjcgMi44NTZMMi44NTYgMTk1LjI4NUMuOTUgMTk3LjE5MSAwIDE5OS4zNzggMCAyMDEuODUzYzAgMi40NzQuOTUzIDQuNjY0IDIuODU2IDYuNTY2bDE0LjI3MiAxNC4yNzFjMS45MDMgMS45MDMgNC4wOTMgMi44NTQgNi41NjcgMi44NTRzNC42NjQtLjk1MSA2LjU2Ny0yLjg1NGwxMTIuMjA0LTExMi4yMDIgMTEyLjIwOCAxMTIuMjA5YzEuOTAyIDEuOTAzIDQuMDkzIDIuODQ4IDYuNTYzIDIuODQ4IDIuNDc4IDAgNC42NjgtLjk1MSA2LjU3LTIuODQ4bDE0LjI3NC0xNC4yNzdjMS45MDItMS45MDIgMi44NDctNC4wOTMgMi44NDctNi41NjYuMDAxLTIuNDc2LS45NDQtNC42NjYtMi44NDYtNi41Njl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjODU4NTg1Ii8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.amreview-widget-container .amreview-title.-collapsed:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amreview-widget-container .amreview-rating-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.amreview-widget-container .amreview-rating-item:not(:last-child) {
  margin-bottom: 15px;
}
.amreview-widget-container .amreview-rating-item.-one-rating {
  align-items: flex-start;
  flex-direction: column;
}
.amreview-widget-container .amreview-rating-item.-one-rating .amreview-rating-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.amreview-widget-container .amreview-rating-item .amreview-number {
  font-size: 30px;
}
.amreview-widget-container .amreview-rating-item .amstars-rating-container {
  margin-bottom: 0;
}
.amreview-image-wrapper .product-image-container,
.amreview-image-wrapper .product-image-wrapper {
  height: 100%;
  width: 100%;
}
.amreview-image-wrapper .product-image-wrapper {
  padding: 0 !important;
}
.amreview-image-wrapper .product-image-photo {
  max-height: 100%;
  width: auto;
}
.amreview-widget-container.-summary-widget {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #f8fcff;
  margin: 10px 0 20px;
  padding: 30px 10px 80px;
  position: relative;
}
.amreview-widget-container.-summary-widget .amreview-description {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-description .amreview-text {
  margin: 15px 0 0;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amshowmore-container .amshowmore-text:not(.-active) {
  max-height: 45px;
}
.amreview-widget-container.-summary-widget .amrev-desc-title {
  margin: 0 0 10px 0;
}
.amreview-widget-container.-summary-widget .amreview-images {
  margin: 15px 0 0 0;
  max-width: 370px;
  overflow: hidden;
}
.amreview-widget-container.-summary-widget .amreview-images.-slider .amreview-slider-item {
  display: none;
}
.amreview-widget-container.-summary-widget .amreview-review-block {
  box-sizing: border-box;
  margin: 30px 0 0;
  max-width: 100%;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-review-items {
  margin: 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-review-wrapper {
  background: #fff;
  border-color: transparent;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 75, 136, 0.12);
  padding: 15px;
}
.amreview-widget-container.-summary-widget .amreview-rating-wrapper {
  margin: 0 15px 0 0;
}
.amreview-widget-container.-summary-widget .amreview-title-review {
  margin: 0 5px 0 0;
}
.amreview-widget-container.-summary-widget .amreview-info-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0;
  max-width: 280px;
  min-width: 230px;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-name {
  color: #1a6cae;
  flex-basis: 100%;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
}
.amreview-widget-container.-summary-widget .amreview-summary {
  font-size: 50px;
  letter-spacing: -0.08em;
  margin-right: 15px;
}
.amreview-widget-container.-summary-widget .amreview-count {
  font-size: 14px;
  margin: 0 0 15px;
}
.amreview-widget-container.-summary-widget .amstars-rating-container {
  margin: 0 0 2px;
}
.amreview-widget-container.-summary-widget .amreview-summary-details {
  margin: 0 0 10px 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-details .amreview-text {
  color: #748593;
  margin: 0 0 0 auto;
  white-space: nowrap;
  width: 20%;
}
.amreview-widget-container.-summary-widget .amreview-add-new {
  margin: 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-label {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-bar {
  margin: 0 15px;
  width: 55%;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-stars {
  display: flex;
  align-items: center;
  margin: 0;
  min-width: auto;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-stars:before {
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  filter: invert(61%) sepia(0%) saturate(17%) hue-rotate(154deg) brightness(95%) contrast(68%);
  height: 10px;
  margin: 0 2px;
  width: 10px;
}
.amreview-widget-container.-summary-widget .amreview-text {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-button {
  box-sizing: border-box;
  font-weight: 600;
  order: 3;
  padding: 9px 16px;
  text-align: center;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-button.-see-all {
  bottom: 0;
  left: 0;
  padding: 25px 16px;
  position: absolute;
  right: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-info {
  display: flex;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-details {
  border: none;
  margin-right: 15px;
  order: 2;
  pointer-events: none;
  width: 100%;
}
.amreview-widget-container.-summary-widget .product-image-container {
  display: none;
  margin: 0 0 15px;
}
.amreview-widget-container.-summary-widget .amrev-comment-toolbar.-nocomments {
  justify-content: flex-start;
}
.amreview-widget-container.-summary-widget .amreview-helpful-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-helpful {
  margin: 0 0 5px;
  text-align: center;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-minus {
  margin: 0 0 0 20px;
}
.amreview-widget-container.-summary-widget .amreview-plus {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-icon {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-percent-block {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.amreview-widget-container.-summary-widget .amreview-pages-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 70%;
  list-style: none;
  margin: 5px 0 auto;
  padding: 0;
  position: relative;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .action {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0 25px;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .action:hover {
  background: transparent;
  color: #1979c3;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .amreview-item {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  font-size: 16px;
  height: 25px;
  width: 25px;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .-current {
  background: #ececec;
}
.amreview-widget-container.-summary-widget .amreview-slider-item {
  height: 100px;
  max-width: 100px;
  width: 100%;
}
.amreview-widget-container.-summary-widget.-empty {
  align-items: center;
  padding-bottom: 35px;
}
.amreview-widget-container.-summary-widget.-list .amreview-review-wrapper {
  background: #fff;
  border-color: transparent;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 75, 136, 0.12);
  margin: 0 0 15px;
  padding: 15px;
}
.amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
  align-content: flex-start;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
.amreview-widget-container.-summary-widget.-slider .amrev-comment-toolbar {
  padding-bottom: 0;
}
.amreview-widget-container.-summary-widget.-slider .amrev-desc-title {
  flex-basis: 100%;
}
.amreview-widget-container.-summary-widget.-slider .slick-track {
  display: flex;
}
.amreview-widget-container.-summary-widget.-slider .slick-slide > div,
.amreview-widget-container.-summary-widget.-slider .slick-slide .amreview-review-wrapper {
  height: 100%;
}
@media (max-width: 768px) {
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items {
    margin-right: -10px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    transition: 0.1s all ease-in;
    margin: 5px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide:not(:last-child) {
    padding-right: 20px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide.slick-current ~ .slick-slide {
    transform: translateX(-20px);
  }
}
@media (min-width: 992px) {
  .amreview-widget-container.-summary-widget {
    flex-wrap: nowrap;
  }
  .amreview-widget-container.-summary-widget .amreview-rating-wrapper {
    margin: 0 15px 5px 0;
  }
  .amreview-widget-container.-summary-widget .amreview-description .amreview-text {
    margin: 10px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-block {
    margin: 0 0 0 50px;
    max-width: 75%;
  }
  .amreview-widget-container.-summary-widget .amreview-button.-see-all {
    background: transparent;
    padding: 9px 16px;
    position: inherit;
  }
  .amreview-widget-container.-summary-widget .amreview-percent-block {
    margin: 0 0 25px 0;
    order: 3;
  }
  .amreview-widget-container.-summary-widget .product-image-container {
    display: block;
  }
  .amreview-widget-container.-summary-widget.-list {
    padding: 35px 125px;
  }
  .amreview-widget-container.-summary-widget.-slider {
    padding: 35px 125px 35px 90px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
    width: 74%;
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amrelated_product_content_tab .block-title {
  display: none;
}
.sidebar:has(.amrelated-sidebar-wrap) {
  max-width: 100%;
}
.amrelated-grid-wrapper,
.amrelated-sidebar-wrap {
  /* rewrite magento luma styles*/
}
.amrelated-grid-wrapper .splide,
.amrelated-sidebar-wrap .splide {
  padding: 0 5rem;
}
.amrelated-grid-wrapper .splide .product-item-photo,
.amrelated-sidebar-wrap .splide .product-item-photo {
  display: block;
  padding: 0.5rem;
}
.amrelated-grid-wrapper .splide .splide__track .splide__list .splide__slide .product-item,
.amrelated-sidebar-wrap .splide .splide__track .splide__list .splide__slide .product-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem 0.2rem;
  width: 100%;
}
.amrelated-grid-wrapper .splide .splide__pagination,
.amrelated-sidebar-wrap .splide .splide__pagination {
  bottom: -3.5rem;
  width: 100%;
}
.amrelated-grid-wrapper .splide [role='presentation'],
.amrelated-sidebar-wrap .splide [role='presentation'] {
  margin: 0.8rem;
}
.amrelated-grid-wrapper .splide .splide__pagination__page.is-active,
.amrelated-sidebar-wrap .splide .splide__pagination__page.is-active {
  background: #333333;
  transform: scale(1);
}
.amrelated-grid-wrapper .products-grid .product-item-info:hover,
.amrelated-sidebar-wrap .products-grid .product-item-info:hover {
  z-index: 3;
}
.amrelated-sidebar-wrap {
  width: 100%;
}
.amrelated-sidebar-wrap .splide .splide__track .splide__list .splide__slide .product-item-photo {
  position: relative;
  width: 100%;
}
.amrelated-sidebar-wrap .splide .splide__track .splide__list .splide__slide .product-item-details {
  margin-left: 0;
}
.amrelated-sidebar-wrap .splide .splide__track .splide__list .splide__slide .splide__pagination__page.is-active {
  background: #0082e4;
  transform: scale(1);
}
.amrelated-cart-message {
  background: #e9f6ff;
  color: #333;
  display: block;
  font-size: 1.6rem;
  line-height: 42px;
  margin: 0 0 1rem;
  padding: 0.5rem 2.5rem;
  position: relative;
  text-align: center;
}
.amrelated-cart-message:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI0VCNTc1NyIvPjxwYXRoIGQ9Ik05Ljg5ODQ0IDEwLjgxMjVDOS44OTg0NCAxMC4xMjUgMTAuMTE5OCA5LjU2MjUgMTAuNTYyNSA5LjEyNUMxMS4wMDUyIDguNjgyMjkgMTEuNTg1OSA4LjQ2MDk0IDEyLjMwNDcgOC40NjA5NEMxMy4wMzM5IDguNDYwOTQgMTMuNjE3MiA4LjY4MjI5IDE0LjA1NDcgOS4xMjVDMTQuNDk3NCA5LjU2MjUgMTQuNzE4OCAxMC4xMzggMTQuNzE4OCAxMC44NTE2VjExLjQxNDFDMTQuNzE4OCAxMi4wOTY0IDE0LjQ5NzQgMTIuNjU2MiAxNC4wNTQ3IDEzLjA5MzhDMTMuNjE3MiAxMy41MzEyIDEzLjAzOTEgMTMuNzUgMTIuMzIwMyAxMy43NUMxMS42MTcyIDEzLjc1IDExLjAzNjUgMTMuNTM2NSAxMC41NzgxIDEzLjEwOTRDMTAuMTI1IDEyLjY3NzEgOS44OTg0NCAxMi4wOTY0IDkuODk4NDQgMTEuMzY3MlYxMC44MTI1Wk0xMS4yMjY2IDExLjQxNDFDMTEuMjI2NiAxMS43NzM0IDExLjMyNTUgMTIuMDY1MSAxMS41MjM0IDEyLjI4OTFDMTEuNzI2NiAxMi41MDc4IDExLjk5MjIgMTIuNjE3MiAxMi4zMjAzIDEyLjYxNzJDMTIuNjQzMiAxMi42MTcyIDEyLjkwMzYgMTIuNTA3OCAxMy4xMDE2IDEyLjI4OTFDMTMuMjk5NSAxMi4wNjUxIDEzLjM5ODQgMTEuNzYzIDEzLjM5ODQgMTEuMzgyOFYxMC44MTI1QzEzLjM5ODQgMTAuNDUzMSAxMy4yOTY5IDEwLjE2MTUgMTMuMDkzOCA5LjkzNzVDMTIuODk1OCA5LjcxMzU0IDEyLjYzMjggOS42MDE1NiAxMi4zMDQ3IDkuNjAxNTZDMTEuOTc2NiA5LjYwMTU2IDExLjcxMzUgOS43MTYxNSAxMS41MTU2IDkuOTQ1MzFDMTEuMzIyOSAxMC4xNjkzIDExLjIyNjYgMTAuNDY2MSAxMS4yMjY2IDEwLjgzNTlWMTEuNDE0MVpNMTUuMzY3MiAxNy4yMTA5QzE1LjM2NzIgMTYuNTEzIDE1LjU5MzggMTUuOTQ3OSAxNi4wNDY5IDE1LjUxNTZDMTYuNSAxNS4wODMzIDE3LjA3ODEgMTQuODY3MiAxNy43ODEyIDE0Ljg2NzJDMTguNDg5NiAxNC44NjcyIDE5LjA2NzcgMTUuMDgzMyAxOS41MTU2IDE1LjUxNTZDMTkuOTY4OCAxNS45NDc5IDIwLjE5NTMgMTYuNTMxMiAyMC4xOTUzIDE3LjI2NTZWMTcuODIwM0MyMC4xOTUzIDE4LjQ5NzQgMTkuOTc2NiAxOS4wNTczIDE5LjUzOTEgMTkuNUMxOS4xMDY4IDE5LjkzNzUgMTguNTI2IDIwLjE1NjIgMTcuNzk2OSAyMC4xNTYyQzE3LjA2NzcgMjAuMTU2MiAxNi40NzkyIDE5Ljk0MDEgMTYuMDMxMiAxOS41MDc4QzE1LjU4ODUgMTkuMDcwMyAxNS4zNjcyIDE4LjQ5NDggMTUuMzY3MiAxNy43ODEyVjE3LjIxMDlaTTE2LjY5NTMgMTcuODIwM0MxNi42OTUzIDE4LjE3NDUgMTYuNzk2OSAxOC40NjYxIDE3IDE4LjY5NTNDMTcuMjA4MyAxOC45MTkzIDE3LjQ3NCAxOS4wMzEyIDE3Ljc5NjkgMTkuMDMxMkMxOC4xMzAyIDE5LjAzMTIgMTguMzkwNiAxOC45MjQ1IDE4LjU3ODEgMTguNzEwOUMxOC43NzA4IDE4LjQ5MjIgMTguODY3MiAxOC4xODc1IDE4Ljg2NzIgMTcuNzk2OVYxNy4yMTA5QzE4Ljg2NzIgMTYuODQ2NCAxOC43NjU2IDE2LjU1NDcgMTguNTYyNSAxNi4zMzU5QzE4LjM1OTQgMTYuMTE3MiAxOC4wOTkgMTYuMDA3OCAxNy43ODEyIDE2LjAwNzhDMTcuNDU4MyAxNi4wMDc4IDE3LjE5NTMgMTYuMTE3MiAxNi45OTIyIDE2LjMzNTlDMTYuNzk0MyAxNi41NTQ3IDE2LjY5NTMgMTYuODU2OCAxNi42OTUzIDE3LjI0MjJWMTcuODIwM1pNMTIuNzEwOSAxOS4xNDg0TDExLjczNDQgMTguNTg1OUwxNy4yODkxIDkuNjk1MzFMMTguMjY1NiAxMC4yNTc4TDEyLjcxMDkgMTkuMTQ4NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 0.2rem;
  position: relative;
  top: 8px;
  width: 30px;
}
.amrelated-cart-message .price,
.amrelated-cart-message .product-link {
  font-weight: bold;
}
.amrelated-bundle-toolbar .pager {
  text-align: right;
}
.amrelated-bundle-toolbar .pages,
.amrelated-bundle-toolbar .limiter {
  display: inline-block;
}
.amrelated-cart-bundle {
  float: left;
  margin-top: 3rem;
  padding: 0 0.5rem;
}
.amrelated-pack-info {
  background: #eef2f9;
  border-radius: 4px;
  color: #6d88b0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 1rem 0;
  padding: 0.5rem 0.8rem 0.6rem;
}
.amrelated-pack-wrapper {
  clear: both;
  margin-bottom: 30px;
  border-radius: 10px;
}
.amrelated-pack-wrapper .amrelated-title {
  position: relative;
  padding: 10px 0;
}
.amrelated-pack-wrapper .amrelated-title:after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSA3bDYtNiA2IDYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  transform: translateY(-50%);
}
.amrelated-pack-wrapper .amrelated-title.-collapsed:after {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 10%;
}
.amrelated-content-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 25px;
  background: #f9f9f9;
}
.amrelated-plus,
.amrelated-equal,
.amrelated-price-wrapper {
  display: flex;
  align-items: center;
}
.amrelated-pack-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-list.-narrow {
  flex-wrap: wrap;
}
.amrelated-pack-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.amrelated-pack-items .amrelated-background {
  display: none;
}
.amrelated-pack-items.-selected > .-selected {
  background: none;
  box-shadow: none;
}
.amrelated-pack-item {
  padding: 0px;
  width: 100%;
}
.amrelated-pack-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.amrelated-pack-item:not(.-main) {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}
.amrelated-pack-item:not(.-main).-selected {
  opacity: 1;
}
.amrelated-pack-item.-main {
  background: #eaeaea;
}
.amrelated-pack-item .amrelated-info:hover {
  z-index: unset;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.amrelated-pack-item .amrelated-details {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}
.amrelated-pack-item .price-box {
  margin: 3px 0 8px;
  width: 100%;
}
.amrelated-pack-item .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  width: 100%;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-pack-item .amrelated-name {
  word-break: break-all;
}
.amrelated-pack-item:not(.-main) .product-reviews-summary {
  margin: 0 0 5px;
}
.amrelated-pack-item .price-final_price [data-price-type='finalPrice'] .price {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: red;
}
@media (min-width: 768px) {
  .amrelated-pack-item .price-final_price [data-price-type='finalPrice'] .price {
    font-size: 1.125rem;
  }
}
.amrelated-pack-item .product-reviews-summary .reviews-actions {
  display: none;
}
.amrelated-pack-item.-collapsed {
  padding: 15px 20px;
}
.amrelated-pack-item.-collapsed.-main {
  padding: 25px 20px;
}
.amrelated-pack-item.-collapsed .amrelated-photo-container {
  display: flex;
  position: unset;
  flex-direction: row-reverse;
  min-width: auto;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
}
.amrelated-pack-item.-collapsed .amrelated-info {
  flex-direction: row-reverse;
}
.amrelated-pack-item.-collapsed .amrelated-link {
  display: flex;
  align-items: center;
}
.amrelated-pack-item.-collapsed .amrelated-qty {
  position: static;
  margin-left: 10px;
}
.amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.amrelated-pack-item.-collapsed .amrelated-photo,
.amrelated-pack-item.-collapsed .product-reviews-summary.short,
.amrelated-pack-item.-collapsed .price-box {
  display: none;
}
.amrelated-pack-item.-collapsed .amrelated-discount {
  position: static;
  align-self: center;
  transform: none;
}
.amrelated-pack-item.-collapsed .amrelated-details {
  align-items: center;
  margin-left: 30px;
  min-height: 2.7rem;
  max-width: 100%;
  width: 100%;
}
.amrelated-pack-item.-collapsed .amrelated-name {
  margin-right: 1rem;
}
.amrelated-photo-container {
  position: relative;
  margin: 0;
  background: #fff;
  text-align: center;
}
.amrelated-photo-container .amrelated-link {
  display: block;
  width: 100%;
  height: 100%;
}
.amrelated-photo-container .amrelated-photo {
  max-width: 100%;
  max-height: 100%;
}
.amrelated-photo-container .amrelated-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 4px;
  min-width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #e9f6ff;
  box-shadow: 0 2px 4px rgba(16, 31, 48, 0.2);
  color: #000;
  font-weight: 600;
}
.amrelated-photo-container .amrelated-qty:before {
  content: 'x';
  font-weight: 400;
  font-size: 11px;
}
.amrelated-photo-container .amrelated-checkbox {
  display: none;
}
.amrelated-photo-container .amrelated-checkbox + .amrelated-label {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
}
.amrelated-photo-container .amrelated-checkbox:checked + .amrelated-label {
  background: #000 url(../../frontend/Smartwave/portortl_child/ar_SA/images/cb.png) no-repeat center;
  background-size: contain;
}
.amrelated-pack-item.-selected .amrelated-photo-container {
  border-color: #e8e8e8;
}
.amrelated-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 2px;
  background: #eb5757;
  color: #fff;
}
.amrelated-discount.-product {
  top: 0px;
  right: 0px;
  display: none;
  font-size: 12px;
}
.amrelated-discount > .amrelated-text {
  margin-left: 3px;
}
.amrelated-discount.-summary {
  top: 0;
  right: 10px;
  padding: 5px 15px;
  max-width: 100%;
  font-size: 16px;
  transform: translateY(-50%);
}
.amrelated-discount.-summary .amount {
  margin-left: 5px;
  font-weight: 600;
}
.amrelated-pack-item.-discount-applied .amrelated-discount {
  display: flex;
}
.amrelated-plus,
.amrelated-equal {
  display: none;
}
.amrelated-summary-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  width: 100%;
}
.amrelated-summary-content .main.price {
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}
.amrelated-price-wrapper {
  justify-content: center;
  box-sizing: border-box;
  margin: 0 15px;
  padding: 15px;
  border-bottom: none;
}
.amrelated-tocart-wrapper {
  width: 100%;
  padding: 0px 15px;
  display: flex;
  align-items: center;
}
.amrelated-tocart-wrapper .action {
  padding: 7px 15px;
  height: auto;
  line-height: normal;
  width: 100%;
}
.amrelated-content-wrapper .amrelated-pack-list {
  margin-bottom: 0;
}
.amrelated-content-wrapper .amrelated-pack-list .glider-track .product-item {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .amrelated-pack-wrapper {
    padding-bottom: 15px;
  }
  .amrelated-content-wrapper .amrelated-pack-list .glider-track {
    align-items: baseline;
  }
  .amrelated-content-wrapper .amrelated-pack-list .glider-track .product-item .product-item-name {
    white-space: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .glider-track .product-item .product-item-name a {
    white-space: unset;
    overflow: visible;
  }
  .amrelated-content-wrapper .amrelated-pack-list .glider-track .product-item .amrelated-photo-container .amrelated-checkbox + .amrelated-label {
    left: 0;
  }
  .amrelated-content-wrapper .amrelated-pack-list .glider-track [data-gslide="2"] .amrelated-photo-container .amrelated-checkbox + .amrelated-label {
    left: 0;
  }
}
.amrelated-popup-container {
  background: rgba(0, 0, 0, 0.15);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.amrelated-bundle-popup {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  height: auto;
  left: 50%;
  max-width: 315px;
  overflow: hidden;
  padding: 0 0 13px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.amrelated-bundle-popup .close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMSAxMW0wLTExTDEgMTIiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 21px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 12px;
  z-index: 9;
}
.amrelated-bundle-popup .amrelated-products-wrapper {
  height: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding-bottom: 80px;
}
.amrelated-bundle-popup .amrelated-products-wrapper:last-child:after {
  display: none;
}
.amrelated-bundle-popup .amrelated-products-wrapper .product-options-bottom .actions,
.amrelated-bundle-popup .amrelated-products-wrapper .box-tocart .actions {
  display: block;
}
.amrelated-bundle-popup .amrelated-notice {
  background: #fffae5;
  border-radius: 0 0 7px 7px;
  font-size: 14px;
  margin: 0 auto;
  max-width: 60%;
  padding: 10px 20px;
  z-index: 99;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper {
  background-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  padding: 15px;
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 10;
}
.amrelated-bundle-popup .amrelated-popup-tocart-wrapper .action {
  display: inline-block;
  font-size: 18px;
  padding: 15px;
}
.amrelated-product-container {
  position: relative;
}
.amrelated-product-container:after {
  background-color: #c5c5c5;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  margin-left: 16%;
  position: absolute;
  width: 68%;
}
.amrelated-product-container:last-child:after {
  display: none;
}
.amrelated-product-container .amrelated-product-message {
  display: none;
}
.amrelated-product-container .amrelated-image-wrapper {
  margin: 15px auto;
  max-width: 150px;
}
.amrelated-product-info {
  width: 100%;
  /* rewrite magento styles */
}
.amrelated-product-info .amrelated-info.-top,
.amrelated-product-info .amrelated-info.-bottom {
  padding: 0 20px;
  text-align: left;
}
.amrelated-product-info .box-tocart .actions,
.amrelated-product-info .action.back.customization,
.amrelated-product-info .block-bundle-summary,
.amrelated-product-info .tocart {
  display: none;
}
.amrelated-product-info .bundle-options-wrapper {
  margin-top: 25px;
}
.amrelated-product-info .bundle-options-wrapper input[type='radio'] {
  width: 15px;
}
.amrelated-product-info .bundle-options-wrapper p.required {
  color: #e02b27;
}
.amrelated-product-info .bundle-options-wrapper .field.qty > .label {
  display: inline-block;
  font-weight: 600;
  margin: 10px 0 8px;
}
.amrelated-product-info .bundle-options-wrapper .input-text.qty {
  text-align: center;
  width: 54px;
}
.amrelated-product-info .product-options-bottom .price-box .price-container .price,
.amrelated-product-info .product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.amrelated-product-info.giftcard .amrelated-price {
  display: none;
}
.amrelated-product-info.giftcard .amrelated-info.-bottom .product-options-bottom .price-box {
  display: block;
}
.amrelated-image-container {
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  margin: 0 25px 10px;
  width: initial;
}
.amrelated-image-container > .product-item-photo {
  display: block;
  margin: auto;
  width: 60%;
}
.amrelated-image-container .product-image-container {
  vertical-align: middle;
}
.amrelated-info.-top {
  margin: 0;
}
.amrelated-info.-top > .amrelated-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.amrelated-info.-top > .amrelated-rating .rating-summary {
  vertical-align: text-bottom;
}
.amrelated-info.-top > .amrelated-price,
.amrelated-info.-top > .amrelated-price .price {
  font-size: 24px;
  font-weight: 700;
}
.amrelated-info.-top .reviews-actions .action {
  color: #000;
  font-size: 14px;
  margin-left: 15px;
}
.amrelated-info.-bottom {
  /* don't hide grouped price */
}
.amrelated-info.-bottom > .amrelated-description {
  font-size: 12px;
  margin: 0 25px;
}
.amrelated-info.-bottom .swatch-attribute {
  margin-bottom: 20px;
}
.amrelated-info.-bottom .product-options-bottom .price-box {
  display: none;
}
.amrelated-info.-bottom .product-options-bottom .grouped .price-box {
  display: block;
}
.amrelated-products-block {
  border-bottom: 1px solid #ebeef5;
  margin: 20px 15px 27px;
  max-height: 366px;
  overflow: hidden auto;
}
.amrelated-products-block > .amrelated-product {
  display: flex;
  margin-bottom: 20px;
}
.amrelated-products-block .amrelated-content {
  color: #333;
  text-align: left;
}
.amrelated-products-block .amrelated-name {
  word-break: break-word;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 20px;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.ie11 .amrelated-products-block .amrelated-name {
  word-break: break-all;
}
.amrelated-products-block .amrelated-image-wrapper {
  border: 1px solid #ebeef5;
  display: flex;
  margin-right: 10px;
}
.amrelated-products-block .amrelated-qty {
  align-items: center;
  display: flex;
  margin: 5px 0 0;
}
.amrelated-products-block .amrelated-qty .amrelated-title {
  font-size: 12px;
  font-weight: 800;
  line-height: 19px;
}
.amrelated-products-block .amrelated-qty .amrelated-value {
  font-size: 14px;
  line-height: 19px;
  margin-left: 10px;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
  margin: 0;
}
.am-porto-cmtb .amrelated .product-item-details .product-item-actions .actions-primary {
  margin: 0 5px 0 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions {
  margin: 0;
  text-align: left;
}
.am-porto-cmtb .products-grid .product-item .product-item-inner {
  margin: 10px 0;
}
.am-porto-cmtb .products-grid .product-item-actions .actions-secondary {
  padding: 0;
}
.am-porto-cmtb .wishlist.split.button {
  margin-right: 0;
}
.am-porto-cmtb .wishlist.split.button .change.action {
  display: none;
}
.amrewards-expiration {
  border-radius: 20px;
  display: inline-block;
  padding: 3px 15px;
  white-space: nowrap;
}
.amrewards-expiration.-warning {
  background: #ffa63d;
  color: #fff;
}
.amrewards-expiration.-critical {
  background: #c84949;
  color: #fff;
}
.amrewards-expiration.-expired {
  background: #ececec;
  color: #838383;
}
.amrewards-info-table {
  border-top: 1px solid #e7e7e7;
  color: #000;
}
.amrewards-info-table .amrewards-table-header .col {
  color: #737373;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
.amrewards-info-table .col.status {
  white-space: nowrap;
}
.amrewards-current-balance .amrewards-balance {
  font-size: 36px;
  font-weight: 700;
}
.amrewards-current-balance .amrewards-label {
  font-size: 18px;
}
.amrewards-total-info {
  margin-bottom: 5px;
}
.amrewards-expiring-wrapper.table-wrapper {
  border-bottom: none;
  border-top: none;
}
.amrewards-expiring-wrapper .amrewards-title {
  font-size: 20px;
  font-weight: 600;
}
.amrewards-expiring-wrapper .amrewards-info-table {
  margin-top: 15px;
  max-width: 460px;
}
.customer-information {
  margin-bottom: 35px;
}
.amrewards-qty-info .amrewards-general {
  margin-bottom: 20px;
  min-width: 200px;
  padding-right: 10px;
}
.amrewards-qty-info .amrewards-description {
  margin-bottom: 20px;
}
.amrewards-balance-container {
  border-color: #a6a6a6;
  border-left-style: solid;
  border-right-style: solid;
  border-width: 1px;
}
.amrewards-balance-container .amrewards-label {
  margin-right: 10px;
}
.amrewards-balance-container .amrewards-amount {
  background: #f2c94c;
  border-radius: 2px;
  color: #000;
  cursor: pointer;
  display: inline;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 0 5px;
  text-align: center;
}
.amrewards-apply-container#block-reward {
  float: left;
  width: 53%;
}
.amrewards-apply-container#block-reward .content {
  max-width: 90%;
}
.amrewards-minpoints-note {
  color: #e50000;
  font-size: 13px;
  margin-top: 3%;
  width: 130%;
}
.amrewards-minpoints-note.hidden {
  display: none;
}
.amrewards-discount-form {
  max-width: 500px;
}
.amrewards-discount-form .amrewards-actions {
  margin-top: 20px;
}
.amrewards-highlight-container {
  display: inline-flex;
  padding: 0 0 5px;
}
.amrewards-highlight-container > .caption strong {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
}
.checkout-cart-index .amrewards-highlight-container,
.checkout-index-index .amrewards-highlight-container,
.catalog-product-view .amrewards-highlight-container {
  padding: 2px 0 15px;
}
.checkout-cart-index .amrewards-highlight-container > .caption strong,
.checkout-index-index .amrewards-highlight-container > .caption strong,
.catalog-product-view .amrewards-highlight-container > .caption strong {
  font-weight: 600;
}
.checkout-cart-index .amrewards-highlight-container:before,
.checkout-index-index .amrewards-highlight-container:before,
.catalog-product-view .amrewards-highlight-container:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjYuNTYzIiBmaWxsPSIjRjJDOTRDIi8+PHBhdGggZD0iTTcgMTRjLTMuODYgMC03LTMuMTQtNy03czMuMTQtNyA3LTcgNyAzLjE0IDcgNy0zLjE0IDctNyA3ek03IC44NzVBNi4xMzIgNi4xMzIgMCAwIDAgLjg3NSA3IDYuMTMyIDYuMTMyIDAgMCAwIDcgMTMuMTI1IDYuMTMyIDYuMTMyIDAgMCAwIDEzLjEyNSA3IDYuMTMyIDYuMTMyIDAgMCAwIDcgLjg3NXoiIGZpbGw9IiM0RTM2NTUiLz48cGF0aCBkPSJNNyA3LjQzN2MtLjUzNyAwLTEuMDQ2LS4xNy0xLjQzMy0uNDgtLjQxNi0uMzMyLS42NDUtLjc4My0uNjQ1LTEuMjcgMC0uNDg1LjIyOS0uOTM3LjY0NC0xLjI3Ljc4Ny0uNjI4IDIuMTk3LS42MDQgMy4wMi4wNTRhLjQzNy40MzcgMCAxIDEtLjU0Ny42ODNjLS40OTMtLjM5NC0xLjQ2Ni0uNDIxLTEuOTI2LS4wNTMtLjIwNC4xNjMtLjMxNi4zNzItLjMxNi41ODYgMCAuMjE1LjExMi40MjQuMzE2LjU4Ny4yMzMuMTg2LjU0OC4yODguODg3LjI4OGEuNDM4LjQzOCAwIDAgMSAwIC44NzV6IiBmaWxsPSIjNEUzNjU1Ii8+PHBhdGggZD0iTTYuOTg3IDEwLjAzOGMtLjU3IDAtMS4xNS0uMTctMS41NzMtLjUwOWEuNDM4LjQzOCAwIDAgMSAuNTQ3LS42ODNjLjQ5My4zOTUgMS40NjUuNDIxIDEuOTI1LjA1My4yMDUtLjE2My4zMTctLjM3Mi4zMTctLjU4NiAwLS4yMTUtLjExMi0uNDI0LS4zMTctLjU4N0ExLjQxOCAxLjQxOCAwIDAgMCA3IDcuNDM4YS40MzguNDM4IDAgMCAxIDAtLjg3NWMuNTM3IDAgMS4wNDYuMTcgMS40MzMuNDguNDE2LjMzMi42NDUuNzgzLjY0NSAxLjI3IDAgLjQ4Ni0uMjI5LjkzNy0uNjQ1IDEuMjctLjM4MS4zMDQtLjkxLjQ1NS0xLjQ0Ni40NTV6TTcgNC44MTJhLjQzOC40MzggMCAwIDEtLjQzOC0uNDM3VjMuNDJhLjQzOC40MzggMCAwIDEgLjg3NSAwdi45NTVBLjQzOC40MzggMCAwIDEgNyA0LjgxMnoiIGZpbGw9IiM0RTM2NTUiLz48cGF0aCBkPSJNNyAxMS4wMTdhLjQzNy40MzcgMCAwIDEtLjQzOC0uNDM3di0uOTU1YS40MzcuNDM3IDAgMSAxIC44NzUgMHYuOTU1YS40MzguNDM4IDAgMCAxLS40MzcuNDM3eiIgZmlsbD0iIzRFMzY1NSIvPjwvc3ZnPg==);
  margin: 2px 5px 0;
}
.amrewards-points-rate {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 30px;
  position: relative;
}
.amrewards-points-rate .field-tooltip {
  top: 50%;
  transform: translateY(-50%);
}
.amrewards-info-message.message.info {
  color: #000;
  padding-left: 20px;
  word-break: break-word;
  word-wrap: break-word;
}
.amrewards-info-message.message.info > *:first-child:before {
  display: none;
}
.amskit-toolbar-wrap {
  background: #fff;
  border-radius: 10px;
  bottom: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  left: 3%;
  position: fixed;
  width: 300px;
  z-index: 9999;
}
.amskit-toolbar-wrap.-open:after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #fff);
  bottom: 15px;
  content: '';
  height: 25px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  background: #e4e4e4;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px 20px;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
  vertical-align: top;
  width: 30px;
}
.amskit-toolbar-box > .amskit-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
  display: inline-block;
  float: right;
  height: 30px;
  width: 12px;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  cursor: pointer;
  transform: rotate(180deg);
}
.amskit-toolbar-content {
  background: #fff;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  max-height: 75vh;
  padding: 10px;
  overflow: auto;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content .amskit-content-header {
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
  padding: 0 0 1rem;
}
.amskit-toolbar-content .amskit-title {
  font-size: 16px;
  font-weight: 600;
  margin: 10px;
}
.amskit-toolbar-content > .amskit-background {
  background: #f6f6f6;
  margin: 5px -10px 25px;
  padding: 10px;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  color: #adadad;
  font-size: 12px;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  padding-left: 25px;
  position: relative;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  width: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-bottom: 5px;
  margin-left: 8px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amskit-page-links > .amskit-item {
  padding-left: 10px;
  position: relative;
}
.amskit-page-links > .amskit-item:before {
  background: 55b 4ff;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  background: #c4c4c4;
  height: 1px;
  margin: 15px 0;
  position: relative;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  color: #c4c4c4;
  cursor: pointer;
  font-size: 10px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  -ms-transform: translate(-50%, -50%);
  padding: 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.store-credit-add .store-credit-container {
  max-width: 500px;
}
.store-credit-add .store-credit-left {
  margin-bottom: 10px;
}
.store-credit-add .store-credit-left .field-tooltip {
  display: inline-block;
  position: relative;
  right: unset;
  top: unset;
}
.checkout-payment-method .payment-option._collapsible.store-credit-add .payment-option-content {
  display: unset;
}
.amscproduct-prices-wrapper {
  display: flex;
  justify-content: space-between;
}
.amscproduct-prices-container {
  position: relative;
  margin-top: 25px;
  border-top: 1px solid #c1c1c1;
}
.amscproduct-prices-container .amscproduct-title {
  display: block;
  margin: 20px 0 10px;
  color: #363636;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amscproduct-prices-container > .amscproduct-button {
  box-sizing: border-box;
  padding: 7px 10px;
  border: 1px solid #dadada;
  border-radius: 2px;
  background: #eee;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.amscproduct-prices-container > .amscproduct-button:hover {
  background-color: #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff;
}
.amscproduct-prices-container .amscproduct-radio {
  display: none;
}
.amscproduct-prices-container .amscproduct-input.-hidden {
  position: absolute;
  display: inline;
  width: 0;
  height: 0;
  opacity: 0;
}
.amscproduct-field-container {
  flex-basis: 48%;
  margin-top: 0;
  border: none;
  text-align: left;
}
.amscproduct-field-block {
  display: block;
}
.amscproduct-field-block > .amscproduct-button {
  padding: 7px 17px;
  border: 1px solid #d4d4d4;
  border-left: none;
  border-radius: 0 2px 2px 0;
}
.amscproduct-field-block > .amscproduct-field {
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  background: #fff;
  /* Edge */
  /* Internet Explorer 10-11 */
}
.amscproduct-field-block > .amscproduct-field::-webkit-input-placeholder {
  color: #d4d4d4;
}
.amscproduct-field-block > .amscproduct-field:-ms-input-placeholder {
  color: #d4d4d4;
}
.amscproduct-field-block > .amscproduct-field::placeholder {
  color: #d4d4d4;
}
.amscproduct-field-block > .amscproduct-field:focus {
  z-index: 5;
}
.amscproduct-field-block > .amscproduct-field.mage-error {
  border-color: #ed8380;
}
.amscproduct-field-block.-double {
  display: flex;
}
.amscproduct-field-block.-double > .amscproduct-field {
  border-radius: 2px 0 0 2px;
}
.amscproduct-radio-prices {
  display: flex;
  flex-wrap: wrap;
}
.amscproduct-radio-prices > .amscproduct-button {
  margin: 0 10px 5px 0;
}
.amscproduct-label-block {
  position: relative;
  border-radius: 2px;
  cursor: pointer;
}
.amscproduct-label-block.-price {
  box-sizing: border-box;
  margin: 0 10px 5px 0;
  padding: 6px 8px;
  border: 1px solid #dadada;
  background-color: #f0f0f0;
  font-size: 14px;
  transition: background-color 0.3s ease, border 0.3s ease;
}
.amscproduct-label-block.-price.-active,
.amscproduct-label-block.-price:hover {
  border: 1px solid #1e79c2;
  background-color: #1e79c2;
  box-shadow: 0 2px 4px rgba(45, 147, 226, 0.1);
  color: #fff;
}
.amscproduct-general-container {
  margin-bottom: 20px;
}
.amscproduct-general-container .amscproduct-warning {
  color: #e02b27;
  font-size: 12px;
}
.amscproduct-page-product .product-info-main .price-final_price .price-wrapper .price {
  color: #575757;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
}
.amscproduct-page-product .amscproduct-price-container .amscproduct-price-multiple.-hide {
  display: none;
}
.amscproduct-page-product .amscproduct-price-container .price-final_price.-hide {
  display: none;
}
.amscproduct-page-product .amscproduct-price-container .price-final_price.-multiple .price-wrapper .price {
  font-size: 24px;
  line-height: 24px;
}
.amscproduct-page-product .amscproduct-price-container .price-wrapper + .price-wrapper {
  margin-left: 5px;
}
.amscproduct-page-product .product-info-main .product-reviews-summary {
  float: none;
}
.amscproduct-page-product .product-info-main .product-info-price {
  margin-bottom: 0;
  border: 0;
}
.amscproduct-page-product .product-info-main .product-add-form {
  clear: none;
  margin-bottom: 20px;
  padding-top: 0;
  border: 0;
}
.am-text-clamp {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  max-height: 39px;
  min-height: 39px;
  overflow: hidden;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: 0.3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 5px auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.amsearch-wrapper-block .focusable-trap:focus {
  box-shadow: none;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #ccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #1a624f);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: 0.7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -0.015em;
  transition: 0.3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #fff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  display: block;
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow {
  background: #fff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
.amsearch-slider-section button.slick-arrow:focus {
  box-shadow: 0 0 3px 1px #00699D;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: 0.1s;
  width: 100%;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #1a624f);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-hover_text, #1a624f);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .amsearch-item .product-item-description {
  word-break: break-all;
}
.amsearch-products-section .product-item-description {
  color: #666;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #bfdcec);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 5px;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 5px;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
  display: inline-block;
  max-width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: 0.3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 5px;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 5px;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  overflow: hidden;
  /* phpcs:ignore Magento2.Less.BracesFormatting.SpacingBeforeOpen, Magento2.Less.BracesFormatting.SpacingBeforeClose */
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: var(--amsearch-color-background, #fff);
  border: 1px solid;
  border-color: var(--amsearch-color-border, transparent);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: 0.3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 4px;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: 0.3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: 0.3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-hover_text, #1a624f);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #bfdcec);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-browsing_history .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #ccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #1a624f);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #bfdcec);
  color: var(--amsearch-color-hover_text, #1a624f);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #bfdcec);
  color: var(--amsearch-color-text-focus, #1a624f);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  transition: 0.1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: 0.1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
.offers-progressbar .offer-box {
  border: 1px dashed #ccc;
  background-color: #f8f8f8;
  padding: 16px;
  position: relative;
  border-radius: 4px;
}
.offers-progressbar .offer-header {
  align-items: center;
  gap: 10px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #222;
}
.offers-progressbar .offer-header .icon {
  color: #a88144;
  margin-left: 5px;
  font-size: 14px;
}
/* Title animation for dynamic updates */
.offers-progressbar .offer-header .title {
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: inline-block;
}
.offers-progressbar .offer-header .title.title-updating {
  animation: titleFadeInOut 0.3s ease;
}
@keyframes titleFadeInOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.offers-progressbar .discount-steps {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  direction: rtl;
  /* Right to left direction */
}
.offers-progressbar .step {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: transparent;
  border: 4px solid #f5f5dc;
  position: relative;
  z-index: 3;
  opacity: 0;
  animation: fadeInStep 0.5s ease-in forwards;
  transition: all 0.3s ease;
}
.offers-progressbar.minicart-block-added .step .active {
  margin-top: -10px;
}
/* Active step - remove border, keep admin color background */
.offers-progressbar .step.active {
  border: none;
}
/* Active step - show checkmark */
.offers-progressbar .step.active::before {
  content: "✓";
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 8px;
}
/* Hide percent value for active steps (we show checkmark instead) */
.offers-progressbar .step.active .percent-value {
  display: none;
}
/* Show step number for inactive steps */
.offers-progressbar .step:not(.active) .percent-value {
  display: block;
  margin-top: 5px;
  font-weight: 700;
}
/* Step label - directly below circular badge */
.offers-progressbar .step-label {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
  color: #222;
  line-height: 1.2;
  width: min-content;
}
/* Progress bar positioning at center of circular badges */
.animated-progress-bar-wrapper {
  top: 25px;
  /* Center of 50px circular badges */
}
/* Fade in animation for steps */
@keyframes fadeInStep {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 0.5;
    transform: scale(1);
  }
}
.offers-progressbar .step.active {
  background: transparent;
  opacity: 1 !important;
  animation: fadeInStepActive 0.5s ease-in forwards;
}
@keyframes fadeInStepActive {
  from {
    opacity: 0.5;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Hide the connecting lines - we have animated bar instead */
.offers-progressbar .line {
  flex: 1;
  height: 2px;
  background: transparent;
  /* Hidden */
  margin: 0 5px;
  z-index: 0;
  position: relative;
  opacity: 0;
  /* Fully hidden */
}
/* Animated Progress Bar - positioning handled by context-specific CSS below */
.offers-progressbar .animated-progress-bar {
  position: absolute;
  top: 50%;
  right: 0;
  height: 4px;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.3s ease, width 0.5s ease, background 0.5s ease;
}
/* Visible state for progress bar */
.offers-progressbar .animated-progress-bar.visible {
  opacity: 1;
}
/* For 4 steps - tighter spacing */
.offers-progressbar .discount-steps:has(.level-4) .step-wrapper {
  margin: 0 1px;
}
.offers-progressbar .discount-steps:has(.level-4) .line {
  margin: 0 1px;
}
.offers-progressbar .offer-description {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.offers-progressbar .offer-description strong {
  color: #222;
}
.offers-progressbar .step-description {
  font-size: 10px;
  display: block;
  text-align: center;
  background-color: #f8f8f8;
}
.offers-progressbar .add-btn {
  padding: 10px 15px;
  border: 1px solid #222;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  color: #222;
  display: flex;
  justify-content: center;
}
.offers-progressbar.cart-block-added .step,
.offers-progressbar.popup-block-added .step {
  text-align: center;
}
.offers-progressbar.cart-block-added {
  margin-bottom: 10px;
}
.offers-progressbar.minicart-block-added .offer-box .step-description {
  margin-top: 3px;
}
.offers-progressbar.minicart-block-added .offer-box {
  padding: 5px;
}
.offers-progressbar .line {
  margin-top: -15px;
}
.offers-progressbar.cart-block-added .line,
.offers-progressbar.popup-block-added .line {
  margin-top: -20px;
}
.offers-progressbar .no-display {
  display: none !important;
}
.offers-progressbar .offer-box .step {
  text-align: center;
}
.offers-progressbar .add-btn {
  margin: 0 auto;
}
.offers-progressbar .add-btn:not([href]),
.offers-progressbar .add-btn[href=""] {
  display: none !important;
}
/* Desktop - 3 steps specific styling */
.offers-progressbar .discount-steps:not(:has(.level-4)) {
  gap: 20%;
  margin-right: 13%;
}
/* Progress bar positioning for 3 steps - needs to extend beyond container to align with steps */
.offers-progressbar.cart-block-added:not(:has(.level-4)) .animated-progress-bar-wrapper,
.offers-progressbar.popup-block-added:not(:has(.level-4)) .animated-progress-bar-wrapper,
.offers-progressbar.standalone-popup-block-added:not(:has(.level-4)) .animated-progress-bar-wrapper {
  margin-right: -13%;
  top: 22%;
  width: 98%;
}
.offers-progressbar .discount-steps:has(.level-4) {
  gap: 5%;
  margin-right: 10%;
}
/* Progress bar positioning for 4 steps - needs to extend beyond container to align with steps */
.offers-progressbar.cart-block-added:has(.level-4) .animated-progress-bar-wrapper,
.offers-progressbar.popup-block-added:has(.level-4) .animated-progress-bar-wrapper,
.offers-progressbar.standalone-popup-block-added:has(.level-4) .animated-progress-bar-wrapper {
  margin-right: -12%;
  top: 30%;
}
.offers-progressbar .offer-box:has(.level-4) {
  padding: 14px;
}
.offers-progressbar.popup-block-added .discount-steps {
  margin-bottom: 0 !important;
}
.offers-progressbar.popup-block-added .offer-header {
  margin: 10px 0;
}
@media (max-width: 575px) {
  .offers-progressbar.cart-block-added:has(.level-4) .step {
    width: 47px !important;
  }
}
@media screen and (min-width: 326px) and (max-width: 475px) {
  .offers-progressbar .discount-steps:not(:has(.level-4)) {
    gap: 30%;
  }
}
@media (min-width: 326px) and (max-width: 480px) {
  .offers-progressbar.cart-block-added .discount-steps:not(:has(.level-4)) {
    gap: 30%;
    margin-right: 10%;
  }
  .offers-progressbar.cart-block-added .animated-progress-bar-wrapper {
    width: 103% !important;
  }
  .offers-progressbar.cart-block-added .offer-box {
    padding: 15px;
  }
}
@media (min-width: 750px) and (max-width: 900px) {
  .offers-progressbar.cart-block-added .discount-steps:not(:has(.level-4)) {
    gap: 39%;
    margin-right: 13%;
  }
  .offers-progressbar.minicart-block-added .animated-progress-bar-wrapper,
  .offers-progressbar.cart-block-added .animated-progress-bar-wrapper {
    width: 103% !important;
  }
  .offers-progressbar.cart-block-added .offer-box {
    padding: 20px;
  }
}
.offers-progressbar.minicart-block-added .animated-progress-bar-wrapper,
.offers-progressbar.cart-block-added .animated-progress-bar-wrapper {
  width: 101% !important;
}
@media (max-width: 325px) {
  .offers-progressbar .discount-steps:not(:has(.level-4)) {
    gap: 25%;
    margin-right: 11%;
  }
}
/* Standalone Popup Styles - Fallback when cart popup doesn't exist */
#offers-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#offers-popup-overlay.show {
  display: block;
  opacity: 1;
}
#offers-standalone-popup {
  display: none;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
#offers-standalone-popup.show {
  display: block;
  bottom: 0;
}
#offers-standalone-popup .offers-popup-content {
  background: #fff;
  padding: 20px 15px 15px 15px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  position: relative;
}
#offers-standalone-popup .offers-popup-close {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 28px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
  z-index: 10;
}
.offers-progressbar.standalone-popup-block-added {
  display: block !important;
}
.offers-progressbar.standalone-popup-block-added .offer-box {
  padding: 12px;
  margin-bottom: 0;
}
.offers-progressbar.standalone-popup-block-added .discount-steps {
  margin-bottom: 10px;
}
.offers-progressbar.standalone-popup-block-added .step {
  text-align: center;
}
.offers-progressbar.standalone-popup-block-added .line {
  margin-top: -20px;
}
/* Mobile only for standalone popup */
@media (min-width: 768px) {
  #offers-standalone-popup,
  #offers-popup-overlay {
    display: none !important;
  }
}
footer.page-footer .offers-progressbar {
  display: none !important;
}
.offers-progressbar .animated-progress-bar {
  z-index: 0 !important;
}
.offers-progressbar .step-wrapper,
.offers-progressbar .step {
  z-index: 3 !important;
  background-color: whitesmoke;
}
.offers-progressbar.minicart-block-added .animated-progress-bar-wrapper {
  top: 22%;
  margin-right: -13%;
}
.catalog-product-view .amlabel-position-wrapper {
  z-index: 9 !important;
}
#baytonia-cart-popup .offers-progressbar .offer-box a.add-btn {
  display: none;
}
/* Progress bar wrapper */
.animated-progress-bar-wrapper {
  position: absolute;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
  z-index: 0;
  transition: opacity 0.3s ease;
}
/* Inactive (gray) layer - full width, behind */
.animated-progress-bar-inactive {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
}
/* Active (green) layer - animates width from right */
.animated-progress-bar-active {
  position: absolute;
  height: 100%;
  right: 0;
  transition: width 3.5s ease-in-out;
}
/* Mobile adjustments */
@media (max-width: 575px) {
  .offers-progressbar .step.active::before {
    font-size: 16px;
  }
  .offers-progressbar .step-label {
    font-size: 11px;
    margin-right: 4px;
  }
}
/* Header description - positioned under title */
.offers-progressbar .offer-header-description {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  margin-top: 6px;
  line-height: 1.4;
  display: none;
}
.offers-progressbar .offer-header-description.visible {
  display: block;
}
.field[name="shippingAddress.custom_attributes.is_company"] > .label {
  display: none !important;
}
.baytonia-fast-delivery-products {
  margin-top: 10px;
  border-radius: 5px;
}
.baytonia-fast-delivery-products .fast-delivery-title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.baytonia-fast-delivery-products .products-grid {
  display: flex;
  flex-direction: column;
}
.baytonia-fast-delivery-products .products-grid .product-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 5px;
  background: #fff;
  width: 50%;
  padding-bottom: 10px;
}
.baytonia-fast-delivery-products .products-grid .product-item .product-image {
  flex: 0 0 100px;
  margin-left: 15px;
}
.baytonia-fast-delivery-products .products-grid .product-item .product-image img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.baytonia-fast-delivery-products .products-grid .product-item .product-details {
  flex: 1;
}
.baytonia-fast-delivery-products .products-grid .product-item .product-details .product-name {
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
  font-size: 12px;
}
.baytonia-fast-delivery-products .products-grid .product-item .product-details .product-sku,
.baytonia-fast-delivery-products .products-grid .product-item .product-details .product-qty {
  color: #666;
  margin-top: 3px;
  font-size: 10px;
}
/* Responsive styles for max-width: 480px */
@media (max-width: 480px) {
  .baytonia-fast-delivery-products .fast-delivery-title {
    font-size: 12px;
  }
  .baytonia-fast-delivery-products .products-grid .product-item {
    width: auto;
  }
  .baytonia-fast-delivery-products .products-grid .product-item .product-image {
    flex: 0 0 75px;
    margin-left: 10px;
  }
  .baytonia-fast-delivery-products .products-grid .product-item .product-image img {
    width: 75px;
    height: 75px;
  }
  .baytonia-fast-delivery-products .products-grid .product-item .product-details .product-name {
    font-size: 10px;
  }
  .baytonia-fast-delivery-products .products-grid .product-item .product-details .product-sku,
  .baytonia-fast-delivery-products .products-grid .product-item .product-details .product-qty {
    font-size: 8px;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_GiftCard
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.form.check-code {
  display: table;
  width: 100%;
}
.form.check-code .field.check-code-field {
  margin: 0 4px 0 0;
}
.form.check-code .field.check-code-field .control {
  display: block;
}
.form.check-code .field.check-code-field .control:before {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 32px;
  color: #c2c2c2;
  content: '\f06b';
  font-family: FontAwesome;
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
}
.form.check-code input {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 0 9px 0 35px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.form.check-code .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
  min-width: 200px;
}
.block-gift-card-setting .block-content {
  padding-left: 25px;
}
.block-gift-card-setting .block-content .field {
  margin-bottom: 7px;
}
.giftcard-messages td {
  padding: 0 !important;
}
.giftcard-messages td:nth-child(2n+1) {
  width: 150px;
}
.gift-card-view {
  margin: 0 0 40px 10px;
}
.gift-card-view .block .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.gift-card-view .block .block-title strong {
  font-size: 2.2rem;
  font-weight: 300;
}
.gift-card-view .block .block-content {
  max-height: 500px;
  overflow: auto;
}
.gift-card-view .gift-card-view-detail {
  margin: 0 0 20px 40px;
}
.gift-card-view .gift-card-view-detail .table-gift-card-detail td {
  border: none !important;
}
.gift-card-view .gift-card-view-detail .table-gift-card-detail td:nth-child(2n+1) {
  width: 150px;
  font-weight: 600;
}
.catalog-category-view .mp-gift-card-amount-container {
  padding: 5px;
}
.catalog-category-view .mp-gift-card-amount-container label {
  font-weight: bold;
}
.catalog-category-view .mp-inline {
  display: inline-block;
}
.gift-card-applied-code-text .gift-card_code {
  margin-top: 10px;
  list-style-type: none;
}
.gift-card-applied-code-text .gc-item {
  background: #159f84;
  color: white;
  display: inline;
  width: inherit;
  padding: 5px 12px;
  border-radius: 4px;
  font-weight: bold;
  border: none;
}
.gift-card-applied-code-text .gc-remove {
  margin-left: 10px;
  font-style: normal;
  opacity: 0.6;
  cursor: pointer;
}
.gift-card-applied-code-text .gc-amount {
  margin-left: 10px;
}
.block.block-gift-card .block-content {
  max-height: 500px;
  overflow: auto;
}
.mp-gift-card-product-info .field:not(.value):not(.send-to-friend) {
  display: none;
}
.gift-card-discount-credit {
  max-width: 350px;
  margin-top: 10px;
  padding: 0 10px;
}
.gift-card-discount-credit #gc_slider_container_amount {
  margin: 7px;
}
.giftcard-giftproducts-index .product-item-info {
  width: 240px;
}
.payment-option button.action.action-apply {
  margin-right: 30px;
}
.cart-container .gift-card-discount-feature-list,
.payment-option .gift-card-discount-feature-list {
  list-style-type: none;
  padding-left: 15px;
  /* IE6-7 Fix */
}
.cart-container .gift-card-discount-feature-list .feature-item,
.payment-option .gift-card-discount-feature-list .feature-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 5px;
}
.cart-container .gift-card-discount-feature-list .feature-item .feature-content,
.payment-option .gift-card-discount-feature-list .feature-item .feature-content {
  display: none;
}
.cart-container .gift-card-discount-feature-list .feature-item .feature-content.content-show,
.payment-option .gift-card-discount-feature-list .feature-item .feature-content.content-show {
  display: block;
}
.cart-container .gift-card-discount-feature-list .feature-item:last-child,
.payment-option .gift-card-discount-feature-list .feature-item:last-child {
  border-bottom: none;
}
.cart-container .gift-card-discount-feature-list input[type="text"],
.payment-option .gift-card-discount-feature-list input[type="text"],
.cart-container .gift-card-discount-feature-list select,
.payment-option .gift-card-discount-feature-list select {
  height: 42px;
  margin-left: 10px;
  width: 92%;
}
.cart-container .gift-card-discount-feature-list .feature-label,
.payment-option .gift-card-discount-feature-list .feature-label {
  font-weight: bold;
  opacity: 0.7;
  position: relative;
}
.cart-container .gift-card-discount-feature-list .feature-label .icon-prefix,
.payment-option .gift-card-discount-feature-list .feature-label .icon-prefix {
  position: absolute;
  top: 3px;
}
.cart-container .gift-card-discount-feature-list .feature-label span,
.payment-option .gift-card-discount-feature-list .feature-label span {
  margin-left: 20px;
}
.cart-container .gift-card-discount-feature-list button.action.primary.custom,
.payment-option .gift-card-discount-feature-list button.action.primary.custom,
.cart-container .gift-card-discount-feature-list button.action.primary.custom:active,
.payment-option .gift-card-discount-feature-list button.action.primary.custom:active,
.cart-container .gift-card-discount-feature-list button.action.primary.custom:visited,
.payment-option .gift-card-discount-feature-list button.action.primary.custom:visited,
.cart-container .gift-card-discount-feature-list button.action.action-apply,
.payment-option .gift-card-discount-feature-list button.action.action-apply,
.cart-container .gift-card-discount-feature-list button.action.action-apply:active,
.payment-option .gift-card-discount-feature-list button.action.action-apply:active,
.cart-container .gift-card-discount-feature-list button.action.action-apply:visited,
.payment-option .gift-card-discount-feature-list button.action.action-apply:visited {
  height: 42px;
  border: none;
  background: #1abc9c;
  color: white;
  padding: 0 20px;
  border-radius: 5px;
}
.cart-container .gift-card-discount-feature-list button.action.primary.custom:hover,
.payment-option .gift-card-discount-feature-list button.action.primary.custom:hover,
.cart-container .gift-card-discount-feature-list button.action.action-apply:hover,
.payment-option .gift-card-discount-feature-list button.action.action-apply:hover {
  border: none;
  background: #159f84;
  color: white;
}
.cart-container .gift-card-discount-feature-list form,
.payment-option .gift-card-discount-feature-list form {
  margin-top: 10px;
}
.cart-container .gift-card-discount-feature-list .ui-slider-horizontal,
.payment-option .gift-card-discount-feature-list .ui-slider-horizontal {
  background: #3f98c9;
  height: 8px;
}
.cart-container .gift-card-discount-feature-list .ui-slider-handle,
.payment-option .gift-card-discount-feature-list .ui-slider-handle {
  height: 26px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: -10px;
}
.cart-container .gift-card-discount-feature-list .ruler,
.payment-option .gift-card-discount-feature-list .ruler,
.cart-container .gift-card-discount-feature-list .ruler li,
.payment-option .gift-card-discount-feature-list .ruler li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.cart-container .gift-card-discount-feature-list .ruler,
.payment-option .gift-card-discount-feature-list .ruler,
.cart-container .gift-card-discount-feature-list .ruler li,
.payment-option .gift-card-discount-feature-list .ruler li {
  *display: inline;
}
.cart-container .gift-card-discount-feature-list .ruler,
.payment-option .gift-card-discount-feature-list .ruler {
  border-radius: 2px;
  color: #ccc;
  margin: 0;
  padding-left: 10px;
  white-space: nowrap;
}
.cart-container .gift-card-discount-feature-list .ruler li,
.payment-option .gift-card-discount-feature-list .ruler li {
  padding-left: 1cm;
  width: 1em;
  margin: 0.64em -1em -0.64em;
  text-align: center;
  position: relative;
  text-shadow: 1px 1px #efefbe;
}
.cart-container .gift-card-discount-feature-list .ruler li:before,
.payment-option .gift-card-discount-feature-list .ruler li:before {
  content: '';
  position: absolute;
  border-left: 1px solid #ccc;
  height: 0.64em;
  top: -0.64em;
  right: 1em;
}
.list-content .code-list {
  list-style-type: none;
  font-weight: bold;
}
.list-content .code-list .gc-code-applied,
.list-content .code-list .gc-amount {
  opacity: 0.5;
}
.list-content .code-list .gc-remove {
  cursor: pointer;
}
.list-content .code-list .gc-amount {
  margin-left: 20px;
}
.list-content .code-list .slide-show:after {
  content: '\e621';
}
/*********************************************** Gift Card Product View ***********************************************/
.giftcard-template-container {
  min-height: 500px;
  padding-top: 30px;
}
.giftcard-template-container .giftcard-template-container-preview {
  margin: auto;
}
.giftcard-template-container .giftcard-template-container-preview .giftcard-template-preview {
  transform-origin: top left;
  cursor: pointer;
}
.giftcard-template-container .giftcard-template-container-preview .giftcard-template-preview .preview-giftcard {
  margin: auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.giftcard-template-container .giftcard-template-setting {
  padding: 20px 10px;
}
.giftcard-template-container .giftcard-template-setting .block-title {
  text-rendering: optimizeLegibility;
  font-size: 17px !important;
  line-height: 1.255 !important;
  margin-bottom: 10px !important;
  padding-bottom: 4px;
  color: #111;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-select {
  margin: 0 11px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-choose-images {
  border: 1px solid #ccc;
  background-color: #fef8f2;
  margin: 11px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload {
  margin: 15px 11px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .fileinput-button {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  float: left;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .fileinput-button > span {
  display: none;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder input[type='file'] {
  border: 500px solid transparent;
  bottom: 0;
  cursor: pointer;
  font-size: 10em;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .template-image-wrapper:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
  line-height: inherit;
  color: #ccc;
  content: '\f030';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .image-placeholder-text {
  display: none;
  bottom: 0;
  color: #008bdb;
  font-size: 11px;
  left: 0;
  line-height: 1.333;
  margin: 0;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  text-align: center;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .file-row {
  display: none;
  background: #fff url("../../frontend/Smartwave/portortl_child/ar_SA/images/loader-1.gif") no-repeat 50% 50%;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  width: 100%;
  z-index: 5;
  border: 1px solid #adadad;
  padding: 2px;
  box-sizing: border-box;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"] {
  position: relative;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"] .field-tooltip {
  right: -25px;
  top: -6px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"] .field-tooltip .field-tooltip-action:before {
  content: '\f05a';
  font-family: 'FontAwesome';
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .image.item-template {
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  margin: 5px 0 5px 5px;
  position: relative;
  vertical-align: top;
  width: 75px;
  height: 75px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .image.item-template.active .template-image-wrapper {
  border: 2px solid orange;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .template-image-wrapper {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  width: 75px;
  height: 75px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .template-image-wrapper .template-image {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.giftcard-information-container .giftcard-information {
  margin-bottom: 8px;
}
.giftcard-information-container .giftcard-field-label {
  width: 105px;
  min-height: 5px;
  text-align: right;
  margin-right: 10px !important;
  margin-bottom: 0 !important;
  float: left;
  line-height: 33px;
  font-weight: 600 !important;
}
.giftcard-information-container .giftcard-field-wrapper {
  width: calc(100% - 115px);
  float: left;
}
.giftcard-information-container .giftcard-field-wrapper button {
  width: auto;
}
.giftcard-information-container .giftcard-field-wrapper .giftcard-design-input-container {
  display: inline-block;
  vertical-align: middle;
}
.giftcard-information-container .giftcard-field-wrapper input.giftcard-design-open-amount {
  width: 95px;
  font-size: 12px;
  background-color: #fff;
  height: 30px;
  padding: 3px 7px;
  line-height: normal;
  border: 1px solid #a6a6a6;
  border-top-color: #949494;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07000000000000001) inset;
  outline: 0;
}
.giftcard-information-container .giftcard-field-wrapper .active input.giftcard-design-open-amount,
.giftcard-information-container .giftcard-field-wrapper input.giftcard-design-open-amount:focus {
  border-color: #e77600;
  box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5);
}
.giftcard-information-container .giftcard-field-wrapper ul,
.giftcard-information-container .giftcard-field-wrapper ul li {
  padding: 0 !important;
  margin: 0 0 5px 0 !important;
}
.giftcard-information-container .giftcard-field-wrapper #delivery_date {
  width: 130px;
  margin-right: 5px;
}
.giftcard-information-container .giftcard-field-wrapper .note {
  font-style: italic;
  font-size: 12px;
}
.giftcard-information-container .giftcard-information-delivery,
.giftcard-information-container .giftcard-information-amount {
  margin-bottom: 0 !important;
}
.giftcard-design-button-container {
  position: relative;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  border-color: #adb1b8 #a2a6ac #8d9096;
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
.giftcard-design-button-container:hover {
  border-color: #a2a6ac #979aa1 #82858a;
  background-color: #f3f3f3;
}
.giftcard-design-button-container .fa {
  display: none;
  position: absolute;
  bottom: -26px;
  color: #fef8f2;
  font-size: 22px;
  text-shadow: 0px -1px #ccc;
}
.giftcard-design-button-container.active {
  border-color: #e77600;
  background-color: #fef8f2;
  font-weight: 600;
}
.giftcard-design-button-container.active .fa {
  display: inline-block;
}
.giftcard-design-button-container button {
  color: #111;
  white-space: normal;
  padding: 5px 10px 5px 11px;
  line-height: 19px;
  width: 121px;
  text-align: center;
  background-color: transparent;
  border: 0;
  display: block;
  font-size: 13px;
  margin: 0;
  outline: 0;
  vertical-align: middle;
  font-weight: normal;
}
.clear {
  clear: both;
}
/*********************************************** End Gift Card Product View *******************************************/
/*********************************************** Checkout Block Spent *************************************************/
.totals-giftcard-summary th,
.totals-giftcard-summary td {
  border: none !important;
}
.totals-giftcard-details th {
  padding-left: 10px !important;
  border: none !important;
}
.totals-giftcard-details td {
  padding-right: 10px !important;
  border: none !important;
}
.totals-giftcard-details {
  display: none;
}
.totals-giftcard-details.shown {
  display: table-row;
}
#discount-giftcard-form .fieldset.coupon {
  margin-bottom: 10px;
}
#discount-giftcard-form .fieldset.coupon .action.primary {
  height: 32px;
  line-height: 16px;
}
#discount-giftcard-form .gift-card-apply > label {
  display: none;
}
#discount-giftcard-form .gift-card-used {
  padding: 0 0 20px 20px;
}
.gift-card-saved-list,
.gift-credit-apply {
  float: none !important;
  width: 100% !important;
}
.gift-card-saved-list .title strong,
.gift-credit-apply .title strong {
  font-size: 13px !important;
}
.gift-credit-slider {
  width: 80%;
  margin: 10px auto;
}
.gift-credit-label {
  padding-left: 20%;
}
#gift-card-credit-input {
  width: 60px;
  display: inline-block;
  font-size: 14px;
  height: 24px;
}
@media (max-width: 370px) {
  .giftcard-template-upload .field-tooltip._active .field-tooltip-content {
    max-width: 100px;
  }
}
@media (max-width: 478px) {
  .giftcard-template-upload .field-tooltip._active .field-tooltip-content {
    max-width: 150px;
  }
}
.mp-giftcard-preview .mp-giftcard-preview-button.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-popup.mp-giftcard-modal-email-preview._show .modal-inner-wrap {
  width: 75%;
}
.baytonia-variant-links {
  margin-top: 1.5rem;
  margin-left: 30px;
}
.baytonia-variant-links__header {
  margin-bottom: 1rem;
}
.baytonia-variant-links__title-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.baytonia-variant-links__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.baytonia-variant-links__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.baytonia-variant-links__heading {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1.2;
}
.baytonia-variant-links__description {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.25rem;
  padding-inline-start: 2.5rem;
}
.baytonia-variant-links__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.baytonia-variant-links__item {
  border: 0;
  border-radius: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  width: 92px;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}
.baytonia-variant-links__item:hover .baytonia-variant-links__image {
  border-color: #8a8a8a;
}
.baytonia-variant-links__item.is-current {
  cursor: default;
}
.baytonia-variant-links__item.is-current .baytonia-variant-links__image {
  border-color: #222;
  box-shadow: 0 0 0 1px #222 inset;
}
.baytonia-variant-links__item.is-unavailable {
  opacity: 0.55;
  cursor: not-allowed;
}
.baytonia-variant-links__image {
  width: 92px;
  height: 92px;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #fff;
}
.baytonia-variant-links__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
  display: block;
}
.baytonia-variant-links__label {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 0.35rem;
  text-align: center;
  width: 100%;
  max-height: 2.4em;
  min-height: 2.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .baytonia-variant-links__items {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 0 2px;
    width: 100%;
    box-sizing: border-box;
  }
  .baytonia-variant-links__item {
    box-sizing: border-box;
    width: auto;
    max-width: none;
    flex: initial;
    min-width: 0;
  }
  .baytonia-variant-links__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 3px;
  }
  .baytonia-variant-links__label {
    font-size: 0.55rem;
    line-height: 1.15;
    margin-top: 0.25rem;
    max-height: 2.1em;
    min-height: 2.1em;
  }
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: 0.01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: 0.5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #fff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(100% - 20px);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
.bay-price-slider {
  padding: 12px 0 18px;
}
.bay-price-slider .bay-price-slider__header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 12px;
  text-align: right;
}
.bay-price-slider .bay-price-slider__label {
  font-size: 16px;
  font-weight: 600;
}
.bay-price-slider .bay-price-slider__values {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  direction: ltr;
  width: auto;
  white-space: nowrap;
}
.bay-price-slider .bay-price-slider__values .bay-price-slider__value {
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: left;
}
.bay-price-slider .bay-price-slider__values .bay-price-slider__separator {
  flex: 0 0 auto;
  text-align: center;
}
.bay-price-slider .bay-price-slider__track {
  width: 100%;
  margin: 0;
  height: 6px;
  background: #000;
  border-radius: 4px;
  box-shadow: none;
}
.bay-price-slider .bay-price-slider__track .ui-slider-range {
  background: #000;
  border: none;
}
.bay-price-slider .bay-price-slider__track .ui-slider-handle {
  width: 14px;
  height: 14px;
  background: #a88144 !important;
  border-radius: 50%;
  border: 2px solid #a88144;
  top: -4px;
  margin-left: -7px;
}
.bay-price-slider .bay-price-slider__track.bay-price-slider__track--dirty {
  background: #181515 !important;
}
.bay-price-slider .bay-price-slider__track.bay-price-slider__track--dirty .ui-slider-range,
.bay-price-slider .bay-price-slider__track .ui-slider-range.bay-price-slider__range--dirty {
  background: #808080 !important;
}
.bay-price-slider .ui-slider.ui-slider-horizontal {
  height: 6px;
  background: #000;
  border-radius: 4px;
  border: none;
}
.bay-price-slider .ui-slider .ui-slider-range {
  background: #000;
  border: none;
}
.bay-price-slider .ui-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 50%;
  border: 2px solid #a88144;
  top: -7px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}
.bay-price-slider .bay-price-slider__actions {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 8px;
  flex-wrap: nowrap;
  direction: rtl;
  flex-direction: column;
}
.bay-price-slider .bay-price-slider__apply-text,
.bay-price-slider .bay-price-slider__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  min-height: auto !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
  color: #7a7a7a !important;
  white-space: nowrap;
  flex: 0 0 auto;
  order: 2;
}
.bay-price-slider .bay-price-slider__apply {
  cursor: pointer;
}
.bay-price-slider .bay-price-slider__apply:hover,
.bay-price-slider .bay-price-slider__apply:focus,
.bay-price-slider .bay-price-slider__apply:active {
  background: none !important;
  border: none !important;
  color: #7a7a7a !important;
  box-shadow: none !important;
}
.bay-price-slider .bay-price-slider__apply.disabled,
.bay-price-slider .bay-price-slider__apply:disabled {
  cursor: default;
}
.bay-price-slider .bay-price-slider__apply-label {
  display: inline-block;
  font-size: 15px;
  font-weight: 400 !important;
  font-family: 'Tajawal', sans-serif;
  line-height: 1.4;
  letter-spacing: normal;
}
.bay-price-slider .bay-price-slider__inputs {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  direction: ltr;
  flex: 0 0 auto;
  order: 1;
}
.bay-price-slider .bay-price-slider__inputs .bay-price-slider__input {
  position: static;
  top: auto;
  left: auto;
  width: 64px;
  min-width: 64px;
  flex: 0 0 64px;
  height: 28px;
  padding: 2px 6px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  color: #000;
  background: #fff;
  box-shadow: none;
  pointer-events: auto;
  appearance: textfield;
  -webkit-appearance: textfield;
  box-sizing: border-box;
}
.bay-price-slider .bay-price-slider__inputs .bay-price-slider__input::-webkit-outer-spin-button,
.bay-price-slider .bay-price-slider__inputs .bay-price-slider__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bay-price-slider .bay-price-slider__input-separator {
  font-size: 12px;
  color: #7a7a7a;
  white-space: nowrap;
  flex: 0 0 auto;
}
button#ln_slider_apply_price {
  height: 18px;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .bay-price-slider .bay-price-slider__values {
    font-size: 14px;
  }
  .bay-price-slider .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    top: -6px;
  }
  .bay-price-slider .bay-price-slider__inputs .bay-price-slider__input {
    width: 54px;
    height: 26px;
    font-size: 12px;
  }
  button#ln_slider_apply_price {
    height: 18px;
    color: #7a7a7a !important;
    font-family: 'Tajawal', sans-serif !important;
    font-weight: 400 !important;
  }
}
.checkout-payment-method .rewards-add .payment-option-title {
  padding: 18px 0 !important;
  display: flex !important;
  align-items: center !important;
}
.checkout-payment-method .rewards-add .payment-option-title #block-reward-heading,
.checkout-payment-method .rewards-add .payment-option-title .pointsLeft {
  color: #000 !important;
}
.checkout-payment-method .rewards-add.opc-payment-additional {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 0 10px !important;
  margin-top: 10px !important;
}
.checkout-payment-method .rewards-add._active {
  border-color: #a88144 !important;
}
.checkout-payment-method .rewards-add._active input.rewards-radio {
  accent-color: #a88144;
}
.checkout-payment-method .rewards-add .amrewards-points-rate {
  padding: 0 !important;
  color: #000;
  font-weight: 600;
}
.checkout-payment-method .rewards-add .amrewards-discount-form {
  max-width: unset !important;
}
.checkout-payment-method .rewards-add .amrewards-discount-form .field {
  flex: 60%;
}
.checkout-payment-method .rewards-add .amrewards-discount-form .payment-option-inner input.input-text {
  width: 98% !important;
  border: 2px solid #ebebeb;
  height: 45px;
  min-height: 45px;
  font-size: 14px !important;
}
.checkout-payment-method .rewards-add .amrewards-discount-form button.action.action-apply {
  height: 45px !important;
  border: none !important;
  border-radius: 0 !important;
  width: 80px;
  font-family: 'Tajawal', sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
}
.checkout-payment-method .rewards-add .amrewards-discount-form button.action.action-cancel {
  height: 45px;
  padding: 0 !important;
  background: #b3b3b3;
  color: #fff;
  border: none !important;
  width: 80px;
  font-family: 'Tajawal', sans-serif !important;
  margin: 0 !important;
}
.checkout-payment-method .rewards-add .rewards-success-message {
  background: #d4edda;
  border-radius: 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px;
}
.checkout-payment-method .rewards-add .rewards-success-message .success-text {
  color: #155724;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}
.checkout-payment-method .rewards-add .rewards-success-message .success-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.checkout-payment-method .rewards-add .rewards-error-message {
  background: #f8d7da;
  border-radius: 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px;
}
.checkout-payment-method .rewards-add .rewards-error-message .error-text {
  color: #721c24;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}
.checkout-payment-method .rewards-add .rewards-error-message .error-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.checkout-payment-method .store-credit-add .payment-option-title,
.checkout-payment-method .rewards-add .payment-option-title {
  border: none !important;
}
.checkout-payment-method .store-credit-add .payment-option-title {
  padding: 18px 0 !important;
  display: flex !important;
  align-items: center !important;
}
.checkout-payment-method .store-credit-add .payment-option-title #block-reward-heading {
  color: #000 !important;
}
.checkout-payment-method .store-credit-add.opc-payment-additional {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 0 10px !important;
}
.checkout-payment-method .store-credit-add .store-credit-container {
  max-width: unset !important;
}
.checkout-payment-method .store-credit-add .store-credit-container .payment-option-inner input.input-text {
  width: 98% !important;
  border: 2px solid #ebebeb;
  height: 45px;
  min-height: 45px;
  font-size: 14px !important;
}
.checkout-payment-method .store-credit-add .store-credit-container .payment-option-inner .applied-amount {
  width: 98%;
  height: 45px;
  display: flex;
  align-items: center;
  gap: 2px;
  border: 2px solid #ebebeb;
  padding: 0 10px;
}
.checkout-payment-method .store-credit-add .store-credit-container .payment-option-inner .applied-amount > span {
  font-size: 14px;
  color: #b4b2b2;
}
.checkout-payment-method .store-credit-add .store-credit-container .payment-option-inner .applied-amount > span .riyalsymbol {
  display: none;
}
.checkout-payment-method .store-credit-add .store-credit-container button.action.action-cancel {
  padding: 0 !important;
  background: #b3b3b3;
  color: #fff;
  border: none !important;
  width: 80px;
  font-family: 'Tajawal', sans-serif !important;
}
.checkout-payment-method .store-credit-add .store-credit-container button:not(.primary) {
  height: 45px !important;
  border: none !important;
  border-radius: 0 !important;
  width: 80px;
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Tajawal', sans-serif !important;
}
.checkout-payment-method .store-credit-add .storeCreditLeft {
  color: #000 !important;
}
.checkout-payment-method .store-credit-add .store-credit-success-message {
  display: none !important;
  background: #d4edda;
  border-radius: 0;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px;
}
.checkout-payment-method .store-credit-add .store-credit-success-message .success-text {
  color: #155724;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}
.checkout-payment-method .store-credit-add .store-credit-success-message .success-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.checkout-payment-method .store-credit-add .store-credit-error-message {
  background: #f8d7da;
  border-radius: 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px;
}
.checkout-payment-method .store-credit-add .store-credit-error-message .error-text {
  color: #721c24;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}
.checkout-payment-method .store-credit-add .store-credit-error-message .error-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.checkout-payment-method .store-credit-add._active {
  border-color: #a88144 !important;
}
.checkout-payment-method .store-credit-add._active input.store-credit-radio {
  accent-color: #a88144;
}
.checkout-payment-method .store-credit-add._active .store-credit-success-message {
  display: flex !important;
}
.checkout-payment-method #free + label {
  font-size: 14px !important;
  font-weight: 600 !important;
}
/* Begin Tamara payment css */
#tamara-logo-payment {
  margin-left: 50px;
}
.tamara-success-title {
  text-align: center;
  font-weight: bolder;
}
.tamara-success-title h2 {
  font-size: 4.6rem;
  text-align: center;
}
#content-success {
  margin: 10px auto;
  width: 100%;
  text-align: center;
}
#tamara-logo-success {
  margin: 50px auto;
  width: 100%;
  text-align: center;
}
#tamara-logo-success img {
  margin-top: 10px;
}
.message.error.hidden-error-iframe {
  display: none;
}
.tamara-promo-widget-wrapper {
  margin-bottom: 20px;
}
/* End Tamara payment css*/
.lazy-blur {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  transition: 0.3s filter linear;
  -o-transition: 0.3s -o-filter linear;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.lazy-blur.lazy-loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  image-rendering: initial;
}
.owl-carousel .owl-item img.lazy-loading {
  height: 0;
}
.totals-discount-details td.title {
  text-align: right !important;
}
.cart-totals .totals-discount-summary,
.opc-block-summary .totals-discount-summary {
  display: none !important;
}
.cart-totals tr.totals-discount-details,
.opc-block-summary tr.totals-discount-details {
  color: #C20105;
}
.totals .totals-discount-details {
  border: 0 !important;
}
.totals.sub {
  border-bottom: 1px solid #e7e7e7;
}
.totals .totals-discount-details td,
.totals-discount-summary td {
  border: 0 !important;
}
.totals .totals-tax,
.totals.shipping,
.amexfee-totals-details {
  border-top: 1px solid #e7e7e7;
}
.totals-discount-details td {
  padding: 2px 5px 2px 10px;
}
.old-shipping-price.line-thro {
  font-weight: 401 !important;
}
.totals.shipping .free-shipping.price {
  color: #4bae4f;
}
.tabby-6pay-preview {
  display: none;
}
@media (max-width: 768px) {
  .payment-method._active .tabby-6pay-preview {
    display: block;
    padding: 8px 0 10px;
  }
}
.tabby-preview-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.09);
  border: 1px solid #efefef;
  padding: 14px 10px 12px;
}
.tabby-preview-header {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: right;
  margin: 0 0 12px;
  line-height: 2;
  direction: rtl;
}
.tabby-preview-logo {
  width: 51px;
  vertical-align: middle;
}
.tabby-slider-wrap {
  width: 100%;
  overflow: hidden;
}
.tabby-slider-wrap.tabby-slider-active {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  max-width: 350px;
}
.tabby-slider-wrap.tabby-slider-active::-webkit-scrollbar {
  display: none;
}
.tabby-slider-wrap.tabby-slider-active .tabby-labels-row,
.tabby-slider-wrap.tabby-slider-active .tabby-svgs-row,
.tabby-slider-wrap.tabby-slider-active .tabby-amounts-row {
  gap: 22px;
  width: auto;
}
.tabby-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.tabby-labels-row {
  justify-content: space-between;
  margin-bottom: 4px;
}
.tabby-lbl-cell {
  width: 40px;
  flex-shrink: 0;
  text-align: center;
}
.tabby-lbl-cell-first {
  text-align: right;
}
.tabby-lbl-cell-last {
  text-align: left;
}
.tabby-lbl {
  font-size: 10.5px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 1.4;
  direction: ltr;
}
.tabby-lbl-first {
  font-weight: 700;
  color: #1a1a1a;
  width: fit-content;
}
.tabby-svgs-row {
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin: 2px 0;
}
.tabby-conn-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  background: #d9d9d9;
  z-index: 0;
}
.tabby-circle-cell {
  width: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.tabby-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tabby-circle span {
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
  position: relative;
  z-index: 2;
}
.tabby-circle::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
}
.tabby-amounts-row {
  justify-content: space-between;
  margin-top: 4px;
}
.tabby-amt-cell {
  width: 40px;
  flex-shrink: 0;
  text-align: center;
}
.tabby-amt-cell-first {
  text-align: right;
}
.tabby-amt-cell-last {
  text-align: left;
}
.tabby-amt {
  font-size: 11px;
  color: #999;
  display: block;
  white-space: nowrap;
  line-height: 1.4;
}
.tabby-amt-first {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 11.5px;
}
.tabby-amt .riyalsymbol {
  margin-right: -3px;
}
.tabby-scroll-track {
  position: relative;
  width: 100%;
  height: 4px;
  background: #e8e8e8;
  border-radius: 2px;
  margin-top: 10px;
  overflow: hidden;
}
.tabby-scroll-thumb {
  position: absolute;
  top: 0;
  right: 0;
  height: 4px;
  background: #3bffba;
  border-radius: 2px;
  transition: left 0.1s ease;
  min-width: 20%;
}
@media (max-width: 395px) {
  .tabby-preview-card {
    padding: 12px 6px 10px;
  }
  .tabby-preview-header {
    font-size: 13px;
  }
  .tabby-slider-wrap.tabby-slider-active {
    max-width: 310px;
  }
  .tabby-lbl-cell,
  .tabby-circle-cell,
  .tabby-amt-cell {
    width: 36px;
  }
  .tabby-circle {
    width: 36px;
    height: 36px;
  }
  .tabby-circle span {
    font-size: 12px;
  }
  .tabby-circle::after {
    width: 28px;
    height: 28px;
  }
  .tabby-lbl {
    font-size: 9.5px;
  }
  .tabby-amt {
    font-size: 10px;
  }
  .tabby-amt-first {
    font-size: 10.5px;
  }
}
@media (max-width: 320px) {
  .tabby-preview-header {
    font-size: 11px;
  }
  .tabby-slider-wrap.tabby-slider-active {
    max-width: 260px;
  }
  .tabby-lbl-cell,
  .tabby-circle-cell,
  .tabby-amt-cell {
    width: 30px;
  }
  .tabby-circle {
    width: 30px;
    height: 30px;
  }
  .tabby-circle span {
    font-size: 11px;
  }
  .tabby-circle::after {
    width: 22px;
    height: 22px;
  }
  .tabby-lbl {
    font-size: 8.5px;
  }
  .tabby-amt {
    font-size: 9px;
  }
  .tabby-amt-first {
    font-size: 9.5px;
  }
}
.tamara-6pay-preview {
  display: none;
}
@media (max-width: 768px) {
  .payment-method._active .tamara-6pay-preview {
    display: block;
    padding: 8px 0 10px;
  }
}
.tamara-preview-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.09);
  border: 1px solid #efefef;
  padding: 14px 10px 12px;
}
.tamara-preview-header {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: right;
  margin: 0 0 12px;
  line-height: 2;
  direction: rtl;
}
.tamara-preview-logo {
  width: 51px;
  vertical-align: middle;
}
.tamara-slider-wrap {
  width: 100%;
  overflow: hidden;
}
.tamara-slider-wrap.tamara-slider-active {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  max-width: 350px;
}
.tamara-slider-wrap.tamara-slider-active::-webkit-scrollbar {
  display: none;
}
.tamara-slider-wrap.tamara-slider-active .tamara-labels-row,
.tamara-slider-wrap.tamara-slider-active .tamara-svgs-row,
.tamara-slider-wrap.tamara-slider-active .tamara-amounts-row {
  gap: 22px;
  width: auto;
}
.tamara-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.tamara-labels-row {
  justify-content: space-between;
  margin-bottom: 4px;
}
.tamara-lbl-cell {
  width: 40px;
  flex-shrink: 0;
  text-align: center;
}
.tamara-lbl-cell-first {
  text-align: right;
}
.tamara-lbl-cell-last {
  text-align: left;
}
.tamara-lbl {
  font-size: 10.5px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 1.4;
  direction: ltr;
}
.tamara-lbl-first {
  font-weight: 700;
  color: #1a1a1a;
  width: fit-content;
}
.tamara-svgs-row {
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin: 2px 0;
}
.tamara-conn-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  background: #d9d9d9;
  z-index: 0;
}
.tamara-circle-cell {
  width: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.tamara-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tamara-circle span {
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
  position: relative;
  z-index: 2;
}
.tamara-circle::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
}
.tamara-amounts-row {
  justify-content: space-between;
  margin-top: 4px;
}
.tamara-amt-cell {
  width: 40px;
  flex-shrink: 0;
  text-align: center;
}
.tamara-amt-cell-first {
  text-align: right;
}
.tamara-amt-cell-last {
  text-align: left;
}
.tamara-amt {
  font-size: 11px;
  color: #999;
  display: block;
  white-space: nowrap;
  line-height: 1.4;
}
.tamara-amt-first {
  font-weight: 700;
  color: #1a1a1a;
  font-size: 11.5px;
}
.tamara-amt .riyalsymbol {
  margin-right: -3px;
}
.tamara-scroll-track {
  position: relative;
  width: 100%;
  height: 4px;
  background: #e8e8e8;
  border-radius: 2px;
  margin-top: 10px;
  overflow: hidden;
}
.tamara-scroll-thumb {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 4px;
  background: #D492BF;
  border-radius: 2px;
  transition: right 0.1s ease;
  min-width: 20%;
}
@media (max-width: 395px) {
  .tamara-preview-card {
    padding: 12px 6px 10px;
  }
  .tamara-preview-header {
    font-size: 13px;
  }
  .tamara-slider-wrap.tamara-slider-active {
    max-width: 310px;
  }
  .tamara-lbl-cell,
  .tamara-circle-cell,
  .tamara-amt-cell {
    width: 36px;
  }
  .tamara-circle {
    width: 36px;
    height: 36px;
  }
  .tamara-circle span {
    font-size: 12px;
  }
  .tamara-circle::after {
    width: 28px;
    height: 28px;
  }
  .tamara-lbl {
    font-size: 9.5px;
  }
  .tamara-amt {
    font-size: 10px;
  }
  .tamara-amt-first {
    font-size: 10.5px;
  }
}
@media (max-width: 320px) {
  .tamara-preview-header {
    font-size: 11px;
  }
  .tamara-slider-wrap.tamara-slider-active {
    max-width: 260px;
  }
  .tamara-lbl-cell,
  .tamara-circle-cell,
  .tamara-amt-cell {
    width: 30px;
  }
  .tamara-circle {
    width: 30px;
    height: 30px;
  }
  .tamara-circle span {
    font-size: 11px;
  }
  .tamara-circle::after {
    width: 22px;
    height: 22px;
  }
  .tamara-lbl {
    font-size: 8.5px;
  }
  .tamara-amt {
    font-size: 9px;
  }
  .tamara-amt-first {
    font-size: 9.5px;
  }
}
.wishlist-index-index .reset-pass-msg {
  display: none;
}
.goback-to-multiwishlist {
  padding-bottom: 20px;
}
.goback-to-multiwishlist a,
.goback-to-multiwishlist a:hover,
.goback-to-multiwishlist a:active {
  font-size: 18px;
  text-decoration: none;
}
.goback-to-multiwishlist a:before,
.goback-to-multiwishlist a:hover:before,
.goback-to-multiwishlist a:active:before {
  font-size: 18px;
  color: #757575;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin-right: 10px;
}
.add-multiwishlist:hover:before {
  color: #0a0a0a;
}
.add-multiwishlist,
.add-multiwishlist:hover {
  line-height: 28px;
  text-decoration: none;
}
.add-multiwishlist span {
  margin-left: 10px;
  font-size: 20px;
  color: #000;
}
.add-multiwishlist:before {
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#wishlist-popup-modal {
  display: none;
}
.wishlist-popup-modal .wp-errors {
  display: none;
  color: #ff0000;
  padding: 5px 0 15px 0;
}
.wishlist-popup-modal .modal-inner-wrap {
  width: 450px;
}
.wishlist-popup-modal .actions-toolbar {
  text-align: right;
}
.wishlist-popup-modal #deletewishlist {
  display: none;
}
.multiple-wishlist-container {
  width: 100%;
  margin: 0 auto;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper {
  max-width: 300px;
  color: #444;
  float: left;
  margin: 10px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper:hover {
  background-color: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper:hover .box {
  background-color: #e1e1e1;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper:hover .box-bottom .edit-multiwishlist {
  display: block;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box {
  background-color: #f0f0f0;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 2px;
  float: left;
  width: 96px;
  height: 110px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom {
  float: left;
  width: 290px;
  height: 60px;
  padding: 5px;
  position: relative;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .wishlist-title {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .edit-multiwishlist {
  position: absolute;
  right: 15px;
  bottom: 10px;
  display: none;
  padding: 5px;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .edit-multiwishlist:hover:before {
  color: #0a0a0a;
}
.multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom .edit-multiwishlist:before {
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist-add-popup-modal .modal-inner-wrap {
  width: 450px;
}
.multiple-wishlists-selector-container {
  display: none;
}
.wp-wishlist-overlay {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.block-category-event {
  background: #f0f0f0;
  color: #777;
  padding: 0.5em 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 0.5em;
}
.block-category-event .block-title {
  margin: 0 0 0.5em;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 2em;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.table-wrapper.billing-agreements {
  margin-bottom: 2em;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 0.25em auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 1em;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 0.5em auto 0.25em;
}
.cart-summary .paypal + .paypal {
  margin-top: 1.25em;
}
.paypal-review .actions-toolbar {
  margin-top: 0.5em;
}
.paypal-review .paypal-review-title {
  padding: 0 0 0.5em;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 1.5em 0 0;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 2em;
  padding: 0.5em 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Smartwave/portortl_child/ar_SA/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Smartwave/portortl_child/ar_SA/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 0.5em;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 0.5em 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 0.5em;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 0.5em 0.25em 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 1em;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #fff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #fff;
  color: #333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #fff;
  color: #333;
  outline: 1px solid #999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Smartwave/portortl_child/ar_SA/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #fff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 0.25em;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #fff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 1em 0;
}
.swatch-opt-listing {
  margin-bottom: 0.5em;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #08c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #08c;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #08c;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #08c;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #08c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #08c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 1em;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #08c;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #08c;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #08c;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #08c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 0.5em;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  left: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-left: -155px;
  padding-left: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 1em;
  text-align: right;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .secondary {
  float: right;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: right;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 1em;
  padding-top: 0.5em;
}
.block-cart-failed {
  margin: 2em 0;
}
.block-cart-failed .block-title {
  font-size: 2em;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 0.5em;
}
.bundle-actions {
  padding: 1.25rem 0 1.25rem;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 1rem;
  margin-bottom: 0;
}
.bundle-actions .action.customize {
  letter-spacing: -0.015em;
  border: none;
  background: #222529;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 2em;
}
.bundle-options-container .legend.title {
  font-size: 1.125rem;
  color: #222529;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.bundle-options-container button.customization {
  font-size: 1em;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 1.5em;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 1em;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .fieldset > .field > .label {
  font-size: 1rem;
  color: #222529;
  font-weight: 600;
  text-transform: uppercase;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: right;
  margin-top: 6px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  margin-right: 24px;
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .product-name {
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .price-notice {
  float: right;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 1.5em;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 1.125rem;
  color: #222529;
  font-weight: 600;
  text-transform: uppercase;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e7e7e7 solid;
  margin-bottom: 1.2rem;
  padding-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 0;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 0.25em;
}
.bundle-options-container .block-bundle-summary .box-tocart {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-size: 1.125rem;
  color: #222529;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle.items > li .label {
  font-weight: 600;
  color: #222529;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\f83b';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field label {
  font-weight: 400;
}
.bundle-options-container .nested .product-name {
  font-weight: 400;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 1em;
  margin-top: 1em;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 400;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price-container .price {
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #222529;
}
.fieldset-bundle-options .nested.options-list .field.qty {
  display: block;
  margin-top: 9px;
}
.products-grid:after {
  display: table;
  content: "";
  clear: both;
}
.products-grid .product-item {
  float: right;
}
.products-grid .product-item {
  width: 100%/2;
}
.products-grid .product-item.nth-child-2np1 {
  clear: right;
}
.products-grid.divider-line {
  margin-left: 0;
  margin-right: 0;
}
.products-grid.divider-line .product-items {
  display: flex;
  flex-wrap: wrap;
}
.products-grid.divider-line .product-item {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 0;
  display: flex;
  padding: 0;
}
.products-grid.divider-line .product-item.nth-child-2np1 {
  border-right-color: transparent;
}
.products-grid.divider-line .product-item:nth-child(1) .product-item-info,
.products-grid.divider-line .product-item:nth-child(2) .product-item-info {
  border-top-color: transparent;
}
.products-grid.divider-line .product-item:hover {
  z-index: 2;
}
.products-grid.divider-line .product-item-info {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  padding-top: 50px;
  padding-bottom: 0;
  transition: all 0.3s;
  margin-top: -1px;
  position: relative;
}
.products-grid.divider-line .product-item-info .product-item-inner {
  visibility: hidden;
  opacity: 0;
  margin: 0 -50px -10px;
  transition: all 0.3s;
}
.products-grid.divider-line .product-item-info .product-item-actions {
  margin-bottom: 0;
}
.products-grid.divider-line .product-item-info:hover {
  background-color: #fff;
  border-top-color: rgba(0, 0, 0, 0.09);
  border-bottom-color: rgba(0, 0, 0, 0.09);
  box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 40px;
}
.products-grid.divider-line .product-item-info:hover .product-item-inner {
  visibility: visible;
  opacity: 1;
}
.products {
  margin-left: -10px;
  margin-right: -10px;
}
.products .product-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1.4286em;
  position: relative;
}
.product-item {
  vertical-align: top;
}
.product-item-name {
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.product-item-name a {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.01em;
  margin-bottom: 0.45rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222529;
  display: block;
}
.product-item-info {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.product-item-photo {
  margin-bottom: 1rem;
  min-height: 90px;
  font-size: 1em;
  display: block;
  position: relative;
  padding: 0;
}
.product-item-photo img {
  display: block;
}
.product-item-photo .product-item-inner {
  height: 0;
}
.product-item-photo .product-item-inner .product-item-actions {
  display: block;
}
.product-item-photo .product-item-inner .product-item-actions > .action {
  background-color: #fff;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary {
  display: inline-block;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart {
  width: 32px;
  padding: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:before {
  margin-left: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart span {
  display: none;
}
.product-item-photo:hover .product-item-inner {
  visibility: visible;
  opacity: 1;
}
.product-item-photo:hover {
  box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}
.product-item-actions .actions-secondary.action {
  width: 36px;
  height: 36px;
  line-height: 34px;
  letter-spacing: normal;
  border-radius: 0;
  position: relative;
}
.product-item-actions .actions-secondary.action:before {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 1rem;
}
.product-item-actions .action.towishlist {
  border-color: #ddd;
  color: #333;
  background-color: #fff;
}
.product-item-actions .action.towishlist > span {
  display: none;
}
.product-item-actions .action.tocompare {
  border-color: #ddd;
  color: #333;
  background-color: #fff;
}
.product-item-actions .action.tocompare > span {
  display: none;
}
.product-item-description {
  margin: 10px 0;
}
.product-item-details {
  position: relative;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
  text-transform: lowercase;
  font-size: 1em;
}
.product-item .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.product-item .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .rating-summary .rating-result {
  width: 72px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.product-item .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.product-item .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .price-box .price-label {
  font-size: 12px;
  color: #c1c1c1;
  vertical-align: middle;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 0.25em;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\f83b';
}
.product-item .tocart span {
  display: inline-block;
  vertical-align: top;
}
.product-item .tocart::before {
  content: '\e8ba';
  font-family: 'porto-icons';
  margin-left: 5px;
  font-weight: 600;
  font-size: 0.9375rem;
}
.product-item .weltpixel-quickview.weltpixel_quickview_button_v2 {
  padding: 0;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  text-indent: 0;
  height: auto;
  border: none;
  position: absolute;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  background-color: #08c;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 34px;
  transition: 0.25s;
  text-align: center;
}
.product-item .weltpixel-quickview.weltpixel_quickview_button_v2 em {
  display: none;
}
.product-item [class^='swatch-opt-'] {
  padding-bottom: 5px;
  display: inline-block;
}
.product-item .swatch-attribute {
  margin-top: -4px;
  padding-bottom: 5px;
}
.product-labels {
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  top: 0.8em;
  font-size: 10px;
  right: 0.8em;
  text-align: center;
}
.product-labels .product-label {
  padding: 5px 11px;
  margin-bottom: 5px;
}
.product-labels .product-label.new-label {
  background-color: #62b959;
}
.product-labels .product-label.sale-label {
  background-color: #e27c7c;
}
.products-grid .product-item .box-tocart input.qty {
  height: 32px;
  padding: 0 9px;
}
.products-grid .owl-carousel .product-item {
  width: auto;
  float: none;
}
.product-item-info .product-reviews-summary {
  background: 0 0;
  margin: 0 auto 0.625rem;
  height: 1px;
  position: relative;
  display: table;
}
.product-item-info .product-item-details .price-box {
  margin-bottom: 1rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
}
.product-item-info .product-item-details .product-item-actions {
  white-space: nowrap;
  font-size: 1em;
  margin-bottom: 1.0714em;
}
.product-item-info .product-item-details .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.product-item-info .product-item-details .product-item-actions .actions-secondary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s;
}
.product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
  left: -36px;
  visibility: hidden;
  opacity: 0;
}
.product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare {
  right: -36px;
  visibility: hidden;
  opacity: 0;
}
.product-item-info .product-item-details .product-item-actions .tocart {
  border-radius: 0;
  color: #333;
  background-color: #fff;
  border-color: #ddd;
  line-height: 34px;
  padding: 0 0.625rem;
  font-size: 0.75rem;
  height: 36px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-item-info .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  opacity: 1;
}
.product-item-info.type1 .product-item-inner {
  display: flex;
  justify-content: center;
}
.product-item-info.type3,
.product-item-info.type5,
.product-item-info.type6 {
  text-align: right;
}
.product-item-info.type3 .product.name,
.product-item-info.type5 .product.name,
.product-item-info.type6 .product.name {
  padding-left: 20px;
}
.product-item-info.type3 .product-reviews-summary,
.product-item-info.type5 .product-reviews-summary,
.product-item-info.type6 .product-reviews-summary {
  margin: 0 0 0.55rem;
  display: table;
}
.product-item-info.type3 .product-item-actions .actions-primary .tocart,
.product-item-info.type5 .product-item-actions .actions-primary .tocart,
.product-item-info.type6 .product-item-actions .actions-primary .tocart,
.product-item-info.type3 .product-item-actions .tocompare,
.product-item-info.type5 .product-item-actions .tocompare,
.product-item-info.type6 .product-item-actions .tocompare {
  position: absolute;
  left: 15px;
  top: 15px;
  visibility: hidden;
  opacity: 0;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 30px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 34px;
  z-index: 3;
  transition: 0.25s;
}
.product-item-info.type3 .product-item-actions .actions-primary .tocart::before,
.product-item-info.type5 .product-item-actions .actions-primary .tocart::before,
.product-item-info.type6 .product-item-actions .actions-primary .tocart::before,
.product-item-info.type3 .product-item-actions .tocompare::before,
.product-item-info.type5 .product-item-actions .tocompare::before,
.product-item-info.type6 .product-item-actions .tocompare::before {
  font-weight: 600;
  font-size: 0.9375rem;
  display: block;
}
.product-item-info.type3 .product-item-actions .actions-primary .tocart:hover,
.product-item-info.type5 .product-item-actions .actions-primary .tocart:hover,
.product-item-info.type6 .product-item-actions .actions-primary .tocart:hover,
.product-item-info.type3 .product-item-actions .tocompare:hover,
.product-item-info.type5 .product-item-actions .tocompare:hover,
.product-item-info.type6 .product-item-actions .tocompare:hover {
  color: #fff;
}
.product-item-info.type3 .product-item-actions .actions-primary .tocart,
.product-item-info.type5 .product-item-actions .actions-primary .tocart,
.product-item-info.type6 .product-item-actions .actions-primary .tocart {
  left: 56px;
}
.product-item-info.type3 .product-item-actions .towishlist,
.product-item-info.type5 .product-item-actions .towishlist,
.product-item-info.type6 .product-item-actions .towishlist {
  background: 0 0;
  border: 0;
  opacity: 0.7;
  position: absolute;
  left: 0;
  bottom: -44px;
  width: 1.4em;
  z-index: 3;
  visibility: visible;
}
.product-item-info.type3 .product-item-actions .towishlist:hover,
.product-item-info.type5 .product-item-actions .towishlist:hover,
.product-item-info.type6 .product-item-actions .towishlist:hover {
  opacity: 1;
}
.product-item-info.type3 .product-item-actions .qty-box,
.product-item-info.type5 .product-item-actions .qty-box,
.product-item-info.type6 .product-item-actions .qty-box {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.product-item-info.type3:hover .product-item-actions .actions-primary .tocart,
.product-item-info.type5:hover .product-item-actions .actions-primary .tocart,
.product-item-info.type6:hover .product-item-actions .actions-primary .tocart,
.product-item-info.type3:hover .product-item-actions .tocompare,
.product-item-info.type5:hover .product-item-actions .tocompare,
.product-item-info.type6:hover .product-item-actions .tocompare {
  visibility: visible;
  opacity: 1;
}
.product-item-info.type4 {
  text-align: left;
}
.product-item-info.type4 .product-reviews-summary {
  margin: 0 0 0.625rem;
}
.product-item-info.type4 .product-item-actions .towishlist,
.product-item-info.type4 .product-item-actions .tocompare {
  color: #333;
  border: 1px solid #ddd;
  background-color: #fff;
}
.product-item-info.type4 .product-item-actions .towishlist:hover,
.product-item-info.type4 .product-item-actions .tocompare:hover {
  border-color: #08c;
  background-color: #08c;
  color: #fff;
}
.product-item-info.type4 .product-item-actions .towishlist,
.product-item-info.type4 .product-item-actions .tocompare {
  left: 0 !important;
  right: 0 !important;
  opacity: 0;
}
.product-item-info.type4 .qty-box {
  margin: 0 0 6px;
}
.product-item-info.type4:hover .towishlist,
.product-item-info.type4:hover .tocompare {
  opacity: 1;
}
.product-item-info.type5 .product-item-details {
  padding-left: 10px;
  padding-right: 10px;
}
.product-item-info.type5 .product-item-actions .towishlist {
  left: 10px;
}
.products-grid.divider-line .product-item-info.type6 {
  padding-top: 0;
  padding-bottom: 0;
}
.products-grid.divider-line .product-item-info.type6 .product-item-inner {
  margin: 0;
  visibility: visible;
  opacity: 1;
}
.products-grid.divider-line .product-item-info.type6 .product-item-photo {
  margin-bottom: 0;
}
.product-item-info.type6 .product-item-details {
  padding: 15px 15px 1px;
}
.product-item-info.type6 .product-item-actions .towishlist {
  left: 15px;
}
.product-item-info.type6 .weltpixel-quickview.weltpixel_quickview_button_v2 {
  left: 15px;
  right: 15px;
  width: auto;
}
.product-item-info.type6 .qty-box {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.product-item-info.type6:hover .product-item-photo {
  box-shadow: none;
}
.product-item-info.type7 .product-item-photo {
  margin: 0;
}
.product-item-info.type7 .product-item-inner {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: right;
  padding: 15px;
}
.product-item-info.type7 .product-item-actions > .action {
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 30px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.product-item-info.type7 .product-item-actions > .action.towishlist {
  left: 56px;
}
.product-item-info.type7 .product-item-actions > .action::before {
  font-size: 1rem;
}
.product-item-info.type7 .product-item-actions > .action:hover {
  color: #fff;
  background-color: #08c;
}
.product-item-info.type7 .product-item-actions > .actions-primary {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 3;
}
.product-item-info.type7 .product-item-actions > .actions-primary .tocart {
  width: 100%;
  background-color: #f4f4f4;
  border: 0;
  color: #333;
  padding: 0 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
  white-space: nowrap;
  height: 45px;
  transition: all 0.3s;
  letter-spacing: 0;
}
.product-item-info.type7 .product-item-actions > .actions-primary .tocart::before {
  display: none;
}
.product-item-info.type7 .product-item-actions > .actions-primary .tocart > span {
  display: inline-block;
}
.product-item-info.type7 .product-item-actions > .actions-primary .tocart:hover {
  background-color: #08c;
  color: #fff;
}
.product-item-info.type7 .weltpixel-quickview.weltpixel_quickview_button_v2 {
  width: 50%;
  height: 45px;
  line-height: 45px;
}
.product-item-info.type7 .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  opacity: 1;
}
.product-item-info.type7 .product-item-details {
  position: absolute;
  bottom: 45px;
  z-index: 3;
  background-color: #fff;
  width: 100%;
  text-align: left;
  padding: 15px 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.product-item-info.type7 .qty-box {
  display: none;
}
.product-item-info.type7 .product-reviews-summary {
  margin: 0 0 0.625rem;
}
.product-item-info.type7:hover .product-item-photo {
  box-shadow: none;
}
.product-item-info.type7:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
  padding: 0;
}
.product-item-info.type7:hover .product-item-details,
.product-item-info.type7:hover .product-item-actions > .action,
.product-item-info.type7:hover .product-item-actions > .actions-primary {
  visibility: visible;
  opacity: 1;
}
.product-item-info.type8 .product-item-photo {
  margin: 0;
}
.product-item-info.type8 .price-box .price,
.product-item-info.type8 .product.name a {
  color: #fff;
}
.product-item-info.type8 .product-reviews-summary {
  height: auto;
}
.product-item-info.type8 .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #fff;
}
.product-item-info.type8 .product-reviews-summary .rating-summary .rating-result:before {
  color: rgba(255, 255, 255, 0.6);
}
.product-item-info.type8 .weltpixel-quickview.weltpixel_quickview_button_v2 {
  right: 0;
  left: 0;
  line-height: 32px;
  transition: none;
}
.product-item-info.type8 .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  opacity: 1;
}
.product-item-info.type8 .product-item-actions > .action,
.product-item-info.type8 .product-item-actions > .actions-primary .tocart {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  background-color: #4d4d4a;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  width: 36px;
  height: 36px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.product-item-info.type8 .product-item-actions > .action::before,
.product-item-info.type8 .product-item-actions > .actions-primary .tocart::before {
  font-weight: 600;
  font-size: 0.9375rem;
  display: block;
}
.product-item-info.type8 .product-item-actions > .actions-primary .tocart {
  left: 97px;
}
.product-item-info.type8 .product-item-actions > .action.towishlist {
  left: 56px;
}
.product-item-info.type8 .product-item-details {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(27, 27, 23, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.product-item-info.type8 .product-item-photo {
  margin-bottom: 0;
}
.product-item-info.type8 .product-item-photo .qty-box {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.product-item-info.type8:hover .product-item-photo {
  box-shadow: none;
}
.product-item-info.type8:hover .product-item-actions > .action,
.product-item-info.type8:hover .product-item-actions > .actions-primary .tocart {
  visibility: visible;
  opacity: 0.85;
}
.product-item-info.type8:hover .product-item-actions > .action:hover,
.product-item-info.type8:hover .product-item-actions > .actions-primary .tocart:hover {
  opacity: 1;
}
.product-item-info.type8:hover .product-item-details {
  opacity: 1;
  visibility: visible;
}
.product-item-info.type9 .product-item-details {
  text-align: right;
}
.product-item-info.type9 .product-reviews-summary {
  margin: 0 0 0.625rem;
}
.product-item-info.type9 .product-item-actions > .action,
.product-item-info.type9 .product-item-actions > .actions-primary .tocart {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  color: #333;
  width: 36px;
  height: 36px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.product-item-info.type9 .product-item-actions > .action::before,
.product-item-info.type9 .product-item-actions > .actions-primary .tocart::before {
  font-weight: 600;
  font-size: 0.9375rem;
  display: block;
}
.product-item-info.type9 .product-item-actions > .action:hover,
.product-item-info.type9 .product-item-actions > .actions-primary .tocart:hover {
  background-color: #08c;
  color: #fff;
}
.product-item-info.type9 .product-item-actions > .actions-primary .tocart {
  left: 97px;
}
.product-item-info.type9 .product-item-actions > .action.towishlist {
  left: 56px;
}
.product-item-info.type9 .product-item-photo .qty-box {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.product-item-info.type9:hover .product-item-actions > .action,
.product-item-info.type9:hover .product-item-actions > .actions-primary .tocart {
  visibility: visible;
  opacity: 0.85;
}
.product-item-info.type9:hover .product-item-actions > .action:hover,
.product-item-info.type9:hover .product-item-actions > .actions-primary .tocart:hover {
  opacity: 1;
}
.product-item-info.type10 .product-item-inner {
  display: flex;
  justify-content: center;
}
.product-item-info.type10 .product-item-actions .towishlist,
.product-item-info.type10 .product-item-actions .tocompare {
  display: none;
}
.product-item-info.type10 .qty-box {
  display: inline-flex;
  position: relative;
  text-align: right;
  vertical-align: middle;
}
.product-item-info.type10 .qty-box .qty {
  -moz-appearance: textfield;
  text-align: center;
  width: 2.5em;
  height: 36px;
  box-shadow: none;
  border-radius: 0;
  font-family: Poppins, sans-serif;
  color: #222529;
  line-height: 1.42857;
  padding: 8px 0;
  font-size: 0.85rem;
}
.product-item-info.type10 .qty-box .qtyminus,
.product-item-info.type10 .qty-box .qtyplus {
  position: relative;
  width: 2em;
  height: 36px;
  line-height: 1;
  border: 1px solid;
  padding: 0;
  outline: none;
  text-indent: -9999px;
}
.product-item-info.type10 .qty-box .qtyminus:before,
.product-item-info.type10 .qty-box .qtyplus:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 9px;
  border-top: 1px solid;
  margin-top: -0.5px;
  margin-right: -4.5px;
}
.product-item-info.type10 .qty-box .qtyminus,
.product-item-info.type10 .qty-box .qtyplus {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.09);
}
.product-item-info.type10 .qty-box .qtyminus:not(:hover),
.product-item-info.type10 .qty-box .qtyplus:not(:hover) {
  color: #222529;
}
.product-item-info.type10 .qty-box .qtyminus {
  right: 1px;
}
.product-item-info.type10 .qty-box .qtyplus {
  right: -1px;
}
.product-item-info.type10 .qty-box .qtyplus:after {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  height: 9px;
  border-right: 1px solid;
  margin-top: -4.5px;
  margin-right: -0.5px;
}
.product-item-info.type11 .product-item-name {
  text-align: right;
}
.product-item-info.type11 .product-item-photo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 23, 0.3);
  transition: 0.25s;
  z-index: 2;
}
.product-item-info.type11 .price-box .price,
.product-item-info.type11 .product.name a,
.product-item-info.type11 .product.name a:hover {
  color: #fff;
}
.product-item-info.type11 .product-reviews-summary {
  margin-left: 0;
  margin-right: 0;
  height: auto;
}
.product-item-info.type11 .product-reviews-summary .rating-summary .rating-result:before {
  color: rgba(255, 255, 255, 0.6);
}
.product-item-info.type11 .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #fff;
}
.product-item-info.type11 .weltpixel-quickview.weltpixel_quickview_button_v2 {
  position: absolute;
  right: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  padding: 0.1rem 1.5rem;
  font-size: 13px;
  width: auto;
  line-height: 34px;
  border-radius: 30px!important;
  border: 2px solid #fff;
  background-color: #4d4d4a !important;
  transform: translate3d(-50%, -50%, 0);
}
.product-item-info.type11 .product-item-inner {
  position: absolute;
  right: auto;
  left: 15px;
  bottom: auto;
  top: 15px;
  visibility: visible;
  opacity: 0;
  z-index: 3;
}
.product-item-info.type11 .product-item-inner .product-item-actions > .action,
.product-item-info.type11 .product-item-inner .product-item-actions > .actions-primary .tocart {
  background-color: #4d4d4a;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  width: 36px;
  height: 36px;
  opacity: 0.85;
  transition: all 0.3s;
}
.product-item-info.type11 .product-item-inner .product-item-actions > .action:hover,
.product-item-info.type11 .product-item-inner .product-item-actions > .actions-primary .tocart:hover {
  opacity: 1;
}
.product-item-info.type11 .product-item-inner .product-item-actions > .action:before {
  font-size: 15px;
  line-height: 32px;
}
.product-item-info.type11 .porto-icon-eye {
  display: none;
}
.product-item-info.type11 .product.details.product-item-details {
  position: absolute!important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  padding: 0 20px 10px;
}
.product-item-info.type11 .product-item-photo .qty-box {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.product-item-info.type11:hover .product-item-photo {
  box-shadow: none;
}
.product-item-info.type11:hover .product-item-photo:after {
  background-color: rgba(27, 27, 23, 0.7);
}
.product-item-info.type11:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
  visibility: visible;
  opacity: 0.85;
  padding: 0.1rem 1.5rem;
}
.product-item-info.type11:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  opacity: 1;
}
.product-item-info.type11:hover .product-item-inner {
  opacity: 1;
  visibility: visible;
}
.product-item-info.type11:hover .product.details.product-item-details {
  opacity: 1;
  visibility: visible;
}
.product-item-info.type12 {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 10px 20px;
  background: #fff;
}
.product-item-info.type12 a.weltpixel-quickview {
  display: none !important;
}
.product-item-info.type12 .product-item-photo {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  margin: 0;
}
.product-item-info.type12 .product-item-photo > a {
  display: block;
  position: relative;
}
.product-item-info.type12 .product-item-details {
  flex: 0 0 50%;
  max-width: 50%;
}
.product-item-info.type12 .product-reviews-summary {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.525rem;
}
.product-item-info.type12:hover .product-item-photo {
  box-shadow: none;
}
.product-item-info.type12:hover .product-item-photo > a:before {
  display: none;
}
.product-item-info:hover .product-item-photo {
  box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}
.product-item-info:hover .product-item-details .product-item-actions .actions-secondary.towishlist {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.product-item-info:hover .product-item-details .product-item-actions .actions-secondary.tocompare {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.product-item-info:hover .product-item-details .product-item-actions .tocart {
  background-color: #08c;
  border-color: #08c;
  color: #fff;
}
.product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
  padding: 0.45rem 0;
  opacity: 0.85;
  visibility: visible;
}
.product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
  opacity: 1;
}
.owl-carousel .product-item-info .product-reviews-summary {
  display: flex;
  justify-content: flex-end;
}
.price-container .price {
  font-size: 2rem;
  color: #444;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.products-list .product-item {
  display: block;
  width: 100%;
  padding: 0 10px;
}
.products-list .product-item-info {
  display: flex;
  align-items: center;
}
.products-list .product-item-info:after {
  display: table;
  content: '';
  clear: both;
}
.products-list .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.products-list .product-item-photo {
  flex: 0 0 250px;
  margin: 0 0 0 20px;
}
.products-list .product-item-details {
  flex: 1 1 auto;
  max-width: calc(100% - (250px));
  padding-bottom: 1px;
  text-align: right;
}
.products-list .product-item-details .product-item-name a {
  font-size: 1.2857em;
  font-weight: 600;
}
.products-list .product-item-details .actions-primary {
  display: inline-block;
}
.products-list .product-item-details .actions-secondary {
  margin-right: 2px;
  right: 0 !important;
  left: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.products-list .product-item-details .weltpixel-quickview {
  display: none;
}
.products-list .product-item .product-reviews-summary {
  background: none;
  margin-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 100%/3;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 100%/3;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-right-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-right-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-5np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
}
@media (min-width: 992px) {
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 100%/3;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: right;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-right-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
}
.page-products .columns {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.toolbar {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-left: -10px;
  font-size: 13px;
  text-align: center;
}
.toolbar > * {
  margin: 0 0 10px 10px;
}
.toolbar select {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1em;
  padding: 0 8px 0 25px;
  box-shadow: none;
  border: 1px solid #e4e4e4;
  height: 34px;
  border-radius: 0;
}
.toolbar-amount {
  position: static;
  display: block;
  float: right;
  line-height: 14px;
  padding: 6px 0;
  margin: 0;
  vertical-align: middle;
  text-align: right;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar {
  text-align: center;
  border-top: 1px solid #e7e7e7;
  padding-top: 25px;
  margin: 0;
  border-bottom: none;
}
.products.wrapper ~ .toolbar .pages {
  display: block;
  margin-left: 0;
  order: 2;
  margin-right: auto;
  margin-bottom: 15px;
}
.products.wrapper ~ .toolbar .limiter {
  margin-bottom: 15px;
}
.products.wrapper ~ .toolbar .sorter,
.products.wrapper ~ .toolbar .modes {
  display: none;
}
.products.wrapper ~ .toolbar a.porto-product-filters-toggle {
  display: none !important;
}
.toolbar a.porto-product-filters-toggle {
  -webkit-align-items: center;
  align-items: center;
  height: 36px;
  background: #fff;
  padding: 0 3px 0 10px;
  text-transform: uppercase;
  color: inherit;
  border: 1px solid #e7e7e7;
}
.toolbar a.porto-product-filters-toggle svg {
  fill: #fff;
  stroke: #222529;
  width: 28px;
}
.page-layout-1column .toolbar a.porto-product-filters-toggle {
  display: none !important;
}
.toolbar.sticky {
  position: fixed!important;
  z-index: 8;
  right: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 20px;
  border-bottom: 1px solid #e7e7e7;
  transition: right 0.3s;
}
.sidebar-opened .toolbar.sticky {
  right: 260px;
}
.onepage-category .toolbar.sticky {
  right: 80px;
  width: calc(100% - (80px));
}
.sorter {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.page-products .sorter {
  position: static;
}
.sorter-label {
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 0 7px;
  vertical-align: middle;
}
.sorter-label::after {
  content: ':';
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #08c;
  content: '\f840';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #08c;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  vertical-align: top;
}
.sorter-action.sort-desc:before {
  content: '\f842';
}
.modes {
  display: flex;
  align-items: center;
}
.modes > a {
  text-decoration: none;
}
.modes-mode {
  font-size: 1rem;
  width: 1.2em;
  height: 1.2em;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  transition: 0.25s;
  margin-left: 0.25rem;
  margin-top: 2px;
  display: inline-block;
  text-decoration: none;
}
.modes-mode:last-child {
  margin-left: 0;
}
.modes-mode.active,
.modes-mode:hover {
  color: #08c;
}
.modes-mode:not(.active) {
  color: #000;
}
.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: inherit;
  line-height: inherit;
  color: inherit;
  content: '\f839';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes-mode:before {
  display: block;
  overflow: visible;
}
.mode-list:before {
  content: '\f83a';
}
.limiter {
  display: flex;
  align-items: center;
}
.limiter-options {
  width: auto;
  margin: 0;
}
.limiter .label {
  margin: 0 0 0 7px;
  vertical-align: middle;
}
.limiter .label span::after {
  content: ':';
}
.limiter .control {
  display: inline-block;
}
.limiter .limiter-text {
  display: none;
}
@media (max-width: 991px) {
  .toolbar {
    font-size: 11px;
    letter-spacing: -0.025em;
    font-weight: 600;
    color: #222529;
    margin-bottom: 20px;
    background: #f4f4f4;
    padding: 10px 12px 0 2px;
    margin-right: 0;
  }
  .toolbar select {
    text-transform: uppercase;
    height: 36px;
    max-width: 140px;
    letter-spacing: inherit;
    font-weight: inherit;
    color: #222529;
  }
  .toolbar .sorter-label,
  .toolbar .limiter .label {
    font-weight: inherit;
  }
  .products.wrapper ~ .toolbar {
    background: none;
    margin: 0;
    padding: 0;
    padding-top: 25px;
    font-size: 13px;
    font-weight: 400;
    color: inherit;
    letter-spacing: normal;
    position: static !important;
  }
  .products.wrapper ~ .toolbar select {
    height: 34px;
    max-width: auto;
    color: inherit;
  }
}
@media (max-width: 575px) {
  .toolbar .modes,
  .toolbar .sorter-label,
  .toolbar .limiter .label {
    display: none;
  }
}
.action.tocompare:before {
  content: '\f83b';
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
.price-box .price {
  font-weight: 600;
}
.old-price,
.old.price {
  color: #a7a7a7;
}
.old-price {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.2143em;
}
.old-price .price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}
.old-price .price-label {
  display: none;
}
.special-price {
  display: inline-block;
  vertical-align: baseline;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ":";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ":";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 1em;
  word-wrap: break-word;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  height: auto;
  width: 100%;
}
.product-image-photo.default_image {
  position: static;
}
.product-image-photo.hover_image {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 0;
}
.product-item-photo:hover .product-image-photo.hover_image {
  visibility: visible;
  opacity: 1;
}
.catalog-product-view .page-main {
  padding-bottom: 0;
}
.product.media {
  margin-top: 0;
  margin-bottom: 2rem;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 0.5em 0;
  color: #c1c1c1;
  font-size: 1em;
}
.product.media .product.thumbs {
  margin: 0.5em 0 1.25em;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 50px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 0.25em 0.5em 0.25em;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 0 0.5em 1.5em;
}
.fieldset > .field.qty,
.nested.options-list > .field.qty {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 15px;
}
.fieldset > .field.qty > .label,
.nested.options-list > .field.qty > .label {
  display: none;
}
.fieldset > .actions {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.input-text.qty {
  border-radius: 3px;
}
.product-info-main {
  margin-bottom: 2rem;
}
.product-info-main .page-title-wrapper {
  max-width: calc(100% - (52px));
}
.product-info-main .page-title-wrapper h1 {
  font-size: 1.875rem;
  line-height: 1.2;
  color: #222529;
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 0.2em;
}
.product-info-main .product-reviews-summary {
  color: #999;
  margin-bottom: 1.4286em;
  margin-top: 0;
  font-size: 0.9286em;
}
.product-info-main .product-reviews-summary:after {
  content: '';
  display: block;
  width: 40px;
  border-top: 2px solid #e7e7e7;
  margin: 1rem 0 1.25rem;
}
.product-info-main .product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.7143em;
  font-size: 13px;
  top: 1px;
}
.product-info-main .product-reviews-summary .rating-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.7143em;
  font-size: 13px;
  top: -2px;
  position: relative;
}
.product-info-main .product-reviews-summary .rating-summary .rating-summary .rating-result {
  width: 78px;
}
.product-info-main .product-reviews-summary .rating-summary .rating-summary .rating-result:before,
.product-info-main .product-reviews-summary .rating-summary .rating-summary .rating-result > span:before {
  font-size: 15px;
  line-height: 15px;
  height: 15px;
  color: #ff5b5b;
}
.product-info-main .product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: middle;
}
.product-info-main .product-reviews-summary .reviews-actions a {
  color: inherit;
  padding: 0 0.7143em;
  position: relative;
}
.product-info-main .product-reviews-summary .reviews-actions a:first-child {
  padding-left: 0;
}
.product-info-main .product-reviews-summary .reviews-actions a:not(:last-child)::after {
  content: '';
  border-left: 2px solid #ccc;
  width: 1px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}
.product-info-main .product-reviews-summary.empty .reviews-actions:before {
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: inline-block;
  vertical-align: middle;
  font-family: porto-icons;
  color: #c3c5c9;
  letter-spacing: 0.2em;
  font-size: 14px;
  line-height: 13px;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ": ";
}
.product-info-main .product-info-stock-sku {
  clear: both;
  font-size: 0.8571em;
  text-transform: uppercase;
  margin: 1.2143em 0;
}
.product-info-main .product-info-stock-sku > * {
  display: block;
  margin-bottom: 0.25rem;
}
.product-info-main .stock span + span {
  color: #222529;
  font-weight: 700;
}
.product-info-main .product.sku {
  word-wrap: break-word;
}
.product-info-main .product-add-form {
  clear: both;
}
.product-info-main .product.sku .type {
  font-weight: inherit;
}
.product-info-main .product.sku .type::after {
  content: ':';
}
.product-info-main .product.sku .value {
  display: inline-block;
  color: #222529;
  font-weight: 700;
}
.product-info-main .product.overview {
  font-size: 1.1428em;
  line-height: 1.6875;
  letter-spacing: -0.015em;
}
.product-info-main .product.alert {
  margin: 0.5em 0;
}
.product-info-main .product.detailed {
  margin-top: 15px;
}
.product-add-form .box-tocart {
  padding: 1.25rem 0 1rem;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1em;
  margin: 0;
}
.product-social-links .share-links a {
  font-size: 13px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin: 0.2857em 0 0.2857em 0.1em;
}
.product-social-links .share-links a:not(:hover) {
  background: none;
  color: #222529;
  border: 2px solid #e7e7e7;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 1.4rem;
  float: none;
  padding: 0;
  margin: 0 0 8px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1em;
  margin: 0 0 0 0.25em;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 0.25em;
}
.product-options-wrapper .swatch-attribute-label {
  font-size: 0.8571em;
  text-transform: uppercase;
  line-height: 32px;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.product-options-wrapper .swatch-attribute-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  min-width: 72px;
  font-size: 0.8571em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 32px;
  white-space: nowrap;
  padding: 2px 0 8px;
  margin: 0;
}
.product-options-wrapper .swatch-attribute-label::after {
  content: ':';
}
.product-options-wrapper .swatch-attribute-selected-option {
  display: none;
}
.product-options-wrapper .swatch-attribute-options {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 8px 8px;
}
.product-options-wrapper .swatch-opt {
  margin: 0;
}
.product-options-bottom,
.product-info-price {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #222529;
  margin-bottom: 1.25rem;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
}
.product-options-bottom .price-box .price-label,
.product-info-price .price-box .price-label {
  display: none;
}
.product-options-bottom .price-box .price,
.product-info-price .price-box .price {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  color: #a7a7a7;
  font-size: 0.8em;
  margin-left: 0.2143em;
  letter-spacing: 0;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
  color: #a7a7a7;
}
.product-options-bottom .price-box .old-price .price-container > span.price-label,
.product-info-price .price-box .old-price .price-container > span.price-label {
  display: none;
}
.product-options-bottom .price-box .old-price .price,
.product-info-price .price-box .old-price .price {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.product-options-bottom .box-tocart,
.product-info-price .box-tocart {
  margin: 0;
}
.product-options-bottom {
  font-size: 1em;
}
.product-options-bottom .product-addto-links {
  display: flex;
}
.page-product-bundle .product-options-bottom,
.page-product-downloadable .product-options-bottom {
  border: none;
  margin: 0;
  padding: 0;
}
.box-tocart .field.qty {
  margin-left: 0.5rem;
  margin-bottom: 5px;
  position: relative;
}
.box-tocart .actions {
  margin: 0 4px 5px 0;
}
.box-tocart .action.tocart {
  height: 3rem;
  padding: 0 2em;
  margin-bottom: 0;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: -0.015em;
  font-weight: 700;
  line-height: 3rem;
  border: none;
  background: #222529;
}
.box-tocart .action.tocart:before {
  display: inline-block;
  content: "\e8ba";
  font-family: "porto-icons";
  margin-left: 0.5rem;
  font-size: 1.125rem;
}
.product-social-links {
  margin: 15px 0 0;
  text-align: right;
}
.product-social-links > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.product-social-links .product-addto-links .action {
  border-radius: 40px;
  border: 2px solid #e7e7e7;
  color: #222529;
  margin: 0.2857em 0 0.2857em 0.1em;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 29px;
  letter-spacing: normal;
}
.product-social-links .product-addto-links .action::before {
  font-size: 15px;
}
.moved-add-to-links {
  display: inline-block;
  vertical-align: top;
}
.product-addto-links .action span,
.moved-add-to-links .action span,
.product-social-links .action span {
  display: none;
}
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before {
  content: '\f83b';
}
.product-addto-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.mailto.friend {
  color: #999;
  border-color: #999;
}
.product-addto-links a.action:before,
.moved-add-to-links a.action:before,
.product-social-links a.action:before {
  line-height: 30px;
}
.product-addto-links .action {
  margin-right: 5px;
  border-radius: 0;
}
.prices-tier {
  margin-bottom: 0.75em;
}
.prices-tier .item {
  margin-bottom: 0.5em;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
  display: block;
}
.ui-dialog-titlebar-close {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #08c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #08c;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #08c;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #08c;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #08c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.qty.field .control,
.col.qty .control {
  position: relative;
  width: 104px;
  display: flex;
  justify-content: center;
}
.qty.field .input-text.qty,
.col.qty .input-text.qty {
  width: 44px;
  height: 3rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 14px;
  border-radius: 0;
  border-width: 1px 0 1px 0;
  border-color: #e7e7e7;
  padding: 0 5px;
  color: #222529;
}
.qty.field .qty-changer > a,
.col.qty .qty-changer > a {
  display: block;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  margin-top: 0;
  color: #222529;
  position: absolute;
  top: 0;
  right: 0;
  height: 3rem;
  line-height: 3rem;
  width: 30px;
}
.qty.field .qty-changer > a:first-child,
.col.qty .qty-changer > a:first-child {
  left: 0;
  right: auto;
}
.qty.field .qty-changer > a:hover,
.col.qty .qty-changer > a:hover {
  color: #08c;
}
.qty.field .qty-changer > a i,
.col.qty .qty-changer > a i {
  display: none;
}
.qty.field .qty-changer > a::before,
.col.qty .qty-changer > a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  border-top: 1px solid;
  margin-top: -0.5px;
  margin-left: -4.5px;
}
.qty.field .qty-changer > a.qty-inc:after,
.col.qty .qty-changer > a.qty-inc:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 9px;
  border-left: 1px solid;
  margin-top: -4.5px;
  margin-left: -0.5px;
}
.fotorama__nav .fotorama__thumb-border {
  border-color: #222529;
}
.block.upsell {
  padding-top: 40px;
}
.owl-carousel.product-image-carousel {
  margin-bottom: 0;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main,
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product.media {
  width: 100% !important;
  padding: 0;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product.media {
  margin-bottom: 2em;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product.media .product-image-slider.owl-carousel {
  margin-bottom: 0;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper {
  display: inline-block;
  width: auto;
  margin: 0;
  vertical-align: middle;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper h1 {
  margin: 0;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .prev-next-products {
  position: relative;
  float: left;
  margin: 5.7px 10px 0;
  right: 0;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-reviews-summary {
  margin-top: 15px;
  margin-bottom: 20px;
  height: 42px;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-reviews-summary .rating-summary {
  top: -1px;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-info-price {
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 40px;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product.overview {
  clear: both;
  padding-top: 25px;
  border-top: 1px solid #e7e7e7;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-info-stock-sku {
  margin-bottom: 20px;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-add-form {
  position: relative;
  border-top: 1px solid #e7e7e7;
  padding-top: 1.25rem;
  text-align: right;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart {
  padding: 0;
  border: none;
  margin: 0;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart .field.qty {
  display: inline-flex;
  text-align: right;
  margin-left: 20px;
  margin-right: 0;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart .field.qty label {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #222529;
  line-height: 23px;
  margin: 0;
  text-transform: uppercase;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart .field.qty .qty-changer > a {
  height: 24px;
  border: none;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart .field.qty .input-text.qty {
  width: 36px;
  border-width: 1px 1px 1px 1px;
  font-size: 13px;
  background: #f4f4f4;
  height: 24px;
  font-family: inherit;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-wrapper {
  display: inline-block;
  vertical-align: middle;
  min-width: 45%;
  text-align: right;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-wrapper .swatch-attribute {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-wrapper .swatch-attribute-label {
  min-width: auto;
  padding-left: 1em;
  text-align: right;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-social-links {
  display: inline-block;
  margin: 0;
  width: auto;
}
.product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-social-links > *:last-child {
  margin-left: 0;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .page-main {
  max-width: 100% !important;
  width: 100%;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper h1 {
  font-size: 30px;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background: none;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .fotorama__stage {
  left: 0!important;
  max-width: 100%;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .fotorama__thumb {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  padding: 20px;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .fotorama__stage__shaft.fotorama__grab {
  max-width: 100% !important;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: auto;
  margin: 0;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links .product-share {
  margin: 0;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links .share-links a {
  display: block;
  margin: 0 auto 2px;
  border-radius: 0;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .prev-next-products {
  margin-left: 40px;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-info-price {
  font-size: 25px;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-options-bottom {
  margin-bottom: 40px;
}
.product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .block.upsell {
  padding-top: 0;
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .short-custom-block {
  margin-bottom: 2em;
}
.product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product-social-links {
  margin-bottom: 40px;
  margin-top: 0;
}
.product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed {
  clear: both;
  background: #f4f4f4;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed:before,
.product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed:after {
  content: '';
  position: absolute;
  width: 30vw;
  height: 100%;
  top: 0;
  background: inherit;
}
.product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed::before {
  right: 100%;
}
.product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed::after {
  left: 100%;
}
.sidebar .product-items-images {
  margin-right: -0.25em;
}
.sidebar .product-items-images .product-item {
  float: right;
  padding-right: 0.25em;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 0.5em;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
  vertical-align: middle;
}
.sidebar .product-items-names .product-item-name > a {
  margin-bottom: 0;
}
body.catalog-product-compare-index .action.print {
  float: left;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  overflow-x: auto;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th.info,
.table-wrapper.comparison .table-comparison > tbody > tr > td.info {
  background-color: transparent;
}
.table-wrapper.comparison .table-comparison > thead > tr > th {
  border-bottom: 0;
}
.table-wrapper.comparison .product-image-container {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-left: 1px solid #e7e7e7;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #e7e7e7;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1em;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-right: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 0.25em 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.table-comparison .actions-primary,
.table-comparison .actions-secondary {
  display: inline-block;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: auto;
  background: #fff;
}
.sidebar .product-item .tocart {
  border-radius: 3px;
}
.block-compare .product-item .product-item-name {
  margin-right: 22px;
}
.block-compare .action.delete {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.sticky-product {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 5;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  padding: 55px 0 15px 0;
}
.sticky-product.no-sticky-header {
  padding: 15px 0;
}
.sticky-product > .container {
  position: relative;
  display: flex;
  align-items: center;
}
.sticky-product .sticky-image,
.sticky-product .sticky-detail {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.sticky-product .sticky-detail .product-name-area {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-left: 15px;
}
.sticky-product .sticky-detail .product-name-area .product-name {
  line-height: 25px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.sticky-product .sticky-detail .availability span {
  font-size: 14px;
  font-weight: 400;
}
.sticky-product .product-info-price {
  margin-bottom: 6px;
}
.sticky-product .product-info-price .price-box .old-price .price-container .price {
  color: #999;
  font-size: 18px;
}
.sticky-product .product-info-stock-sku {
  min-width: 150px;
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
  padding-right: 10%;
  color: #777;
}
.sticky-product .stock {
  margin: 0;
}
.sticky-product .stock.available,
.sticky-product .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.sticky-product .product.attibute.sku {
  word-wrap: break-word;
}
.sticky-product .product.attibute.sku .type {
  font-weight: normal;
  margin-left: 4.5px;
}
.sticky-product .product.attibute.sku .type:after {
  content: '#:';
}
.sticky-product .product.attibute.sku .value {
  display: inline-block;
}
.sticky-product .actions {
  margin: 0;
  margin-left: auto;
}
.sticky-product .actions .action.primary {
  min-width: 150px;
}
.layout-fullwidth .sticky-product > .container {
  max-width: 100%;
}
.prev-next-products {
  float: left;
  display: flex;
  align-items: center;
  margin-top: calc(1.125rem - 14px);
  position: relative;
}
.prev-next-products a {
  font-size: 16px;
  width: 28px;
  height: 28px;
  line-height: 23px;
  border: 2px solid #e7e7e7;
  border-radius: 14px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #222529;
}
.prev-next-products a:hover {
  color: inherit;
}
.prev-next-products .product-nav {
  margin-right: 0.125rem;
}
.prev-next-products .product-nav em:before {
  content: "\e819";
  -webkit-font-smoothing: inherit;
}
.prev-next-products .product-nav .product-pop {
  border-top: 3px solid #222529;
  position: absolute;
  left: 0;
  top: 31px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 5px 8px rgb(0 0 0 / 15%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  text-align: center;
  width: 110px;
  min-height: 100px;
  font-size: 0.9286em;
}
.prev-next-products .product-nav .product-pop:before {
  content: "";
  width: 5px;
  height: 2px;
  border: 5px solid transparent;
  border-bottom-color: #222529;
  display: block;
  position: absolute;
  top: -12px;
  left: 9px;
}
.prev-next-products .product-nav .product-pop .product-image {
  width: 90px;
  display: block;
}
.prev-next-products .product-nav .product-pop .product-name {
  display: block;
  margin: 0;
  padding-top: 5px;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #797876;
}
.prev-next-products .product-nav:hover .product-pop {
  opacity: 1;
  visibility: visible;
}
.prev-next-products .product-nav.product-prev em:before {
  content: "\e81a";
}
.prev-next-products .product-nav.product-prev .product-pop:before {
  left: 38px;
}
.prev-next-products .product-nav:last-child .product-pop:before {
  left: 9px;
}
.block.related .block-actions {
  margin-bottom: 10px;
}
.block.related .action.select {
  font-size: 1em;
  border: none;
  background: none;
  padding: 0;
}
.block.related .field.choice {
  position: absolute;
  top: 9px;
  right: 6px;
  left: auto;
  z-index: 2;
}
.block.related .field.choice label {
  display: none;
}
.products-related.small-list .product-items .product-item {
  padding: 0 !important;
}
.products-related.small-list .product-items .product-item-info {
  align-items: flex-start !important;
  padding: 0.5rem 0;
}
.products-related.small-list .product-items .product-item-details {
  position: static !important;
}
.products-related.small-list .product-items .product-item-details .product-item-actions {
  margin: 0;
  margin-top: 10px;
  display: none;
}
.products-related.small-list .product-items .product-item-details .product-item-actions .actions-secondary > a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.products-related .owl-carousel.show-nav-title .owl-nav {
  margin-top: -86px;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: left;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #08c;
  content: '\f818';
  font-family: 'porto-icons';
  margin: 0 0 0 0.5em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #08c;
}
.block-search .label:active:before {
  color: #08c;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  right: -300%;
  position: absolute;
  margin: 15px 0;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 0.25em 0.5em 0.25em 2em;
  margin: 0;
  position: relative;
  text-align: right;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
  color: #777;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  left: 7px;
  top: 0.25em;
}
.form.search.advanced {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #08c;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-left: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  text-align: center;
  width: 25px;
  position: absolute;
  left: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  right: 0;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-left: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-left: 0.5em;
}
.checkout-cart-index .page-title-wrapper {
  padding: 2rem 0;
}
.checkout-cart-index .page-title-wrapper .page-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.cart-summary {
  background: #f5f5f5;
  background: #fff;
  border-radius: 0;
  padding: 24px 30px;
  border: 2px solid #e7e7e7;
  margin-bottom: 15px;
}
.cart-summary > .title {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  padding-bottom: 0.25rem;
  line-height: 19px;
  color: #222529;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 10px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 10px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: right;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title {
  border-color: #e7e7e7;
  padding-right: 10px;
}
.cart-summary .block .title:after {
  left: 13px;
}
.cart-summary .block .title strong {
  letter-spacing: -0.01em;
  font-size: 14px;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 9px;
}
.cart-summary .block .item-options .field .radio {
  float: right;
  margin-left: 8px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.2;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 1em 0 0;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
  font-size: 15px;
  letter-spacing: -0.015em;
  color: #fff;
  background-color: #222529;
  border: none;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background-color: #31373d;
}
.cart-summary .checkout-methods-items .action.primary.checkout::after {
  content: '\e8c4';
  font-family: 'porto-icons';
  padding-left: 1rem;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 1.25em;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 1em;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals {
  font-size: 13px;
  padding: 0;
  border-color: #e7e7e7;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.cart-totals tbody .amount,
.cart-totals tfoot .amount {
  padding: 5px 10px;
  text-align: right;
}
.cart-totals tbody .grand.totals .amount,
.cart-totals tfoot .grand.totals .amount,
.cart-totals tbody .grand.totals .mark,
.cart-totals tfoot .grand.totals .mark {
  border-color: #e7e7e7;
}
.cart-totals tbody .grand.totals .mark,
.cart-totals tfoot .grand.totals .mark {
  text-align: right;
  padding: 18px 12px;
  font-size: 1rem;
  letter-spacing: -0.01em;
  font-weight: 600;
  color: #222529;
  line-height: 19px;
}
.cart-totals tbody .grand.totals .amount,
.cart-totals tfoot .grand.totals .amount {
  color: #222529;
  text-align: left;
  font-weight: 700;
  font-size: 22px;
  padding: 10px;
  line-height: 1.4;
}
.cart-totals tbody .grand.totals strong,
.cart-totals tfoot .grand.totals strong {
  margin: 0;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
}
.cart.table-wrapper .product-item-name > a {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name > a,
.cart.table-wrapper .product-item-name > a:hover {
  color: #222529;
}
.cart.table-wrapper .product-image-container {
  background: none;
  display: block;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  text-transform: uppercase;
  text-align: right;
}
.cart.table-wrapper .cart thead tr th.col.subtotal {
  text-align: left;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.cart.table-wrapper .col {
  vertical-align: middle;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  font-size: 14px;
  text-align: right;
}
.cart.table-wrapper .col.price .price,
.cart.table-wrapper .col.subtotal .price,
.cart.table-wrapper .col.msrp .price {
  font-size: 14px;
  font-weight: inherit;
}
.cart.table-wrapper .col.subtotal {
  text-align: left;
}
.cart.table-wrapper .col.subtotal .price {
  color: #222529 !important;
  font-size: 16px;
  font-weight: 600 !important;
}
.cart.table-wrapper .col.qty {
  text-align: right;
}
.cart.table-wrapper .col.qty .field.qty {
  position: relative;
  display: inline-block;
}
.cart.table-wrapper .col > .price {
  font-size: 1rem;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 20px 10px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 30px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  left: 16px;
  right: auto;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #222529;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #777;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #08c;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  left: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\f81a';
}
.cart.table-wrapper .action {
  margin-left: 15px;
}
.cart.table-wrapper .action:last-child {
  margin-left: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 80px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
  border: 0;
  border-radius: 0;
}
.cart.table-wrapper .product-item-photo:hover {
  box-shadow: none;
}
.cart.table-wrapper .product-item-name {
  font-size: 1rem;
  display: block;
  margin: 0;
  margin-top: 0;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 8px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0.5em 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 1em;
}
.cart-discount {
  border-bottom: 1px solid #e7e7e7;
  clear: right;
  margin-top: -60px;
}
.cart-discount .block > .title {
  display: none;
}
.cart-empty {
  padding-left: 10px;
  padding-right: 10px;
}
.cart-tax-info + .cart-tax-total {
  display: block;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
}
.block-minicart .items-total .count {
  font-weight: 700;
  color: #000;
}
.block-minicart .subtotal {
  text-align: right;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  padding: 18px 0;
  text-align: center;
  font-size: inherit;
  font-weight: 400;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 33px;
  color: #08c;
  content: '\e8ba';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #08c;
}
.minicart-wrapper .action.showcart:active:before {
  color: #08c;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 33px;
  color: #08c;
  content: '\e8ba';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #08c;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #08c;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 0;
  margin-top: 7px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  left: 10px;
  top: -21px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -23px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 15px 1em;
  width: 300px;
  left: 0;
  color: #222529;
  top: 100%;
  margin-top: 13px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart::after {
  display: none;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  position: absolute;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #777;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
}
.minicart-wrapper .action.showcart.active {
  display: flex;
  align-items: center;
}
.minicart-wrapper .action.showcart.active .minicart-icon::after {
  content: "";
  border-width: 1px 1px 0 0;
  border-color: #f4f4f4;
  border-style: solid;
  background: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(100%);
  left: 50%;
  margin-top: 8px;
  margin-left: -7px;
  transform: rotate(-45deg);
  z-index: 1004;
  animation: arrowFadeInDown 0.2s ease-out;
}
.minicart-wrapper .action.showcart .minicart-icon {
  font-size: 26px;
  position: relative;
}
.minicart-wrapper .action.showcart .minicart-icon::before {
  margin: 0;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  left: 18px;
  top: -5px;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  background-color: #ff5b5b;
  padding: 0;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  color: #08c;
  line-height: 40px;
  margin: 0;
  display: none;
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart.active:hover:before {
  color: #08c;
}
.minicart-wrapper .action.showcart::after {
  content: "\e81c";
  font-family: 'porto-icons';
  font-size: 17px;
  margin-right: 15px;
  display: block;
}
.minicart-wrapper .minicart-widgets {
  padding: 0 10px 0;
}
.cart-design-2 .action.showcart .minicart-icon {
  width: 25px;
  height: 20px;
  border: 2px solid #222529;
  border-radius: 0 0 5px 5px;
  position: relative;
  opacity: 1;
  margin: 6px 3px 0;
  font-size: 32px;
}
.cart-design-2 .action.showcart .minicart-icon::before {
  content: '';
  position: absolute;
  border: 2px solid;
  border-color: inherit;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  left: 50%;
  top: -8px;
  margin-left: -7.5px;
  width: 15px;
  height: 11px;
}
.minicart-items-wrapper {
  overflow-x: auto;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 0.25em;
}
.minicart-items .product-item-details {
  text-align: right;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 0.25em 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 0.5em;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: right;
  min-width: 0;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 0.25em 2em;
}
.minicart-items .product .toggle:after {
  position: static;
  margin: 0 0 0 0.25em;
  color: #8f8f8f;
}
.minicart-items .product .product.options > .toggle:after {
  font-family: 'porto-icons';
}
.minicart-items .product .product.options > .toggle:after {
  content: '\e81c';
}
.minicart-items .product .product.options.active > .toggle:after {
  content: '\e81b';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: -3px 7px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  width: 40px;
  text-align: center;
  margin-left: 0.5em;
  border-radius: 3px;
}
.minicart-items .update-cart-item {
  vertical-align: top;
  font-size: 1.1rem;
}
.minicart-items .subtitle {
  display: none;
}
.checkout-container {
  margin: 1.5rem 0 1em;
}
.checkout-success {
  padding: 30px 0;
}
.cart-empty i.cart-empty {
  font-size: 100px;
  color: #d3d3d4;
}
.cart-empty .btn-go-shop {
  min-width: 200px;
  padding: 16px 0;
  font-size: 15px;
  letter-spacing: -0.015em;
  text-align: center;
  color: #fff;
  background-color: #222529;
  border: none;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.opc-wrapper {
  margin: 0 0 1em;
}
.opc-wrapper .step-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #222529;
  border-bottom: 1px solid #e7e7e7;
}
.opc-wrapper .step-content {
  margin: 0 0 2em;
}
.checkout-index-index .logo {
  margin-right: 0;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 1rem;
  float: right;
  font-weight: 600;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 0.25em;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  color: #08c;
}
.opc-estimated-wrapper .minicart-wrapper {
  float: left;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  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;
  height: auto;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty {
  left: 9px;
  top: 3px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart::before {
  content: '\e8ba';
  font-family: 'porto-icons';
  font-size: 27px;
  display: inline-block;
  color: #222529;
  width: 40px;
  height: 40px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart::after {
  margin: 0;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  color: #777;
}
.opc-progress-bar {
  display: none;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 3px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #777;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbb;
  content: '\f853';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #777;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #777;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 1px;
  font-size: 1em;
  padding: 12px;
  width: 270px;
  display: none;
  right: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  right: -21px;
  top: 12px;
  border-right-color: transparent;
  border-left-color: #f4f4f4;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-left-color: #ddd;
}
.field-tooltip .field-tooltip-content:after {
  border-left-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 1em;
  margin-top: 0.5em;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 1em;
  line-height: 30px;
  margin: 0 0 1em;
  padding: 1em 1em 1em 6.5em;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #fff;
  content: '\f82b';
  font-family: 'porto-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 1em;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 0.25em;
}
.opc-wrapper .action-select-shipping-item {
  float: left;
  margin: 1em 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: right;
  margin: 26px 0 0 5px;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 1em 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 1em 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
  font-weight: 600;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #e7e7e7;
  padding-bottom: 1em;
  padding-top: 1em;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 0.5em;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #08c;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 1.5em;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 1em;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0.5em;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  left: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #08c;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #08c;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #08c;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  display: block;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-right: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 1em;
}
.opc-block-summary {
  background: #fff;
  padding: 22px 1.5em;
  border: 2px solid #e7e7e7;
  border-radius: 0;
  margin-bottom: 30px;
}
.opc-block-summary > .title {
  text-transform: uppercase;
  font-weight: 600;
  color: #222529;
  display: block;
}
.opc-block-summary .mark .value {
  color: #999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #e7e7e7;
  padding: 0.5em 0 0.5em 2em;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  left: 0;
  top: 0.5em;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e81b';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 0 0 -15px;
  max-height: 370px;
  padding: 15px 0 0 15px;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding: 5px 0;
}
.opc-block-summary .product-item .product .product-image-container {
  background: none;
  padding-left: 10px;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 0.5em;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-left: 0.25em;
  text-align: right;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px 18px;
}
.authentication-dropdown button.action-close {
  width: 40px;
  height: 40px;
  margin: 0;
}
.authentication-dropdown .modal-header {
  min-height: 0;
  padding: 0;
  border: 0;
}
.authentication-dropdown .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  position: static;
  background: none;
  border: 0;
  border-radius: 0;
}
.authentication-wrapper {
  float: left;
  margin-top: -70px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.authentication-wrapper button.action-auth-toggle {
  border: 0;
  color: #08c;
  padding: 0;
  background: none;
}
.block-authentication .block-title {
  font-size: 2em;
  border-bottom: 0;
  margin-bottom: 1.25em;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-right: 0.5em;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 2em;
  padding-top: 2em;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px -18px 0 0;
  min-width: 36px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  right: 50%;
  letter-spacing: normal;
  padding: 0 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  border-top: 1px solid #e7e7e7;
  padding: 1em 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-left: 0.25em;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-right: 0.25em;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 1em 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 1em;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 0.5em;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 1em;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-left: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 23px 0 0;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 1em;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 1em 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e81b';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #e7e7e7;
  padding: 1em 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #08c;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #08c;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0 0 0 0.5em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #777;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #08c;
}
.checkout-payment-method .payment-option-title .action-toggle > span {
  display: inline-block;
  vertical-align: middle;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 1em 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 1em;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 0.25em;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
  filter: grayscale(100%);
  filter: gray;
}
.checkout-payment-method .ccard .fields > .year {
  padding-right: 0.25em;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 1em;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 1em;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1em;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 1.5em;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 1em;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .fieldset > .legend,
.contact-index-index .contact-info .contacts-title {
  color: #777;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.contact-index-index .page-main .contact-info [class^="porto-icon-"],
.contact-index-index .page-main .contact-info [class*=" porto-icon-"] {
  float: right;
  width: 43px;
  height: 43px;
  background-color: #08c;
  color: #fff;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.contact-index-index .page-main .contact-info p {
  margin-right: 55px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}
.login-container {
  padding-top: 2.5rem;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .actions-toolbar > .primary {
  margin-bottom: 1.5rem;
}
.login-container .block .actions-toolbar > .primary,
.login-container .block .actions-toolbar > .secondary {
  display: block;
  float: none;
  text-align: right;
}
.login-container .block .actions-toolbar > .primary .action,
.login-container .block .actions-toolbar > .secondary .action {
  width: 100%;
  text-align: center;
  float: none;
  height: auto;
  margin-right: 0;
}
.login-container .fieldset:after {
  margin: 0.5em 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1em;
}
.login-container .fieldset:after {
  margin-top: 25px;
  font-size: 0.925em;
}
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  display: block;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  padding-bottom: 35px;
}
.fieldset > .legend {
  padding: 0;
  border: 0;
  color: #08c;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
}
.fieldset > .field .label {
  font-size: 1em;
  font-weight: 500;
}
.fieldset > .field .action {
  color: #222529;
  font-weight: 500;
}
.fieldset > .field input.input-text {
  line-height: 32px;
}
.fieldset.create > .legend {
  text-transform: none;
  font-weight: 600;
}
.box .box-title {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
}
.box .box-content {
  padding: 20px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fbfbfb;
  min-height: 135px;
}
.box .box-actions {
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #f5f5f5;
  padding: 10px 15px;
}
.block-order-details-view {
  margin: 0 -10px;
}
.block-order-details-view .block-title {
  padding: 0 10px;
}
.block-order-details-view .box {
  padding: 0 10px;
}
.block-order-details-view .box .box-content {
  min-height: 155px;
  border-radius: 0 0 5px 5px;
}
.block-dashboard-addresses address {
  margin-bottom: 0;
}
.customer-account-index .block .block-title {
  color: #313131;
}
.customer-account-index .block .block-title strong {
  font-weight: 600;
}
.customer-account-index .box .box-title {
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 1em;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 0.25em;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form.forget .actions-toolbar {
  clear: both;
  padding: 0;
  width: 100%;
}
.form.forget .actions-toolbar > .primary {
  margin-bottom: 1.5rem;
}
.form.forget .actions-toolbar > .primary,
.form.forget .actions-toolbar > .secondary {
  display: block;
  float: none;
  text-align: left;
}
.form.forget .actions-toolbar > .primary .action,
.form.forget .actions-toolbar > .secondary .action {
  width: 100%;
  text-align: center;
  margin: 0;
  float: none;
  height: auto;
  font-size: 1rem;
  background: #222529;
  border: none;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.form.create.account,
.form.password.forget {
  padding: 2.5rem 0 0;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .column.main {
  margin-bottom: 1.5em;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 2em;
}
.account .table-wrapper {
  margin-bottom: 1em;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^="sales-guest-"] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 0.5em;
}
.block .title strong {
  font-size: 18px;
  color: #313131;
  padding: 10px 0;
  margin: 0;
  line-height: 1;
}
.block p:last-child {
  margin: 0;
}
.control.captcha-image {
  margin-top: 0.5em;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.block-balance .price {
  font-size: 3.2rem;
  line-height: 32px;
  display: inline-block;
  margin-top: -0.5em;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-left: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 1.25em;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.page-product-downloadable .product-options-wrapper {
  border-bottom: 0;
}
.samples-item-title {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
}
.samples-item {
  margin: 0 0 0.5em;
}
.field.downloads {
  margin-bottom: 0.5em;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: " + ";
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: " (" attr(data-label) ": ";
}
.field.downloads .price-excluding-tax:after {
  content: ")";
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-right: 25px;
}
.field.downloads .field.choice input {
  position: absolute;
  right: 0;
  top: 2px;
}
.field.downloads .field.downloads-all {
  padding-right: 0;
  border-bottom: 0;
}
.field.downloads .label {
  font-size: 1em;
}
.field.downloads .sample.link {
  float: left;
}
.field.downloads-all .label {
  color: #08c;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #08c;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #08c;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #08c;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-right: 0;
}
.page-product-giftcard .giftcard-amount {
  text-align: right;
  margin-bottom: 0;
  clear: both;
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 1em !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span {
  display: block;
  margin-bottom: 0.25em;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  clear: none;
  border: 0;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-top: 1em;
  margin-bottom: 1em;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  float: left;
  width: auto;
  display: block;
  white-space: nowrap;
  border: 0;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 1.5em;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 1em;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 1em;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 0.5em;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-left: 0;
}
.gift-options {
  margin: 1em 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 1em;
}
.gift-options-content .fieldset {
  margin: 0 0 1em;
}
.gift-summary {
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 1em 0 0;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #08c;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #777;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #08c;
}
.gift-summary .action-delete:before {
  content: '\f81a';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  display: none;
  clear: right;
  float: right;
  margin-left: -100%;
  padding: 1em 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e81b';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0.5em 15px 0.5em 2em;
  position: relative;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #858585;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0 0 0 0.5em;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #777;
}
.gift-item-block .content {
  padding: 0.5em 0 1em;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: right;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 0.5em 0;
}
.options-order-container,
.options-items-container {
  margin-bottom: 0.5em;
}
.gift-messages-order {
  margin-bottom: 1.25em;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 2em;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #08c;
}
.table-giftregistry-items .product-image {
  margin-left: 0.5em;
  float: right;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 0.25em;
  text-align: right;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 0.5em;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-edit .giftregistry-type {
  margin-bottom: 1.5em;
  margin-top: -1.25em;
}
.form-giftregistry-search {
  margin-bottom: 3em;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 1.25em;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #e7e7e7;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 0.5em 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 0.25em;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 2em;
  margin: 1em 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 1em 0 0.5em;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: right;
  margin: 0 0 0.5em 0.5em;
}
.gift-wrapping-item:last-child {
  margin-left: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 0.5em 0;
}
.gift-wrapping-title .action-remove {
  margin: -0.25em 0.25em 0 0;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #08c;
  content: '\f81a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #777;
}
.gift-wrapping-title .action-remove:active:before {
  color: #08c;
}
.gift-options-content .fieldset .field {
  margin: 0.5em 0;
}
.gift-wrapping-summary {
  padding-left: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 1em 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: right;
  margin: 0 0 0 0.5em;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-right: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ": ";
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.table-wrapper.grouped {
  width: auto;
}
.page-product-grouped .box-tocart {
  padding: 1.25rem 0 1rem;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 1rem;
  margin-bottom: 0;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped thead {
  text-transform: uppercase;
}
.table.grouped .col.item {
  width: 90%;
  padding: 8px 0;
  font-weight: 600;
  border-color: #e7e7e7;
  text-align: right;
}
.table.grouped .col.qty {
  width: 10%;
  padding: 8px 0;
  font-weight: 600;
  border-color: #e7e7e7;
  text-align: right;
}
.table.grouped .product-item-name {
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}
.table.grouped .price-box {
  margin: 0;
  line-height: 1;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
  color: #222529;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
  color: #a7a7a7;
}
.table.grouped .stock.unavailable {
  margin: 0;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
}
.page-product-grouped .product-info-price {
  float: left;
  display: none;
  width: auto;
  border: 0;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 1em;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  position: absolute;
  z-index: 2;
  line-height: 16px;
  border: 1px solid #e7e7e7;
  text-align: center;
  padding: 7px 10px;
  background-color: #fff;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(231, 231, 231, 0.3);
  border-radius: 3px;
  font-weight: 400;
  top: 0;
  right: 0;
}
.filter-title strong[data-count]:after {
  content: attr(data-count);
  display: inline-block;
  border-radius: 2px;
  padding: 2px;
  font-size: 0.8em;
  margin: 0 5px;
  color: #fff;
  min-width: 1em;
  line-height: 1;
  background: #fc5e10;
}
.filter-title strong.disabled {
  opacity: 0.5;
}
.filter .block-subtitle {
  font-weight: 600;
  padding: 0.5em 0.5em 1em;
  font-size: 1em;
  line-height: 1em;
  border-bottom: 1px solid #e7e7e7;
  display: none;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px 20px 0;
}
.filter-current .items {
  padding: 0.7143em 0;
  border-width: 0;
  margin: 0;
  margin-top: -1px;
  font-size: 0.9286em;
}
.filter-current .items:last-child {
  padding-bottom: 0;
}
.filter-current .item {
  position: relative;
  padding: 4px 0;
  margin: 0;
}
.filter .filter-current-subtitle {
  padding: 0;
  font-weight: 600;
  font-size: 15px;
  color: #222529;
  line-height: 1.4;
  position: relative;
  text-transform: uppercase;
  display: block;
  border: none;
}
.filter-current .action.remove {
  position: absolute;
  left: 0;
  top: 3px;
}
.filter-actions {
  padding: 0 20px 20px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 0.9286em;
}
.filter-actions a {
  display: inline-block;
  color: inherit !important;
  padding: 4px 0;
}
.filter-label {
  text-transform: uppercase;
}
.filter-label:after {
  content: ": ";
}
.filter-value {
  color: #858585;
}
.filter-options {
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px;
}
.filter-options-item.active .filter-options-content {
  display: block !important;
}
.filter-options-title {
  padding: 0;
  font-weight: 600;
  font-size: 15px;
  color: #222529;
  line-height: 1.4;
  position: relative;
  text-transform: uppercase;
}
.filter-options-title .toggle {
  display: inline-block;
  width: 1.8571em;
  height: 1.8571em;
  line-height: 1.7572em;
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -0.9em;
  padding: 0;
  cursor: pointer;
  text-align: center;
  transition: 0.25s;
}
.filter-options-title .toggle::before,
.filter-options-title .toggle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #222529;
  cursor: pointer;
}
.filter-options-title .toggle::before {
  width: 2px;
  height: 10px;
  margin-left: -1px;
  margin-top: -5px;
  display: block;
}
.filter-options-title .toggle:after {
  width: 10px;
  height: 2px;
  margin-left: -5px;
  margin-top: -1px;
}
.active > .filter-options-title .toggle::before {
  display: none;
}
.filter-options-content {
  padding: 0.7143em 0;
  border-width: 0;
  margin: 0;
}
.filter-options-content a {
  color: #777 !important;
  padding: 4px 0;
}
.filter-options-content a:hover .count {
  text-decoration: none;
}
.filter-options-content .count {
  color: #858585;
  padding-left: 5px;
}
.filter-options-content .count:before {
  content: "(";
}
.filter-options-content .count:after {
  content: ")";
}
.filter-options-content:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.filter-options-content .items {
  margin-top: -1px;
}
.filter-options .item {
  margin: 0;
}
.map-popup-wrapper.popup .action.close {
  top: 0.5em;
}
.map-popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 0.5em;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2em;
  margin-top: 0.125rem;
  margin-bottom: 0.1rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  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;
  right: 0.5em;
  top: 0.5em;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 1em;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 1em;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-popup .action.primary {
  margin-left: 0.5em;
}
.map-popup .map-msrp {
  margin-bottom: 0.5em;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 0.5em;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-left: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #777;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #777;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
}
.wishlist.split.button > .action.split {
  margin-left: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e889';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #777;
}
.wishlist.split.button > .action.toggle:before {
  border-right: 1px solid #999;
  content: '';
  float: right;
  height: 15px;
  margin: 3px 0 0 4px;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #08c;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #08c;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #fff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2em;
  margin-top: 0.125rem;
  margin-bottom: 0.1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  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;
  right: 0.5em;
  top: 0.5em;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #08c;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: right;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: left;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 0.5em;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-left: 0.5em;
}
.block-wishlist-management .wishlist-notice {
  color: #c1c1c1;
  display: inline-block;
  margin-left: 1em;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #e7e7e7;
  content: '\e629';
  font-family: 'porto-icons';
  margin: 0 0 0 0.25em;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-left: 1em;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-left: 1em;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 3em;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 1em;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-right: 1em;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 0.5em;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 0.5em 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #08c;
}
.block-wishlist-info-items .action.towishlist {
  padding: 0.5em 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-left: 10px;
}
.multicheckout .title {
  margin-bottom: 1.5em;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .table > tbody > tr > td,
.multicheckout .table-wrapper .table > tbody > tr > th,
.multicheckout .table-wrapper .table > tfoot > tr > td,
.multicheckout .table-wrapper .table > tfoot > tr > th,
.multicheckout .table-wrapper .table > thead > tr > td,
.multicheckout .table-wrapper .table > thead > tr > th {
  vertical-align: middle;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-right: 0.5em;
}
.multicheckout .table-wrapper .product-item-name > a,
.multicheckout .table-wrapper .product-item-name > a:hover {
  color: #08c;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 2em;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-right: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-left: 0.5em;
}
.multicheckout .item-options {
  margin: 0.5em 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0.5em;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #eaeaea;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .box-items .box-content {
  border-top: 1px solid #ddd;
  border-radius: 8px;
}
.multicheckout.order-review .box-items .data.table {
  margin-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 2em;
}
.multicheckout .box-title span {
  margin-left: 0.5em;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0;
  color: #777;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
}
.multicheckout .box-billing-method .methods-payment .item-title label {
  font-size: 14px;
  vertical-align: top;
  font-weight: 600;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2em;
  margin-bottom: 2em;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
  padding: 0;
  background: none;
}
[class^="multishipping-"] .logo {
  margin-right: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #ddd;
  content: '\f84c';
  font-family: 'porto-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-right: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.data.switch .counter {
  color: #c1c1c1;
}
.data.switch .counter:before {
  content: "(";
}
.data.switch .counter:after {
  content: ")";
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  display: block;
  width: 83px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  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: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: '\f844' '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f844' '\f844' '\f844';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f844' '\f844';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f844';
}
.review-control-vote:before {
  content: '\f845' '\f845' '\f845' '\f845' '\f845';
}
.review-toolbar {
  padding: 0;
  border-top: 1px solid #e7e7e7;
  margin: 0 0 10px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  margin: 0;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  line-height: 1.3;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 10px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  margin-bottom: 5px;
  font-weight: 600;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  letter-spacing: 10px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-top: 5px;
  margin-bottom: 24px;
}
.review-list {
  margin-bottom: 15px;
}
.review-list .block-title strong {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #222529;
}
.review-item {
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 5px;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  color: #222529;
  font-weight: 600;
}
.review-content {
  margin-bottom: 10px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 1em;
}
.customer-review .product-reviews-summary {
  margin-bottom: 20px;
}
.customer-review .rating-summary {
  margin-left: 15px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 1em;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 0.25em;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-left: 0.5em;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: right;
  margin-left: 3%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 1em;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 0.5em;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 2em;
  margin-top: 0.1rem;
  margin-bottom: 0.05rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 1em;
}
.customer-review .review-details .review-date {
  color: #eaeaea;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 1.25em;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 1.25em;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 0.5em;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 1em;
}
.order-links .item {
  line-height: 2em;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #c1c1c1;
  border: 1px solid #e7e7e7;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #e7e7e7;
  margin-bottom: 2em;
  padding: 0.5em;
}
.order-details-items.ordered .order-title {
  display: none;
}
.order-details-items .order-title {
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 0.5em;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #e7e7e7;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #e7e7e7;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-top: 0;
  padding-bottom: 15px;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ": ";
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #777;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e81b';
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .action.print {
  display: none;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #e7e7e7;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 5px 0 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.form.send.friend {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #08c;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before {
  content: '\f84c';
}
.block-collapsible-nav .item {
  border-bottom: 1px solid #ddd;
}
.block-collapsible-nav .item:first-child {
  border-top: 1px solid #ddd;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  color: #777;
  display: block;
  padding: 8px 15px 8px 18px;
  position: relative;
}
.block-collapsible-nav .item a:before,
.block-collapsible-nav .item > strong:before {
  font-family: 'porto-icons';
  content: '\f822';
  position: absolute;
  right: 0;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover,
.block-collapsible-nav .item a:active,
.block-collapsible-nav .item a:focus {
  color: #08c;
  background-color: transparent;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  color: #08c;
  font-weight: 400;
}
.heading.heading-border {
  margin-bottom: 1.5625rem;
}
.heading.heading-border h1,
.heading.heading-border h2,
.heading.heading-border h3,
.heading.heading-border h4,
.heading.heading-border h5,
.heading.heading-border h6 {
  padding: 0;
  margin: 0;
}
.heading.heading-middle-border .heading-tag {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.heading.heading-middle-border .heading-tag:before,
.heading.heading-middle-border .heading-tag:after {
  height: 0;
  border-top: 1px solid;
  border-top-color: inherit;
  -ms-flex: 1;
  flex: 1;
}
.heading.heading-middle-border .heading-tag:after {
  content: '';
}
.heading.heading-middle-border h1:before {
  margin-right: 20px;
}
.heading.heading-middle-border h1:after {
  margin-left: 20px;
}
.heading.heading-middle-border h2:before,
.heading.heading-middle-border h3:before {
  margin-right: 15px;
}
.heading.heading-middle-border h2:after,
.heading.heading-middle-border h3:after {
  margin-left: 15px;
}
.heading.heading-middle-border h4:before,
.heading.heading-middle-border h5:before,
.heading.heading-middle-border h6:before {
  margin-right: 8px;
}
.heading.heading-middle-border h4:after,
.heading.heading-middle-border h5:after,
.heading.heading-middle-border h6:after {
  margin-left: 8px;
}
.heading.heading-middle-border-reverse .heading-tag:before {
  content: '';
}
.heading.heading-middle-border-reverse .heading-tag:after {
  content: none;
}
.heading.heading-middle-border-center .heading-tag:before {
  content: '';
}
.heading.heading-border-xs .heading-tag {
  border-bottom-width: 1px;
}
.heading.heading-border-xs .heading-tag:before,
.heading.heading-border-xs .heading-tag:after {
  border-top-width: 1px;
}
.heading.heading-border-sm .heading-tag {
  border-bottom-width: 2px;
}
.heading.heading-border-sm .heading-tag:before,
.heading.heading-border-sm .heading-tag:after {
  border-top-width: 2px;
}
.heading.heading-border-lg .heading-tag {
  border-bottom-width: 3px;
}
.heading.heading-border-lg .heading-tag:before,
.heading.heading-border-lg .heading-tag:after {
  border-top-width: 3px;
}
.heading.heading-border-xl .heading-tag {
  border-bottom-width: 5px;
}
.heading.heading-border-xl .heading-tag:before,
.heading.heading-border-xl .heading-tag:after {
  border-top-width: 5px;
}
.heading.heading-bottom-border h1 {
  border-bottom: 5px solid;
  padding-bottom: 10px;
}
.heading.heading-bottom-border h2,
.heading.heading-bottom-border h3 {
  border-bottom: 2px solid;
  padding-bottom: 10px;
}
.heading.heading-bottom-border h4,
.heading.heading-bottom-border h5,
.heading.heading-bottom-border h6 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.heading.heading-bottom-double-border .heading-tag {
  border-bottom: 3px double;
  padding-bottom: 10px;
}
.heading.heading-bottom-double-border h4,
.heading.heading-bottom-double-border h5,
.heading.heading-bottom-double-border h6 {
  padding-bottom: 5px;
}
.heading.heading-border .heading-tag {
  border-top-color: #dbdbdb;
  border-bottom-color: #dbdbdb;
}
.porto-icon {
  display: inline-block;
  font-size: 32px;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2em;
  box-sizing: content-box !important;
}
.porto-icon i {
  line-height: inherit;
}
.porto-icon.none {
  display: inline-block;
  font-size: 35px;
  height: 1em;
  width: auto;
  text-align: center;
  line-height: 1;
}
.porto-icon.circle {
  border-radius: 50%;
}
/* Info Box */
.porto-sicon-box .porto-icon,
.porto-sicon-box .img-icon {
  transition: transform 0.2s linear;
}
.porto-sicon-header .porto-sicon-title {
  margin: 3px 0;
}
.default-icon .porto-sicon-header .porto-sicon-title:not(:last-child) {
  margin: 0 0 3px;
}
.porto-sicon-header h3.porto-sicon-title {
  font-size: 16px;
  line-height: 1.2em;
}
.porto-sicon-header > p:last-child {
  margin-bottom: 0;
}
.porto-sicon-description {
  width: 100%;
  display: block;
  line-height: 24px;
  margin-top: 0;
}
.porto-sicon-header + .porto-sicon-description {
  margin-top: 16px;
}
.porto-sicon-read {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
a.porto-sicon-box-link {
  text-decoration: none;
  border: none;
  display: block;
}
.porto-sicon-box.default-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.porto-sicon-box.flex-wrap .porto-sicon-header {
  -ms-flex: 1;
  flex: 1;
  min-width: 50%;
}
.default-icon .porto-sicon-default .porto-icon,
.default-icon .porto-sicon-default .porto-sicon-img {
  margin-left: 15px;
}
.top-icon .porto-icon,
.top-icon .porto-sicon-img,
.top-icon .porto-sicon-header,
.top-icon .porto-sicon-description {
  display: block;
  margin: 0 auto;
}
.top-icon .porto-sicon-header {
  margin-bottom: 1rem;
}
.top-icon .porto-sicon-header p:last-child {
  margin-bottom: 0;
}
.top-icon .porto-sicon-description {
  margin-top: 15px;
}
.top-icon .porto-sicon-header + .porto-sicon-description {
  margin-top: 0;
}
.porto-sicon-box.left-icon,
.porto-sicon-box.right-icon {
  display: -ms-flexbox;
  display: flex;
}
.left-icon .porto-sicon-left .porto-icon,
.left-icon .porto-sicon-left .porto-sicon-img {
  margin-left: 20px;
}
.left-icon .porto-sicon-body,
.right-icon .porto-sicon-body {
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}
.porto-sicon-box.top-icon {
  text-align: center;
}
.porto-sicon-box .porto-just-icon-wrapper {
  line-height: 1em;
}
.right-icon .porto-sicon-right .porto-icon,
.right-icon .porto-sicon-right .porto-sicon-img {
  margin-right: 15px;
}
.right-icon .porto-sicon-body,
.right-icon .porto-sicon-body *,
.right-icon .porto-sicon-header .porto-sicon-title,
.right-icon .porto-sicon-description {
  text-align: left;
}
.heading-right-icon .porto-sicon-heading-right {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.porto-sicon-heading-right + .porto-sicon-description {
  margin-top: 10px;
}
.heading-right-icon .porto-sicon-heading-right .porto-icon,
.heading-right-icon .porto-sicon-heading-right .porto-sicon-img {
  margin-right: 15px;
}
.heading-right-icon .porto-sicon-header {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.heading-right-icon .porto-sicon-header h3.porto-sicon-title,
.heading-right-icon .porto-sicon-description,
.heading-right-icon .porto-sicon-description * {
  text-align: left;
}
html .top-icon .porto-just-icon-wrapper {
  margin-bottom: 15px;
}
html .top-icon .porto-sicon-header h3.porto-sicon-title {
  margin-top: 0;
}
html .top-icon .porto-sicon-header h2.porto-sicon-title {
  margin-top: 0;
}
html .porto-sicon-header h3.porto-sicon-title {
  font-size: 1.4em;
  font-weight: 400;
  text-transform: none;
}
html h3.porto-sicon-title small {
  font-size: 75%;
  display: block;
  margin: 2px 0 4px;
}
html .porto-sicon-read {
  margin-top: 10px;
}
.info-box-small .porto-sicon-box,
.info-box-small-wrap .porto-sicon-box {
  margin-bottom: 15px;
}
.info-box-small .porto-sicon-header + .porto-sicon-description,
.info-box-small-wrap .porto-sicon-header + .porto-sicon-description {
  margin-top: 7px;
}
.porto-sicon-box {
  margin-bottom: 20px;
  /*.fa {
        font-family: "FontAwesome" !important;
    }*/
}
.porto-sicon-box.top-icon.text-left .porto-just-icon-wrapper,
.porto-sicon-box.bottom-icon.text-left .porto-just-icon-wrapper,
.porto-sicon-box.top-icon.text-left .porto-sicon-header,
.porto-sicon-box.bottom-icon.text-left .porto-sicon-header,
.porto-sicon-box.top-icon.text-left .porto-sicon-img,
.porto-sicon-box.bottom-icon.text-left .porto-sicon-img,
.porto-sicon-box.top-icon.text-left .porto-sicon-description,
.porto-sicon-box.bottom-icon.text-left .porto-sicon-description {
  text-align: right !important;
}
.porto-sicon-box.top-icon.text-right .porto-just-icon-wrapper,
.porto-sicon-box.bottom-icon.text-right .porto-just-icon-wrapper,
.porto-sicon-box.top-icon.text-right .porto-sicon-header,
.porto-sicon-box.bottom-icon.text-right .porto-sicon-header,
.porto-sicon-box.top-icon.text-right .porto-sicon-img,
.porto-sicon-box.bottom-icon.text-right .porto-sicon-img,
.porto-sicon-box.top-icon.text-right .porto-sicon-description,
.porto-sicon-box.bottom-icon.text-right .porto-sicon-description {
  text-align: left !important;
}
/* effects */
.porto-sicon-box.style_2:hover .porto-icon,
.porto-sicon-box.style_2:hover .img-icon {
  transform: scale(1.15, 1.15);
}
.porto-sicon-box.style_3:hover .porto-icon,
.porto-sicon-box.style_3:hover .img-icon {
  transform: translateY(-4px);
}
.porto-sicon-box.featured-icon .porto-sicon-header h3.porto-sicon-title {
  font-weight: 600;
}
.porto-sicon-box.featured-icon .porto-icon {
  border-radius: 35px;
  color: #fff;
  margin-right: 10px;
  height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
  background: transparent;
  line-height: 32px;
}
.porto-sicon-box.featured-icon .porto-icon:after {
  border-radius: 50%;
  box-sizing: initial;
  content: "";
  display: block;
  height: 100%;
  left: -4px;
  padding: 1px;
  position: absolute;
  top: -4px;
  width: 100%;
}
.porto-sicon-box.featured-icon .porto-icon i {
  line-height: 35px;
}
.share-links {
  vertical-align: middle;
}
.share-links a {
  font-size: 0.8rem;
  color: #fff;
  text-indent: -9999em;
  text-align: center;
  width: 2.2857em;
  height: 2.2857em;
  display: inline-block;
  margin: 0.2857em 0 0.2857em 0.5714em;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  transition: 0.25s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.share-links a:before {
  font-family: 'Font Awesome 5 Brands';
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 23px;
  height: 22px;
  margin: auto;
  z-index: 2;
}
.share-links a:hover,
.share-links a:focus {
  opacity: 0.9;
  color: #fff;
}
.page-footer .share-links a:hover {
  color: #fff;
}
.share-links.disable-br a {
  border-radius: 0 !important;
}
.share-links .share-twitter {
  background: #1aa9e1;
}
.share-links .share-twitter:before {
  content: "\f099";
}
.share-links .share-facebook {
  background: #3b5a9a;
}
.share-links .share-facebook:before {
  content: "\f39e";
}
.share-links .share-linkedin {
  background: #0073b2;
}
.share-links .share-linkedin:before {
  content: "\f0e1";
}
.share-links .share-rss {
  background: #ff8201;
}
.share-links .share-rss:before {
  content: "\f09e";
}
.share-links .share-googleplus {
  background: #dd4b39;
}
.share-links .share-googleplus:before {
  content: "\f0d5";
}
.share-links .share-pinterest {
  background: #cc2127;
}
.share-links .share-pinterest:before {
  content: "\f0d2";
}
.share-links .share-youtube {
  background: #c3191e;
}
.share-links .share-youtube:before {
  content: "\f167";
}
.share-links .share-instagram {
  background: #7c4a3a;
}
.share-links .share-instagram:before {
  content: "\f16d";
}
.share-links .share-skype {
  background: #00b0f6;
}
.share-links .share-skype:before {
  content: "\f17e";
}
.share-links .share-email {
  background: #dd4b39;
}
.share-links .share-email:before {
  font-family: porto-icons;
  content: "\e82e";
  font-weight: 400;
}
.share-links .share-vk {
  background: #6383a8;
}
.share-links .share-vk:before {
  content: "\f189";
}
.share-links .share-xing {
  background: #1a7576;
}
.share-links .share-xing:before {
  content: "\f168";
}
.share-links .share-tumblr {
  background: #304e6c;
}
.share-links .share-tumblr:before {
  content: "\f173";
}
.share-links .share-reddit {
  background: #ff4107;
}
.share-links .share-reddit:before {
  content: "\f1a1";
}
.share-links .share-vimeo {
  background: #52b8ea;
}
.share-links .share-vimeo:before {
  content: "\f27d";
}
.share-links .share-telegram {
  background: #0088cc;
}
.share-links .share-telegram:before {
  content: "\f3fe";
}
.share-links .share-yelp {
  background: #c41200;
}
.share-links .share-yelp:before {
  content: "\f1e9";
}
.share-links .share-flickr {
  background: #0063DC;
}
.share-links .share-flickr:before {
  content: "\f16e";
}
.share-links .share-whatsapp {
  background: #3c8a38;
}
.share-links .share-whatsapp:before {
  content: "\f232";
}
.share-links.default-skin a {
  color: #fff !important;
}
.share-links.default-skin a:hover {
  opacity: 0.8;
}
.share-links.default-skin .share-twitter {
  background: #1aa9e1 !important;
}
.share-links.default-skin .share-facebook {
  background: #3b5a9a !important;
}
.share-links.default-skin .share-linkedin {
  background: #0073b2 !important;
}
.share-links.default-skin .share-rss {
  background: #ff8201 !important;
}
.share-links.default-skin .share-googleplus {
  background: #dd4b39 !important;
}
.share-links.default-skin .share-pinterest {
  background: #cc2127 !important;
}
.share-links.default-skin .share-youtube {
  background: #c3191e !important;
}
.share-links.default-skin .share-instagram {
  background: #7c4a3a !important;
}
.share-links.default-skin .share-skype {
  background: #00b0f6 !important;
}
.share-links.default-skin .share-email {
  background: #dd4b39 !important;
}
.share-links.default-skin .share-vk {
  background: #6383a8 !important;
}
.share-links.default-skin .share-xing {
  background: #1a7576 !important;
}
.share-links.default-skin .share-tumblr {
  background: #304e6c !important;
}
.share-links.default-skin .share-reddit {
  background: #ff4107 !important;
}
.share-links.default-skin .share-vimeo {
  background: #52b8ea !important;
}
.share-links.default-skin .share-telegram {
  background: #0088cc !important;
}
.share-links.default-skin .share-yelp {
  background: #c41200 !important;
}
.share-links.default-skin .share-flickr {
  background: #0063DC !important;
}
.share-links.default-skin .share-whatsapp {
  background: #3c8a38 !important;
}
.testimonial {
  margin-bottom: 20px;
}
.slick-slider .testimonial {
  margin-bottom: 0;
}
.testimonial blockquote {
  border: 0;
  color: #fff;
  margin: 0;
  padding: 2.5rem 4.5rem 2.5rem 4rem;
  position: relative;
  font-size: 1em;
  font-family: inherit;
  font-style: inherit;
  line-height: inherit;
}
.testimonial blockquote p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 0;
  color: inherit;
}
.testimonial blockquote:before {
  left: 20px;
  top: 20px;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  font-family: 'Playfair Display';
}
.testimonial .testimonial-arrow-down {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 8px solid #ccc;
  height: 0;
  margin: 0 40px 0 0;
  width: 0;
}
.testimonial .testimonial-author {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0 0 0;
}
.testimonial .testimonial-author .testimonial-author-thumbnail {
  width: auto;
}
.testimonial .testimonial-author img {
  max-width: 25px;
}
.testimonial .testimonial-author strong {
  display: block;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 700;
}
.testimonial .testimonial-author span {
  color: #666;
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
}
.testimonial .testimonial-author p {
  color: #999;
  margin-right: 0.75rem;
  text-align: right;
  line-height: 1.2;
}
.testimonial.testimonial-style-2 {
  text-align: center;
}
.testimonial.testimonial-style-2 blockquote {
  background: transparent!important;
  padding: 20px;
}
.testimonial.testimonial-style-2 blockquote:before {
  display: none;
}
.testimonial.testimonial-style-2 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-2 .testimonial-author {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 6px 0 0;
}
.testimonial.testimonial-style-2 .testimonial-author img {
  margin: 0 auto 10px;
  max-width: 60px;
}
.testimonial.testimonial-style-2 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.testimonial.testimonial-style-3 blockquote {
  padding: 12px 30px;
}
.testimonial.testimonial-style-3 blockquote p {
  font-size: 1em;
  font-style: normal;
}
.testimonial.testimonial-style-3 blockquote:before {
  top: 5px;
  left: 9px;
  font-size: 35px;
}
.testimonial.testimonial-style-3 blockquote:after {
  font-size: 35px;
  bottom: -5px;
}
.testimonial.testimonial-style-3 .testimonial-author {
  margin-right: 8px;
}
.testimonial.testimonial-style-3 .testimonial-author img {
  max-width: 55px;
}
.testimonial.testimonial-style-3 .testimonial-arrow-down {
  margin-right: 20px;
}
.testimonial.testimonial-style-4 {
  padding: 7px;
  border: 1px solid;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}
.testimonial.testimonial-style-4 blockquote {
  background: transparent!important;
  padding: 12px 30px;
  color: #777;
}
.testimonial.testimonial-style-4 blockquote p {
  font-size: 1em;
  font-style: normal;
}
.testimonial.testimonial-style-4 blockquote:before {
  top: 5px;
  right: 9px;
  font-size: 35px;
}
.testimonial.testimonial-style-4 blockquote:after {
  font-size: 35px;
  bottom: -5px;
}
.testimonial.testimonial-style-4 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-4 .testimonial-author {
  margin-right: 30px;
  margin-bottom: 15px;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial.testimonial-style-4 .testimonial-author img {
  max-width: 55px;
}
.testimonial.testimonial-style-4 .testimonial-author p {
  margin-bottom: 0;
}
.testimonial.testimonial-style-5 {
  text-align: center;
}
.testimonial.testimonial-style-5 blockquote {
  background: transparent!important;
  padding: 6px 20px;
}
.testimonial.testimonial-style-5 blockquote p {
  font-size: 1.2em;
  font-style: normal;
}
.testimonial.testimonial-style-5 blockquote:before {
  display: none;
}
.testimonial.testimonial-style-5 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-5 .testimonial-author {
  display: block;
  padding: 15px 0 0;
  margin: 12px 0 0;
}
.testimonial.testimonial-style-5 .testimonial-author img {
  margin: 0 auto 10px;
}
.testimonial.testimonial-style-5 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.testimonial.testimonial-style-6 {
  text-align: center;
}
.testimonial.testimonial-style-6 blockquote {
  background: transparent!important;
  border: 0;
  padding: 0 10%;
}
.testimonial.testimonial-style-6 blockquote i.fa-quote-left {
  font-size: 34px;
  position: relative;
  right: -5px;
}
.testimonial.testimonial-style-6 blockquote p {
  font-size: 24px;
  line-height: 30px;
}
.testimonial.testimonial-style-6 blockquote span {
  font-size: 16px;
  line-height: 20px;
  color: #999;
  position: relative;
  right: -5px;
}
.testimonial.testimonial-style-6 blockquote:before {
  display: none;
}
.testimonial.testimonial-style-6 .testimonial-arrow-down {
  display: none;
}
.testimonial.testimonial-style-6 .testimonial-author {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 6px 0 0;
}
.testimonial.testimonial-style-6 .testimonial-author img {
  margin: 15px auto 10px;
}
.testimonial.testimonial-style-6 .testimonial-author p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.testimonial.testimonial-with-quotes {
  text-align: center;
}
.testimonial.testimonial-with-quotes blockquote {
  background: transparent!important;
}
.testimonial.testimonial-with-quotes blockquote p {
  padding: 0 40px;
}
.testimonial.testimonial-with-quotes blockquote:before,
.testimonial.testimonial-with-quotes blockquote:after {
  display: block!important;
  right: 10px;
  top: 0;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial.testimonial-with-quotes blockquote:after {
  content: "\201D";
  right: auto;
  left: 10px;
  top: auto;
  bottom: -0.5em;
}
.testimonial.testimonial-with-quotes img {
  margin: 15px auto 10px;
  width: 60px;
}
.testimonial.testimonial-with-quotes .testimonial-author p {
  margin: 0 auto;
  text-align: center;
}
.testimonial.testimonial-with-quotes.testimonial-light blockquote {
  color: #fff;
}
.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author span,
.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author strong {
  opacity: 0.6;
  color: #fff;
}
.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote {
  background: transparent!important;
}
.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote p {
  font-family: Georgia,serif!important;
  font-style: italic;
  font-size: 1.2em;
}
.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote:after {
  content: none;
}
.testimonial.testimonial-no-borders {
  border-width: 0;
  box-shadow: none;
}
.testimonial .testimonial-author strong {
  color: #111;
}
.testimonial.testimonial-style-3 blockquote {
  background: #f2f2f2;
}
.testimonial.testimonial-style-3 .testimonial-arrow-down {
  border-top: 10px solid #f2f2f2 !important;
}
.testimonial.testimonial-style-4 {
  border-top-color: #dfdfdf;
  border-bottom-color: #dfdfdf;
  border-left-color: #ececec;
  border-right-color: #ececec;
}
.testimonial.testimonial-style-5 .testimonial-author {
  border-top: 1px solid #f2f2f2;
}
body {
  background-color: #fff;
}
.ie9 .page-wrapper {
  background-color: #fff;
  min-height: 0;
}
.columns .column.main {
  max-width: 100%;
  padding-bottom: 40px;
}
.page-header {
  background-color: #fff;
  border-top: 3px solid #08c;
  position: relative;
  z-index: 20;
}
.page-header .panel.wrapper {
  color: #777;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: left;
  margin-right: auto;
  margin-left: 1em;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  text-transform: uppercase;
}
.header.panel > .header.links > li > a {
  color: inherit;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: inherit;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: inherit;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: inherit;
  text-decoration: underline;
}
.header.content {
  position: relative;
}
.logo {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  max-height: 50px;
  max-width: 100%;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 1.5em;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 0.5em;
  box-sizing: border-box;
  right: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.success {
  border-radius: 0;
  font-size: 1em;
}
.message.notice,
.message.info {
  font-size: 1em;
}
.message.error {
  font-size: 1em;
}
.message.warning {
  font-size: 1em;
}
.field-error {
  font-size: 1em;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 0.5em;
  padding: 12px 1em 12px 1.25em;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #777;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #08c;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #08c;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #08c;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 0.5em;
}
.message.global.demo {
  margin: 0 0 0.5em;
  padding: 12px 1em 12px 1.25em;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #08c;
}
.message.global.demo a:hover {
  color: #08c;
}
.message.global.demo a:active {
  color: #08c;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 0;
  margin-top: 4px;
  min-width: 120px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  border-radius: 0;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc !important;
  padding: 4px 0 !important;
  right: 0;
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  border-radius: 0;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  color: #777;
  padding: 0 7px;
  font-size: 1em;
  line-height: 25px;
  font-weight: 400;
}
.page-header .switcher .options ul.dropdown a > img,
.page-footer .switcher .options ul.dropdown a > img {
  margin-bottom: 3px;
  margin-left: 3px;
  vertical-align: middle;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  display: flex;
  align-items: center;
  padding: 0 5px;
  line-height: 26px;
  letter-spacing: 0.025em;
}
.page-header .switcher .options .action.toggle::after,
.page-footer .switcher .options .action.toggle::after {
  font-size: 1em;
  -webkit-font-smoothing: inherit;
  margin: 0 5px 0 0;
  line-height: 1;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: flex;
  align-items: center;
}
.page-header .switcher .options .action.toggle.active::after,
.page-footer .switcher .options .action.toggle.active::after {
  font-size: 1em;
  -webkit-font-smoothing: inherit;
  margin: 0 5px 0 0;
  line-height: 1;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: inherit;
}
.page-header .switcher strong > img,
.page-footer .switcher strong > img {
  margin-bottom: 3px;
  margin-left: 3px;
  vertical-align: middle;
}
span.split {
  height: 14px;
  width: 1px;
  border-left: 1px solid #ccc;
  margin: 0 13px;
}
@media (max-width: 991px) {
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    left: -25px;
    top: 2px;
  }
  .navigation .parent .level-top:after {
    font-size: 2.2rem;
    left: 10px;
    top: 13px;
  }
  header.page-header.sticky-header .header-main {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    z-index: 9;
  }
}
@media (max-width: 991px) {
  .nav-sections .customer-welcome,
  .nav-sections .customer-welcome + .authorization-link {
    display: none;
  }
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 2em;
}
.widget {
  clear: both;
}
.customer-welcome {
  display: inline-block;
  position: relative;
}
.customer-welcome:before,
.customer-welcome:after {
  content: '';
  display: table;
}
.customer-welcome:after {
  clear: both;
}
.customer-welcome .action.switch {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.customer-welcome .action.switch > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.customer-welcome .action.switch:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 15px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.customer-welcome .action.switch:hover:after {
  color: inherit;
}
.customer-welcome .action.switch:active:after {
  color: inherit;
}
.customer-welcome .action.switch.active {
  display: inline-block;
  text-decoration: none;
}
.customer-welcome .action.switch.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.customer-welcome .action.switch.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 15px;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.customer-welcome .action.switch.active:hover:after {
  color: inherit;
}
.customer-welcome .action.switch.active:active:after {
  color: inherit;
}
.customer-welcome ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 0;
  margin-top: 4px;
  min-width: 100%;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.customer-welcome ul li {
  margin: 0;
  padding: 0;
}
.customer-welcome ul li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.customer-welcome ul:before,
.customer-welcome ul:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.customer-welcome ul:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.customer-welcome ul:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.customer-welcome ul:before {
  left: 10px;
  top: -12px;
}
.customer-welcome ul:after {
  left: 9px;
  top: -14px;
}
.customer-welcome.active {
  overflow: visible;
}
.customer-welcome.active ul {
  display: block;
}
.customer-welcome li a {
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 1.2;
  padding: 5px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 12px;
}
.customer-welcome li a:visited {
  color: #333;
  text-decoration: none;
}
.customer-welcome li a:hover {
  color: #333;
  text-decoration: none;
}
.customer-welcome li a:active {
  color: #333;
  text-decoration: none;
}
.customer-welcome .customer-menu {
  display: none;
}
.customer-welcome .action.switch {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  vertical-align: top;
}
.customer-welcome .action.switch:focus,
.customer-welcome .action.switch:active {
  background: none;
  border: none;
}
.customer-welcome .action.switch:hover {
  background: none;
  border: none;
}
.customer-welcome .action.switch.disabled,
.customer-welcome .action.switch[disabled],
fieldset[disabled] .customer-welcome .action.switch {
  pointer-events: none;
  opacity: 0.5;
}
.customer-welcome .header.links {
  min-width: 175px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  margin-top: 7px;
  right: auto;
  left: 0;
}
.customer-welcome .header.links:before {
  right: auto;
  left: 10px;
}
.customer-welcome .header.links:after {
  right: auto;
  left: 9px;
  border-bottom-color: #ccc;
}
.customer-welcome.active .action.switch:after {
  content: '\e81b';
}
.customer-welcome.active .customer-menu {
  display: block;
}
.customer-welcome .greet {
  display: none;
}
@media (min-width: 992px) {
  html,
  body {
    min-height: 100%;
  }
  .ie9 body {
    background-color: #8f8f8f;
  }
  .customer-menu .header.links a {
    color: #777 !important;
  }
  .sticky-logo {
    float: right;
    margin-top: 13px;
    margin-left: 20px;
  }
  .sticky-logo .logo {
    margin: 0 !important;
  }
  .sticky-logo .logo img {
    height: 35px;
    width: auto;
    max-width: none;
    margin-left: 20px;
  }
  header.page-header.sticky-header .nav-sections {
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all;
  }
  header.page-header.sticky-header .navigation {
    padding: 0 10px;
  }
  header.page-header.sticky-header .navigation > ul {
    background-color: transparent;
  }
  header.page-header.sticky-header .navigation li.level0 > a > span.cat-label {
    top: -9px;
  }
  header.page-header.sticky-header .minicart-wrapper {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .header.panel {
    padding: 0;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-header .navigation .level0 > .level-top {
    text-transform: uppercase;
    display: inline-block;
  }
  .page-header .navigation .level0.parent > a:after {
    content: '\e81c';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-right: 5px;
    line-height: 42px;
  }
  .page-header .navigation .level0 .submenu {
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  .page-header .navigation .level0 .submenu li {
    margin-bottom: 0;
    position: relative;
  }
  .page-header .navigation .level0 .submenu .submenu {
    border-top-width: 0;
    margin-top: -6px !important;
    margin-right: 8px !important;
  }
  .page-header .navigation .level0 .submenu li.parent > a:after {
    content: '\e819';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-right: 6px;
    margin-left: 0;
    line-height: 15px;
    float: left;
  }
  .page-header .navigation .level0 .submenu .active > a {
    border: 0;
  }
  .page-header .drop-menu {
    position: relative;
  }
  .page-header .drop-menu .nav-sections {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    visibility: hidden;
    opacity: 0;
  }
  .page-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-header .drop-menu > a {
    display: block;
    font-size: 14px;
    letter-spacing: -0.01em;
    font-weight: 700;
    background: #222529;
    color: #fff;
    line-height: 20px;
    padding: 15px 15px 15px 20px;
  }
  .page-header .drop-menu > a:hover {
    background-color: #555;
  }
  .cms-index-index .page-header .drop-menu > a {
    pointer-events: none;
  }
  .cms-index-index .page-header .drop-menu .nav-sections {
    visibility: visible;
    opacity: 1;
    padding: 0 !important;
  }
  .cms-index-index .page-header.sticky-header .drop-menu > a {
    pointer-events: all;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections {
    visibility: hidden;
    opacity: 0;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 1em;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: left;
    margin-right: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin-bottom: 0;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
  }
  .header.panel > .header.links > li > a,
  .header.panel > .header.links > li > span {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }
  .header.panel > .header.links > li:first-child > a,
  .header.panel > .header.links > li:first-child > span {
    padding-right: 0;
    border-right: 0;
  }
  .header.panel > .header.links > li.welcome a {
    color: #fff;
    padding-right: 0.25em;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  border: 1px solid #bbb;
  background: #fff;
  padding: 10px;
}
[class^="porto-icon-"]:before,
[class*=" porto-icon-"]:before {
  font-family: 'porto-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-left: 0.1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-right: 0.1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.recent-posts .item .post-image {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 2px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  min-height: 120px;
}
.recent-posts .item .post-image img {
  border-radius: 4px;
  width: 100%;
}
.recent-posts .post-date {
  float: right;
  margin-left: 10px;
  text-align: center;
}
.recent-posts .post-date .day {
  background-color: #f7f7f7;
  color: #08c;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
}
.recent-posts .post-date .month {
  background-color: #08c;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07000000000000001) inset;
  color: #fff;
  font-size: 0.9em;
  padding: 2px 0;
  display: block;
  width: 45px;
}
.recent-posts .postTitle {
  min-height: 55px;
  border: 0;
}
.recent-posts .postTitle h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
.recent-posts .postTitle a:hover {
  text-decoration: none;
}
.recent-posts .postContent {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.recent-posts .postContent > p {
  margin: 0;
}
.recent-posts a.readmore {
  font-weight: 300;
  font-size: 16px;
}
.form-wishlist-items {
  padding-bottom: 30px;
}
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e889';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #e7e7e7;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #e7e7e7;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #e7e7e7;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 0.5em;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 0.5em 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 0.5em 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 0.5em;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #c1c1c1;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-left: 1.25em;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 0.5em;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 0.5em 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .qty.field .control {
  width: 45px;
}
body.overlay-layer::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.lookbook-body-wraper .lookbook-profiles {
  display: inline-block;
}
.lookbook-body-wraper .lookbook-profiles:before {
  content: '';
  display: table;
}
.lookbook-body-wraper .lookbook-profiles:after {
  content: '';
  clear: both;
}
.lookbook-body-wraper .lookbook-profile-inner {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.lookbook-body-wraper .clearfix {
  clear: both;
}
.lookbook-body-wraper .profile-image a {
  display: flex;
}
.lookbook-body-wraper .profile-image a img {
  max-height: 300px;
  width: 100%;
}
.lookbook-body-wraper .profile-content .profile-title a:hover {
  text-decoration: none;
}
.lookbook-body-wraper .profile-content .profile-title h3 {
  color: #333;
  margin: 15px;
  font-weight: 500;
  line-height: 27px;
  transition: all 0.3s;
}
.lookbook-pagination {
  margin-top: 35px;
}
.lookbook-pagination .toolbar-amount {
  width: 50%;
  text-align: center;
  display: block;
}
.lookbook-pagination .pages .item a,
.lookbook-pagination .pages .item strong {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  border: 1px solid transparent;
}
.lookbook-pagination .pages .item a.page:hover {
  background: #e5e5e5;
  border-color: #ccc;
}
.lookbook-pagination .pages .item.current strong {
  border: 1px solid #ccc;
}
.lookbook-layout-masonry .lookbook-button-group {
  margin-bottom: 20px;
  text-align: center;
}
.lookbook-layout-masonry .lookbook-button-group button {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  -webkit-border: none;
  -moz-border: none;
  -ms-border: none;
  border: none;
  margin-right: 10px;
  margin-bottom: 14px;
  font-weight: 500;
}
.lookbook-layout-masonry .lookbook-button-group button:hover,
.lookbook-layout-masonry .lookbook-button-group button.active {
  background: #6e716e;
  color: #fff;
}
.lookbook-layout-masonry .lookbook-body-wraper .lookbook-profiles {
  display: block;
}
.lookbook-profile-content {
  display: flex;
  position: relative;
}
.lookbook-profile-content .overlay.active {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all 0.3s;
}
.lookbook-profile-image {
  display: inline-flex;
  position: relative;
}
.lookbook-profile-image img {
  display: flex;
}
.lookbook-profile-marker {
  position: absolute;
}
.lookbook-profile-marker:hover .lookbook-profile-marker-title {
  transform: translateX(-50%) scale(1);
}
.lookbook-profile-marker.active {
  z-index: 6;
}
.lookbook-profile-marker.lookbook-product-show {
  z-index: 5;
}
.lookbook-profile-marker.lookbook-product-show .lookbook-profile-marker-title {
  transform: translateX(-50%) scale(0);
}
.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-top,
.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-bottom {
  transform: translateX(-50%) scale(1);
}
.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-left,
.lookbook-profile-marker.lookbook-product-show .lookbook-profile-product-popup-right {
  transform: translateY(-50%) scale(1);
}
.lookbook-profile-marker > span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  text-align: center;
  cursor: pointer;
}
.lookbook-profile-marker-title {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  position: absolute;
  white-space: nowrap;
  background: #fff;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  top: calc(-100% - 10px);
  padding: 10px 15px;
  transition: transform 0.4s;
  color: #333;
  line-height: 25px;
  top: -50px;
}
.lookbook-profile-marker-title:before {
  position: absolute;
  content: "";
  border: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -12px;
  left: calc(50% - 6px);
}
.lookbook-profile-marker-title h3 {
  margin: 0;
  font-size: 15px;
}
.lookbook-profile-product {
  -webkit-box-shadow: 0 0 3px #cacaca;
  -moz-box-shadow: 0 0 3px #cacaca;
  -ms-box-shadow: 0 0 3px #cacaca;
  box-shadow: 0 0 3px #cacaca;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  min-width: 238px;
  padding: 5px 7px !important;
  font-size: 14px;
  transition: transform 0.4s;
  line-height: 25px;
  z-index: 5;
  cursor: default;
  text-align: center;
}
.lookbook-profile-product.lookbook-profile-product-popup-top {
  left: 50%;
  transform: translateX(-50%) scale(0);
}
.lookbook-profile-product.lookbook-profile-product-popup-top:before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
}
.lookbook-profile-product.lookbook-profile-product-popup-bottom {
  left: 50%;
  transform: translateX(-50%) scale(0);
}
.lookbook-profile-product.lookbook-profile-product-popup-bottom:before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.lookbook-profile-product.lookbook-profile-product-popup-left {
  top: 50%;
  transform: translateY(-50%) scale(0);
}
.lookbook-profile-product.lookbook-profile-product-popup-left:before {
  content: "";
  position: absolute;
  right: -20px;
  top: calc(50% - 10px);
  border: 10px solid transparent;
  border-left: 10px solid #ffffff;
}
.lookbook-profile-product.lookbook-profile-product-popup-right {
  top: 50%;
  transform: translateY(-50%) scale(0);
}
.lookbook-profile-product.lookbook-profile-product-popup-right:before {
  content: "";
  position: absolute;
  left: -20px;
  top: calc(50% - 10px);
  border: 10px solid transparent;
  border-right: 10px solid #ffffff;
}
.lookbook-profile-product.lookbook-profile-not-product .lookbook-profile-marker-desc {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.lookbook-profile-product img {
  display: flex;
}
.lookbook-profile-product h3 {
  margin: 10px 0 0;
}
.lookbook-profile-product .price-box {
  margin-bottom: 10px;
}
.lookbook-profile-product .price-box span {
  background-image: none;
}
.lookbook-profile-product .lookbook-btn-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -7px;
  margin-right: -7px;
  padding-top: 5px;
  border-top: 1px solid #f2f2f2;
}
.lookbook-profile-product .lookbook-btn-product form,
.lookbook-profile-product .lookbook-btn-product a {
  width: 50%;
}
.lookbook-profile-product .lookbook-btn-product form button {
  background: transparent;
  border: transparent;
  padding: 0;
}
.lookbook-profile-product .lookbook-btn-product form button:hover {
  background: transparent;
  border: transparent;
}
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-detail:hover {
  text-decoration: none;
}
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-tocart,
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-detail {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
}
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-tocart:hover,
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-detail:hover {
  color: #006bb4;
}
.lookbook-profile-product .lookbook-btn-product .lookbook-btn-tocart:focus {
  background: transparent;
  border: none;
}
.lookbook-profile-product .lookbook-profile-marker-desc {
  border-top: 1px solid #cacaca;
  margin-top: 10px;
  padding-top: 7px;
}
.lookbook-profile-product .lookbook-profile-marker-desc p {
  margin: 0;
}
.lookbook-profile .magezon-builder {
  position: unset;
}
.lookbook-profile .mgz-element-inner {
  padding-left: 0;
}
.lookbook-marker .lookbook-loading {
  position: absolute;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  display: none;
}
.lookbook-marker .lookbook-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  margin-left: -34px;
  margin-top: -34px;
}
.lookbook-marker-type2 {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 20px;
}
.lookbook-marker-type2 .lookbook-profile-content {
  float: left;
  max-width: 100%;
}
.lookbook-marker-type2 .lookbook-profile-products {
  height: initial !important;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  float: none;
  width: 100%;
  margin-left: 0px;
  position: relative;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product {
  padding: 4px 8px;
  width: 50%;
}
@media only screen and (min-width: 576px) {
  .lookbook-marker-type2 .lookbook-profile-products .lookbook-product {
    width: 33.33333333%;
  }
}
.lookbook-marker-type2 .lookbook-profile-products::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #c1c1c1;
}
.lookbook-marker-type2 .lookbook-profile-products::-webkit-scrollbar {
  width: 7px;
  background-color: #c1c1c1;
}
.lookbook-marker-type2 .lookbook-profile-products::-webkit-scrollbar-thumb {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product {
  position: relative;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:after {
  position: absolute;
  content: "";
  width: 0;
  height: 5px;
  left: -3px;
  bottom: 0;
  transition: all 0.3s;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:hover:after,
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product.active:after {
  transition: all 1.9s;
  width: 101%;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:hover .lookbook-profile-title h3,
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product.active .lookbook-profile-title h3 {
  transition: all 0.3s;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product.lookbook-product-show {
  background: #d0d0d0;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-image .product-image-container {
  width: 100% !important;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-image .product-image-photo {
  margin: 0;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content .lookbook-profile-title:hover {
  text-decoration: none;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content .lookbook-profile-title h3 {
  margin-top: 0;
  color: #333;
  font-weight: 100;
  transition: all 0.3s;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content .lookbook-profile-product-desc {
  margin-bottom: 1rem;
}
.lookbook-marker-type2 .lookbook-profile-products textarea {
  display: none;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-btn-quick-view {
  color: #333;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-btn-quick-view:hover {
  text-decoration: none;
}
.lookbook-profile-view.page-layout-3columns .lookbook-profile-title {
  margin-top: 0;
}
.lookbook-profile-view.page-layout-3columns .lookbook-marker-type2 .lookbook-profile-content {
  max-width: 100%;
}
.lookbook-profile-view.page-layout-3columns .lookbook-marker-type2 .lookbook-profile-products {
  width: 100%;
  margin: 15px 0 0;
}
.add-all-to-cart {
  width: 100%;
  background: #f0f0f0;
  border-top: 1px solid #d0d0d0;
  padding: 10px 0 10px 0;
  text-align: right;
}
.add-all-to-cart button {
  margin-right: 10px;
}
.lookbook-animation span {
  position: relative;
}
.lookbook-animation span:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  animation: 1.5s linear 0s infinite normal lookbook-pulse;
}
#lookbook-popup {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  overflow: auto;
  max-width: 50%;
  padding: 20px;
  min-height: 250px;
}
#lookbook-popup.lookbook-popup-loading .lookbook-popup-loader {
  display: flex !important;
}
#lookbook-popup .bundle-options-container .product-add-form {
  display: block;
}
#lookbook-popup .lookbook-popup-loader {
  display: none;
  align-items: center;
  height: 260px;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  left: 0;
}
#lookbook-popup .lookbook-popup-loader .lookbook-popup-loader-bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: auto;
  max-width: 300px;
  width: 100%;
  height: 20px;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
}
#lookbook-popup .lookbook-popup-loader .lookbook-popup-loader-bar:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 75%, transparent 0, transparent);
  background-size: 50px 50px;
  content: "";
  animation: qoloader 2s linear infinite;
}
#lookbook-popup .ajaxcart-content {
  display: flex;
  width: 100%;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_left {
  float: left;
  width: 260px;
  flex: 0 0 auto;
  margin-right: 20px;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_image {
  text-align: center;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_image .product.media {
  width: 100% !important;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_review {
  text-align: center;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_left .ajaxcart-product_review .product-reviews-summary {
  margin-bottom: 0;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right {
  flex: 1 1 auto;
  align-self: center;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-cart-info {
  text-align: center;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-cart-info .ajaxcart-cart-subtotal {
  font-size: 18px;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-cart-info .ajaxcart-cart-subtotal .price {
  display: block;
  width: 100%;
  font-size: 28px;
  margin-top: 8px;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .box-tocart .action.tocart {
  margin-top: 20px;
  width: 100%;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-price .price-box {
  width: auto;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-price .price-box .price-container .price {
  font-size: 24px;
  line-height: 24px;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .ajaxcart-product_title {
  margin-top: 0;
  font-size: 3rem;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main {
  width: 100%;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-add-form {
  padding-top: 0;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-options-bottom .box-tocart {
  margin-bottom: 0;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-info-price {
  border-bottom-color: #f2f2f2;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .field.qty {
  margin-bottom: 0;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main div:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-info-price .price-box .old-price .price-container .price-label {
  display: none;
}
#lookbook-popup .ajaxcart-content .ajaxcart-content_right .product-info-main .product-info-price .price-box .old-price .price-container .price {
  text-decoration: line-through;
}
#lookbook-popup .ajaxcart-bottom {
  display: flex;
}
#lookbook-popup .bundle-options-container {
  width: 100%;
  margin: 0;
}
#lookbook-popup .bundle-options-container .product-add-form {
  display: block;
}
#lookbook-popup .bundle-options-container .bundle-options-wrapper {
  float: left;
  width: 57%;
}
#lookbook-popup .bundle-options-container .block-bundle-summary {
  float: right;
  margin-top: 66px;
  padding: 10px 20px;
  position: relative;
  width: 40%;
}
#lookbook-popup .ajaxcart-footer {
  display: flex;
  margin-top: 30px;
}
#lookbook-popup .ajaxcart-footer .action-cancel {
  width: 50%;
  flex: 0 0 auto;
  margin-right: 20px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#lookbook-popup .ajaxcart-footer .action {
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 50%;
  font-size: 18px;
  text-align: center;
}
#lookbook-popup .ajaxcart-footer .action.action-select {
  flex: 1 1 auto;
  align-self: center;
}
#lookbook-popup .mgz-product-simple .ajaxcart-footer {
  justify-content: flex-end;
}
#lookbook-popup .mgz-product-simple .ajaxcart-footer button {
  display: none;
}
#lookbook-popup .lookbook-action-select.loading-action-select {
  background-image: url(../../frontend/Smartwave/portortl_child/ar_SA/Magezon_LookBook/images/loader-1.gif);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}
.lookbook-profile .lookbook-profile-url a {
  color: #333;
  font-size: 16px;
}
.lookbook-profile .lookbook-profile-url a:hover {
  text-decoration: none;
}
.lookbook-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.lookbook-carousel.owl-carousel .owl-item {
  opacity: 0;
}
.lookbook-carousel.owl-carousel .owl-item.active {
  opacity: 1;
  transition: opacity 0.51s ease-in;
}
.lookbook-carousel.owl-carousel .add-all-to-cart {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.lookbook-carousel.owl-carousel .owl-nav button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 0;
  position: absolute;
  top: 50%;
}
.lookbook-carousel.owl-carousel .owl-nav button i {
  font-size: 18px;
  line-height: 40px;
}
.lookbook-carousel.owl-carousel .owl-nav .owl-prev {
  left: 5px;
}
.lookbook-carousel.owl-carousel .owl-nav .owl-next {
  right: 5px;
}
.lookbook-profile-carousel .profile-item {
  margin: 1px;
}
.lookbook-profile-carousel .profile-item-inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-thumbnail img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title {
  padding: 15px;
  position: relative;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title a {
  color: #333;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title a:hover {
  text-decoration: none;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title h3 {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  padding-right: 35px;
  text-align: left;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title .btn-link {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.lookbook-profile-carousel .profile-item-inner .profile-item-title .btn-link img {
  max-width: 16px;
}
.lookbook-profile-carousel .profile-item-inner .lookbook-not-btn .profile-item-title h3 {
  padding: 0;
  text-align: left;
}
.lookbook-profile-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0 !important;
}
.lookbook-profile-carousel .owl-nav button:hover {
  background: transparent !important;
}
.lookbook-profile-carousel .owl-nav button:hover i {
  color: #ececec;
}
.lookbook-profile-carousel .owl-nav button i {
  font-size: 26px;
  color: #6e716e;
}
.lookbook-profile-carousel .owl-nav .owl-prev {
  left: -40px;
}
.lookbook-profile-carousel .owl-nav .owl-next {
  right: -40px;
}
.lookbook-sidebar ul {
  list-style: none;
  padding: 0;
}
.lookbook-sidebar ul li a {
  color: #333;
}
.lookbook-sidebar ul li a:hover {
  text-decoration: revert;
}
.lookbook-widget .lookbook-title a {
  color: #333;
  font-weight: 400;
}
@media only screen and (max-width: 544px) {
  .lookbook-marker-type2 {
    display: block;
  }
  .lookbook-marker-type2 .lookbook-profile-content {
    max-width: 100%;
    float: none;
  }
  .lookbook-marker-type2 .lookbook-profile-products {
    width: 100%;
    margin: 15px 0;
    float: none;
  }
  .lookbook-profile-product {
    min-width: 88px;
    width: 88px;
    padding: 5px;
  }
  .lookbook-profile-product.lookbook-profile-product-popup-bottom {
    top: 25px;
  }
  .lookbook-profile-product img {
    display: block;
  }
  .lookbook-profile-product h3 {
    margin: 10px 0 5px;
    font-size: 1.6rem;
  }
  .lookbook-profile-product .lookbook-btn-product {
    display: block;
  }
  .lookbook-profile-product .lookbook-btn-product form,
  .lookbook-profile-product .lookbook-btn-product a {
    width: 100%;
  }
  #lookbook-popup {
    max-width: 80%;
    padding: 15px;
  }
  #lookbook-popup .ajaxcart-content {
    display: block;
  }
  #lookbook-popup .ajaxcart-content .ajaxcart-content_left {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}
.filterproducts.products {
  margin: 0;
}
p.fullwidth-filter-description {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.section-title,
.slider-title,
.widget .widget-title,
.widget .widget-title a {
  color: #313131;
}
.slider-title,
.section-title {
  font-size: 1.1429em;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  position: relative;
}
.slider-title .line,
.section-title .line {
  display: block;
  height: 1px;
  position: relative;
  bottom: 0.65em;
  width: 0;
}
.porto-products.title-border-bottom > .section-title,
.related.products .slider-title {
  letter-spacing: -0.01em;
  line-height: 22px;
  padding-bottom: 10px;
  margin-bottom: 24px;
}
.porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots,
.related.products .products-slider.show-dots-title-right .owl-dots {
  top: -52px;
  height: 32px;
}
.porto-products.title-border-bottom .products-slider.show-nav-title .owl-nav,
.related.products .products-slider.show-nav-title .owl-nav {
  margin-top: -36px;
}
.porto-products.title-border-middle > .section-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 24px;
}
.porto-products.title-border-middle > .section-title .line-l {
  height: 1px;
  position: relative;
  flex: 1 1 auto;
  min-width: 10%;
  background: rgba(0, 0, 0, 0.08);
}
.porto-products.title-border-middle > .section-title .line-r {
  height: 1px;
  position: relative;
  flex: 1 1 auto;
  min-width: 10%;
  background: rgba(0, 0, 0, 0.08);
}
.porto-products.title-border-middle > .section-title .inline-title {
  padding: 0 12px;
}
.porto-products.title-border-middle > .section-title.text-left .line-l {
  display: none;
}
.porto-products.title-border-middle > .section-title.text-left .inline-title {
  padding-left: 0;
}
.porto-products.title-border-middle > .section-title.text-right .inline-title {
  padding-right: 0;
}
.porto-products.title-border-middle > .section-title.text-right .line-r {
  display: none;
}
.porto-products.title-border-middle .products-slider.show-dots-title-right .owl-dots {
  top: -40px;
  height: 32px;
}
.porto-products.title-border-middle .products-slider.show-nav-title .owl-nav {
  margin-top: -24px;
}
.porto-products.title-border-bottom > .section-title,
.related.products .slider-title,
.porto-products.title-border-middle > .section-title .inline-title:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.slider-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.products-slider.owl-carousel,
.slider-wrapper .products {
  margin: 0!important;
}
.porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots,
.related.products .products-slider.show-dots-title-right .owl-dots {
  top: -52px;
  height: 32px;
}
.products-slider.owl-carousel .product-item {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.products-slider.owl-carousel .owl-stage-outer {
  padding-top: 10px;
  margin-top: -10px;
}
.ajax-products {
  display: flex;
  flex-wrap: wrap;
}
.ajax-products > .category-list {
  border-left: 1px solid #dcdcdc;
  padding: 0 15px;
}
.ajax-products > .category-list > span {
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
  color: #111;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  line-height: 1.4;
}
.ajax-products > .category-list > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.ajax-products > .category-list > ul > li {
  padding: 0;
  margin: 0;
}
.ajax-products > .category-list > ul > li > a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 24px 12px 0;
  color: #111;
  display: block;
  position: relative;
}
.ajax-products > .category-list > ul > li > a:before {
  content: '' !important;
  margin-left: 10px;
  position: absolute;
  right: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #d6d6d6;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.ajax-products > .category-list > ul > li > a.active:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  background: #111;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
}
.ajax-products > .category-list > ul > li > a > span {
  display: inline-block;
}
.ajax-products > .category-list > ul > li > a:hover {
  text-decoration: none;
}
.ajax-products > .category-detail {
  position: relative;
  padding-right: 4vw;
  padding-left: 0;
  margin-bottom: 50px;
  letter-spacing: -0.025em;
  min-height: 70vh;
}
.ajax-products > .category-detail > h2 {
  text-align: center;
  margin: 30px 0;
  font-size: 26px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 10px;
}
.ajax-products > .category-detail > .ajax_products_loader {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.5);
}
.load-more-area {
  text-align: center;
  margin: 20px 0;
}
.load-more-area > a {
  margin: 12px 40px;
  border: 1px solid #000;
  width: auto;
  display: inline-block;
  letter-spacing: 0.075em;
  color: #000;
  padding: 18px 55px;
  font-size: 12px;
  line-height: 1.3333;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    disaply: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1::before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3::before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    left: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    right: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: right;
    padding: 15px 10px 0;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: 0.2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    right: auto;
    left: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    right: auto;
    left: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px;
    right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.classic .submenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s opacity;
    padding: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 6;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    right: auto;
    left: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a > span {
    margin-left: auto;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    right: auto;
    left: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    right: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    right: 0;
  }
  .sw-megamenu.navigation li.level0 > em,
  .sw-megamenu.navigation li.level0 i {
    color: inherit;
    margin-left: 0.5rem;
  }
  .sw-megamenu.navigation.side-megamenu {
    padding: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
    margin-top: 1px;
    float: none !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e819';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: -2px;
    line-height: inherit;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e81a';
    margin-right: -2px;
    margin-left: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e819';
    display: inline-block;
    font-family: 'porto-icons';
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e81a';
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    right: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    right: auto !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    right: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    right: auto !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 1140px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 18px;
    padding: 14px 12px 14px 5px;
    color: inherit;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: left;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-right: 10px;
    padding: 0 2px;
    top: 0;
    left: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    color: inherit;
    margin-left: 0.5rem;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-right: 0.5rem;
    margin-left: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    content: '';
    position: absolute;
    border-left: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -12px;
    left: auto;
    top: 11.5px;
    z-index: 112;
    width: auto;
    height: auto;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    border-right: 12px solid #fff;
    left: -12px;
    right: auto;
    border-left: none;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.active {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.active + .level0 > a {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
    float: none !important;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    left: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    right: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-left-color: #0ae3eb;
  }
}
.theme-color {
  color: #08c !important;
}
.block .block-title {
  margin: 5px 0 10px;
  line-height: 1.2;
  font-size: 16px;
}
.porto-separator {
  margin: 0 0 22px;
}
.porto-separator.short {
  margin: -11px 0 11px;
}
.porto-separator.tall {
  margin: 22px 0 44px;
}
.porto-separator.taller {
  margin: 44px 0 66px;
}
.porto-separator .separator-line {
  margin: 0 auto;
}
.porto-separator .separator-line.align_left {
  margin: 0 0 0 auto;
}
.porto-separator .separator-line.align_center {
  margin: 0 auto;
}
.porto-separator .separator-line.align_right {
  margin: 0 auto 0 0;
}
.porto-ibanner {
  z-index: 1;
  overflow: hidden;
  margin: 0 0 35px;
  text-align: center;
}
.porto-ibanner,
.porto-ibanner > img {
  display: block;
  position: relative;
}
.porto-ibanner > img {
  width: 100%;
  transition: opacity 0.35s;
  border: none;
  padding: 0;
  margin: 0;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-backface-visibility: hidden;
}
.porto-ibanner > img.porto-lazyload:not(.lazy-load-loaded) {
  visibility: hidden;
}
.porto-ibanner-layer {
  text-align: right;
  font-size: 1rem;
}
.porto-ibanner .porto-ibanner-desc {
  padding: 15px;
  color: #fff;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s;
}
.porto-ibanner .porto-ibanner-desc.no-padding {
  padding: 0;
}
.porto-ibanner .porto-ibanner-desc .porto-ibanner-container {
  position: relative;
  height: 100%;
}
.porto-ibanner .porto-ibanner-desc:before,
.porto-ibanner .porto-ibanner-desc:after {
  pointer-events: none;
}
.porto-ibanner .porto-ibanner-desc,
.porto-ibanner .porto-ibanner-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.porto-ibanner .porto-ibanner-content {
  font-size: 0.8125em;
  line-height: 1.6;
}
.porto-ibanner .porto-ibanner-title,
.porto-ibanner p {
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  font-style: inherit;
  color: inherit;
}
.porto-ibanner a.porto-ibanner-link {
  display: block;
  z-index: 7;
  opacity: 0;
  background: 0 0;
}
ul.products .product-col {
  padding-left: 10px;
  padding-right: 10px;
}
ul.products li.product-category {
  text-align: center;
}
ul.products li.product-category a {
  text-decoration: none;
}
ul.products li.product-category .thumb-info {
  min-height: 90px;
  margin-bottom: 0;
  text-align: left;
}
ul.products li.product-category .thumb-info h3 {
  font-weight: 700;
  margin: 0 0 10px;
  color: inherit;
  letter-spacing: -0.005em;
}
ul.products li.product-category .thumb-info-title {
  background: none;
  max-width: none;
  width: 100%;
  bottom: 0;
  padding: 1.2em 1.5em;
  margin: 0;
}
ul.products li.product-category .thumb-info-type {
  display: block;
  margin: -10px 0 0;
  padding: 0;
  font-weight: 400;
  background: none;
  float: none;
  opacity: 0.7;
  line-height: 1.8;
}
ul.products li.product-category mark {
  padding: 0;
  background: none;
  color: inherit;
}
ul.products li.product-category .thumb-info-wrapper:after {
  background: rgba(27, 27, 23, 0.15);
  z-index: 1;
  opacity: 1;
}
ul.products li.product-category:hover .thumb-info-wrapper:after {
  background: rgba(27, 27, 23, 0.3);
}
ul.products li.cat-has-icon .thumb-info {
  padding: 40px 0 25px;
  transition: box-shadow 0.2s;
  text-align: center;
}
ul.products li.cat-has-icon .thumb-info > i {
  font-size: 3em;
  display: inline-block;
  margin-bottom: 15px;
}
ul.products li.cat-has-icon .thumb-info-wrap {
  display: block;
}
ul.products li.cat-has-icon .thumb-info-title {
  display: block;
  position: static;
  padding: 0 0 10px;
}
ul.products.category-pos-middle li.product-category .thumb-info-title {
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
ul.products.category-pos-outside li.product-category .thumb-info-title {
  position: static;
  transform: none;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
ul.products.category-text-center .thumb-info-title {
  text-align: center;
}
ul.products.category-text-right .thumb-info-title {
  text-align: left;
}
li.product-category .thumb-info-title a {
  color: inherit;
}
li.product-category .thumb-info-title a:hover {
  color: inherit;
  text-decoration: underline;
}
li.product-category .sub-categories {
  font-size: 0.875rem;
  font-weight: 400;
  opacity: 0.7;
}
ul.category-color-dark li.product-category .thumb-info-title {
  color: #1d2127;
}
.grid-creative.category-pos-outside li.product-category .thumb-info {
  height: calc(100% - (60px));
}
.porto-products.show-count-on-hover li.product-category .thumb-info-type {
  max-height: 10px;
  transition: 0.5s;
  transform: translateY(20%);
  opacity: 0;
}
.porto-products.show-count-on-hover li.product-category:hover .thumb-info-type {
  max-height: 30px;
  transform: translateY(0);
  opacity: 0.7;
}
.porto-products.hide-count li.product-category .thumb-info-type {
  display: none;
}
.porto-products.hide-count li.product-category .thumb-info h3 {
  margin-bottom: 0;
}
.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
.thumb-info .thumb-info-wrapper:after {
  content: "";
  transition: all 0.3s;
  bottom: 0;
  color: #FFF;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  opacity: 0;
  z-index: 1;
}
.thumb-info .thumb-info-title {
  transition: all 0.3s;
  background: rgba(33, 37, 41, 0.8);
  bottom: 13%;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  right: 0;
  letter-spacing: -0.05em;
  padding: 13px 21px 2px;
  position: absolute;
  z-index: 2;
  max-width: 90%;
}
.thumb-info .thumb-info-inner {
  transition: all 0.3s;
  display: block;
  font: inherit;
  color: inherit;
  margin-bottom: 0;
}
.thumb-info .thumb-info-type {
  display: inline-block;
  float: right;
  font-size: 0.6em;
  font-weight: 600;
  letter-spacing: 0;
  margin: 8px 0 -15px -2px;
  padding: 2px 12px;
  text-transform: uppercase;
  z-index: 2;
  line-height: 2.3;
}
.thumb-info img {
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
}
.single-subscribe .newsletter .control {
  display: flex;
  align-items: center;
}
.single-subscribe .newsletter .input-text {
  display: block;
  flex: 1;
}
.single-subscribe .newsletter input {
  height: 3rem;
  padding-right: 20px;
  padding-left: 25px;
  border-radius: 0 30px 30px 0;
  font-size: 0.75rem;
  color: #777;
  border: none;
  margin: 0;
  width: 100%;
  display: block;
}
.single-subscribe .newsletter .action {
  height: 3rem;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 30px 0 0 30px;
}
.porto-links-block {
  border: 1px solid;
}
.porto-links-block .links-title {
  border-bottom: 1px solid;
  font-size: 1em;
  font-weight: 700;
  line-height: 14px;
  padding: 15px 20px;
  margin: 0;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.12px;
  transition: 0.25s;
}
.porto-links-block .links-title i {
  margin-left: 5px;
}
.porto-links-block .links-content ul {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
.porto-links-block li.porto-links-item {
  display: block;
  margin: 0;
}
.porto-links-block li.porto-links-item:first-child > a,
.porto-links-block li.porto-links-item:first-child > span {
  border-top-width: 0;
}
.porto-links-block li.porto-links-item a,
.porto-links-block li.porto-links-item span {
  display: block;
  font-size: 1em;
  line-height: 20px;
  color: #465157;
  letter-spacing: 0.1px;
  padding: 11px 6px 10px;
  margin: 0 10px -1px;
  text-decoration: none;
  border-top: 1px solid #ddd;
}
.porto-links-block li.porto-links-item a:hover {
  text-decoration: underline;
}
.porto-links-block li.porto-links-item i {
  margin-left: 12px;
  font-size: 20px;
  float: right;
}
.porto-links-block li.porto-links-item i.icon-image {
  display: inline-block;
  vertical-align: middle;
  float: none;
  max-width: 20px;
}
.divider {
  height: 1px;
}
.divider.divider-small {
  margin: 22px auto;
  background: transparent;
}
.divider.divider-small.divider-small-center {
  text-align: center;
}
.divider.divider-small.divider-small-center hr {
  margin-left: auto;
  margin-right: auto;
}
.divider.divider-small hr {
  width: 50px;
  height: 1px;
}
.category-sidebar {
  padding: 0.7143em 0;
  list-style: none;
  margin: 0;
  font-size: 0.9286em;
}
.category-sidebar li {
  position: relative;
  margin: 0;
  color: #777;
}
.category-sidebar li > a:not(.expand-icon) {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e7e7e7;
  color: inherit;
}
.category-sidebar li > .expand-icon {
  position: absolute;
  left: -6px;
  top: 9px;
  font-size: 18px;
  line-height: 24px;
  color: inherit;
  width: 24px;
  height: 24px;
}
.category-sidebar li > .expand-icon em.porto-icon-plus-squared::before {
  content: "\f807";
}
.category-sidebar li > .expand-icon em.porto-icon-minus-squared::before {
  content: "\f804";
}
.category-sidebar > li:last-child > a:not(.expand-icon) {
  border-bottom: 0;
}
.category-sidebar ul {
  display: none;
  list-style: none;
  padding-right: 1.0714em;
  margin: 0;
}
.onepage-category > .category-list {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100%;
  width: 80px;
  text-align: left;
  background: #222529;
  padding: 32px 0 0;
  z-index: 20;
}
.onepage-category > .category-list > ul {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  transition: all 0.3s;
  padding-top: 0;
  margin-bottom: 0;
}
.onepage-category > .category-list > ul > li {
  margin: 0;
  margin-bottom: 1rem;
}
.onepage-category > .category-list > ul > li > a {
  color: #fff;
  width: auto;
  line-height: 79px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.onepage-category > .category-list > ul > li > a > em {
  font-size: 1.6875rem;
  width: 80px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.onepage-category > .category-list > ul > li > a > em > img {
  vertical-align: middle;
}
.onepage-category > .category-list > ul > li > a > span {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.onepage-category > .category-list > ul > li > a:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  left: -15px;
  top: 50%;
  margin-top: -8px;
  border: 8px solid transparent;
  transition: all 0.3s;
}
.onepage-category > .category-list > ul > li > a.active,
.onepage-category > .category-list > ul > li > a:hover {
  background-color: #00d59d;
}
.onepage-category > .category-list > ul > li > a.active:after,
.onepage-category > .category-list > ul > li > a:hover:after {
  border-right-color: #00d59d;
}
.onepage-category > .category-list > ul > li > a:hover > span {
  opacity: 1;
  visibility: visible;
  width: auto;
  padding-left: 50px;
}
.onepage-category > .category-list > ul > li:last-child {
  margin-bottom: 0;
}
.onepage-category > .category-details {
  position: relative;
  float: left;
  width: 100%;
  min-height: 80vh;
}
.onepage-category .category-details {
  padding: 70px 0;
}
.onepage-category .category-details .title-menu {
  position: relative;
  margin-bottom: 25px;
}
.onepage-category .category-details .title-menu > a {
  font-family: 'Poppins';
  color: #222529;
  display: inline-block;
  margin-top: 0;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 46px;
  text-transform: uppercase;
}
.onepage-category .category-details .title-menu > a > span {
  display: inline-block;
  vertical-align: middle;
}
.onepage-category .category-details .title-menu > a.parent:after {
  display: inline-block;
  content: "\f813";
  font-family: porto-icons;
  margin-right: 18px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 36px;
}
.onepage-category .category-details .title-menu > a.parent.opened:after {
  content: "\f810";
}
.onepage-category .category-details .title-menu > .menu-popup {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 5px;
  padding: 50px 0;
}
.onepage-category .category-details .title-menu > .menu-popup:before {
  content: "";
  border: 8px solid transparent;
  width: 16px;
  height: 16px;
  display: block;
  border-bottom-color: #bebebe;
  position: absolute;
  top: -16px;
  right: 90px;
}
.onepage-category .category-details .title-menu > .menu-popup:after {
  content: "";
  border: 7px solid transparent;
  width: 14px;
  height: 14px;
  display: block;
  border-bottom-color: #fff;
  position: absolute;
  top: -13px;
  right: 91px;
}
.onepage-category .category-details .menu-popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.onepage-category .category-details .menu-popup ul > li > a {
  color: #000;
  font-size: 16px;
  line-height: 2.5;
}
.onepage-category .category-details .menu-popup > ul {
  display: flex;
  flex-wrap: wrap;
}
.onepage-category .category-details .menu-popup > ul > li {
  float: right;
  border-right: 1px solid #bebebe;
  margin: 10px 0;
  padding: 30px 0;
}
.onepage-category .category-details .menu-popup > ul > li > a {
  font-weight: 700;
  text-transform: uppercase;
}
.onepage-category .category-details .menu-popup > ul.columns5 > li {
  width: 20%;
  padding-right: 4%;
  padding-left: 4%;
}
.onepage-category .category-details .menu-popup > ul.columns5 > li:nth-child(5n+1) {
  border-right: 0;
  clear: right;
}
.onepage-category .category-details .menu-popup li.menu-item {
  margin-bottom: 0;
}
.onepage-category .category-details .products-area .category-link {
  float: left;
  margin-top: -60px;
  margin-right: 0;
  position: relative;
  z-index: 2;
  font-size: 0.8125rem;
  padding: 1em 3em;
  letter-spacing: 0.01em;
  font-weight: 700;
  line-height: 1.42857;
  background: #222529;
  border: 1px solid transparent;
  color: #fff;
  text-transform: uppercase;
}
.onepage-category .additional-content {
  margin-bottom: 1.5vw;
}
.onepage-category .additional-content img {
  max-width: 100%;
}
.onepage-category .menu-popup a > span {
  position: relative;
}
.onepage-category .menu-popup a > span > span.cat-label {
  top: 3px;
  left: -35px;
  font: inherit;
  font-size: 9px;
  padding: 2px;
  z-index: 1;
  border-radius: 2px;
  line-height: 1;
  border: 1px solid #777;
  position: absolute;
}
.onepage-category .onepage-category {
  display: flex;
  flex-wrap: wrap;
}
.onepage-cat.category-list {
  position: fixed;
  width: 80px;
  right: 0;
  height: 100%;
  top: 0;
  bottom: 0;
}
body > .onepage-cat.category-list {
  display: none;
}
.pt_row.pt_row-no-padding .pt_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.pt_row-no-padding .pt_inner {
  margin-left: 0;
  margin-right: 0;
}
.pt_row.pt_row-o-full-height {
  min-height: 100vh;
}
.pt_row.pt_row-flex {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pt_row.pt_row-flex > .pt_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pt_row.pt_row-flex > .pt_column_container > .pt_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  max-width: 100%;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pt_row.pt_row-flex > .pt_column_container > .pt_column-inner {
    /* IE10+ specific styles */
  }
  .pt_row.pt_row-flex > .pt_column_container > .pt_column-inner > * {
    min-height: 1em;
  }
}
.pt_row.pt_row-flex::before,
.pt_row.pt_row-flex::after {
  display: none;
}
.pt_row.pt_row-o-columns-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.pt_row.pt_row-o-columns-top {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.pt_row.pt_row-o-columns-bottom {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.pt_row.pt_row-o-columns-middle {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.pt_row.pt_row-o-columns-top::after,
.pt_row.pt_row-o-columns-bottom::after,
.pt_row.pt_row-o-columns-middle::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.pt_row.pt_row-o-equal-height > .pt_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.pt_row.pt_row-o-content-top > .pt_column_container > .pt_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pt_row.pt_row-o-content-top:not(.pt_row-o-equal-height) > .pt_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.pt_row.pt_row-o-content-bottom > .pt_column_container > .pt_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pt_row.pt_row-o-content-bottom:not(.pt_row-o-equal-height) > .pt_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.pt_row.pt_row-o-content-middle > .pt_column_container > .pt_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pt_row.pt_row-o-content-middle:not(.pt_row-o-equal-height) > .pt_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pt_column-inner::before,
.pt_column-inner::after {
  content: " ";
  display: table;
}
.pt_column-inner::after {
  clear: both;
}
.widget:first-child {
  margin-top: 0;
}
.widget .tagcloud {
  margin-top: -0.3846em;
  margin-bottom: -0.3846em;
}
.widget .tagcloud a {
  margin: 0.3846em 0 0.3846em 0.3846em;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  font-size: 0.75em !important;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px;
}
.widget.contact-info ul,
.widget.contact-info li {
  border-width: 0;
  margin: 0;
  padding: 0;
}
.widget.contact-info li a:hover {
  text-decoration: underline;
}
.widget.contact-info li:not(:last-child) {
  margin-bottom: 10px;
}
.widget.contact-info p {
  margin-bottom: 10px;
}
.widget.contact-info i {
  clear: both;
  float: right;
  text-align: center;
  width: 16px;
  top: -2px;
  margin: 4px 0 10px 9px;
  font-size: 1.3em;
  position: static!important;
}
.widget.contact-info .contact-details strong,
.widget.contact-info .contact-details span {
  display: block;
  padding-right: 25px;
}
.widget.follow-us .share-links a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin: 2px;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  font-size: 14px;
}
.widget.follow-us .share-links a:hover {
  color: #fff;
}
.footer,
.footer p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.065px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  margin: 0;
}
.footer .widget {
  margin-bottom: 20px;
}
.footer .widget p {
  margin-top: -3px;
  margin-bottom: 13px;
  font-size: 1em;
}
.footer .widget + .widget {
  margin-top: 20px;
}
.footer .widget .tagcloud a {
  background: none;
  color: inherit;
  border-radius: 0;
  font-size: 11px!important;
  font-weight: 400;
  text-transform: none;
  padding: 0.6em;
  border: 1px solid #313438;
}
.footer .widget.contact-info .contact-details strong {
  font-weight: 400;
}
.footer .widget.contact-info i {
  display: none;
}
.footer .follow-us .share-links a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #313438;
  box-shadow: none;
}
.footer .follow-us .share-links a:not(:hover) {
  background: none;
  color: #fff;
}
.footer .follow-us .share-links a:hover {
  border-color: #fff;
  color: #fff;
}
.footer .contact-info .contact-info-block .contact-details strong,
.footer .contact-info .contact-info-block .contact-details span {
  padding-right: 0;
}
.footer .contact-info .contact-info-block .contact-details strong {
  line-height: 1em;
  color: #fff;
}
.footer .newsletter {
  margin-bottom: 0;
}
.footer .newsletter label {
  display: none;
}
.footer .newsletter .field .control:before {
  display: none;
}
.footer .newsletter input {
  height: 48px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0 30px 30px 0;
  font-size: 0.75rem;
  color: #777;
  border: none;
}
.footer .newsletter .action.subscribe {
  height: 48px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  border-radius: 30px 0 0 30px;
  border: none;
}
.footer-top .custom-block {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-top .custom-block:before,
.footer-top .custom-block::after {
  content: '';
  display: block;
  border-top: 1px solid #e7e7e7;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.footer-top .custom-block:before {
  margin-bottom: 40px;
}
.footer-top .custom-block:after {
  margin-top: 40px;
}
.footer-top .widget:last-child {
  margin-bottom: 0;
}
.footer-middle {
  background-color: #121214;
  color: #777;
}
.footer-middle > .container {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 1.5rem;
}
.footer-middle > .container::after {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  border-bottom: 1px solid #313438;
}
.footer-middle [class^="porto-icon-"],
.footer-middle [class*=" porto-icon-"] {
  color: #777;
}
.footer-middle .widget_media_image img {
  max-width: 111px;
  height: auto;
  display: block;
}
.footer-middle .block {
  text-align: right;
  line-height: 1.5;
  margin: 0;
  width: auto;
}
.footer-middle .block .block-title {
  margin-bottom: 20px;
}
.footer-middle .block .block-title strong {
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  color: #fff;
  text-transform: none;
}
.footer-middle a,
.footer-middle a:hover,
.footer-middle a:focus {
  color: #fff;
}
.footer-bottom {
  background-color: #0c0c0c;
  padding: 15px 0;
  font-size: 0.9em;
}
.footer-bottom > .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-bottom .widget {
  display: inline-block;
  margin: 0;
}
.footer-bottom .logo {
  margin: 0;
  margin-left: 45px;
  float: right;
}
.footer-bottom .custom-block {
  float: right;
  line-height: 1;
  margin: 3px 0;
}
.footer-bottom .custom-block img {
  display: inline-block;
  vertical-align: middle;
}
.footer-bottom address {
  order: 1;
  padding: 10px 8px 10px 0;
  text-align: right;
  margin-right: auto;
  flex: auto;
}
.footer-bottom .custom-block.f-right {
  margin: 0;
  order: 2;
  padding: 10px 8px 10px 0;
  text-align: left;
  flex: auto;
}
.footer-bottom .switcher {
  line-height: 1 !important;
  display: block;
  height: auto;
  margin-top: 15px;
  float: right;
}
.footer-bottom .switcher label {
  display: none;
}
.footer-bottom .switcher select {
  display: inline-block;
  width: auto;
  line-height: 1;
}
.footer-ribbon {
  background-color: #08c;
  position: absolute;
  top: 0;
  margin: -16px 0 0;
  padding: 10px 20px 6px;
  color: #fff;
  font-size: 1.6em;
  z-index: 1;
}
.footer-ribbon span {
  color: #fff;
  font-family: "Shadows Into Light", cursive;
  line-height: 1;
}
.footer-ribbon:before {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  width: 7px;
  left: 100%;
  border-left: 10px solid #646464;
  border-top: 16px solid transparent;
}
/*** About US ***/
h2.word-rotator-title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px 0;
  color: #121214;
}
.word-rotate {
  visibility: hidden;
  width: 100px;
  height: 0;
  margin-bottom: -7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
h2 .word-rotate {
  margin-bottom: -7px;
}
.word-rotate.active {
  visibility: visible;
  width: auto;
}
.word-rotate .word-rotate-items {
  position: relative;
  top: 0;
  width: 100%;
}
.word-rotate .word-rotate-items span {
  display: block;
  white-space: nowrap;
}
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
  color: #08c;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #08c;
  border-color: #08c;
}
.btn-primary:hover {
  color: #fff;
  opacity: 0.85;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn:hover {
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.push-top {
  margin-top: 20px;
}
hr.tall {
  margin: 30px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
}
.entry-content h3 {
  font-size: 1.7em;
  font-weight: normal;
  color: #08c;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase;
}
.entry-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.entry-content .lead {
  font-size: 21px;
  line-height: 1.4;
}
.history {
  margin: 25px 0;
  padding: 0;
  clear: both;
}
.history .thumb {
  background: transparent url(../../frontend/Smartwave/portortl_child/ar_SA/images/history-thumb.png) no-repeat 0 0;
  width: 227px;
  height: 160px;
  margin: 0 0 30px;
  padding: 0;
  float: right;
}
.history .thumb img {
  border-radius: 50%;
  margin: 7px 8px;
  width: 145px;
  height: 145px;
}
.history h4 {
  float: right;
  margin: 15px 0;
  padding: 0;
  color: #08c;
  line-height: 27px;
}
.history p {
  margin: 0;
  margin-right: 55px;
  line-height: 24px;
}
.featured-box {
  background: #f5f5f5;
  background-color: transparent;
  background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.featured-box .box-content {
  border-radius: 8px;
  border-top: 4px solid #08c;
  padding: 30px 20px;
}
.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.featured-box .block-flickr-photos {
  border: 0;
}
.featured-box .block-flickr-photos .block-title {
  display: none;
}
.featured-box .block-flickr-photos a.flickr-image {
  margin: 5px;
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 5px;
  border-radius: 5px;
}
.featured-box .block-flickr-photos a.flickr-image img {
  max-width: 100%;
  width: 75px;
}
.history .featured-box {
  text-align: right;
  margin-right: 225px;
  margin-bottom: 35px;
  min-height: 115px;
}
.history .featured-box .box-content {
  border-top-color: #08c;
}
#newsletter_popup {
  background: #ffffff url(../../frontend/Smartwave/portortl_child/ar_SA/images/shop_newsletter_popup.jpg) no-repeat;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.12);
  background-position: center;
  background-size: cover;
  padding: 4rem 2.5rem;
  margin: 0;
  width: 740px;
  min-height: 300px;
  text-align: right;
  position: relative;
}
#newsletter_popup .text_left img {
  max-width: 111px;
  display: block;
}
#newsletter_popup form.subscribe {
  display: flex;
  align-items: center;
}
#newsletter_popup .field {
  flex: 1;
}
#newsletter_popup .field,
#newsletter_popup .actions {
  margin-bottom: 20px;
}
#newsletter_popup input[type="email"] {
  height: 3rem;
  border: none;
  border-radius: 0 1.5rem 1.5rem 0;
  background: #f4f4f4;
  box-shadow: none !important;
  padding-right: 1.375rem;
}
#newsletter_popup .action.primary {
  height: 3rem;
  padding-left: 2rem;
  padding-right: 1.5rem;
  border-radius: 1.5rem 0 0 1.5rem;
  box-shadow: none !important;
  margin-left: 0.5rem;
  font-weight: 700;
}
#newsletter_popup label.checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
}
#newsletter_popup .checkbox {
  font-size: 0.75rem;
}
#newsletter_popup .checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.1rem;
  margin-left: 1px;
  margin-right: 5px;
  vertical-align: middle;
  outline: none;
  border-radius: 3px;
  color: #555;
  top: 0;
}
#newsletter_popup .checkbox input[type="checkbox"]:checked:before {
  content: "\e8c5";
  font-family: 'porto-icons';
  font-weight: 900;
  margin: 0;
  width: 1.15rem;
  height: 1.2rem;
  line-height: 1.2rem;
  float: left;
  font-size: 11px;
  text-align: center;
}
#newsletter_popup div.mage-error[generated] {
  position: absolute;
  margin-top: 40px;
  font-size: 0.87em;
}
@media (min-width: 768px) {
  .onepage-category > .category-list > ul > li {
    margin-bottom: 1rem;
  }
  .pt_row-o-full-height > .container > .row,
  .pt_row-o-equal-height > .container > .row > .pt_column_container > .pt_column-inner {
    height: 100%;
  }
  .footer .footer-top .widget {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .onepage-cat.category-list + .main.container {
    padding: 0 50px;
  }
  .onepage-category .category-detail .menu-popup ul > li > a {
    font-size: 11px;
  }
  .onepage-category .category-detail .title-menu > .menu-popup {
    padding: 10px 0;
  }
  .onepage-category .category-detail .title-menu > a {
    margin-top: 46px;
  }
}
@media (max-width: 991px) {
  .footer .footer-bottom > .container {
    justify-content: flex-end;
  }
  .footer .footer-bottom .custom-block.f-right {
    padding-right: 0;
    text-align: right;
  }
  .porto-ibanner-layer {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-open .onepage-category > .category-list {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .porto-ibanner-layer {
    font-size: 0.8125rem;
  }
  .cms-index-index .onepage-category,
  .onepage-category {
    display: block;
  }
  .onepage-category > .category-list {
    width: auto;
    float: none;
    padding: 0;
    min-height: 0;
    position: static;
    margin-bottom: 20px;
  }
  .onepage-category > .category-list > ul {
    padding: 0;
  }
  .onepage-category > .category-list > ul > li {
    margin: 0;
    display: inline-block;
  }
  .onepage-category > .category-list > ul > li > a:after,
  .onepage-category > .category-list > ul > li > a:hover > span {
    display: none;
  }
  .onepage-category > .category-details {
    float: none;
    width: auto;
  }
  .onepage-category > .category-list > ul {
    position: static!important;
  }
  .onepage-category .category-detail .menu-popup > ul {
    display: block;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li {
    width: 50%;
    padding: 10px 15px;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(5n+1) {
    border-right: 1px solid #bebebe;
    clear: none;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(2n+1) {
    border-right: 0;
    clear: right;
  }
  .onepage-category .category-detail .menu-popup ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .porto-ibanner-layer {
    font-size: 0.75rem;
  }
  .onepage-category .category-detail .products-area .category-link {
    margin-right: 0;
    margin-bottom: 25px;
    float: none;
    display: inline-block;
  }
}
.search-autocomplete {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete dl {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete dl dt {
  border-top: 1px solid #e5e5e5;
  cursor: default;
  margin: 0;
  padding: 0.25em 2em 0.25em 0.5em;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dt:not(:empty) {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom: 0;
}
.search-autocomplete dl dt:first-child {
  border-top: none;
}
.search-autocomplete dl dt:hover,
.search-autocomplete dl dt.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 0.25em 0.5em;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dd:not(:empty) {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
}
.search-autocomplete dl dd:first-child {
  border-top: none;
}
.search-autocomplete dl dd:hover,
.search-autocomplete dl dd.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 0.25em;
}
.search-autocomplete dl dd .clear {
  clear: both;
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart,
.weltpixel_quickview-catalog_product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add,
.weltpixel_quickview-catalog_product-view .reviews-actions .add {
  display: none;
}
.weltpixel-quickview-catalog-product-view .main-product-detail,
.weltpixel_quickview-catalog_product-view .main-product-detail {
  padding: 0;
}
.weltpixel-quickview-catalog-product-view .page-main,
.weltpixel_quickview-catalog_product-view .page-main {
  padding: 25px !important;
  background: #fff;
}
.weltpixel-quickview-catalog-product-view .sidebar,
.weltpixel_quickview-catalog_product-view .sidebar {
  display: none;
}
.weltpixel-quickview-catalog-product-view .page-main,
.weltpixel_quickview-catalog_product-view .page-main {
  max-width: 100% !important;
}
.weltpixel-quickview-catalog-product-view .page-main .columns,
.weltpixel_quickview-catalog_product-view .page-main .columns {
  padding: 0 !important;
}
.weltpixel-quickview-catalog-product-view .page-wrapper,
.weltpixel_quickview-catalog_product-view .page-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
  min-height: auto;
}
.weltpixel-quickview-catalog-product-view .column.main,
.weltpixel_quickview-catalog_product-view .column.main {
  width: 100%;
  padding: 0;
}
.box-gotoproduct #product-gotoproduct-button {
  background: none;
  color: #222529;
  border: none;
  height: auto;
  margin-top: 10px;
  display: inline-block;
  min-width: auto;
  padding: 0;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 1em;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 1em;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: 0.5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\f801';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\f802';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 0.5em;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 0.5em 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 1em;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 1em 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 1em;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 0.5em;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-left: -85px;
  padding-left: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  top: 7px;
  left: 0;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 1em;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: right;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: right;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 1em 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 0.5em 0;
}
.sidebar .block-addbysku .action.remove {
  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;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999;
  content: '\f819';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    left: -0.5em;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    left: 0.5em;
    right: auto;
    top: 0%;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before {
    border-bottom-color: #ddd;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #e7e7e7;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding: 0.5em 15px 0.5em 2em;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    left: 1em;
    top: 0.5em;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e81b';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'porto-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
    transition: visibility 0s 0.3s, opacity 0.3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 1em;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .aw-raf__advocate-info-referral-url .control .input-text {
    margin-bottom: 10px;
  }
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amgdprcookie-bar-container .action-close {
    padding: 10px;
    right: 0;
    top: 0;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    min-width: unset;
    width: unset;
  }
  .amreview-widget-container .slick-dots button {
    border: 1px solid #cccccc;
  }
  .amrewards-apply-container#block-reward {
    float: initial;
    width: 100%;
  }
  .amrewards-apply-container#block-reward .content {
    max-width: 100%;
  }
  .amrewards-apply-container#block-reward .amrewards-discount-form {
    max-width: 100%;
  }
  .multiple-wishlist-container {
    text-align: center;
  }
  .multiple-wishlist-container .multiple-wishlist-box-wrapper {
    max-width: 276px;
    float: none;
    display: inline-block;
    text-align: left;
  }
  .multiple-wishlist-container .multiple-wishlist-box-wrapper .box {
    width: 88px;
    height: 100px;
  }
  .multiple-wishlist-container .multiple-wishlist-box-wrapper .box-bottom {
    width: 270px;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .block-cart-failed .block-title {
    margin: 0 1em 1em;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    display: none;
  }
  .sticky-product {
    padding: 5px 0;
  }
  .sticky-product .sticky-detail {
    display: none;
  }
  .mobile-sticky .sticky-product {
    padding: 70px 0 10px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #e7e7e7;
    margin-top: 0;
  }
  .cart.table-wrapper {
    border-top: 1px solid #e7e7e7;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.item,
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: none;
    white-space: nowrap;
    width: 100%;
    text-align: center;
  }
  .cart.table-wrapper .col.item:before,
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .product-item-photo {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 10px;
    min-height: auto;
  }
  .cart.table-wrapper .product-item-name + .item-options {
    margin-top: 0;
    text-align: center;
    display: inline-block;
  }
  .cart.table-wrapper .product-item-details {
    text-align: center;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .checkout-index-index .page-header .minicart-wrapper {
    display: none;
  }
  .page-header.type5 .block-search .label {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 1em;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 1em;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 0.5em;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 1em;
  }
  .login-container {
    padding-bottom: 35px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 2em;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: left;
    margin-top: 0.25em;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 1em;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 0.5em;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    left: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-left: 7rem;
  }
  .cart.table-wrapper .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #08c;
    content: '\e62a';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #777;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #08c;
  }
  .cart.table-wrapper .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #fff;
    margin: -0.25em -15px -1px 14px;
    padding: 4px 14px 9px 0.5em;
  }
  .cart.table-wrapper .action-gift._active:after {
    color: #777;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #08c;
    content: '\e62b';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #777;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #08c;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-left: 0;
  }
  .gift-options-cart-item {
    float: right;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #777;
    display: block;
    padding: 0.25em 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #08c;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    right: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-right: 1.25em;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-right: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 2em;
  }
  .block-collapsible-nav {
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #e7e7e7;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .block-collapsible-nav .item {
    padding: 0 15px;
  }
  .products-grid.wishlist {
    margin-bottom: 1.5em;
    margin-left: -0.5em;
  }
  .products-grid.wishlist .product-item {
    padding: 1em 1em 1em 0.5em;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: right;
    margin-left: 1em;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-left: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-right: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: right;
    margin-left: 1em;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #08c;
    content: '\e889';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #777;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #08c;
  }
  .slider-title .line,
  .section-title .line {
    display: none !important;
  }
  .ajax-products {
    display: block;
  }
  .ajax-products > .category-list {
    border-left: 0;
    padding: 0;
  }
  .ajax-products > .category-list > ul > li {
    display: inline-block;
    margin-left: 20px;
  }
  .ajax-products > .category-detail {
    padding-top: 0;
    min-height: 70vh;
    padding: 0;
  }
  .footer-bottom > .container > * {
    float: none !important;
    line-height: 35px !important;
  }
  .history .featured-box {
    margin-right: 0;
  }
  .history .thumb {
    display: none;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: right;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty:before,
  .abs-checkout-order-review tbody > tr > td.col.price:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 0.5em;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 0.5em 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 0.5em;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 0.25em;
    text-align: right;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: right;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-top: 0.25em;
    padding-bottom: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 0.5em;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -1em;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^="sales-guest-"] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -0.5em 0 0.5em;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: left;
  }
  .table-wrapper {
    border-top: 1px solid #e7e7e7;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 0.25em 0.5em;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 0.5em;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #555555;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: right;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 0.25em;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 1em;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: right;
    text-align: right;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: right;
    text-align: left;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 0.5em;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .amreview-widget-container .amreview-message {
    height: 80px;
  }
  .checkout-payment-method .payment-option._collapsible.store-credit-add .payment-option-content {
    display: block;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: right;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-left: -85px;
    padding-left: 90px;
  }
  .column .block-addbysku .action.remove {
    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;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #08c;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item-photo {
    width: 100%;
    padding: 0;
    display: block;
  }
  .products-list .product-item-details {
    display: block;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  /*.product-info-price {
        margin: 0 -@indent__s 0;
        width: ~"calc(100% + 2*@{indent__s})"!important;
        > *:first-child {
            padding-right: @indent__s;
        }
        > *:last-child {
            padding-left: @indent__s;
        }
    }*/
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-options-bottom .box-tocart .field.qty {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 1rem;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    margin: 1em -15px 15px;
    padding: 1em 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #e7e7e7;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 18px 15px 6.5em;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    left: 29.5px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 0.5em;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 1.5em;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #08c;
    content: '\f826';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #777;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #08c;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 1em;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 1rem;
    margin-bottom: 1em;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 1.25em;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 0.25em;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px #c1c1c1 solid;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    width: auto;
    margin: 1.25em -0.5em;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 1em;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 0.5em;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table-wrapper.grouped {
    border: none;
  }
  .table.grouped > thead > tr > th {
    display: table-cell;
    border-bottom: 1px solid #e7e7e7;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #e7e7e7;
  }
  .table.grouped > tbody > tr > td {
    border: 0;
    display: table-cell;
    padding: 11px 0.5em;
  }
  .table.grouped > tbody > tr > td:last-child {
    border: 0 !important;
  }
  .table.grouped > tbody > tr > td.col.item,
  .table.grouped > tbody > tr > td.col.qty {
    padding: 8px 0 !important;
    width: 100%;
  }
  .table.grouped > tbody:last-child {
    border: none;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #08c;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 0.25em;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 2em;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 1.25em;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 1.25em;
    margin-left: 0;
  }
  .customer-review .product-name {
    margin-bottom: 0.25em;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 0.25em;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 1em;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    float: none;
    display: block;
    margin: 0.5em 0 0;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 0.5em;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-right: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .testimonial .testimonial-with-quotes blockquote p {
    padding: 0;
  }
  .testimonial .testimonial-with-quotes blockquote:before,
  .testimonial .testimonial-with-quotes blockquote:after {
    display: none!important;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .amrelated-summary-content {
    justify-content: space-between;
    padding: 15px;
  }
  .amrelated-price-wrapper {
    margin: 0;
    padding: 15px 0;
  }
  .amrelated-tocart-wrapper {
    margin: 0;
  }
  .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
    display: none;
  }
  .product-addto-links .action {
    margin-right: 0;
    margin-left: 5px;
    border-radius: 0;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    float: right;
    clear: right;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-right: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'porto-icons';
    margin: 0 0 0 4px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #e7e7e7;
  }
  .table > tbody + tbody {
    border-top: 1px solid #e7e7e7;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .paypal-fastlane-divider span {
    background-color: #fff;
  }
  .amrev-title-block {
    display: flex;
    align-items: center;
  }
  .amrev-title-block .am-strong {
    font-size: 2.4rem;
    font-weight: 400;
    padding: 0 24px 0 0;
    white-space: nowrap;
  }
  .amreview-proscons-container {
    flex-direction: row;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    margin: 0 auto;
    max-width: initial;
    padding: 0 0 13px;
    width: 400px;
  }
  .amrelated-popup-container .amrelated-info.-top {
    margin-top: 15px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #08c;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #08c;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #08c;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #08c;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #08c;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .page-products .columns {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    text-align: left;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-right: 0.5em;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: right;
  }
  .multicheckout .item-options {
    margin: 1em 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: right;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 1.25em;
    padding-right: 1.25em;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: right;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: right;
    padding-right: 1.25em;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: right;
    float: none;
    padding-top: 2em;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: right;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    max-width: 278px;
    float: right;
    margin-bottom: 0;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-right: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 30px 0 0;
  }
  .order-details-items .order-title .action.track {
    float: left;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 50%;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item {
    position: relative;
  }
  .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    padding: 18px;
    display: block;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    top: -66px;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #555;
    background: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
  }
  .weltpixel-quickview-catalog-product-view .product-info-main,
  .weltpixel_quickview-catalog_product-view .product-info-main,
  .weltpixel-quickview-catalog-product-view .product.media,
  .weltpixel_quickview-catalog_product-view .product.media {
    width: 48% !important;
    margin-bottom: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_resets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout-agreements.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Banner%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paypal-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar-shipping-information.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Multishipping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_actions-switcher.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_SalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping-policy.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Msrp%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FSmile_ElasticsuiteCore%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_fields.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_price.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_messages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_loaders.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_pages.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_breadcrumbs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_LoginAsCustomerFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fslick%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbanner%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblock%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbuttons%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fbutton-item%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fheading%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fhtml%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fimage%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fmap%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproducts%5C%2F_carousel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_contained.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-bleed.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Frow%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_poster.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-center.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-left.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslide%5C%2F_collage-right.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fslider%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftabs%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftext%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fvideo%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fjarallax%5C%2F_jarallax.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apm.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_fastlane.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAcodesh_Login%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAheadworks_Raf%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_ElasticSearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_further-block.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_ElasticSearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_inputs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_ElasticSearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Extrafee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_GdprCookie%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_GdprCookie%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_modal.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_GdprCookie%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_GdprCookie%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Label%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Label%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Label%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_extensions.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Label%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_position_chooser.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Label%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_visual_chooser.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Label%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_shape_chooser.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_amstars.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_checkbox.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_slick-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_loader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_comments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_submit-form.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_show-more.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_admin.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fwidgets%5C%2F_widget.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fwidgets%5C%2F_advanced.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_AdvancedReview%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fwidgets%5C%2F_summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pack.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Mostviewed%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_porto-cmptb.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Rewards%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_customer-account.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Rewards%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_SeoToolkitLite%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_StoreCredit%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_StoreCreditProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_animations.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_product-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_collapsible.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_header.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tab-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_results.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_preload.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_search-input.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_overlay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_category-item.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_related-terms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FAmasty_Xsearch%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftypes%5C%2F_full-width.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FBaytonia_OffersProgressBar%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FBaytonia_CompanyAddress%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FBaytonia_DeliveryMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMageplaza_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FBaytonia_ProductAttributeMedia%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_checkbox-radio.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMageplaza_AjaxLayer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FBaytonia_PriceSlider%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FBaytonia_RewardPoints%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FBaytonia_StoreCredit%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FTamara_Checkout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagezon_LazyLoad%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FBaytonia_DiscountByRules%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FBaytonia_TabbyInstallments%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FBaytonia_TamaraInstallments%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FWeltPixel_AdvancedWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_paylater.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Swatches%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Weee%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_heading.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_info_box.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_social_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_testimonial.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagezon_LookBook%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FSmartwave_Filterproducts%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FSmartwave_Megamenu%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FSmartwave_Porto%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FWeltPixel_Quickview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_Cms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_VersionsCms%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-group%5C%2F_default.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fcolumn-line%5C%2F_default.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CqBAAA%3B%3BAAGJ%2CKAAK%2CIAAI%3BEACL%2CaAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CGAAI%3BAACJ%2CGAAI%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CeAAA%3B%3BAAGJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3B%3BAC0JJ%3BEC8EA%2CgBAAA%3BED5EI%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BECuEA%2CWAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADnEA%3BECmEA%2CgBAAA%3BEAAA%2CsBAAA%3B%3BADtDA%2CIAAI%3BECsDJ%2CiCAAA%3BEDpDI%2CYAAA%3B%3BAAGJ%3BAACA%3BECgDA%2CgBAAA%3B%3BAD5CA%3BAACA%3BEC2CA%2CkBAAA%3B%3BADvCA%3BECuCA%2CmBAAA%3BEAAA%2CcAAA%3B%3BADlCA%3BAACA%3BECiCA%2CcAAA%3B%3BAD7BA%3BEACI%2CSAAA%3BEC4BJ%2C6BAAA%3BEAAA%2CkBAAA%3BEAAA%2CeAAA%3B%3BADtBA%3BAACA%3BECqBA%2CaAAA%3BEDnBI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CwBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BECMA%2CkBAAA%3B%3BADQA%3BECRA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3B%3BADYA%3BECZA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CoBAAA%3BEAAA%2CqBAAA%3B%3BADgBA%3BEChBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3B%3BADoBA%3BECpBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BADwBA%3BECxBA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BAD4BA%3BEC5BA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CqBAAA%3B%3BADgCA%2CEACI%3BAADA%2CEACA%3BAADI%2CEACJ%3BAADQ%2CEACR%3BAADY%2CEACZ%3BAADgB%2CEAChB%3BAADJ%2CEAEI%3BAAFA%2CEAEA%3BAAFI%2CEAEJ%3BAAFQ%2CEAER%3BAAFY%2CEAEZ%3BAAFgB%2CEAEhB%3BEClCJ%2CWAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADkDA%3BAACA%3BECnDA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CCAAC%3BAAAD%2CMAAC%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCAAC%3BAAAD%2CMAAC%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCAAC%3BAAAD%2CMAAC%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADyEA%3BAACA%3BEC1EA%2CgBAAA%3BEAAA%2CuBAAA%3B%3BADyEA%2CEAYM%3BAAXN%2CEAWM%3BECrFN%2CgBAAA%3BEAAA%2CsBAAA%3B%3BADyEA%2CEAwBI%3BAAvBJ%2CEAuBI%3BAAxBJ%2CEAyBI%3BAAxBJ%2CEAwBI%3BEACI%2CgBAAA%3B%3BAAIR%3BECvGA%2CkBAAA%3BEAAA%2CaAAA%3B%3BAD4GA%3BEC5GA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CaAAA%3B%3BADkHA%3BEClHA%2CoBAAA%3BEAAA%2CaAAA%3BEDqHI%2CcAAA%3B%3BAA2BJ%3BAACA%3BAACA%3BAACA%3BECnJA%2CsCEpR8C%2CwBFoR9C%3B%3BADwJA%3BECxJA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BED6JI%2CmBAAA%3B%3BAAIJ%3BECjKA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BADyKA%3BECzKA%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CcAAA%3BEDiLI%2CcAAA%3BEACA%2CqBAAA%3B%3BAATJ%2CGAWI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3B%3BAAuBR%3BECjNA%2C4BAAA%3BEAAA%2CmBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CkBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3B%3BAD6NQ%2CUAHJ%2CEAGK%3BAAAD%2CUAFJ%2CGAEK%3BAAAD%2CUADJ%2CGACK%3BEACG%2CgBAAA%3B%3BAAbZ%2CUAiBI%3BAAjBJ%2CUAkBI%3BAAlBJ%2CUAmBI%3BECpOJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEDwOQ%2CcAAA%3B%3BAAEA%2CUARJ%2COAQK%3BAAAD%2CUAPJ%2CMAOK%3BAAAD%2CUANJ%2COAMK%3BEC1OT%2CSEzEyB%2CaFyEzB%3B%3BADiNA%2CUA8BI%3BEC%5C%2FOJ%2CkBAAA%3B%3BADsPI%2CUAAC%3BAACD%2CUAAC%3BEACG%2CSAAS%2CEAAT%3B%3BAAIR%3BEACI%2CYAAA%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAA%3B%3BAAKR%3BECvQA%2CkBAAA%3B%3BAFnOA%3BEEmOA%2CWAAA%3BEGzRA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BALoDA%2CKKlDA%3BEACI%2CgBAAA%3B%3BALiDJ%2CKK9CE%2CQAEI%2CKACI%3BAL2CV%2CKK7CE%2CQACI%2CKACI%3BAL2CV%2CKK9CE%2CQAEI%2CKAEI%3BAL0CV%2CKK7CE%2CQACI%2CKAEI%3BEACE%2CmBAAA%3B%3BALyCZ%2CKKpCE%2CQAAQ%2CKACJ%3BALmCN%2CKKpCE%2CQAAQ%2CKAEJ%3BEACE%2CsBAAA%3B%3BALiCR%2CKK7BE%2CQAGI%2CKACI%3BALyBV%2CKK5BE%2CQAEI%2CKACI%3BALyBV%2CKK3BE%2CQACI%2CKACI%3BALyBV%2CKK7BE%2CQAGI%2CKAEI%3BALwBV%2CKK5BE%2CQAEI%2CKAEI%3BALwBV%2CKK3BE%2CQACI%2CKAEI%3BEH2PV%2CmBAAA%3B%3BAF%5C%2FNA%3BEMlBA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CMAAC%3BAACD%2CMAAC%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CMAAC%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CMAAC%3BAACD%2CMAAC%3BAACD%2CQAAQ%2CUAAW%3BEJiLnB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAN%5C%2FCA%2CMAAC%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAO4LR%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BELwBL%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CcAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3B%3BAAuVA%2CKArIK%2CaAqIJ%3BAAAD%2CKApIK%2CiBAoIJ%3BAAAD%2CKAnIK%2CYAmIJ%3BAAAD%2CKAlIK%2CYAkIJ%3BAAAD%2CKAjIK%2CeAiIJ%3BAAAD%2CKAhIK%2CeAgIJ%3BAAAD%2CKA%5C%2FHK%2CcA%2BHJ%3BAAAD%2CKA9HK%2CcA8HJ%3BELtGD%2CYAAA%3B%3BAKqHA%2CKApJK%2CaAoJJ%3BAAAD%2CKAnJK%2CiBAmJJ%3BAAAD%2CKAlJK%2CYAkJJ%3BAAAD%2CKAjJK%2CYAiJJ%3BAAAD%2CKAhJK%2CeAgJJ%3BAAAD%2CKA%5C%2FIK%2CeA%2BIJ%3BAAAD%2CKA9IK%2CcA8IJ%3BAAAD%2CKA7IK%2CcA6IJ%3BELrHD%2CWAAA%3B%3BAK0HA%2CKAzJK%2CaAyJJ%3BAAAD%2CKAxJK%2CiBAwJJ%3BAAAD%2CKAvJK%2CYAuJJ%3BAAAD%2CKAtJK%2CYAsJJ%3BAAAD%2CKArJK%2CeAqJJ%3BAAAD%2CKApJK%2CeAoJJ%3BAAAD%2CKAnJK%2CcAmJJ%3BAAAD%2CKAlJK%2CcAkJJ%3BEL1HD%2CWAAA%3B%3BAK%2BHA%2CKA9JK%2CaA8JJ%3BAAAD%2CKA7JK%2CiBA6JJ%3BAAAD%2CKA5JK%2CYA4JJ%3BAAAD%2CKA3JK%2CYA2JJ%3BAAAD%2CKA1JK%2CeA0JJ%3BAAAD%2CKAzJK%2CeAyJJ%3BAAAD%2CKAxJK%2CcAwJJ%3BAAAD%2CKAvJK%2CcAuJJ%3BEL%5C%2FHD%2CWAAA%3B%3BAKpBA%2CKAAK%3BEAvKL%2C0BAAA%3B%3BAANA%2CKA6KK%2CeA7KJ%3BAACD%2CKA4KK%2CeA5KJ%3BEACC%2CwBAAA%3BEACA%2CSAAA%3B%3BAA8KF%2CKAAK%3BEAvKL%2CwBAAA%3B%3BAACA%2CKAsKK%2CeAtKJ%3BAACD%2CKAqKK%2CeArKJ%3BAACD%2CKAoKK%2CeApKJ%3BAACD%2CKAmKK%2CeAnKJ%3BEACG%2CwBAAA%3B%3BAAsKJ%3BELYA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CcAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3B%3BAAuVA%2CMAAC%3BELtGD%2CYAAA%3B%3BAKRA%2CMAAM%3BELQN%2CYAAA%3BEKNI%2CsBAAA%3B%3BAAGJ%3BELGA%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CcAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CcAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiPA%2CgBAAA%3B%3BAKsGA%2CQAAC%3BELtGD%2CYAAA%3B%3BAKqHA%2CQAAC%3BELrHD%2CWAAA%3B%3BAK0HA%2CQAAC%3BEL1HD%2CWAAA%3B%3BAK%2BHA%2CQAAC%3BEL%5C%2FHD%2CWAAA%3B%3BAKEA%2CKAAK%3BELFL%2CsBAAA%3BEKII%2CkBAAA%3BEACA%2CQAAA%3B%3BAA5MJ%2CKAyMK%2CiBAzMJ%3BELuMD%2CYAAA%3B%3BAKQA%2CKAAK%3BELRL%2CsBAAA%3B%3BAKvMA%2CKA%2BMK%2CcA%5C%2FMJ%3BELuMD%2CYAAA%3B%3BAKzHA%2CKAAC%3BAAAD%2CMAAC%3BAAAD%2CQAAC%3BELyHD%2CqBAAA%3B%3BAKkBA%2CGAAG%3BELlBH%2CcAAA%3BEAAA%2CcAAA%3B%3BAKsBA%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BEACD%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CSAAA%3BEACA%2CUAAA%3B%3BAPrPJ%3BEACI%2C6CAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAIA%2CCAAC%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQJ%2CUAJO%2CEAIN%3BAAAD%2CKAHC%2CIAAI%2CYAGJ%3BAAAD%2CQAFI%2CIAAI%2CYAEP%3BAAAD%2CMADE%2CIAAI%2CYACL%3BEEmML%2C%2BBAAA%3B%3B%3B%3B%3B%3BAMnRJ%2CyBAsEE%2CsBAqCE%2CQAAO%3BACrBP%2CQAAC%3BACkeL%3BACxaA%3BAChII%2CaAuFI%3BAC%5C%2FDJ%2CYAGI%3BACrBJ%3BACCA%3BACoHY%2C0BAXR%2CUAEK%2COASI%3BAC7HjB%2CoBA2II%3BACtKA%2CcAII%3BAAHJ%2CqBAGI%3BACJJ%2CYA0DI%2CcAKI%3BEjBiOR%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAOzGJ%2CyBAsEE%2CsBAqCE%2CQAAO%2CMYvHL%3BAXkGF%2CQAAC%2CMWlGC%3BAVokBN%2CYUpkBM%3BAT4JN%2CaS5JM%3BAR4BF%2CaAuFI%2CwBQnHF%3BAPoDF%2CYAGI%2CKOvDF%3BANkCF%2CiBMlCE%3BALmCF%2C0BKnCE%3BAJuJU%2C0BAXR%2CUAEK%2COASI%2CMIvJX%3BAH0BN%2CoBA2II%2CWGrKE%3BAFDF%2CcAII%2CcEHF%3BAFAF%2CqBAGI%2CcEHF%3BADDF%2CYA0DI%2CcAKI%2CQC9DN%3BEACE%2CSAAA%3B%3BARgYA%2CKAAC%2CQQxXP%2COAAM%3BAR8XJ%2CcAQI%2CiBQtYN%2COAAM%3BEACJ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3B%3BAR6WI%2CKAAC%2CQQxXP%2COAAM%2COAYH%2CIAAI%3BARkXL%2CcAQI%2CiBQtYN%2COAAM%2COAYH%2CIAAI%3BEACH%2CyBAAA%3BEACA%2CcAAA%3B%3BAd4DF%2CeAAC%3BAACD%2CeAAC%3BEJ2MD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CeAAC%3BEJ%2BLD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CeAAC%3BAACD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%3BEJiLnB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAci%5C%2FCI%2CmBALR%2CiBAII%2CQACK%3BAACD%2CmBANR%2CiBAII%2CQAEK%3BAVtWb%2CcAqBI%2CQAAO%3BAEtvCP%2CaAmBI%2COAeI%2CiBACM%2CWAEE%2CQAAO%3BASzBnB%2CaAAc%2CMADb%2CaAAc%2CUAWX%2CQAAO%3BACsCf%2CiCFqgDA%2CiBAII%2CQACK%3BAE1gDT%2CiCFqgDA%2CiBAII%2CQAEK%3BAGliDT%2CuBH4hDA%2CiBAII%2CQACK%3BAGjiDT%2CuBH4hDA%2CiBAII%2CQAEK%3BAR5tCT%2CcQstCA%2CiBAII%2CQACK%3BAR3tCT%2CcQstCA%2CiBAII%2CQAEK%3BElBp0CT%2CkBAAA%3B%3BAiB3HoB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CqBAAA%3BEIxHA%2CqBAAA%3BEJwHA%2CkBAAA%3B%3BAI5MA%2CuBAAC%3BAACD%2CuBAAC%3BAagFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAaiFmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CuBAAC%3BAaoEmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BAasDC%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAawDmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUasDY%2CaA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEjB2HrB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BAaPmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbKpB%3BAaLmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbMpB%3BAaNmB%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbOpB%3BEACG%2CqBAAA%3B%3BAcyKR%3BAA8vCA%2CmBAgCI%2CQAAO%3BAIxkDK%2CMAFR%2CiBACI%2CQACK%3BACbb%2CqBACI%3BAjBnBR%2CyBAkEE%2CQAAO%3BAIyHD%2CKAAC%2CcA0FG%2CiBAqBM%3BAAaF%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%3BAc9TlB%2CqBACI%2CaAaI%2CcACI%3BACcZ%2CYAoFI%3BACpGJ%2C%2BBAEI%2C4BAMI%3BACwBR%3BACrCA%2CwBAiEI%2CgCASI%3BAA1ER%2CwBAiEI%2CgCAaI%2CyBAII%3BAfhGZ%2C0BA6BI%3BAgBQJ%2CaAEI%2CiBACI%3BAAkBR%2CaAUI%3BAAVJ%2CaAWI%3BACWJ%2CoBAEI%3BAhB3EA%2CSAAC%2CMAAM%2COAqBD%3BAI8WN%2CeADJ%2CQACK%3BAEjTL%2CiCF2hDA%2CQAAO%3BAGljDP%2CuBHkjDA%2CQAAO%3BAR5uCP%2CcQ4uCA%2CQAAO%3BACpnDP%2CwBDyYA%2CQACK%3BACzYL%2CuBDwYA%2CQACK%3BAazYT%2CqBbwYI%2CQACK%3BAchYT%2CmBd%2BXI%2CQACK%3BAezYT%2CKAAK%2CKAAK%2COfwYN%2CQACK%3BElB1GL%2CgBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEctIA%2CgBAAA%3BElBgOA%2CgBAAA%3B%3BADjJA%2C0BAAC%3BAmBuML%2CkBnBvMK%3BAmBq8CL%2CmBAgCI%2CQAAO%2CMnBr%2BCN%3BAuBnGW%2CMAFR%2CiBACI%2CQACK%2COvBmGZ%3BAwBhHD%2CqBACI%2CexB%2BGH%3BAOlIL%2CyBAkEE%2CQAAO%2CKPgEJ%3BAWyDG%2CKAAC%2CcA0FG%2CiBAqBM%2CiBXxKb%3BAWqLW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CIXrLjB%3BAyBzID%2CqBACI%2CaAaI%2CcACI%2CmBzB0HX%3BA0B5GD%2CYAoFI%2CmB1BwBH%3BA2B5HD%2C%2BBAEI%2C4BAMI%2Ca3BoHP%3BA4B5FD%2CmB5B4FC%3BA6BjID%2CwBAiEI%2CgCASI%2Ce7BuDP%3BA6BjID%2CwBAiEI%2CgCAaI%2CyBAII%2CqB7B%2BCX%3BAc%5C%2FID%2C0BA6BI%2CadkHH%3BA8B1GD%2CaAEI%2CiBACI%2Ce9BuGP%3BA8BrFD%2CaAUI%2Ca9B2EH%3BA8BrFD%2CaAWI%2Ce9B0EH%3BA%2BB%5C%2FDD%2CoBAEI%2Ce%5C%2FB6DH%3BAexIG%2CSAAC%2CMAAM%2COAqBD%2CUfmHT%3BAmB2PG%2CeADJ%2CQACK%2COnB3PJ%3BAqBtDD%2CiCF2hDA%2CQAAO%2CMnBr%2BCN%3BAsB7ED%2CuBHkjDA%2CQAAO%2CMnBr%2BCN%3BAWyPD%2CcQ4uCA%2CQAAO%2CMnBr%2BCN%3BAoB%5C%2FID%2CwBDyYA%2CQACK%2COnB3PJ%3BAoB9ID%2CuBDwYA%2CQACK%2COnB3PJ%3BAgC9IL%2CqBbwYI%2CQACK%2COnB3PJ%3BAiCrIL%2CmBd%2BXI%2CQACK%2COnB3PJ%3BAkC9IL%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COnB3PJ%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2C0BAAC%3BAmBkML%2CkBnBlMK%3BAmBg8CL%2CmBAgCI%2CQAAO%2CMnBh%2BCN%3BAuBxGW%2CMAFR%2CiBACI%2CQACK%2COvBwGZ%3BAwBrHD%2CqBACI%2CexBoHH%3BAOvIL%2CyBAkEE%2CQAAO%2CKPqEJ%3BAWoDG%2CKAAC%2CcA0FG%2CiBAqBM%2CiBXnKb%3BAWgLW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CIXhLjB%3BAyB9ID%2CqBACI%2CaAaI%2CcACI%2CmBzB%2BHX%3BA0BjHD%2CYAoFI%2CmB1B6BH%3BA2BjID%2C%2BBAEI%2C4BAMI%2Ca3ByHP%3BA4BjGD%2CmB5BiGC%3BA6BtID%2CwBAiEI%2CgCASI%2Ce7B4DP%3BA6BtID%2CwBAiEI%2CgCAaI%2CyBAII%2CqB7BoDX%3BAcpJD%2C0BA6BI%2CaduHH%3BA8B%5C%2FGD%2CaAEI%2CiBACI%2Ce9B4GP%3BA8B1FD%2CaAUI%2Ca9BgFH%3BA8B1FD%2CaAWI%2Ce9B%2BEH%3BA%2BBpED%2CoBAEI%2Ce%5C%2FBkEH%3BAe7IG%2CSAAC%2CMAAM%2COAqBD%2CUfwHT%3BAmBsPG%2CeADJ%2CQACK%2COnBtPJ%3BAqB3DD%2CiCF2hDA%2CQAAO%2CMnBh%2BCN%3BAsBlFD%2CuBHkjDA%2CQAAO%2CMnBh%2BCN%3BAWoPD%2CcQ4uCA%2CQAAO%2CMnBh%2BCN%3BAoBpJD%2CwBDyYA%2CQACK%2COnBtPJ%3BAoBnJD%2CuBDwYA%2CQACK%2COnBtPJ%3BAgCnJL%2CqBbwYI%2CQACK%2COnBtPJ%3BAiC1IL%2CmBd%2BXI%2CQACK%2COnBtPJ%3BAkCnJL%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COnBtPJ%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2C0BAAC%3BAmB6LL%2CkBnB7LK%3BAmB27CL%2CmBAgCI%2CQAAO%2CMnB39CN%3BAuB7GW%2CMAFR%2CiBACI%2CQACK%2COvB6GZ%3BAwB1HD%2CqBACI%2CexByHH%3BAO5IL%2CyBAkEE%2CQAAO%2CKP0EJ%3BAW%2BCG%2CKAAC%2CcA0FG%2CiBAqBM%2CiBX9Jb%3BAW2KW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CIX3KjB%3BAyBnJD%2CqBACI%2CaAaI%2CcACI%2CmBzBoIX%3BA0BtHD%2CYAoFI%2CmB1BkCH%3BA2BtID%2C%2BBAEI%2C4BAMI%2Ca3B8HP%3BA4BtGD%2CmB5BsGC%3BA6B3ID%2CwBAiEI%2CgCASI%2Ce7BiEP%3BA6B3ID%2CwBAiEI%2CgCAaI%2CyBAII%2CqB7ByDX%3BAczJD%2C0BA6BI%2Cad4HH%3BA8BpHD%2CaAEI%2CiBACI%2Ce9BiHP%3BA8B%5C%2FFD%2CaAUI%2Ca9BqFH%3BA8B%5C%2FFD%2CaAWI%2Ce9BoFH%3BA%2BBzED%2CoBAEI%2Ce%5C%2FBuEH%3BAelJG%2CSAAC%2CMAAM%2COAqBD%2CUf6HT%3BAmBiPG%2CeADJ%2CQACK%2COnBjPJ%3BAqBhED%2CiCF2hDA%2CQAAO%2CMnB39CN%3BAsBvFD%2CuBHkjDA%2CQAAO%2CMnB39CN%3BAW%2BOD%2CcQ4uCA%2CQAAO%2CMnB39CN%3BAoBzJD%2CwBDyYA%2CQACK%2COnBjPJ%3BAoBxJD%2CuBDwYA%2CQACK%2COnBjPJ%3BAgCxJL%2CqBbwYI%2CQACK%2COnBjPJ%3BAiC%5C%2FIL%2CmBd%2BXI%2CQACK%2COnBjPJ%3BAkCxJL%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COnBjPJ%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAc4IL%2CkBd9IK%3BAc8IL%2CkBd7IK%3BAc6IL%2CkBd5IK%3BAc04CL%2CmBAgCI%2CQAAO%2CMd56CN%3BAc44CL%2CmBAgCI%2CQAAO%2CMd36CN%3BAc24CL%2CmBAgCI%2CQAAO%2CMd16CN%3BAkB9JW%2CMAFR%2CiBACI%2CQACK%2COlB4JZ%3BAkB5JW%2CMAFR%2CiBACI%2CQACK%2COlB6JZ%3BAkB7JW%2CMAFR%2CiBACI%2CQACK%2COlB8JZ%3BAmB3KD%2CqBACI%2CenBwKH%3BAmBzKD%2CqBACI%2CenByKH%3BAmB1KD%2CqBACI%2CenB0KH%3BAE7LL%2CyBAkEE%2CQAAO%2CKFyHJ%3BAE3LL%2CyBAkEE%2CQAAO%2CKF0HJ%3BAE5LL%2CyBAkEE%2CQAAO%2CKF2HJ%3BAMFG%2CKAAC%2CcA0FG%2CiBAqBM%2CiBN%5C%2FGb%3BAMAG%2CKAAC%2CcA0FG%2CiBAqBM%2CiBN9Gb%3BAMDG%2CKAAC%2CcA0FG%2CiBAqBM%2CiBN7Gb%3BAM0HW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CIN5HjB%3BAM4HW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CIN3HjB%3BAM2HW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CIN1HjB%3BAoBpMD%2CqBACI%2CaAaI%2CcACI%2CmBpBmLX%3BAoBlMD%2CqBACI%2CaAaI%2CcACI%2CmBpBoLX%3BAoBnMD%2CqBACI%2CaAaI%2CcACI%2CmBpBqLX%3BAqBvKD%2CYAoFI%2CmBrBiFH%3BAqBrKD%2CYAoFI%2CmBrBkFH%3BAqBtKD%2CYAoFI%2CmBrBmFH%3BAsBvLD%2C%2BBAEI%2C4BAMI%2CatB6KP%3BAsBrLD%2C%2BBAEI%2C4BAMI%2CatB8KP%3BAsBtLD%2C%2BBAEI%2C4BAMI%2CatB%2BKP%3BAuBvJD%2CmBvBqJC%3BAuBrJD%2CmBvBsJC%3BAuBtJD%2CmBvBuJC%3BAwB5LD%2CwBAiEI%2CgCASI%2CexBgHP%3BAwB1LD%2CwBAiEI%2CgCASI%2CexBiHP%3BAwB3LD%2CwBAiEI%2CgCASI%2CexBkHP%3BAwB5LD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBxBwGX%3BAwB1LD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBxByGX%3BAwB3LD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBxB0GX%3BAS1MD%2C0BA6BI%2CaT2KH%3BASxMD%2C0BA6BI%2CaT4KH%3BASzMD%2C0BA6BI%2CaT6KH%3BAyBrKD%2CaAEI%2CiBACI%2CezBgKP%3BAyBnKD%2CaAEI%2CiBACI%2CezBiKP%3BAyBpKD%2CaAEI%2CiBACI%2CezBkKP%3BAyBhJD%2CaAUI%2CazBoIH%3BAyB9ID%2CaAUI%2CazBqIH%3BAyB%5C%2FID%2CaAUI%2CazBsIH%3BAyBhJD%2CaAWI%2CezBmIH%3BAyB9ID%2CaAWI%2CezBoIH%3BAyB%5C%2FID%2CaAWI%2CezBqIH%3BA0B1HD%2CoBAEI%2Ce1BsHH%3BA0BxHD%2CoBAEI%2Ce1BuHH%3BA0BzHD%2CoBAEI%2Ce1BwHH%3BAUnMG%2CSAAC%2CMAAM%2COAqBD%2CUV4KT%3BAUjMG%2CSAAC%2CMAAM%2COAqBD%2CUV6KT%3BAUlMG%2CSAAC%2CMAAM%2COAqBD%2CUV8KT%3BAcgMG%2CeADJ%2CQACK%2COdlMJ%3BAckMG%2CeADJ%2CQACK%2COdjMJ%3BAciMG%2CeADJ%2CQACK%2COdhMJ%3BAgBjHD%2CiCF2hDA%2CQAAO%2CMd56CN%3BAgB%5C%2FGD%2CiCF2hDA%2CQAAO%2CMd36CN%3BAgBhHD%2CiCF2hDA%2CQAAO%2CMd16CN%3BAiBxID%2CuBHkjDA%2CQAAO%2CMd56CN%3BAiBtID%2CuBHkjDA%2CQAAO%2CMd36CN%3BAiBvID%2CuBHkjDA%2CQAAO%2CMd16CN%3BAM8LD%2CcQ4uCA%2CQAAO%2CMd56CN%3BAMgMD%2CcQ4uCA%2CQAAO%2CMd36CN%3BAM%2BLD%2CcQ4uCA%2CQAAO%2CMd16CN%3BAe1MD%2CwBDyYA%2CQACK%2COdlMJ%3BAexMD%2CwBDyYA%2CQACK%2COdjMJ%3BAezMD%2CwBDyYA%2CQACK%2COdhMJ%3BAezMD%2CuBDwYA%2CQACK%2COdlMJ%3BAevMD%2CuBDwYA%2CQACK%2COdjMJ%3BAexMD%2CuBDwYA%2CQACK%2COdhMJ%3BA2BzML%2CqBbwYI%2CQACK%2COdlMJ%3BA2BvML%2CqBbwYI%2CQACK%2COdjMJ%3BA2BxML%2CqBbwYI%2CQACK%2COdhMJ%3BA4BhML%2CmBd%2BXI%2CQACK%2COdlMJ%3BA4B9LL%2CmBd%2BXI%2CQACK%2COdjMJ%3BA4B%5C%2FLL%2CmBd%2BXI%2CQACK%2COdhMJ%3BA6BzML%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COdlMJ%3BA6BvML%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COdjMJ%3BA6BxML%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COdhMJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAcqIvB%2CkBdvIK%3BAcuIL%2CkBdtIK%3BAACD%2CQAAQ%2CUcqIZ%3BAA8vCA%2CmBAgCI%2CQAAO%2CMdr6CN%3BAcq4CL%2CmBAgCI%2CQAAO%2CMdp6CN%3BAACD%2CQAAQ%2CUcm4CZ%2CoBAgCI%2CQAAO%3BAIxkDK%2CMAFR%2CiBACI%2CQACK%2COlBmKZ%3BAkBnKW%2CMAFR%2CiBACI%2CQACK%2COlBoKZ%3BAACD%2CQAAQ%2CUkBrKI%2COAFR%2CiBACI%2CQACK%3BACbb%2CqBACI%2CenB%2BKH%3BAmBhLD%2CqBACI%2CenBgLH%3BAACD%2CQAAQ%2CUmBlLR%2CsBACI%3BAjBnBR%2CyBAkEE%2CQAAO%2CKFgIJ%3BAElML%2CyBAkEE%2CQAAO%2CKFiIJ%3BAACD%2CQAAQ%2CUEpMZ%2C0BAkEE%2CQAAO%3BAIyHD%2CKAAC%2CcA0FG%2CiBAqBM%2CiBNxGb%3BAMPG%2CKAAC%2CcA0FG%2CiBAqBM%2CiBNvGb%3BAACD%2CQAAQ%2CUMTJ%2CMAAC%2CcA0FG%2CiBAqBM%3BAAaF%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CINrHjB%3BAMqHW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CINpHjB%3BAACD%2CQAAQ%2CUMmHI%2CMA5HP%2CcAuHG%2CQAKK%2CKAAK%3BAc9TlB%2CqBACI%2CaAaI%2CcACI%2CmBpB0LX%3BAoBzMD%2CqBACI%2CaAaI%2CcACI%2CmBpB2LX%3BAACD%2CQAAQ%2CUoB3MR%2CsBACI%2CaAaI%2CcACI%3BACcZ%2CYAoFI%2CmBrBwFH%3BAqB5KD%2CYAoFI%2CmBrByFH%3BAACD%2CQAAQ%2CUqB9KR%2CaAoFI%3BACpGJ%2C%2BBAEI%2C4BAMI%2CatBoLP%3BAsB5LD%2C%2BBAEI%2C4BAMI%2CatBqLP%3BAACD%2CQAAQ%2CUsB9LR%2CgCAEI%2C4BAMI%3BACwBR%2CmBvB4JC%3BAuB5JD%2CmBvB6JC%3BAACD%2CQAAQ%2CUuB9JR%3BACrCA%2CwBAiEI%2CgCASI%2CexBuHP%3BAwBjMD%2CwBAiEI%2CgCASI%2CexBwHP%3BAACD%2CQAAQ%2CUwBnMR%2CyBAiEI%2CgCASI%3BAA1ER%2CwBAiEI%2CgCAaI%2CyBAII%2CqBxB%2BGX%3BAwBjMD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBxBgHX%3BAACD%2CQAAQ%2CUwBnMR%2CyBAiEI%2CgCAaI%2CyBAII%3BAfhGZ%2C0BA6BI%2CaTkLH%3BAS%5C%2FMD%2C0BA6BI%2CaTmLH%3BAACD%2CQAAQ%2CUSjNR%2C2BA6BI%3BAgBQJ%2CaAEI%2CiBACI%2CezBuKP%3BAyB1KD%2CaAEI%2CiBACI%2CezBwKP%3BAACD%2CQAAQ%2CUyB5KR%2CcAEI%2CiBACI%3BAAkBR%2CaAUI%2CazB2IH%3BAyBrJD%2CaAUI%2CazB4IH%3BAACD%2CQAAQ%2CUyBvJR%2CcAUI%3BAAVJ%2CaAWI%2CezB0IH%3BAyBrJD%2CaAWI%2CezB2IH%3BAACD%2CQAAQ%2CUyBvJR%2CcAWI%3BACWJ%2CoBAEI%2Ce1B6HH%3BA0B%5C%2FHD%2CoBAEI%2Ce1B8HH%3BAACD%2CQAAQ%2CU0BjIR%2CqBAEI%3BAhB3EA%2CSAAC%2CMAAM%2COAqBD%2CUVmLT%3BAUxMG%2CSAAC%2CMAAM%2COAqBD%2CUVoLT%3BAACD%2CQAAQ%2CUU1MJ%2CUAAC%2CMAAM%2COAqBD%3BAI8WN%2CeADJ%2CQACK%2COd3LJ%3BAc2LG%2CeADJ%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CUcyLJ%2CgBADJ%2CQACK%3BAEjTL%2CiCF2hDA%2CQAAO%2CMdr6CN%3BAgBtHD%2CiCF2hDA%2CQAAO%2CMdp6CN%3BAACD%2CQAAQ%2CUgBxHR%2CkCF2hDA%2CQAAO%3BAGljDP%2CuBHkjDA%2CQAAO%2CMdr6CN%3BAiB7ID%2CuBHkjDA%2CQAAO%2CMdp6CN%3BAACD%2CQAAQ%2CUiB%5C%2FIR%2CwBHkjDA%2CQAAO%3BAR5uCP%2CcQ4uCA%2CQAAO%2CMdr6CN%3BAMyLD%2CcQ4uCA%2CQAAO%2CMdp6CN%3BAACD%2CQAAQ%2CUMuLR%2CeQ4uCA%2CQAAO%3BACpnDP%2CwBDyYA%2CQACK%2COd3LJ%3BAe%5C%2FMD%2CwBDyYA%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CUejNR%2CyBDyYA%2CQACK%3BACzYL%2CuBDwYA%2CQACK%2COd3LJ%3BAe9MD%2CuBDwYA%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CUehNR%2CwBDwYA%2CQACK%3BAazYT%2CqBbwYI%2CQACK%2COd3LJ%3BA2B9ML%2CqBbwYI%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CU2BhNZ%2CsBbwYI%2CQACK%3BAchYT%2CmBd%2BXI%2CQACK%2COd3LJ%3BA4BrML%2CmBd%2BXI%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CU4BvMZ%2CoBd%2BXI%2CQACK%3BAezYT%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COd3LJ%3BA6B9ML%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COd1LJ%3BAACD%2CQAAQ%2CU6BhNZ%2CMAAK%2CKAAK%2COfwYN%2CQACK%3BElB1GL%2CWAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAcgIR%2CkBApRK%3BAAoRL%2CkBAnRK%2CIAAI%3BAAihDT%2CmBAgCI%2CQAAO%2CMAljDN%3BAAkhDL%2CmBAgCI%2CQAAO%2CMAjjDN%2CIAAI%3BAIvBO%2CMAFR%2CiBACI%2CQACK%2COJsBZ%3BAItBW%2CMAFR%2CiBACI%2CQACK%2COJuBZ%2CIAAI%3BAKpCL%2CqBACI%2CeLkCH%3BAKnCD%2CqBACI%2CeLmCH%2CIAAI%3BAZtDT%2CyBAkEE%2CQAAO%2CKYbJ%3BAZrDL%2CyBAkEE%2CQAAO%2CKYZJ%2CIAAI%3BARqID%2CKAAC%2CcA0FG%2CiBAqBM%2CiBQrPb%3BARsIG%2CKAAC%2CcA0FG%2CiBAqBM%2CiBQpPb%2CIAAI%3BARiQO%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CIQlQjB%3BARkQW%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%2CIQjQjB%2CIAAI%3BAM7DL%2CqBACI%2CaAaI%2CcACI%2CmBN6CX%3BAM5DD%2CqBACI%2CaAaI%2CcACI%2CmBN8CX%2CIAAI%3BAOhCL%2CYAoFI%2CmBPrDH%3BAO%5C%2FBD%2CYAoFI%2CmBPpDH%2CIAAI%3BAQhDL%2C%2BBAEI%2C4BAMI%2CaRuCP%3BAQ%5C%2FCD%2C%2BBAEI%2C4BAMI%2CaRwCP%2CIAAI%3BAShBL%2CmBTeC%3BASfD%2CmBTgBC%2CIAAI%3BAUrDL%2CwBAiEI%2CgCASI%2CeVtBP%3BAUpDD%2CwBAiEI%2CgCASI%2CeVrBP%2CIAAI%3BAUrDL%2CwBAiEI%2CgCAaI%2CyBAII%2CqBV9BX%3BAUpDD%2CwBAiEI%2CgCAaI%2CyBAII%2CqBV7BX%2CIAAI%3BALnEL%2C0BA6BI%2CaKqCH%3BALlED%2C0BA6BI%2CaKsCH%2CIAAI%3BAW9BL%2CaAEI%2CiBACI%2CeX0BP%3BAW7BD%2CaAEI%2CiBACI%2CeX2BP%2CIAAI%3BAWTL%2CaAUI%2CaXFH%3BAWRD%2CaAUI%2CaXDH%2CIAAI%3BAWTL%2CaAWI%2CeXHH%3BAWRD%2CaAWI%2CeXFH%2CIAAI%3BAYaL%2CoBAEI%2CeZhBH%3BAYcD%2CoBAEI%2CeZfH%2CIAAI%3BAJ5DD%2CSAAC%2CMAAM%2COAqBD%2CUIsCT%3BAJ3DG%2CSAAC%2CMAAM%2COAqBD%2CUIuCT%2CIAAI%3BAAuUD%2CeADJ%2CQACK%2COAxUJ%3BAAwUG%2CeADJ%2CQACK%2COAvUJ%2CIAAI%3BAEsBL%2CiCF2hDA%2CQAAO%2CMAljDN%3BAEuBD%2CiCF2hDA%2CQAAO%2CMAjjDN%2CIAAI%3BAGDL%2CuBHkjDA%2CQAAO%2CMAljDN%3BAGAD%2CuBHkjDA%2CQAAO%2CMAjjDN%2CIAAI%3BARqUL%2CcQ4uCA%2CQAAO%2CMAljDN%3BARsUD%2CcQ4uCA%2CQAAO%2CMAjjDN%2CIAAI%3BACnEL%2CwBDyYA%2CQACK%2COAxUJ%3BAClED%2CwBDyYA%2CQACK%2COAvUJ%2CIAAI%3BAClEL%2CuBDwYA%2CQACK%2COAxUJ%3BACjED%2CuBDwYA%2CQACK%2COAvUJ%2CIAAI%3BAalET%2CqBbwYI%2CQACK%2COAxUJ%3BAajEL%2CqBbwYI%2CQACK%2COAvUJ%2CIAAI%3BAczDT%2CmBd%2BXI%2CQACK%2COAxUJ%3BAcxDL%2CmBd%2BXI%2CQACK%2COAvUJ%2CIAAI%3BAelET%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COAxUJ%3BAejEL%2CKAAK%2CKAAK%2COfwYN%2CQACK%2COAvUJ%2CIAAI%3BEACD%2CgBAAA%3B%3BAgBUY%2CeALZ%2CeAGI%2CiBACI%2CQACK%3BAdoBT%2CkBADJ%2CQACK%3BAVrET%2CaAuFI%2CwBAII%2CQAAO%2CQAAQ%3BAeuBX%2CiBAFR%2CiBACI%2CQACK%3BAEzFb%2CqBAcI%2CQAAO%3BAAdX%2CqBAeI%2CQAAO%3BAClCS%2CwBAJhB%2CwBACM%2CmBACI%2CWACE%2CQACK%3BAOyIzB%2CkBAII%2CiBAAiB%2CQAAO%3BAC%5C%2FKxB%2CcA0EI%2CQAAO%3BElBEX%2CcAAA%3BEACA%2CeAAA%3B%3BAR0HI%2CKAAC%2CcA%2BJG%2CcQjRR%3BAC2BA%2CgCAkCI%2CSACI%2CcD9DR%3BAkBrFA%2CcA8EI%2CclBOJ%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3B%3BAR%2BGA%2CKAAC%2CcA%2BJG%2CcQjRR%2CGAIK%3BACuBL%2CgCAkCI%2CSACI%2CcD9DR%2CGAIK%3BAkBzFL%2CcA8EI%2CclBOJ%2CGAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAR6GJ%2CKAAC%2CcA%2BJG%2CcQzQR%3BACmBA%2CgCAkCI%2CSACI%2CcDtDR%3BAkB7FA%2CcA8EI%2CclBeJ%3BEACI%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAmBhGR%2CgBACM%2CWAGE%3BAAJR%2CgBAEM%2CaAEE%3BEjC0NJ%2CWAAA%3B%3BAGs1BJ%2CcAiDI%3BAG95BI%2CKAAC%2CcA%2BKG%3BA4BlIR%2CeAOI%3BAnB3IJ%2CgCAII%3BED%2BCJ%2CYAAA%3BEACA%2CoBAAA%3B%3BAXg5BJ%2CcAiDI%2CuBWh8BA%3BARkCI%2CKAAC%2CcA%2BKG%2CuBQjNR%3BAoB%2BEA%2CeAOI%2CuBpBtFJ%3BACrDA%2CgCAII%2CuBDiDJ%3BEACI%2CgBAAA%3B%3BAV5BR%2CQAAQ%2CMAGJ%2CSAAQ%2CMAAO%2COAAM%3BEUwCrB%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAiBrLJ%2CuBACE%3BAADuB%2CwBACvB%3BAADiD%2CgCACjD%3BEjB2LA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAiBhMF%2CuBACE%2CoBjBgMA%2CGAAE%3BAiBjMqB%2CwBACvB%2CoBjBgMA%2CGAAE%3BAiBjM%2BC%2CgCACjD%2CoBjBgMA%2CGAAE%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAiBrMJ%2CuBACE%2CoBjBsMC%3BAiBvMH%2CuBACE%2CoBjBsMY%3BAiBvMW%2CwBACvB%2CoBjBsMC%3BAiBvMsB%2CwBACvB%2CoBjBsMY%3BAiBvMqC%2CgCACjD%2CoBjBsMC%3BAiBvMgD%2CgCACjD%2CoBjBsMY%3BEACV%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CmBAAA%3B%3BAiB7MJ%2CuBACE%2CoBjB8MC%3BAiB%5C%2FMsB%2CwBACvB%2CoBjB8MC%3BAiB%5C%2FMgD%2CgCACjD%2CoBjB8MC%3BEACG%2CWAAA%3B%3BAiBhNN%2CuBACE%2CoBjBiNC%3BAiBlNsB%2CwBACvB%2CoBjBiNC%3BAiBlNgD%2CgCACjD%2CoBjBiNC%3BEACG%2CUAAA%3B%3BAiB9MN%2CgBAEI%2COAMI%3BAA6DN%2CSAAC%2COACG%3BEjBgJF%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3B%3BAC5MA%3BALsFI%2CSAAC%3BEyBhEL%2CqBAAA%3BEACA%2CkBAAA%3B%3BAvCFA%2CoBAAC%3BAACD%2CoBAAC%3BAmBtBD%2CqBnBqBC%3BAmBrBD%2CqBnBsBC%3BAcgEG%2CSAAC%2CSdjEJ%3BAciEG%2CSAAC%2CSdhEJ%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BAmB3BD%2CqBnB2BC%3BAc2DG%2CSAAC%2CSd3DJ%3BEACG%2CWAAA%3B%3BAkBuLR%2CoBqB1LI%3BApBzBA%2CqBoByBA%3BAzB6DI%2CSAAC%2CSyB7DL%3BEAEI%2CeAAA%3BEvC8OJ%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BArB%5C%2FCD%2CqBoByBA%2CeCsBC%3BA1BuCG%2CSAAC%2CSyB7DL%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BArB5DL%2CqBoByBA%2CeCkCC%2CMACI%3BA1B0BD%2CSAAC%2CSyB7DL%2CeCkCC%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CoBDzCJ%2CeCwCC%2COACI%3BArBlEL%2CqBoByBA%2CeCwCC%2COACI%3BA1BoBD%2CSAAC%2CSyB7DL%2CeCwCC%2COACI%3BExCuML%2CcAAA%3B%3BAuCqEA%2CoBArTA%2CeAqTC%3BApB9UD%2CqBoByBA%2CeAqTC%3BAzBxPG%2CSAAC%2CSyB7DL%2CeAqTC%3BEvCrED%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BArB%5C%2FCD%2CqBoByBA%2CeAqTC%2COC%5C%2FRA%3BA1BuCG%2CSAAC%2CSyB7DL%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BArB5DL%2CqBoByBA%2CeAqTC%2COCnRA%2CMACI%3BA1B0BD%2CSAAC%2CSyB7DL%2CeAqTC%2COCnRA%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BArBlEL%2CqBoByBA%2CeAqTC%2COC7QA%2COACI%3BA1BoBD%2CSAAC%2CSyB7DL%2CeAqTC%2COC7QA%2COACI%3BExCuML%2CcAAA%3B%3BAkBtDJ%2CoBqBHI%3BApBhNA%2CqBoBgNA%3BAzB1HI%2CSAAC%2CSyB0HL%3BEvCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEuChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEvC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkBtDJ%2CoBqBHI%2CYAsBI%3BApBtOJ%2CqBoBgNA%2CYAsBI%3BAzBhJA%2CSAAC%2CSyB0HL%2CYAsBI%3BEvCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAuC3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BApB9OT%2CqBoBgNA%2CYAsBI%2CGAQK%3BAzBxJL%2CSAAC%2CSyB0HL%2CYAsBI%2CGAQK%3BEvC2BT%2CmBAAA%3BEuCzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BApBxiBD%2CqBoBgNA%2CYAuVC%3BApBviBD%2CqBoBgNA%2CYAwVC%3BAzBldG%2CSAAC%2CSyB0HL%2CYAuVC%3BAzBjdG%2CSAAC%2CSyB0HL%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BApBjjBD%2CqBoBgNA%2CYAiWC%3BAzB3dG%2CSAAC%2CSyB0HL%2CYAiWC%3BEACG%2CiBAAA%3BEvCzSJ%2CsDAAA%3BEuC2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BApBvjBD%2CqBoBgNA%2CYAuWC%3BAzBjeG%2CSAAC%2CSyB0HL%2CYAuWC%3BEACG%2CiBAAA%3BEvC%5C%2FSJ%2CsDAAA%3BEuCiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BApBjgBD%2CqBoBgNA%2CYAiTC%3BAzB3aG%2CSAAC%2CSyB0HL%2CYAiTC%3BEvCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAuC6PA%2CoBAtTA%2CYAsTC%3BApBtgBD%2CqBoBgNA%2CYAsTC%3BAzBhbG%2CSAAC%2CSyB0HL%2CYAsTC%3BEvC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAuCZA%2CoBAAC%3BApB7PD%2CqBoB6PC%3BAzBvKG%2CSAAC%2CSyBuKJ%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BApBhQJ%2CqBoB6PC%2COAGG%3BAzB1KA%2CSAAC%2CSyBuKJ%2COAGG%3BEACI%2CcAAA%3B%3BApBjQR%2CqBD0NA%2CGAAE%3BAJpIE%2CSAAC%2CSIoIL%2CGAAE%3BEACE%2CcAAA%3B%3BAwBnPJ%2COACI%2CgBAuBI%2CKACI%3BApCXhB%2CyBAcE%2CYAAW%3BAEodb%2CWAOE%2CYAAW%3BA2BnKb%2CQACI%2CMAAK%2CmBACD%2CKACI%3BAhBxTR%2CyBACI%2COAAM%2CIAAK%3BAAkFf%2CgCA4BI%2CKACI%3BALsIA%2C0BADJ%2CYACK%3BAsBnRT%2CcAQI%2CeAQI%2CKACI%2CKAEI%3BAOAhB%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%2CYAEI%3BAAyDA%2CcAFM%2CSACV%2CSACK%2CKA6BG%2CYACI%2CMAAK%3BAC5GD%2CQAfhB%2CgBACI%2CUAEI%2CQAEI%2COAUK%2CIACG%3BE1B2OxB%2CWAAA%3BEACA%2CkBAAA%3B%3BAiBmDJ%3BAUoBA%2CgBACI%3BA7BpUA%3BAACA%3BEEmQA%2CkBAAA%3B%3BAV47BI%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%3BAA0DnB%2CcAOI%2CQAAO%3BAsCttCP%2COAAC%2CQA8BG%2CQAAO%3BE9CmNX%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAtB%2BPJ%2C6BsBGM%3BAhC46BE%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2COgCh7Bb%3BAhC0%2BBN%2CcAOI%2CQAAO%2COgCj%5C%2FBL%3BAMrOF%2COAAC%2CQA8BG%2CQAAO%2CONuMT%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2C6BAAC%3BAhCwqCG%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2COgC5qCd%3BAhCsuCL%2CcAOI%2CQAAO%2COgC7uCN%3BAMuBD%2COAAC%2CQA8BG%2CQAAO%2CONrDV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BAhC2pCD%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2COgChqCd%2CMACI%3BAhCytCT%2CcAOI%2CQAAO%2COgCjuCN%2CMACI%3BAMUL%2COAAC%2CQA8BG%2CQAAO%2CONzCV%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2C6BADH%2COACI%3BAhCqpCD%2CiBA1BJ%2CMA0BK%2COAIG%2CQAAO%2COgC1pCd%2COACI%3BAhCmtCT%2CcAOI%2CQAAO%2COgC3tCN%2COACI%3BAMIL%2COAAC%2CQA8BG%2CQAAO%2CONnCV%2COACI%3BExCqPL%2CWAAA%3B%3BADjJA%2CiBmBoJE%2CInBpJD%3BECiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAD5IA%2CiBmB%2BIE%2CInB%5C%2FID%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CiBmB0IE%2CInB1ID%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADjJA%2CcAAC%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CcAAC%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CcAAC%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAmB%5C%2FQA%2CKAAK%2CaAAa%2CMACd%3BAwBlBJ%2CKAAK%2CSAAS%2CMACV%3BEzB8TJ%2CeAAA%3B%3BAA2EI%2CeADJ%2CQACK%3BAC1YL%2CwBDyYA%2CQACK%3BACzYL%2CuBDwYA%2CQACK%3BAazYT%2CqBbwYI%2CQACK%3BAchYT%2CmBd%2BXI%2CQACK%3BAezYT%2CKAAK%2CKAAK%2COfwYN%2CQACK%3BEAlDL%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAC5VA%2CwBD8WA%2CUACI%2COACK%3BAC%5C%2FWT%2CuBD6WA%2CUACI%2COACK%3BAa%5C%2FWb%2CqBb6WI%2CUACI%2COACK%3BActWb%2CmBdoWI%2CUACI%2COACK%3BAe%5C%2FWb%2CKAAK%2CKAAK%2COf6WN%2CUACI%2COACK%3BEACG%2CUAAA%3B%3BACjXZ%2CwBD8WA%2CUAMI%2CiBAEM%3BACrXV%2CuBD6WA%2CUAMI%2CiBAEM%3BAarXd%2CqBb6WI%2CUAMI%2CiBAEM%3BAc5Wd%2CmBdoWI%2CUAMI%2CiBAEM%3BAerXd%2CKAAK%2CKAAK%2COf6WN%2CUAMI%2CiBAEM%3BEAME%2CYAAA%3B%3BAC5XZ%2CwBD8WA%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BACvXjB%2CuBD6WA%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAavXrB%2CqBb6WI%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAc9WrB%2CmBdoWI%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BAevXrB%2CKAAK%2CKAAK%2COf6WN%2CUAMI%2CiBAEM%2CaACE%2CQACK%3BEACG%2CiBAAA%3B%3BACzXpB%2CwBD8WA%2CUAiBI%2CQACI%3BAC%5C%2FXR%2CuBD6WA%2CUAiBI%2CQACI%3BAa%5C%2FXZ%2CqBb6WI%2CUAiBI%2CQACI%3BActXZ%2CmBdoWI%2CUAiBI%2CQACI%3BAe%5C%2FXZ%2CKAAK%2CKAAK%2COf6WN%2CUAiBI%2CQACI%3BEACI%2CSAAA%3B%3BACjYZ%2CwBDqYA%3BACpYA%2CuBDoYA%3BAapYJ%2CqBboYI%3BAc3XJ%2CmBd2XI%3BAepYJ%2CKAAK%2CKAAK%2COfoYN%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BACvYJ%2CwBD8YA%2CSACK%3BAC9YL%2CuBD6YA%2CSACK%3BAa9YT%2CqBb6YI%2CSACK%3BAcrYT%2CmBdoYI%2CSACK%3BAe9YT%2CKAAK%2CKAAK%2COf6YN%2CSACK%3BEACG%2CiBAAA%3B%3BAWrNI%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BE7B5KjB%2CSAAA%3BEACA%2CkBAAA%3B%3BA%2BC2BJ%3BAC3CI%2CYACI%2CeAEI%2COACI%3BA1CShB%2CyBAsEE%2CsBA2DE%3BAAjIJ%2CyBAsEE%2CsBA4DE%2CSAAQ%3BAAlIZ%2CyBAsEE%2CsBA6DE%3BACyBY%2CQAnEX%2CKAiEI%2CQACG%2CmBACK%2COAeG%3BA0CzBhB%2CMAAC%3BAzC9FL%2CcACI%3BAAwlCJ%2CiBAEI%2CMAAK%2CMAAM%2COAEP%3BAAJR%2CiBAGI%2CMAAK%2CMAAM%2CQACP%3BAE55BQ%2CKA1DP%2CcAsCG%2CKAoBK%2CIAEG%3BA4BnIR%2CiBAhBJ%2CQAgBK%2CSAiCG%3BAAjCJ%2CiBAhBJ%2CQAgBK%2CSA0DG%3BA3BxKZ%2CqBAEI%3BAADJ%2CyBACI%3BAiBPJ%2CwBA8FI%2CsBACM%3BAA%5C%2FFV%2CwBA2GI%2CUACI%3BAsBzGR%2CwBAsFI%2COACI%3BAf2LZ%2CMAAM%2COACF%2COAAM%2CWACF%3BAgBpSR%2CcACI%3BACWJ%2C0BAWI%2CyBAGI%2CUACI%2CQAAO%3BAC3Bf%2CsBA6DI%2CUAAS%2CSACJ%3BACjDT%2CYACI%2CuBAEI%2COAEI%3BAvBlBhB%2CqBAEI%2CQACI%3BAe8JA%2COA9DH%2CQA8DI%2CQAuBG%3BAhC%5C%2FHQ%2CiBAHU%2CUAhDrB%2CMAAM%2COAkDG%2CUACG%2CMACG%3BAADJ%2CcAFO%2CUAjDlB%2CMAAM%2COAkDG%2CUACG%2CMACG%3BAA8DpB%2CuBACI%2CoBACI%3BAAoFR%2C2BAII%2CsBAGI%2CUACM%3BAsBtNd%2CcAQI%2CeAQI%2CKAOI%3BAAvBZ%2CcAsFI%2COAGI%2CkBACI%2CcACI%2CUACM%3BAmBxF1B%2CMAAM%2CWAiCF%3BAVoGA%2COAAC%2CKAEG%3BAAuLR%2CgBACI%2CiBAGI%3BA9BjDR%2CcAYI%2CcACI%3BAyClJA%2COADG%2CKACF%2CIAAI%3BAA6DT%2CYAEI%2CUA6EI%3BAA9ER%2CYACI%2CUA6EI%3BAbhMA%2CcAFM%2CSACV%2CSACK%2CKAWG%2CaACI%3BE3CrFhB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAyDdI%2CsBAAC%2CcAGG%2CsBAQI%3BEzDOZ%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQA%2CiBAAC%3BAACD%2CiBAAC%3BAkBgUL%2CeACI%2CUAMI%2CiBlBxUH%3BAkBiUL%2CeACI%2CUAMI%2CiBlBvUH%3BAMhCL%2CyBAiBE%2CyBAuBI%2COAAM%2COAKF%2CONdL%3BAM%5C%2FBL%2CyBAiBE%2CyBAuBI%2COAAM%2COAKF%2CONbL%3BAMhCL%2CyBAiBE%2CyBAuBI%2COAAM%2COAcF%2CONvBL%3BAM%5C%2FBL%2CyBAiBE%2CyBAuBI%2COAAM%2COAcF%2CONtBL%3BAiDjCL%2CQjDgCK%3BAiDhCL%2CQjDiCK%3BAQw0BL%2CQAQI%2CsBRj1BC%3BAQy0BL%2CQAQI%2CsBRh1BC%3BAU2JG%2CKAAC%2CcA0FG%2CiBVtPP%3BAU4JG%2CKAAC%2CcA0FG%2CiBVrPP%3BAU2JG%2CKAAC%2CcA%2BJG%2CcV3TP%3BAU4JG%2CKAAC%2CcA%2BJG%2CcV1TP%3BAsCwMD%2CeAEI%2CcACM%2CWtC5MT%3BAsCyMD%2CeAEI%2CcACM%2CWtC3MT%3BAWnBD%2CmBXkBC%3BAWlBD%2CmBXmBC%3BA0DxCD%2CsB1DuCC%3BA0DvCD%2CsB1DwCC%3BAyBsDO%2CYADJ%2COACK%2CUzBvDR%3BAyBuDO%2CYADJ%2COACK%2CUzBtDR%3BAoDhCL%2C0BACI%2CkBpD8BC%3BAoD%5C%2FBL%2C0BACI%2CkBpD%2BBC%3BA6B2ED%2CgBA6BI%2CS7BzGH%3BA6B4ED%2CgBA6BI%2CS7BxGH%3BA6BmHD%2CoBACI%2CoB7BrHH%3BA6BoHD%2CoBACI%2CoB7BpHH%3BA6BmHD%2CoBAEI%2CkC7BtHH%3BA6BoHD%2CoBAEI%2CkC7BrHH%3BAmBoED%2CgCAkCI%2CSACI%2CcnBxGP%3BAmBqED%2CgCAkCI%2CSACI%2CcnBvGP%3BA8BtBD%2CmB9BqBC%3BA8BrBD%2CmB9BsBC%3BA8B6ED%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CS9BrFP%3BA8B8ED%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CS9BpFP%3BA8B8ED%2CkBACI%2CeAKI%2CS9BrFP%3BA8B%2BED%2CkBACI%2CeAKI%2CS9BpFP%3BA2DlCL%2CUASI%2CgB3DwBC%3BA2DjCL%2CUASI%2CgB3DyBC%3BAoC5CD%2CcA8EI%2CcpCnCH%3BAoC3CD%2CcA8EI%2CcpClCH%3BAoC5CD%2CcAsFI%2COpC3CH%3BAoC3CD%2CcAsFI%2COpC1CH%3BAoC5CD%2CcA4HI%2CepCjFH%3BAoC3CD%2CcA4HI%2CepChFH%3BA6CsRL%2CgBACI%2CiB7CxRC%3BA6CuRL%2CgBACI%2CiB7CvRC%3BAgCnCL%2CmBAUI%2CiBhCwBC%3BAgClCL%2CmBAUI%2CiBhCyBC%3BAwDsEG%2COAAC%2CQxDvEJ%3BAwDuEG%2COAAC%2CQxDtEJ%3BAmB7CD%2CwBD8WA%2CUAMI%2CiBlBxUH%3BAmB5CD%2CwBD8WA%2CUAMI%2CiBlBvUH%3BAmB5CD%2CuBD6WA%2CUAMI%2CiBlBxUH%3BAmB3CD%2CuBD6WA%2CUAMI%2CiBlBvUH%3BA%2BB5CL%2CqBb6WI%2CUAMI%2CiBlBxUH%3BA%2BB3CL%2CqBb6WI%2CUAMI%2CiBlBvUH%3BAgCnCL%2CmBdoWI%2CUAMI%2CiBlBxUH%3BAgClCL%2CmBdoWI%2CUAMI%2CiBlBvUH%3BAiC5CL%2CKAAK%2CKAAK%2COf6WN%2CUAMI%2CiBlBxUH%3BAiC3CL%2CKAAK%2CKAAK%2COf6WN%2CUAMI%2CiBlBvUH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAkB2TL%2CeACI%2CUAMI%2CiBlBlUH%3BAMrCL%2CyBAiBE%2CyBAuBI%2COAAM%2COAKF%2CONRL%3BAMrCL%2CyBAiBE%2CyBAuBI%2COAAM%2COAcF%2CONjBL%3BAiDtCL%2CQjDsCK%3BAQm0BL%2CQAQI%2CsBR30BC%3BAUsJG%2CKAAC%2CcA0FG%2CiBVhPP%3BAUsJG%2CKAAC%2CcA%2BJG%2CcVrTP%3BAsCmMD%2CeAEI%2CcACM%2CWtCtMT%3BAWxBD%2CmBXwBC%3BA0D7CD%2CsB1D6CC%3BAyBiDO%2CYADJ%2COACK%2CUzBjDR%3BAoDrCL%2C0BACI%2CkBpDoCC%3BA6BsED%2CgBA6BI%2CS7BnGH%3BA6B8GD%2CoBACI%2CoB7B%5C%2FGH%3BA6B8GD%2CoBAEI%2CkC7BhHH%3BAmB%2BDD%2CgCAkCI%2CSACI%2CcnBlGP%3BA8B3BD%2CmB9B2BC%3BA8BwED%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CS9B%5C%2FEP%3BA8ByED%2CkBACI%2CeAKI%2CS9B%5C%2FEP%3BA2DvCL%2CUASI%2CgB3D8BC%3BAoCjDD%2CcA8EI%2CcpC7BH%3BAoCjDD%2CcAsFI%2COpCrCH%3BAoCjDD%2CcA4HI%2CepC3EH%3BA6CiRL%2CgBACI%2CiB7ClRC%3BAgCxCL%2CmBAUI%2CiBhC8BC%3BAwDiEG%2COAAC%2CQxDjEJ%3BAmBlDD%2CwBD8WA%2CUAMI%2CiBlBlUH%3BAmBjDD%2CuBD6WA%2CUAMI%2CiBlBlUH%3BA%2BBjDL%2CqBb6WI%2CUAMI%2CiBlBlUH%3BAgCxCL%2CmBdoWI%2CUAMI%2CiBlBlUH%3BAiCjDL%2CKAAK%2CKAAK%2COf6WN%2CUAMI%2CiBlBlUH%3BEACG%2CWAAA%3B%3BAkBg1CR%2CeACI%3BAAsBJ%3BA0Ct5CA%2CQAEI%2CQAAO%3BAAFX%2CQASI%3BAATJ%2CQAgBI%3BAlBrBA%2COACI%2CgBAiBI%3BAnCqFR%2CQAAC%3BAC%2BwBL%2CQAQI%2CsBAGI%3BACv0BR%3BAC5BI%3BAeMA%2CYAuBI%3BAgC7CA%2CsBAAC%2CcAgBG%3BAIXR%3BACRA%3BA7C4IoB%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BA2B7ID%2CQAThB%2CgBACI%2CUAEI%2CQAEI%2COAIK%3BAnCiIb%2CKAzCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COA6BK%2CKS0vCT%3BA6C53CQ%2CMADJ%2CSACK%3BA5CuDT%2CuBAKI%2COAAM%2CKDg0CV%3BEA72BA%2CsBAAA%3B%3BAsBjdA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAxC7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAkBsiBR%2CiBqBxJI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BArBsJR%2CiBqBnJI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BArBiJR%2CiBqBnII%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BArBiIR%2CiBqB9HI%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BArB2HR%2CiBqB1bI%3BEvCiIA%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAtByhBJ%2CiBqB1bI%2CeCqHE%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CiBDsEJ%2CeCvEC%2COACI%3BExCuML%2CcAAA%3B%3BAuCuHA%2CiBAxPA%2CeAwPC%3BEvCvHD%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BExCuML%2CcAAA%3B%3BAkByTJ%2CiBqBlXI%3BEvCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEuChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEvC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAkByTJ%2CiBqBlXI%2COAsBI%3BEvCmCJ%2CSAAA%3BEAAA%2CmBAAA%3B%3BAuC3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BEvC2BT%2CmBAAA%3BEuCzBY%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2COAuVC%3BAACD%2CiBAxVA%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2COAiWC%3BEACG%2CiBAAA%3BEvCzSJ%2CsDAAA%3BEuC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BEvC%5C%2FSJ%2CsDAAA%3BEuCiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BEvC%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAuCoRA%2CiBA7UA%2COA6UC%3BEvCpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAuCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAjC3QZ%2CyBAsEE%2CsBA%2BCE%2CqBAEI%3BAE3HR%2COAAO%3BAAqiBP%2CoBAII%2CQAAO%3BAAJW%2CmBAIlB%2CQAAO%3BAAJgC%2CqBAIvC%2CQAAO%3BAMphBK%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%3BAmBjBjB%2CqBACI%2CQAAO%2COAAO%3BAADK%2CmBACnB%2CQAAO%2COAAO%3BAURd%2CqBAKI%2CQAAO%3BAAJX%2CoBAII%2CQAAO%3BAAHX%2CqBAGI%2CQAAO%3BAAFX%2CaAEI%2CQAAO%3BAADX%2CiBACI%2CQAAO%3BE3CqRX%2CcAAA%3BEkBibA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BElBvbA%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2CkBAAC%3BAlCXL%2CyBAsEE%2CsBA%2BCE%2CqBAEI%2CUkC5GH%3BAhCfL%2COAAO%2CUgCeF%3BAhCshBL%2CoBAII%2CQAAO%2CUgC1hBN%3BAhCshBiB%2CmBAIlB%2CQAAO%2CUgC1hBN%3BAhCshBsC%2CqBAIvC%2CQAAO%2CUgC1hBN%3BA1BMW%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%2CM0BNZ%3BAPXL%2CqBACI%2CQAAO%2COAAO%2COOUb%3BAPXkB%2CmBACnB%2CQAAO%2COAAO%2COOUb%3BAGlBD%2CqBAKI%2CQAAO%2CWHaV%3BAGjBD%2CoBAII%2CQAAO%2CWHaV%3BAGhBD%2CqBAGI%2CQAAO%2CWHaV%3BAGfD%2CaAEI%2CQAAO%2CWHaV%3BAGdD%2CiBACI%2CQAAO%2CWHaV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CmBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAlC5VJ%2CyBAsEE%2CsBA%2BCE%2CqBAEI%2CUYylBH%3BAVptBL%2COAAO%2CUUotBF%3BAV%5C%2FKL%2CoBAII%2CQAAO%2CUU2KN%3BAV%5C%2FKiB%2CmBAIlB%2CQAAO%2CUU2KN%3BAV%5C%2FKsC%2CqBAIvC%2CQAAO%2CUU2KN%3BAJ%5C%2FrBW%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%2CMI%2BrBZ%3BAehtBL%2CqBACI%2CQAAO%2COAAO%2COf%2BsBb%3BAehtBkB%2CmBACnB%2CQAAO%2COAAO%2COf%2BsBb%3BAyBvtBD%2CqBAKI%2CQAAO%2CWzBktBV%3BAyBttBD%2CoBAII%2CQAAO%2CWzBktBV%3BAyBrtBD%2CqBAGI%2CQAAO%2CWzBktBV%3BAyBptBD%2CaAEI%2CQAAO%2CWzBktBV%3BAyBntBD%2CiBACI%2CQAAO%2CWzBktBV%3BEACG%2CqBAAA%3B%3BAZjtBR%2CyBAsEE%2CsBA%2BCE%2CqBAEI%2CUY4lBH%3BAVvtBL%2COAAO%2CUUutBF%3BAVlLL%2CoBAII%2CQAAO%2CUU8KN%3BAVlLiB%2CmBAIlB%2CQAAO%2CUU8KN%3BAVlLsC%2CqBAIvC%2CQAAO%2CUU8KN%3BAJlsBW%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%2CMIksBZ%3BAentBL%2CqBACI%2CQAAO%2COAAO%2COfktBb%3BAentBkB%2CmBACnB%2CQAAO%2COAAO%2COfktBb%3BAyB1tBD%2CqBAKI%2CQAAO%2CWzBqtBV%3BAyBztBD%2CoBAII%2CQAAO%2CWzBqtBV%3BAyBxtBD%2CqBAGI%2CQAAO%2CWzBqtBV%3BAyBvtBD%2CaAEI%2CQAAO%2CWzBqtBV%3BAyBttBD%2CiBACI%2CQAAO%2CWzBqtBV%3BEACG%2CcAAA%3B%3BAVlPR%3BEU2PI%2CiBAAA%3B%3BAAsFJ%2CeAEM%3BAAkxBN%2CmBACI%2COAnxBE%3BARryBF%2CaAmBI%2COQkxBF%3BAEzuBF%2CiCF4%5C%2FCA%2COAnxBE%3BAGhwBF%2CuBHmhDA%2COAnxBE%3BAR1bF%2CcQ6sCA%2COAnxBE%3BElBliBF%2C6BAAA%3BEkB8eA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BElBhfA%2C6BAAA%3BEAAA%2CcAAA%3BEwChOA%2CqBAAA%3B%3BAtBgwBJ%2CeAEM%2CSAjDD%3BAAm0BL%2CmBACI%2COAnxBE%2CSAjDD%3BARpvBD%2CaAmBI%2COQkxBF%2CSAjDD%3BAExrBD%2CiCF4%5C%2FCA%2COAnxBE%2CSAjDD%3BAG%5C%2FsBD%2CuBHmhDA%2COAnxBE%2CSAjDD%3BARzYD%2CcQ6sCA%2COAnxBE%2CSAjDD%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%2CmBsBpgBM%3BAtB4iBN%2CeAEM%2CSsB9iBA%3BAtBg0CN%2CmBACI%2COAnxBE%2CSsB9iBA%3BA9BvPF%2CaAmBI%2COQkxBF%2CSsB9iBA%3BApB3LF%2CiCF4%5C%2FCA%2COAnxBE%2CSsB9iBA%3BAnBlNF%2CuBHmhDA%2COAnxBE%2CSsB9iBA%3BA9BoHF%2CcQ6sCA%2COAnxBE%2CSsB9iBA%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CmBAAC%3BAtB0vBL%2CeAEM%2CSsB5vBD%3BAtB8gDL%2CmBACI%2COAnxBE%2CSsB5vBD%3BA9BzCD%2CaAmBI%2COQkxBF%2CSsB5vBD%3BApBmBD%2CiCF4%5C%2FCA%2COAnxBE%2CSsB5vBD%3BAnBJD%2CuBHmhDA%2COAnxBE%2CSsB5vBD%3BA9BkUD%2CcQ6sCA%2COAnxBE%2CSsB5vBD%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAtB2uCJ%2CmBACI%3BARxjDA%2CaAmBI%3BAUyCJ%2CiCF4%5C%2FCA%3BAGnhDA%2CuBHmhDA%3BAR7sCA%2CcQ6sCA%3BEApxBA%2CSAAA%3B%3BAAmxBJ%2CmBACI%2COAnxBE%2CSAEG%3BARvyBL%2CaAmBI%2COQkxBF%2CSAEG%3BAE3uBL%2CiCF4%5C%2FCA%2COAnxBE%2CSAEG%3BAGlwBL%2CuBHmhDA%2COAnxBE%2CSAEG%3BAR5bL%2CcQ6sCA%2COAnxBE%2CSAEG%3BEACG%2CcAAA%3B%3BAA%2BwBZ%2CmBACI%2COA7wBA%3BAR3yBA%2CaAmBI%2COQwxBJ%3BAE%5C%2FuBA%2CiCF4%5C%2FCA%2COA7wBA%3BAGtwBA%2CuBHmhDA%2COA7wBA%3BARhcA%2CcQ6sCA%2COA7wBA%3BEACI%2CaAAA%3BElBziBJ%2CsBAAA%3BEkB2iBI%2CkBAAA%3B%3BAsB3sBJ%2CetB6sBC%2COACK%2CSsB9sBL%3BAtBo9CL%2CmBACI%2COAxwBC%2COACK%2CSsB9sBL%3BA9BnGD%2CaAmBI%2COQ6xBH%2COACK%2CSsB9sBL%3BApBvCD%2CiCF4%5C%2FCA%2COAxwBC%2COACK%2CSsB9sBL%3BAnB9DD%2CuBHmhDA%2COAxwBC%2COACK%2CSsB9sBL%3BA9BwQD%2CcQ6sCA%2COAxwBC%2COACK%2CSsB9sBL%3BExCgKD%2CSCzQM%2CODyQN%3B%3BAkBozCJ%2CmBACI%2COAxwBC%2COAOG%3BARvzBJ%2CaAmBI%2COQ6xBH%2COAOG%3BAE3vBJ%2CiCF4%5C%2FCA%2COAxwBC%2COAOG%3BAGlxBJ%2CuBHmhDA%2COAxwBC%2COAOG%3BAR5cJ%2CcQ6sCA%2COAxwBC%2COAOG%3BEACI%2CcAAA%3B%3BAkBp1BR%2CcAQI%2CeAyBI%3BEpC8PR%2CiBAAA%3BEkBokBA%2CgBAAA%3B%3BAkBn2BA%2CcAQI%2CeA4BI%3BEpC2PR%2CiBAAA%3BEkB6kBA%2CgBAAA%3BEACA%2CSAAA%3B%3BAiBttBJ%2CqBAeI%3BAA2DJ%2CoBAII%3BAAHJ%2CqBAGI%3BAAFJ%2CgBAEI%3BAADJ%2CeACI%3BEjB6rBA%2CiBAAA%3B%3BAEj4BY%2CwBAFR%2CqCACI%2CKACK%2CMF28Bb%3BAE38BY%2CwBAFR%2CqCACI%2CKACK%2CMF48Bb%3BAE38BY%2CwBAHR%2CqCACI%2CKAEK%2CSF08Bb%3BAE18BY%2CwBAHR%2CqCACI%2CKAEK%2CSF28Bb%3BAG98BY%2CcAFR%2C2BACI%2CKACK%2CMH68Bb%3BAG78BY%2CcAFR%2C2BACI%2CKACK%2CMH88Bb%3BAG78BY%2CcAHR%2C2BACI%2CKAEK%2CSH48Bb%3BAG58BY%2CcAHR%2C2BACI%2CKAEK%2CSH68Bb%3BAH52BI%2CoBADJ%2CKACK%2CMG22BL%3BAH32BI%2CoBADJ%2CKACK%2CMG42BL%3BAH32BI%2CoBAFJ%2CKAEK%2CSG02BL%3BAH12BI%2CoBAFJ%2CKAEK%2CSG22BL%3BElB9sBA%2CcAAA%3BEkBgtBI%2CcAAA%3BElBhtBJ%2CiBAAA%3BEkBktBI%2CcAAA%3BEACA%2CmBAAA%3B%3BAEj9BQ%2CwBAFR%2CqCACI%2CKACK%2CMF28Bb%2CqBAOI%3BAEl9BQ%2CwBAFR%2CqCACI%2CKACK%2CMF48Bb%2CqBAMI%3BAEj9BQ%2CwBAHR%2CqCACI%2CKAEK%2CSF08Bb%2CqBAOI%3BAEj9BQ%2CwBAHR%2CqCACI%2CKAEK%2CSF28Bb%2CqBAMI%3BAGp9BQ%2CcAFR%2C2BACI%2CKACK%2CMH68Bb%2CqBAOI%3BAGp9BQ%2CcAFR%2C2BACI%2CKACK%2CMH88Bb%2CqBAMI%3BAGn9BQ%2CcAHR%2C2BACI%2CKAEK%2CSH48Bb%2CqBAOI%3BAGn9BQ%2CcAHR%2C2BACI%2CKAEK%2CSH68Bb%2CqBAMI%3BAHl3BA%2CoBADJ%2CKACK%2CMG22BL%2CqBAOI%3BAHl3BA%2CoBADJ%2CKACK%2CMG42BL%2CqBAMI%3BAHj3BA%2CoBAFJ%2CKAEK%2CSG02BL%2CqBAOI%3BAHj3BA%2CoBAFJ%2CKAEK%2CSG22BL%2CqBAMI%3BEACI%2CgBAAA%3B%3BAZx%2BBZ%2CyBAiBE%2CyBAgBI%2CyBACE%2COAAM%2COACJ%2CcY28BN%3BAZ9%2BBJ%2CyBAiBE%2CyBAgBI%2CyBACE%2COAAM%2COACJ%2CcY48BN%3BAZ%5C%2F%2BBJ%2CyBAiBE%2CyBAuBI%2COAAM%2COAiBF%2CcYq7BN%3BAZ9%2BBJ%2CyBAiBE%2CyBAuBI%2COAAM%2COAiBF%2CcYs7BN%3BAR%5C%2F9BA%2CaQ89BA%3BAR99BA%2CaQ%2B9BA%3BAY92BA%2CaZ62BA%3BAY72BA%2CaZ82BA%3BAY72BA%2CaZ42BA%3BAY52BA%2CaZ62BA%3BEACI%2CqBAAA%3BElB7tBJ%2CiBAAA%3B%3BAMnRJ%2CyBAiBE%2CyBAgBI%2CyBACE%2COAAM%2COACJ%2CcYg9BN%2CqBAAuB%3BAZn%5C%2FB3B%2CyBAiBE%2CyBAuBI%2COAAM%2COAiBF%2CcY07BN%2CqBAAuB%3BARn%2BBvB%2CaQm%2BBA%2CqBAAuB%3BAYl3BvB%2CaZk3BA%2CqBAAuB%3BAYj3BvB%2CaZi3BA%2CqBAAuB%3BEACnB%2CqBAAA%3BElBjuBJ%2CiBAAA%3B%3BAMnRJ%2CyBAiBE%2CyBAgBI%2CyBACE%2COAAM%2COACJ%2CcYg9BN%2CqBAAuB%2CuBAGlB%3BAZt%5C%2FBT%2CyBAiBE%2CyBAuBI%2COAAM%2COAiBF%2CcY07BN%2CqBAAuB%2CuBAGlB%3BARt%2BBL%2CaQm%2BBA%2CqBAAuB%2CuBAGlB%3BAYr3BL%2CaZk3BA%2CqBAAuB%2CuBAGlB%3BAYp3BL%2CaZi3BA%2CqBAAuB%2CuBAGlB%3BEACG%2CSAAS%2CIAAG%2CiBAAgB%2CIAA5B%3B%3BAZv%5C%2FBZ%2CyBAiBE%2CyBAgBI%2CyBACE%2COAAM%2COACJ%2CcYg9BN%2CqBAAuB%2CuBAMlB%3BAZz%5C%2FBT%2CyBAiBE%2CyBAuBI%2COAAM%2COAiBF%2CcY07BN%2CqBAAuB%2CuBAMlB%3BARz%2BBL%2CaQm%2BBA%2CqBAAuB%2CuBAMlB%3BAYx3BL%2CaZk3BA%2CqBAAuB%2CuBAMlB%3BAYv3BL%2CaZi3BA%2CqBAAuB%2CuBAMlB%3BEACG%2CSAAQ%2CGAAR%3B%3BA8C1%2BBJ%2CoBAUI%3BAATJ%2CoBASI%3BA5CrCR%2CwBA8BI%2CqCAgBI%3BAC9CR%2CcA4BI%2C2BAcI%3BAX4JJ%2CKAAC%2CcAyKG%3BAKtVZ%2CoBA%2BGI%3BEGu4BA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BElBnvBA%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAAMA%2CcAAC%3BAwBzCG%2CoBAUI%2CgBxB%2BBP%3BAwBxCG%2CoBASI%2CgBxB%2BBP%3BApBpED%2CwBA8BI%2CqCAgBI%2CgBoBsBP%3BAnBpED%2CcA4BI%2C2BAcI%2CgBmB0BP%3BA9BkIG%2CKAAC%2CcAyKG%2CgB8B3SP%3BAzB3CL%2CoBA%2BGI%2CgByBpEC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAwB5UI%2CoBAUI%2CgB9Co%5C%2FBP%3BA8C7%5C%2FBG%2CoBASI%2CgB9Co%5C%2FBP%3BAEzhCD%2CwBA8BI%2CqCAgBI%2CgBF2%2BBP%3BAGzhCD%2CcA4BI%2C2BAcI%2CgBH%2B%2BBP%3BARn1BG%2CKAAC%2CcAyKG%2CgBQ0qBP%3BAHhgCL%2CoBA%2BGI%2CgBGi5BC%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAsB95BJ%2CuBAAC%3BAwBvFW%2CoBAFJ%2CgBAEK%2CSxBuFZ%3BAwBvFW%2CoBAFJ%2CgBAEK%2CSxBuFZ%3BApB9EW%2CwBAlBR%2CqCAgBI%2CgBAEK%2CSoB8EZ%3BAnBlFW%2CcAhBR%2C2BAcI%2CgBAEK%2CSmBkFZ%3BA9BmPW%2CKA3KP%2CcAyKG%2CgBAEK%2CS8BnPZ%3BAzBYG%2CoBAFJ%2CgBAEK%2CSyBZJ%3BExCgKD%2CSCzQM%2CODyQN%3B%3BAsDhSA%2CiBAII%2CsBAII%3BAnCiDR%2CyBACI%3BEnBsOJ%2CkBAAA%3B%3BA6ClKA%2COAAC%2CQ3Bw7BD%2CQACK%3BA2BpvBT%2CgBAgBI%2CgBAKI%2CwB3B8tBJ%2CQACK%3BEACG%2CkBAAA%3B%3BA2B17BR%2COAAC%2CQ3Bw7BD%2CQAIK%3BA2BvvBT%2CgBAgBI%2CgBAKI%2CwB3B8tBJ%2CQAIK%3BEACG%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BA2Bj8BR%2COAAC%2CQ3Bw7BD%2CQAWK%3BA2B9vBT%2CgBAgBI%2CgBAKI%2CwB3B8tBJ%2CQAWK%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAiB36BZ%2CqBACI%2COAAM%2CUAOF%2CMAAK%2CQAED%2CQjB26BP%3BAiBn0BL%2CQAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQjBqzBP%3BAiBl0BL%2CuBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQjBqzBP%3BAiBj0BL%2CiBAUI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQjBqzBP%3BAiB9xBL%2CMAsBI%2CaACI%2CQjBuwBH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BElBjzBJ%2C%2BBAAA%3BEkBmzBI%2CoBAAA%3B%3BAiB37BR%2CqBACI%2COAAM%2CUAOF%2CMAAK%2CQAED%2CQjBm7BP%2CWACI%3BAiB50BT%2CQAYI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQjB6zBP%2CWACI%3BAiB30BT%2CuBAWI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQjB6zBP%2CWACI%3BAiB10BT%2CiBAUI%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQjB6zBP%2CWACI%3BAiBvyBT%2CMAsBI%2CaACI%2CQjB%2BwBH%2CWACI%3BEACG%2CaAAA%3B%3BAErlCR%2CwBACI%2COF8lCJ%2CaAEM%3BAGjmCN%2CcACI%2COH8lCJ%2CaAEM%3BAiBv3BV%2CQAMI%2CQAAO%2CKAKH%2COAAM%2CIAAI%2CSjB02Bd%2CaAEM%3BAkBlmCN%2CclBgmCA%2CaAEM%3BAcziCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSdqiCd%2CaAEM%3BAHnzBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG8yBd%2CaAEM%3BAHlzBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSG8yBd%2CaAEM%3BEACE%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAEpmCR%2CwBACI%2COFsmCJ%3BAGvmCA%2CcACI%2COHsmCJ%3BAiB73BJ%2CQAMI%2CQAAO%2CKAKH%2COAAM%2CIAAI%2CSjBk3Bd%3BAkBxmCA%2CclBwmCA%3BAc%5C%2FiCJ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSd6iCd%3BAHzzBJ%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGszBd%3BAHxzBJ%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGszBd%3BEACI%2CcAAA%3B%3BAExmCJ%2CwBACI%2COFsmCJ%2CWAEM%3BAGzmCN%2CcACI%2COHsmCJ%2CWAEM%3BAiB%5C%2F3BV%2CQAMI%2CQAAO%2CKAKH%2COAAM%2CIAAI%2CSjBk3Bd%2CWAEM%3BAkB1mCN%2CclBwmCA%2CWAEM%3BAcjjCV%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSd6iCd%2CWAEM%3BAH3zBV%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGszBd%2CWAEM%3BAH1zBV%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSGszBd%2CWAEM%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3B%3BAoBhmCR%2CeAQI%2CUAEI%2COpBgmCP%3BAoBl4BD%2CeAuFI%2CaAEI%2COpByyBP%3BAoBl4BD%2CeAwFI%2CgBACI%2COpByyBP%3BAWv9BD%2CoBACI%2CoBAQI%2COX88BP%3BAWv9BD%2CoBAEI%2CkCAOI%2COX88BP%3BAJt%2BBe%2C0BAJZ%2CUAEK%2COACG%2CeACK%2CMIs%2BBhB%3BEACG%2CSAAS%2CIAAT%3B%3BAAkCR%2CuBAMI%2CQAAO%3BAJzpCH%2CSAAC%2CMAAM%2COIypCX%2CQAAO%3BAJnjCH%2CSAAC%2CSImjCL%2CQAAO%3BElBh4BP%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAtBkoCL%2CuBAMI%2CQAAO%2CIsBxoCN%3BA1BjBG%2CSAAC%2CMAAM%2COIypCX%2CQAAO%2CIsBxoCN%3BA1BqFG%2CSAAC%2CSImjCL%2CQAAO%2CIsBxoCN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSiEpOU%2COjEoOV%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA1BlWI%2CSAAC%2CMAAM%2COIopCX%2COAAO%2CMAAK%2CWACP%3BAJ%5C%2FiCD%2CSAAC%2CSI8iCL%2COAAO%2CMAAK%2CWACP%3BElB53BL%2CmBAAA%3B%3BAczRI%2CSAAC%2CMAAM%2COIypCX%2CQAAO%2CIAEF%3BAJrjCD%2CSAAC%2CSImjCL%2CQAAO%2CIAEF%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA0TZ%2CmBAkBI%3BAV3nBJ%2CQACI%3BAEz1BA%2CaAmBI%2COAyBI%2CUAAS%2CSACH%3BAA7Cd%2CaAmBI%2COAyBI%2CUAAS%2CSAEH%2CUAAU%3BA4B0KxB%2CeAkBI%2CsBAMI%2CMAAK%2CYAED%3BAe9QZ%2CsBA6DI%2CUAAS%2CSAIJ%2CUAAU%3BAxBsHnB%2CoBACI%2CaACI%2CoBAII%2CQAAO%3BAO7LnB%2CcAsFI%2COAGI%2CkBACI%2CcACI%2CUAIM%2CUAAU%3BAA%5C%2FFhC%2CcA2LI%3BAAeJ%2CyBACI%3BAADJ%2CyBAEI%3BAoBmeJ%3BA9CthBA%2CYQs1CA%3BA2C99CA%2CkBAkBI%2Cc3C48CJ%3BEAlUA%2CaAAA%3B%3BAcrpCJ%3BAjBwOA%3BEf%2BBI%2CyBAAA%3BEkBu6BA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAczpCJ%2C4BdiqCI%2CWACI%2CoBACI%3BAclqCZ%2CyBdgqCI%2CWACI%2CoBACI%3BAc3pCZ%2C0BdypCI%2CWACI%2CoBACI%3BAHh9BZ%2CQG88BI%2CWACI%2CoBACI%3BAH%5C%2F8BZ%2CuBG68BI%2CWACI%2CoBACI%3BAH98BZ%2CiBG48BI%2CWACI%2CoBACI%3BAH78BZ%2C0BG28BI%2CWACI%2CoBACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAcvqChB%2C4BdiqCI%2CWACI%2CoBAOI%3BAcxqCZ%2CyBdgqCI%2CWACI%2CoBAOI%3BAcjqCZ%2C0BdypCI%2CWACI%2CoBAOI%3BAHt9BZ%2CQG88BI%2CWACI%2CoBAOI%3BAHr9BZ%2CuBG68BI%2CWACI%2CoBAOI%3BAHp9BZ%2CiBG48BI%2CWACI%2CoBAOI%3BAHn9BZ%2C0BG28BI%2CWACI%2CoBAOI%3BEACI%2CeAAA%3BEACA%2CoBAAA%3B%3BAc3qChB%2C4BdiqCI%2CWACI%2CoBAOI%2CYAGI%3BAc3qChB%2CyBdgqCI%2CWACI%2CoBAOI%2CYAGI%3BAcpqChB%2C0BdypCI%2CWACI%2CoBAOI%2CYAGI%3BAHz9BhB%2CQG88BI%2CWACI%2CoBAOI%2CYAGI%3BAHx9BhB%2CuBG68BI%2CWACI%2CoBAOI%2CYAGI%3BAHv9BhB%2CiBG48BI%2CWACI%2CoBAOI%2CYAGI%3BAHt9BhB%2C0BG28BI%2CWACI%2CoBAOI%2CYAGI%3BEACI%2CaAAA%3B%3BAiBr9BpB%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAALrB%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAAJrB%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BAhBtLjB%2C2BAII%2CMAAK%3BALgIT%2C8BAII%2CMAAK%3BACuFb%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%3BEZjFjB%2CYAAA%3B%3BAe2hCJ%2CkBf39BM%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAe09BV%2CkBf39BM%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAgCpCV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhC4Bf%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgCnCV%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhC4Bf%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAgCnCV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhC4Bf%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgClCV%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhC4Bf%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAgClCV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhC4Bf%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgCjCV%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhC4Bf%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAgBpNN%2C2BAII%2CMAAK%2CMhB8MP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAgBnNN%2C2BAII%2CMAAK%2CMhB8MP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAWhFN%2C8BAII%2CMAAK%2CMX0EP%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAW%5C%2FEN%2C8BAII%2CMAAK%2CMX0EP%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BAYWV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZjBf%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAYYV%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZjBf%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BEHdN%2CmBAAA%3B%3BAkBu%2BBJ%2CkBfzhCM%2CQAGI%2CKACI%3BAeqhCd%2CkBfxhCM%2CQAEI%2CKACI%3BAeqhCd%2CkBfvhCM%2CQACI%2CKACI%3BAeqhCd%2CkBfzhCM%2CQAGI%2CKAEI%3BAeohCd%2CkBfxhCM%2CQAEI%2CKAEI%3BAeohCd%2CkBfvhCM%2CQACI%2CKAEI%3BAgCuBd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhClCf%2CQAGI%2CKACI%3BAgCwBd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCjCf%2CQAEI%2CKACI%3BAgCwBd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhChCf%2CQACI%2CKACI%3BAgCwBd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhClCf%2CQAGI%2CKAEI%3BAgCuBd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCjCf%2CQAEI%2CKAEI%3BAgCuBd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhChCf%2CQACI%2CKAEI%3BAgCwBd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhClCf%2CQAGI%2CKACI%3BAgCyBd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCjCf%2CQAEI%2CKACI%3BAgCyBd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhChCf%2CQACI%2CKACI%3BAgCyBd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhClCf%2CQAGI%2CKAEI%3BAgCwBd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCjCf%2CQAEI%2CKAEI%3BAgCwBd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhChCf%2CQACI%2CKAEI%3BAgCyBd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhClCf%2CQAGI%2CKACI%3BAgC0Bd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCjCf%2CQAEI%2CKACI%3BAgC0Bd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhChCf%2CQACI%2CKACI%3BAgC0Bd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhClCf%2CQAGI%2CKAEI%3BAgCyBd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCjCf%2CQAEI%2CKAEI%3BAgCyBd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhChCf%2CQACI%2CKAEI%3BAgBzJV%2C2BAII%2CMAAK%2CMhBgJP%2CQAGI%2CKACI%3BAgBxJV%2C2BAII%2CMAAK%2CMhBiJP%2CQAEI%2CKACI%3BAgBxJV%2C2BAII%2CMAAK%2CMhBkJP%2CQACI%2CKACI%3BAgBxJV%2C2BAII%2CMAAK%2CMhBgJP%2CQAGI%2CKAEI%3BAgBzJV%2C2BAII%2CMAAK%2CMhBiJP%2CQAEI%2CKAEI%3BAgBzJV%2C2BAII%2CMAAK%2CMhBkJP%2CQACI%2CKAEI%3BAWrBV%2C8BAII%2CMAAK%2CMXYP%2CQAGI%2CKACI%3BAWpBV%2C8BAII%2CMAAK%2CMXaP%2CQAEI%2CKACI%3BAWpBV%2C8BAII%2CMAAK%2CMXcP%2CQACI%2CKACI%3BAWpBV%2C8BAII%2CMAAK%2CMXYP%2CQAGI%2CKAEI%3BAWrBV%2C8BAII%2CMAAK%2CMXaP%2CQAEI%2CKAEI%3BAWrBV%2C8BAII%2CMAAK%2CMXcP%2CQACI%2CKAEI%3BAYsEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ%5C%2FEf%2CQAGI%2CKACI%3BAYuEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ9Ef%2CQAEI%2CKACI%3BAYuEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ7Ef%2CQACI%2CKACI%3BAYuEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ%5C%2FEf%2CQAGI%2CKAEI%3BAYsEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ9Ef%2CQAEI%2CKAEI%3BAYsEd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZ7Ef%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAemhChB%2CkBf9gCM%2CQACI%2CKACI%3BAe4gCd%2CkBf9gCM%2CQACI%2CKAEI%3BAgCcd%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCvBf%2CQACI%2CKACI%3BAgCed%2CQAGI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCvBf%2CQACI%2CKAEI%3BAgCed%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCvBf%2CQACI%2CKACI%3BAgCgBd%2CuBAEI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCvBf%2CQACI%2CKAEI%3BAgCgBd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCvBf%2CQACI%2CKACI%3BAgCiBd%2CiBACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMhCvBf%2CQACI%2CKAEI%3BAgBlKV%2C2BAII%2CMAAK%2CMhB2JP%2CQACI%2CKACI%3BAgBjKV%2C2BAII%2CMAAK%2CMhB2JP%2CQACI%2CKAEI%3BAW9BV%2C8BAII%2CMAAK%2CMXuBP%2CQACI%2CKACI%3BAW7BV%2C8BAII%2CMAAK%2CMXuBP%2CQACI%2CKAEI%3BAY6Dd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZpEf%2CQACI%2CKACI%3BAY8Dd%2C0BACI%2CQAAO%2CKACH%2CqBACI%2CeACI%2CMAAK%2CMZpEf%2CQACI%2CKAEI%3BEHoCV%2CgCAAA%3B%3BAQ89BJ%2CcAcI%3BAmC7rCA%2CeAII%3BE3C6MJ%2CcAAA%3BEAAA%2CiBAAA%3BEkBoiCA%2CmBAAA%3B%3BAVtEJ%2CcACI%3BAOz%2BBJ%2CcACI%3BAyCkEA%2COAEI%3BAb5QJ%2CeACI%3BEzBiwCJ%2CeAAA%3B%3BAVnFJ%2CcACI%2CaU6EA%3BAHtjCJ%2CcACI%2CaGqjCA%3BAsCn%5C%2FBA%2COAEI%2CatCi%5C%2FBJ%3BAyB7vCA%2CeACI%2CazB4vCJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAwBxwCJ%3BAhCjDA%2CeACI%3BEQk0CJ%2CkBAAA%3B%3BAwBlxCA%2CkBxBmxCA%2CSAAQ%2CKACJ%3BAwBpxCJ%2CkBxBmxCA%2CSAAQ%2CKAEJ%3BARt0CJ%2CeACI%2CWQm0CJ%2CSAAQ%2CKACJ%3BARr0CJ%2CeACI%2CWQm0CJ%2CSAAQ%2CKAEJ%3BEACI%2CaAAA%3B%3BATntCA%2CKAzCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COA6BK%2CKS0vCT%3BACr0CA%2CuBAKI%2COAAM%2CKDg0CV%3BEACI%2CkBAAA%3B%3BAAFR%2CeAKI%3BAC%5C%2FzCA%2CyBAKI%2CyBAMI%3BAVsDA%2CKAzCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COA6BK%2CKS8vCT%3BACz0CA%2CuBAKI%2COAAM%2CKDo0CV%3BElBxmCA%2CkBAAA%3BEkBmnCA%2COAAO%2C2BAAP%3B%3BA6C34CQ%2CMADJ%2CSACK%3BE7Co5CT%2CkBAAA%3B%3BA6Cp5CQ%2CMADJ%2CSACK%2Cc7Cq5CT%3BElB7nCA%2CkBAAA%3BEkB%2BnCI%2COAAO%2CoCAAP%3B%3BAMz5CJ%2CqBACI%2CaACI%2CeACI%3BAiCIR%2CsBAAC%2CcAgBG%3BEzDmQR%2CYAAA%3BEAAA%2CSAAA%3BEkB0oCA%2CUAAA%3B%3BAMp6CA%2CqBACI%2CaACI%2CeACI%2CuBNm6CX%3BAMt6CD%2CqBACI%2CaACI%2CeACI%2CuBNo6CX%3BAuCh6CG%2CsBAAC%2CcAgBG%2CuBvC%2B4CP%3BAuC%5C%2F5CG%2CsBAAC%2CcAgBG%2CuBvCg5CP%3BElB%5C%2FlCD%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2CiBAAA%3BEAAA%2CWAAA%3BEkBqpCI%2CWAAA%3BEACA%2COAAA%3B%3BAMh7CJ%2CqBACI%2CaACI%2CeACI%2CuBN%2B6CX%3BAuC36CG%2CsBAAC%2CcAgBG%2CuBvC25CP%3BElBxpCD%2CyBAAA%3B%3BAwB1RA%2CqBACI%2CaACI%2CeACI%2CuBNk7CX%3BAuC96CG%2CsBAAC%2CcAgBG%2CuBvC85CP%3BElB3pCD%2C4BAAA%3BEkB6pCI%2CQAAA%3B%3BAPx4CJ%2CYAOI%3BAezCJ%2C%2BBAEI%3BAmCHJ%2CkBASM%3BAhDSN%2C0BAQI%3BEboPJ%2CqBAAA%3BEAAA%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CeAAA%3B%3BAUtIA%3BAmDxIA%2CkBAkBI%3BE3C27CJ%2C6BAAA%3BEACA%2CiBAAA%3B%3BARt0CA%2CYQu0CA%2CMAEI%3BARz0CJ%2CYQw0CA%2CMACI%3BA2Cj9CJ%2CkBAkBI%2Cc3C67CJ%2CMAEI%3BA2Cj9CJ%2CkBAkBI%2Cc3C87CJ%2CMACI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAR50CR%2CYQu0CA%2CMAOI%3BAR90CJ%2CYQw0CA%2CMAMI%3BA2Ct9CJ%2CkBAkBI%2Cc3C67CJ%2CMAOI%3BA2Ct9CJ%2CkBAkBI%2Cc3C87CJ%2CMAMI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BARn1CR%2CYQy1CA%2COACI%3BAR11CJ%2CYQy1CA%2COAEI%3BA2Cn%2BCJ%2CkBAkBI%2Cc3C%2B8CJ%2COACI%3BA2Cl%2BCJ%2CkBAkBI%2Cc3C%2B8CJ%2COAEI%3BEACI%2CeAAA%3B%3BAR51CR%2CYQy1CA%2COAKI%3BA2Ct%2BCJ%2CkBAkBI%2Cc3C%2B8CJ%2COAKI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BARj2CR%2CYQy1CA%2COAUI%3BA2C3%2BCJ%2CkBAkBI%2Cc3C%2B8CJ%2COAUI%3BEACI%2C6BAAA%3BElB9tCR%2CeAAA%3BEkBguCQ%2CmBAAA%3B%3BARt2CR%2CYQy1CA%2COAeI%3BA2Ch%5C%2FCJ%2CkBAkBI%2Cc3C%2B8CJ%2COAeI%3BEACI%2C6BAAA%3BElBnuCR%2CeAAA%3B%3BAUtIA%2CYQ62CA%3BA2Cr%5C%2FCA%2CkBAkBI%2Cc3Cm%2BCJ%3BEACI%2CoBAAA%3B%3BAR92CJ%2CYQg3CA%2CMAAM%2CGAAE%2CWAAY%3BA2Cx%5C%2FCpB%2CkBAkBI%2Cc3Cs%2BCJ%2CMAAM%2CGAAE%2CWAAY%3BEAChB%2CoBAAA%3B%3BARj3CJ%2CYQm3CA%2CYACK%2CQACG%3BARr3CR%2CYQm3CA%2CYACK%2CQAEG%3BA2C9%5C%2FCR%2CkBAkBI%2Cc3Cy%2BCJ%2CYACK%2CQACG%3BA2C7%5C%2FCR%2CkBAkBI%2Cc3Cy%2BCJ%2CYACK%2CQAEG%3BEACI%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BARz3CZ%2CYQm3CA%2CYACK%2CQAOG%2CQAAQ%3BA2CngDhB%2CkBAkBI%2Cc3Cy%2BCJ%2CYACK%2CQAOG%2CQAAQ%3BEACJ%2CkBAAA%3BEACA%2CiBAAA%3BElBvvCZ%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAtB88CI%2CmBADJ%2CYACK%2CQAOG%2CQAAQ%2COsBjwCd%3BA9B1HF%2CYQm3CA%2CYACK%2CQAOG%2CQAAQ%2COsBjwCd%3BAqBlQF%2CkBAkBI%2Cc3Cy%2BCJ%2CYACK%2CQAOG%2CQAAQ%2COsBjwCd%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CmBtBu8CA%2CYACK%2CQAOG%2CQAAQ%2COsB%5C%2F8Cf%3BA9BoFD%2CYQm3CA%2CYACK%2CQAOG%2CQAAQ%2COsB%5C%2F8Cf%3BAqBpDD%2CkBAkBI%2Cc3Cy%2BCJ%2CYACK%2CQAOG%2CQAAQ%2COsB%5C%2F8Cf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA9B%5C%2FMA%2CYQm3CA%2CYACK%2CQAOG%2CQAAQ%2COAUH%3BA2C7gDb%2CkBAkBI%2Cc3Cy%2BCJ%2CYACK%2CQAOG%2CQAAQ%2COAUH%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BARx4ChB%2CYQm3CA%2CYACK%2CQAuBI%2CSACG%3BAR54CZ%2CYQm3CA%2CYACK%2CQAuBI%2CSAEG%3BA2CrhDZ%2CkBAkBI%2Cc3Cy%2BCJ%2CYACK%2CQAuBI%2CSACG%3BA2CphDZ%2CkBAkBI%2Cc3Cy%2BCJ%2CYACK%2CQAuBI%2CSAEG%3BEACI%2CgBAAA%3B%3BAsBx6ChB%2CmBtB64CA%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COsB16CnB%3BA9B0BD%2CYQm3CA%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COsB16CnB%3BAqB9GD%2CkBAkBI%2Cc3Cy%2BCJ%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COsB16CnB%3BExCgKD%2CSCzQM%2CODyQN%3B%3BAUtIA%2CYQm3CA%2CYAqCK%3BA2ChiDL%2CkBAkBI%2Cc3Cy%2BCJ%2CYAqCK%3BEACG%2CaAAA%3BEACA%2CgCAAA%3B%3BAR15CR%2CYQm3CA%2CYAqCK%2CQAGI%3BA2CniDT%2CkBAkBI%2Cc3Cy%2BCJ%2CYAqCK%2CQAGI%3BEACG%2CkBAAA%3B%3BAR55CZ%2CYQg6CA%3BA2CxiDA%2CkBAkBI%2Cc3CshDJ%3BEACI%2CgBAAA%3B%3BAEl%2BCJ%2CiCF4%5C%2FCA%2COAEM%2CSACE%3BAGthDR%2CuBHmhDA%2COAEM%2CSACE%3BARhtCR%2CcQ6sCA%2COAEM%2CSACE%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAEjgDZ%2CiCFqgDA%3BAG5hDA%2CuBH4hDA%3BARttCA%2CcQstCA%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAExgDJ%2CiCFqgDA%2CiBAII%2CQACK%3BAE1gDT%2CiCFqgDA%2CiBAII%2CQAEK%3BAGliDT%2CuBH4hDA%2CiBAII%2CQACK%3BAGjiDT%2CuBH4hDA%2CiBAII%2CQAEK%3BAR5tCT%2CcQstCA%2CiBAII%2CQACK%3BAR3tCT%2CcQstCA%2CiBAII%2CQAEK%3BEAEG%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAEjhDZ%2CiCFqgDA%2CiBAeI%3BAG3iDJ%2CuBH4hDA%2CiBAeI%3BARruCJ%2CcQstCA%2CiBAeI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAEvhDR%2CiCF2hDA%2CQAAO%3BAGljDP%2CuBHkjDA%2CQAAO%3BAR5uCP%2CcQ4uCA%2CQAAO%3BEAEH%2CgBAAA%3B%3BAE7hDJ%2CiCFgiDA%3BAGvjDA%2CuBHujDA%3BARjvCA%2CcQivCA%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAEliDJ%2CiCFgiDA%2CUAGM%2CSACI%3BAG3jDV%2CuBHujDA%2CUAGM%2CSACI%3BARrvCV%2CcQivCA%2CUAGM%2CSACI%3BEACE%2CaAAA%3B%3BAEriDZ%2CiCFyiDA%3BAGhkDA%2CuBHgkDA%3BAR1vCA%2CcQ0vCA%3BEACI%2CmBAAA%3B%3BAnB3nDJ%3BEACI%2CamERc%2CWnEQd%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CamEAc%2CWnEAd%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CamEQc%2CWnERd%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CamEgBc%2CWnEhBd%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAmEmCJ%3BElE%2BOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA6DlHJ%3BE5DgZI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3BEmEnZJ%2CsBAAA%3B%3BAAEJ%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAPnCR%2CQAEI%2CQAAO%3BE5DsZP%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE4DvbL%2CeAAA%3B%3BAAPR%2CQASI%3BE5D%2BYA%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE4DhbL%2CeAAA%3B%3BAAdR%2CQAgBI%3BE5DwYA%2CoBAAA%3BEACQ%2CYAAA%3BEAaR%2CwBAAA%3BEACQ%2CgBAAA%3BEAqBR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BE4DzaL%2CeAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAFJ%2CUAIM%2CsBAAoB%3BEAClB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAQrCJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2C6BAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CKjEmeE%3BEHzdF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAoEbA%2CMACI%3BEACI%2C0BAAA%3B%3BAAGI%2CMAJR%2CMAGM%2CKACG%2CYACG%3BAADJ%2CMAJR%2CMAGM%2CKACG%2CYAEG%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3B%3BAATpB%2CMACI%2CMAYI%3BAAbR%2CMACI%2CMAaI%3BEACI%2CSAAA%3B%3BAAfZ%2CMACI%2CMAgBI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAChCZ%2CQAAQ%3BErE%2BRR%2CiBAAA%3BEAAA%2C6BAAA%3BEsEnQA%2CcAAA%3BEtEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEsEtCA%2CkBAAA%3B%3BADzPA%2CQAAQ%2CKCoDR%3BEtE2OA%2CWAAA%3B%3BAsExOI%2CQDvDI%2CKCoDR%2CEAGK%3BEtEwOL%2CWAAA%3B%3BAsEpOI%2CQD3DI%2CKCoDR%2CEAOK%3BEtEoOL%2CWAAA%3B%3BAqE%5C%2FRA%2CQAAQ%2CKC2PN%2CIAAC%2CYAAY%3BE9BiGf%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC1OW%2COD0OX%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BExCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEsErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADvQJ%2CQAAQ%3BErE2RR%2CiBAAA%3BEAAA%2C6BAAA%3BEsEnQA%2CcAAA%3BEtEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEsEtCA%2CkBAAA%3B%3BADrPA%2CQAAQ%2CMCgDR%3BEtE2OA%2CWAAA%3B%3BAsExOI%2CQDnDI%2CMCgDR%2CEAGK%3BEtEwOL%2CWAAA%3B%3BAsEpOI%2CQDvDI%2CMCgDR%2CEAOK%3BEtEoOL%2CWAAA%3B%3BAqE3RA%2CQAAQ%2CMCuPN%2CIAAC%2CYAAY%3BE9BiGf%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxOS%2CODwOT%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BExCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEsErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BADnQJ%2CQAAQ%3BErEuRR%2CiBAAA%3BEAAA%2C6BAAA%3BEsEnQA%2CcAAA%3BEtEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEsEtCA%2CkBAAA%3B%3BADjPA%2CQAAQ%2CQC4CR%3BEtE2OA%2CWAAA%3B%3BAsExOI%2CQD%5C%2FCI%2CQC4CR%2CEAGK%3BEtEwOL%2CWAAA%3B%3BAsEpOI%2CQDnDI%2CQC4CR%2CEAOK%3BEtEoOL%2CWAAA%3B%3BAqEvRA%2CQAAQ%2CQCmPN%2CIAAC%2CYAAY%3BE9BiGf%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC1OW%2COD0OX%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BExCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEsErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD%5C%2FPJ%2CQAAQ%3BErEmRR%2CiBAAA%3BEAAA%2C6BAAA%3BEsEnQA%2CcAAA%3BEtEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEsEtCA%2CkBAAA%3B%3BAD7OA%2CQAAQ%2COCwCR%3BEtE2OA%2CWAAA%3B%3BAsExOI%2CQD3CI%2COCwCR%2CEAGK%3BEtEwOL%2CWAAA%3B%3BAsEpOI%2CQD%5C%2FCI%2COCwCR%2CEAOK%3BEtEoOL%2CWAAA%3B%3BAqEnRA%2CQAAQ%2COC%2BON%2CIAAC%2CYAAY%3BE9BiGf%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC1OW%2COD0OX%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BExCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEsErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAD3PJ%2CQAAQ%3BErE%2BQR%2CiBAAA%3BEAAA%2C6BAAA%3BEsEnQA%2CcAAA%3BEtEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEsEtCA%2CkBAAA%3B%3BADzOA%2CQAAQ%2CQCoCR%3BEtE2OA%2CWAAA%3B%3BAsExOI%2CQDvCI%2CQCoCR%2CEAGK%3BEtEwOL%2CWAAA%3B%3BAsEpOI%2CQD3CI%2CQCoCR%2CEAOK%3BEtEoOL%2CWAAA%3B%3BAqE%5C%2FQA%2CQAAQ%2CQC2ON%2CIAAC%2CYAAY%3BE9BiGf%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzOW%2CODyOX%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BExCxEA%2COAAA%3BEAAA%2CSAAA%3BEAAA%2CWAAA%3BEsErBI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAC3QJ%2CMAAM%2COACF%3BAADJ%2CMAAM%2COAEF%3BEACI%2CaAAA%3B%3BAAIR%3BEvEwRA%2CqBAAA%3BEwC9QA%2CqBAAA%3BE%2BBFI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BA%5C%2FBFJ%2CWAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzPQ%2CODyPR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CWADH%2CMACI%3BExC2PL%2CcAAA%3B%3BAuExRA%2CW%5C%2FB4QE%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAuEuQJ%2CQA%5C%2FP0B%3BEACtB%2CWACI%2CQACI%3BIACI%2CkBAAA%3BIvEyPZ%2CcAAA%3BIwChOA%2CqBAAA%3BI%2BBlBY%2CWAAA%3B%3BE%5C%2FBwBZ%2CW%2BBjCI%2CQACI%2CW%5C%2FBgCP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCxQQ%2CODwQR%3BIAAA%2CayC7Oe%2CazC6Of%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE%2BB1TY%2CWAVR%2CQACI%2CWASK%3BIACG%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3B%3BE%5C%2FB8EhB%2CW%2BB3FI%2CQACI%2CWAcK%2CgB%5C%2FB4EZ%3BIxCgKD%2CSCzQM%2CODyQN%3B%3BEuElOA%3BIvEkNF%2C8BAAA%3BIACK%2C2BAAA%3BIACC%2C0BAAA%3BIAcJ%2CsBAAA%3BIuEhOI%2CYAAA%3BIACA%2CWAAA%3BIACA%2COAAO%2CwBAAP%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CiBAAP%3BIAEA%2CyBAAA%3B%3BEAXJ%2CaAYI%3BIACI%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAlBR%2CaAYI%2CUAOI%3BIACI%2CcAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CaAXJ%2CUAWK%2CQACG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAGR%2CaAjBJ%2CUAiBK%3BIvEqMT%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIwEzBY%2CgBAAA%3B%3BEA%5C%2FBZ%2CaAmCI%2CQAAO%3BIvE%2BLX%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIwEnBQ%2CWAAA%3B%3BEArCR%2CaAmCI%2CQAAO%2CMAGH%3BIACI%2C6BAAA%3BIACA%2CSAAA%3B%3BEACA%2CaANR%2CQAAO%2CMAGH%2CGAGK%2CMAAM%3BIACH%2CgBAAA%3BIACA%2CkBAAA%3B%3BEA3ChB%2CaAmCI%2CQAAO%2CMAWH%3BEA9CR%2CaAmCI%2CQAAO%2CMAYH%2CEAAC%3BIvEmLT%2CWAAA%3BIAAA%2CqBAAA%3BIuEhLY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEApDZ%2CaAmCI%2CQAAO%2CMAmBH%2CEAAC%3BIACG%2CWAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CgBAGI%3BIvEmJN%2C8BAAA%3BIACK%2C2BAAA%3BIACC%2C0BAAA%3BIAcJ%2CsBAAA%3BIuEjKQ%2CYAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEARR%2CgBAWI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CSACI%3BIACI%2CUAAA%3BIACA%2COAAO%2CiBAAP%3BIACA%2CiBAAA%3B%3BEAJR%2CSAOI%3BIvE4HN%2CoDAAA%3BIACK%2CiDAAA%3BIACC%2CgDAAA%3BIAcJ%2C4CAAA%3BIuExIQ%2CQAAA%3BIACA%2CWAAA%3B%3BEAIA%2CSADJ%2CYACK%3BIACG%2C%2BBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAMR%2CMADE%2CYAAa%2CcACd%3BIAEG%2CkBAAA%3BIACA%2CUAAA%3B%3BEvEnIR%2CMuE%2BHM%2CYAAa%2CcACd%2CMvEhIJ%3BEACD%2CMuE8HM%2CYAAa%2CcACd%2CMvE%5C%2FHJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CMuEyHM%2CYAAa%2CcACd%2CMvE1HJ%3BIACG%2CWAAA%3B%3BEuE%2BHA%2CMAPE%2CYAAa%2CcAOd%3BIACG%2CgBAAA%3BIACA%2CsCAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%3BIACG%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%2COAIK%3BEAJN%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%2COAIU%2CIAAC%3BEAJZ%2CMAlBF%2CYAAa%2CcAOd%2CWAWI%2COAIqB%2CIAAC%3BIACf%2CWAAA%3B%3BEAhBZ%2CMAPE%2CYAAa%2CcAOd%2CWAmBK%3BEAnBN%2CMAPE%2CYAAa%2CcAOd%2CWAmBU%2CIAAC%3BEAnBZ%2CMAPE%2CYAAa%2CcAOd%2CWAmBqB%2CIAAC%3BIACf%2CWAAA%3B%3BEAIR%2CMA%5C%2FBE%2CYAAa%2CcA%2BBd%3BIAEG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEvEpKR%2CMuE%2BHM%2CYAAa%2CcA%2BBd%2CavE9JJ%3BEACD%2CMuE8HM%2CYAAa%2CcA%2BBd%2CavE7JJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CMuEyHM%2CYAAa%2CcA%2BBd%2CavExJJ%3BIACG%2CWAAA%3B%3BEuE8JI%2CMAtCF%2CYAAa%2CcA%2BBd%2CaAOI%3BIACG%2CcAAA%3B%3BECrKZ%3BIxEmPA%2CuBAAA%3BIwEhPI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BIxEoOR%2CkBAAA%3BIAAA%2CgBAAA%3BIAAA%2CqBAAA%3BIAAA%2CkBAAA%3B%3BEwEnPA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BIxE4NL%2CWAAA%3BIAAA%2CqBAAA%3B%3BEwEnPA%2CWA4BI%3BIxEuNJ%2C0BAAA%3BIAAA%2CiBAAA%3B%3BEwEnPA%2CWA4BI%2CQAIM%3BIxEmNV%2CgBAAA%3BIAAA%2CyBAAA%3BIAAA%2CyBAAA%3BIwE7MY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BIxE4Mb%2CWAAA%3B%3BEwEvMQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BIxEqMhB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3BIwE7LoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BIxEwLV%2CgBAAA%3B%3BEwEpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BIxEkLnB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BEwEpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BIxE0KxB%2CiBAAA%3B%3BEwElKQ%2CWADJ%2CGAAE%2COACG%3BIxEkKT%2C6BAAA%3B%3BEwEnPA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BIxEyJjB%2CWAAA%3B%3BEwEnJQ%2CWAVJ%2CSAUK%2CIAAI%3BIxEmJb%2CgBAAA%3BIAAA%2CgBAAA%3BIwE7IY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BIxEqIlB%2CkBAAA%3B%3BEwEjIgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BIxE2HhB%2CkBAAA%3B%3BEwEnJQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BIxEqHpB%2CWAAA%3BIwEhHwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BIxE8GzB%2CWAAA%3B%3BEwEvGY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BIxEgGlB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3B%3BEwEpFgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BIxEmFtB%2CiBAAA%3B%3BEuEhEA%2CWACI%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3B%3BEACA%2CWAHJ%2CEAGK%3BIACG%2CWAAA%3B%3BEALZ%2CWAQI%2CGAAE%3BIACE%2CiBAAA%3B%3BEAEA%2CWAHJ%2CGAAE%2COAGG%3BIACG%2CaAAA%3B%3BEAZZ%2CWAQI%2CGAAE%2COAMI%2CIAAC%3BIACC%2C4BAAA%3B%3BEAfZ%2CWAQI%2CGAAE%2COASI%2CIAAC%3BIACC%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CWAbR%2CGAAE%2COASI%2CIAAC%3BEAII%2CWAbX%2CGAAE%2COASI%2CIAAC%2CgBAIQ%3BIACH%2CsBAAA%3B%3BEAGR%2CWAjBJ%2CGAAE%2COAiBG%2COAAQ%2CcAAc%3BEAAiB%2CWAjB5C%2CGAAE%2COAiB2C%2COAAU%2CIAAC%2CIAAI%3BEAAoB%2CWAjBhF%2CGAAE%2COAiB%2BE%2CWAAc%2CIAAC%2CIAAI%3BEAAoB%2CWAjBxH%2CGAAE%2COAiBuH%2COAAU%2CIAAC%2CIAAI%2CkBAAmB%2CKAAI%2CIAAI%3BEAAiB%2CWAjBpL%2CGAAE%2COAiBmL%2CWAAc%2CIAAC%2CIAAI%2CkBAAmB%2CKAAI%2CIAAI%3BIAC3N%2CcAAA%3BIACA%2CeAAA%3B%3BEA3BZ%2CWAQI%2CGAAE%2COAsBI%2CgBAAgB%3BIACd%2CgBAAA%3B%3BEA%5C%2FBZ%2CWAQI%2CGAAE%2COAyBE%2CcAAgB%2CIAAC%3BIACb%2CStEhOE%2COsEgOF%3BIACA%2CeAAA%3BIACA%2CatE9OG%2CasE8OH%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAxCZ%2CWAQI%2CGAAE%2COAkCE%2CGAAE%2COAAU%3BIACR%2CgBAAA%3B%3BEAIJ%2CWADJ%2CGAAE%3BEACK%2CWADP%2CGAAE%2CQACM%2CIAAI%3BIACJ%2CmBAAA%3B%3BEADJ%2CWADJ%2CGAAE%2CQAGM%2CQAAU%3BEAFX%2CWADP%2CGAAE%2CQACM%2CIAAI%2CcAEJ%2CQAAU%3BEAFd%2CWADJ%2CGAAE%2CQAGmB%2CQAAO%2COAAU%3BEAF%5C%2FB%2CWADP%2CGAAE%2CQACM%2CIAAI%2CcAES%2CQAAO%2COAAU%3BIAC1B%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEApDhB%2CWA8CI%2CGAAE%2CQASI%3BIACE%2CiBAAA%3B%3B%3BAA0DhB%2CQAhDyB%3BEACrB%3BIACI%2CaAAA%3B%3BEAGJ%3BIvE4HA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3B%3BEuEjIJ%2CaAAC%3BIACG%2CaAAA%3B%3BEAEJ%2CaAAC%2CaAAgB%3BIACb%2CaAAA%3B%3BEAEJ%2CaAAC%2CaAAgB%3BIACb%2CcAAA%3BIACA%2CUAAA%3B%3BEC3BR%3BIxESA%2CuBAAA%3BIAAA%2CeAAA%3BIAAA%2CgBAAA%3BIwEJI%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%3BIxEhBN%2CgBAAA%3B%3BEwETA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BIxExBJ%2CmBAAA%3BIwE0BQ%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%3BIxE%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIwEsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BIxE1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BEwEkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BIxEpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CeAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIwE2EgB%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%3BIxEzFpB%2CqBAAA%3BIwChOA%2CqBAAA%3B%3BEgCmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBhCnGhB%3BIxChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwC2CA%2CWgCkPI%2CQA2DK%2COACK%2CaAGI%2CgBhCjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCxQQ%2CODwQR%3BIAAA%2CayC7Oe%2CazC6Of%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEgClFA%2CWAiCI%2CQA8EI%3BIxEtGR%2CgBAAA%3BIAAA%2CoBAAA%3BIAAA%2C%2BCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIwE8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIxElHZ%2CgBAAA%3B%3BEwETA%2CWAiCI%2CQA8EI%2CSAyIF%3BIxE%5C%2FON%2CgBAAA%3B%3BEwEkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BIxE1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIwE%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BIxEpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIAAA%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIwEuQY%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%3BIxEzIhB%2CWAAA%3BIAAA%2CgBAAA%3B%3BEwEgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BIxEjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEwETA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BIxEzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BEwETA%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%3BIxEpL5B%2CqBAAA%3BIwChOA%2CqBAAA%3B%3BEgCgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBhC9LxB%3BIxChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwC2CA%2CWgCkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBhC5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCrPQ%2CODqPR%3BIAAA%2CayC7Oe%2CazC6Of%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEgC0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BIxEpMZ%2CqBAAA%3BIwChOA%2CqBAAA%3B%3BEAMA%2CWgCkPI%2CQA2KK%2CKhC7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSiEzPgB%2COjEyPhB%3BIAAA%2CayC7Oe%2CazC6Of%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEgCkIY%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%3BEDvLhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAIR%2CWAAY%2CGAAE%3BIACV%2CsBAAA%3BIACA%2CcAAA%3B%3B%3BAE9UJ%2CQAAQ%3BECqBR%2CkBAAA%3B%3BADrBA%2CQAAQ%2CQCuBR%3BE1EwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BE0EhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE1E8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BE0ExFA%2COAAA%3BEACA%2CSAAA%3B%3BAAvJI%2CQDjDI%2CQCuBR%2CiBA0BK%3BAACD%2CQDlDI%2CQCuBR%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CQD1DI%2CQCuBR%2CiBAmCK%3BE1EqOL%2CiBAAA%3BE0EnOQ%2CyBAAA%3B%3BAAGJ%2CQD%5C%2FDI%2CQCuBR%2CiBAwCK%3BE1EgOL%2CiBAAA%3BE0E9NQ%2CyBAAA%3B%3BAAyIR%2CQD1MQ%2CQCuBR%2CiBAmLC%3BAACD%2CQD3MQ%2CQCuBR%2CiBAoLC%3BEACG%2CYAAA%3B%3BAAGJ%2CQD%5C%2FMQ%2CQCuBR%2CiBAwLC%3BE1EgFD%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BA0E1EA%2CQDrNQ%2CQCuBR%2CiBA8LC%3BE1E0ED%2CyBAAA%3BEAAA%2CUAAA%3BEAAA%2CiBAAA%3B%3BA0EhNA%2CQD%5C%2FEQ%2CQC%2BEN%3BE1EgNF%2CYAAA%3B%3BA0E5MA%2CQDnFQ%2CQCmFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDpFQ%2CQCoFN%2CgBAA2B%2CMAAS%3BAACtC%2CQDrFQ%2CQCqFP%2CMAAO%3BEACJ%2CcAAA%3B%3BADtFJ%2CQAAQ%2CQAOJ%2CSAAQ%2CQACJ%3BEACI%2CgBAAA%3B%3BAATZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAKJ%3BEACI%2CmBAAA%3B%3BAAbZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQASJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAApBZ%2CQAAQ%2CQAOJ%2CSAAQ%2CQAgBJ%3BEACI%2CiBAAA%3B%3BAAEA%2CQA1BJ%2CQAOJ%2CSAAQ%2CQAgBJ%2COAGK%3BEACG%2CaAAA%3B%3BAA3BhB%2CQAAQ%2CQAOJ%2CSAAQ%2CQAwBJ%3BEACI%2CSAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAEvCJ%2CKAAK%3BE3E%2BRL%2C0CAAA%3BEAAA%2CaAAA%3BE4E7QA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEDpBI%2CkBAAA%3B%3BACsBJ%2CKDxBK%2CUCwBJ%3BE5EuQD%2C4B6E3RgC%2C2C7E2RhC%3BEAAA%2CkBAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BE4EhQI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BADtCJ%2CKAAK%2CUAIC%3BEACE%2CaAAA%3B%3BAAIR%3BECoEA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEDxEI%2CoCAAA%3B%3BAAFJ%2CaAII%2CQACM%3BEC%2BDV%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAD1EA%2CaAII%2CQAKM%3BEACE%2CaAAA%3B%3BAAKZ%2CIACM%3BEACE%2CaAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAG%5C%2FBR%3BE9E2RI%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEK0KA%2CuBAAA%3B%3BAyErcJ%2CSzEucM%3BEACE%2CsBAAA%3B%3BAyExcR%2CSzE2cM%3BELhLF%2CeAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEKoLI%2CsBAAA%3BEACA%2CWAAA%3BELrLJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAKgMI%2CSAhBF%2CUAgBM%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAyE9dR%2CSAAC%3BEACG%2CgBAAA%3B%3BAAHR%2CSAKM%3BAALN%2CSAMM%2CUAAU%3BE9EqRZ%2CeAAA%3B%3BA8E3RJ%2CSAKM%2CSzE0wBA%3BAyE%5C%2FwBN%2CSAMM%2CUAAU%2CSzEywBV%3BELpfF%2CeAAA%3BEKwfI%2CqBAAA%3B%3BAAtOJ%2CSyExiBE%2CSzEwiBD%3BAAAD%2CSyEviBE%2CUAAU%2CSzEuiBX%3BEACG%2CgBAAA%3B%3BAyE9iBR%2CSAKM%2CSzEkjBA%3BAyEvjBN%2CSAMM%2CUAAU%2CSzEijBV%3BEL5RF%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAKqSI%2CSyE3jBF%2CSzEkjBA%2CSASM%3BAAAJ%2CSyE1jBF%2CUAAU%2CSzEijBV%2CSASM%3BEACA%2CaAAA%3B%3BAyEjkBZ%2CSAKM%2CSzEgkBF%2CQACI%3BAyEtkBR%2CSAMM%2CUAAU%2CSzE%2BjBZ%2CQACI%3BEACI%2CmBAAA%3B%3BALhiBR%2CS8ElCE%2CSzEskBF%2CQAAO%2CMLpiBN%3BAAAD%2CS8EjCE%2CUAAU%2CSzEqkBZ%2CQAAO%2CMLpiBN%3BAACD%2CS8EnCE%2CSzEskBF%2CQAAO%2CMLniBN%3BAAAD%2CS8ElCE%2CUAAU%2CSzEqkBZ%2CQAAO%2CMLniBN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CS8ExCE%2CSzEskBF%2CQAAO%2CML9hBN%3BAAAD%2CS8EvCE%2CUAAU%2CSzEqkBZ%2CQAAO%2CML9hBN%3BEACG%2CWAAA%3B%3BA8E9CR%2CSAKM%2CSzEskBF%2CQAAO%2CMAEH%3BAyE7kBR%2CSAMM%2CUAAU%2CSzEqkBZ%2CQAAO%2CMAEH%3BEACI%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CSyE7kBF%2CSzEskBF%2CQAAO%2CMAOF%2CQAAS%3BAAAV%2CSyE5kBF%2CUAAU%2CSzEqkBZ%2CQAAO%2CMAOF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSyEjlBF%2CSzEskBF%2CQAAO%2CMAWF%2CQAAS%3BAAAV%2CSyEhlBF%2CUAAU%2CSzEqkBZ%2CQAAO%2CMAWF%2CQAAS%3BEACN%2CYAAA%3B%3BAAGJ%2CSyErlBF%2CSzEskBF%2CQAAO%2CMAeF%2CQAAS%3BAAAV%2CSyEplBF%2CUAAU%2CSzEqkBZ%2CQAAO%2CMAeF%2CQAAS%3BEACN%2CqBAAA%3B%3BAAGJ%2CSyEzlBF%2CSzEskBF%2CQAAO%2CMAmBF%2CQAAS%3BAAAV%2CSyExlBF%2CUAAU%2CSzEqkBZ%2CQAAO%2CMAmBF%2CQAAS%3BEACN%2CqBAAA%3B%3BAyE%5C%2FlBZ%2CSAKM%2CSzE8lBF%3BAyEnmBJ%2CSAMM%2CUAAU%2CSzE6lBZ%3BELpNA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEA2BA%2CyBAAA%3BEACQ%2CiBAAA%3BEKyLJ%2CUAAA%3BEACA%2CWAAA%3B%3BAyEvmBR%2CSAKM%2CSzE8lBF%2COAMI%3BAyEzmBR%2CSAMM%2CUAAU%2CSzE6lBZ%2COAMI%3BAyEzmBR%2CSAKM%2CSzE8lBF%2COAOI%3BAyE1mBR%2CSAMM%2CUAAU%2CSzE6lBZ%2COAOI%3BAyE1mBR%2CSAKM%2CSzE8lBF%2COAQI%3BAyE3mBR%2CSAMM%2CUAAU%2CSzE6lBZ%2COAQI%3BELhLJ%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEAxBT%2CwBAAA%3BEACQ%2CgBAAA%3BEKwMA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAyEhnBZ%2CSAKM%2CSzE8lBF%2COAgBI%3BAyEnnBR%2CSAMM%2CUAAU%2CSzE6lBZ%2COAgBI%3BAyEnnBR%2CSAKM%2CSzE8lBF%2COAiBI%3BAyEpnBR%2CSAMM%2CUAAU%2CSzE6lBZ%2COAiBI%3BELzVJ%2CgBAAA%3BEAAA%2C4BAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CwEAAA%3BEAAA%2CcAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CwBAAA%3BEAAA%2CWAAA%3BEKjPA%2CsBAAA%3BELiZA%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3BEK0LD%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzPR%2CSyE5XE%2CSzE8lBF%2COAgBI%2CWAlPH%3BAAAD%2CSyE3XE%2CUAAU%2CSzE6lBZ%2COAgBI%2CWAlPH%3BAAAD%2CSyE5XE%2CSzE8lBF%2COAiBI%2CUAnPH%3BAAAD%2CSyE3XE%2CUAAU%2CSzE6lBZ%2COAiBI%2CUAnPH%3BELtGD%2CYAAA%3B%3BAKqHA%2CSyE3YE%2CSzE8lBF%2COAgBI%2CWAnOH%3BAAAD%2CSyE1YE%2CUAAU%2CSzE6lBZ%2COAgBI%2CWAnOH%3BAAAD%2CSyE3YE%2CSzE8lBF%2COAiBI%2CUApOH%3BAAAD%2CSyE1YE%2CUAAU%2CSzE6lBZ%2COAiBI%2CUApOH%3BELrHD%2CWAAA%3B%3BAK0HA%2CSyEhZE%2CSzE8lBF%2COAgBI%2CWA9NH%3BAAAD%2CSyE%5C%2FYE%2CUAAU%2CSzE6lBZ%2COAgBI%2CWA9NH%3BAAAD%2CSyEhZE%2CSzE8lBF%2COAiBI%2CUA%5C%2FNH%3BAAAD%2CSyE%5C%2FYE%2CUAAU%2CSzE6lBZ%2COAiBI%2CUA%5C%2FNH%3BEL1HD%2CWAAA%3B%3BAK%2BHA%2CSyErZE%2CSzE8lBF%2COAgBI%2CWAzNH%3BAAAD%2CSyEpZE%2CUAAU%2CSzE6lBZ%2COAgBI%2CWAzNH%3BAAAD%2CSyErZE%2CSzE8lBF%2COAiBI%2CUA1NH%3BAAAD%2CSyEpZE%2CUAAU%2CSzE6lBZ%2COAiBI%2CUA1NH%3BEL%5C%2FHD%2CWAAA%3B%3BA8E3RJ%2CSAKM%2CSzE8lBF%2COA0BI%3BAyE7nBR%2CSAMM%2CUAAU%2CSzE6lBZ%2COA0BI%3BEACI%2CWAAA%3BELnMR%2CiBAAA%3BEACC%2CgBAAA%3BEACQ%2CQAAA%3B%3BA8E7bb%2CSAKM%2CSzE8nBF%3BAyEnoBJ%2CSAMM%2CUAAU%2CSzE6nBZ%3BELxWA%2CiBAAA%3B%3BAKugBI%2CSyE7xBF%2CSzE2xBD%2CSAAY%2CSAER%3BAAAD%2CSyE5xBF%2CUAAU%2CSzE0xBX%2CSAAY%2CSAER%3BAAAD%2CSyE7xBF%2CSzE4xBD%2CUAAa%2CSACT%3BAAAD%2CSyE5xBF%2CUAAU%2CSzE2xBX%2CUAAa%2CSACT%3BEACG%2CSAAS%2CGAAT%3BELxgBR%2CcAAA%3BEAAA%2CcAAA%3BEAAA%2CoBAAA%3B%3BA8E3RJ%2CSAKM%2CSzEk0BF%3BAyEv0BJ%2CSAMM%2CUAAU%2CSzEi0BZ%3BEL5iBA%2CcAAA%3BEAAA%2CeAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2CSsCdE%2CSzEk0BF%2CMmCpzBC%3BAAAD%2CSsCbE%2CUAAU%2CSzEi0BZ%2CMmCpzBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsC5VI%2CSAHF%2CSAGG%2CSACK%3BAADN%2CSAFF%2CUAAU%2CSAEP%2CSACK%3BE9EMV%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA8ETI%2CSARF%2CSAQG%2COACG%3BAADJ%2CSAPF%2CUAAU%2CSAOP%2COACG%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAjBhB%2CSAKM%2CSAeE%3BAApBR%2CSAMM%2CUAAU%2CSAcR%3BEAII%2CiBAAA%3B%3BAAHA%2COAAO%2CIAAI%2COAAQ%2CUAhBzB%2CSAeE%3BAACI%2COAAO%2CIAAI%2COAAQ%2CUAfzB%2CUAAU%2CSAcR%3BEAEQ%2CmBAAA%3B%3BAAtBhB%2CSAKM%2CSAqBE%3BAA1BR%2CSAMM%2CUAAU%2CSAoBR%3BEACE%2CiBAAA%3B%3BAA3BV%2CSAKM%2CSAwBE%2COAAM%3BAA7Bd%2CSAMM%2CUAAU%2CSAuBR%2COAAM%3BEACF%2CoBAAA%3B%3BAACA%2CSA1BN%2CSAwBE%2COAAM%2COAED%3BAAAD%2CSAzBN%2CUAAU%2CSAuBR%2COAAM%2COAED%3BEACG%2CgBAAA%3B%3BAAhChB%2CSAoCM%3BEACA%2CcAAA%3B%3BAAGN%2COAAU%3BAACV%2COAAU%3BEACN%2CWAAA%3B%3BAAEJ%2COACI%3BEACI%2CmBAAA%3B%3BAAGR%2CQAAQ%3BEACJ%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CMAAM%2CKACF%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAwBR%3BE9E0LE%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BE8E9MJ%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAqB%2C4CAArB%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAe%2CEAAf%3BEACA%2CoBAAA%3B%3BAACA%2CMAAC%3BEACG%2CaAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAQR%2CGAAG%2CWAAW%3BEACV%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAIJ%2CMAAO%3BEJ7EH%2CkBAAA%3B%3BAI6EJ%2CMAAO%2CSJ3EH%3BE1EwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BE0EhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE1E8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BE0EvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CMIiDD%2CSJ3EH%2CiBA0BK%3BAACD%2CMIgDD%2CSJ3EH%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CMIwCD%2CSJ3EH%2CiBAmCK%3BE1EqOL%2CiBAAA%3BE0EnOQ%2CyBAAA%3B%3BAAGJ%2CMImCD%2CSJ3EH%2CiBAwCK%3BE1EgOL%2CiBAAA%3BE0E9NQ%2CyBAAA%3B%3BAA0GR%2CMIzEG%2CSJ3EH%2CiBAoJC%3BAACD%2CMI1EG%2CSJ3EH%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CMI9EG%2CSJ3EH%2CiBAyJC%3BE1E%2BGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA0EzGA%2CMIpFG%2CSJ3EH%2CiBA%2BJC%3BE1EyGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA0EhNA%2CMImBG%2CSJnBD%3BE1EgNF%2CYAAA%3B%3BA0E5MA%2CMIeG%2CSJfD%2CgBAA2B%2CMAAS%3BAACtC%2CMIcG%2CSJdD%2CgBAA2B%2CMAAS%3BAACtC%2CMIaG%2CSJbF%2CMAAO%3BEACJ%2CcAAA%3B%3BAIYR%2CMAAO%2CSAEH%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CKAAK%2CMAAS%2CWAAS%3BAACvB%2CMAAM%2CMAAS%2CWAAS%3BEACpB%2CcAAA%3B%3BAAGJ%2CcACM%3BE1EsHF%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CcAAA%3BEwC9QA%2CqBAAA%3BEsCyGI%2CqBAAA%3BEACA%2CsBAAA%3B%3BA1EuHJ%2Cc0ElIE%2CyB1EkID%3BAACD%2Cc0EnIE%2CyB1EmID%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2Cc0ExIE%2CyB1EwID%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2Cc0E7IE%2CyB1E6ID%3BAACD%2Cc0E9IE%2CyB1E8ID%3BAACD%2CQAAQ%2CUAAW%2Ce0E%5C%2FIjB%3BE1EgJE%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA8EhLJ%2CcACM%2CyBtCmKA%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CcsCyFE%2CyBtCzFD%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSiE9OY%2COjE8OZ%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAsC5OI%2CcAZF%2CyBAYG%3BEACG%2CgBAAA%3BEACA%2CUAAA%3B%3BAAQZ%2CQACI%3BEACI%2CSAAA%3B%3BAAGI%2CQAJR%2CUAEM%2CSAAM%2CIAAI%2CSAEP%2CIAAI%3BAAAL%2CQAJR%2CUAGI%2CQAAU%2CSACL%2CIAAI%3BEACD%2CeAAA%3B%3BAANhB%2CQACI%2CUAEM%2CSAAM%2CIAAI%2CSAKR%3BAARZ%2CQACI%2CUAGI%2CQAAU%2CSAIN%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAZhB%2CQACI%2CUAEM%2CSAAM%2CIAAI%2CSAWR%3BAAdZ%2CQACI%2CUAGI%2CQAAU%2CSAUN%3BEACI%2CWAAA%3B%3BA%5C%2FE9IZ%3BEACI%2Ca0C0CW%2Ca1C1CX%3BEACA%2CSAAS%2CwCAAsB%2COAAO%2CcAClC%2CuCAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAgFTR%2CMAAM%2COAAO%3BEACT%2CYAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAACA%2CMAAC%2CIAAI%3BEACD%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CMAAC%3BEACG%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAOI%2CIAFP%2CIAAI%2CYACD%2COACK%3BEACG%2CgBAAA%3B%3BAAMhB%2CCAAC%2COAAO%3BE%5C%2FE4PJ%2CqBAAA%3BEIxHA%2CqBAAA%3B%3BAAEA%2CC2EtIH%2COAAO%2CQ3EsIH%3BAACD%2CC2EvIH%2COAAO%2CQ3EuIH%3BAACD%2CC2ExIH%2COAAO%2CQ3EwIH%3BEACG%2CqBAAA%3B%3BA2ErIR%2COAAO%3BE3EOH%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BE2EzBA%2CgBAAA%3BEACA%2CiBAAA%3B%3BA3EyCA%2CO2E5CG%2CQ3E4CF%3BAACD%2CO2E7CG%2CQ3E6CF%3BEJ2MD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CO2EzDG%2CQ3EyDF%3BEJ%2BLD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CO2ErEG%2CQ3EqEF%3BAACD%2CO2EtEG%2CQ3EsEF%3BAACD%2CQAAQ%2CUAAW%2CQ2EvEhB%3BE%5C%2FEwPH%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BA2EpER%2CqBACI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BACjDN%2CQAAQ%2CKAAK%3BECuJX%2CSAAA%3BEACA%2CUAAA%3B%3BADxJF%2CQAAQ%2CKAAK%2CMC0JT%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAD7JN%2CQAAQ%2CKAAK%2CMC0JT%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BADhKV%2CQAAQ%2CKAAK%2CMCoKT%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAjF7HJ%2CQgF5CM%2CKAAK%2CMCoKT%2CQAAK%2CQjFxHN%3BAACD%2CQgF7CM%2CKAAK%2CMCoKT%2CQAAK%2CQjFvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CQgFlDM%2CKAAK%2CMCoKT%2CQAAK%2CQjFlHN%3BEACG%2CWAAA%3B%3BAiFwHA%2CQD3KE%2CKAAK%2CMCoKT%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAD5KV%2CQAAQ%2CKAAK%2CMC4NL%2CQAAK%3BEjFoEX%2CSAAA%3B%3BAgFhSF%2CQAAQ%2CKAAK%2CMCqOT%2CQAAK%2CMACD%3BEjF0DN%2C0BAAA%3BEAAA%2CWAAA%3BEAAA%2C4BAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CQiF%5C%2FIM%2CKAAK%2CMCqOT%2CQAAK%2CMACD%2CUlFvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CQiFpJM%2CKAAK%2CMCqOT%2CQAAK%2CMACD%2CUlFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CQiFzJM%2CKAAK%2CMCqOT%2CQAAK%2CMACD%2CUlF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAiFzBI%2CQDvQE%2CKAAK%2CMCqOT%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CQDxQE%2CKAAK%2CMCqOT%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CQDzQE%2CKAAK%2CMCqOT%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CQD1QE%2CKAAK%2CMCqOT%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BEjFsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BAgFhSF%2CQAAQ%2CKAAK%2CMCkRT%2CQAAK%3BEjFcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2C0BAAA%3B%3BAgFhSF%2CQAAQ%2CKAAK%2CMAET%2CMAAK%3BEACD%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3B%3BAARR%2CQAAQ%2CKAAK%2CMAET%2CMAAK%2CMAOA%3BEACC%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAACA%2CQApBF%2CKAAK%2CMAET%2CMAAK%2CMAOA%2CUAWE%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAzBA%2CKAAK%2CMAET%2CMAAK%2CMAuBA%3BEACC%2CcAAA%3BEACA%2CqBAAA%3B%3BAAFF%2CQAzBA%2CKAAK%2CMAET%2CMAAK%2CMAuBA%2COAGE%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAACA%2CQAhCJ%2CKAAK%2CMAET%2CMAAK%2CMAuBA%2COAGE%2CUAIE%3BAAAO%2CQAhCZ%2CKAAK%2CMAET%2CMAAK%2CMAuBA%2COAGE%2CUAIU%3BEACP%2CUAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIN%2CQAvCA%2CKAAK%2CMAET%2CMAAK%2CMAqCA%3BEACC%2CqBAAA%3BEACA%2CcAAA%3B%3BAAFF%2CQAvCA%2CKAAK%2CMAET%2CMAAK%2CMAqCA%2CMAGE%3BEACC%2CcAAA%3BEACA%2CUAAA%3B%3BAA5CZ%2CQAAQ%2CKAAK%2CMAET%2CMAAK%2CMA6CD%3BEACI%2CkBAAA%3B%3BAACA%2CQAjDJ%2CKAAK%2CMAET%2CMAAK%2CMA6CD%2CEAEK%3BEACG%2CaAAa%2CaAAb%3BEACA%2CS%5C%2FE3BN%2CO%2BE2BM%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAGR%2CQAzDA%2CKAAK%2CMAET%2CMAAK%2CMAuDA%2COAAQ%2CEAAC%3BEACN%2CS%5C%2FEnCJ%2CO%2BEmCI%3BEACA%2CaAAa%2CaAAb%3B%3BAAIJ%2CQA%5C%2FDA%2CKAAK%2CMA8DP%2CQACG%3BEACC%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAJF%2CQA%5C%2FDA%2CKAAK%2CMA8DP%2CQACG%2CQAKC%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAxEZ%2CQAAQ%2CKAAK%2CMA4ET%2COAAO%2CEAAC%3BEACJ%2CgBAAA%3B%3BAA7ER%2CQAAQ%2CKAAK%2CMA%2BET%3BEACI%2CSAAA%3B%3BAAGR%3BAAAiB%2CQAAQ%2CYAAa%3BEACpC%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAFF%2CgBAGE%3BAAHe%2CQAAQ%2CYAAa%2CGAGpC%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAZN%2CgBAcE%3BAAde%2CQAAQ%2CYAAa%2CGAcpC%3BAAdF%2CgBAcoB%3BAAdH%2CQAAQ%2CYAAa%2CGAclB%3BEACd%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAApBN%2CgBAsBE%2CeAAc%3BAAtBC%2CQAAQ%2CYAAa%2CGAsBpC%2CeAAc%3BEACZ%2CSAAS%2COAAT%3B%3BAAvBJ%2CgBAyBE%2CsBAAsB%3BAAzBP%2CQAAQ%2CYAAa%2CGAyBpC%2CsBAAsB%3BEAClB%2CWAAA%3BEACA%2CqBAAA%3B%3BAE9GJ%2CMC8VE%3BEnF1UF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkF3BA%2CMCmHA%3BEnF%2BHA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEmFgEA%2CmBAAA%3BEnFpBA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CqBAAA%3BEAAA%2CgBAAA%3B%3BAkFhSA%2CMC6HA%3BEnFmKA%2CcAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BAkFhSA%2CMC6HA%2CMAUI%3BEnFnHJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAkF3BA%2CMC4IA%2CEAAC%3BEnFoJD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CqBAAA%3B%3BAmFtII%2CMAdJ%2CEAAC%2CKAcI%3BEnFsIL%2CWAAA%3B%3BAmF1HI%2CMA1BJ%2CEAAC%2CKA0BI%3BEnF0HL%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BAmF7GI%2CMAvCJ%2CEAAC%2CKAuCI%3BEnF6GL%2CWAAA%3B%3BAkFhSA%2CMCgMA%2COAAM%3BEnFgGN%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CcAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BEAmCA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3B%3BAkFhSA%2CMCqNA%3BEnF2EA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CUAAA%3BEAAA%2CqBAAA%3B%3BAmF7DI%2CMAdJ%2CQAcK%3BEnF6DL%2CWAAA%3B%3BAmFjDI%2CMA1BJ%2CQA0BK%3BEnFiDL%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BAmFpCI%2CMAvCJ%2CQAuCK%3BEnFoCL%2CWAAA%3B%3BAmFxBI%2CMAnDJ%2CQAmDK%3BEnFwBL%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BA2C4WI%2CMAzKJ%2CQAmDK%2CKAqHJ%2CQACI%3BEnF9FL%2CWAAA%3B%3BAmFoGI%2CMA%5C%2FKJ%2CQAmDK%2CKA2HJ%2COACI%3BEnFpGL%2CWAAA%3B%3BAmFxBI%2CMAnDJ%2CQAmDK%2CK3CYH%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CM2C6LA%2CQAmDK%2CK3ChPJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCrPQ%2CODqPR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CM2CgLJ%2CQAmDK%2CK3CpOJ%2CMACI%3BExC2PL%2CWAAA%3B%3BAwCrPI%2CM2C0KJ%2CQAmDK%2CK3C9NJ%2COACI%3BExCqPL%2CWAAA%3B%3BAmFNI%2CMArEJ%2CQAqEK%3BEnFML%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BA2C4WI%2CMAzKJ%2CQAqEK%2CSAmGJ%2CQACI%3BEnF9FL%2CWAAA%3B%3BAmFoGI%2CMA%5C%2FKJ%2CQAqEK%2CSAyGJ%2COACI%3BEnFpGL%2CWAAA%3B%3BAmFNI%2CMArEJ%2CQAqEK%2CS3CNH%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CM2C6LA%2CQAqEK%2CS3ClQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCpPQ%2CODoPR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CM2CgLJ%2CQAqEK%2CS3CtPJ%2CMACI%3BExC2PL%2CWAAA%3B%3BAwCrPI%2CM2C0KJ%2CQAqEK%2CS3ChPJ%2COACI%3BExCqPL%2CWAAA%3B%3BAkFhSA%2CMAEI%2CMAAK%3BEACD%2CcAAA%3B%3BAAHR%2CMAKI%2COAAM%3BAALV%2CMAwBJ%2CCAnBoB%2CCAAC%3BAALjB%2CMAwBJ%2CCAnB2B%3BEACjB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CMAfF%2COAAM%2CKAeH%3BAAAD%2CMAIV%2CCAnBoB%2CCAAC%2CKAeV%3BAAAD%2CMAIV%2CCAnB2B%2COAehB%3BAAAS%2CMAfZ%2COAAM%2CKAeO%3BAAAD%2CMAIpB%2CCAnBoB%2CCAAC%2CKAeA%3BAAAD%2CMAIpB%2CCAnB2B%2COAeN%3BAAAS%2CMAftB%2COAAM%2CKAeiB%3BAAAD%2CMAI9B%2CCAnBoB%2CCAAC%2CKAeU%3BAAAD%2CMAI9B%2CCAnB2B%2COAeI%3BEAAQ%2CyBAAA%3BEAA0B%2CgBAAA%3B%3BA7CnBjE%2CgBACM%3BAADN%2CgBAEM%3BEACE%2CkBAAA%3BEAWA%2CoBAAA%3B%3BAAdR%2CgBACM%2CWAGE%3BAAJR%2CgBAEM%2CaAEE%3BEAEI%2CoBAAA%3B%3BAACA%2CgBANN%2CWAGE%2CQAGK%3BAAAD%2CgBALN%2CaAEE%2CQAGK%3BEACG%2CgBAAA%3B%3BAAOR%2CgBAdF%2CWAcG%3BAAAD%2CgBAbF%2CaAaG%3BEACG%2CgBAAA%3B%3BAAhBZ%2CgBAmBM%2CaACE%2CQAAO%3BEACH%2CaAAA%3B%3BAAKZ%2CQAAS%2CiBACL%2CQAAO%3BEACH%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAJR%2CQAAS%2CiBAML%2CWAAW%2CEAAC%3BEACR%2CiBAAA%3BEACA%2CSAAA%3B%3BA%2BCnCJ%3BEpFgSA%2CgBAAA%3BEAAA%2CgBAAA%3B%3BAoFhSA%2CYCoEA%3BErF4NA%2CcAAA%3BEAAA%2CcAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAqFtHA%2CYCoEA%2COtFwDE%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAqF9HJ%2CYC0EA%3BEACI%2CSAAA%3B%3BAD3EJ%2CYC8EA%3BErFkNA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3B%3BAqFpMI%2CYAdJ%2CEAcK%3BErFoML%2CWAAA%3BEAAA%2CqBAAA%3B%3BAqFvLI%2CYA3BJ%2CEA2BK%3BErFuLL%2CWAAA%3BEAAA%2C0BAAA%3B%3BAqF1KI%2CYAxCJ%2CEAwCK%3BErF0KL%2CWAAA%3BEAAA%2CqBAAA%3B%3BAoFhSA%2CYCoIA%3BErF4JA%2CgBAAA%3BEAAA%2CeAAA%3B%3BAoFhSA%2CYC4JI%2CMAAK%2CIAAI%3BErFoIb%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAAMA%2CY6CsFI%2CMAAK%2CIAAI%2Ca7CtFZ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxP6B%2CODwP7B%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA4CtWA%2CaAAgB%3BEACZ%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAALJ%2CaAAgB%2CeAMZ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAXR%2CaAAgB%2CeAMZ%2COAMK%3BEACC%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAACA%2CaAlBM%2CeAMZ%2COAMK%2CKAME%2CKAAM%3BEACL%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAACA%2CaAtBI%2CeAMZ%2COAMK%2CKAME%2CKAAM%2CEAIJ%3BEACC%2CwBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAA1Bd%2CaAAgB%2CeAMZ%2COAMK%2CKAiBC%3BEACE%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAlCZ%2CaAAgB%2CeAMZ%2COAMK%2CKAwBC%3BEACE%2CoBAAA%3B%3BAAEF%2CaAvCM%2CeAMZ%2COAMK%2CKA2BE%2CIAAI%2CaAAa%3BEAChB%2CkBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CwBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAnDZ%2CaAAgB%2CeAuDZ%3BAAvDJ%2CaAAgB%2CeAuDT%2CEAAC%3BAAvDR%2CaAAgB%2CeAuDA%2CEAAC%3BEACT%2CWAAA%3B%3BAAxDR%2CaAAgB%2CeA2DZ%2CMAAK%2CIAAI%2CaAAa%3BEAClB%2CiBAAA%3B%3BA9DpDI%2CUAFP%2CMACG%2CQACK%3BEtBqRb%2CkBAAA%3BEsBjRgB%2CYAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEtB6QhB%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAsBrRY%2CUAFP%2CMACG%2CQACK%2CMkByQX%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CUlBfK%2CMACG%2CQACK%2CMkBaZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUlB5BC%2CMACG%2CQACK%2CMkByBZ%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CUlBlCC%2CMACG%2CQACK%2CMkB%2BBZ%2COACI%3BExCqPL%2CoCAAA%3B%3BAI7CA%2CUkB1OK%2CMACG%2CQACK%2CMlBwOZ%3BAACD%2CUkB3OK%2CMACG%2CQACK%2CMlByOZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUkBhPK%2CMACG%2CQACK%2CMlB8OZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUkBrPK%2CMACG%2CQACK%2CMlBmPZ%3BAACD%2CUkBtPK%2CMACG%2CQACK%2CMlBoPZ%3BAACD%2CQAAQ%2CUAAW%2CWkBvPd%2CMACG%2CQACK%3BElBsPT%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAsBpPY%2CMAFR%2CiBACI%2CQACK%3BEAEG%2CgBAAA%3B%3BAAMhB%3BEAQI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAtB6aJ%2CcAAC%3BAACD%2CcAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CcAAC%3BEArND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CsDAAA%3BEAAA%2CWAAA%3B%3BAA6NA%2CcAAC%3BEA7ND%2CSAAA%3BEAAA%2CQAAA%3BEAAA%2CiBAAA%3BEAAA%2CyDAAA%3BEAAA%2CWAAA%3B%3BAgE5RQ%2CMAAC%2CWAAY%3BAACb%2CMAAC%2CWAAY%3BEACT%2CeAAA%3B%3BAAuBR%3BAACA%3BEACI%2CcAAA%3BEhEiQR%2CiBAAA%3BEgE%5C%2FPQ%2CcAAA%3B%3BAAJJ%2CoBAMI%3BAALJ%2CoBAKI%3BEACI%2CgBAAA%3B%3BAAWR%2CoBAAuB%3BAACvB%2CKAAK%3BEACD%2CcAAA%3BEhE%2BOR%2CiBAAA%3B%3BAgE5OQ%2CoBALmB%2CuBAKlB%3BAAAD%2CKAJC%2CYAIA%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3BEhE2OZ%2CiBAAA%3B%3BAgEjPI%2CoBAAuB%2CuBAUnB%3BAATJ%2CKAAK%2CYASD%3BEhEuOR%2CiBAAA%3B%3BAsF%5C%2FJI%2CIAAC%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAKR%3BEtFuJA%2CYAAA%3B%3BAsFnJA%3BAACA%3BEA7GA%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CyDAAA%3BEACQ%2CiDAAA%3B%3BAAER%2CYAAC%3BAAAD%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CqCAAA%3BEACQ%2C6BAAA%3B%3BAAJZ%2CYAAC%2CMAMG%3BAANJ%2CYAAC%2CMAMG%3BEACI%2CmBAAmB%2CeAAnB%3BEACQ%2CWAAW%2CeAAX%3B%3BAAyFhB%2CYArFA%3BAAsFA%2CYAtFA%3BEtFwOA%2CsBAAA%3BEAAA%2C4CAAA%3BEsFrOI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAsFJ%3BEtF8IA%2CUAAA%3BEAAA%2CYAAA%3B%3BAsF5NA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAA2EhB%2CYAvEA%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACQ%2CWAAW%2CgBAAX%3BEACR%2CsDAAA%3BEACQ%2CsCAAA%3BEACR%2CWAAA%3B%3BAAiEA%2CYAAC%2CcACG%3BEACI%2CmBAAA%3BEtF8PZ%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3B%3BAsFtSJ%2CYAAC%2CcAOG%3BAAPJ%2CYAAC%2CcAQG%3BEtFgQR%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAsFhRJ%2CYAAC%2CcAaG%3BEACI%2CgBAAA%3B%3BAAdR%2CYAAC%2CcAiBG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEtFoHJ%2CwBAAA%3B%3BAsF9IA%2CYA8BI%3BEtFgHJ%2CsBAAA%3BEAAA%2CmBAAA%3B%3BAsF1GA%3BEtF0GA%2CYAAA%3BEsFvMA%2COAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CYAAC%2CQACG%3BEtFmMJ%2CgBAAA%3B%3BAsF9LA%2CYAAC%2CMACG%3BEACI%2CmBAAmB%2CaAAnB%3BEACQ%2CWAAW%2CaAAX%3B%3BAAiFhB%2CYA7EA%3BEtFuLA%2CiBAAA%3BEAAA%2CUAAA%3BEAoHA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEAkCA%2C8BAAA%3BEACI%2C0BAAA%3BEACI%2CsBAAA%3BEsF5UJ%2CsBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CiBAAnB%3BEACQ%2CWAAW%2CiBAAX%3BEACR%2C%2BCAAA%3BEACQ%2C%2BBAAA%3B%3BAAoER%2CYAAC%3BEACG%2CmBAAA%3B%3BAAEA%2CKAAM%2CaAHT%3BEAIO%2CgBAAA%3B%3BAAJR%2CYAAC%2CcAOG%3BEACI%2CeAAA%3B%3BAAEA%2CKAAM%2CaAVb%2CcAOG%3BEAIQ%2CgBAAA%3B%3BAAXZ%2CYAAC%2CcAeG%3BEACI%2CgBAAA%3B%3BAApBZ%2CYAwBI%3BAAxBJ%2CYAyBI%3BAAzBJ%2CYA0BI%3BEtFgFJ%2CkBAAA%3BEAAA%2CmBAAA%3B%3BAsF1GA%2CYA%2BBI%3BAA%5C%2FBJ%2CYAgCI%3BEtFsMJ%2CoBAAA%3BEACQ%2CYAAA%3BEAMR%2CsBAAA%3BEACQ%2CcAAA%3B%3BAsF9OR%2CYAqCI%3BEtFqEJ%2CsBAAA%3BEAAA%2CiBAAA%3B%3BAsF1GA%2CYA0CI%3BEACI%2CgBAAA%3BEtF%2BDR%2CoBAAA%3BEAAA%2CiBAAA%3B%3BAsF1GA%2CYAgDI%3BEACI%2CiBAAA%3B%3BAC%5C%2FMR%2CaAGI%3BAAFJ%2CYAEI%3BAADJ%2CYACI%3BEnF4MJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BEwC9QA%2CqBAAA%3BE%2BCkBQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAnF6MR%2CamFxNI%2CcnFwNH%3BAAAD%2CYmFxNI%2CcnFwNH%3BAAAD%2CYmFxNI%2CcnFwNH%3BAACD%2CamFzNI%2CcnFyNH%3BAAAD%2CYmFzNI%2CcnFyNH%3BAAAD%2CYmFzNI%2CcnFyNH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CamF9NI%2CcnF8NH%3BAAAD%2CYmF9NI%2CcnF8NH%3BAAAD%2CYmF9NI%2CcnF8NH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CamFnOI%2CcnFmOH%3BAAAD%2CYmFnOI%2CcnFmOH%3BAAAD%2CYmFnOI%2CcnFmOH%3BAACD%2CamFpOI%2CcnFoOH%3BAAAD%2CYmFpOI%2CcnFoOH%3BAAAD%2CYmFpOI%2CcnFoOH%3BAACD%2CQAAQ%2CUAAW%2CcmFrOf%3BAnFqOJ%2CQAAQ%2CUAAW%2CamFrOf%3BAnFqOJ%2CQAAQ%2CUAAW%2CamFrOf%3BEnFsOA%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAuFxQA%2CaAGI%2Cc%5C%2FCyPF%3BA%2BC3PF%2CYAEI%2Cc%5C%2FCyPF%3BA%2BC1PF%2CYACI%2Cc%5C%2FCyPF%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2Ca%2BCGI%2Cc%5C%2FCHH%3BAAAD%2CY%2BCGI%2Cc%5C%2FCHH%3BAAAD%2CY%2BCGI%2Cc%5C%2FCHH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca%2BCVA%2Cc%5C%2FCSH%2CMACI%3BAAAD%2CY%2BCVA%2Cc%5C%2FCSH%2CMACI%3BAAAD%2CY%2BCVA%2Cc%5C%2FCSH%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2Ca%2BChBA%2Cc%5C%2FCeH%2COACI%3BAAAD%2CY%2BChBA%2Cc%5C%2FCeH%2COACI%3BAAAD%2CY%2BChBA%2Cc%5C%2FCeH%2COACI%3BExCqPL%2CcAAA%3B%3BAuFvPY%2CaAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BAAAD%2CYAdR%2CcAaK%2CMACI%3BEACG%2CcAAA%3B%3BAAMhB%2CaACI%3BEvF%2BOJ%2CcAAA%3B%3BAuF1OA%3BEACI%2CoBAAA%3B%3BAADJ%2CYAGI%3BEvFuOJ%2CgCAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEuFnOQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAVR%2CYAaI%3BEACI%2CcAAA%3B%3BAAIR%2CYACI%3BEACI%2CoBAAA%3B%3BAAFR%2CYAKI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEvF6MA%2CwCAAA%3BEuF3MI%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIA%2CIAAC%2CkBACG%3BEACI%2CaAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3B%3BAC1GhB%2CuBACI%3BEACI%2CaAAA%3B%3B%3B%3B%3BAtDuBA%2CaAAC%2CkBACK%3BEACE%2CaAAA%3B%3BAAIR%2CaAAC%2CsBACK%3BAADN%2CaAAC%2CsBAEK%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAMZ%3BElCgXA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAkClXA%2CyBAII%3BElCwPJ%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3B%3BAkCrPQ%2CyBAHJ%2CQAGK%3BElCqPT%2CgBAAA%3B%3BAkC5PA%2CyBAeI%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAjBR%2CyBAoBI%3BEACI%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3B%3B%3B%3BAAOR%2CeACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAJR%2CeAOI%3BEACI%2CeAAA%3B%3BAAYR%2CiBACI%3BElCyMJ%2CcAAA%3BEAAA%2CgBAAA%3B%3BAkCnMA%2CqBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CqBAKI%3BEACI%2CiBAAA%3B%3B%3B%3B%3BAAMR%3BEAEI%2CaAAA%3B%3BAAFJ%2CyBAII%3BEACI%2CWAAA%3BEACA%2CWAAA%3BElCiLR%2CeAAA%3BEAAA%2CkBAAA%3BEAAA%2CgCAAA%3B%3BAkCvKA%2CcACI%3BEACI%2CcAAA%3B%3BAAIR%2C2BACI%2CMACI%3BEACI%2CaAAA%3B%3BAAHZ%2C2BAOI%2CMACI%2CUACI%3BElCwJZ%2CcAAA%3B%3BAkCjKA%2C2BAOI%2CMACI%2CUAQM%3BElCiJd%2C6BAAA%3B%3BAkCjKA%2C2BAOI%2CMAiBI%3BEACI%2CeAAA%3B%3BAAGI%2C2BArBZ%2CMAiBI%2CsBAGI%2CEACK%3BEACG%2CgBAAA%3B%3BAA7BpB%2C2BAOI%2CMA2BI%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3B%3BAApCZ%2C2BAOI%2CMA2BI%2CsBAII%3BEACI%2CYAAA%3B%3BAAMhB%3BAACA%3BElCmHA%2CeAAA%3B%3B%3B%3B%3B%3BAyFxRA%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CwBAGI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAANR%2CwBAGI%2CkBAKI%3BEACI%2CWAAA%3BEACA%2C2BAAA%3B%3BAAVZ%2CwBAGI%2CkBAKI%2CuBAII%3BEACI%2CcAAA%3B%3BAAbhB%2CwBAGI%2CkBAcI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAnBZ%2CwBAGI%2CkBAmBI%3BEACI%2CYAAA%3BEACA%2CeAAA%3B%3BAAxBZ%2CwBAGI%2CkBAmBI%2CwBAII%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAIA%2CwBA7BZ%2CkBAmBI%2CwBASI%2C6BACK%3BEACG%2CgBAAgB%2CwDAAhB%3BEACA%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAC%5C%2FCpB%3BEACI%2CaCNuB%2CkBDMvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CuEAAT%3BEACA%2CSAAS%2C%2BEAA8C%2COAAO%2C0BAC1D%2CyEAAwC%2COAAO%2CaAC%5C%2FC%2CwEAAuC%2COAAO%2CWAFlD%3B%3BAAKJ%3BAEiJI%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEFjJD%2CmCAAA%3BEACA%2CaCjBuB%2CkBDiBvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C4BAA4B%3BAAC5B%2C6BAA6B%3BEACzB%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CqBAAA%3BEACA%2CaC7BuB%2CkBD6BvB%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSCrC%2BB%2CODqC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSCxC%2BB%2CODwC%5C%2FB%3B%3BAAGJ%2CsBAAsB%3BEAClB%2CSC3C%2BB%2COD2C%5C%2FB%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CSClD6B%2CODkD7B%3B%3BAGhDJ%3BEACI%2CgBAAA%3B%3BAADJ%2C2BAGI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2C%2BBACI%2COAAM%3BEACF%2CkBAAA%3B%3BAAIR%2CkBAAmB%3BEACf%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C8BAA%2BB%3BEAC3B%2CYAAA%3BEACA%2CWAAA%3B%3BAAFJ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKACJ%3BEACE%2CYAAA%3BEACA%2C0BAAA%3B%3BAAPZ%2C8BAA%2BB%2CuBAIzB%2CQAAQ%2CKAKJ%3BEACE%2CYAAA%3BEACA%2CuBAAA%3B%3BAAUZ%2CgBAAgB%2C2BAA4B%3BEACxC%2CgBAAA%3B%3BADvCJ%3BEACI%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGR%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAACA%2CWAAY%3BEACR%2CYAAA%3B%3BAANR%2CYAQI%3BEACI%2CcAAA%3B%3BAAEJ%2CYAAC%2CcAAe%3BEACZ%2CaAAA%3B%3BAAGJ%2CYAAC%2CSAAU%3BEACP%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%2CYAAY%3BEACR%2CaAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAACA%2CWAAC%3BEACG%2CSDzG2B%2COCyG3B%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAACA%2CWAAC%3BEACG%2CSDlH2B%2COCkH3B%3BEACA%2CiBAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAe%2CkBAAf%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CYAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BEACG%2CmBAAA%3BEACA%2CYAAA%3B%3BAACA%2CWAHH%2CMAGI%3BAAAD%2CWAHH%2CMAGI%3BEACG%2CYAAA%3B%3BAAEJ%2CWANH%2CMAMI%3BAAAD%2CWANH%2CMAMI%3BEACG%2CcAAA%3B%3BAAIR%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BEAEG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BAACD%2CWAAC%2CIAAI%3BAAAL%2CWAAC%2CIAAI%3BEACD%2CoCAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CWAPH%2COAOI%3BAAAD%2CWAPH%2COAOI%3BAAAD%2CWANH%2CMAMI%3BAAAD%2CWANH%2CMAMI%3BAAAD%2CWALH%2CIAAI%2CUAKA%3BAAAD%2CWALH%2CIAAI%2CUAKA%3BEACG%2CgBAAA%3B%3BAAKZ%3BE5FgHA%2CcAAA%3BEAAA%2CmBAAA%3BEAnCA%2CsBAAA%3BE4F3EI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAhBR%2CWAQI%2CGASI%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CWAtBR%2CGASI%2COAaK%3BEACG%2CyBAAA%3B%3BAAGJ%2CWA1BR%2CGASI%2COAiBK%3BAACD%2CWA3BR%2CGASI%2COAkBK%3BAACD%2CWA5BR%2CGASI%2COAmBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2CWAjCJ%2CGAiCK%2CaACG%3BEACI%2CmBAAA%3B%3BAE3NhB%2C4BAA%2BB%3BAAC%5C%2FB%2C4BAA%2BB%3BEAC3B%2CcAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C4BAL2B%2CwBAK1B%3BAAAD%2C4BAJ2B%2C8BAI1B%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%3BEACI%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C2BAOI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C2BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2C2BAfJ%2CqBAeK%2CIAAI%3BEACD%2CgBAAA%3B%3BAAIR%2C2BAAC%2CSACG%3BEACI%2CUAAA%3B%3BAA7BZ%2C2BAiCI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAnCR%2C2BAsCI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzDR%2C2BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C4BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C4BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C4BACI%3BEACI%2CiBAAA%3B%3BACHZ%2C4BACI%2COACI%2CEAAC%3BEACG%2CmBAAA%3BEACA%2CaAAA%3B%3BACJZ%3BEACI%2CeAAA%3B%3BACDJ%3BEACI%2CeAAA%3B%3BAADJ%2CiCAEI%3BAAFJ%2CiCAGI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAALR%2CiCAOI%3BEACI%2CeAAA%3B%3BAAOJ%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BErGiRL%2CmBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEJ0FA%2CgBAAA%3BEqG1QQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAtGuHR%2CCsGhIK%2CwBtGgIJ%3BAAAD%2CMsGhIK%2CwBtGgIJ%3BAAAD%2CGsGhIK%2CwBtGgIJ%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CCsGrIK%2CwBtGqIJ%3BAAAD%2CMsGrIK%2CwBtGqIJ%3BAAAD%2CGsGrIK%2CwBtGqIJ%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CCsG1IK%2CwBtG0IJ%3BAAAD%2CMsG1IK%2CwBtG0IJ%3BAAAD%2CGsG1IK%2CwBtG0IJ%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CCiGzLK%2CwBjGyLJ%3BAAAD%2CMiGzLK%2CwBjGyLJ%3BAAAD%2CGiGzLK%2CwBjGyLJ%3BAACD%2CCiG1LK%2CwBjG0LJ%3BAAAD%2CMiG1LK%2CwBjG0LJ%3BAAAD%2CGiG1LK%2CwBjG0LJ%3BAACD%2CCiG3LK%2CwBjG2LJ%3BAAAD%2CMiG3LK%2CwBjG2LJ%3BAAAD%2CGiG3LK%2CwBjG2LJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CCiGhMK%2CwBjGgMJ%3BAAAD%2CMiGhMK%2CwBjGgMJ%3BAAAD%2CGiGhMK%2CwBjGgMJ%3BAACD%2CCiGjMK%2CwBjGiMJ%3BAAAD%2CMiGjMK%2CwBjGiMJ%3BAAAD%2CGiGjMK%2CwBjGiMJ%3BAACD%2CQAAQ%2CUAAW%2CEiGlMd%3BAjGkML%2CQAAQ%2CUAAW%2COiGlMd%3BAjGkML%2CQAAQ%2CUAAW%2CIiGlMd%3BErGiRL%2CWAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAiG3LA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEjG6IL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqGhQQ%2CgBAAA%3B%3BAjG0IR%2CCiG%5C%2FIK%2C2BjG%2BIJ%3BAAAD%2CMiG%5C%2FIK%2C2BjG%2BIJ%3BAAAD%2CGiG%5C%2FIK%2C2BjG%2BIJ%3BAACD%2CCiGhJK%2C2BjGgJJ%3BAAAD%2CMiGhJK%2C2BjGgJJ%3BAAAD%2CGiGhJK%2C2BjGgJJ%3BAACD%2CCiGjJK%2C2BjGiJJ%3BAAAD%2CMiGjJK%2C2BjGiJJ%3BAAAD%2CGiGjJK%2C2BjGiJJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCiGzDK%2C2BjGyDJ%3BAAAD%2CMiGzDK%2C2BjGyDJ%3BAAAD%2CGiGzDK%2C2BjGyDJ%3BAACD%2CCiG1DK%2C2BjG0DJ%3BAAAD%2CMiG1DK%2C2BjG0DJ%3BAAAD%2CGiG1DK%2C2BjG0DJ%3BEJ2MD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CCiGtEK%2C2BjGsEJ%3BAAAD%2CMiGtEK%2C2BjGsEJ%3BAAAD%2CGiGtEK%2C2BjGsEJ%3BEJ%2BLD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CCiGlFK%2C2BjGkFJ%3BAAAD%2CMiGlFK%2C2BjGkFJ%3BAAAD%2CGiGlFK%2C2BjGkFJ%3BAACD%2CCiGnFK%2C2BjGmFJ%3BAAAD%2CMiGnFK%2C2BjGmFJ%3BAAAD%2CGiGnFK%2C2BjGmFJ%3BAACD%2CQAAQ%2CUAAW%2CEiGpFd%3BAjGoFL%2CQAAQ%2CUAAW%2COiGpFd%3BAjGoFL%2CQAAQ%2CUAAW%2CIiGpFd%3BErGqQL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAiG%5C%2FEA%2CCAAC%3BAAAD%2CMAAC%3BAAAD%2CGAAC%3BEjGqIL%2CqBAAA%3BEAzHA%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CqBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEJ6NA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEqGxPQ%2CgBAAA%3B%3BAjGkIR%2CCiGvIK%2C6BjGuIJ%3BAAAD%2CMiGvIK%2C6BjGuIJ%3BAAAD%2CGiGvIK%2C6BjGuIJ%3BAACD%2CCiGxIK%2C6BjGwIJ%3BAAAD%2CMiGxIK%2C6BjGwIJ%3BAAAD%2CGiGxIK%2C6BjGwIJ%3BAACD%2CCiGzIK%2C6BjGyIJ%3BAAAD%2CMiGzIK%2C6BjGyIJ%3BAAAD%2CGiGzIK%2C6BjGyIJ%3BEACG%2CqBAAA%3B%3BAAzFJ%2CCiGjDK%2C6BjGiDJ%3BAAAD%2CMiGjDK%2C6BjGiDJ%3BAAAD%2CGiGjDK%2C6BjGiDJ%3BAACD%2CCiGlDK%2C6BjGkDJ%3BAAAD%2CMiGlDK%2C6BjGkDJ%3BAAAD%2CGiGlDK%2C6BjGkDJ%3BEJ2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CCiG9DK%2C6BjG8DJ%3BAAAD%2CMiG9DK%2C6BjG8DJ%3BAAAD%2CGiG9DK%2C6BjG8DJ%3BEJ%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CCiG1EK%2C6BjG0EJ%3BAAAD%2CMiG1EK%2C6BjG0EJ%3BAAAD%2CGiG1EK%2C6BjG0EJ%3BAACD%2CCiG3EK%2C6BjG2EJ%3BAAAD%2CMiG3EK%2C6BjG2EJ%3BAAAD%2CGiG3EK%2C6BjG2EJ%3BAACD%2CQAAQ%2CUAAW%2CEiG5Ed%3BAjG4EL%2CQAAQ%2CUAAW%2COiG5Ed%3BAjG4EL%2CQAAQ%2CUAAW%2CIiG5Ed%3BErG6PL%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAkGlHJ%3BEACI%2CsBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%3BEACI%2CqBAAA%3B%3BACDJ%2CMAAM%3BEACF%2CsBAAA%3B%3BAADJ%2CMAAM%2C2BAGA%3BAAHN%2CMAAM%2C2BAIA%2CwBAAsB%3BEACpB%2CsBAAA%3B%3BAALR%2CMAAM%2C2BAQF%3BEACI%2CqBAAA%3B%3BACTR%3BEACI%2CsBAAA%3BEACA%2CaAAA%3B%3BACFJ%2CyBACI%2CGAAE%3BEACE%2CgBAAA%3B%3BAAIR%2CmBACI%2CqBACI%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAJZ%2CmBACI%2CqBACI%2CcAII%3BEACI%2CqBAAA%3B%3BAAPhB%2CmBACI%2CqBACI%2CcAII%2CWAGI%3BEACI%2CmBAAA%3B%3BAAVpB%2CmBACI%2CqBACI%2CcAYI%2CsBACI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAjBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAMI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAtBpB%2CmBACI%2CqBACI%2CcAYI%2CsBAWI%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAA3BpB%2CmBAiCI%2C%2BBACI%2COAAM%2COACF%2CeACI%2CqBAAoB%2CcAChB%3BEACI%2CYAAA%3B%3BAC5CxB%2C8BAA8B%2C4BAC1B%2CmBACI%2CGAAE%3BEACE%2CcAAA%3B%3BAAEA%2C8BALkB%2C4BAC1B%2CmBACI%2CGAAE%2CaAGG%3BEACG%2CmBAAA%3B%3BAANhB%2C8BAA8B%2C4BAY1B%3BEACI%2CWAAA%3B%3BAAbR%2C8BAA8B%2C4BAgB1B%2CGAAE%3BEACE%2CaAAA%3B%3BAAEA%2C8BAnBsB%2C4BAgB1B%2CGAAE%2CaAGG%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C8BAzB0B%2C4BAyBzB%2CYACG%3BEACI%2CYAAA%3BEACA%2C0BAAA%3B%3BAAEA%2C8BA9BkB%2C4BAyBzB%2CYACG%2CcAIK%3BEACG%2CUAAA%3B%3BAANZ%2C8BAzB0B%2C4BAyBzB%2CYAUG%2CeAAe%3BEACX%2CUAAA%3B%3BACpCZ%2CyBAAyB%3BEACrB%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CyBAAyB%2C6BAMrB%3BEACI%2CsBAAA%3B%3BACPR%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BACDJ%2CyBAAyB%3BEACrB%2CsBAAA%3B%3BAADJ%2CyBAAyB%2C8BAGnB%3BEACE%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BACRR%3BEACI%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2C2BAMM%3BAANN%2C2BAOM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEA%2C2BANF%2CwBAMG%3BAAAD%2C2BALF%2C8BAKG%3BEACG%2CcAAA%3BEACA%2CwBAAA%3B%3BAAIR%2C2BAAI%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2C4BAJd%3BEAKI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAALJ%2C0BAOI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcAAe%2C2BARnB%3BEASQ%2COAAA%3B%3BAAIR%2C0BAAC%2CSACG%3BEACI%2CwBAAA%3BEACA%2CUAAA%3B%3BAAHR%2C0BAAC%2CSAMG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAARR%2C0BAAC%2CSAWG%2C2BACM%3BAAZV%2C0BAAC%2CSAWG%2C2BAEM%3BAAbV%2C0BAAC%2CSAWG%2C2BAGM%3BAAdV%2C0BAAC%2CSAWG%2C2BAIM%3BEACE%2CuBAAA%3BEACA%2C0BAAA%3B%3BAArChB%2C0BA0CI%3BEACI%2C4CAAA%3BEACA%2C0CAAA%3BEACA%2C%2BCAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CuCAAA%3B%3BAAEA%2C0BATJ%2CqBASK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C0BAhBJ%2CqBAgBK%2CIAAI%3BEACD%2CgBAAA%3B%3BAA3DZ%2C0BA%2BDI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjER%2C0BAoEI%3BEACI%2CmCAAA%3BEACA%2CiCAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3B%3BACzGR%2C0BACI%3BEACI%2CWAAA%3B%3BACFR%2CoCACI%2C2BACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACJZ%2CgCACI%2C2BACI%3BEACI%2CkBAAA%3B%3BACHZ%2CiCACI%2C2BACI%3BEACI%2CiBAAA%3B%3BACHZ%2CGAAG%3BEACC%2CkBAAA%3B%3BAAEA%2CGAHD%2C4BAGE%3BEACG%2CmBAAA%3B%3BAAJR%2CGAAG%2C4BAOC%3BAAPJ%2CGAAG%2C4BAQC%3BAARJ%2CGAAG%2C4BASC%3BEACI%2CmBAAA%3B%3BAAVR%2CGAAG%2C4BAOC%2CYAKM%3BAAZV%2CGAAG%2C4BAQC%2CaAIM%3BAAZV%2CGAAG%2C4BASC%2CaAGM%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAhBZ%2CGAAG%2C4BAmBC%2CEAAC%3BEACG%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BACzBR%2CGAAG%2C0BACC%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAALR%2CGAAG%2C0BACC%2CiBAMI%2CGAAE%3BEACE%2CyBAAA%3B%3BAARZ%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%3BEACE%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CwCAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CGAzBT%2C0BACC%2CiBAUI%2CGAAE%2CWAcG%2CIAAI%3BEACD%2CiBAAA%3B%3BAA1BhB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAxChB%2CGAAG%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAaG%2CKAAI%3BEACA%2CcAAA%3B%3BAAGJ%2CGA9Cb%2C0BACC%2CiBAUI%2CGAAE%2CWAkBE%2CEAAC%2CUAiBI%3BEACG%2CqBAAA%3B%3BAAIR%2CGAnDT%2C0BACC%2CiBAUI%2CGAAE%2CWAwCG%3BEACG%2C%2BBAAA%3B%3BAAGJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CGAvDT%2C0BACC%2CiBAUI%2CGAAE%2CWA4CG%2CgBAIG%2CEAAC%3BEACG%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA7DpB%2CGAAG%2C0BAmEC%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxER%2CGAAG%2C0BAmEC%2CcAOI%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CGA9ET%2C0BAmEC%2CcAOI%2C%2BBAIK%2CIAAI%3BEACD%2CaAAA%3B%3BAAKZ%2CGApFD%2C0BAoFE%2CeACG%3BEACI%2CoCAAA%3B%3BAAGR%2CGAzFD%2C0BAyFE%2CgBACG%3BEACI%2CqCAAA%3B%3BAC3FZ%2CGAAG%3BEACC%2CqBAAA%3B%3BACDJ%2CGAAG%3BEACC%2CYAAA%3B%3BAADJ%2CGAAG%2C2BAGC%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAANR%2CGAAG%2C2BASC%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CGAAG%2C2BAgBC%3BAAhBJ%2CGAAG%2C2BAiBC%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BACtBR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIA%2CSAAI%3BEACA%2CaAAa%2CgCAAb%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CWAAW%2CgBAAX%3B%3BAAGJ%2CSACI%3BEACI%2CmBAAmB%2CoBAAnB%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAARR%2CSAWI%2C2BACI%3BAAZR%2CSAWI%2C2BAEI%3BEACI%2CkBAAA%3B%3BA9BtBZ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAOJ%3BEV%2BGA%2CSAAA%3BEACA%2CUAAA%3B%3BAUhHA%2CsBVkHE%2CQAAK%3BEACH%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAUrHJ%2CsBVkHE%2CQAAK%2CMAKD%3BEACE%2CcAAA%3B%3BAUxHR%2CsBV4HE%2CQAAK%3BEAEH%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAjF7HJ%2CsBiFwHE%2CQAAK%2CQjFxHN%3BAACD%2CsBiFuHE%2CQAAK%2CQjFvHN%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CsBiFkHE%2CQAAK%2CQjFlHN%3BEACG%2CWAAA%3B%3BAiFwHA%2CsBAPF%2CQAAK%2CQAOF%3BEACG%2CcAAA%3B%3BAUpIR%2CsBVoLM%2CQAAK%3BEjFoEX%2CSAAA%3B%3BA2FxPA%2CsBV6LE%2CQAAK%2CMACD%3BEjF0DN%2C0BAAA%3BEAAA%2CWAAA%3BEAAA%2C4BAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2CsBkFsFE%2CQAAK%2CMACD%2CUlFvFL%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBkFiFE%2CQAAK%2CMACD%2CUlFlFL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CsBkF4EE%2CQAAK%2CMACD%2CUlF7EL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAiFzBI%2CsBAlCF%2CQAAK%2CMAkCF%2CIAAI%2CWAAc%2CUAAO%3BAAC1B%2CsBAnCF%2CQAAK%2CMAmCF%2COAAU%3BAACX%2CsBApCF%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BAAClB%2CsBArCF%2CQAAK%2CMAqCF%2COAAU%2CUAAO%3BEjFsBtB%2CWAAA%3BEAAA%2CqBAAA%3BEAAA%2CmBAAA%3B%3BA2FxPA%2CsBV0OE%2CQAAK%3BEjFcP%2CmBAAA%3BEAAA%2CSAAA%3BEAAA%2C0BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BA0HrRA%2C2CACI%2CkCACM%3BAAFV%2C2CACI%2CkCAEI%3BEACI%2CqBAAA%3B%3BAAJZ%2C2CAQI%3BAARJ%2C2CASI%3BEACI%2CkBAAA%3B%3BAClBR%2CeACI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3B%3BAAJR%2CeAMI%3BEACI%2CYAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CuBAAuB%2CmBAAvB%3B%3BAAFJ%2CSAGI%3BEACI%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEAyCA%2CmBAAA%3B%3BAA1CJ%2CeAEI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAqB%2CgDAAgD%2C2CAArE%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEAwBA%2CuBAAuB%2CcAAvB%3B%3BAA%5C%2FBR%2CeAEI%2CaAMI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3B%3BAAEI%2CeAXZ%2CaAMI%2CcAII%2CWACK%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%2CeAdZ%2CaAMI%2CcAII%2CWAIK%3BEACG%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAA3BpB%2CeAEI%2CaA8BI%3BEACI%2CiCAAA%3B%3BAAjCZ%2CeAEI%2CaAiCI%3BEACI%2CqCAAA%3B%3BAApCZ%2CeAEI%2CaAoCI%3BEACI%2CyBAAA%3B%3BAAvCZ%2CeA6CI%2COACI%2CIAAG%3BEACC%2CqBAAA%3B%3BAA%5C%2FCZ%2CeA6CI%2COAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAApDZ%2CeA6CI%2COAUI%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAA1DZ%2CeA6CI%2COAgBI%3BEACI%2CkBAAA%3B%3BAA9DZ%2CeA6CI%2COAgBI%2CeAGI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKhB%2CqBACM%3BEACE%2CYAAA%3B%3BACtGR%3BAACA%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CoBAAA%3B%3BAADJ%2C6CAGI%3BEACI%2CWAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CgCAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAZR%2CwBAeI%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CiCACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CiCAMM%2C6BACE%3BEACI%2CkBAAA%3B%3BAxG%5C%2FCZ%2CwBAYI%3BEACI%2CiBAAA%3B%3BAAbR%2CwBAgBI%3BEACI%2CkBAAA%3B%3BAAjBR%2CwBAgBI%2C%2BBAGM%3BEpB2QV%2CiBAAA%3BEoBzQY%2CgBAAA%3B%3BAArBZ%2CwBAgBI%2C%2BBAQI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAWA%2CwBAPR%2CqCACI%2CKAMK%3BEACG%2CiBAAA%3B%3BAAGJ%2CwBAXR%2CqCACI%2CKAUK%3BEACG%2CkBAAA%3B%3BAA1ChB%2CwBAsDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CwBAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1DhB%2CwBAsDI%2CcAQI%3BEACI%2CSAAA%3B%3BAA%5C%2FDZ%2CwBAmEI%3BEACI%2CgBAAA%3B%3BAAEA%2CwBAHJ%2CqBAGK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBANJ%2CqBAMK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBATJ%2CqBASK%3BAACD%2CwBAVJ%2CqBAUK%3BEACG%2CYAAA%3B%3BAAEJ%2CwBAbJ%2CqBAaK%3BEACG%2CYAAA%3B%3BAAMZ%3BEAEI%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAyGhGA%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACII%2CkCADJ%2CmCACK%3BEjImRT%2CgBAAA%3BEiIjRY%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CkCAPJ%2CmCAOK%2COAAQ%3BAACT%2CkCARJ%2CmCAQK%3BEACG%2CaAAA%3BEACA%2CaAAA%3B%3BAAXZ%2CkCAeM%2CSAAM%3BEACJ%2CiBAAA%3B%3BAAIR%2CwBACI%3BEACI%2CoBAAA%3B%3BAC3CZ%3B%3B%3BAAAA%2CeACI%3BEACI%2CoBAAA%3B%3BAAQJ%2CmBANqC%3BEAMrC%2CeALI%3BIACI%2CmBAAoB%2CoBAApB%3BIACS%2CWAAW%2CoBAAX%3B%3B%3BAAPrB%2CeAUI%3BEACI%2CuBAAA%3B%3BAAEA%2CeAHJ%2CcAGK%3BEACG%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAvBZ%2CeAUI%2CcAgBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAA7BZ%2CeAiCI%3BEACI%2CeAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAlCR%2CeAiCI%2CsBAGI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAzCZ%2CeAiCI%2CsBAGI%2COAOI%3BEACI%2CcAAA%3B%3BAA5ChB%2CeAiCI%2CsBAGI%2COAWI%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAAjDhB%2CeAiCI%2CsBAoBI%3BExDrBJ%2CkBAAA%3B%3BAwDhCJ%2CeAiCI%2CsBAoBI%2CgBxDnBJ%3BE1EwQA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3BEAAA%2CYAAA%3BE0EhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE1E8PJ%2CWAAA%3BEAAA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BE0EvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CewD3BJ%2CsBAoBI%2CgBxDnBJ%2CiBA0BK%3BAACD%2CewD5BJ%2CsBAoBI%2CgBxDnBJ%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CewDpCJ%2CsBAoBI%2CgBxDnBJ%2CiBAmCK%3BE1EqOL%2CiBAAA%3BE0EnOQ%2CyBAAA%3B%3BAAGJ%2CewDzCJ%2CsBAoBI%2CgBxDnBJ%2CiBAwCK%3BE1EgOL%2CiBAAA%3BE0E9NQ%2CyBAAA%3B%3BAA0GR%2CewDrJA%2CsBAoBI%2CgBxDnBJ%2CiBAoJC%3BAACD%2CewDtJA%2CsBAoBI%2CgBxDnBJ%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CewD1JA%2CsBAoBI%2CgBxDnBJ%2CiBAyJC%3BE1E%2BGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA0EzGA%2CewDhKA%2CsBAoBI%2CgBxDnBJ%2CiBA%2BJC%3BE1EyGD%2CwBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3B%3BA0EhNA%2CewDzDA%2CsBAoBI%2CgBxDqCF%3BE1EgNF%2CYAAA%3B%3BA0E5MA%2CewD7DA%2CsBAoBI%2CgBxDyCF%2CgBAA2B%2CMAAS%3BAACtC%2CewD9DA%2CsBAoBI%2CgBxD0CF%2CgBAA2B%2CMAAS%3BAACtC%2CewD%5C%2FDA%2CsBAoBI%2CgBxD2CH%2CMAAO%3BEACJ%2CcAAA%3B%3BAwDjGR%2CeAiCI%2CsBAoBI%2CgBAGI%3BEACI%2CsBAAsB%2CwBAAtB%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAA9DhB%2CeAiCI%2CsBAoBI%2CgBAYI%3BEACI%2CyBAAA%3B%3BAAlEhB%2CeAiCI%2CsBAqCI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3EZ%2CeAiCI%2CsBAqCI%2COAOI%3BEACI%2C0BAAA%3B%3BAA9EhB%2CeAiCI%2CsBAiDI%3BEACI%2CmBAAA%3B%3BAACA%2CeAnDR%2CsBAiDI%2CUAEK%3BEACG%2CkBAAA%3B%3BAArFhB%2CeAiCI%2CsBAwDI%2CYACI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAA9FhB%2CeAiCI%2CsBAwDI%2CYACI%2COAMI%3BEACI%2C0BAAA%3BEACA%2CYAAA%3B%3BAAlGpB%2CeAiCI%2CsBAsEI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAA1GZ%2CeAiCI%2CsBA4EI%3BEACI%2CuBAAA%3B%3B%3B%3B%3BAA9GZ%2CeAiCI%2CsBA4EI%2CeAGI%3BEACI%2CmBAAA%3B%3BAAjHhB%2CeAiCI%2CsBA4EI%2CeAOI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAxHhB%2CeAiCI%2CsBA4EI%2CeAcI%2CQAAQ%3BEACJ%2CUAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAA9HhB%2CeAiCI%2CsBA4EI%2CeAoBI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAA1IhB%2CeAiCI%2CsBA4EI%2CeAgCI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAgB%2CoCAAhB%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAvJhB%2CeAiCI%2CsBA4EI%2CeA6CI%2CMAAK%2CMAAS%3BEACV%2C8BAAA%3B%3BAA3JhB%2CeAiCI%2CsBA4EI%2CeAiDI%2CMAAK%2CQAAW%2CUAAO%3BEACnB%2CmBAAmB%2CiBAAnB%3BEACA%2CeAAe%2CiBAAf%3BEACA%2CWAAW%2CiBAAX%3BEACA%2CgBAAgB%2CqCAAhB%3B%3BAAlKhB%2CeAiCI%2CsBAqII%2COACI%3BEACI%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2CWAAW%2CmBAAmB%2CQAA9B%3BEACA%2CgCAAA%3B%3BAAhLhB%2CeAiCI%2CsBAqII%2COAaI%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAxLhB%2CeAiCI%2CsBAqII%2COAqBI%2CIAAG%2CWAAW%3BEACV%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CeA%5C%2FJR%2CsBAqII%2COA0BK%3BEACG%2CmBAAA%3B%3BAAGJ%2CeAnKR%2CsBAqII%2COA8BK%2COACG%3BEACI%2CWAAW%2CkBAAkB%2CWAA7B%3B%3BAAFR%2CeAnKR%2CsBAqII%2COA8BK%2COAKG%3BEACI%2CaAAA%3B%3BAA1MpB%2CeAiCI%2CsBA8KI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjNZ%2CeAiCI%2CsBA8KI%2CKAII%3BEACI%2CgBAAA%3B%3BAApNhB%2CeAiCI%2CsBAuLI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3B%3BAAEA%2CeAnMR%2CsBAuLI%2CYAYK%3BEACG%2CqBAAA%3B%3BAArOhB%2CeAiCI%2CsBAwMI%3BEACI%2CkBAAA%3B%3BAA1OZ%2CeAiCI%2CsBAwMI%2CSAGI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CeArNZ%2CsBAwMI%2CSAGI%2CEAUK%3BEACG%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CeA%5C%2FNhB%2CsBAwMI%2CSAGI%2CEAmBK%2CUACI%3BEACG%2CsBAAsB%2C8BAAtB%3B%3BAAKJ%2CeArOhB%2CsBAwMI%2CSAGI%2CEAyBK%2CWACI%3BEACG%2CsBAAsB%2C%2BBAAtB%3B%3BAAKJ%2CeA3OhB%2CsBAwMI%2CSAGI%2CEA%2BBK%2CYACI%3BEACG%2CsBAAsB%2CgCAAtB%3B%3BAAKJ%2CeAjPhB%2CsBAwMI%2CSAGI%2CEAqCK%2CWACI%3BEACG%2CsBAAsB%2C%2BBAAtB%3B%3BAAKJ%2CeAvPhB%2CsBAwMI%2CSAGI%2CEA2CK%2CcACI%3BEACG%2CsBAAsB%2CkCAAtB%3B%3BAAzRxB%2CeAiCI%2CsBAkRI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAzTZ%2CeAiCI%2CsBAkRI%2CaAQI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BAA7ThB%2CeAiCI%2CsBAkRI%2CaAQI%2CYAII%3BEACI%2CYAAA%3B%3BAAhUpB%2CeAiCI%2CsBAkRI%2CaAiBI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAzUhB%2CeAiCI%2CsBAkRI%2CaAiBI%2CGAOI%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FUpB%2CeAiCI%2CsBAmTI%2CqBAAqB%2CUAAS%2COAAO%2CQAAQ%3BEACzC%2CaAAA%3B%3BAArVZ%2CeAiCI%2CsBAuTI%3BEACI%2CgBAAA%3B%3BAAzVZ%2CeAiCI%2CsBA2TI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3B%3BAA9VZ%2CeAiCI%2CsBAgUI%3BEACI%2CcAAA%3B%3BAAlWZ%2CeAiCI%2CsBAoUI%3BAArWR%2CeAiCI%2CsBAqUI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAA1WZ%2CeAiCI%2CsBA4UI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAhXZ%2CeAoXI%3BEACI%2CYAAA%3BEACA%2CyBAAA%3B%3BAAtXR%2CeAoXI%2CcAII%2CcAAa%3BEACT%2CYAAA%3BEACA%2CkBAAA%3B%3BAA1XZ%2CeA8XI%3BEACI%2CuBAAA%3BEACA%2CoBAAA%3B%3BAAhYR%2CeAoYI%2CKAAI%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAxYR%2CeA4YI%2COAAM%2CUAAW%3BEACb%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FYR%2CeAiZQ%2COAAM%2CUAAW%2COAAM%3BEACvB%2CsBAAqB%2CoBAArB%3B%3BACjYF%2COADD%2CeACE%3BEACC%2CaAfc%2CuBAed%3BEACA%2CWAAA%3B%3BAAFF%2COADD%2CeACE%2CMAIC%2CWACI%3BEACE%2CgBAAA%3B%3BAAKR%2COAZD%2CeAYE%3BEACC%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGF%2COAnBD%2CeAmBE%3BEACC%2CkBAAA%3B%3BAAGF%2COAvBD%2CeAuBE%3BEACC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGF%2COA7BD%2CeA6BE%3BEACC%2CkBAAA%3B%3BAADF%2COA7BD%2CeA6BE%2CaAEC%2CSACE%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAANN%2COA7BD%2CeA6BE%2CaAEC%2CSAOE%3BEACE%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAEA%2COApDP%2CeA6BE%2CaAEC%2CSAOE%2CQAcG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CgBAAgB%2CskBAAhB%3B%3BAAMR%2COAlED%2CeAkEE%3BEACC%2CkBAAA%3B%3BAADF%2COAlED%2CeAkEE%2CMAGC%3BEACE%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2COA3ED%2CeA2EE%3BEACC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFF%2COA3ED%2CeA2EE%2CQAGC%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAVJ%2COA3ED%2CeA2EE%2CQAGC%2CEASE%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAMR%2COAAC%3BEACC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BACvGF%3B%3B%3BAAAA%2CyBAEI%2CYAAY%2CGAAG%2COAAM%3BAAFzB%2CyBAII%2CYAAY%2CGAAG%2COAAM%3BAAJzB%2CyBAMI%2CYAAW%3BEACP%2CUAAA%3B%3BAAPR%2CyBAUI%3BAAVJ%2CyBAWI%3BAAXJ%2CyBAYI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAdR%2CyBAiBI%2CeAAe%3BAAjBnB%2CyBAkBI%2CeAAe%3BEACX%2CkBAAA%3B%3BAAnBR%2CyBAsBI%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAzBR%2CyBA4BI%2CYAAW%3BEACP%2CeAAA%3BEACA%2CYAAA%3B%3BAA9BR%2CyBAiCI%2CcAAc%3BAAjClB%2CyBAkCI%2CcAAc%3BEACV%2CWAAW%2CoBAAX%3B%3BAAnCR%2CyBAsCI%3BEAEQ%2COAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CyBAPJ%2CaAOK%3BAACD%2CyBARJ%2CaAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CyBAbJ%2CaAaK%3BEACG%2CWAAA%3B%3BAApDZ%2CyBAwDI%3BAAxDJ%2CyBAyDI%2CaAAY%2CcAAe%3BEACvB%2CaAAA%3B%3BAA1DR%2CyBA6DI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAjER%2CyBAoEI%2CUAAU%3BEACN%2CYAAA%3B%3BAArER%2CyBAwEI%2CaAAY%2CSAAU%3BEAClB%2CoBAAA%3B%3BAAzER%2CyBA4EI%2CgBAAgB%3BEACZ%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA%5C%2FER%2CyBAkFI%2CaAAY%3BEACR%2CaAAA%3B%3BAAnFR%2CyBAsFI%2CeAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxFR%2CyBA2FI%2CeAAe%2CYAAW%3BEACtB%2CqCAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAzGR%2CyBA4GI%2CYAAW%3BAA5Gf%2CyBA6GI%2CYAAW%3BEACP%2CaAAA%3B%3BAA9GR%2CyBAiHI%2CcAAa%3BEACT%2CoBAAA%3B%3BAAlHR%2CyBAqHI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA7HR%2CyBAgII%2CYAAY%3BEACR%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAvIR%2CyBA0II%2CYAAY%2CGAAG%3BAA1InB%2CyBA2II%2CcAAc%3BEACV%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FIR%2CyBAkJI%2CYAAY%2CGAAG%3BEAEP%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAZJ%2CYAAY%2CGAAG%2COAYV%2CMAAM%3BAACP%2CyBAbJ%2CYAAY%2CGAAG%2COAaV%2CMAAM%3BEACH%2CUAAA%3B%3BAAGJ%2CyBAjBJ%2CYAAY%2CGAAG%2COAiBV%3BEACG%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CKAAT%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAhLZ%2CyBAoLI%2CYAAY%2CGAAE%2CaAAc%2COAAM%3BEAC9B%2CWAAA%3BEACA%2CaAAA%3B%3BAAtLR%2CyBAyLI%3BEACI%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAA9LR%2CyBAiMI%2CcAAc%3BEAEN%2CgBC1MgB%2C0XD0MhB%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAhBJ%2CcAAc%2CaAgBT%3BAACD%2CyBAjBJ%2CcAAc%2CaAiBT%3BEACG%2CSAAS%2CEAAT%3B%3BAAGJ%2CyBArBJ%2CcAAc%2CaAqBT%3BEACG%2CgBC7NuB%2C0XD6NvB%3B%3BAAvNZ%2CyBA2NI%2CcAAc%2CaAAY%3BEACtB%2CQAAA%3B%3BAA5NR%2CyBA%2BNI%2CcAAc%2CaAAY%3BEACtB%2COAAA%3BEACA%2CWAAW%2CeAAe%2CiBAA1B%3B%3BAAjOR%2CyBAoOI%2CmBAAmB%3BEACf%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAvOR%2CyBA0OI%2CeAAc%2CaAAgB%3BEAC1B%2CeAAA%3B%3BAA3OR%2CyBA8OI%2CeAAc%2CaAAc%2CaAAa%3BEACrC%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAjPR%2CyBAoPI%2CSAAQ%3BEACJ%2CWAAA%3B%3BAC1OZ%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACvBJ%3BEAEQ%2CaAAA%3BEACA%2CgBAAA%3B%3BAAHR%2C2BAMI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAVR%2C2BAaI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAnBR%2C2BAsBI%2CmBAAkB%3BAAtBtB%2C2BAuBI%2CmBAAkB%3BEACd%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA3BR%2C2BA8BI%2CyBAAwB%2CSACpB%3BEACI%2CkBAAA%3B%3BAAhCZ%2C2BA8BI%2CyBAAwB%2CSAKpB%2CmBAAkB%3BEACd%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAvCZ%2C2BA2CI%3BEACI%2CmBAAA%3B%3BAA5CR%2C2BA%2BCI%2CmBAAkB%3BEACd%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAlDR%2C2BAqDI%2CmBAAkB%3BEACd%2CyBAAA%3BEACA%2C%2BBAAA%3B%3BACjDR%3BEAEQ%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAANR%2CiBASI%3BEACI%2CWAAA%3B%3BAAGJ%2CiBAAC%2CMAAM%2CIAAI%3BAACX%2CiBAAC%2CMAAM%2CIAAI%3BEACP%2CqBAAA%3BEACA%2CgBAAA%3B%3BAChBR%3BEAEQ%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CkBAAC%3BAACD%2CkBAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CkBAAC%2CIAAI%3BEACD%2CgBAAA%3B%3BAAGJ%2CkBAAC%3BEACG%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CkBAAC%3BEAEO%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CkBAZH%2CMAYI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2CkBAAC%2COAAO%3BEACJ%2CoSAAA%3B%3BAAGJ%2CkBAAC%2COAAO%3BEACJ%2CwnBAAA%3B%3BAAGJ%2CkBAAC%3BEAEO%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CkBAbH%2CSAaI%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAlBH%2CSAkBI%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAvBH%2CSAuBI%3BEACG%2CYAAA%3B%3BACzDZ%2CsBACM%2CSAAM%3BEAEA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CsBATF%2CSAAM%2CcASH%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2Ck4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAIR%2CsBAAC%2COAAU%2CSAAM%2CcAAc%3BEAC3B%2C83BAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%2CsBAAsB%2CMAChB%2CSAAM%3BEAEA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CsBAPc%2CMAChB%2CSAAM%2CcAMH%3BEACG%2CSAAS%2CEAAT%3B%3BAAKZ%2CsBAAsB%2CUAAa%2CSAAM%3BEACrC%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBAAqB%2CUAAW%2CeAAc%3BEAC1C%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3BAAGJ%2CuBACM%2CoBAAkB%3BEAChB%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CuBAMI%3BEACI%2CWAAA%3B%3BAAPR%2CuBAUI%2CeAAiB%3BEACb%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEAEQ%2CeAAA%3B%3BAAFR%2C0BAMM%2CUAAO%3BAACT%2CkBAAmB%2C2BAAI%2CUAAO%3BAAC9B%2CkBAAmB%2C2BAAI%2CQAAK%3BAARhC%2C0BASM%2CQAAK%3BEACH%2C0BAAA%3BEACA%2C6BAAA%3B%3BAAXR%2C0BAcM%2CUAAO%3BAACT%2CkBAAmB%2C2BAAI%2CUAAO%3BEAC1B%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAjBR%2C0BAoBM%2CUAAO%2CeAAe%3BAACxB%2CkBAAmB%2C2BAAI%2CUAAO%2CeAAe%3BEACzC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2Ck4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2C0BAAC%2CUAAa%2CUAAO%3BAACrB%2C0BAAC%2CUAAa%2CQAAK%3BEACf%2CgBAAA%3B%3BAAGJ%2C0BAAC%2CUAAa%2CUAAO%2CeAAe%3BAACpC%2CkBAAmB%2C2BAAC%2CUAAa%2CUAAO%2CeAAe%3BEACnD%2CWAAW%2CiBAAiB%2CeAA5B%3B%3BAAKR%3BEAEQ%2CaAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CkBAAA%3BEACA%2C6BAAA%3B%3BACtJR%3BEAEQ%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C8BAAC%2COAAO%3BEACJ%2CiBAAA%3B%3BAAGJ%2C8BAAC%2COAAQ%3BAACT%2C8BAAC%2COAAQ%3BEACL%2CkBAAA%3B%3BAAGJ%2C8BAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAlBR%2C8BAqBI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3B%3BAAvBR%2C8BA0BI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA9BR%2C8BAiCI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAApCR%2C8BAuCI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2C2BAMI%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAATR%2C2BAYI%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CyCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C2BAfJ%2CoBAeK%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAApCZ%2C2BAwCI%2CoBAAmB%2COAAU%3BAAxCjC%2C2BAyCI%2CoBAAmB%2CMAAS%3BEACxB%2C%2BBAAA%3B%3BAA1CR%2C2BA6CI%2CoBAAmB%2CQAAQ%2CSAAY%3BEAE%5C%2FB%2CmBAAA%3B%3BAAGJ%2C2BALJ%2CoBAAmB%2CQAAQ%2CSAAY%2CsBAKlC%3BEACG%2CSAAA%3BEACA%2CWAAW%2CiBAAX%3B%3BAApDZ%2C2BAwDI%2CoBAAmB%2CQAAQ%2CIAAI%2CYAAe%3BEAEtC%2CmBAAA%3B%3BAAGJ%2C2BALJ%2CoBAAmB%2CQAAQ%2CIAAI%2CYAAe%2CsBAKzC%3BEACG%2CSAAA%3BEACA%2CWAAW%2CiBAAX%3B%3BAA%5C%2FDZ%2C2BAmEI%2CoBAAmB%2CIAAI%2CWAAc%3BEACjC%2CmBAAA%3B%3BAApER%2C2BAuEI%2CoBAAmB%2CSAAY%3BEAEvB%2CmBAAA%3B%3BAAGJ%2C2BALJ%2CoBAAmB%2CSAAY%2CsBAK1B%3BEACG%2CSAAA%3B%3BAA7EZ%2C2BAiFI%2CoBAAmB%2CMAAS%3BEACxB%2C%2BBAAA%3B%3BAAIR%3BEAEQ%2CcAAA%3B%3BAAFR%2C0BAKI%3BEACI%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAARR%2C0BAWI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAbR%2C0BAgBI%3BEACI%2CaAAA%3B%3BAAjBR%2C0BAoBI%3BEAEQ%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2C4CAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2C0BAZJ%2CkBAYK%3BEACG%2CcAAA%3B%3BAAGJ%2C0BAhBJ%2CkBAgBK%3BEACG%2CmBAAA%3B%3BAAGJ%2C0BApBJ%2CkBAoBK%3BAACD%2C0BArBJ%2CkBAqBK%3BEACG%2C%2BBAAA%3B%3BAAKZ%2C8BAA%2BB%3BEAC3B%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEAEQ%2CyBAAA%3BEACA%2CeAAA%3B%3BEACA%2CgBAAA%3B%3BAAJR%2CsBAOI%2C4BAA4B%3BEACxB%2CiBAAA%3B%3BAAKJ%2CsBAAC%3BEAEO%2CSAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAGJ%2CsBAVH%2COAUI%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAdR%2CsBAAC%2COAiBG%3BEACI%2CaAAA%3B%3BAAlBR%2CsBAAC%2COAqBG%3BEACI%2CWAAA%3B%3BAAvBZ%2CsBA2BI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BACrOR%3BEACI%2CYAAA%3B%3BAADJ%2C0BAGI%3BEACI%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C0BAAC%2COAAQ%3BEACL%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAZR%2C0BAeI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAlBR%2C0BAqBI%2CcAAa%3BEACT%2C%2BBAAA%3B%3BAAtBR%2C0BAyBI%3BEACI%2CeAAA%3B%3BAA1BR%2C0BA6BI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2C0CAAA%3BEACA%2CWAAA%3B%3BAAtCR%2C0BAyCI%2CmBAAkB%3BEACd%2CyBAAA%3B%3BAA1CR%2C0BA6CI%2CmBAAkB%3BEACd%2CyBAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2C0BAAC%2CIAAI%2CSAAU%3BEACX%2CcAAA%3B%3BAAIR%2C0BAA2B%3BAAC3B%2C0BAA2B%3BECtDvB%2CcAAA%3BEAGA%2C6BAAA%3BEACA%2CqBAAA%3BEAIA%2C6BAAA%3BEACA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3BED8CI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAC3CR%2C0BDqC2B%2C6BCrC1B%3BAAAD%2C0BDsC2B%2CoBCtC1B%3BEACG%2CUAAA%3B%3BAAGJ%2C0BDiC2B%2C6BCjC1B%3BAAAD%2C0BDkC2B%2CoBClC1B%3BEACG%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C0BD4B2B%2C6BC5B1B%3BAAAD%2C0BD6B2B%2CoBC7B1B%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3B%3BADoCJ%3BEAEQ%2CgBAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C2BAAC%3BEACG%2CaAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAnBR%2C2BAsBI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAAxBR%2C2BA2BI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FBR%2C2BAkCI%2CqBAAoB%3BEAChB%2CmBAAA%3B%3BAAnCR%2C2BAsCI%2C4BAA4B%3BEACxB%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAxCR%2C2BA2CI%3BEAEQ%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C2BAPJ%2CcAOK%3BAACD%2C2BARJ%2CcAQK%3BEACG%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAAKZ%3BEAEQ%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C2BAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2C2BAAC%3BEACG%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAZR%2C2BAeI%3BEAEQ%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CwGAAA%3B%3BAAGJ%2C2BAfJ%2CqBAeK%3BEACG%2CYAAA%3B%3BAAGJ%2C2BAnBJ%2CqBAmBK%3BAACD%2C2BApBJ%2CqBAoBK%3BEACG%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C2BAzBJ%2CqBAyBK%3BAACD%2C2BA1BJ%2CqBA0BK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAKZ%3BEAEQ%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2C4BAOI%3BEAEQ%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C4BAXJ%2CcAWK%3BAACD%2C4BAZJ%2CcAYK%3BEACG%2CgBAAA%3BEACA%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2C4BAlBJ%2CcAkBK%3BEACG%2CgBAAA%3B%3BAA1BZ%2C4BA8BI%2CqBAAoB%2COAAO%2CIAAI%3BEAC3B%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2C6BAA8B%3BEAC1B%2CUAAA%3B%3BAAGJ%3BEACI%2C2CAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2C2CAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C4BAA6B%3BEACzB%2CeAAA%3B%3BAAGJ%2C6BAA6B%2CYAAY%3BEACrC%2COAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C6BAA8B%3BEAEtB%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAJR%2C6BAA8B%2CkBAO1B%3BEACI%2CkBAAA%3BEACA%2CQAAA%3B%3BAATR%2C6BAA8B%2CkBAY1B%3BEAEQ%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C6BAlBsB%2CkBAY1B%2CcAMK%3BEACG%2CgBE%5C%2FOoC%2CkTF%2BOpC%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C6BAzBsB%2CkBAY1B%2CcAaK%3BEACG%2C%2BBAAA%3B%3BAA1BZ%2C6BAA8B%2CkBA8B1B%3BECxQA%2CcAAA%3BEAGA%2C6BAAA%3BEACA%2CqBAAA%3BEAIA%2C6BAAA%3BEACA%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3B%3BAAKJ%2C6BD0N8B%2CkBA8B1B%2C%2BBCxPH%3BEACG%2CUAAA%3B%3BAAGJ%2C6BDsN8B%2CkBA8B1B%2C%2BBCpPH%3BEACG%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C6BDiN8B%2CkBA8B1B%2C%2BBC%5C%2FOH%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3B%3BADkPJ%2C2BAA4B%2C4BAA4B%2CoBAAmB%2CSAAY%3BEACnF%2CmBAAA%3B%3BAAGJ%2C0BACI%2CoBAAoB%3BAADxB%2C0BAEI%2CoBAAoB%2CMAAM%3BAAF9B%2C0BAGI%2CoBAAoB%3BEAChB%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAANR%2C0BASI%2CmBAAkB%3BEACd%2CqBAAA%3B%3BAAIR%2C6BAA8B%3BEAC1B%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CwCAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAGvTR%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACOJ%2CuBAAuB%2CIAAI%3BEACvB%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CuBAAuB%2CMAAM%3BEAErB%2CeAAA%3B%3BAAFR%2CuBAAuB%2CMAAM%2CMAKzB%3BEACI%2C0BAAA%3B%3BAAIR%2CqBAAsB%3BEAClB%2CaAAA%3B%3BAAGJ%2CgBAAiB%2CcAAc%3BEAC3B%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CSAAU%2CcAAa%3BEACnB%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CsBAAA%3B%3BAAGJ%2CaAAa%3BEAEL%2CSAAA%3B%3BAAFR%2CaAAa%2CgBAKP%3BE%5C%2FIxBN%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA%2BIsBA%3BEAEQ%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAARR%2CsBAWI%3BECUA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAFvEJ%2CKAAM%2CuBC4DF%3BED3DA%2CqBAAA%3B%3BAGqBJ%2CKAAM%2CuBFsCF%3BEErCA%2CqBAAA%3B%3BADmDJ%2CKAAM%2CuBDdF%3BECeA%2CqBAAA%3B%3BAD1BJ%2CsBAeM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAjBR%2CsBAoBI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAtBR%2CsBAyBI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAA9BR%2CsBAiCI%2CuBAAyB%3BEACrB%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAIR%3BEAEQ%2CYAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CUAAA%3B%3BAAGJ%2C2BAA4B%3BEACxB%2CUAAA%3B%3BAGtGR%3B%3B%3BAAAA%2CeAEI%2CcAAc%2CuBACV%2CYACI%2CiBAAgB%2CYACZ%2CMAAK%3BEACD%2CcAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BACRpB%3BEAEQ%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CyBAMI%3BEAEQ%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CyBAPJ%2CGAOK%3BEACG%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CyBAZJ%2CGAYK%3BEACG%2CyBAAA%3B%3BAAGJ%2CyBAhBJ%2CGAgBK%2CMAAM%2CIAAI%3BEACP%2CyCAAA%3B%3BACvBZ%2CyBAAyB%3BEAEjB%2CmBAAA%3B%3BAAFR%2CyBAAyB%2CuBAKrB%3BEAEQ%2CYAAA%3B%3BAAGJ%2CyBAViB%2CuBAKrB%2CGAKK%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAhBiB%2CuBAKrB%2CGAWK%2CMAAM%2CIAAI%3BEACP%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BACnBZ%3BEAEQ%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAALR%2CyBAQM%3BEAEM%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CyBAdF%2CiBAcG%3BEACG%2CqBAAA%3B%3BAAGJ%2CyBAlBF%2CiBAkBG%3BEACG%2CkBAAA%3B%3BAA3BZ%2CyBA%2BBI%3BEACI%2CYAAA%3B%3BACrCZ%3BEACI%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAIA%3BAACA%2CWAAC%3BAACD%2CWAAC%3BAACD%2CWAAC%3BAACD%2CWAAC%2CIAAI%3BEACD%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BACHJ%3BEAEQ%2CukBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CukBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CyBAAC%2COAAQ%3BEACL%2C2WAAA%3B%3BAAhBR%2CyBAmBI%3BEACI%2C%2BWAAA%3BEACA%2CYAAA%3B%3BAC3BR%2CeAAe%3BECQf%2C4BAAA%3B%3BADRA%2CeAAe%2CYAKX%3BEACI%2CmBAAA%3B%3BAANR%2CeAAe%2CYASX%3BEACI%2CUAAA%3B%3BAAVR%2CeAAe%2CYAaX%3BEACI%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAfR%2CeAAe%2CYAkBX%3BEACI%2CgBAAA%3B%3BAEjBR%3BETPI%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BESGI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CwBAAC%3BEJxBL%2CYAAA%3BEACA%2CoBAAA%3B%3BAI2BI%2CwBAAC%2CKAAM%3BEACH%2CiBAAA%3B%3BAAjBR%2CwBAoBI%3BET3BA%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BESsBI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAA5BR%2CwBA%2BBI%3BEACI%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3BAAnCR%2CwBAsCI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAA3CR%2CwBA8CI%2CeAAc%3BEACV%2CeAAA%3B%3BAA%5C%2FCR%2CwBAkDI%2CeAAc%2CMAAM%3BAAlDxB%2CwBAmDI%2CeAAc%2CMAAM%3BEAChB%2CcAAA%3B%3BAApDR%2CwBAuDI%3BEACI%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA5DR%2CwBA%2BDI%3BEACI%2CSAAA%3B%3BACpER%2CyBACI%3BEVJA%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEUAQ%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CyBATJ%2CaASK%2CMAAM%3BEACH%2CqBAAA%3BEACA%2C6CAAA%3B%3BAAGJ%2CyBAdJ%2CaAcK%3BAACD%2CyBAfJ%2CaAeK%3BEFNT%2C4BAAA%3BEESY%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CyBAzBJ%2CaAyBK%3BEFlCT%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CqXAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEE6BY%2CSAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBApCJ%2CaAoCK%3BEACG%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAA3CZ%2CyBA%2BCI%2CaAAY%2CQACN%2CeAAY%3BEACV%2CUAAA%3B%3BAAjDZ%2CyBA%2BCI%2CaAAY%2CQAKN%2CeAAY%3BEACV%2CqBAAA%3B%3BAArDZ%2CyBA%2BCI%2CaAAY%2CQASN%2CeAAY%2COAAO%3BEACjB%2C6CAAA%3B%3BAAzDZ%2CyBA6DI%3BEACI%2CaAAA%3B%3BACjER%2CoBAAqB%3BEAEb%2CgBAAA%3B%3BAAGJ%2CoBALiB%2CgBAKhB%3BAACD%2CoBANiB%2CgBAMhB%3BAACD%2CoBAPiB%2CgBAOhB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CgBAAgB%3BEAER%2CeAAA%3B%3BAAFR%2CgBAAgB%2CaAKZ%3BEHPJ%2C4BAAA%3BEGWY%2CoCAAA%3BEACA%2CQAAQ%2CWAAR%3B%3BAAGJ%2CgBAbQ%2CaAKZ%2CaAQK%3BEACG%2CQAAQ%2CSAAR%3B%3BAAGJ%2CgBAjBQ%2CaAKZ%2CaAYK%3BEACG%2CQAAA%3B%3BAAGJ%2CgBArBQ%2CaAKZ%2CaAgBK%3BEACG%2COAAA%3BEACA%2CWAAW%2CeAAe%2CiBAA1B%3B%3BAAvBZ%2CgBAAgB%2CaA2BZ%3BEAEQ%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAhCZ%2CgBAAgB%2CaA2BZ%2CaAQM%3BEACE%2CaAAA%3B%3BAAKZ%2C0BAA2B%3BEACvB%2CiBAAA%3B%3BACrDR%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAGJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAASJ%3BEJNA%2C4BAAA%3BEIUQ%2CoCAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAATR%2CcAYI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAlBR%2CcAqBI%3BEAKQ%2C6BAA6B%2CqCAA7B%3BEACA%2CcAAA%3BEACA%2C2BAAA%3B%3BAJ9BZ%2CcIuBI%2CQJvBH%2CUAAU%3BEACP%2CwBAAA%3B%3BAADJ%2CcIuBI%2CQJvBH%2CUAAU%3BEACP%2CsCAAA%3B%3BAADJ%2CcIuBI%2CQJvBH%2CUAAU%3BEACP%2CwBAAA%3B%3BAADJ%2CcIuBI%2CQJvBH%2CUAAU%3BEACP%2CwBAAA%3B%3BAADJ%2CcIuBI%2CQJvBH%2CUAAU%3BEACP%2CwBAAA%3B%3BAADJ%2CcIuBI%2CQJvBH%2CUAAU%3BEACP%2CwBAAA%3B%3BAADJ%2CcIuBI%2CQJvBH%2CUAAU%3BEACP%2CwBAAA%3B%3BAIgCI%2CcAVJ%2CQAUK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcArBJ%2CQAqBK%2CUAAU%2CGAAG%3BEACV%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcA1BJ%2CQA0BK%2CUAAU%2CGAAG%3BEACV%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcA%5C%2FBJ%2CQA%2BBK%2CUAAU%2CGAAG%3BEACV%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcApCJ%2CQAoCK%2CUAAU%2CGAAG%3BEACV%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcAzCJ%2CQAyCK%2CUAAU%3BEAEH%2CuBAAA%3B%3BAAGJ%2CcA9CR%2CQAyCK%2CUAAU%2CGAKN%3BEACG%2CUAAA%3BEACA%2CSAAA%3B%3BAAIR%2CcApDJ%2CQAoDK%2CUAAU%2CGAAG%3BEACV%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcAzDJ%2CQAyDK%2CUAAU%2CGAAG%3BEACV%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcA9DJ%2CQA8DK%2CUAAU%2CGAAG%3BEACV%2CUAAA%3BEACA%2CSAAA%3B%3BACzFZ%3BEbfI%2CaAAA%3BEAQA%2CmBAAA%3BEAIA%2CeAAA%3BEaOI%2CiBAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CyBAAA%3B%3BAARR%2CsBAWI%3BEACI%2C%2BBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3B%3BAAhBR%2CsBAmBI%3BEblCA%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEQKJ%2C4BAAA%3BEK0BY%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBAnBJ%2CcAmBK%3BELxCT%2C4BAAA%3BEAlBA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2Cy3BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEKsDY%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBA5BJ%2CcA4BK%3BAACD%2CsBA7BJ%2CcA6BK%3BAACD%2CsBA9BJ%2CcA8BK%3BEAEO%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CsBArCR%2CcA4BK%2CMASI%3BAAAD%2CsBArCR%2CcA6BK%2COAQI%3BAAAD%2CsBArCR%2CcA8BK%2CQAOI%3BEACG%2CQAAQ%2CcAAR%3B%3BAAzDhB%2CsBA8DI%3BEb7EA%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEawEI%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAtER%2CsBAyEI%3BEAIQ%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAR1FZ%2CsBQoFI%3BARnFJ%2CsBQmFI%2CcRnFH%3BAACD%2CsBQkFI%2CcRlFH%3BAACD%2CsBQiFI%2CcRjFH%3BAACD%2CsBQgFI%2CcRhFH%2CIAAI%3BEACD%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAQmFI%2CsBATJ%2CcASK%3BELpFT%2C4BAAA%3BEANA%2CSxJiBQ%2COwJjBR%3BEACA%2CqBAAA%3BEACA%2CahH0Ce%2CagH1Cf%3BEK4FY%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CsBAjBJ%2CcAiBK%3BEACG%2CcAAA%3B%3BAAGJ%2CsBArBJ%2CcAqBK%2CQAAQ%3BEACL%2CWAAW%2CeAAe%2CeAA1B%3B%3BAAGJ%2CsBAzBJ%2CcAyBK%2COAAO%3BEACJ%2CaAAA%3B%3BAAKZ%3BEL1GA%2C4BAAA%3BEK8GQ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3B%3BAAPR%2CoBAUI%3BEACI%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAfR%2CoBAkBI%3BEACI%2CkBAAA%3B%3BAAnBR%2CoBAsBI%3BEACI%2CkBAAA%3B%3BAAIR%3BELrIA%2C4BAAA%3BEKyIQ%2CWAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAXR%2CmBAcI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAjBR%2CmBAoBI%3BEAEQ%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CmBANJ%2CeAMK%2CIAAI%3BEACD%2CiBAAA%3B%3BAA3BZ%2CmBA%2BBI%3BEACI%2CSAAA%3B%3BAAhCR%2CmBAmCI%3BEACI%2CeAAA%3B%3BAApCR%2CmBAuCI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAzCR%2CmBA4CI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BELxLA%2C4BAAA%3BEK4LQ%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CcAAA%3B%3BAAVR%2CmBAaI%3BEblNA%2CaAAA%3BEAQA%2CqBAAA%3BEAIA%2CeAAA%3B%3BAayLJ%2CmBAiBI%3BEbtNA%2CaAAA%3BEAIA%2C8BAAA%3BEAIA%2CmBAAA%3BEAIA%2CeAAA%3BEa6MI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CmBAwBI%3BEAEQ%2CcAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CmBANJ%2CaAMK%2CSAAS%3BEACN%2CaAAA%3BEACA%2CSAAS%2CGAAT%3B%3BAAhCZ%2CmBAoCI%3BEAEQ%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAA1CZ%2CmBAoCI%2CaASI%3BEACI%2CcAAA%3B%3BAAGJ%2CmBAbJ%2CaAaK%3BAACD%2CmBAdJ%2CaAcK%3BAACD%2CmBAfJ%2CaAeK%3BEACG%2CyBAAA%3B%3BAApDZ%2CmBAwDI%3BEACI%2CYAAA%3BEACA%2CaAAA%3B%3BAA1DR%2CmBA6DI%3BELrPJ%2C4BAAA%3BEKyPY%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CmBAbJ%2CWAaK%3BEACG%2CmBAAA%3B%3BAA3EZ%2CmBA%2BEI%3BEACI%2CkBAAA%3B%3BAAhFR%2CmBAmFI%3BEbxRA%2CaAAA%3BEAYA%2CeAAA%3BEa%2BQI%2CgBAAA%3B%3BAAtFR%2CmBAyFI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEbpSI%2CaAAA%3BEAQA%2CmBAAA%3BEagSI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3B%3BAANR%2CsBASM%3BEACE%2CcAAA%3BEACA%2CeAAA%3B%3BAAXR%2CsBAcM%3BEACE%2CiBAAA%3B%3BAAfR%2CsBAkBI%3BAAlBJ%2CsBAmBI%3BE1JhFJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BAI7CA%2CsB0JmEI%2Ce1JnEH%3BAAAD%2CsB0JoEI%2CgB1JpEH%3BAACD%2CsB0JkEI%2Ce1JlEH%3BAAAD%2CsB0JmEI%2CgB1JnEH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB0J6DI%2Ce1J7DH%3BAAAD%2CsB0J8DI%2CgB1J9DH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB0JwDI%2Ce1JxDH%3BAAAD%2CsB0JyDI%2CgB1JzDH%3BAACD%2CsB0JuDI%2Ce1JvDH%3BAAAD%2CsB0JwDI%2CgB1JxDH%3BAACD%2CQAAQ%2CUAAW%2CuB0JsDf%3BA1JtDJ%2CQAAQ%2CUAAW%2CuB0JuDf%3BE1JtDA%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA8J0BQ%2CsBAJJ%2CeAIK%3BAAAD%2CsBAHJ%2CgBAGK%3BEACG%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAxBZ%2CsBA4BI%3BEACI%2CkBAAA%3B%3BAA7BR%2CsBAgCM%3BAAhCN%2CsBAiCI%3BAAjCJ%2CsBAkCI%3BAAlCJ%2CsBAmCI%3BEACI%2CeAAA%3BEACA%2CqBAAA%3B%3BAArCR%2CsBAwCI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA5CR%2CsBA%2BCI%2CeAAiB%3BEACb%2CmlCAAA%3B%3BAAhDR%2CsBAmDI%2CeAAc%2CMAAS%3BEACnB%2CmlCAAA%3B%3BAApDR%2CsBAuDI%2CeAAc%2COAAU%3BEACpB%2CmlCAAA%3B%3BAAxDR%2CsBA2DI%2CgBAAkB%3BEACd%2CmkCAAA%3B%3BAA5DR%2CsBA%2BDI%2CgBAAe%2CMAAS%3BEACpB%2CmkCAAA%3B%3BAAhER%2CsBAmEI%2CgBAAe%2COAAU%3BEACrB%2CmkCAAA%3B%3BAC%5C%2FVR%3BEdTI%2CaAAA%3BEAQA%2CmBAAA%3BEAIA%2CeAAA%3BEcCI%2CcAAA%3BEACA%2CSAAA%3B%3BAALR%2CmBAQM%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%2CQAAS%3BEdxBL%2CaAAA%3BEAQA%2CmBAAA%3B%3BAcgBJ%2CQAAS%2CqBAKH%3BEAEM%2CcAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CQAZC%2CqBAKH%2CSAOG%3BEACG%2CcAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEAEQ%2CmBAAA%3BEACA%2CcAAA%3B%3BAAHR%2CqBAMM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAATR%2CqBAYI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAfR%2CqBAkBI%2CiBAAiB%2COAAM%3BEACnB%2CSAAA%3B%3BAAnBR%2CqBAsBI%3BEACI%2CeAAA%3B%3BAAvBR%2CqBA0BI%2CaAAa%2CQAAO%2COAAO%3BEAEnB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAXJ%2CaAAa%2CQAAO%2COAAO%2CQAWtB%3BAACD%2CqBAZJ%2CaAAa%2CQAAO%2COAAO%2CQAYtB%3BAACD%2CqBAbJ%2CaAAa%2CQAAO%2COAAO%2CQAatB%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAA1CZ%2CqBA8CI%2CiBAAiB%3BEACb%2CkBAAA%3B%3BAA%5C%2FCR%2CqBAkDI%2CiBAAiB%2CeAAc%3BEd%5C%2FF%5C%2FB%2CaAAA%3BEcmGQ%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAxDZ%2CqBAkDI%2CiBAAiB%2CeAAc%2COASzB%3BEACE%2CWAAA%3BEACA%2CiBAAA%3B%3BAA7DZ%2CqBAiEI%2CiBAAiB%2CsBACb%3BEACI%2CkBAAA%3B%3BAAnEZ%2CqBAiEI%2CiBAAiB%2CsBAKX%3BEACE%2CaAAA%3B%3BAAvEZ%2CqBA2EI%2CSAAS%2CqBAAoB%3BEdxH7B%2CaAAA%3BEAYA%2CeAAA%3BEcgHQ%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAXJ%2CSAAS%2CqBAAoB%2CQAWxB%3BEdnIL%2CaAAA%3BEQaJ%2C4BAAA%3BEM0HY%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAxBJ%2CSAAS%2CqBAAoB%2CQAwBxB%2CMAAM%3BEACH%2CcAAA%3B%3BAAKJ%2CqBADJ%2CqBAAoB%2CQAAS%2CMACxB%2CMAAM%3BEACH%2CcAAA%3B%3BAAGJ%2CqBALJ%2CqBAAoB%2CQAAS%2CMAKxB%3BEN7IT%2C4BAAA%3BEMgJY%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2CqBAAsB%2COAChB%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CqBANkB%2COAMjB%2CSAAY%2CSAAM%3BEACf%2CgBAAA%3B%3BAAPR%2CqBAAsB%2COAUlB%2CqBAAuB%3BAACvB%2CqBAXkB%2COAWjB%2CmBAAsB%3BEACnB%2CgBAAA%3B%3BAAZR%2CqBAAsB%2COAelB%2CYAAW%3BEACP%2CSAAA%3B%3BAAGJ%2CqBAnBkB%2COAmBjB%2CsBAAsB%3BEACnB%2CWAAA%3B%3BAAGJ%2CqBAvBkB%2COAuBjB%3BEACG%2CYAAA%3B%3BAAGJ%2CqBA3BkB%2COA2BjB%3BAACD%2CqBA5BkB%2COA4BjB%3BEACG%2CWAAA%3B%3BAA7BR%2CqBAAsB%2COAgClB%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAnCR%2CqBAAsB%2COAsClB%3BEAEQ%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CqBA9Cc%2COAsClB%2CYAQK%3BEACG%2CqBAAA%3B%3BAA%5C%2FCZ%2CqBAAsB%2COAsClB%2CYAYI%3BEACI%2CcAAA%3B%3BAAKZ%2CqBAAwB%3BEACpB%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CMAAO%3BEACH%2CyBAAA%3B%3BAAGJ%2CwBAEM%3BAADN%2CmBACM%3BEAEM%2CeAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CwBAZF%2CqBAYG%2CIAAI%2CQAAW%2CcAAW%2CWAAc%2C0BAAuB%3BAAAhE%2CmBAZF%2CqBAYG%2CIAAI%2CQAAW%2CcAAW%2CWAAc%2C0BAAuB%3BEAC5D%2CyBAAA%3B%3BAAGJ%2CwBAhBF%2CqBAgBG%2CQAAW%2C0BAAuB%3BAAAnC%2CmBAhBF%2CqBAgBG%2CQAAW%2C0BAAuB%3BEAC%5C%2FB%2CoiBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBA3BF%2CqBA2BG%2CQAAW%2C0BAAuB%3BAAAnC%2CmBA3BF%2CqBA2BG%2CQAAW%2C0BAAuB%3BEAC%5C%2FB%2CqBAAA%3B%3BAA9BZ%2CwBAkCM%3BAAjCN%2CmBAiCM%3BEAEM%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBAVF%2C0BAUG%3BAAAD%2CmBAVF%2C0BAUG%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAvDZ%2CwBAkCM%2C0BAwBE%3BAAzDR%2CmBAiCM%2C0BAwBE%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CwBA9BF%2C0BA8BG%2CMAAM%3BAAAP%2CmBA9BF%2C0BA8BG%2CMAAM%3BEACH%2CqBAAA%3BEACA%2C6CAAA%3B%3BAChTZ%2CqBACI%3BEPaJ%2C4BAAA%3BEOTY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBATJ%2CiBASK%3BEACG%2CSAAA%3BEACA%2CyDAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAnBJ%2CiBAmBK%3BEAEO%2CgBAAA%3B%3BAAGJ%2CqBAxBR%2CiBAmBK%2CQAKI%3BEACG%2CaAAA%3B%3BAAIR%2CqBA7BJ%2CiBA6BK%2CIAAI%3BEACD%2CiBAAA%3B%3BAA%5C%2FBZ%2CqBAmCI%3BEflCA%2CaAAA%3BEAQA%2CmBAAA%3BEe8BQ%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAZJ%2CmBAYK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAW%2CWAAX%3B%3BACpDZ%2CuBAAwB%3BEACpB%2C0BAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEhBdI%2CaAAA%3BEAIA%2C8BAAA%3BEAIA%2CmBAAA%3BEAIA%2CeAAA%3BEgBKA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEhB1BI%2CaAAA%3BEAIA%2C8BAAA%3BEAIA%2CmBAAA%3BEAIA%2CeAAA%3B%3BAgBcJ%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEAEQ%2CgBAAA%3BEACA%2CeAAA%3B%3BAAHR%2CsBAMI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAXR%2CsBAcI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAjBR%2CsBAoBI%3BE7JqKJ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEiK3NQ%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BA7J4KR%2CsB6JjLI%2CmB7JiLH%3BAACD%2CsB6JlLI%2CmB7JkLH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB6JvLI%2CmB7JuLH%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsB6J5LI%2CmB7J4LH%3BAACD%2CsB6J7LI%2CmB7J6LH%3BAACD%2CQAAQ%2CUAAW%2CuB6J9Lf%3BE7J%2BLA%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAiKvNQ%2CsBAPJ%2CmBAOK%3BEACG%2C2BAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEAEQ%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAALR%2CuBAQI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAVR%2CuBAaI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAqB%3BEACjB%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CyBAA0B%2CgBACpB%3BAADN%2CyBAA0B%2CgBAEpB%3BAAFN%2CyBAA0B%2CgBAGpB%3BEAEM%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CyBATkB%2CgBACpB%2CkBAQG%3BAAAD%2CyBATkB%2CgBAEpB%2CgBAOG%3BAAAD%2CyBATkB%2CgBAGpB%2CiBAMG%3BEACG%2CcAAA%3B%3BAAVZ%2CyBAA0B%2CgBAcpB%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAlBR%2CyBAA0B%2CgBAqBtB%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAA1BR%2CyBAA0B%2CgBA6BtB%2CcAAa%3BEACT%2CmBAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAPR%2CiBAUI%2CiBAAgB%3BEACZ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CiBAgBI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAJR%2CwBAOI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAXR%2CwBAcI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAApBR%2CwBAuBI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAA1BR%2CwBA6BI%2CmBAAkB%3BEACd%2CmmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAApCR%2CwBAuCI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAKR%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2CsBAAA%3B%3BAAHR%2C2BAMM%3BEACE%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAVR%2C2BAaM%3BEACE%2CeAAA%3B%3BAAKJ%2CwBAAC%3BEhB3PD%2CaAAA%3BEAIA%2C8BAAA%3BEAQA%2CeAAA%3BEgBkPI%2CsBAAA%3B%3BAAJR%2CwBAOI%3BEhBjQA%2CaAAA%3BEAYA%2CeAAA%3BEgBwPI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAZR%2CwBAeI%3BEACI%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAnBR%2CwBAsBI%2CsBAAsB%3BEAClB%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAKR%2CsBACI%2COAAO%2COAAM%3BEACT%2CmBAAA%3BEACA%2CeAAA%3B%3BAAHR%2CsBAMI%2COAAO%3BEACH%2CuBAAA%3BEACA%2CgBAAA%3B%3BAARR%2CsBAWI%2CSAAS%3BEACL%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CMAAM%3BEACF%2CUAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CMAAM%2CmBAIF%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAIR%2CmBAAoB%2CYAAW%3BEAC3B%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEhBzTI%2CaAAA%3BEgB6TI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAPR%2C4BAUI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAhBR%2C4BAmBI%2CmBAAkB%3BEACd%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAzBR%2C4BA4BI%2CmBAAkB%3BEACd%2CcAAA%3B%3BAA7BR%2C4BAgCI%2CmBAAkB%3BEACd%2CcAAA%3B%3BAAjCR%2C4BAoCI%2CmBAAkB%2CSAAS%3BEACvB%2CybAAA%3BEACA%2CwBAAA%3B%3BAAtCR%2C4BAyCI%2CmBAAkB%2CMAAM%3BEACpB%2C6ZAAA%3BEACA%2CwBAAA%3B%3BAAIR%2CMAAM%3BEACF%2CgBAAA%3B%3BAAGJ%2CyBACI%3BEACI%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3B%3BAAKR%2C6CACI%2CiBACI%3BEACI%2CkBAAA%3B%3BAAKZ%2CMAAM%3BEhB9XF%2CaAAA%3BEgBiYA%2CsBAAA%3B%3BACtXJ%2CgBACI%3BEAEQ%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAALZ%2CgBACI%2CuBAOI%3BEACI%2CiBAAA%3B%3BAATZ%2CgBAaI%3BEACI%2CgBAAA%3B%3BAAdR%2CgBAiBI%2CqBAAqB%3BEAEb%2CaAAA%3B%3BAAGJ%2CgBALJ%2CqBAAqB%2CYAKhB%3BEACG%2CkBAAA%3B%3BAAvBZ%2CgBA2BI%2CqBAAqB%3BEAEb%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CgBAdJ%2CqBAAqB%2CWAchB%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3B%3BAA7CZ%2CgBAiDI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAApDR%2CgBAuDI%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAUR%3BEAEQ%2CkBAAA%3B%3BAAFR%2CuBAKI%2CWACI%3BAANR%2CuBAKI%2CWAEI%3BEAEQ%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAVhB%2CuBAKI%2CWACI%2CeAOI%3BAAbZ%2CuBAKI%2CWAEI%2CcAMI%3BEACI%2CcAAA%3B%3BAAdhB%2CuBAKI%2CWAaI%2CeAAc%3BEACV%2CYAAA%3B%3BAAnBZ%2CuBAKI%2CWAiBI%2CWAAU%3BEACN%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAA1BZ%2CuBAKI%2CWAwBI%2CeAAc%3BEACV%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3B%3BACpHZ%3BEACI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BACI%3BEAEQ%2CeAAA%3B%3BAAGJ%2C0BALJ%3BAAMI%2C0BANJ%2CoBAMK%3BAACD%2C0BAPJ%2CoBAOK%3BAACD%2C0BARJ%2CoBAQK%3BEACG%2CcAAA%3B%3BAAGJ%2C0BAZJ%2CoBAYK%3BEACG%2CgtBAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAAxBZ%2C0BA4BI%3BEACI%2CUAAA%3B%3BAA7BR%2C0BAgCI%3BEAEQ%2CeAAA%3BEACA%2CkBAAA%3B%3BAAnCZ%2C0BAgCI%2CYAMI%3BElBhDJ%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEkB2CQ%2CoBAAA%3BEACA%2CaAAA%3B%3BAA1CZ%2C0BAgCI%2CYAaI%3BEAEQ%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C0BArBR%2CYAaI%2COAQK%3BEACG%2CYAAA%3B%3BAAtDhB%2C0BAgCI%2CYA0BI%2CcAAc%3BEACV%2CmBAAA%3B%3BAAQZ%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAKI%2CWAAW%3BElBlFX%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEkB6EI%2CyBAAA%3BEACA%2CiBAAA%3B%3BAA0BZ%2CmBALyC%3BEACrC%2CUAAW%3BIACP%2CoBAAA%3B%3B%3BACtGJ%2C0BACI%3BEnBRA%2CaAAA%3BEAYA%2CeAAA%3B%3BAmBLJ%2C0BAKI%2CyBAAwB%3BEACpB%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAATR%2C0BAYI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAdR%2C0BAiBI%3BEnBxBA%2CaAAA%3BEAIA%2C8BAAA%3BEmBuBI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAtBR%2C0BAyBI%3BEnBhCA%2CaAAA%3BEAIA%2CuBAAA%3BEmB%2BBI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAA9BR%2C0BAiCI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAtCR%2C0BAyCI%3BEnBhDA%2CaAAA%3BEAYA%2CeAAA%3BEmBuCI%2CsBAAA%3BEACA%2CgBAAA%3B%3BAA7CR%2C0BAgDI%3BEACI%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAnDR%2C0BAsDI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAxDR%2C0BA2DI%3BEnBlEA%2CaAAA%3BEAIA%2C8BAAA%3BEmBiEI%2CkBAAA%3B%3BAA9DR%2C0BAiEI%3BEACI%2CqBAAA%3B%3BAAIR%2C0BAA0B%3BEACtB%2CmBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C0BAA0B%2CMAAO%3BEAC7B%2CgBAAA%3B%3BAAGJ%2C0BAA0B%2CSAAU%3BEAChC%2CYAAA%3B%3BAAGJ%2C0BAA2B%3BEAEnB%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C0BAbuB%2CgBAatB%3BEACG%2Co3BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3B%3BAAGJ%2C0BAzBuB%2CgBAyBtB%2CWAAW%3BEACR%2Cw3BAAA%3BEACA%2CwBAAA%3B%3BAAIR%2C0BAA2B%3BEnB9HvB%2CaAAA%3BEAIA%2C8BAAA%3BEAIA%2CmBAAA%3BEAIA%2CeAAA%3B%3BAmBuHA%2C0BALuB%2CsBAKtB%2CIAAI%3BEACD%2CmBAAA%3B%3BAAGJ%2C0BATuB%2CsBAStB%3BEACG%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2C0BAduB%2CsBActB%2CYAAa%3BEnB5Id%2CaAAA%3BEAIA%2C8BAAA%3BEAIA%2CmBAAA%3BEAIA%2CeAAA%3BEmBmII%2CWAAA%3B%3BAAjBR%2C0BAA2B%2CsBAoBvB%3BEACI%2CeAAA%3B%3BAArBR%2C0BAA2B%2CsBAwBvB%3BEACI%2CgBAAA%3B%3BAAKR%2CuBACI%3BAADJ%2CuBAEI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAAJR%2CuBAOI%3BEACI%2CqBAAA%3B%3BAARR%2CuBAWI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAC1KR%2C0BAA0B%3BEpBCtB%2CaAAA%3BEAIA%2C8BAAA%3BEAIA%2CuBAAA%3BEAIA%2CeAAA%3BEoBTI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2C0BAA0B%2CgBAUtB%3BEpBTA%2CaAAA%3BEAYA%2CeAAA%3BEoBAI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAfR%2C0BAA0B%2CgBAkBtB%2CsBAAsB%3BEAClB%2CgBAAA%3BEACA%2CWAAA%3B%3BAApBR%2C0BAA0B%2CgBAuBtB%2CsBAAsB%2CiBAAgB%2CIAAI%3BEACtC%2CgBAAA%3B%3BAAxBR%2C0BAA0B%2CgBA2BtB%3BEACI%2CkBAAA%3B%3BAA5BR%2C0BAA0B%2CgBA%2BBtB%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAlCR%2C0BAA0B%2CgBAqCtB%2CiBAAgB%2CQAAS%3BEACrB%2CaAAA%3B%3BAAtCR%2C0BAA0B%2CgBAyCtB%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAA7CR%2C0BAA0B%2CgBAgDtB%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAlDR%2C0BAA0B%2CgBAqDtB%3BEACI%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C4CAAA%3BEACA%2CaAAA%3B%3BAA1DR%2C0BAA0B%2CgBA6DtB%3BEACI%2CkBAAA%3B%3BAA9DR%2C0BAA0B%2CgBAiEtB%3BEACI%2CiBAAA%3B%3BAAlER%2C0BAA0B%2CgBAqEtB%3BEpBpEA%2CaAAA%3BEAQA%2CuBAAA%3BEAIA%2CeAAA%3BEoB2DI%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAA5ER%2C0BAA0B%2CgBA%2BEtB%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAApFR%2C0BAA0B%2CgBAuFtB%3BEACI%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAA1FR%2C0BAA0B%2CgBA6FtB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FFR%2C0BAA0B%2CgBAkGtB%3BEACI%2CeAAA%3B%3BAAnGR%2C0BAA0B%2CgBAsGtB%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxGR%2C0BAA0B%2CgBA2GtB%2C0BAA0B%3BEACtB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FGR%2C0BAA0B%2CgBAkHtB%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAApHR%2C0BAA0B%2CgBAuHtB%3BEpBtHA%2CaAAA%3BEAQA%2CmBAAA%3BEoBiHI%2CeAAA%3B%3BAA1HR%2C0BAA0B%2CgBA6HtB%2CgBAAkB%3BEACd%2CcAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FHR%2C0BAA0B%2CgBAkItB%2CgBAAkB%3BEpBjIlB%2CaAAA%3BEAQA%2CmBAAA%3BEoB6HQ%2CSAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C0BA1IkB%2CgBAkItB%2CgBAAkB%2CkBAQb%3BEZ9IT%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CiXAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEYyIY%2CQAAQ%2CYAAY%2CUAAU%2CcAAc%2CmBAAmB%2CgBAAgB%2CaAA%5C%2FE%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAhJZ%2C0BAA0B%2CgBAoJtB%3BEACI%2CSAAA%3B%3BAArJR%2C0BAA0B%2CgBAwJtB%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA9JR%2C0BAA0B%2CgBAiKtB%2CiBAAgB%3BEACZ%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAtKR%2C0BAA0B%2CgBAyKtB%3BEpBxKA%2CaAAA%3BEoB2KI%2CUAAA%3B%3BAA5KR%2C0BAA0B%2CgBA%2BKtB%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAApLR%2C0BAA0B%2CgBAuLtB%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAzLR%2C0BAA0B%2CgBA4LtB%2CuBAAsB%3BEAClB%2C2BAAA%3B%3BAA7LR%2C0BAA0B%2CgBAgMtB%3BEACI%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAApMR%2C0BAA0B%2CgBAuMtB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA1MR%2C0BAA0B%2CgBA6MtB%3BEACI%2CkBAAA%3B%3BAA9MR%2C0BAA0B%2CgBAiNtB%3BEACI%2CSAAA%3B%3BAAlNR%2C0BAA0B%2CgBAqNtB%3BEACI%2CSAAA%3B%3BAAtNR%2C0BAA0B%2CgBAyNtB%3BEpBxNA%2CaAAA%3BEAQA%2CmBAAA%3BEoBmNI%2CkBAAA%3B%3BAA5NR%2C0BAA0B%2CgBA%2BNtB%3BEpB9NA%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEoB0NQ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAvOZ%2C0BAA0B%2CgBA%2BNtB%2CsBAYI%3BEAEQ%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C0BAnPc%2CgBA%2BNtB%2CsBAYI%2CQAQK%3BEACG%2CuBAAA%3BEACA%2CcAAA%3B%3BAArPhB%2C0BAA0B%2CgBA%2BNtB%2CsBA2BI%3BEpBzPJ%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEoBoPQ%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAhQZ%2C0BAA0B%2CgBA%2BNtB%2CsBAoCI%3BEACI%2CmBAAA%3B%3BAApQZ%2C0BAA0B%2CgBAwQtB%3BEACI%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIR%2C0BAA0B%2CgBAAgB%3BEACtC%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C0BAA0B%2CgBAAgB%2CMAAO%3BEAC7C%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C4CAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C0BAA0B%2CgBAAgB%2CQACtC%3BEACI%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAALR%2C0BAA0B%2CgBAAgB%2CQAQtC%3BEACI%2CiBAAA%3B%3BAATR%2C0BAA0B%2CgBAAgB%2CQAYtC%3BEACI%2CgBAAA%3B%3BAAbR%2C0BAA0B%2CgBAAgB%2CQAiBtC%3BEpB7SA%2CaAAA%3B%3BAoB4RJ%2C0BAA0B%2CgBAAgB%2CQAqBtC%2CaAAe%3BAArBnB%2C0BAA0B%2CgBAAgB%2CQAsBtC%2CaAAa%3BEACT%2CYAAA%3B%3BAA8EZ%2CQA5B%2BB%3BEAE3B%2C0BAA0B%2CgBAAgB%2CQAAS%3BIAC%5C%2FC%2CmBAAA%3B%3BEAGJ%2C0BAA0B%2CgBAAgB%2CQAAS%2CuBAAyB%2CcAAc%2CeAAe%3BIZ9VzG%2C4BAAA%3BIYkWQ%2CWAAA%3B%3BEAGJ%2C0BAPsB%2CgBAAgB%2CQAAS%2CuBAAyB%2CcAAc%2CeAAe%2CeAOpG%2CIAAI%3BIACD%2CmBAAA%3B%3BEAGJ%2C0BAXsB%2CgBAAgB%2CQAAS%2CuBAAyB%2CcAAc%2CeAAe%2CeAWpG%2CcAAiB%3BIACd%2CWAAW%2CiBAAX%3B%3B%3BAA2DZ%2CQAjD%2BB%3BEAC3B%2C0BAA0B%3BIAElB%2CiBAAA%3B%3BEAFR%2C0BAA0B%2CgBAKtB%3BIACI%2CoBAAA%3B%3BEANR%2C0BAA0B%2CgBAStB%2CsBAAsB%3BIAClB%2CgBAAA%3B%3BEAVR%2C0BAA0B%2CgBAatB%3BIACI%2CkBAAA%3BIACA%2CcAAA%3B%3BEAfR%2C0BAA0B%2CgBAkBtB%2CiBAAgB%3BIACZ%2CuBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEArBR%2C0BAA0B%2CgBAwBtB%3BIACI%2CkBAAA%3BIACA%2CQAAA%3B%3BEA1BR%2C0BAA0B%2CgBA6BtB%3BIACI%2CcAAA%3B%3BEAIR%2C0BAA0B%2CgBAAgB%3BIACtC%2CmBAAA%3B%3BEAGJ%2C0BAA0B%2CgBAAgB%3BIAElC%2C6BAAA%3B%3BEAFR%2C0BAA0B%2CgBAAgB%2CQAKtC%3BIACI%2CUAAA%3B%3B%3BApB9ZZ%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3B%3BAqBXJ%2C8BAA%2BB%3BEAC3B%2CaAAA%3B%3BAAGJ%2CQAAQ%2CIAAI%3BEACR%2CeAAA%3B%3BAAGJ%3BAACA%3B%3B%3BAADA%2CuBAEI%3BAADJ%2CuBACI%3BEACI%2CeAAA%3B%3BAAHR%2CuBAEI%2CQAGI%3BAAJR%2CuBACI%2CQAGI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAPZ%2CuBAEI%2CQAQI%2CeAAe%2CcAAc%2CeACzB%3BAAVZ%2CuBACI%2CQAQI%2CeAAe%2CcAAc%2CeACzB%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAhBhB%2CuBAEI%2CQAkBI%3BAAnBR%2CuBACI%2CQAkBI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAtBZ%2CuBAEI%2CQAuBI%3BAAxBR%2CuBACI%2CQAuBI%3BEACI%2CcAAA%3B%3BAAIA%2CuBA5BR%2CQA2BI%2C0BACK%3BAAAD%2CuBA5BR%2CQA2BI%2C0BACK%3BEACG%2CmBAAA%3BEACA%2CWAAW%2CQAAX%3B%3BAAhChB%2CuBAsCI%2CeAAe%2CmBAAkB%3BAArCrC%2CuBAqCI%2CeAAe%2CmBAAkB%3BEAC7B%2CUAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAADJ%2CuBAGI%2CQACI%2CeAAe%2CcAAc%2CeACzB%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPhB%2CuBAGI%2CQACI%2CeAAe%2CcAAc%2CeAMzB%3BEACI%2CcAAA%3B%3BAAXhB%2CuBAGI%2CQACI%2CeAAe%2CcAAc%2CeAUzB%2C0BAAyB%3BEACrB%2CmBAAA%3BEACA%2CWAAW%2CQAAX%3B%3BAAOhB%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CygFAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAArBR%2CuBAwBI%3BAAxBJ%2CuBAyBI%3BEACI%2CiBAAA%3B%3BAAIR%2CyBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CyBAKI%3BAALJ%2CyBAMI%3BEACI%2CqBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAChIJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEAEA%2CmBAAA%3B%3BAAGJ%2CuBAAwB%3BEAEhB%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CuBANoB%2CiBAMnB%3BEACG%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwRAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2CuBAlBoB%2CiBAkBnB%2CWAAW%3BEACR%2CWAAW%2CeAAe%2CgBAA1B%3BEACA%2CyBAAA%3B%3BAAIR%3BEtB7CI%2CaAAA%3BEAIA%2C2BAAA%3BEAQA%2CeAAA%3BEsBoCA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEtBvDI%2CaAAA%3BEAQA%2CmBAAA%3B%3BAsBmDJ%3BEtB3DI%2CaAAA%3BEAYA%2CeAAA%3BEsBmDI%2CWAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CeAAA%3B%3BAAIR%3BEtBvEI%2CaAAA%3BEAYA%2CeAAA%3BEsB%2BDI%2CWAAA%3B%3BAAJR%2CqBAOI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAqB%2CUAAa%3BEAC9B%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAC%2CIAAI%3BEACD%2C6BAAA%3B%3BAAGJ%2CoBAAC%2CIAAI%3BEACD%2CYAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CoBAAC%2CIAAI%2CQAAQ%3BEACT%2CUAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CmBAAA%3B%3BAAKA%2CoBAFJ%2CgBAEK%3BEACG%2CcAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAA7BZ%2CoBAiCI%3BEtBzHA%2CaAAA%3BEAYA%2CeAAA%3BEsBgHI%2CiBAAA%3B%3BAApCR%2CoBAuCI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAAzCR%2CoBA4CI%3BEvB9DA%2CsBAAA%3BEACA%2CqBAAA%3BEuBgEI%2CWAAA%3B%3BAzBvIR%2CKAAM%2CqByBoIF%3BEzBnIA%2CqBAAA%3B%3BAGqBJ%2CKAAM%2CqBsB8GF%3BEtB7GA%2CqBAAA%3B%3BADmDJ%2CKAAM%2CqBuB0DF%3BEvBzDA%2CqBAAA%3B%3BAuB%2BDA%2CoBAAC%2CIAAI%2CQAAS%3BEACV%2CeAAA%3B%3BAAnDR%2CoBAsDI%2CmBAAmB%2C%2BBAA%2BB%3BEAC9C%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEAIA%2CUAAA%3B%3BAAAA%2CQAHyB%3BEAGzB%2CoBAPJ%2CmBAAmB%2C%2BBAA%2BB%3BIAK9C%2CmBAAA%3B%3B%3BAA3DR%2CoBAiEI%2CyBAAyB%3BEACrB%2CaAAA%3B%3BAAIR%2CoBAAoB%3BEAEZ%2CkBAAA%3B%3BAAGJ%2CoBALgB%2CWAKf%3BEACG%2CkBAAA%3B%3BAANR%2CoBAAoB%2CWAShB%3BEtBvKA%2CaAAA%3BEsB0KI%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3B%3BAAlBR%2CoBAAoB%2CWAqBhB%3BEACI%2C2BAAA%3B%3BAAtBR%2CoBAAoB%2CWAyBhB%3BEtBvLA%2CaAAA%3BEAQA%2CmBAAA%3B%3BAsBsJJ%2CoBAAoB%2CWA6BhB%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FBR%2CoBAAoB%2CWAkChB%2CoBAAsB%3BEAClB%2CQAAA%3BEACA%2COAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAArCR%2CoBAAoB%2CWAwChB%3BAAxCJ%2CoBAAoB%2CWAyChB%2CyBAAwB%3BAAzC5B%2CoBAAoB%2CWA0ChB%3BEACI%2CaAAA%3B%3BAA3CR%2CoBAAoB%2CWA8ChB%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAjDR%2CoBAAoB%2CWAoDhB%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAzDR%2CoBAAoB%2CWA4DhB%3BEACI%2CkBAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAALR%2C0BAQI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAXR%2C0BAcI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhBR%2C0BAmBI%3BEtBlPA%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEsB8OQ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C2CAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C0BAnBJ%2CeAmBK%3BEACG%2CSAAS%2CGAAT%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAzCZ%2C0BA6CI%3BEACI%2CaAAA%3B%3BAA9CR%2C0BAiDI%2CoBAAsB%3BEAClB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAA5DR%2C0BA%2BDI%2CoBAAmB%2CQAAW%3BEAC1B%2CuDAAA%3BEACA%2CwBAAA%3B%3BAAIR%2CoBAAoB%2CUAAW%3BEAC3B%2CqBAAA%3B%3BAAGJ%3BEtBxSI%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEsBoSI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CQAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAjBR%2CmBAoBM%3BEACE%2CgBAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2CMAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2CmBAAC%2CSAAU%3BEACP%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAoB%2CkBAAmB%3BEtB%5C%2FUnC%2CaAAA%3B%3BAsBmVJ%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEtBxVI%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEsBoVI%2CeAAA%3BEACA%2CWAAA%3B%3BAALR%2C0BAQI%2CMAAK%3BEACD%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEtBnXI%2CaAAA%3BEAQA%2CmBAAA%3B%3BAsByWJ%2CyBAQI%3BEACI%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAmRZ%2C0BACI%3BEACI%2CgBAAA%3B%3BAAFR%2C0BACI%2CqBAKI%2CcAEI%3BEACI%2CgBAAA%3B%3BAA0ChB%2CQArC0B%3BEAItB%3BIACI%2CoBAAA%3B%3BEAEJ%2C0BACI%2CqBACI%3BIAEI%2CqBAAA%3B%3BEAJZ%2C0BACI%2CqBACI%2CcAGI%2CcAEI%3BIACI%2CkBAAA%3B%3BEARpB%2C0BACI%2CqBACI%2CcAGI%2CcAEI%2CmBAEI%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAXxB%2C0BACI%2CqBACI%2CcAGI%2CcASI%2C2BAA2B%2CoBAAsB%3BIAC7C%2COAAA%3B%3BEAfpB%2C0BACI%2CqBACI%2CcAiBI%2CkBACI%2C2BAA2B%2CoBAAsB%3BIAC7C%2COAAA%3B%3B%3BAC9qBpB%3BEACI%2C%2BBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEAEQ%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CaAAA%3B%3BAAfR%2CuBAkBI%3BExKwPJ%2CoSAAA%3BEwKrPQ%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA7BR%2CuBAgCI%3BEAEQ%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CuBARJ%2C4BAQK%2CWAAW%3BEACR%2CaAAA%3B%3BAAzCZ%2CuBAgCI%2C4BAYI%2CwBAAwB%3BAA5ChC%2CuBAgCI%2C4BAaI%2CYAAY%3BEACR%2CcAAA%3B%3BAA9CZ%2CuBAkDI%3BExKwNJ%2CmBAAA%3BEwKrNQ%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA1DR%2CuBA6DI%3BEAEQ%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAtEZ%2CuBA6DI%2CgCAYI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAKZ%3BEAEQ%2CkBAAA%3B%3BAAGJ%2C4BAAC%3BEACG%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C4BAAC%2CWAAW%3BEACR%2CaAAA%3B%3BAAlBR%2C4BAqBI%3BEACI%2CaAAA%3B%3BAAtBR%2C4BAyBI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEAEQ%2CWAAA%3B%3B%3BAAFR%2CuBAKI%2CgBAAe%3BAALnB%2CuBAMI%2CgBAAe%3BEACX%2CeAAA%3BEACA%2CgBAAA%3B%3BAARR%2CuBAWI%2CYAAY%3BAAXhB%2CuBAYI%2CQAAO%2CKAAK%3BAAZhB%2CuBAaI%3BAAbJ%2CuBAcI%3BEACI%2CaAAA%3B%3BAAfR%2CuBAkBI%3BEACI%2CgBAAA%3B%3BAAnBR%2CuBAsBI%2CwBAAwB%2CMAAK%3BEACzB%2CWAAA%3B%3BAAvBR%2CuBA0BI%2CwBAAwB%2CEAAC%3BEACrB%2CcAAA%3B%3BAA3BR%2CuBA8BI%2CwBAAwB%2COAAM%2CIAAO%3BEACjC%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjCR%2CuBAoCI%2CwBAAwB%2CYAAW%3BEAC%5C%2FB%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtCR%2CuBA2CI%2CwBAAwB%2CWAAW%2CiBAAiB%3BAA3CxD%2CuBA4CI%2CoBAAoB%2CWAAW%2CiBAAiB%3BEAC5C%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CuBAAC%2CSAAU%3BEACP%2CaAAA%3B%3BAAGJ%2CuBAAC%2CSAAU%2CgBAAe%2CQAAS%2CwBAAwB%3BEACvD%2CcAAA%3B%3BAAIR%3BExK%2BFA%2CyBAAA%3BEwK3FQ%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAANR%2C0BASM%3BEACE%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAZR%2C0BAeI%3BEACI%2CsBAAA%3B%3BAAIR%2CeAAe%3BEAEP%2CSAAA%3B%3BAAFR%2CeAAe%2CKAKT%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CeAAe%2CKAUT%2CoBAAkB%3BEAChB%2C2BAAA%3B%3BAAXR%2CeAAe%2CKAcT%3BAAdN%2CeAAe%2CKAeT%2CmBAAiB%3BEACf%2CeAAA%3BEACA%2CgBAAA%3B%3BAAjBR%2CeAAe%2CKAoBX%2CiBAAiB%3BEACb%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CeAAe%3B%3B%3BAAAf%2CeAAe%2CQACT%3BEACE%2CeAAA%3BEACA%2CcAAA%3B%3BAAHR%2CeAAe%2CQAMX%3BEACI%2CmBAAA%3B%3BAAPR%2CeAAe%2CQAUX%2CwBAAwB%3BEACpB%2CaAAA%3B%3BAAXR%2CeAAe%2CQAgBX%2CwBAAwB%2CSAAS%3BEAC7B%2CcAAA%3B%3BAAIR%3BEAEQ%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAALR%2CyBAQM%3BEACE%2CaAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CyBAaI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAfR%2CyBAkBI%3BExBjNA%2CsBAAA%3BEACA%2CqBAAA%3BEwBmNI%2CeAAA%3BEACA%2CiBAAA%3B%3BA1B3RR%2CKAAM%2C0B0BuRF%3BE1BtRA%2CqBAAA%3B%3BAGqBJ%2CKAAM%2C0BuBiQF%3BEvBhQA%2CqBAAA%3B%3BADmDJ%2CKAAM%2C0BwB6MF%3BExB5MA%2CqBAAA%3B%3BAwB0LJ%2CyBAyBI%3BEACI%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CyBAA0B%3BEAElB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAJR%2CyBAA0B%2CeAOtB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAVR%2CyBAA0B%2CeAatB%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BACtTR%2CcACI%2CWAAW%2CsBAAsB%3BEAEzB%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3B%3BAALZ%2CcACI%2CWAAW%2CsBAAsB%2CsBAO7B%3BEACI%2CiBAAA%3B%3BAATZ%2CcAaI%2CeACI%2CsBAAsB%3BEAClB%2CSAAA%3BEACA%2CgBAAA%3B%3BAAhBZ%2CcAaI%2CeAMI%2CcAAc%3BEACV%2CcAAA%3B%3BAApBZ%2CcAaI%2CeAUI%2CsBAAsB%3BEAClB%2CUAAA%3B%3BAAxBZ%2CcA4BI%2CUAAS%2CMAAM%3BEAEP%2CeAAA%3B%3BAA9BZ%2CcA4BI%2CUAAS%2CMAAM%2COAKX%2CQAAO%3BEACH%2CaAAA%3B%3BACxBZ%3BEAEQ%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAC%3BEACG%2CmBAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEAEQ%2C6BAAA%3BEACA%2CWAAA%3B%3BAAHR%2CqBAMI%2CwBAAwB%3BEACpB%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAXR%2CqBAcI%2CKAAI%3BEACA%2CmBAAA%3B%3BAAIR%2C0BACI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2C0BAMI%3BEACI%2CeAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAIA%2C2BAAC%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2C2BAMI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAARR%2C2BAWI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGJ%2CmBACI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAJR%2CmBAOI%3BEACI%2CmBAAA%3B%3BACrFR%3BEAEQ%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAALR%2C4BAQI%3BEACI%2CkBAAA%3B%3BAATR%2C4BAYI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIR%2C0BAA0B%3BEAElB%2CWAAA%3BEACA%2CUAAA%3B%3BAAHR%2C0BAA0B%2CaAMtB%3BEACI%2CcAAA%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAAyB%3BEACrB%2CaAAA%3B%3BAAGJ%3BEAEQ%2CgBAAA%3B%3BAAFR%2CwBAKI%3BEACI%2CgBAAA%3B%3BAAIR%3BEAEQ%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2C8BAMM%2CWAAS%3BEACP%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAqB%3BAACrB%2CqBAAsB%3BAACtB%2CqBAAsB%3BEAEd%2CmBAAA%3B%3BAAJR%2CoBAAqB%2C%2BBAOf%2CWAAS%3BAANf%2CqBAAsB%2C%2BBAMhB%2CWAAS%3BAALf%2CqBAAsB%2C%2BBAKhB%2CWAAS%3BEACP%2CgBAAA%3B%3BAAGJ%2CoBAXiB%2C%2BBAWhB%3BAAAD%2CqBAVkB%2C%2BBAUjB%3BAAAD%2CqBATkB%2C%2BBASjB%3BEACG%2CwjDAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEAEQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAALR%2CsBAQI%3BEACI%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAIR%2CuBAAuB%2CQAAQ%3BEAEvB%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAALR%2CuBAAuB%2CQAAQ%2CKAQzB%2CIAAC%2CYAAY%3BEACX%2CaAAA%3B%3BACzGR%3BEAEQ%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2C0CAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CoBAAC%2CMAAM%3BEACH%2CkBAAkB%2C4DAAlB%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CoBAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CmBAAC%3BEACG%2C4BAAA%3BEACA%2CYAAA%3B%3BAAXR%2CmBAcM%3BEAEM%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CmBATF%2CgBASG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CotFAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA9BZ%2CmBAkCM%3BEACE%2CwTAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CmBAAC%2CMAAS%3BEACN%2CeAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAARR%2CuBAWI%3BEACI%2CmBAAA%3B%3BAAZR%2CuBAeI%3BEACI%2CgCAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3B%3BAAnBR%2CuBAsBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAzBR%2CuBA4BM%3BEACE%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAA%5C%2FBR%2CuBAkCI%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3B%3BAApCR%2CuBAuCI%2CaAAY%3BEACR%2CkBAAA%3B%3BAAxCR%2CuBA2CI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAA7CR%2CuBAgDI%2CoBAAmB%3BEACf%2CkBAAA%3B%3BAAjDR%2CuBAoDI%3BEAEQ%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CuBANJ%2CaAMK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAhEZ%2CuBAqEI%2CaAAY%2CSAAS%3BEACjB%2CgYAAA%3B%3BAAtER%2CuBAyEI%2CaAAY%2CQAAQ%3BEAChB%2CwXAAA%3B%3BAAIR%3BE5KwOA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEA2BA%2CuBAAA%3BEACQ%2CeAAA%3B%3BA4KtQR%2CqBAMM%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAATR%2CqBAYI%3BEACI%2CyBAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAJR%2CkBAOM%3BEAEM%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkBANF%2CeAMG%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3B%3BAAvBZ%2CkBA2BI%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CsBAAI%3BEACA%2CaAAA%3B%3BAATR%2CsBAYM%3BEAEM%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CeAAe%2CqBAAf%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CqBAAnB%3BEACA%2CiCAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CyBAAA%3B%3BAAGJ%2CsBArBF%2CiBAqBG%3BEACG%2CqBAAA%3BEACA%2CcAAA%3B%3BAAkBhB%2CQAT8B%3BEACtB%2CoBAAoB%3BIAChB%2CYAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CUAAA%3B%3B%3BACzRR%2CiBACI%3BE7KwSJ%2CgBAAA%3B%3BA6KzSA%2CiBAKI%3BE7KoSJ%2CmBAAA%3B%3BA6KzSA%2CiBASI%2CmBAAmB%3BEACf%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAIR%2CwBAAyB%2CgBAAe%2CaAAa%2CiBAAkB%3BEACnE%2CcAAA%3B%3BACDJ%3BEACI%2CaAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEAEQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAJR%2C6BAOI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAbR%2C6BAgBM%3BEAEM%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsCAAA%3B%3BAAGJ%2C6BAXF%2CsBAWG%3BEACG%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CWAAA%3B%3BAA9BZ%2C6BAkCI%3BEACI%2CaAAA%3B%3BAAnCR%2C6BAsCI%2CmBAAkB%3BEACd%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3B%3BAAFR%2CwBAKM%3BEACE%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAATR%2CwBAYM%3BEAEM%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3B%3B%3BAAIJ%2CwBATF%2CqBASG%3BEACG%2CcAAA%3B%3BAAIJ%2CwBAdF%2CqBAcG%3BEACG%2CcAAA%3B%3BAAGJ%2CwBAlBF%2CqBAkBG%3BEACG%2CcAAA%3B%3BAAGJ%2CwBAtBF%2CqBAsBG%3BEACG%2CUAAA%3B%3BAAnCZ%2CwBAuCM%2CqBAAkB%3BEAChB%2CqBAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CwBAAC%2CQAAW%3BEACR%2C0BAAA%3B%3BAAIR%3BEAEQ%2CaAAA%3BEACA%2CeAAA%3B%3BAAHR%2CyBAMM%3BEACE%2CoBAAA%3B%3BAAIR%3BEAEQ%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAAC%3BEAEO%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CwDAAA%3B%3BAAGJ%2CwBAXH%2COAWI%3BAACD%2CwBAZH%2COAYI%3BEACG%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEAEQ%2CmBAAA%3B%3BAAFR%2C8BAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAKR%2CyBACI%2CmBAAmB%2CmBAAmB%2CeAAe%3BEACjD%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAALR%2CyBAQI%2C6BAA6B%2C4BAA2B%3BEACpD%2CaAAA%3B%3BAAIA%2CyBADJ%2C6BAA6B%2CmBACxB%3BEACG%2CaAAA%3B%3BAAGJ%2CyBALJ%2C6BAA6B%2CmBAKxB%2CUAAW%2CeAAe%3BEACvB%2CeAAA%3BEACA%2CiBAAA%3B%3BAAnBZ%2CyBAuBI%2C6BAA6B%2CeAAiB%3BEAC1C%2CgBAAA%3B%3BAAIR%2CyBAA0B%2CmBACtB%3BEACI%2CWAAA%3B%3BAAFR%2CyBAA0B%2CmBAKtB%3BEACI%2CgBAAA%3BEACA%2CSAAA%3B%3BAAPR%2CyBAA0B%2CmBAUtB%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BA9BzJZ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BA%2BB%5C%2FDJ%3BEAEQ%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CWAAA%3B%3BAAIR%2COAAO%3BEACH%2CeAAA%3B%3BAAGJ%3BEACI%2C4%5C%2FBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEAEQ%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAXR%2CuBAcI%3BEACI%2CkBAAA%3B%3BAAIR%3BEAEQ%2CcAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CcAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CcAAA%3B%3BAAIR%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CuBASI%2CgBAAe%3BEACX%2CgBAAA%3B%3BAAIR%2CaAAc%3BEACV%2CUAAA%3B%3BAAGJ%2CYAAa%2CwBAAuB%3BEAChC%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEAEQ%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAJR%2CyBAOM%3BE%5C%2FB3CF%2CsBAAA%3BEACA%2CqBAAA%3B%3BAFvEJ%2CKAAM%2C0BiCiHA%3BEjChHF%2CqBAAA%3B%3BAGqBJ%2CKAAM%2C0B8B2FA%3BE9B1FF%2CqBAAA%3B%3BADmDJ%2CKAAM%2C0B%2BBuCA%3BE%5C%2FBtCF%2CqBAAA%3B%3BA%2BB%2BBJ%2CyBAWI%2CkBAAoB%3BEAChB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CyBAiBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAApBR%2CyBAuBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAzBR%2CyBA4BI%3BEACI%2CgBAAA%3B%3BAA7BR%2CyBAgCI%2CyBAA2B%3BEACvB%2CkBAAA%3B%3BAAIR%3BEACI%2COAAO%2CwCAAP%3BEACA%2CgBAAA%3B%3BA%5C%2FBjEJ%3BEgCrFA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAhCoFJ%3BEgCzFA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAhCwFJ%3BEgC7FA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAhC4FJ%3BEgCjGA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BAhCgGJ%3BEgCrGA%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3B%3BACKJ%3BEAEQ%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAAC%3BEAEO%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAPH%2CMAOI%3BAACD%2CgBARH%2CMAQI%3BEACG%2CQAAQ%2CeAAR%3B%3BAAIR%2CgBAAC%3BEAEO%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CgBARH%2COAQI%3BAACD%2CgBATH%2COASI%3BAACD%2CgBAVH%2COAUI%3BEACG%2CYAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CgBAAC%3BEACG%2CyRAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2C6mBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BAACD%2CgBAAC%3BEACG%2CqBAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CylDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CyUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CgBAAC%3BEAEO%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgBAVH%2CSAUI%3BEACG%2CmBAAA%3B%3BAAGJ%2CgBAdH%2CSAcI%3BEACG%2CmBAAA%3B%3BAAIR%2CgBAAC%3BEAEO%2CkBAAkB%2C4CAAlB%3BEACA%2CcAAc%2C4CAAd%3BEACA%2COAAO%2C8CAAP%3B%3BAAGJ%2CgBAPH%2CQAOI%3BEACG%2CYAAY%2CkDAAZ%3BEACA%2CcAAc%2CkDAAd%3B%3BAAGJ%2CgBAZH%2CQAYI%3BEACG%2CYAAY%2CkDAAZ%3BEACA%2CcAAc%2CkDAAd%3B%3BAAIR%2CgBAAC%3BEAEO%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAdH%2CYAcI%3BEACG%2CmRAAA%3BEACA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAvBH%2CYAuBI%3BEACG%2CyBAAA%3B%3BAAGJ%2CgBA3BH%2CYA2BI%3BEACG%2CyBAAA%3B%3BACrIZ%3BEAEQ%2CsBAAA%3BEACA%2CaAAA%3B%3BAAIA%2CwBADJ%2CeACK%3BAACD%2CwBAFJ%2CeAEK%3BEACG%2C6BAAA%3B%3BAATZ%2CwBAMI%2CeAMI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CwBAAC%3BEACG%2CUAAA%3B%3BAApBR%2CwBAuBI%3BEAEQ%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAA3BZ%2CwBAuBI%2CYAOM%2CKAAE%3BEAEI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CwBArBR%2CYAOM%2CKAAE%2CqBAcC%3BAACD%2CwBAtBR%2CYAOM%2CKAAE%2CqBAeC%3BEACG%2CmBAAA%3B%3BAAGJ%2CwBA1BR%2CYAOM%2CKAAE%2CqBAmBC%2CaAAc%3BEACX%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAnDhB%2CwBAuBI%2CYAgCM%2CKAAE%2CqBAAsB%3BEAElB%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBA1CR%2CYAgCM%2CKAAE%2CqBAAsB%2COAUrB%3BEACG%2CaAAA%3B%3BAAlEhB%2CwBAuEI%2COAAM%3BEACF%2CqBAhFqB%2C2YAgFrB%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FER%2CwBAkFI%2COAAM%2CYAAY%3BEACd%2C%2BBAAA%3B%3B%3BAC7FR%3BEACI%2CeAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEAEQ%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3B%3BAATR%2C0BAYI%3BEACI%2CiBAAA%3B%3BAAbR%2C0BAgBI%3BEAEQ%2COAAO%2CmCAAP%3B%3BAAGJ%2C0BALJ%2CeAKK%3BEACG%2COAAO%2CyCAAP%3B%3BAAtBZ%2C0BA0BI%3BEACI%2CoBAAA%3B%3BAA3BR%2C0BA8BI%2CeAAe%3BEACX%2CoBAAA%3B%3BAA%5C%2FBR%2C0BAkCI%2CeAAe%3BEACX%2CqBAAA%3B%3BAAnCR%2C0BAsCI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAA1CR%2C0BA6CI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAlDR%2C0BAqDI%3BEAEQ%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2C0BAVJ%2CeAUK%3BEACG%2CYAAY%2CoCAAZ%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAfJ%2CeAeK%2CIAAI%2CQAAS%3BEACV%2CaAAA%3B%3BAArEZ%2C0BAyEI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAA7ER%2C0BAgFI%3BEACI%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAnFR%2C0BAsFI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAxFR%2C0BA2FI%2CQAAO%3BEnC1BP%2CsBAAA%3BEACA%2CqBAAA%3BEmC4BI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BArCxGR%2CKAAM%2C2BqCgGF%2CQAAO%3BErC%5C%2FFP%2CqBAAA%3B%3BAGqBJ%2CKAAM%2C2BkC0EF%2CQAAO%3BElCzEP%2CqBAAA%3B%3BADmDJ%2CKAAM%2C2BmCsBF%2CQAAO%3BEnCrBP%2CqBAAA%3B%3BAmCtEJ%2C0BAuGI%2CcAAc%3BEAEN%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FGZ%2C0BAuGI%2CcAAc%2CuBAWV%3BAAlHR%2C0BAuGI%2CcAAc%2CuBAYV%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAArHZ%2C0BAyHI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3B%3BAA3HR%2C0BA8HI%3BEAEQ%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAlIZ%2C0BA8HI%2CmBAOI%2CiBAAgB%3BEACZ%2CWAAA%3B%3BAAtIZ%2C0BA8HI%2CmBAWM%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%2C0BAA0B%2CMACtB%3BEACI%2CWAAA%3B%3BAAFR%2C0BAA0B%2CMAKtB%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAPR%2C0BAA0B%2CMAUtB%3BEACI%2CkBAAA%3B%3BAAXR%2C0BAA0B%2CMActB%3BEACI%2CkBAAA%3B%3BAAIR%2C0BAA0B%2CMACtB%3BEACI%2CoBAAA%3BEACA%2CWAAA%3B%3BAAHR%2C0BAA0B%2CMACtB%2CgBAII%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAIR%2C0BAXsB%2CMAWrB%2CIAAI%2CUAAW%3BEACZ%2CeAAA%3BEACA%2CcAAA%3B%3BACtLJ%2C6BADyB%2CkBACxB%2CQAAS%2C4BAA2B%3BEACjC%2CWAAW%2CeAAe%2CkBAA1B%3B%3BAAFR%2C6BAA6B%2CkBAKzB%3BEAEQ%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C6BAZqB%2CkBAKzB%2C4BAOK%3BEACG%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CcAAc%2CkBAAzB%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BACpBZ%3BEAEQ%2CsBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAPR%2CsBAUI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAfR%2CsBAkBI%3BEAEQ%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CsBANJ%2CeAMK%2CUAAW%3BEACR%2CoBAAA%3B%3BAAzBZ%2CsBA6BI%2CeAAe%2CgBAAe%3BEAC1B%2CSAAS%2CIAAT%3B%3BAA9BR%2CsBAiCI%3BEAEQ%2CgBAAA%3B%3BAAGJ%2CsBALJ%2CgBAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CsBATJ%2CgBASK%3BEACG%2CSAAS%2CGAAT%3B%3BAC3CZ%2CsBAAuB%3BEAEf%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CsBAAuB%2CeAMnB%2CcAAa%2CIAAI%2CeAAe%3BEAC5B%2CgtBAAA%3BEACA%2CwBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEAEQ%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CqBAMM%2CQAAK%2CKAAK%2CQAAQ%2CIAAI%3BEACpB%2CaAAA%3B%3BAAPR%2CqBAUI%3BEAEQ%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBANJ%2COAMK%2COACG%3BEACI%2CaAAA%3B%3BAAFR%2CqBANJ%2COAMK%2COAKG%3BEACI%2CmBAAA%3B%3BAAtBhB%2CqBA2BI%2CMAAK%3BEACD%2CaAAA%3B%3BAA5BR%2CqBA%2BBI%2CMAAK%2CQAAQ%3BEACT%2CcAAA%3B%3BAAhCR%2CqBAmCI%2CMAAK%3BEAEG%2CiBAAA%3B%3BAAGJ%2CqBALJ%2CMAAK%2CMAKA%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CqBAVJ%2CMAAK%2CMAUA%3BEACG%2CkBAAA%3B%3BAC9DR%2CYAAC%2CIAAI%2CsBAAuB%3B%3BEPOhC%2C2DAAA%3BEACA%2CmDAAA%3B%3BAOTA%2CYAMI%3BEACI%2CQAAA%3B%3BAAIR%3BEvCDI%2CgBAAA%3B%3BEAEA%2CgBAAA%3BEACA%2CiDAAA%3BEACA%2CqBAAA%3BEuCCI%2CkBAAkB%2CsCAAlB%3BEACA%2CiBAAA%3BEACA%2CcAAc%2CyCAAd%3BEACA%2CkBAAA%3BEACA%2CiFAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAvCZR%2CwBAAC%3BEACG%2CmBAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAuCbJ%2CwBvCgBA%3BEACI%2C8BAAA%3B%3BAAIA%2CwBAAC%3BEACG%2CUAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CUAAA%3B%3BAuC1BR%2CwBvC6BI%3BEACI%2CUAAA%3B%3BAuCTJ%2CwBAAC%3BEACG%2CaAAA%3B%3BAAtBR%2CwBAyBI%3BEAEQ%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAPJ%2CuBAOK%3BEACG%2CaAAA%3B%3BAC5CZ%2CsBAAsB%3BEAEd%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CsBANkB%2CSAMjB%3BEACG%2CaAAA%3B%3BAAPR%2CsBAAsB%2CSAUlB%2CeAAc%2CYAAY%3BEACtB%2CeAAA%3BEACA%2CWAAA%3B%3BAAZR%2CsBAAsB%2CSAelB%3BEACI%2CWAAA%3B%3BAAhBR%2CsBAAsB%2CSAmBlB%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BACtBR%2CYAAa%3BEACT%2CWAAA%3B%3BAAGJ%3BEAEQ%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAAC%2COACG%2CiBAAgB%3BEACZ%2CUAAA%3BEACA%2CWAAA%3B%3BAAHR%2CuBAAC%2COAMG%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAfZ%2CuBAmBI%3BEAEQ%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAPJ%2CgBAOK%3BEAEO%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAbR%2CgBAOK%2CMAMI%3BAACD%2CuBAdR%2CgBAOK%2CMAOI%3BEACG%2CkBAAA%3B%3BAAIR%2CuBAnBJ%2CgBAmBK%3BAACD%2CuBApBJ%2CgBAoBK%3BEACG%2CWAAA%3B%3BAAKJ%2CuBADJ%2CiBACK%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CuBAVJ%2CiBAUK%3BEACG%2CSAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAC%5C%2FDZ%2CIAAI%2CyBACA%3BAADJ%2CIAAI%2CyBAEA%3BEACI%2CUAAA%3B%3BAAKR%2CYAAY%2CoBAAoB%3BEAC5B%2CWAAA%3B%3BAAGJ%3BEAEQ%2C%2BBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAXR%2CuBAcI%3BEACI%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BACjCR%3BEAEQ%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CaAAA%3B%3BAAIR%3BEAEQ%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CiBAAA%3B%3BAAGJ%2CwBAAC%2CMAAO%2CEAAC%3BEACL%2COAAO%2CyCAAP%3BEACA%2CgBAAA%3B%3BAAIA%2CwBADH%2CiBACI%2CIAAI%2CUAAW%3BEACZ%2CoBAAA%3B%3BAAFR%2CwBAAC%2CiBAKG%3BEACI%2CeAAA%3B%3BAANR%2CwBAAC%2CiBASG%3BEAEQ%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CwBArBP%2CiBASG%2CeAYK%3BEACG%2CkBAAkB%2CoCAAlB%3B%3BAAtBZ%2CwBAAC%2CiBASG%2CeAgBI%3BEACI%2CiBAAA%3B%3BAA1BZ%2CwBAAC%2CiBA8BG%3BEACI%2CaAAA%3B%3BAAIR%2CwBAAC%2CkBAAmB%3BEAChB%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CwBAAC%2CkBAAmB%3BEAChB%2CaAAA%3B%3BAAGJ%2CwBAAC%2CQAAS%3BEACN%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FDR%2CwBAkEI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAArER%2CwBAwEI%3BEACI%2CiBAAA%3B%3BAAzER%2CwBA4EI%3BEAEQ%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAjFZ%2CwBA4EI%2CeAQI%3BEAEQ%2COAAO%2CmCAAP%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CwBAnBR%2CeAQI%2CeAWK%3BEACG%2CYAAY%2CoCAAZ%3BEACA%2COAAO%2CyCAAP%3B%3BAAGJ%2CwBAxBR%2CeAQI%2CeAgBK%3BEACG%2CYAAY%2C0CAAZ%3BEACA%2COAAO%2CyCAAP%3B%3BAC1GhB%3BEAEQ%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAJR%2CuBAOM%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CuBAaM%3BEAEM%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAZF%2CiBAYG%3BEACG%2CmBAAA%3B%3BAAGJ%2CuBAhBF%2CiBAgBG%3BAACD%2CuBAjBF%2CiBAiBG%3BEACG%2CqBAAA%3B%3BAA%5C%2FBZ%2CuBAmCI%3BEACI%2CcAAA%3B%3BACpCR%2CgBAAgB%3BEACZ%2CaAAA%3B%3BAAGJ%2CYACI%2CiBAAgB%3BEACZ%2CqBAAA%3BEACA%2CQAAQ%2CeAAR%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAY%2CoBACR%2CQAAO%3BEACH%2CgBAAA%3B%3BAAFR%2CYAAY%2CoBAKR%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAXR%2CYAAY%2CoBAcR%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAhBR%2CYAAY%2CoBAmBR%2CiBAAgB%3BEACZ%2CYAAA%3B%3BAApBR%2CYAAY%2CoBAuBR%3BEACI%2CaAAA%3B%3BAAxBR%2CYAAY%2CoBA2BR%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAjCR%2CYAAY%2CoBAoCR%2CiBAAgB%3BEACZ%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAA1CR%2CYAAY%2CoBA6CR%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAlDR%2CYAAY%2CoBAqDR%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAvDR%2CYAAY%2CoBA0DR%3BEACI%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAY%2CoBAAoB%3BEAExB%2CaAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYAAY%2CoBAAoB%2CQAM5B%2COAAM%3BEACF%2CaAAA%3B%3BAAPR%2CYAAY%2CoBAAoB%2CQAU5B%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAjBR%2CYAAY%2CoBAAoB%2CQAoB5B%3BEACI%2CaAAA%3B%3BAArBR%2CYAAY%2CoBAAoB%2CQAwB5B%3BEACI%2CqBAAA%3B%3BAAzBR%2CYAAY%2CoBAAoB%2CQA4B5B%2CiBAAgB%3BEACZ%2CoBAAA%3B%3BAClIZ%2CmBAAoB%3BEAChB%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBAAoB%2CcAAc%3BEAC9B%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3B%3BAAIJ%2CmBAAoB%2CcAAc%3BEAC9B%2CkDAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CmBAAoB%2CcAAc%2COAAM%3BEACpC%2CmCAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CaAAX%3B%3B%3BAAIR%2CmBAAoB%3BEAChB%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2C2CAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CmBAAmB%2CqBAAsB%2CMAAM%3BEAC3C%2CiBAAA%3B%3B%3BAAIJ%2CmBAAoB%2CMAAK%3BEACrB%2CYAAA%3B%3B%3BAAIJ%2CmBAAoB%2CMAAK%2COAAO%3BEAC5B%2CSAAS%2CKAAT%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3B%3BAAIJ%2CmBAAoB%2CMAAK%2COAAQ%3BEAC7B%2CaAAA%3B%3B%3BAAIJ%2CmBAAoB%2CMAAK%2CIAAI%2CSAAU%3BEACnC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3B%3BAAIJ%2CmBAAoB%3BEAChB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3B%3BAAIJ%3BEACI%2CSAAA%3B%3B%3B%3BAAIJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CWAAW%2CUAAX%3B%3BEAEJ%3BIACI%2CYAAA%3BIACA%2CWAAW%2CQAAX%3B%3B%3BAAIR%2CmBAAoB%2CMAAK%3BEACrB%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CiDAAA%3B%3BAAGJ%3BEACI%3BIACI%2CYAAA%3BIACA%2CWAAW%2CWAAX%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAW%2CQAAX%3B%3B%3B%3BAAKR%2CmBAAoB%3BEAChB%2COAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3B%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3B%3B%3BAAIJ%2CmBAAoB%3BEAChB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoEAAA%3B%3B%3BAAIJ%2CmBAAoB%2CuBAAsB%3BEACtC%2CUAAA%3B%3B%3BAAIJ%2CmBAAoB%2CgBAAe%2CIAAI%2CUAAW%3BEAC9C%2CaAAA%3B%3BAAGJ%2CmBAAoB%2CgBAAe%2CIAAI%2CUAAW%3BEAC9C%2CaAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CmBAAoB%2CmBAAmB%3BEACnC%2CWAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CmBAAmB%2CiBAAkB%3BAACrC%2CmBAAmB%2CkBAAmB%3BEAClC%2CkBAAA%3B%3BAAGJ%2CmBAAmB%3BEACf%2CmBAAA%3B%3BAAGJ%2CmBAAmB%2CqBAAsB%2CWAAW%3BEAChD%2CeAAA%3B%3BAAGJ%2CmBAAmB%2CqBAAsB%3BEACrC%2CYAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CiBAAA%3B%3BAAGJ%2CmBAAmB%2CiBAAkB%3BAACrC%2CmBAAmB%2CkBAAmB%3BEAClC%2CiBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CwBAAA%3B%3BAAGJ%2CmBAAoB%2CWAAW%3BEAC3B%2CkBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CcAAA%3B%3BAAGJ%2CmBAAoB%2CSAAQ%2CIAAI%3BAAAU%2CmBAAoB%2CSAAQ%3BEAClE%2CwBAAA%3B%3B%3BAAIJ%2CmBAAoB%2CgBAAe%2CIAAI%3BEACnC%2CQAAA%3BEACA%2CiBAAA%3B%3B%3BAAIJ%2CmBAAmB%2CiBAAiB%2CIAAI%2CgBAAiB%3BAACzD%2CmBAAmB%2CkBAAkB%2CIAAI%2CgBAAiB%3BAAC1D%2CmBAAmB%2C6BAA6B%2CIAAI%2CgBAAiB%3BEACjE%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CmBAAoB%2CgBAAe%2CIAAI%3BEACnC%2COAAA%3BEACA%2CiBAAA%3B%3B%3BAAIJ%2CmBAAmB%2CiBAAiB%2CIAAI%2CUAAW%3BAACnD%2CmBAAmB%2CkBAAkB%2CIAAI%2CUAAW%3BAACpD%2CmBAAmB%2C6BAA6B%2CIAAI%2CUAAW%3BEAC3D%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CmBAAoB%2CWAAU%2CIAAI%3BEAC9B%2CaAAA%3B%3BAAGJ%2CmBAAmB%2CkBAAmB%3BEAClC%2C2BAAA%3B%3BAAGJ%2CmBAAmB%2CkBAAmB%3BEAClC%2CcAAA%3B%3BAAOJ%2CQAL0B%3BEACtB%2CmBAAmB%2CiBAAiB%2CIAAI%2CUAAW%3BIAC%5C%2FC%2CsBAAA%3B%3B%3BAASR%2CmBANqC%2CuBAAuB%3BEACxD%2CmBAAoB%2CgBAAe%2CIAAI%3BIACnC%2CQAAA%3B%3B%3BAAkBR%2CQAd0B%2CuBAAuB%3BEAC7C%2CmBAAmB%2CiBAAkB%2CgBAAe%2CIAAI%3BIACpD%2CQAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CmBAAmB%2CiBAAkB%3BIACjC%2CsBAAA%3B%3BEAGJ%2CmBAAmB%2CiBAAkB%3BIACjC%2CaAAA%3B%3B%3BAAmBR%2CQAhB0B%2CuBAAuB%3BEAC7C%2CmBAAmB%2CiBAAkB%2CgBAAe%2CIAAI%3BIACpD%2CQAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CmBAAmB%2CqBAAsB%3BEACzC%2CmBAAmB%2CiBAAkB%3BIACjC%2CsBAAA%3B%3BEAGJ%2CmBAAmB%2CiBAAkB%3BIACjC%2CaAAA%3B%3B%3BAAIR%2CmBAAmB%2CqBAAsB%3BAACzC%2CmBAAmB%2CiBAAkB%3BEACjC%2CsBAAA%3B%3BAAYJ%2CQAT0B%3BEACtB%2CmBAAoB%2CgBAAe%2CIAAI%3BIACnC%2CQAAA%3BIACA%2CiBAAA%3B%3B%3B%3BAAMR%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAiB%2CSAAjB%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CqBAAqB%3BEACjB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CwBAAwB%2CkDAAxB%3B%3BAAGJ%2CwBAAwB%3BEACpB%2CcAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2C2CAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CwBAAyB%3BEACrB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBAAmB%3BEACf%2CyBAAA%3B%3BAAGJ%2CmBAAmB%2C6BAA8B%3BEAC7C%2CaAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CmBAAmB%2C6BAA8B%3BEAC7C%2CmBAAA%3B%3BAAGJ%2CmBAAmB%2C6BAA8B%3BEAC7C%2CkBAAA%3B%3BAAGJ%2CmBAAmB%2C6BAA8B%3BEAC7C%2CiBAAA%3B%3B%3BAAWJ%2CQAP0B%3BEACtB%3BEACA%3BIACI%2CwBAAA%3B%3B%3BAAIR%2CMAAM%2CYAAa%3BEACf%2CwBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CqBAAA%3B%3BAAEJ%2CmBAAoB%3BAACpB%2CmBAAoB%3BEAChB%2CqBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CmBAAmB%2CqBAAsB%3BEACrC%2CQAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CqBAAA%3B%3BAAGJ%2CoBAAqB%2CoBAAoB%2CWAAW%2CEAAC%3BEACjD%2CaAAA%3B%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3B%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CkCAAA%3B%3B%3BAAgBJ%2CQAZ0B%3BEACtB%2CmBAAoB%2CMAAK%2COAAO%3BIAC5B%2CeAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CeAAA%3BIACA%2CiBAAA%3B%3B%3B%3BAAKR%2CmBAAoB%3BEAChB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CmBAAoB%2C0BAAyB%3BEACzC%2CcAAA%3B%3BAClgBJ%2CMAAM%2CqDAAwD%3BEAC1D%2CwBAAA%3B%3BACDJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CgCAII%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAARR%2CgCAWI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAAbR%2CgCAWI%2CeAII%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAvBZ%2CgCAWI%2CeAII%2CcAUI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3BhB%2CgCAWI%2CeAII%2CcAUI%2CeAII%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAhCpB%2CgCAWI%2CeAII%2CcAqBI%3BEACI%2COAAA%3B%3BAArChB%2CgCAWI%2CeAII%2CcAqBI%2CiBAGI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAA3CpB%2CgCAWI%2CeAII%2CcAqBI%2CiBAUI%3BAA9ChB%2CgCAWI%2CeAII%2CcAqBI%2CiBAWI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3B%3BAA0CpB%2CQAlC0B%3BEACtB%2CgCACI%3BIACI%2CeAAA%3B%3BEAFR%2CgCAKI%2CeACI%3BIACI%2CWAAA%3B%3BEAPZ%2CgCAKI%2CeACI%2CcAGI%3BIACI%2CcAAA%3BIACA%2CiBAAA%3B%3BEAXhB%2CgCAKI%2CeACI%2CcAGI%2CeAII%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAfpB%2CgCAKI%2CeACI%2CcAaI%2CiBACI%3BIACI%2CeAAA%3B%3BEArBpB%2CgCAKI%2CeACI%2CcAaI%2CiBAKI%3BEAxBhB%2CgCAKI%2CeACI%2CcAaI%2CiBAMI%3BIACI%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACjExB%2CKAAK%3BEACH%2CcAAA%3BEACA%2CWAAA%3B%3BAAFF%2CKAAK%2CWAIH%2COAAM%3BEACJ%2CiBAAA%3B%3BAALJ%2CKAAK%2CWAIH%2COAAM%2CiBAGJ%3BEACE%2CcAAA%3B%3BAARN%2CKAAK%2CWAIH%2COAAM%2CiBAMJ%2CSAAQ%3BEACN%2CmCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAxBN%2CKAAK%2CWA2BH%3BEACE%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CaAAa%2C8CAA1B%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAtCJ%2CKAAK%2CWAwCH%3BEACE%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CwBACE%3BEACE%2CkBAAA%3B%3BAAFJ%2CwBACE%2CeAEE%3BEACE%2CkBAAA%3B%3BAAKN%2CkBACE%3BEACE%2CqBAAA%3B%3BAAFJ%2CkBAIE%2CGAAE%2CUAAU%3BEACV%2CYAAA%3B%3BAAIJ%3BEACE%2CqBAAA%3B%3BAADF%2CeAEE%2COACE%3BEACE%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAANN%2CeAEE%2COACE%2CaAIE%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3B%3BAATR%2CeAEE%2COAUE%3BEACE%2CiBAAA%3BEACA%2CcAAA%3B%3BAAdN%2CeAiBE%3BEACE%2CqBAAA%3B%3BAAlBJ%2CeAiBE%2CuBAEE%2CwBACE%3BEACE%2CuBAAA%3B%3BAArBR%2CeAiBE%2CuBAEE%2CwBAIE%2CGAAE%2CUAAU%3BEACV%2CYAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CsBACE%3BEACE%2CYAAA%3B%3BAAFJ%2CsBACE%2C%2BBAEE%3BEACE%2CiBAAA%3B%3BAAJN%2CsBAOE%3BEACE%2CqBAAA%3B%3BAAIJ%2C4BACE%3BEACE%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAHJ%2C4BAKE%3BEACE%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAbJ%2C4BAeE%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAnBJ%2C4BAqBE%3BEACE%2CiBAAA%3B%3BAAIJ%2CMAAM%2CgBAAiB%3BEACrB%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGF%2C0BAA2B%2COAAM%2CIAAI%2CQAAQ%2CIAAI%3BEAC%5C%2FC%2CaAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAHF%2C0BAIE%3BEACE%2CWAAA%3B%3BAAIJ%2C4BACE%3BEACE%2CYAAA%3B%3BAAIJ%2CeACE%2COAAM%2COAAO%3BEACX%2CkBAAA%3B%3BAAIJ%2CeACE%3BAADe%2CeACf%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3B%3B%3BAAHJ%2CeACE%2CiCAGE%3BAAJa%2CeACf%2CiCAGE%3BEACE%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAPN%2CeACE%2CiCAGE%2CcAIE%3BAARW%2CeACf%2CiCAGE%2CcAIE%3BEACE%2CaAAA%3B%3BAATR%2CeACE%2CiCAGE%2CcAOE%2CiBAAgB%3BAAXL%2CeACf%2CiCAGE%2CcAOE%2CiBAAgB%3BEACd%2CcAAA%3B%3BAAZR%2CeACE%2CiCAeE%2CcAAa%3BAAhBA%2CeACf%2CiCAeE%2CcAAa%3BEACX%2CmBAAA%3B%3BAAjBN%2CeACE%2CiCAmBE%2CMAAK%3BAApBQ%2CeACf%2CiCAmBE%2CMAAK%3BAApBT%2CeACE%2CiCAmBsB%3BAApBP%2CeACf%2CiCAmBsB%3BEAClB%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAvBN%2CeACE%2CiCAyBE%3BAA1Ba%2CeACf%2CiCAyBE%3BEACE%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAA7BN%2CeACE%2CiCAyBE%2CeAIE%3BAA9BW%2CeACf%2CiCAyBE%2CeAIE%3BEACE%2CkBAAA%3BEACA%2CQAAA%3B%3BAAhCR%2CeACE%2CiCAyBE%2CeAQE%3BAAlCW%2CeACf%2CiCAyBE%2CeAQE%3BEACE%2CiBAAA%3B%3BAAnCR%2CeACE%2CiCAsCE%2COAAM%2COAAO%2CQAAQ%3BAAvCR%2CeACf%2CiCAsCE%2COAAM%2COAAO%2CQAAQ%3BAAvCzB%2CeACE%2CiCAsCgC%2COAAM%2COAAO%2CQAAQ%2COAAO%3BAAvC7C%2CeACf%2CiCAsCgC%2COAAM%2COAAO%2CQAAQ%2COAAO%3BAAvC9D%2CeACE%2CiCAsCqE%2COAAM%2COAAO%2CQAAQ%2COAAO%3BAAvClF%2CeACf%2CiCAsCqE%2COAAM%2COAAO%2CQAAQ%2COAAO%3BAAvCnG%2CeACE%2CiCAsC2G%2COAAM%2COAAO%3BAAvCzG%2CeACf%2CiCAsC2G%2COAAM%2COAAO%3BAAvC1H%2CeACE%2CiCAsCuI%2COAAM%2COAAO%2CaAAa%3BAAvClJ%2CeACf%2CiCAsCuI%2COAAM%2COAAO%2CaAAa%3BAAvCnK%2CeACE%2CiCAsC0K%2COAAM%2COAAO%2CaAAa%3BAAvCrL%2CeACf%2CiCAsC0K%2COAAM%2COAAO%2CaAAa%3BEAChM%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAA7CN%2CeACE%2CiCA%2BCE%2COAAM%2COAAO%2CQAAQ%2COAAO%3BAAhDf%2CeACf%2CiCA%2BCE%2COAAM%2COAAO%2CQAAQ%2COAAO%3BAAhDhC%2CeACE%2CiCA%2BCsC%2COAAM%2COAAO%2CaAAa%3BAAhDjD%2CeACf%2CiCA%2BCsC%2COAAM%2COAAO%2CaAAa%3BEAC5D%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAnDN%2CeACE%2CiCAqDE%3BAAtDa%2CeACf%2CiCAqDE%3BEACE%2CgBAAA%3B%3BAAvDN%2CeACE%2CiCAyDE%3BAA1Da%2CeACf%2CiCAyDE%3BEACE%2CmBAAA%3BEACA%2CWAAA%3B%3BAA5DN%2CeACE%2CiCA8DE%3BAA%5C%2FDa%2CeACf%2CiCA8DE%3BEACE%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAArEN%2CeACE%2CiCAuEE%3BAAxEa%2CeACf%2CiCAuEE%3BAAxEJ%2CeACE%2CiCAuEU%2COAAO%3BAAxEF%2CeACf%2CiCAuEU%2COAAO%3BEACb%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA5EN%2CeACE%2CiCA8EE%3BAA%5C%2FEa%2CeACf%2CiCA8EE%3BAA%5C%2FEJ%2CeACE%2CiCA8EU%2COAAO%3BAA%5C%2FEF%2CeACf%2CiCA8EU%2COAAO%3BEACb%2CgBAAA%3B%3BAAhFN%2CeACE%2CiCAiFE%3BAAlFa%2CeACf%2CiCAiFE%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvFN%2CeACE%2CiCAwFE%2COAAO%3BAAzFM%2CeACf%2CiCAwFE%2COAAO%3BEACL%2CiBAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3B%3BAA%5C%2FFN%2CeACE%2CiCAgGE%2COAAO%2CGAAE%3BAAjGI%2CeACf%2CiCAgGE%2COAAO%2CGAAE%3BEACP%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAKN%2CaACE%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAHJ%2CaACE%2CWAGE%3BAAJJ%2CaACE%2CWAGoB%3BEAChB%2CYAAA%3B%3BAALN%2CaACE%2CWAME%3BEACE%2CeAAA%3B%3BAARN%2CaACE%2CWAUE%3BEACE%2CiBAAA%3B%3BAAZN%2CaACE%2CWAcE%2CYAAW%3BEACT%2CSAAS%2COAAT%3B%3B%3BAAMN%3BEACE%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAFF%2C4BAGE%3BEACE%2CYAAA%3B%3BAAJJ%2C4BAGE%2CqCAEE%3BEACE%2C0BAAA%3BEACA%2CeAAA%3B%3BAAPN%2C4BAGE%2CqCAEE%2C2BAGE%3BEACE%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAbR%2C4BAiBE%3BEACE%2CkBAAA%3B%3BAAlBJ%2C4BAiBE%2C2BAEE%3BEACE%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAzBN%2C4BAiBE%2C2BAUE%3BEACE%2CcAAA%3B%3BAA5BN%2C4BAiBE%2C2BAaE%2CmCACE%3BEACE%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAlCR%2C4BAiBE%2C2BAaE%2CmCAME%3BEACE%2CiBAAA%3B%3BAArCR%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAEE%2COAAM%2CkBACJ%3BEACE%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAA9CZ%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAEE%2COAAM%2CkBACJ%2CkBAQI%3BEACA%2CaAAA%3B%3BAAhDd%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAEE%2COAAM%2CkBAaJ%2CMAAK%3BEACH%2C%2BBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAA%5C%2FDZ%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAEE%2COAAM%2CkBA2BJ%2CwBAAuB%3BEACrB%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmCAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAlFZ%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAEE%2COAAM%2CkBA8CJ%3BEACE%2CaAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FFZ%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAEE%2COAAM%2CkBA2DJ%3BEACE%2CaAAA%3BEACA%2CqBAA6B%2C2CAA7B%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAjHZ%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAgFE%2CMAAK%3BEACH%2CkBAAA%3B%3BAArHV%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAgFE%2CMAAK%2CsCAEH%3BEACE%2CYAAA%3BEACA%2CSAAA%3B%3BAAxHZ%2C4BAiBE%2C2BAaE%2CmCAME%2C0BAgFE%2CMAAK%2CsCAMH%2CeAAe%2CsBAAqB%3BEAClC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3B%3BAA5HZ%2C4BAiBE%2C2BAaE%2CmCAkGE%2COAAM%3BEACJ%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2C4BAxHN%2C2BAaE%2CmCAkGE%2COAAM%2CcASH%2COACC%3BEACE%2CwBAAA%3B%3BAA3IZ%2C4BAiBE%2C2BAaE%2CmCAiHE%3BEACE%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAzJR%2C4BAiBE%2C2BAaE%2CmCAiHE%2CwBAWE%3BEACE%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAOV%2C%2BBACE%3BEACE%2CkBAAA%3B%3BAAFJ%2C%2BBAIE%3BEACE%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3B%3BAAZJ%2C%2BBAcE%3BEACE%2COAAO%2CkBAAP%3BEACA%2CWAAA%3B%3BAAhBJ%2C%2BBAcE%2CwBAGE%3BEACE%2CWAAA%3B%3BAAlBN%2C%2BBAcE%2CwBAME%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAtBN%2C%2BBAcE%2CwBAUE%2CMAAK%3BEACH%2CWAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C8FAAA%3BEACA%2CUAAA%3B%3BAAnCN%2C%2BBAcE%2CwBAuBE%2CQAAQ%2CMAAK%3BAArCjB%2C%2BBAcE%2CwBAwBE%2CMAAK%2C4BAA4B%3BEAC%5C%2FB%2CqBAAA%3BEACA%2C%2BCAAA%3B%3BAAxCN%2C%2BBAcE%2CwBA4BE%3BAA1CJ%2C%2BBAcE%2CwBA4BM%2CGAAG%3BEACL%2CqBAAA%3BEACA%2C4BAAA%3B%3BAA5CN%2C%2BBAcE%2CwBAgCE%3BEACE%2CYAAA%3BEACA%2CiBAAA%3B%3BAAhDN%2C%2BBAcE%2CwBAoCE%3BEACE%2CkBAAA%3BEACA%2CeAAA%3B%3BAApDN%2C%2BBAuDE%3BAAvDF%2C%2BBAwDE%3BEACE%2C2BAAA%3B%3BAAIJ%3BEACE%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAA%3BEACA%2CqCAAA%3BEACA%2CsBAAA%3BEACA%2CkDAAA%3B%3BAACA%2CiCAAC%3BEACC%2CqCAAA%3BEACA%2CyBAAA%3B%3BAAhBJ%2CiCAkBE%3BEACE%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAEF%2CiCAAC%3BEACC%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAHF%2CiCAAC%2COAIC%3BEACE%2CqBAAA%3B%3BAA%5C%2FBN%2CiCAkCE%3BEACE%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BEACE%2CWAAA%3B%3B%3B%3BAAiBF%2CwBACE%3BAADF%2CwBACM%3BEACF%2CuBAAA%3B%3BAAIJ%2CwBACE%3BEACE%2C6BAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CwBAKE%3BEACE%2C8BAAA%3BEACA%2CuBAAA%3B%3BAAIJ%3BEACE%2CaAAA%3B%3BAAGF%2CwBAAwB%3BEACtB%2CkBAAA%3B%3BAAGF%2CuBACE%2CUAAS%3BEACP%2CmBAAA%3B%3BAAFJ%2CuBACE%2CUAAS%2COAEP%2CQAAO%3BEACL%2CYAAA%3BEACA%2CiBAAA%3B%3BAALN%2CuBAQE%2CiBAAmB%3BEACjB%2CaAAA%3B%3BAATJ%2CuBAWE%3BEACE%2CsBAAA%3B%3BAAIJ%3BAACA%3BEACE%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAHF%2CqBAIE%2COAAO%3BAAHT%2CkBAGE%2COAAO%3BEACL%2C0BAAA%3B%3BAAIJ%3BEACE%2CUAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%2CiBAAA%3B%3BAAGF%3BEACE%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAASF%2CQAN0B%3BEACxB%2CyBAA0B%2CeAAc%2CQAAS%3BIAC%5C%2FC%2CgBAAA%3B%3B%3BAAUJ%2CQAN0B%3BEACxB%2CyBAA0B%2CeAAc%2CQAAS%3BIAC%5C%2FC%2CgBAAA%3B%3B%3BAAIJ%2CoBAAqB%2C4BAA2B%3BEAC9C%2CYAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAGF%2CYAAY%2CgCAAgC%2CMAAO%3BEACjD%2CUAAA%3B%3BAC3rBF%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CuBAAC%3BEACG%2CmBAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAANJ%2CuBAAC%2CMAQG%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CuBAAC%3BEACG%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CaAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3B%3BAAEA%2CuBAbH%2CMAaI%2CMACG%3BEACI%2CqBAAA%3B%3BAAIR%2CuBAnBH%2CMAmBI%3BEAKG%2CeAAA%3B%3BAALJ%2CuBAnBH%2CMAmBI%2CWACG%3BEACI%2CkBAAA%3BEACA%2CgCAAA%3B%3BAAKR%2CuBA3BH%2CMA2BI%3BEACG%2CaAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CuBAAC%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CuBAAC%2COAAQ%3BEACL%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAsCR%2CQAlC0B%3BEAElB%2CuBAAC%3BIACG%2CaAAA%3BIACA%2CuBAAuB%2CUAAU%2CeAAjC%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CuBAAC%3BIACG%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CuBAAC%3BIACG%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CuBAAC%3BIACG%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BACjIZ%3BAACA%3BEACI%2CkBAAA%3B%3BAAIJ%3BAACA%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBAAC%3BAAAD%2CqBAAC%3BEACG%2CaAAA%3B%3BAATR%2CkBAYM%3BAAXN%2CqBAWM%3BEACE%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBALF%2CQAKG%3BAAAD%2CqBALF%2CQAKG%3B%3BECvCP%2CaAAa%2CeAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3BECMD%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEFuBW%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAA3BZ%2CkBAgCM%3BAA%5C%2FBN%2CqBA%2BBM%3BEACE%2CoBAAA%3B%3BAAEA%2CkBAHF%2CQAGG%3BAAAD%2CqBAHF%2CQAGG%3BEACG%2CuBAAA%3B%3BAAOA%2CkBAFP%2CQACK%2CQACG%3BAAAD%2CqBAFP%2CQACK%2CQACG%3BEACG%2CcAAA%3B%3BAAMZ%2CkBAAC%2CSAEK%3BAAFN%2CqBAAC%2CSAEK%3BAADN%2CkBAAC%2CUACK%3BAADN%2CqBAAC%2CUACK%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CkBAPP%2CSAEK%2CQAKG%3BAAAD%2CqBAPP%2CSAEK%2CQAKG%3BAAAD%2CkBANP%2CUACK%2CQAKG%3BAAAD%2CqBANP%2CUACK%2CQAKG%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAWI%2CUAAW%2CmBAN1B%2CIAAI%2CYAGA%2CMACK%2CQACG%3BAACG%2CUAAW%2CsBAN1B%2CIAAI%2CYAGA%2CMACK%2CQACG%3BAACG%2CUAAW%2CmBAL1B%2CIAAI%2CWAEA%2CMACK%2CQACG%3BAACG%2CUAAW%2CsBAL1B%2CIAAI%2CWAEA%2CMACK%2CQACG%3BEAEO%2CqBAAA%3B%3BAASR%2CkBAhBX%2CIAAI%2CYAcA%2CMACK%2CQACG%3BAAAD%2CqBAhBX%2CIAAI%2CYAcA%2CMACK%2CQACG%3BAAAD%2CkBAfX%2CIAAI%2CWAaA%2CMACK%2CQACG%3BAAAD%2CqBAfX%2CIAAI%2CWAaA%2CMACK%2CQACG%3BEACG%2CqBAAA%3B%3BAAUZ%2CkBADF%2CQACG%3BEACG%2CqBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CwDAAA%3B%3BAAOA%2CkBAFP%2CkBACK%2CQACG%3BEACG%2CiBAAA%3B%3BAAMZ%2CkBAAC%2CQACK%3BEACE%2CkBAAA%3B%3BAAEA%2CkBAJP%2CQACK%2CQAGG%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAOJ%2CkBAnBP%2CQAgBI%2CIAAI%2CYAGA%3BAAAD%2CkBAnBP%2CQAiBI%2CIAAI%2CWAEA%3BEACG%2CeAAA%3B%3BAADJ%2CkBAnBP%2CQAgBI%2CIAAI%2CYAGA%2CMAGK%3BAAHN%2CkBAnBP%2CQAiBI%2CIAAI%2CWAEA%2CMAGK%3BEACE%2CeAAA%3B%3BAAEA%2CkBAzBf%2CQAgBI%2CIAAI%2CYAGA%2CMAGK%2CQAGG%3BAAAD%2CkBAzBf%2CQAiBI%2CIAAI%2CWAEA%2CMAGK%2CQAGG%3BEACG%2CqBAAA%3B%3BAAWhB%2CqBADF%2CQACG%3BEAEG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkFAAA%3B%3BAAMA%2CqBAFP%2CQACK%2CQACG%3BEACG%2CSA3Ke%2COA2Kf%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BApJrJhB%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CqBAAsB%3BEAClB%2CmBAAA%3B%3BAANR%2CoBASM%3BEACE%2CgBAAA%3B%3BAAIR%3BEAEI%2C6BAAA%3B%3BAAEA%2CUAAW%2C8BAEL%3BAADN%2C6BAAC%2CSACK%3BEACE%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAMA%2C6BAFP%2CQACK%2C6BACG%3BEACG%2CUAAA%3B%3BAAGJ%2C6BANP%2CQACK%2C6BAKG%3BEACG%2CmBAAA%3B%3BAAIA%2C6BAXX%2CQACK%2C6BASE%2C0BACK%3BEACG%2CSAAS%2CkBAAT%3B%3BAAQR%2COAFA%2C8BACF%2C6BACG%3BAACD%2COAHA%2C8BACF%2C6BAEG%3BEACG%2CqBAAA%3B%3BAAMhB%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2C0BAAC%3BAACD%2C0BAAC%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAGJ%2C0BAAC%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAAC%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CsCAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2CmBAAT%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAsJSR%3BEACC%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAuBD%3BEACC%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BADvLD%3B%3BEAEE%2CaAAa%2CeAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGF%3BEACI%2CqBAAA%3BEACA%2C6CAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACE%2CgBAAA%3B%3BAAEF%3BEACE%2CiBAAA%3B%3BAAEF%3BEACE%2CkBAAA%3B%3BAAEF%3BEACE%2CmBAAA%3B%3BAAEF%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAElCJ%3BEACE%2CyBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGF%2CWAAY%3BEACV%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2COAAO%2CiBAAP%3BEACA%2CoBAAA%3B%3BAAGF%2CuBAAwB%3BEACtB%2CqBAAA%3B%3BAC%5C%2FCF%3BEACI%2CoBAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAATR%2CiBAYI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CiBAiBI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAA1BR%2CiBAiBI%2C0BAWI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FBZ%2CiBAiBI%2C0BAiBI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAApCZ%2CiBAwCI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAA9CR%2CiBAwCI%2CyBAQI%3BEACI%2CgBAAA%3BEACA%2CYAAA%3B%3BAAlDZ%2CiBAwCI%2CyBAaI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CiBAvBJ%2CyBAuBK%3BEACG%2CmBAAA%3B%3BAAGJ%2CiBA3BJ%2CyBA2BK%2C%2BBAAgC%3BAAnEzC%2CiBAwCI%2CyBA4BI%2CiBAAgB%3BEACZ%2CmBAAA%3B%3BAArEZ%2CiBAyEI%2CWAAU%3BEACN%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAA7ER%2CiBAgFI%2CWAAW%3BEACP%2CgBAAA%3BEACA%2CYAAA%3B%3BAAlFR%2CiBAqFI%2CWAAW%3BEACP%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CyCAAA%3B%3BAA5FR%2CiBA%2BFI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAxGR%2CiBA2GI%3BAA3GJ%2CiBA4GI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3B%3BAA7HR%2CiBAgII%3BEACI%2CeAAA%3B%3BAAEA%2CiBAHJ%2CyBAGK%3BAACD%2CiBAJJ%2CyBAIK%3BAACD%2CiBALJ%2CyBAKK%3BEACG%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CiBAZJ%2CyBAYK%3BAACD%2CiBAbJ%2CyBAaK%3BEACG%2CeAAA%3B%3BAA9IZ%2CiBAkJI%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAxJR%2CiBA2JI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3B%3BAAjKR%2CiBAoKI%2C0BAA0B%3BEACtB%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAxLR%2CiBA2LI%2C0BAA0B%2CyBAAwB%3BAA3LtD%2CiBA4LI%2C0BAA0B%2CyBAAwB%3BEAC9C%2CwBAAA%3BEACA%2CSAAA%3B%3BAA9LR%2CiBAiMI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGR%2CMAAM%3BEACF%2CYAAA%3BEACA%2C2BAAA%3B%3BAA2BJ%2CQAzB0B%3BEACtB%2CiBACI%3BIACI%2CeAAA%3B%3BEAFR%2CiBAKI%2CWAAW%3BIACP%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEARR%2CiBAWI%2C0BAA0B%3BIACtB%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAGR%2CMAAM%3BIACF%2CYAAA%3BIACA%2CcAAA%3BIACA%2CaAAa%2CqBAAb%3BIACA%2C2BAAA%3B%3B%3BAClOR%2CwBACI%2CaAEI%3BEACI%2C0BAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3B%3BAANZ%2CwBACI%2CaAEI%2CsBAKI%3BAARZ%2CwBACI%2CaAEI%2CsBAMI%3BEACI%2CWAAA%3B%3BAAIR%2CwBAbJ%2CaAaK%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CwBApBJ%2CaAoBK%3BEACG%2CqBAAA%3B%3BAADJ%2CwBApBJ%2CaAoBK%2CQAGG%2CMAAK%3BEACD%2CqBAAA%3B%3BAAzBhB%2CwBACI%2CaA4BI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAhCZ%2CwBACI%2CaAkCI%3BEACI%2C2BAAA%3B%3BAApCZ%2CwBACI%2CaAkCI%2CyBAGI%3BEACI%2CSAAA%3B%3BAAvChB%2CwBACI%2CaAkCI%2CyBAOI%2CsBAEI%2CMAAK%3BEACD%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAjDpB%2CwBACI%2CaAkCI%2CyBAkBI%2COAAM%2COAAO%3BEACT%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAA5DhB%2CwBACI%2CaAkCI%2CyBA4BI%2COAAM%2COAAO%3BEACT%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CoBAAA%3B%3BAAvEhB%2CwBACI%2CaA0EI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAnFZ%2CwBACI%2CaA0EI%2CyBAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAzFhB%2CwBACI%2CaA0EI%2CyBAiBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAArGhB%2CwBACI%2CaAwGI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAjHZ%2CwBACI%2CaAwGI%2CuBAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAvHhB%2CwBACI%2CaAwGI%2CuBAiBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAChIhB%2CwBAEI%2CkBAEI%3BAAJR%2CwBAGI%2CaACI%3BEACI%2CuBAAA%3B%3BAALZ%2CwBASI%2CkBAEI%3BEACI%2C0BAAA%3BEACA%2CwBAAA%3BEACA%2C8BAAA%3B%3BAAdZ%2CwBASI%2CkBAEI%2CsBAKI%3BEACI%2CWAAA%3B%3BAAIR%2CwBAZJ%2CkBAYK%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAxBZ%2CwBASI%2CkBAkBI%3BEACI%2C2BAAA%3B%3BAA5BZ%2CwBASI%2CkBAkBI%2CwBAGI%2CsBACI%2CMAAK%3BEACD%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAApCpB%2CwBASI%2CkBAkBI%2CwBAGI%2CsBASI%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAA9CpB%2CwBASI%2CkBAkBI%2CwBAGI%2CsBASI%2CgBASM%3BEACE%2CeAAA%3BEACA%2CcAAA%3B%3BAAlDxB%2CwBASI%2CkBAkBI%2CwBAGI%2CsBASI%2CgBASM%2COAGE%3BEACI%2CaAAA%3B%3BAApD5B%2CwBASI%2CkBAkBI%2CwBA%2BBI%2COAAM%2COAAO%3BEACT%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAAhEhB%2CwBASI%2CkBAkBI%2CwBAwCI%2COAAM%2CIAAI%3BEACN%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAa%2CqBAAb%3B%3BAA1EhB%2CwBASI%2CkBAqEI%3BEACI%2CWAAA%3B%3BAA%5C%2FEZ%2CwBASI%2CkBAyEI%3BEACI%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA1FZ%2CwBASI%2CkBAyEI%2C8BAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAhGhB%2CwBASI%2CkBAyEI%2C8BAiBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAAzGhB%2CwBASI%2CkBAoGI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAArHZ%2CwBASI%2CkBAoGI%2C4BAUI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA3HhB%2CwBASI%2CkBAoGI%2C4BAiBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAAIR%2CwBA%5C%2FHJ%2CkBA%2BHK%3BEACG%2CqBAAA%3B%3BAADJ%2CwBA%5C%2FHJ%2CkBA%2BHK%2CQAGG%2CMAAK%3BEACD%2CqBAAA%3B%3BAAJR%2CwBA%5C%2FHJ%2CkBA%2BHK%2CQAOG%3BEACI%2CwBAAA%3B%3BAAhJhB%2CwBAqJI%2CMAAQ%3BEACJ%2C0BAAA%3BEACA%2C2BAAA%3B%3B%3BACpJJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CgBAAA%3B%3BAAIR%2CQAAQ%2CMAAM%3BEACV%2CaAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3B%3BACvCJ%3BEACC%2CWAAW%2CoBAAX%3BEACA%2CWAAW%2CaAAX%3BEACA%2C8BAAA%3BEACA%2CoCAAA%3BEACA%2CgBAAgB%2CSAAhB%3BEACA%2CQAAQ%2CSAAR%3B%3BAAEA%2CUAAC%3BEACA%2CgBAAgB%2CSAAhB%3BEACA%2CQAAQ%2CSAAR%3BEACA%2CwBAAA%3B%3BAAIF%2CaAAc%2CUAAU%2CIAAG%3BEACvB%2CSAAA%3B%3BAChBJ%2CwBAAyB%2CGAAE%3BEACvB%2C4BAAA%3B%3BAAEJ%2CYAAa%3BAAA0B%2CkBAAmB%3BEACtD%2CwBAAA%3B%3BAAEJ%2CYAAa%2CGAAE%3BAAA0B%2CkBAAmB%2CGAAE%3BEAC1D%2CcAAA%3B%3BAAEJ%2COAAQ%3BEACP%2CoBAAA%3B%3BAAED%2COAAO%3BEACN%2CgCAAA%3B%3BAAED%2COAAQ%2CyBAAyB%3BAAAI%2CwBAAyB%3BEAC7D%2CoBAAA%3B%3BAAED%2COAAQ%3BAAAa%2COAAO%3BAAAW%3BEACnC%2C6BAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CyBAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2C2BAAA%3B%3BAAEJ%2COAAO%2CSAAU%2CeAAc%3BEAC3B%2CcAAA%3B%3BACxBJ%3BEACI%2CaAAA%3B%3BAAQJ%2CQAJ8B%3BEAI9B%2CeALe%2CQAAS%3BIAEhB%2CcAAA%3BIACA%2CmBAAA%3B%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C0CAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CsBAAA%3B%3BAAIJ%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CkBAAC%3BEACG%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CqBAAA%3BEAEA%2CgBAAA%3B%3BAAEA%2CkBAPH%2CoBAOI%3BEACG%2CaAAA%3B%3BAARR%2CkBAAC%2CoBAWG%3BAAXJ%2CkBAAC%2CoBAYG%3BAAZJ%2CkBAAC%2CoBAaG%3BEACI%2CSAAA%3BEACA%2CWAAA%3B%3BAASZ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAIJ%3BEACI%2C8BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIJ%3BEACI%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAPJ%2CaASI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAKR%3BEACI%2C8BAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CkBAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAAqDJ%2CQAjD0B%3BEAEtB%3BIACI%2CsBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%2CkBAAkB%3BIAEd%2CgBAAA%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAFJ%2CaAII%3BIACI%2CeAAA%3B%3BEAGJ%2CaAAC%3BIACG%2CWAAA%3BIACA%2CYAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3B%3BAAgDR%2CQA3C0B%3BEAEtB%3BIACI%2CeAAA%3B%3BEAGJ%2CkBAAkB%3BIAEd%2CgBAAA%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAFJ%2CaAII%3BIACI%2CeAAA%3B%3BEAGJ%2CaAAC%3BIACG%2CWAAA%3BIACA%2CYAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3B%3BACzTR%3BEACI%2CaAAA%3B%3BAAQJ%2CQAJ8B%3BEAI9B%2CeALe%2CQAAS%3BIAEhB%2CcAAA%3BIACA%2CmBAAA%3B%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C0CAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CsBAAA%3B%3BAAIJ%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CmBAAC%3BEACG%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CmBANH%2CqBAMI%3BEACG%2CaAAA%3B%3BAAPR%2CmBAAC%2CqBAUG%3BAAVJ%2CmBAAC%2CqBAWG%3BAAXJ%2CmBAAC%2CqBAYG%3BEACI%2CSAAA%3BEACA%2CWAAA%3B%3BAASZ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAIJ%3BEACI%2C8BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAIJ%3BEACI%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAPJ%2CcASI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAKR%3BEACI%2C8BAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CkBAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAAoDJ%2CQAhD0B%3BEAEtB%3BIACI%2CsBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%2CmBAAmB%3BIACf%2CgBAAA%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAFJ%2CcAII%3BIACI%2CeAAA%3B%3BEAGJ%2CcAAC%3BIACG%2CWAAA%3BIACA%2CYAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3B%3BAA%2BCR%2CQA1C0B%3BEAEtB%3BIACI%2CeAAA%3B%3BEAGJ%2CmBAAmB%3BIACf%2CgBAAA%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAFJ%2CcAII%3BIACI%2CeAAA%3B%3BEAGJ%2CcAAC%3BIACG%2CWAAA%3BIACA%2CYAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3B%3BAC1TJ%2CqBACI%3BEACI%2CaAAA%3B%3BAAGR%3BEACI%2CoBAAA%3B%3BAADJ%2CwBAEI%3BAAFJ%2CwBAEO%2CEAAC%3BAAFR%2CwBAEgB%2CEAAC%3BEACT%2CeAAA%3BEACA%2CqBAAA%3B%3BAACA%2CwBAHJ%2CEAGK%3BAAAD%2CwBAHD%2CEAAC%2CMAGC%3BAAAD%2CwBAHQ%2CEAAC%2COAGR%3BEACG%2CeAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAKR%2CkBAAC%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%3BAAAG%2CkBAAC%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAANR%2CkBAQI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CkBAAC%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAEJ%2CqBACI%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAJR%2CqBAMI%3BEACI%2CYAAA%3B%3BAAPR%2CqBASI%3BEACI%2CiBAAA%3B%3BAAVR%2CqBAYI%3BEACI%2CaAAA%3B%3BAAGR%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAFJ%2C4BAGI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2C4BALJ%2C%2BBAKK%3BEACG%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAJJ%2C4BALJ%2C%2BBAKK%2CMAKG%3BEACI%2CyBAAA%3B%3BAANR%2C4BALJ%2C%2BBAKK%2CMAQG%2CYACI%3BEACI%2CcAAA%3B%3BAAlBpB%2C4BAGI%2C%2BBAmBI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAA%5C%2FBZ%2C4BAGI%2C%2BBA8BI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAtCZ%2C4BAGI%2C%2BBA8BI%2CYAMI%3BEACI%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAA5ChB%2C4BAGI%2C%2BBA8BI%2CYAaI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAACA%2C4BAjDZ%2C%2BBA8BI%2CYAaI%2CoBAMK%2CMAAM%3BEACH%2CcAAA%3B%3BAAEJ%2C4BApDZ%2C%2BBA8BI%2CYAaI%2CoBASK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAMpB%2CyBACI%3BEACI%2CYAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BACnJJ%3BEhNwRA%2CmBAAA%3BEAAA%2CWAAA%3BEgNrRI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAAC%2CMAAM%3BEACH%2CoBAAA%3B%3BAAPR%2CqBAUI%3BEACI%2CiBAAA%3B%3BAAXR%2CqBAUI%2CaAGI%3BEhN2QR%2CiBAAA%3BEgNzQY%2CgBAAA%3B%3BAAfZ%2CqBAmBI%3BEhNqQJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAiN9GA%2CqBAmBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBZ%2CqBAmBI%2CQAQI%3BEhN6PR%2CiBAAA%3BEgN3PY%2CgBAAA%3B%3BAA7BZ%2CqBAmBI%2CQAaI%3BEhNwPR%2CeAAA%3BEgNtPY%2CcAAA%3BEACA%2CyBAAA%3B%3BAAnCZ%2CqBAuCI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAzCR%2CqBAuCI%2COAII%3BAA3CR%2CqBAuCI%2COAKI%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA9CZ%2CqBAuCI%2COAUI%3BEhNuOR%2CiBAAA%3B%3BAgNxRA%2CqBAuCI%2COAcI%3BEACI%2CcAAA%3B%3BAAtDZ%2CqBAuCI%2COAkBI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAtBR%2COAkBI%2COAIK%3BEhN2Nb%2CiBAAA%3BEgNzNgB%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BACxEZ%2CcAAC%3BEACG%2CkBAAA%3B%3BACPR%2CuBAEI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BA3LCR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CeAAgB%3BAAChB%2CaAAc%3BEACV%2CcAAA%3B%3BAALR%2COAOI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CIAAK%3BEACD%2CsBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CaAAc%2CQACR%3BEACE%2CkBAAA%3B%3BAFxBZ%2CcAYI%3BEACI%2CiBAAA%3B%3BAAbR%2CcAgBI%3BEACI%2CkBAAA%3B%3BAAjBR%2CcAgBI%2CqBAEM%3BErB4QV%2CiBAAA%3BEqB1QY%2CgBAAA%3B%3BAApBZ%2CcAgBI%2CqBAMI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAUA%2CcANR%2C2BACI%2CKAKK%3BEACG%2CiBAAA%3B%3BAAEJ%2CcATR%2C2BACI%2CKAQK%3BEACG%2CkBAAA%3B%3BAAtChB%2CcAkDI%2CcACI%3BEACI%2CqBAAA%3B%3BAACA%2CcAHR%2CcACI%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAAtDhB%2CcAkDI%2CcAOI%3BEACI%2CSAAA%3B%3BAAMZ%3BEAEI%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BA8LrEA%2CyBAAC%3BEACG%2CgBAAgB%2C8DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAXR%2CyBAcI%3BEACI%2CwBAAA%3B%3BAAIA%2CyBADH%2CeACI%2CMACG%3BEACI%2CYAAA%3B%3BAAGJ%2CyBANP%2CeACI%2CMAKI%3BEACG%2CWAAW%2CWAAX%3B%3BAAMhB%2CiBAAiB%3BEACb%2CgBAAgB%2C6DAAhB%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAARJ%2CcAUI%3BEACI%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAIR%2CuBAAuB%2CMAAO%2CwBAAuB%2CiBAAiB%3BEAClE%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAIA%2CiCAAC%3BEACG%2CkBAAA%3B%3BAAmBZ%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BAnK9FJ%2CYACI%3BEACI%2CgBAAA%3B%3BAoKyDA%2COADH%2CUACI%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COALP%2CUACI%2CMAII%3BEACG%2CoBAAA%3B%3BAAGJ%2COATP%2CUACI%2CMAQI%2CmBAAmB%3BEpN6NhC%2CcAAA%3BEoN3NgB%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%2COApBH%2CUAoBI%3BEpNkNT%2CcAAA%3BEoNhNY%2CkBAAA%3B%3BAAGJ%2COAzBH%2CUAyBI%3BEACG%2CeAAA%3B%3BAAEA%2COA5BP%2CUAyBI%2CQAGI%3BEACG%2CgBAAA%3B%3BAAJR%2COAzBH%2CUAyBI%2CQAOG%2C%2BBAA%2BB%3BEpNsM3C%2CcAAA%3BEoNpMgB%2CYAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIR%2COA5CH%2CUA4CI%2CKAEG%3BAADJ%2COA7CH%2CUA6CI%2CaACG%3BEpNwLZ%2CmBAAA%3BEAAA%2CcAAA%3B%3BAoNpLgB%2COAlDX%2CUA4CI%2CKAEG%2CeAIK%3BAAAD%2COAlDX%2CUA6CI%2CaACG%2CeAIK%3BEpNoLjB%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAoN3KI%2COAAC%3BEpN2KL%2CyBAAA%3BEoNzKQ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2COAdH%2COAcI%3BEACG%2C%2BBAAA%3B%3BAAGJ%2COAlBH%2COAkBI%3BEpNyJT%2CmBAAA%3BEAAA%2CcAAA%3BEoNtJY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEA%2COA5BP%2COAkBI%2CKAUI%3BEpN%2BIb%2CsBAAA%3B%3BAoN1IQ%2COAjCH%2COAiCI%3BEpN0IT%2C0BAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAoNpIQ%2COAvCH%2COAuCI%2CIAAI%2CWAAW%3BEpNoIxB%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CuBAAA%3B%3BAoN5HY%2COA%5C%2FCP%2COA6CI%2CMAEI%2CIAAI%2CWAAW%3BAAAhB%2COA%5C%2FCP%2COA8CI%2CMACI%2CIAAI%2CWAAW%3BEpN4H5B%2CsBAAA%3BEAAA%2C0BAAA%3B%3BAoNtHQ%2COArDH%2COAqDI%3BEACG%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAEA%2COA1DP%2COAqDI%2CSAKI%3BEAEG%2CYAAY%2C0NAAZ%3BEACA%2CYAAY%2C%2BNAAZ%3BEACA%2CYAAY%2C8NAAZ%3BEACA%2CYAAY%2C6NAAZ%3BEACA%2CYAAY%2CiDAAiD%2CwCAAwC%2CyCAAyC%2C0BAAyC%2C0BAAyC%2C0BAAuC%2C0BAAuC%2C0BAAyC%2C0BAAyC%2CyCAAyC%2CyCAAza%3BEACA%2CYAAY%2CkOAAZ%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAQ%2C4GAAR%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAIR%2COA5EH%2COA4EI%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3BAAEA%2COAjFP%2COA4EI%2CSAKI%3BEpNkCb%2CmBAAmB%2CcAAnB%3BEACI%2CeAAe%2CcAAf%3BEACI%2CWAAW%2CcAAX%3BEAsDR%2CmBAAA%3BEoNvFgB%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIR%2COA9FH%2COA8FI%3BEpN6ET%2Ca6E3RgC%2CyB7E2RhC%3B%3BAoNzEQ%2COAlGH%2COAkGI%3BEpNyET%2CyBAAA%3BEAAA%2CcAAA%3BEAAA%2CgBAAA%3BEoNrEY%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2COA%5C%2FGP%2COAkGI%2CQAeO%3BAADJ%2COAhHP%2COAkGI%2CQAcI%2CQACG%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAvHf%2COAkGI%2CQAeO%2CQAMK%3BAAAD%2COAvHf%2COAkGI%2CQAcI%2CQACG%2CQAMK%3BAACD%2COAxHf%2COAkGI%2CQAeO%2CQAOK%3BAAAD%2COAxHf%2COAkGI%2CQAcI%2CQACG%2CQAOK%3BEACG%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAjIf%2COAkGI%2CQAeO%2CQAgBK%3BAAAD%2COAjIf%2COAkGI%2CQAcI%2CQACG%2CQAgBK%3BEACG%2CyDAAA%3BEACA%2C%2BBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGJ%2COAxIf%2COAkGI%2CQAeO%2CQAuBK%3BAAAD%2COAxIf%2COAkGI%2CQAcI%2CQACG%2CQAuBK%3BEACG%2CsDAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAA7BZ%2COA%5C%2FGP%2COAkGI%2CQA8CO%3BAAhCJ%2COAhHP%2COAkGI%2CQAcI%2CQAgCG%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIR%2COAxJP%2COAkGI%2CQAsDI%3BEpNmBb%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3BEoNfgB%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAA9DR%2COAlGH%2COAkGI%2CQAiEG%3BEpNQZ%2CcAAA%3BEoNNgB%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2COA7KH%2COA6KI%3BEACG%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2COAlLP%2COA6KI%2CaAKI%2CMAAS%3BEpNPtB%2C%2BBAAA%3B%3BAoNWY%2COAtLP%2COA6KI%2CaASI%2CMAAS%3BEACN%2CcAAA%3B%3BAAKZ%2COAAC%3BEACG%2CaAAA%3B%3BAAEA%2COAHH%2CIAGI%3BEACG%2CoBAAA%3B%3BAAIR%2COAAC%3BEACG%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAC%3BEACG%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2COAAC%3BEACG%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CSAAS%3BEACL%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BACtVJ%2CgBACI%3BEACI%2CkBAAA%3B%3BAAFR%2CgBAKI%2CQAAO%3BEjNkOX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA6CA%2CgBiN9OI%2CQAAO%2COjN8OV%3BAACD%2CgBiN%5C%2FOI%2CQAAO%2COjN%2BOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBiNpPI%2CQAAO%2COjNoPV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgBiNzPI%2CQAAO%2COjNyPV%3BAACD%2CgBiN1PI%2CQAAO%2COjN0PV%3BAACD%2CQAAQ%2CUAAW%2CiBiN3Pf%2CQAAO%3BEjN4PP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CgBsN1II%2CQAAO%2COtN0IV%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CgBsN%5C%2FII%2CQAAO%2COtN%2BIV%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CgBsNpJI%2CQAAO%2COtNoJV%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CgBiNnMI%2CQAAO%2COjNmMV%3BAACD%2CgBiNpMI%2CQAAO%2COjNoMV%3BAACD%2CgBiNrMI%2CQAAO%2COjNqMV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CgBiN1MI%2CQAAO%2COjN0MV%3BAACD%2CgBiN3MI%2CQAAO%2COjN2MV%3BAACD%2CQAAQ%2CUAAW%2CiBiN5Mf%2CQAAO%3BErN2RX%2CWAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAiN3MJ%2CsBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CsBAKI%2CQAAO%3BEjNuNX%2CsBAAA%3BEAEA%2C4BAAA%3BEAEA%2CgBAAA%3BEACA%2CoBAAA%3BEAIA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEiNnLQ%2CiBAAA%3B%3BAjNgOR%2CsBiNnOI%2CQAAO%2CUjNmOV%3BAACD%2CsBiNpOI%2CQAAO%2CUjNoOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBiNzOI%2CQAAO%2CUjNyOV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBiN9OI%2CQAAO%2CUjN8OV%3BAACD%2CsBiN%5C%2FOI%2CQAAO%2CUjN%2BOV%3BAACD%2CQAAQ%2CUAAW%2CuBiNhPf%2CQAAO%3BEjNiPP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BADjJA%2CsBsN%5C%2FHI%2CQAAO%2CUtN%2BHV%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CsBsNpII%2CQAAO%2CUtNoIV%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CsBsNzII%2CQAAO%2CUtNyIV%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CsBiNxLI%2CQAAO%2CUjNwLV%3BAACD%2CsBiNzLI%2CQAAO%2CUjNyLV%3BAACD%2CsBiN1LI%2CQAAO%2CUjN0LV%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBiN%5C%2FLI%2CQAAO%2CUjN%2BLV%3BAACD%2CsBiNhMI%2CQAAO%2CUjNgMV%3BAACD%2CQAAQ%2CUAAW%2CuBiNjMf%2CQAAO%3BErNgRX%2CWAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAkNtNJ%2CSACI%3BEACI%2CkBAAA%3BEtN8RR%2CiBAAA%3B%3BAsN3RQ%2CSAJJ%2CMAIK%3BEACG%2CaAAA%3B%3BAAMR%2CgBADY%2CKACX%3BEACG%2CaAAA%3B%3BA5KdR%2COACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2COACI%2CgBACI%2CUAEI%3BEACI%2CkBAAA%3B%3BAALhB%2COACI%2CgBACI%2CUAEI%2CQAEI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAATpB%2COACI%2CgBACI%2CUAEI%2CQAOI%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAdpB%2COACI%2CgBAiBI%3BEAEI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAtBZ%2COACI%2CgBAuBI%2CKACI%2CKAEM%3BEACE%2CWAAA%3B%3BAA5BpB%2COACI%2CgBA%2BBI%2CeAKI%3BEACI%2CWAAA%3BE1C2PhB%2CeAAA%3BEAAA%2CiBAAA%3B%3BAApPA%2CO0C5CI%2CgBA%2BBI%2CeAKI%2CiB1CQX%3BAACD%2CO0C7CI%2CgBA%2BBI%2CeAKI%2CiB1CSX%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CO0ClDI%2CgBA%2BBI%2CeAKI%2CiB1CcX%3BEACG%2CWAAA%3B%3BA0CpDJ%2COACI%2CgBA%2BBI%2CeAKI%2CiB6KmFZ%3BEACI%2CYAAA%3B%3BA7KzHJ%2COACI%2CgBA%2BBI%2CeAKI%2CiB6KpBZ%3BA7KjBA%2COACI%2CgBA%2BBI%2CeAKI%2CiB6KnBZ%3BEACI%2CqBAAA%3B%3BA7KnBJ%2COACI%2CgBA%2BBI%2CeAKI%2CiB6KpBZ%2CSAQI%2CEAAC%3BA7KzBL%2COACI%2CgBA%2BBI%2CeAKI%2CiB6KnBZ%2CWAOI%2CEAAC%3BEACG%2CqBAAA%3B%3BA7K1BR%2COACI%2CgBA%2BBI%2CeAKI%2CiB6KNZ%2CSACI%3BEvNiQJ%2CkBAAA%3B%3BA0CjSA%2COACI%2CgBA%2BBI%2CeAKI%2CiB6KIZ%2CWAKI%2CEAAC%3BEvNmPL%2CeAAA%3B%3BA0CjSA%2COACI%2CgBA%2BBI%2CeAKI%2CiB6KoBZ%3BA7KzDA%2COACI%2CgBA%2BBI%2CeAKI%2CiB6KqBZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BA7K5DJ%2COACI%2CgBA%2BBI%2CeAKI%2CiBAOM%3BEACE%2CiBAAA%3B%3BAAKR%2COAjDR%2CgBAgDI%2CQACK%3BE1C%2BOb%2CqBAAA%3BEwC9QA%2CqBAAA%3BEEqCgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2COAjDR%2CgBAgDI%2CQACK%2CIFmOX%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2COExBI%2CgBAgDI%2CQACK%2CIFzBZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSiEpOU%2COjEoOV%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COErCA%2CgBAgDI%2CQACK%2CIFbZ%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2COE3CA%2CgBAgDI%2CQACK%2CIFPZ%2COACI%3BExCqPL%2CcAAA%3B%3BA0CjSA%2COACI%2CgBA4DI%3BEACI%2CaAAA%3B%3BAA9DZ%2COACI%2CgBA%2BDI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAADJ%2CkBAGI%3BE1CsNJ%2CcAAA%3B%3BA0CzNA%2CkBAGI%2CaAEI%3BEACI%2CgBAAA%3B%3BAANZ%2CkBASI%3BEACI%2CkBAAA%3B%3BAAVR%2CkBASI%2CSAEI%3BEACI%2CcAAA%3BEACA%2CoBAAA%3B%3BApCpFhB%3BEACE%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAALF%2CeAME%2CQAAO%3BEACL%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BEACE%2CWAAA%3BEACA%2CkBAAA%3B%3BAAFF%2CyBAGE%2CQAAO%3BEACL%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAARJ%2CyBAUE%2COAAM%3BEAAgB%2CcAAA%3B%3BAAVxB%2CyBAWE%3BEACI%2CaAAA%3B%3BAAZN%2CyBAiBE%3BEACI%2CoBAAA%3B%3BAAlBN%2CyBAiBE%2CyBAEI%2CUAAY%3BEACV%2C6BAAA%3BEACA%2CgBAAA%3B%3BAACA%2CyBALN%2CyBAEI%2CUAAY%2CSAGT%3BEACC%2CaAAA%3BEACA%2CcAAA%3B%3BAAxBV%2CyBAiBE%2CyBAEI%2CUAAY%2CSAOR%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA9BV%2CyBAiBE%2CyBAuBI%2COAAM%2COACF%3BEACE%2CYAAA%3BEACA%2CeAAA%3B%3BAA3CZ%2CyBAiBE%2CyBAuBI%2COAAM%2COAKF%3BEAGE%2CkBAAA%3BEACA%2CcAAA%3B%3BAAjDZ%2CyBAiBE%2CyBAuBI%2COAAM%2COAWF%3BEACE%2CcAAA%3B%3BAApDZ%2CyBAiBE%2CyBAuBI%2COAAM%2COAiBF%3BEACE%2CYAAA%3B%3BAA1DZ%2CyBAiBE%2CyBAuBI%2COAAM%2COAqBF%3BEACE%2CqBAAA%3B%3BAA9DZ%2CyBAkEE%2CQAAO%3BEAEL%2CoBAAA%3B%3BAApEJ%2CyBAsEE%2CsBACI%2CSACE%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAA5ER%2CyBAsEE%2CsBASI%3BAA%5C%2FEN%2CyBAsEE%2CsBAUE%2CgBAAgB%3BEACZ%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAnFR%2CyBAsEE%2CsBAeE%3BEACI%2CgBAAA%3B%3BAAtFR%2CyBAsEE%2CsBAeE%2CWAEI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3B%3BAAzFZ%2CyBAsEE%2CsBAsBE%3BEACE%2CmBAAA%3B%3BAAGE%2CyBA1BN%2CsBAyBE%2CgBACK%3BEACG%2CaAAA%3B%3BAAjGZ%2CyBAsEE%2CsBAyBE%2CgBAIM%3BEACE%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAxGZ%2CyBAsEE%2CsBAqCE%2CQAAO%2CMAED%3BEACE%2CkBAAA%3B%3BAA9GZ%2CyBAsEE%2CsBAqCE%2CQAAO%2CMAED%2CKAEE%3BEACE%2CgBAAA%3BEACA%2CcAAA%3B%3BAAjHd%2CyBAsEE%2CsBA%2BCE%3BEACE%2CkBAAA%3B%3BAkCZF%2CyBlCpCF%2CsBA%2BCE%2CqBAEI%2CUAEC%2CUkCfJ%3BExCyKD%2CSCjPgB%2CODiPhB%3B%3BAMnRJ%2CyBAuIE%2CEAAC%3BEN4IC%2CcAAA%3B%3BAMnRJ%2CyBA0IE%2CQACI%2COAAO%3BEACH%2CgBAAA%3B%3BAA5IV%2CyBA0IE%2CQAII%3BEACI%2CgBAAA%3B%3BAA%5C%2FIV%2CyBA0IE%2CQAOI%2COAAM%3BENkIR%2CeAAA%3BEM1HM%2CeAAA%3B%3BAAzJV%2CyBA0IE%2CQAOI%2COAAM%2CIDsnBN%3BELpfF%2CeAAA%3BEKwfI%2CqBAAA%3B%3BAC3wBR%2CyBA0IE%2CQAOI%2COAAM%2CIAEF%3BEACI%2CgBAAA%3B%3BAAEJ%2CyBAZR%2CQAOI%2COAAM%2CIAKD%3BEACG%2CgBAAA%3B%3BAAvJd%2CyBA4JE%2CiBACE%3BEACE%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAKN%2CwBACE%2CQAAO%2CaACL%2COAAM%3BEACF%2CcAAA%3BEACA%2CeAAA%3B%3BACtKJ%2CcAAC%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3B%3BAAJR%2CcAMI%3BEACI%2CYAAA%3B%3BAAPR%2CcAUQ%3BEACI%2CaAAA%3B%3BAACA%2CcAFJ%2CcAEK%3BEACG%2CYAAA%3B%3BAAMhB%2CcAAc%3BEACZ%2CcAAA%3BEACA%2CeAAA%3B%3BAAFF%2CcAAc%2CaAGZ%3BEAAgB%2CaAAA%3BEAAc%2CeAAA%3B%3BAAHhC%2CcAAc%2CaAIZ%3BEACI%2C2CAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAACA%2CcATQ%2CaAIZ%2CcAKK%3BEACG%2C%2BBAAA%3B%3BAAEJ%2CcAZQ%2CaAIZ%2CcAQK%2CUAAU%2CGACP%3BAADY%2CcAZR%2CaAIZ%2CcAQqB%2CUAAU%2CGACvB%3BEACI%2C6BAAA%3B%3BAAGR%2CcAjBQ%2CaAIZ%2CcAaK%3BEACC%2CUAAA%3B%3BAAlBR%2CcAAc%2CaAqBZ%3BEACI%2CyCAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA3BN%2CcAAc%2CaAqBZ%2CmBAOI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAhCV%2CcAAc%2CaAqBZ%2CmBAaI%3BEACI%2CgBAAA%3B%3BAAEJ%2CcArCQ%2CaAqBZ%2CmBAgBK%3BEACG%2CsBAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3BEACA%2C%2BCAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAANJ%2CcArCQ%2CaAqBZ%2CmBAgBK%2CMAOG%3BEACI%2CmBAAA%3BEACA%2CUAAA%3B%3BAAMd%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAFF%2CSAGE%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAOA%2CQAAC%3BEACG%2CmBAAA%3B%3BAAEA%2CQAHH%2CKAGI%3BEACG%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAALJ%2CQAHH%2CKAGI%2CKAMG%3BEACE%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAGN%2CQAtBH%2CKAsBI%3BEACG%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CQA3BH%2CKA2BI%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAANJ%2CQA3BH%2CKA2BI%2CMAOG%3BEAAK%2CcAAA%3B%3BAAPT%2CQA3BH%2CKA2BI%2CMAQG%3BEACI%2CSAAA%3B%3BAATR%2CQA3BH%2CKA2BI%2CMAQG%2CoBAEI%3BEACE%2CcAAA%3B%3BAAXV%2CQA3BH%2CKA2BI%2CMAQG%2CoBAEI%2CsBAEM%3BEACE%2CsBAAA%3B%3BAAbhB%2CQA3BH%2CKA2BI%2CMAQG%2CoBAEI%2CsBAKM%3BEACE%2CqBAAA%3B%3BAAhBhB%2CQA3BH%2CKA2BI%2CMAQG%2CoBAEI%2CsBAKM%2CmBAEE%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAACA%2CQA%5C%2FCvB%2CKA2BI%2CMAQG%2CoBAEI%2CsBAKM%2CmBAEE%2CQAGK%3BEACC%2CcAAA%3B%3BAArBtB%2CQA3BH%2CKA2BI%2CMAQG%2CoBAEI%2CsBAKM%2CmBAEE%2CQAMI%3BEACE%2CaAAA%3B%3BAAMlB%2CQAzDP%2CKA2BI%2CMA8BI%2CMAAO%3BEACJ%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CQA7DP%2CKA2BI%2CMAkCI%3BEACC%2C%2BCAAA%3B%3BAAKE%2CQAnEX%2CKAiEI%2CQACG%2CmBACK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CQA1Ef%2CKAiEI%2CQACG%2CmBACK%2COAOI%3BEACG%2CSAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CeAAA%3B%3BAAfhB%2CQAjEH%2CKAiEI%2CQAsBG%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAzBR%2CQAjEH%2CKAiEI%2CQAsBG%2CQAAO%2CWAID%3BEACE%2CaAAA%3B%3BAA3BZ%2CQAjEH%2CKAiEI%2CQA8BG%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAjCR%2CQAjEH%2CKAiEI%2CQA8BG%2CQAAO%2CUAID%3BEACE%2CaAAA%3B%3BAAIZ%2CQAxGH%2CKAwGI%3BEACG%2CcAAA%3B%3BAAEJ%2CQA3GH%2CKA2GI%3BEAAU%2CkBAAA%3B%3BAA3Gf%2CQAAC%2CKA4GG%2CyBACI%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAhHZ%2CQAAC%2CKAmHG%3BEiNhIJ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAjNYA%2CQAAC%2CKAmHG%2CgBiN7EJ%3BExNxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAO2EA%2CQAAC%2CKAmHG%2CgBiN5HJ%3BExNmMA%2CWAAA%3BEwNjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CQjNGH%2CKAmHG%2CgBiN5HJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BExN2FA%2CcAAA%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEwNxEA%2CSvNpKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuNoKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAjN1GA%2CQAAC%2CKAmHG%2CgBiN5HJ%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CQjNjBP%2CKAmHG%2CgBiN5HJ%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BExN2FA%2CcAAA%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEwNxEA%2CSvNpKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuNoKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAjN1GA%2CQAAC%2CKAmHG%2CgBiN5HJ%2CeAsBM%2COAiBE%3BExNhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAO2EA%2CQAAC%2CKA0HG%2CWACI%3BEACI%2CeAAA%3BEP8DZ%2CcAAA%3BEO5DY%2CsBAAA%3B%3BAA9HZ%2CQAAC%2CKAiIG%2CeACI%3BEACI%2CcAAA%3B%3BAAnIZ%2CQAAC%2CKAsIG%3BEACI%2CkBAAA%3B%3BAAvIR%2CQAAC%2CKAyIG%3BAAzIJ%2CQAAC%2CKA0IG%3BEACI%2CSAAA%3B%3BAiC1HR%2CQjCjBC%2CKA6IG%2CWiC5HH%3BExCyKD%2CSCjPgB%2CODiPhB%3B%3BAO1LA%2CQAAC%2CKAkJG%2CQACI%3BEAAM%2CqBAAA%3BEAAsB%2CmBAAA%3B%3BAAC5B%2CQApJP%2CKAkJG%2CQAEK%3BEACG%2CSN9NJ%2COM8NI%3BEACA%2CaNtOG%2CaMsOH%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAzJZ%2CQAAC%2CKA4JG%2CqBAAoB%3BEAClB%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAhLN%2CQAAC%2CKA4JG%2CqBAAoB%2C8BAqBlB%3BEAAI%2CaAAA%3B%3BAAjLV%2CQAAC%2CKAmLG%3BEACE%2CmBAAA%3BEACA%2CqBAAA%3B%3BAArLN%2CQAAC%2CKAuLG%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIV%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAVJ%2CeAWI%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CeAHF%2CeAGG%3BEACG%2CyBAAA%3B%3BAAEJ%2CeANF%2CeAMG%3BEACG%2CyBAAA%3B%3BAAIV%2CcACE%2CcAAc%2CYAAY%2CMAAK%3BEAC3B%2CYAAA%3BEACA%2CcAAA%3B%3BAAHN%2CcAKE%2CcAAc%3BEACV%2CWAAA%3BEACA%2CWAAA%3B%3BAAGN%2CkBACE%3BEACE%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAANJ%2CkBAQE%2CsBACE%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CkBAQE%2CsBAQE%3BEACM%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3B%3BAAnBV%2CkBAQE%2CsBAQE%2CsBAIM%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxBd%2CkBAQE%2CsBAQE%2CsBAUM%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CkBAxBZ%2CsBAQE%2CsBAUM%2CmBAMK%3BEACG%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CkBA7BZ%2CsBAQE%2CsBAUM%2CmBAWK%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAxClB%2CkBAQE%2CsBAQE%2CsBA2BM%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAKV%2CkBADF%2CqBAAoB%2C8BACjB%3BEACC%2CUAAA%3B%3BAAGJ%2CkBAAC%2CMACC%3BEACE%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CkBAAC%3BAAAO%2CkBAAC%3BAAAO%2CkBAAC%3BEACf%2CiBAAA%3B%3BAADF%2CkBAAC%2CMAEC%2CSAAQ%3BAAFF%2CkBAAC%2CMAEP%2CSAAQ%3BAAFM%2CkBAAC%2CMAEf%2CSAAQ%3BEAAO%2CkBAAA%3B%3BAAFjB%2CkBAAC%2CMAGC%3BAAHM%2CkBAAC%2CMAGP%3BAAHc%2CkBAAC%2CMAGf%3BEACE%2CmBAAA%3BEACA%2CcAAA%3B%3BAALJ%2CkBAAC%2CMAOC%2CsBACE%2CiBAAiB%3BAARb%2CkBAAC%2CMAOP%2CsBACE%2CiBAAiB%3BAARL%2CkBAAC%2CMAOf%2CsBACE%2CiBAAiB%3BAARrB%2CkBAAC%2CMAOC%2CsBAkkCJ%2CCAjkC%2BB%3BAARrB%2CkBAAC%2CMAOP%2CsBAkkCJ%2CCAjkC%2BB%3BAARb%2CkBAAC%2CMAOf%2CsBAkkCJ%2CCAjkC%2BB%3BEACvB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAACA%2CkBAvBL%2CMAOC%2CsBACE%2CiBAAiB%2CQAed%3BAAAD%2CkBAvBG%2CMAOP%2CsBACE%2CiBAAiB%2CQAed%3BAAAD%2CkBAvBW%2CMAOf%2CsBACE%2CiBAAiB%2CQAed%3BAAAD%2CkBAvBL%2CMAOC%2CsBAkkCJ%2CCAjkC%2BB%2CUAetB%3BAAAD%2CkBAvBG%2CMAOP%2CsBAkkCJ%2CCAjkC%2BB%2CUAetB%3BAAAD%2CkBAvBW%2CMAOf%2CsBAkkCJ%2CCAjkC%2BB%2CUAetB%3BEACC%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAEF%2CkBA5BL%2CMAOC%2CsBACE%2CiBAAiB%2CQAoBd%3BAAAD%2CkBA5BG%2CMAOP%2CsBACE%2CiBAAiB%2CQAoBd%3BAAAD%2CkBA5BW%2CMAOf%2CsBACE%2CiBAAiB%2CQAoBd%3BAAAD%2CkBA5BL%2CMAOC%2CsBAkkCJ%2CCAjkC%2BB%2CUAoBtB%3BAAAD%2CkBA5BG%2CMAOP%2CsBAkkCJ%2CCAjkC%2BB%2CUAoBtB%3BAAAD%2CkBA5BW%2CMAOf%2CsBAkkCJ%2CCAjkC%2BB%2CUAoBtB%3BEACC%2CWAAA%3B%3BAA7BR%2CkBAAC%2CMAOC%2CsBAyBE%2CiBAAiB%3BAAhCb%2CkBAAC%2CMAOP%2CsBAyBE%2CiBAAiB%3BAAhCL%2CkBAAC%2CMAOf%2CsBAyBE%2CiBAAiB%3BEACf%2CUAAA%3B%3BAAjCN%2CkBAAC%2CMAOC%2CsBA4BE%3BAAnCI%2CkBAAC%2CMAOP%2CsBA4BE%3BAAnCY%2CkBAAC%2CMAOf%2CsBA4BE%3BEACE%2CeAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAACA%2CkBA7CL%2CMAOC%2CsBA4BE%2CYAUG%3BAAAD%2CkBA7CG%2CMAOP%2CsBA4BE%2CYAUG%3BAAAD%2CkBA7CW%2CMAOf%2CsBA4BE%2CYAUG%3BEACC%2CUAAA%3B%3BAA9CR%2CkBAAC%2CMAOC%2CsBA0CE%3BAAjDI%2CkBAAC%2CMAOP%2CsBA0CE%3BAAjDY%2CkBAAC%2CMAOf%2CsBA0CE%3BEAAS%2CgBAAA%3BEAAgB%2CqBAAA%3BEAAqB%2CsBAAA%3BEAAsB%2CiBAAA%3B%3BAAEtE%2CkBAnDD%2CMAmDE%2CMACC%2CsBACE%2CiBAAiB%3BAAFrB%2CkBAnDO%2CMAmDN%2CMACC%2CsBACE%2CiBAAiB%3BAAFrB%2CkBAnDe%2CMAmDd%2CMACC%2CsBACE%2CiBAAiB%3BAAFrB%2CkBAnDD%2CMAmDE%2CMACC%2CsBAqhCN%2CCAphCiC%3BAAF7B%2CkBAnDO%2CMAmDN%2CMACC%2CsBAqhCN%2CCAphCiC%3BAAF7B%2CkBAnDe%2CMAmDd%2CMACC%2CsBAqhCN%2CCAphCiC%3BEACvB%2CmBAAA%3BEACA%2CUAAA%3B%3BAAKR%2CkBAAC%3BEACC%2CgBAAA%3B%3BAADF%2CkBAAC%2CMAEC%3BEACE%2CoBAAA%3B%3BAAHJ%2CkBAAC%2CMAKC%2CsBACE%3BAANJ%2CkBAAC%2CMAKC%2CsBAwgCJ%2CCAvgCkB%3BEACV%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CkBAVL%2CMAKC%2CsBACE%2CYAIG%3BAAAD%2CkBAVL%2CMAKC%2CsBAwgCJ%2CCAvgCkB%2CUAIT%3BEACC%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAbR%2CkBAAC%2CMAKC%2CsBAWE%3BAAhBJ%2CkBAAC%2CMAKC%2CsBAwgCJ%2CCA7%5C%2FBkB%3BEACV%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAnBN%2CkBAAC%2CMAsBC%3BEAAS%2CeAAA%3B%3BAACT%2CkBAvBD%2CMAuBE%2CMACC%3BAADF%2CkBAvBD%2CMAuBE%2CMAs%5C%2FBL%2CCAr%5C%2FBkB%3BEACV%2CUAAA%3B%3BAAIN%2CkBAAC%2CMACC%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CkBAAC%2CMAKC%2CsBACE%3BEACE%2CUAAA%3B%3BAAKJ%2CcAAc%2CaAAc%2CmBAD7B%3BEAEG%2CcAAA%3BEACA%2CiBAAA%3B%3BAAFF%2CcAAc%2CaAAc%2CmBAD7B%2CMAIG%3BEACE%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAANJ%2CcAAc%2CaAAc%2CmBAD7B%2CMASG%3BEAAqB%2CgBAAA%3B%3BAATzB%2CkBAAC%2CMAWC%3BEACE%2CsBAAA%3B%3BAAZJ%2CkBAAC%2CMAcC%2CsBACE%3BEACE%2CUAAA%3B%3BAAhBN%2CkBAAC%2CMAmBC%2CqBAAoB%3BEAAgC%2CUAAA%3BEAAW%2CWAAA%3BEAAY%2CWAAA%3B%3BAAnB7E%2CkBAAC%2CMAoBC%3BEAAS%2CgBAAA%3BEAAgB%2CqBAAA%3BEAAqB%2CsBAAA%3BEAAsB%2CiBAAA%3B%3BAACpE%2CkBArBD%2CMAqBE%2CMACC%3BEACE%2CgBAAA%3B%3BAAIN%2CkBAAC%2CMACC%3BEACE%2CSAAA%3B%3BAAFJ%2CkBAAC%2CMAIC%3BEAAoB%2COAAA%3BEAAO%2CQAAA%3BEAAQ%2CMAAA%3BEAAM%2CSAAA%3BEAAS%2CiBAAA%3BEAAiB%2CaAAA%3B%3BAAJrE%2CkBAAC%2CMAKC%2CsBACG%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBApBL%2CMAKC%2CsBACG%2CUAcE%3BEACC%2CUAAA%3B%3BAAEF%2CkBAvBL%2CMAKC%2CsBACG%2CUAiBE%3BEACC%2CeAAA%3B%3BAAEF%2CkBA1BL%2CMAKC%2CsBACG%2CUAoBE%3BEACC%2CWAAA%3BEACA%2CsBAAA%3B%3BAA5BR%2CkBAAC%2CMAKC%2CsBA0BG%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAApCN%2CkBAAC%2CMAKC%2CsBA0BG%2CmBAMC%3BEACE%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CkBAnDP%2CMAKC%2CsBA0BG%2CmBAMC%2CQAcG%3BEACC%2CaAAA%3B%3BAApDV%2CkBAAC%2CMAKC%2CsBA0BG%2CmBAMC%2CQAiBG%3BEAAK%2CqBAAA%3B%3BAACN%2CkBAvDP%2CMAKC%2CsBA0BG%2CmBAMC%2CQAkBG%3BEACC%2CsBAAA%3BEACA%2CWAAA%3B%3BAAzDV%2CkBAAC%2CMA8DC%2CqBAAoB%3BEAClB%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAACA%2CkBAlEH%2CMA8DC%2CqBAAoB%2C8BAIjB%3BEACC%2CUAAA%3B%3BAAnEN%2CkBAAC%2CMAsEC%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CyCAAA%3BEACA%2C4CAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAlFJ%2CkBAAC%2CMAoFC%3BEAAS%2CaAAA%3B%3BAApFX%2CkBAAC%2CMAqFC%3BEACE%2CoBAAA%3B%3BAAEF%2CkBAxFD%2CMAwFE%2CMACC%3BEACE%2CgBAAA%3B%3BAAFJ%2CkBAxFD%2CMAwFE%2CMAIC%2CqBAAoB%3BEAA%2BB%2CUAAA%3B%3BAAJrD%2CkBAxFD%2CMAwFE%2CMAKC%3BAALF%2CkBAxFD%2CMAwFE%2CMAKwB%2CsBAAuB%3BAALhD%2CkBAxFD%2CMAwFE%2CMAKwD%2CsBAAsB%3BEAAiB%2CmBAAA%3BEAAmB%2CUAAA%3B%3BAAGrH%2CkBAAC%2CMACC%3BEACE%2CSAAA%3B%3BAAFJ%2CkBAAC%2CMAIC%2CWAAW%3BAAJb%2CkBAAC%2CMA02BH%2CCAt2BsB%2CQAAQ%2CKAAM%3BEAC9B%2CWAAA%3B%3BAALJ%2CkBAAC%2CMAOC%3BEASE%2CYAAA%3B%3BAAhBJ%2CkBAAC%2CMAOC%2CyBACE%2CgBAAgB%2CeACZ%2COAAI%3BEACJ%2CWAAA%3B%3BAAEF%2CkBAZL%2CMAOC%2CyBACE%2CgBAAgB%2CeAIb%3BEACD%2C%2BBAAA%3B%3BAAbN%2CkBAAC%2CMAkBC%2CqBAAoB%3BEAClB%2CQAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CkBAvBH%2CMAkBC%2CqBAAoB%2C8BAKjB%3BEACC%2CUAAA%3B%3BAAxBN%2CkBAAC%2CMA2BC%2CsBACG%3BAA5BL%2CkBAAC%2CMA2BC%2CsBACY%2CmBAAiB%3BEACzB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBA1CL%2CMA2BC%2CsBACG%2CUAcE%3BAAAD%2CkBA1CL%2CMA2BC%2CsBACY%2CmBAAiB%2CQAcxB%3BEACC%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAA7CR%2CkBAAC%2CMA2BC%2CsBAqBG%2CmBAAiB%3BEAChB%2CUAAA%3B%3BAAjDN%2CkBAAC%2CMA2BC%2CsBAwBG%2CUAAO%3BEACN%2CUAAA%3B%3BAApDN%2CkBAAC%2CMAuDC%3BEACE%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CuCAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAArEJ%2CkBAAC%2CMAuEC%3BEACE%2CgBAAA%3B%3BAAxEJ%2CkBAAC%2CMAuEC%2CoBAEE%3BEACE%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CkBAhFD%2CMAgFE%2CMACC%3BEACE%2CgBAAA%3B%3BAAFJ%2CkBAhFD%2CMAgFE%2CMAIC%2CsBACG%3BAALL%2CkBAhFD%2CMAgFE%2CMAIC%2CsBACY%2CmBAAiB%3BEACzB%2CmBAAA%3BEACA%2CaAAA%3B%3BAACA%2CkBAxFP%2CMAgFE%2CMAIC%2CsBACG%2CUAGE%3BAAAD%2CkBAxFP%2CMAgFE%2CMAIC%2CsBACY%2CmBAAiB%2CQAGxB%3BEAAO%2CUAAA%3B%3BAARd%2CkBAhFD%2CMAgFE%2CMAWC%3BEAAsB%2CUAAA%3BEAAU%2CmBAAA%3B%3BAAGpC%2CkBAAC%2CMACC%3BEACE%2CiBAAA%3B%3BAAFJ%2CkBAAC%2CMAIC%3BEAA0B%2CoBAAA%3B%3BAAJ5B%2CkBAAC%2CMAKC%2CsBACG%3BAANL%2CkBAAC%2CMAKC%2CsBACY%2CmBAAiB%3BEACzB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBApBL%2CMAKC%2CsBACG%2CUAcE%3BAAAD%2CkBApBL%2CMAKC%2CsBACY%2CmBAAiB%2CQAcxB%3BEACC%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAEF%2CkBAzBL%2CMAKC%2CsBACG%2CUAmBE%3BAAAD%2CkBAzBL%2CMAKC%2CsBACY%2CmBAAiB%2CQAmBxB%3BEACC%2CsBAAA%3BEACA%2CWAAA%3B%3BAA3BR%2CkBAAC%2CMAKC%2CsBAyBG%2CmBAAiB%3BEAChB%2CUAAA%3B%3BAA%5C%2FBN%2CkBAAC%2CMAKC%2CsBA4BG%2CUAAO%3BEACN%2CUAAA%3B%3BAAlCN%2CkBAAC%2CMAqCC%2CoBAAoB%3BEAClB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CkBA3CD%2CMA2CE%2CMACC%2CsBACG%3BAAFL%2CkBA3CD%2CMA2CE%2CMACC%2CsBACY%2CmBAAiB%3BEACzB%2CmBAAA%3BEACA%2CaAAA%3B%3BAACA%2CkBAhDP%2CMA2CE%2CMACC%2CsBACG%2CUAGE%3BAAAD%2CkBAhDP%2CMA2CE%2CMACC%2CsBACY%2CmBAAiB%2CQAGxB%3BEACC%2CUAAA%3B%3BAAMV%2CkBAAC%2COACC%3BEACE%2CaAAA%3BEACA%2CuBAAA%3B%3BAAHJ%2CkBAAC%2COAKC%2CsBACE%3BAANJ%2CkBAAC%2COAKC%2CsBAgtBJ%2CCA%5C%2FsBkB%3BEACV%2CaAAA%3B%3BAAPN%2CkBAAC%2COAUC%3BEACE%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAdJ%2CkBAAC%2COAUC%2CSAKE%3BEACE%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA1BN%2CkBAAC%2COAUC%2CSAkBE%3BAA5BJ%2CkBAAC%2COAUC%2CSAkBa%3BEACT%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBArCL%2COAUC%2CSAkBE%2CUASG%3BAAAD%2CkBArCL%2COAUC%2CSAkBa%2CSASR%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA7CR%2CkBAAC%2COAUC%2CSAsCE%3BAAhDJ%2CkBAAC%2COAUC%2CSAsCa%3BEACT%2CuBAAA%3BEACA%2CiCAAA%3B%3BAACA%2CkBAnDL%2COAUC%2CSAsCE%2CUAGG%2CIAAI%3BAAAL%2CkBAnDL%2COAUC%2CSAsCa%2CSAGR%2CIAAI%3BEACH%2CcAAA%3B%3BAApDR%2CkBAAC%2COAUC%2CSA6CE%3BEACE%2CUAAA%3B%3BAAxDN%2CkBAAC%2COAUC%2CSAgDE%3BEACE%2CWAAA%3B%3BAACA%2CkBA5DL%2COAUC%2CSAgDE%2CSAEG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAKR%2CkBAAC%2COACC%3BEACE%2CiBAAA%3B%3BAAFJ%2CkBAAC%2COAIC%2CoBAAmB%3BEACjB%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuCAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAbJ%2CkBAAC%2COAeC%2CWAAW%3BAAfb%2CkBAAC%2COA4oBH%2CCA7nBsB%2CQAAQ%2CKAAM%3BAAflC%2CkBAAC%2COA4oBH%2CCA7nBsC%2CQAAQ%2CKAAM%2CEAAC%3BEAC%5C%2FC%2CWAAA%3B%3BAAhBJ%2CkBAAC%2COAkBC%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAArBJ%2CkBAAC%2COAkBC%2CyBAIE%2CgBAAgB%2CeAAc%3BEAC5B%2C%2BBAAA%3B%3BAAvBN%2CkBAAC%2COAkBC%2CyBAOE%2CgBAAgB%2CeAAiB%2COAAI%3BEACnC%2CWAAA%3B%3BAA1BN%2CkBAAC%2COA6BC%2CqBAAoB%3BEAClB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAU%2C0BAAV%3B%3BAAhDJ%2CkBAAC%2COAkDC%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAA1DJ%2CkBAAC%2COAkDC%2CoBASE%2CsBACG%3BAA5DP%2CkBAAC%2COAkDC%2CoBASE%2CsBACY%2CmBAAiB%3BEACzB%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAACA%2CkBArEP%2COAkDC%2CoBASE%2CsBACG%2CUASE%3BAAAD%2CkBArEP%2COAkDC%2CoBASE%2CsBACY%2CmBAAiB%2CQASxB%3BEACC%2CUAAA%3B%3BAAtEV%2CkBAAC%2COAkDC%2CoBASE%2CsBAcG%2CUAAO%3BEACN%2CeAAA%3BEACA%2CiBAAA%3B%3BAA3ER%2CkBAAC%2COA%2BEC%3BEACE%2CaAAA%3B%3BAAhFJ%2CkBAAC%2COAkFC%2CSAAQ%2CQAAQ%3BEACd%2C4BAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACS%2CUAAA%3BEACT%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3B%3BAAhGJ%2CkBAAC%2COAkGC%2CoBAAoB%3BEAClB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CkBAxGD%2COAwGE%2CMACC%3BEACE%2CgBAAA%3B%3BAACA%2CkBA3GL%2COAwGE%2CMACC%2CoBAEG%3BEACC%2CuCAAA%3B%3BAAJN%2CkBAxGD%2COAwGE%2CMAOC%2CqBAAoB%3BEAClB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAACA%2CkBAnHL%2COAwGE%2CMAOC%2CqBAAoB%2C8BAIjB%3BEACC%2CUAAA%3B%3BAAZN%2CkBAxGD%2COAwGE%2CMAeC%3BEACE%2CUAAA%3BEACA%2CmBAAA%3B%3BAAjBJ%2CkBAxGD%2COAwGE%2CMAmBC%2CSAAQ%2CQAAQ%3BEACd%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIN%2CkBAAC%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAALF%2CkBAAC%2COAMC%2CEAAC%3BEACG%2CwBAAA%3B%3BAAPN%2CkBAAC%2COASC%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAbN%2CkBAAC%2COASC%2CoBAKM%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAhBR%2CkBAAC%2COAmBC%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAArBN%2CkBAAC%2COAuBC%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAEF%2CkBA5BD%2COA4BE%2CMACC%3BEACE%2CgBAAA%3B%3BAAFJ%2CkBA5BD%2COA4BE%2CMACC%2CoBAEI%2CIAAC%3BEACD%2CaAAA%3B%3BAAKR%2CkBAAC%2CMACC%3BEACE%2C%2BCAAA%3B%3BAAKM%2CkBAPT%2CMAIC%2CsBACE%2CsBACE%2CmBACK%3BEACG%2COAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CkBAZT%2CMAIC%2CsBACE%2CsBACE%2CmBAMK%3BEACG%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAfd%2CkBAAC%2CMAIC%2CsBACE%2CsBAaE%3BEACE%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAArBR%2CkBAAC%2CMAyBC%2CqBAAoB%3BEAClB%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2CkBA7BH%2CMAyBC%2CqBAAoB%2C8BAIjB%3BEACC%2CUAAA%3B%3BAAIN%2CaAAc%2CmBACZ%3BEACE%2CaAAA%3BEACA%2CyBAAA%3B%3BAAIN%2CgBACI%3BEPpvBA%2CeAAA%3BEOsvBI%2CWAAA%3B%3BAAHR%2CgBAMI%2CqBAAuB%3BAAN3B%2CgBAOI%3BEACI%2CeAAA%3B%3BAARR%2CgBAWI%2CqBAAuB%3BAAX3B%2CgBAYI%3BAAZJ%2CgBAaI%2CqBAAuB%2CuBAAqB%3BAAbhD%2CgBAcI%2CMAAM%3BAAdV%2CgBAeI%2CMAAQ%2CuBAAoB%3BAAfhC%2CgBAgBI%2CMAAQ%2CuBAAqB%3BEPnwB7B%2CiBAAA%3B%3BAOwwBI%2CgBADJ%2CMACK%3BEACG%2CSAAS%2CIAAG%2CiBAAiB%2CIAA7B%3B%3BAAEJ%2CgBAJJ%2CMAIK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGA%2CgBARR%2CMAOM%2CuBACG%3BEACG%2CSAAS%2CiBAAiB%2CIAA1B%3B%3BAAOR%2CcADJ%2CSACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAACA%2CcALR%2CSACK%2CKAII%3BEACC%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2CcARV%2CSACK%2CKAII%2CKAGE%3BEACG%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3B%3BAAEJ%2CcAbV%2CSACK%2CKAII%2CKAQE%2CMAAO%3BEACJ%2CgBAAA%3B%3BAAGN%2CcAjBR%2CSACK%2CKAgBI%3BEACC%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CcArBR%2CSACK%2CKAoBI%3BEACC%2CcAAA%3BEACA%2CWAAW%2CoBAAX%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAJF%2CcArBR%2CSACK%2CKAoBI%2CQAKC%2CmBAAmB%3BEACjB%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAPJ%2CcArBR%2CSACK%2CKAoBI%2CQASC%3BEACI%2CqBAAA%3B%3BAAVN%2CcArBR%2CSACK%2CKAoBI%2CQAYC%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3B%3BAAjBN%2CcArBR%2CSACK%2CKAoBI%2CQAmBC%3BEAAsB%2CaAAA%3B%3BAAvC5B%2CcADJ%2CSACK%2CKAyCG%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAAwEhB%2CQA1DwB%2CuBAAqB%3BEAEzC%2CcAAC%2CSACG%3BEADQ%2CcAAC%2CSACT%3BEADoB%2CcAAC%2CSACrB%3BIACI%2CaAAA%3B%3BEACA%2CcAHP%2CSACG%2CcAEK%3BEAAD%2CcAHK%2CSACT%2CcAEK%3BEAAD%2CcAHiB%2CSACrB%2CcAEK%3BIACG%2CWAAA%3B%3BEAEJ%2CcANP%2CSACG%2CcAKK%3BEAAD%2CcANK%2CSACT%2CcAKK%3BEAAD%2CcANiB%2CSACrB%2CcAKK%3BIACG%2CWAAA%3B%3BEAIZ%2CcAAC%2CSACG%3BEADQ%2CcAAC%2CSACT%3BEADoB%2CcAAC%2CSACrB%3BIACI%2CaAAA%3B%3BEACA%2CcAHP%2CSACG%2CcAEK%3BEAAD%2CcAHK%2CSACT%2CcAEK%3BEAAD%2CcAHiB%2CSACrB%2CcAEK%3BIACG%2CWAAA%3B%3BEAEJ%2CcANP%2CSACG%2CcAKK%3BEAAD%2CcANK%2CSACT%2CcAKK%3BEAAD%2CcANiB%2CSACrB%2CcAKK%3BIACG%2CWAAA%3B%3BEAOA%2CcAHX%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcACK%3BEAAD%2CcAHgB%2CaACvB%2CSACG%2CcACK%3BEAAD%2CcAHX%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcACK%3BEAAD%2CcAHgB%2CaACX%2CSACT%2CcACK%3BEAAD%2CcAHX%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcACK%3BEAAD%2CcAHgB%2CaACC%2CSACrB%2CcACK%3BIACG%2CuCAAA%3B%3BEAEJ%2CcANX%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAIK%3BEAAD%2CcANgB%2CaACvB%2CSACG%2CcAIK%3BEAAD%2CcANX%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcAIK%3BEAAD%2CcANgB%2CaACX%2CSACT%2CcAIK%3BEAAD%2CcANX%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcAIK%3BEAAD%2CcANgB%2CaACC%2CSACrB%2CcAIK%3BIACG%2C%2BBAAA%3B%3BEAEJ%2CcATX%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcATgB%2CaACvB%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcATX%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcATgB%2CaACX%2CSACT%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcATX%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcATgB%2CaACC%2CSACrB%2CcAOK%2CUAAU%2CGACP%3BEADY%2CcAT3B%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcATA%2CaACvB%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcAT3B%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcATA%2CaACX%2CSACT%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcAT3B%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcATA%2CaACC%2CSACrB%2CcAOqB%2CUAAU%2CGACvB%3BEAD4B%2CcAT3C%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAThB%2CaACvB%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAT3C%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAThB%2CaACX%2CSACT%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAT3C%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAThB%2CaACC%2CSACrB%2CcAOqC%2CUAAU%2CGACvC%3BIACI%2C6BAAA%3B%3BEAOR%2CcAlBX%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcACK%3BEAAD%2CcAlBgB%2CaAgBvB%2CSACG%2CcACK%3BEAAD%2CcAlBX%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcACK%3BEAAD%2CcAlBgB%2CaAgBX%2CSACT%2CcACK%3BEAAD%2CcAlBX%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcACK%3BEAAD%2CcAlBgB%2CaAgBC%2CSACrB%2CcACK%3BEAAiB%2CcAlB7B%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcACuB%3BEAAD%2CcAlBF%2CaAgBvB%2CSACG%2CcACuB%3BEAAD%2CcAlB7B%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcACuB%3BEAAD%2CcAlBF%2CaAgBX%2CSACT%2CcACuB%3BEAAD%2CcAlB7B%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcACuB%3BEAAD%2CcAlBF%2CaAgBC%2CSACrB%2CcACuB%3BIACf%2CuCAAA%3B%3BEAEJ%2CcArBX%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAIK%3BEAAD%2CcArBgB%2CaAgBvB%2CSACG%2CcAIK%3BEAAD%2CcArBX%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcAIK%3BEAAD%2CcArBgB%2CaAgBX%2CSACT%2CcAIK%3BEAAD%2CcArBX%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcAIK%3BEAAD%2CcArBgB%2CaAgBC%2CSACrB%2CcAIK%3BIACG%2C%2BBAAA%3B%3BEAEJ%2CcAxBX%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcAxBgB%2CaAgBvB%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcAxBX%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcAxBgB%2CaAgBX%2CSACT%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcAxBX%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcAxBgB%2CaAgBC%2CSACrB%2CcAOK%2CUAAU%2CGACP%3BEADY%2CcAxB3B%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcAxBA%2CaAgBvB%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcAxB3B%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcAxBA%2CaAgBX%2CSACT%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcAxB3B%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcAxBA%2CaAgBC%2CSACrB%2CcAOqB%2CUAAU%2CGACvB%3BEAD4B%2CcAxB3C%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAxBhB%2CaAgBvB%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAxB3C%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAxBhB%2CaAgBX%2CSACT%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAxB3C%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcAxBhB%2CaAgBC%2CSACrB%2CcAOqC%2CUAAU%2CGACvC%3BEAD4C%2CcAxB3D%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAOqD%2CUAAU%2CGACvD%3BEAD4C%2CcAxBhC%2CaAgBvB%2CSACG%2CcAOqD%2CUAAU%2CGACvD%3BEAD4C%2CcAxB3D%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcAOqD%2CUAAU%2CGACvD%3BEAD4C%2CcAxBhC%2CaAgBX%2CSACT%2CcAOqD%2CUAAU%2CGACvD%3BEAD4C%2CcAxB3D%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcAOqD%2CUAAU%2CGACvD%3BEAD4C%2CcAxBhC%2CaAgBC%2CSACrB%2CcAOqD%2CUAAU%2CGACvD%3BEAD4D%2CcAxB3E%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAOqE%2CUAAU%2CGACvE%3BEAD4D%2CcAxBhD%2CaAgBvB%2CSACG%2CcAOqE%2CUAAU%2CGACvE%3BEAD4D%2CcAxB3E%2CSAAS%2CKAAK%2CUAgBE%2CSACT%2CcAOqE%2CUAAU%2CGACvE%3BEAD4D%2CcAxBhD%2CaAgBX%2CSACT%2CcAOqE%2CUAAU%2CGACvE%3BEAD4D%2CcAxB3E%2CSAAS%2CKAAK%2CUAgBc%2CSACrB%2CcAOqE%2CUAAU%2CGACvE%3BEAD4D%2CcAxBhD%2CaAgBC%2CSACrB%2CcAOqE%2CUAAU%2CGACvE%3BIACI%2C6BAAA%3B%3B%3BAAqDxB%2CQA7CyB%3BEAEjB%2CcAAC%2CSACG%3BEADQ%2CcAAC%2CSACT%3BEADoB%2CcAAC%2CSACrB%3BIACI%2CaAAA%3B%3BEAEA%2CcAJP%2CSACG%2CcAGK%3BEAAD%2CcAJK%2CSACT%2CcAGK%3BEAAD%2CcAJiB%2CSACrB%2CcAGK%3BIACG%2CWAAA%3B%3BEAEJ%2CcAPP%2CSACG%2CcAMK%3BEAAD%2CcAPK%2CSACT%2CcAMK%3BEAAD%2CcAPiB%2CSACrB%2CcAMK%3BIACG%2CYAAA%3B%3BEAOA%2CcAHX%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcACK%3BEAAD%2CcAHgB%2CaACvB%2CSACG%2CcACK%3BEAAD%2CcAHX%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcACK%3BEAAD%2CcAHgB%2CaACX%2CSACT%2CcACK%3BEAAD%2CcAHX%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcACK%3BEAAD%2CcAHgB%2CaACC%2CSACrB%2CcACK%3BIACG%2C%2BBAAA%3B%3BEAEJ%2CcANX%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAIK%2CUAAU%2CGACP%3BEADJ%2CcANgB%2CaACvB%2CSACG%2CcAIK%2CUAAU%2CGACP%3BEADJ%2CcANX%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcAIK%2CUAAU%2CGACP%3BEADJ%2CcANgB%2CaACX%2CSACT%2CcAIK%2CUAAU%2CGACP%3BEADJ%2CcANX%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcAIK%2CUAAU%2CGACP%3BEADJ%2CcANgB%2CaACC%2CSACrB%2CcAIK%2CUAAU%2CGACP%3BEADY%2CcAN3B%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAIqB%2CUAAU%2CGACvB%3BEADY%2CcANA%2CaACvB%2CSACG%2CcAIqB%2CUAAU%2CGACvB%3BEADY%2CcAN3B%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcAIqB%2CUAAU%2CGACvB%3BEADY%2CcANA%2CaACX%2CSACT%2CcAIqB%2CUAAU%2CGACvB%3BEADY%2CcAN3B%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcAIqB%2CUAAU%2CGACvB%3BEADY%2CcANA%2CaACC%2CSACrB%2CcAIqB%2CUAAU%2CGACvB%3BIACI%2C6BAAA%3B%3BEAOR%2CcAfX%2CSAAS%2CKAAK%2CUAaV%2CSACG%2CcACK%3BEAAD%2CcAfgB%2CaAavB%2CSACG%2CcACK%3BEAAD%2CcAfX%2CSAAS%2CKAAK%2CUAaE%2CSACT%2CcACK%3BEAAD%2CcAfgB%2CaAaX%2CSACT%2CcACK%3BEAAD%2CcAfX%2CSAAS%2CKAAK%2CUAac%2CSACrB%2CcACK%3BEAAD%2CcAfgB%2CaAaC%2CSACrB%2CcACK%3BIACG%2CuCAAA%3B%3BEAEJ%2CcAlBX%2CSAAS%2CKAAK%2CUAaV%2CSACG%2CcAIK%3BEAAD%2CcAlBgB%2CaAavB%2CSACG%2CcAIK%3BEAAD%2CcAlBX%2CSAAS%2CKAAK%2CUAaE%2CSACT%2CcAIK%3BEAAD%2CcAlBgB%2CaAaX%2CSACT%2CcAIK%3BEAAD%2CcAlBX%2CSAAS%2CKAAK%2CUAac%2CSACrB%2CcAIK%3BEAAD%2CcAlBgB%2CaAaC%2CSACrB%2CcAIK%3BIACG%2C%2BBAAA%3B%3BEAEJ%2CcArBX%2CSAAS%2CKAAK%2CUAaV%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcArBgB%2CaAavB%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcArBX%2CSAAS%2CKAAK%2CUAaE%2CSACT%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcArBgB%2CaAaX%2CSACT%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcArBX%2CSAAS%2CKAAK%2CUAac%2CSACrB%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcArBgB%2CaAaC%2CSACrB%2CcAOK%2CUAAU%2CGACP%3BEADY%2CcArB3B%2CSAAS%2CKAAK%2CUAaV%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcArBA%2CaAavB%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcArB3B%2CSAAS%2CKAAK%2CUAaE%2CSACT%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcArBA%2CaAaX%2CSACT%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcArB3B%2CSAAS%2CKAAK%2CUAac%2CSACrB%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcArBA%2CaAaC%2CSACrB%2CcAOqB%2CUAAU%2CGACvB%3BEAD4B%2CcArB3C%2CSAAS%2CKAAK%2CUAaV%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcArBhB%2CaAavB%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcArB3C%2CSAAS%2CKAAK%2CUAaE%2CSACT%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcArBhB%2CaAaX%2CSACT%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcArB3C%2CSAAS%2CKAAK%2CUAac%2CSACrB%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcArBhB%2CaAaC%2CSACrB%2CcAOqC%2CUAAU%2CGACvC%3BIACI%2C6BAAA%3B%3B%3BA0CzsC5B%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEAeA%2CkBAAA%3B%3BAApBJ%2CQAMM%3BEACA%2CqBAAA%3B%3BAAPN%2CQASI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CSAAS%2CQAAW%2CWAAS%2CSAThC%3BEAUO%2CaAAA%3B%3BAAIJ%2CiBADc%2CSACb%3BEACG%2CgBAAA%3B%3BAAGR%2CQAAC%3BEjD4OD%2C6BAAA%3B%3BAiD5OA%2CQAAC%2CSAEG%3BEACI%2CaAAA%3B%3BAAGR%2CSAAS%2CQAAW%3BEAClB%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAALF%2CSAAS%2CQAAW%2CWAMlB%3BEACE%2CcAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAXJ%2CSAAS%2CQAAW%2CWAalB%3BEACE%2CmBAAA%3B%3BAAdJ%2CSAAS%2CQAAW%2CWAgBlB%3BAAhBF%2CSAAS%2CQAAW%2CWAwNxB%2CCAxMc%3BEAAQ%2CaAAA%3B%3BAAhBlB%2CSAAS%2CQAAW%2CWAiBlB%2CEAAC%3BEAA%2BB%2CwBAAA%3B%3BAA%5C%2FDtC%2CQAiEI%2CEAAC%3BEACC%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAzEN%2CQAiEI%2CEAAC%2C6BASC%3BEACE%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEF%2CoBAAqB%2CSAdvB%2CEAAC%3BEAcyB%2CwBAAA%3B%3BAAE1B%2CQAAC%3BEACC%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CsBAAA%3B%3BAACA%2CeAAgB%2CSAXjB%3BEAYG%2CYAAA%3B%3BAAEF%2CiBAAkB%2CSAdnB%3BEAeG%2CWAAA%3BEACA%2COAAO%2CmBAAP%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2CcAAe%3BEACX%2CgBAAA%3B%3BAAEJ%2COAAC%3BEACG%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAACA%2COALH%2CMAKI%3BEACC%2CSAAS%2CGAAT%3B%3BAAGN%2COAAC%3BEACG%2CiBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2COAAC%3BEAEG%2CmBAAA%3BEjDyJJ%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2COS6GC%2COT7GA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC9OY%2COD8OZ%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2COSgGH%2COTjGA%2CMACI%3BExC2PL%2CWAAA%3B%3BAiD3JA%2COAAC%2COT%2BIC%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAiDqHI%2COAXH%2COAWI%3BEACG%2CmBAAA%3B%3BAAEJ%2COAdH%2COAcI%2CUAAU%3BEACP%2CShDjGM%2COgDiGN%3B%3BAAIZ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2CMAAI%3BEACA%2CqBAAA%3B%3BAAOJ%2CMAAC%3BEAEG%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEAEA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEjDkHJ%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAS6JI%2CMAZH%2CKAYI%3BEACG%2CcAAA%3B%3BAAEJ%2CMAfH%2CKAeI%3BAAAS%2CMAfb%2CKAec%3BEACP%2CWAAA%3B%3BAAEJ%2CMAlBH%2CKAkBI%2CIAAI%3BEACH%2CWAAA%3B%3BAAnBN%2CMAAC%2CKTiHC%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CMS2IC%2CKT3IA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCvPQ%2CODuPR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAS5KI%2CMA1BH%2CKA0BI%3BEACG%2CcAAA%3BEACA%2CiBAAA%3B%3BAAIZ%2CUAAU%3BEACN%2CShD1JQ%2COgD0JR%3B%3BAAEJ%3BEACE%2CaAAA%3BEACA%2CmBAAA%3B%3BAACE%2CQAAC%3BEACG%2CWAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CQAAE%3BEACE%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAEE%2CQAJJ%2COAGE%2CKACG%3BEACC%2CSAAS%2CGAAT%3B%3BAAZZ%2CQAgBI%3BEACI%2CqBAAA%3B%3BAAjBR%2CQAmBI%3BEAAe%2CaAAA%3B%3BAA6CnB%2CQArCyB%3BEACvB%3BIACE%2CeAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CwBAAA%3BIACA%2CeAAA%3B%3BEARF%2CQASE%3BIACE%2CyBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3B%3BEAfJ%2CQAiBE%3BEAjBF%2CQAgDF%2CCA%5C%2FBkB%2CQAAS%3BIAAQ%2CoBAAA%3B%3BEAC%5C%2FB%2CSAAS%2CQAAW%3BIAClB%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3BIACA%2C2BAAA%3B%3BEATF%2CSAAS%2CQAAW%2CWAUlB%3BIACE%2CYAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAUR%2CQALyB%3BEACvB%2CQACE%3BEADF%2CQAWF%2CCAVW%3BEADT%2CQACwB%2CSAAS%3BIAAQ%2CaAAA%3B%3B%3BATjJvC%2COhC9GG%2CUgC8GF%3BExCyKD%2CSCjPgB%2CODiPhB%3B%3BAQhRJ%2CsBAAuB%3BEACnB%2CaAAA%3B%3BAAEJ%2CUACI%3BEACI%2CgBAAA%3B%3BAAGR%3BAACA%2CIAAI%3BERuQA%2CcAAA%3B%3BAQpQJ%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3B%3BAAHJ%2CUAII%3BEACI%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAPR%2CUASI%3BEACI%2CaAAA%3B%3BAAGR%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAII%2CiBADJ%2CqBAAuB%2CuBAClB%3BEACG%2CSAAS%2CIAAI%2CiBAAiB%2CGAA9B%3B%3BAAEJ%2CiBAJJ%2CqBAAuB%2CuBAIlB%2CWAAW%3BEACR%2CSAAS%2CGAAT%3B%3BAANZ%2CiBAUI%2CMAAK%3BEACD%2CeAAA%3B%3BAACA%2CiBAFJ%2CMAAK%2CYAEA%3BEACG%2CSAAS%2CKAAK%2CiBAAiB%2CGAA%5C%2FB%3B%3BAAIZ%3BEACI%2CgBAAA%3B%3BAAQA%2CSAAC%2CMACG%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAGR%2CSAAC%3BAACD%2CSAAC%3BAACD%2CSAAC%3BEACG%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAQJ%2CcAAC%3BEACG%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcAAC%3BEACG%2CSAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcATH%2CMASI%3BEACG%2CgBAAA%3B%3BAAEJ%2CcAZH%2CMAYI%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CmBAAmB%2CMAAO%2CeAlBjC%2CMAYI%3BEAOO%2CmBAAA%3BEACA%2CUAAA%3B%3BAAShB%2CqBAAsB%3BEACpB%2CiBAAA%3B%3BAAEF%2CQAAQ%3BEACJ%2CaAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CMAMJ%2CaAAa%2COAAM%3BEACf%2CeAAA%3B%3BAAPR%2CQAAQ%2CMASJ%3BEACI%2CeAAA%3BER2IJ%2CcAAA%3BEAAA%2CcAAA%3B%3BAQrJJ%2CQAAQ%2CMAcJ%2CSAAQ%3BEACJ%2CsBAAA%3B%3BAAfR%2CQAAQ%2CMAiBJ%2COAAM%3BERoIN%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BASqBJ%2CQAAQ%2CMAiBJ%2COAAM%2COThCJ%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BASaR%2CQAAQ%2CMAiBJ%2COAAM%2COAEA%3BEACE%2CgBAAA%3B%3BAApBZ%2CQAAQ%2CMAiBJ%2COAAM%2COAKF%3BEACI%2CcAAA%3B%3BAAvBZ%2CQAAQ%2CMAiBJ%2COAAM%2COAQF%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAIZ%2CQAAQ%2CKAAK%3BEACT%2CWAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CQAAQ%2CKAAK%2CSAGT%3BEACI%2CWAAA%3BEL2FJ%2CYAAA%3B%3BAK%5C%2FFJ%2CQAAQ%2CKAAK%2CSAGT%2CuBL8FE%2CQAGI%2CKACI%3BAKrGd%2CQAAQ%2CKAAK%2CSAGT%2CuBL%2BFE%2CQAEI%2CKACI%3BAKrGd%2CQAAQ%2CKAAK%2CSAGT%2CuBLgGE%2CQACI%2CKACI%3BAKrGd%2CQAAQ%2CKAAK%2CSAGT%2CuBL8FE%2CQAGI%2CKAEI%3BAKtGd%2CQAAQ%2CKAAK%2CSAGT%2CuBL%2BFE%2CQAEI%2CKAEI%3BAKtGd%2CQAAQ%2CKAAK%2CSAGT%2CuBLgGE%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAKvGhB%2CQAAQ%2CKAAK%2CSAGT%2CuBLlDE%2CQAGI%2CKACI%3BAK2Cd%2CQAAQ%2CKAAK%2CSAGT%2CuBLjDE%2CQAEI%2CKACI%3BAK2Cd%2CQAAQ%2CKAAK%2CSAGT%2CuBLhDE%2CQACI%2CKACI%3BEHiKV%2CkCAAA%3B%3BAQtHJ%2CQAAQ%2CKAAK%2CSAGT%2CuBLlDE%2CQAGI%2CKAII%3BAKwCd%2CQAAQ%2CKAAK%2CSAGT%2CuBLjDE%2CQAEI%2CKAII%3BAKwCd%2CQAAQ%2CKAAK%2CSAGT%2CuBLhDE%2CQACI%2CKAII%3BEH8JV%2C4BAAA%3B%3BAQtGJ%2CSACM%2CSAAM%3BAADD%2COAAO%2CaACZ%2CSAAM%3BEACJ%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAALR%2CSACM%2CSAAM%2CIAMF%3BAAPC%2COAAO%2CaACZ%2CSAAM%2CIAMF%3BEACE%2CaAAA%3B%3BAAIZ%2CSAAY%3BEACR%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CWAAW%3BEACP%2CkBAAA%3B%3BAAEJ%3BEACE%2CmBAAA%3B%3BAADF%2CkBAEE%3BEACE%2CWAAW%2CmBAAX%3B%3BAAHJ%2CkBAEE%2CoBAEE%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAVN%2CkBAaE%3BEACE%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2CkBALF%2CyBAKG%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAvBR%2CkBAaE%2CyBAYE%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3B%3BAA9BN%2CkBAaE%2CyBAYE%2CgBAME%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAArCR%2CkBAaE%2CyBAYE%2CgBAME%2CgBAOE%3BEACE%2CWAAA%3B%3BAACA%2CkBA3BR%2CyBAYE%2CgBAME%2CgBAOE%2CeAEG%3BAAxCX%2CkBAaE%2CyBAYE%2CgBAME%2CgBAOE%2CeAEa%2COAAI%3BEACb%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAA5CZ%2CkBAaE%2CyBAoCE%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAnDN%2CkBAaE%2CyBAoCE%2CiBAGE%3BEACE%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CkBA3CN%2CyBAoCE%2CiBAGE%2CEAIG%3BEACC%2CeAAA%3B%3BAAzDV%2CkBAaE%2CyBAoCE%2CiBAWE%2CEAAC%2CIAAI%2CaAAa%3BEAChB%2CSAAS%2CEAAT%3BEACA%2C2BAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAKA%2CkBA5DN%2CyBA0DG%2CMACC%2CiBACG%3BEACC%2CSAAS%2CQAAQ%2CQAAQ%2CQAAQ%2CQAAQ%2COAAzC%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAQI%2CkBAHZ%2CoBACI%2CeACI%2CaACK%3BEACG%2CSAAS%2CIAAT%3B%3BAA1FlB%2CkBA%2BFE%3BEACE%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAnGJ%2CkBA%2BFE%2CwBAKI%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAtGN%2CkBAyGE%2COACE%2CKAAO%3BEACL%2CcAAA%3BEACA%2CgBAAA%3B%3BAA5GN%2CkBA%2BGE%2CSAAQ%3BEACJ%2CqBAAA%3B%3BAAGA%2CkBADJ%2CSACK%3BEACG%2CWAAA%3B%3BAAEJ%2CkBAJJ%2CSAIK%2CIACG%3BEACE%2CoBAAA%3B%3BAACA%2CkBAPV%2CSAIK%2CIACG%2CMAEG%3BEACC%2CSAAS%2CGAAT%3B%3BAAJR%2CkBAJJ%2CSAIK%2CIAOG%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CkBAjBJ%2CSAiBK%3BEACC%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAEF%2CkBAtBJ%2CSAsBK%3BEACG%2CeAAA%3B%3BAAzIV%2CkBA4IE%2CSAAQ%3BEACN%2CgBAAA%3B%3BAAGJ%2CiBACE%3BEACE%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CqBACE%2CaAAa%3BEACX%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3B%3BAACA%2CqBANF%2CaAAa%2CEAMV%2CIAAI%3BEACH%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAIN%2CwBACI%2CgCACI%3BEACI%2CYAAA%3BER1FR%2CgBAAA%3BEQ4FQ%2CqBAAA%3BER5FR%2CiBAAA%3BEQ8FQ%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAII%2CwBAZZ%2CgCAUK%2CSACG%2CQACK%3BEACG%2CSAAS%2CGAAT%3BERrGhB%2CcAAA%3BEAAA%2CcAAA%3BEAAA%2CoBAAA%3B%3BAQuFJ%2CwBA4BI%2COACI%3BEACI%2CcAAA%3BERrHR%2CkBAAA%3B%3BAQuFJ%2CwBAkCI%3BEACE%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAxCN%2CwBA0CI%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAACA%2CwBAZF%2CwBAYG%3BEACC%2CSAAS%2CGAAT%3B%3BAAvDR%2CwBA0DI%3BEAAkC%2CaAAA%3B%3BAA1DtC%2CwBA2DI%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAA9DN%2CwBAgEI%3BEACE%2CSAAA%3B%3BAAGN%3BAACA%3BEACE%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAPF%2CuBAQE%3BAAPF%2CmBAOE%3BEACE%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAVJ%2CuBAQE%2CWAGE%3BAAVJ%2CmBAOE%2CWAGE%3BEAAc%2CaAAA%3B%3BAAXlB%2CuBAQE%2CWAIE%3BAAXJ%2CmBAOE%2CWAIE%3BEACE%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAhBN%2CuBAQE%2CWAUE%3BAAjBJ%2CmBAOE%2CWAUE%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAtBN%2CuBAQE%2CWAUE%2CWAKE%2CiBAAmB%3BAAtBzB%2CmBAOE%2CWAUE%2CWAKE%2CiBAAmB%3BEACf%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2CuBAlBR%2CWAUE%2CWAKE%2CiBAAmB%2COAGd%3BAAAD%2CmBAlBR%2CWAUE%2CWAKE%2CiBAAmB%2COAGd%3BEACG%2CaAAA%3B%3BAA3Bd%2CuBAQE%2CWAUE%2CWAYE%3BAA7BN%2CmBAOE%2CWAUE%2CWAYE%3BEACE%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAjCR%2CuBAqCE%3BAApCF%2CmBAoCE%3BEACE%2CSAAA%3B%3BAAGJ%3BEACE%2CcAAA%3B%3BAADF%2CuBAEE%3BEACI%2CaAAA%3B%3BAAEJ%2CoBAAqB%3BAAAG%2C0BAA2B%3BEACjD%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CWAEE%2COAAM%3BEACJ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAALJ%2CWAUE%3BEACE%2CmBAAA%3B%3BAAXJ%2CWAaE%2CQAAO%3BEACL%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAACA%2CWAZF%2CQAAO%2COAYJ%3BEACC%2CqBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAIN%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAFF%2CqBAGI%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAANJ%2CqBAQE%2CqBACE%3BEACE%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiCAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAACA%2CqBAXJ%2CqBACE%2CQAUG%3BEACC%2CeAAA%3B%3BAAKR%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CoBACI%2CQAAQ%3BAADU%2CmBAClB%2CQAAQ%3BAAD%2BB%2CqBACvC%2CQAAQ%3BEACJ%2CaAAA%3B%3BAgCzbJ%2CoBhC2bA%2CQAAO%2CUgC3bN%3BAAAD%2CmBhC2bA%2CQAAO%2CUgC3bN%3BAAAD%2CqBhC2bA%2CQAAO%2CUgC3bN%3BExCyKD%2CSCjPgB%2CODiPhB%3B%3BAQ8QJ%2CoBAWI%2CQAAO%2COAAO%3BAAXI%2CmBAWlB%2CQAAO%2COAAO%3BAAXyB%2CqBAWvC%2CQAAO%2COAAO%3BEACV%2CWAAA%3BEACA%2CkBAAA%3B%3BAAbR%2CoBAeI%2CEAAC%2COAAO%3BAAfU%2CmBAelB%2CEAAC%2COAAO%3BAAf%2BB%2CqBAevC%2CEAAC%2COAAO%3BEACJ%2CiBAAA%3B%3BAAGR%2CoBAAqB%3BEACjB%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEAEI%2CqBAAA%3B%3BAAFJ%2CYAGI%3BEACI%2CoBAAA%3B%3BAACA%2CYAFJ%2CMAEK%3BEACG%2CgBAAA%3B%3BAANZ%2CYASI%3BAATJ%2CYAUI%3BEACI%2CqBAAA%3B%3BAAGR%3BAACA%3BAACA%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BERzTI%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BEI5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BALvDA%2CyBAAC%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CyBAAC%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CyBAAC%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAIxFA%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CyBAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CyBAAC%3BAACD%2CyBAAC%3BAACD%2CQAAQ%2CUAAW%3BEJ%2BEnB%2CWAAA%3BEAAA%2CYAAA%3BEI5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAIsYR%2CIAAI%2CMACF%3BAADS%2CIAAI%2CIACb%3BEACE%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAALJ%2CIAAI%2CMAOF%2CYAAW%3BAAPF%2CIAAI%2CIAOb%2CYAAW%3BEACT%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAlBJ%2CIAAI%2CMAoBF%2CaACI%3BAArBK%2CIAAI%2CIAoBb%2CaACI%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAACA%2CIAjCF%2CMAoBF%2CaACI%2CIAYC%3BAAAD%2CIAjCS%2CIAoBb%2CaACI%2CIAYC%3BEACC%2COAAA%3BEACA%2CWAAA%3B%3BAAEF%2CIArCF%2CMAoBF%2CaACI%2CIAgBC%3BAAAD%2CIArCS%2CIAoBb%2CaACI%2CIAgBC%3BEACG%2CWAAA%3B%3BAAtCV%2CIAAI%2CMAoBF%2CaACI%2CIAmBA%3BAAxCK%2CIAAI%2CIAoBb%2CaACI%2CIAmBA%3BEACE%2CaAAA%3B%3BAAEF%2CIA3CF%2CMAoBF%2CaACI%2CIAsBC%3BAAAD%2CIA3CS%2CIAoBb%2CaACI%2CIAsBC%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGA%2CIAtDJ%2CMAoBF%2CaACI%2CIAgCC%2CQACE%3BAAAD%2CIAtDO%2CIAoBb%2CaACI%2CIAgCC%2CQACE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAMV%2CcAAe%3BEACX%2CqBAAA%3B%3BAAEJ%2CMAAM%3BEACJ%2CiBAAA%3B%3BAAGF%2CaAAa%3BEACX%2CgBAAA%3B%3BAAEF%2CsBAAsB%2CIAAI%2C2CACxB%3BAADF%2CsBAAsB%2CIAAI%2C2CAm7B1B%2CCAl7BqB%2CQAAQ%3BEACzB%2CsBAAA%3BEAAsB%2CUAAA%3B%3BAAF1B%2CsBAAsB%2CIAAI%2C2CAIxB%2CSAAQ%3BEACN%2CkBAAA%3B%3BAALJ%2CsBAAsB%2CIAAI%2C2CAIxB%2CSAAQ%2CMAEN%2CsBAAqB%3BEACnB%2CgBAAA%3B%3BAAPN%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBACE%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3B%3BAAfN%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBACE%2CoBAKE%3BEACE%2CSAAA%3B%3BAAjBR%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAUE%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3B%3BAAxBN%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAgBE%3BEACE%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAA7BN%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAgBE%2CyBAIE%3BEACE%2CSAAA%3B%3BAA%5C%2FBR%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAwBE%3BEACE%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAtCN%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBA8BE%2CSAAQ%3BEACJ%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAA3CR%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAmCE%3BEACI%2CmBAAA%3B%3BAA9CR%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAsCE%3BEACI%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAApDR%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBA4CE%3BEACG%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAzDP%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBA4CE%2CwBAIG%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAA7DV%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBA4CE%2CwBAIG%2CYAIG%2COAAM%3BEACJ%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAlEZ%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBA4CE%2CwBAIG%2CYAIG%2COAAM%2CIAKJ%3BEACE%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3BAA1Ed%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBA4CE%2CwBAIG%2CYAIG%2COAAM%2CIAcJ%2CaAAe%3BEACb%2CYAAA%3BEACA%2CYAAA%3B%3BAA9Ed%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBA4CE%2CwBAIG%2CYAIG%2COAAM%2CIAkBJ%2CYAAW%3BEACT%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAtFd%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAiFE%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FFN%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAiFE%2CyBAKI%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAnGV%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAiFE%2CyBAUI%3BEACE%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAxGV%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAiGE%3BEACE%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAA9GN%2CsBAAsB%2CIAAI%2C2CAUxB%2CmBAiGE%2CsBAII%2CIAAC%3BEACD%2CcAAA%3B%3BAAKR%2CuBAAuB%2CIAAI%2C2CACzB%3BEACE%2C0BAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CuBAAuB%2CIAAI%2C2CAKzB%2CmBACE%2CoBAAoB%3BEAClB%2CeAAA%3B%3BAAPN%2CuBAAuB%2CIAAI%2C2CAUzB%2C8BAA8B%3BEAAuB%2CgBAAA%3B%3BAAVvD%2CuBAAuB%2CIAAI%2C2CAWzB%3BEACE%2CiBAAA%3BEACA%2CeAAA%3B%3BAAbJ%2CuBAAuB%2CIAAI%2C2CAezB%3BEACE%2CoCAAA%3BEACA%2COAAO%2CgBAAP%3BEACA%2CQAAQ%2CgBAAR%3B%3BAAlBJ%2CuBAAuB%2CIAAI%2C2CAoBzB%2C8BAA6B%3BEAAoB%2CaAAA%3B%3BAApBnD%2CuBAAuB%2CIAAI%2C2CAqBzB%2CwBAAuB%3BEAAgB%2CeAAA%3B%3BAArBzC%2CuBAAuB%2CIAAI%2C2CAsBzB%3BEACE%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAA5BJ%2CuBAAuB%2CIAAI%2C2CAsBzB%2CsBAOE%3BEACE%2CSAAA%3B%3BAA9BN%2CuBAAuB%2CIAAI%2C2CAsBzB%2CsBAUE%2CaAAa%3BEACX%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAnCN%2CuBAAuB%2CIAAI%2C2CAsCzB%3BEACE%2CiBAAA%3B%3BAAvCJ%2CuBAAuB%2CIAAI%2C2CAyCzB%3BEACE%2CeAAA%3B%3BAA1CJ%2CuBAAuB%2CIAAI%2C2CA4CzB%3BEACE%2CmBAAA%3B%3BAA7CJ%2CuBAAuB%2CIAAI%2C2CA%2BCzB%2COAAM%3BEACJ%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2C0BAA0B%2CIAAI%2C2CAC5B%3BEACE%2CkBAAA%3B%3BAAFJ%2C0BAA0B%2CIAAI%2C2CAI5B%3BEACE%2CmBAAA%3BEACA%2CaAAA%3B%3BAANJ%2C0BAA0B%2CIAAI%2C2CAQ5B%2CSAAQ%3BEACN%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAACA%2C0BAdsB%2CIAAI%2C2CAQ5B%2CSAAQ%2CSAML%3BAAAS%2C0BAdY%2CIAAI%2C2CAQ5B%2CSAAQ%2CSAMK%3BEACT%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CmBAAA%3B%3BAAEF%2C0BAtBsB%2CIAAI%2C2CAQ5B%2CSAAQ%2CSAcL%3BEACC%2CWAAA%3B%3BAAEF%2C0BAzBsB%2CIAAI%2C2CAQ5B%2CSAAQ%2CSAiBL%3BEACC%2CUAAA%3B%3BAAON%2CQAQI%3BEAEI%2CqBAAA%3B%3BAAVR%2CQAQI%2CsBAGI%3BEAEI%2CYAAA%3BEACA%2CqBAAA%3B%3BAAdZ%2CQAqBI%2CqBACI%3BEACI%2CoBAAA%3B%3BAAvBZ%2CQAqBI%2CqBAII%3BEACI%2CSAAA%3BEACA%2CsBAAA%3B%3BAA3BZ%2CQAqBI%2CqBAII%2CmBAGK%3BEACC%2CgBAAA%3B%3BAAuOd%2CIAAI%2C8BACA%2CQAAO%3BEACH%2CWAAA%3BEACA%2CcAAA%3B%3BAAIR%2CcAAc%3BEACV%2CWAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CcAAc%2CWAGV%2CkBACM%2CQAAQ%2CKACJ%3BAALd%2CcAAc%2CWAGV%2CkBACM%2CQAAQ%2CKAEJ%3BEACE%2CaAAA%3B%3BAAEA%2CcATF%2CWAGV%2CkBACM%2CQAAQ%2CKACJ%2CKAIG%3BAAAD%2CcATF%2CWAGV%2CkBACM%2CQAAQ%2CKAEJ%2CKAGG%3BEACG%2C6BAAA%3B%3BAAVpB%2CcAAc%2CWAGV%2CkBAWM%2CQAAQ%2CKAAK%3BEACX%2CgBAAA%3B%3BAAfZ%2CcAAc%2CWAkBV%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CiBAQI%2CMAAK%3BAART%2CiBASI%2CGAAE%3BEACE%2C8BAAA%3B%3BAAVR%2CiBAYI%3BEACI%2CYAAA%3BEACA%2CaAAA%3B%3BAAdR%2CiBAYI%2CMAGI%2CUAAS%3BEACL%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBARJ%2CMAQK%2CQAAQ%3BAACT%2CiBATJ%2CMASK%2CQAAQ%3BEACL%2CgCAAA%3B%3BAAEJ%2CiBAZJ%2CMAYK%2CMACG%2CWAAU%3BEACN%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CiBAnBJ%2CMAmBK%3BEACG%2CcAAA%3B%3BAADJ%2CiBAnBJ%2CMAmBK%2CUAEG%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAGR%2CiBA1BJ%2CMA0BK%3BEACG%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAzCZ%2CiBA%2BCI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAjDR%2CiBAmDI%3BEACI%2CeAAA%3B%3BAApDR%2CiBAsDI%3BAAtDJ%2CiBAuDI%3BAAvDJ%2CiBAwDI%2CSAAQ%3BAAxDZ%2CiBAyDI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAA3DR%2CiBA6DI%3BEACI%2CgBAAA%3B%3BAA9DR%2CiBA6DI%2CqBAGI%2CQAAO%3BAAhEf%2CiBA6DI%2CqBAII%2CQAAO%3BER37BX%2CmBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3B%3BAQ03BJ%2CiBA6DI%2CqBAQI%2CQAAO%3BEACH%2CUAAA%3B%3BAAIJ%2CiBADJ%2CQACK%3BEACG%2CmBAAA%3B%3BAA3EZ%2CiBA8EI%3BAA9EJ%2CiBA8EsB%3BEACd%2CqBAAA%3B%3BAAIR%2CWAAW%3BEACP%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BERl9BA%2CgBAAA%3B%3BAQs9BJ%2CQACI%2CcACI%3BEACI%2CkBAAA%3B%3BAAKZ%2CcAII%2CcAAc%3BEACV%2CkBAAA%3B%3BAALR%2CcAOI%2CQAAO%3BEAEH%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3B%3BAAZR%2CcAiBI%3BEACI%2CgBAAA%3B%3BAAOR%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CyCAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeAAC%3BEACG%2CeAAA%3B%3BAAEJ%2CeAAI%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAhBR%2CeAkBI%3BAAlBJ%2CeAkBmB%3BEACX%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAArBR%2CeAuBI%2CeACI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAA5BZ%2CeAuBI%2CeAOI%2CmBAAmB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAlCZ%2CeAuBI%2CeAaI%2CcAAc%3BEACV%2CeAAA%3BEACA%2CgBAAA%3B%3BAAtCZ%2CeAyCI%3BEACE%2CkBAAA%3B%3BAA1CN%2CeAyCI%2CoBAEE%2CWACE%2CWACI%2CiBAAiB%3BEACb%2CWAAA%3BEACA%2CeAAA%3B%3BAA%5C%2FChB%2CeAoDI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA1DR%2CeA4DI%3BEACI%2CSAAA%3B%3BAAEA%2CeAHJ%2COAGK%3BAAAY%2CeAHjB%2COAGkB%3BEACV%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAjEZ%2CeAoEI%2CSAAQ%2CSAAS%3BEACb%2CqBAAA%3B%3BAArER%2CeAoEI%2CSAAQ%2CSAAS%2CIAGb%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAPR%2CSAAQ%2CSAAS%2CIAGb%2CMAIK%3BEACG%2CSAAS%2CIAAT%3B%3BAA5EhB%2CeAoEI%2CSAAQ%2CSAAS%2CIAWb%3BEACI%2CqBAAA%3B%3BAAhFZ%2CeAmFI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3B%3BAArFR%2CeAmFI%2CSAGI%2CQAAO%3BEACH%2CgBAAA%3B%3BAAIZ%2CiBAAkB%2CgBAAkB%3BEAChC%2CeAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CkBAAA%3B%3BAALJ%2CmBAMI%3BEACE%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAACA%2CmBAXF%2CEAWG%3BEAAQ%2CcAAA%3B%3BAAjBf%2CmBAmBI%3BEACI%2CsBAAA%3B%3BAApBR%2CmBAmBI%2CaAEI%2CGAAE%3BEACA%2CSAAS%2COAAT%3BEACA%2C%2BBAAA%3B%3BAAvBV%2CmBAmBI%2CaAMI%3BEACE%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CsCAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CmBAtBN%2CaAMI%2CaAgBG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAlDZ%2CmBAmBI%2CaAMI%2CaA2BE%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAtDd%2CmBAmBI%2CaAMI%2CaA%2BBE%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CmBAhDJ%2CaAgDK%2CMAAO%3BEACJ%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CmBApDJ%2CaAoDK%2CaACG%2CGAAE%3BEACA%2CSAAS%2COAAT%3B%3BAAGE%2CmBAzDZ%2CaAoDK%2CaAIG%2CaACK%3BEACG%2CUAAA%3B%3BAAMR%2CmBAhER%2CaA8DK%2CWACC%2CaACG%3BEACC%2CSAAA%3B%3BAA4EZ%2CMAAM%2CQACJ%3BEAAgB%2CmBAAA%3B%3BAADlB%2CMAAM%2CQAEJ%2CQAAO%3BEACL%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAANJ%2CMAAM%2CQAQJ%2COAAM%3BEACJ%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAbJ%2CMAAM%2CQAQJ%2COAAM%2COAMJ%3BEAAO%2CaAAA%3B%3BAAIT%2CiBAAC%2CWACC%2CeACE%3BEACE%2CqBAAA%3B%3BAAHN%2CiBAAC%2CWACC%2CeAIE%3BEACE%2CuBAAA%3BEACA%2CiBAAA%3B%3BAAPN%2CiBAAC%2CWACC%2CeAQE%3BEACE%2C2BAAA%3B%3BAAVN%2CiBAAC%2CWACC%2CeAQE%2CsBAEE%3BEACE%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAdR%2CiBAAC%2CWACC%2CeAQE%2CsBAEE%2CsBAIE%2CmBACI%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAApBd%2CiBA2BE%2CcAAa%2CeAAgB%3BEAC3B%2CiBAAA%3B%3BAC3jDN%3BEACI%2CgBAAA%3B%3BAAEI%2CaADJ%2COACK%3BEACG%2CaAAA%3B%3BAAJZ%2CaAOI%3BEACI%2CgBAAA%3B%3BAARR%2CaAUI%3BE%2BBCA%2CqBAAA%3BE%5C%2FBUI%2CqBAAA%3BEACA%2CWAAA%3B%3BAAtBR%2CaAUI%2CO%2BBmQE%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2Ca%5C%2FBPA%2CO%2BBOC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCjQU%2CODiQV%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CmBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2Ca%5C%2FBpBJ%2CO%2BBmBC%2CMACI%3BExC2PL%2CWAAA%3B%3BAwCrPI%2Ca%5C%2FB1BJ%2CO%2BByBC%2COACI%3BExCqPL%2CWAAA%3B%3BASlQI%2CaAbJ%2COAaK%2COACK%2CWACE%3BEACI%2CgBAAA%3B%3BAA1BpB%2CaA%2BBI%2CQAAO%3BEACH%2CaAAA%3B%3BAAhCR%2CaAkCI%3BEACI%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAArCR%2CaAwCI%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA3CR%2CaA6CI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAALJ%2CoBAOI%3BETgOA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAUpDI%2CoBAFJ%2CGAEK%2CIAAI%3BET8NT%2CgBAAA%3BEAAA%2CsBAAA%3BES3NQ%2CaAAA%3B%3BAAZZ%2CoBAOI%2CGAOI%3BETyNJ%2C6BAAA%3BESvNQ%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CoBAfR%2CGAOI%2CGAQK%3BEACG%2CgBAAA%3B%3BAAEJ%2CoBAlBR%2CGAOI%2CGAWK%3BAACD%2CoBAnBR%2CGAOI%2CGAYK%3BET6MT%2CmBAAA%3BES3MY%2CWAAA%3B%3BAA5BhB%2CoBAOI%2CGAOI%2CGAgBI%3BETyMR%2CWAAA%3BESvMY%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMhB%2CKAAK%2COAAO%3BEAGR%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3B%3BAAIQ%2CKAbP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COACK%3BEACG%2CkBAAA%3B%3BAADJ%2CKAbP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COACK%2CYAEG%3BEACI%2CkBAAA%3B%3BAACA%2CKAjBf%2COAAO%2CSAWR%2CQAAO%2CMACH%2COACK%2CYAEG%2CSAEK%3BEACG%2CSAAS%2CSAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAIZ%2CKA5BP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COAgBK%3BEACG%2CkBAAA%3B%3BAADJ%2CKA5BP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COAgBK%2CWAEG%2CIAAG%2CWAAW%3BEACV%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAAGR%2CKApCP%2COAAO%2CSAWR%2CQAAO%2CMACH%2COAwBK%2CWACG%3BEACI%2CkBAAA%3B%3BAAtCpB%2CKAAK%2COAAO%2CSA8CR%2COAAM%2CMACF%2COACI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAAMhB%3BEAEG%2CgBAAA%3B%3BAAFH%2CaAGK%3BEACG%2CqBAAA%3BEACA%2CkBAAA%3B%3BACzJJ%2CoBACI%3BEACI%2CeAAA%3B%3BAAFR%2CoBACI%2CoBAEI%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAaV%3BEVmQA%2CmBAAA%3BEU%5C%2FPI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAARJ%2CaASM%3BEV0PN%2CeAAA%3BEUxPQ%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAjBR%2CaAmBI%2COACI%2CKAAI%2CIAAI%2CeACJ%3BEACI%2CgBAAA%3B%3BAAtBhB%2CaAmBI%2COAMI%3BEACI%2CgBAAA%3B%3BAA1BZ%2CaAmBI%2COASI%3BEACI%2CgBAAA%3B%3BAACA%2CaAXR%2COASI%2COAEK%3BEACG%2CaAAA%3B%3BAA%5C%2FBhB%2CaAmBI%2COAeI%2CiBACM%3BEACE%2CiBAAA%3B%3BAApChB%2CaAmBI%2COAeI%2CiBACM%2CWAEE%2CQAAO%3BEAEH%2CWAAA%3B%3BAAvCpB%2CaAmBI%2COAgCI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CaAnCR%2COAgCI%2COAGK%3BEACG%2CUAAA%3B%3BAAvDhB%2CaAmBI%2COAgCI%2COAMI%3BEACE%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA5Dd%2CaAmBI%2COA4CI%3BEACI%2CeAAA%3B%3BAAhEZ%2CaAmBI%2COA4CI%2CcAEI%2COACI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAApEpB%2CaAmBI%2COA4CI%2CcAEI%2COAKI%2COACM%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAMpB%2CUAAW%2CcACP%3BEACI%2CgBAAA%3B%3BAApFZ%2CaAuFI%3BEAEI%2CeAAA%3BEACA%2CkBAAA%3B%3BAA1FR%2CaAuFI%2CwBAII%2CQAAO%2CQAAQ%3BEAEX%2CWAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAACA%2CaAZR%2CwBAII%2CQAAO%2CQAAQ%2CSAQV%3BEACC%2CyBAAA%3B%3BAAEF%2CaAfR%2CwBAII%2CQAAO%2CQAAQ%2CSAWV%3BEACC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CkBAAA%3B%3BAAzGd%2CaAuFI%2CwBAqBI%3BEACI%2CqBAAA%3B%3BAACA%2CaAvBR%2CwBAqBI%2CMAEK%3BEACG%2CgBAAA%3B%3BAA%5C%2FGhB%2CaAmHI%3BEACI%2CiBAAA%3B%3BAApHR%2CaAmHI%2CSAEM%2CIAAC%2CYAAY%3BEACX%2CaAAA%3B%3BAAOZ%3BEAEI%2CeAAA%3BEACA%2CUAAA%3BEAEA%2CqBAAA%3B%3BAALJ%2CYAMI%2CMAEE%3BAARN%2CYAOI%2CMACE%3BAARN%2CYAMI%2CMAygBR%2CCAvgBgB%3BAARZ%2CYAOI%2CMAwgBR%2CCAvgBgB%3BEACJ%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAVR%2CYAMI%2CMAME%2COAAM%2COACJ%3BAAbR%2CYAOI%2CMAKE%2COAAM%2COACJ%3BAAbR%2CYAMI%2CMAME%2COAAM%2COAmgBhB%2CCAlgBoB%3BAAbhB%2CYAOI%2CMAKE%2COAAM%2COAmgBhB%2CCAlgBoB%3BEACN%2CqBAAA%3B%3BAAdV%2CYAMI%2CMAME%2COAAM%2COAIJ%3BAAhBR%2CYAOI%2CMAKE%2COAAM%2COAIJ%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAvBZ%2CYAMI%2CMAME%2COAAM%2COAaJ%3BAAzBR%2CYAOI%2CMAKE%2COAAM%2COAaJ%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FBV%2CYAMI%2CMAME%2COAAM%2COAqBJ%3BAAjCR%2CYAOI%2CMAKE%2COAAM%2COAqBJ%3BEACE%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAASN%2CKAAC%2CcACG%2CmBAAqB%3BEACjB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CKALP%2CcACG%2CmBAAqB%3BAAId%2CKALV%2CcACG%2CmBAAqB%2CIAIb%3BEACA%2CcAAA%3B%3BAANZ%2CKAAC%2CcASG%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAXR%2CKAAC%2CcAaG%2CMACI%2CMACE%2CGAAG%2CGAAE%3BEACH%2CgCAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CKAvBX%2CcAaG%2CMACI%2CMACE%2CGAAG%2CGAAE%2CIAQF%3BEACC%2CgBAAA%3B%3BAAxBd%2CKAAC%2CcAaG%2CMAeI%2CMACI%3BEACI%2CSAAA%3B%3BAA9BhB%2CKAAC%2CcAaG%2CMAoBM%3BEACE%2CgCAAA%3BEACA%2CkBAAA%3B%3BAAnCZ%2CKAAC%2CcAsCG%3BEACI%2CsBAAA%3B%3BAACA%2CKAxCP%2CcAsCG%2CKAEK%3BAACD%2CKAzCP%2CcAsCG%2CKAGK%3BAACD%2CKA1CP%2CcAsCG%2CKAIK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CKAxCP%2CcAsCG%2CKAEK%2CMAKG%3BAAJJ%2CKAzCP%2CcAsCG%2CKAGK%2CSAIG%3BAAHJ%2CKA1CP%2CcAsCG%2CKAIK%2CKAGG%3BEACE%2CeAAA%3BEACA%2CoBAAA%3B%3BAAGN%2CKAlDP%2CcAsCG%2CKAYK%3BEACC%2CgBAAA%3B%3BAADF%2CKAlDP%2CcAsCG%2CKAYK%2CSAEC%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CKA1DP%2CcAsCG%2CKAoBK%3BEACG%2CiBAAA%3B%3BAADJ%2CKA1DP%2CcAsCG%2CKAoBK%2CIAKG%2COAAM%3BEACJ%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAjEd%2CKAAC%2CcAsCG%2CKA8BM%3BEVoBd%2CeAAA%3B%3BAUxFI%2CKAAC%2CcAyEG%2CcACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAA9EZ%2CKAAC%2CcAiFG%2CMACI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAtFZ%2CKAAC%2CcA0FG%3BEAEI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAA9FR%2CKAAC%2CcA0FG%2CiBAKM%3BAA%5C%2FFV%2CKAAC%2CcA0FG%2CiBAMM%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEVZhB%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BA9BsLI%2CKAAC%2CcA0FG%2CiBAKM%2Ce8BnBZ%3BA9B5EE%2CKAAC%2CcA0FG%2CiBAMM%2CiB8BpBZ%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CK9BgLK%2CcA0FG%2CiBAKM%2Ce8B%5C%2FQb%3BAAAD%2CK9BgLK%2CcA0FG%2CiBAMM%2CiB8BhRb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC3PQ%2COD2PR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CK9BmKC%2CcA0FG%2CiBAKM%2Ce8BnQb%2CMACI%3BAAAD%2CK9BmKC%2CcA0FG%2CiBAMM%2CiB8BpQb%2CMACI%3BExC2PL%2CWAAA%3B%3BAwCrPI%2CK9B6JC%2CcA0FG%2CiBAKM%2Ce8B7Pb%2COACI%3BAAAD%2CK9B6JC%2CcA0FG%2CiBAMM%2CiB8B9Pb%2COACI%3BExCqPL%2CWAAA%3B%3BAUxFI%2CKAAC%2CcA0FG%2CiBAqBM%3BEAEE%2COAAA%3B%3BA8BlMhB%2CK9BiFK%2CcA0FG%2CiBAqBM%2CiB8BhMb%3BExCyKD%2CSC1PS%2COD0PT%3B%3BAUxFI%2CKAAC%2CcAuHG%3BEACI%2CiBAAA%3B%3BAACA%2CKAzHP%2CcAuHG%2CQAEK%3BEACG%2CcAAA%3B%3BAAEJ%2CKA5HP%2CcAuHG%2CQAKK%2CKAAK%3BEAEF%2CgBAAA%3B%3BAAKJ%2CKAnIP%2CcAkIG%2CSACK%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAACA%2CKA7IX%2CcAkIG%2CSACK%2CWAUI%3BEACC%2CgBAAA%3B%3BAAGN%2CKAjJP%2CcAkIG%2CSAeK%3BEVzDb%2CeAAA%3BEU2DgB%2CcAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAIJ%2CKAzJP%2CcAwJG%2C0BACK%3BEACG%2CSAAS%2CGAAT%3B%3BAA1JZ%2CKAAC%2CcA%2BJG%3BEACI%2CgBAAA%3B%3BAAhKR%2CKAAC%2CcAqKG%2CmBAAqB%3BEACjB%2CeAAA%3B%3BAAtKR%2CKAAC%2CcAkLG%2CQAAO%3BEACH%2CqBAAA%3BEACA%2CiBAAA%3B%3BAApLR%2CKAAC%2CcAsLG%2CMAAM%3BEACF%2CeAAA%3B%3BAASZ%3BEACI%2CgCAAA%3BEACA%2CYAAA%3BEAEA%2CiBAAA%3B%3BAAJJ%2CcAKI%2COAAS%3BEACP%2CaAAA%3B%3BAAQN%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAAiB%3BEACb%2CcAAA%3B%3BAA8HA%2CMAAC%3BEV1PL%2CeAAA%3BEU4PQ%2CgBAAA%3B%3BAAFJ%2CMAAC%2CUAGG%3BEACI%2CYAAA%3B%3BA4BjhBZ%2CeACI%3BEACI%2CWAAA%3B%3BAAFR%2CeACI%2CaAEI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAALZ%2CeAQI%3BEACI%2CiBAAA%3B%3BAATR%2CeAcI%3BEACI%2CaAAA%3B%3BAACA%2CeAFJ%2CUAEK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CeADJ%2CMACK%3BEACG%2CkBAAA%3B%3BAA1BZ%2CeA6BI%2CeACM%2CWACI%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEI%2CeANhB%2CeACM%2CWACI%2CaAGE%2CQACK%3BEACG%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAA1CxB%2CeA6BI%2CeACM%2CWAgBE%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAhDhB%2CeAoDI%3BAApDJ%2CeAqDI%3BAArDJ%2CeAsDI%3BAAtDJ%2CeAuDI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEC7BA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAvCFA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAsCuBJ%2CiBC1BA%3BEAEI%2CeAAA%3BEvC8OJ%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBCxBC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSClQa%2CODkQb%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBCZC%2CMACI%3BExC2PL%2CWAAA%3B%3BAwCrPI%2CiBDKJ%2CiBCNC%2COACI%3BExCqPL%2CWAAA%3B%3BAuCqEA%2CiBArTA%2CiBAqTC%3BEvCrED%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2CiBDwBA%2CiBAqTC%2COC7UA%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSClQa%2CODkQb%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBDWJ%2CiBAqTC%2COCjUA%2CMACI%3BExC2PL%2CWAAA%3B%3BAwCrPI%2CiBDKJ%2CiBAqTC%2COC3TA%2COACI%3BExCqPL%2CWAAA%3B%3BAsCtNA%2CiBC6JA%3BEvCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEuChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEvC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAsCtNA%2CiBC6JA%2CgBAsBI%3BEvCmCJ%2CSAAA%3B%3BAuC3BQ%2CiBA9BR%2CgBAsBI%2CGAQK%3BEAEG%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2CgBAuVC%3BAACD%2CiBAxVA%2CgBAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2CgBAiWC%3BEACG%2CiBAAA%3BEvCzSJ%2CsDAAA%3BEuC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CgBAuWC%3BEACG%2CiBAAA%3BEvC%5C%2FSJ%2CsDAAA%3BEuCiTI%2CWAAA%3B%3BAAzDJ%2CiBAjTA%2CgBAiTC%3BEvCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAuC6PA%2CiBAtTA%2CgBAsTC%3BEvC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAuCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAD9MR%2CiBAkBI%3BEtCoMJ%2CiBAAA%3BEsClMQ%2CYAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CyCAAA%3B%3BAAzBR%2CiBAkBI%2CgBAQI%3BEACI%2CaAAA%3B%3BAAEJ%2CiBAXJ%2CgBAWK%3BAAAS%2CiBAXd%2CgBAWe%3BEAAS%2CaAAA%3B%3BAA7B5B%2CiBA%2BBI%2CSACI%2CSACM%3BAAjCd%2CiBA%2BBI%2CSACI%2CSAEM%3BEACE%2CeAAA%3B%3BAAKR%2CiBADJ%2CQACK%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BElCgHZ%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BApCiOA%2CiBkClII%2CQACK%2CMlCiIR%3BAACD%2CiBkCnII%2CQACK%2CMlCkIR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBkCxII%2CQACK%2CMlCuIR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBkC7II%2CQACK%2CMlC4IR%3BAACD%2CiBkC9II%2CQACK%2CMlC6IR%3BAACD%2CQAAQ%2CUAAW%2CkBkC%5C%2FIf%2CQACK%3BElC%2BIL%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAsC9KQ%2CiBADJ%2CQACK%2CMEkKP%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CiBFyFI%2CQACK%2CME1FR%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CiBF4EA%2CQACK%2CME9ER%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CiBFsEA%2CQACK%2CMExER%2COACI%3BExCqPL%2CcAAA%3B%3BAsC%5C%2FJQ%2CiBAhBJ%2CQAgBK%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CiBArBR%2CQAgBK%2CSAKI%3BEACC%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEE%2CiBAzBZ%2CQAgBK%2CSAKI%2COAGC%2CeACG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CKAAK%2CUAAL%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CaAAA%3BEACA%2CwCAAA%3B%3BAAxBV%2CiBAhBJ%2CQAgBK%2CSA4BG%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAACA%2CiBA%5C%2FCV%2CQAgBK%2CSA4BG%2CeAGG%3BEAAU%2CSAAA%3B%3BAA%5C%2FBjB%2CiBAhBJ%2CQAgBK%2CSAoCG%2CSAAQ%3BEAEJ%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAnDR%2CiBAhBJ%2CQAgBK%2CSAoCG%2CSAAQ%2CIAgBJ%2CQACM%3BEtC0GtB%2CeAAA%3B%3BAsClGY%2CiBA7ER%2CQAgBK%2CSA6DI%3BAAAS%2CiBA7ElB%2CQAgBK%2CSA6Dc%2COAAO%3BEACd%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CiBAnFR%2CQAgBK%2CSAmEI%2CMAAM%3BAAAS%2CiBAnFxB%2CQAgBK%2CSAmEoB%2COAAO%3BAAAS%2CiBAnFzC%2CQAgBK%2CSAmEqC%2COAAO%3BAAAS%2CiBAnF1D%2CQAgBK%2CSAmEsD%2COAAO%2CMAAM%3BEAC5D%2CWAAA%3B%3BAAEJ%2CiBAtFR%2CQAgBK%2CSAsEI%3BEACC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAlId%2CiBAsII%3BEACI%2CiBAAA%3B%3BAAKJ%2CcADF%2CQACG%2CSACC%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAACA%2CcAXN%2CQACG%2CSACC%2CeASG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAMV%3BEACI%2CgBAAA%3B%3BAAGJ%3BEtC2CA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAuC%2BHA%2CeAUI%2CsBACI%3BEACI%2CqBAAA%3B%3BAAZZ%2CeAeI%3BEACI%2CqBAAA%3B%3BAAhBR%2CeAkBI%3BEACI%2CiBAAA%3B%3BAAnBR%2CeAkBI%2CsBAEI%3BAApBR%2CeAkBI%2CsBAGI%3BEACI%2CgBAAA%3B%3BAAtBZ%2CeAkBI%2CsBAMI%2CMAAK%3BEtCmBb%2CiBAAA%3B%3BAsC3CA%2CeAkBI%2CsBAYI%3BEACI%2CiBAAA%3B%3BAA%5C%2FBZ%2CeAkCI%2CSACM%3BAAnCV%2CeAkCI%2CSAEM%3BEACE%2CYAAA%3BEACA%2CYAAA%3B%3BAAtCZ%2CeAkCI%2CSAMI%3BEAMI%2CSAAA%3BEACA%2CuBAAA%3B%3BAANA%2CeAPR%2CSAMI%2CQACK%3BEACG%2CgBAAA%3BEACA%2CoBAAA%3BEtCAhB%2CcAAA%3B%3BAsCQgB%2CeAjBZ%2CSAeI%2CSAAQ%2CQACF%2CUACG%3BEACG%2CarCnRL%2CaqCmRK%3B%3BAEzKpB%2CeFuJI%2CSAeI%2CSAAQ%2CQACF%2CUEvKb%3BExCgKD%2CSCxQQ%2CODwQR%3B%3BAwChKA%2CeFuJI%2CSAeI%2CSAAQ%2CQAUH%2COACK%2CUEjLjB%3BExCgKD%2CSCzQM%2CODyQN%3B%3BAsCyBQ%2CeAlCJ%2CSAkCK%3BEACG%2CeAAA%3B%3BAAEJ%2CeArCJ%2CSAqCK%2CQACG%2CSAAQ%3BEtC7BpB%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAF4PQ%2CeArCJ%2CSAqCK%2CQACG%2CSAAQ%2COEzClB%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CeFiNI%2CSAqCK%2CQACG%2CSAAQ%2COEvPnB%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAF7CQ%2CeArCJ%2CSAqCK%2CQAWG%3BEACI%2CaAAA%3B%3BAAnFhB%2CeA6FI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAjGR%2CeAmGI%3BEACI%2CmBAAA%3BEtCzDR%2CiBAAA%3B%3BAsC3CA%2CeAuGI%3BEACI%2CaAAA%3B%3BA3BnUR%3BEXsQA%2CoBAAA%3B%3BAWlQA%3BEACE%2CeAAA%3B%3BAAEF%2CWACE%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CcAAA%3B%3BAAHN%2CWAKE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEX2OA%2CeAAA%3B%3BAW3OA%2CYAOI%3BEAEI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEXgOR%2CgCAAA%3B%3BAW3OA%2CYAeI%3BEACI%2CeAAA%3B%3BAAIR%2CqBAMI%3BEACI%2CeAAA%3B%3BA%2BC3ER%3BE1D2RA%2CgCAAA%3BEAAA%2C6BAAA%3BEAAA%2CwBAAA%3BE0DrRI%2CkBAAA%3B%3BAANJ%2CsBAQI%3BE1DmRJ%2CeAAA%3BE0DjRQ%2CYAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CsBAQI%2CiBAKI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAfZ%2CsBAQI%2CiBASI%3BEACI%2CWAAA%3B%3BAAlBZ%2CsBAsBI%3BEACI%2CWAAA%3B%3BAAII%2CsBALR%2CkBAGI%2COAEK%2COAAO%3BEtDuMpB%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BE0D9PgB%2CYAAA%3B%3BAtDiNhB%2CsBsDxNI%2CkBAGI%2COAEK%2COAAO%2CStDmNnB%3BAACD%2CsBsDzNI%2CkBAGI%2COAEK%2COAAO%2CStDoNnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBsD9NI%2CkBAGI%2COAEK%2COAAO%2CStDyNnB%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBsDnOI%2CkBAGI%2COAEK%2COAAO%2CStD8NnB%3BAACD%2CsBsDpOI%2CkBAGI%2COAEK%2COAAO%2CStD%2BNnB%3BAACD%2CQAAQ%2CUAAW%2CuBsDrOf%2CkBAGI%2COAEK%2COAAO%3BEtDiOhB%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA0DhQY%2CsBALR%2CkBAGI%2COAEK%2COAAO%2CSAGJ%2CSAAQ%3BEACJ%2CSAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CsBAZZ%2CkBAGI%2COAEK%2COAAO%2CSAOH%3BEACC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEF%2CsBArBZ%2CkBAGI%2COAEK%2COAAO%2CSAgBH%3BEACC%2CSAAA%3B%3BAAEF%2CsBAxBZ%2CkBAGI%2COAEK%2COAAO%2CSAmBH%3BEACC%2CWAAA%3B%3BA9CjBlB%3BEAEI%2CaAAA%3B%3BAmDzBA%2CMAAC%2COACG%2CSACI%3BAAFR%2CMAAC%2COACG%2CSAEI%3BAAHR%2CMAAC%2COACG%2CSAGI%3BE%5C%2FDgRZ%2CqBAAA%3B%3BAwB1RA%2CqBACI%2CaAMI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAVpB%2CqBACI%2CaAaI%2CcACI%3BEAEI%2CeAAA%3B%3BAiMIhB%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcAAC%3BEzN%2BPL%2CYAAA%3B%3BAyN%5C%2FPI%2CcAAC%2CQAGG%3BEACI%2CcAAA%3B%3BAAGA%2CcAPP%2CQAMG%2CsBACK%3BEzNwPb%2CWAAA%3B%3BAyNrQA%2CcAmBI%3BEzNkPJ%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAiLSA%2CcAmBI%2CsBjLsOF%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CciLsBI%2CsBjLtBH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCrOQ%2CODqOR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CciLSA%2CsBjLVH%2CMACI%3BExC2PL%2CWAAA%3B%3BAyNvOY%2CUAAW%2CeAXnB%2CsBAUK%3BEzNwOT%2CYAAA%3B%3BAyNvOY%2CUAAW%2CeAXnB%2CsBAUK%2CMAGS%3BEACE%2CcAAA%3B%3BAAEJ%2CUALO%2CeAXnB%2CsBAUK%2CMAMQ%3BEzNkOjB%2CWAAA%3B%3BAyNrQA%2CcA0CI%3BEzN2NJ%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CkBAAA%3BEAAA%2CcAAA%3BEAAA%2CaAAA%3BEAAA%2CYAAA%3BEyNpNQ%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CcAfJ%2CuBAeK%3BAACD%2CcAhBJ%2CuBAgBK%3BEzNyPT%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEAhDA%2C2BAAA%3BEAAA%2CYAAA%3BEAAA%2CSAAA%3BEyNnMY%2C%2BBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcA%5C%2FBJ%2CuBA%2BBK%3BEzN4LT%2CuBAAA%3B%3BAyNzLQ%2CcAlCJ%2CuBAkCK%3BEzNyLT%2C0BAAA%3BEyNvLY%2CUAAA%3BEACA%2CUAAA%3B%3BAhMvEZ%2CYAMI%3BAANJ%2CYAOI%3BEzBsPJ%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAyB7PA%2CYAMI%2CYAII%2CUACI%2COACI%3BAAZhB%2CYAOI%2CuBAGI%2CUACI%2COACI%3BEACI%2CgBAAA%3B%3BAAbpB%2CYAMI%2CYAII%2CUAMI%3BAAhBZ%2CYAOI%2CuBAGI%2CUAMI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAlBhB%2CYAuBI%3BEzBsOJ%2C6BAAA%3BEAAA%2CcAAA%3BEAAA%2CiBAAA%3BEAAA%2CeAAA%3BEAAA%2C0BAAA%3BEAAA%2C6BAAA%3BEAAA%2CUAAA%3BEyB7NQ%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAdJ%2CuBAcK%3BEzBwNT%2CqBAAA%3B%3BAyBrNY%2CYAjBR%2CuBAcK%2CcAGI%3BEzBqNb%2CmBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCtOa%2CODsOb%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CYAAA%3BEAAA%2CWAAA%3BEyB9MgB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAhBR%2CYAdJ%2CuBAcK%2CcAmBG%3BEAEI%2CkBAAA%3B%3BAA1DhB%2CYAqEI%3BEACI%2CeAAA%3B%3BAAEI%2CYAHR%2CmBAEM%2COACG%3BEACG%2CSAAS%2CGAAT%3BEACA%2CqBAAA%3B%3BAA1EhB%2CYA%2BEI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAjFR%2CYAoFI%3BEAEI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAQR%2CyBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CyBAII%3BEACI%2CaAAA%3B%3BAAOI%2CiBAFR%2CiBACI%2CQACK%3BEAEG%2CeAAA%3B%3BAAMhB%2C%2BBACI%2CMACI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAJZ%2C%2BBAOI%2CMACI%3BEzBiIR%2C6BAAA%3BEAAA%2CmBAAA%3BEAAA%2CgBAAA%3B%3BAyB7HY%2C%2BBALR%2CMACI%2CGAIK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2C%2BBAZR%2CMAWI%2CGACK%2CYACG%3BEACI%2CgBAAA%3B%3BAArBpB%2C%2BBAOI%2CMAkBI%3BEACI%2CgBAAA%3B%3BAA1BZ%2C%2BBAOI%2CMAqBI%2CWACI%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAgC%5C%2FKhB%3BEACI%2CkBAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CSAAA%3B%3BAADJ%2CsBAAC%2CcAGG%3BEzDgRR%2CWAAA%3BEyD9QY%2CeAAA%3B%3BAAEA%2CsBAPP%2CcAGG%2CsBAIK%3BEACG%2CaAAA%3B%3BAARZ%2CsBAAC%2CcAgBG%3BEzDmQR%2CYAAA%3BEyD%5C%2FPY%2CUAAA%3B%3BA%5C%2FBdZ%2C%2BBAEI%3BE1B2QJ%2CgCAAA%3BE0BxQQ%2CeAAA%3BEACA%2CkBAAA%3B%3BAANR%2C%2BBAEI%2C4BAMI%3BE1BqQR%2CUAAA%3BEAAA%2CqBAAA%3BEwC9QA%2CqBAAA%3BEdqBY%2CSAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3B%3BAAtBZ%2C%2BBAEI%2C4BAMI%2CacyPN%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2C%2BBdHI%2C4BAMI%2CacHP%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC3PQ%2COD2PR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C%2BBdhBA%2C4BAMI%2CacSP%2CMACI%3BExC2PL%2CWAAA%3B%3BAwCrPI%2C%2BBdtBA%2C4BAMI%2CaceP%2COACI%3BExCqPL%2CWAAA%3B%3BA0BrPY%2C%2BBAtBR%2C4BAMI%2CaAgBK%3BEACG%2CcAAA%3B%3BAAzBhB%2C%2BBA8BI%3BE1B%2BOJ%2CiBAAA%3B%3BA0B7QA%2C%2BBA8BI%2C8BAEI%3BEACI%2CeAAA%3B%3BAAjCZ%2C%2BBAqCI%3BAArCJ%2C%2BBAsCI%3BEACI%2CeAAA%3B%3BAmCxCR%3BE7D8QA%2CgBAAA%3BEAAA%2CmBAAA%3BE6D3QI%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CkBASM%3BEAEE%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAdR%2CkBAsBI%2CMACI%3BE7DuPR%2CWAAA%3BE6DrPY%2CcAAA%3B%3BAAKJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%3BAADJ%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%3BEACI%2CaAAA%3BE7D6OhB%2CiBAAA%3BE6D3OgB%2CcAAA%3B%3BAALR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKACN%2CMAKI%3BAANR%2CkBADJ%2COAAM%2CKACE%2CSAAM%2CKAEN%2CQAII%3BEACI%2CgBAAA%3B%3BAArCpB%2CkBA2CI%3BEACI%2CkBAAA%3B%3BAA5CR%2CkBAoDI%2CeACM%3BEACE%2CgCAAA%3BE7DwNZ%2C0BAAA%3BE6DtNY%2CeAAA%3BE7DsNZ%2CcAAA%3BEwChOA%2CqBAAA%3BEqBoBY%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAnEZ%2CkBAoDI%2CeACM%2CSrB6MR%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CkBqBAI%2CeACM%2CSrBDT%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAqBnRY%2CkBAhBR%2CeACM%2CSAeG%3BEACG%2CkBAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3B%3BAAvEhB%2CkBAoDI%2CeACM%2CSAoBE%3BE7DqMZ%2CeAAA%3BE6DnMgB%2CgBAAA%3BEACA%2CSAAA%3B%3BArBkChB%2CkBqB1DI%2CeA2BK%2COACK%2CSrB8Bb%3BExCgKD%2CSCzQM%2CODyQN%3B%3BA6D9QA%2CkBAoDI%2CeAmCI%3BEACI%2CkBAAA%3B%3BAAxFZ%2CkBA6FI%3BE7DiLJ%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BE6D7KQ%2CSAAA%3B%3BAAEJ%2COAAO%2CKAAM%2CmBACT%3BEACI%2CSAAA%3BEACA%2CcAAA%3B%3BAAtGZ%2CkBAyGI%2CcACI%2CSAAS%3BEACP%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA5GV%2CkBAyGI%2CcAKI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAjHZ%2CkBAyGI%2CcAUI%3BEACI%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAtHZ%2CkBAyGI%2CcAeI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAA1HZ%2CkBAyGI%2CcAmBI%3BE7DkJR%2CiBAAA%3BE6DhJY%2CgBAAA%3B%3BAAGA%2CkBAxBR%2CcAuBI%2CqBACQ%2CuBACA%3BE7D4IhB%2CeAAA%3B%3BA2BtRA%3BEACI%2CsBAAA%3B%3BAADJ%2CwBAEI%3BEACI%2CkBAAA%3B%3BAAHR%2CwBAKI%2COAAM%3BEACF%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAARR%2CwBAUI%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAbR%2CwBAeI%3BEACI%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAPR%2CuBAUI%2COAAM%3BEACF%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAMR%2CqBACI%3BE3ByOJ%2CcAAA%3BE2BvOQ%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAJR%2CqBACI%2CaAII%3BEACI%2CgBAAA%3B%3BAANZ%2CqBASI%2COACI%3BEACI%2CgBAAA%3B%3BAAXZ%2CqBAkBI%2COAAM%3BEACF%2CSAAA%3B%3BAAnBR%2CqBAkBI%2COAAM%2COAEF%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAtBZ%2CqBAkBI%2COAAM%2COAMF%2COACI%3BAAzBZ%2CqBAkBI%2COAAM%2COAMF%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAGR%2CqBAbJ%2COAAM%2COAaE%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CqBAlBR%2COAAM%2COAaE%2CSAKC%3BE3BsMb%2CYAAA%3BEAAA%2CiBAAA%3BEAAA%2CuBAAA%3BEAAA%2CeAAA%3BE2BjMgB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CMAAA%3B%3BAC9FhB%2CwBACI%3BEACI%2CgBAAA%3B%3BAAGA%2CwBADJ%2CgBACK%2CYACG%3BEACI%2CaAAA%3B%3BAAGR%2CwBANJ%2CgBAMK%2CQACG%3BEACI%2CcAAA%3B%3BAAZhB%2CwBA6BI%3BE5BqPJ%2C6BAAA%3BEAAA%2CcAAA%3BE4BlPQ%2CSAAA%3B%3BAAhCR%2CwBA6BI%2CsBAKI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAArCZ%2CwBA6BI%2CsBAWI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3B%3BAA1CZ%2CwBA8CI%3BEACI%2CaAAA%3BE5BmOR%2CqBAAA%3B%3BA4BhOY%2CwBAJR%2CwBAGI%2CUACK%2CIAAI%3BEACD%2CeAAA%3B%3BAAnDhB%2CwBAwDI%3BAAxDJ%2CwBAyDI%3BE5ByNJ%2CgBAAA%3B%3BA4BlRA%2CwBA6DI%3BEACI%2CiBAAA%3B%3BAA9DR%2CwBAiEI%3BEACI%2CeAAA%3B%3BAAlER%2CwBAiEI%2CgCAGI%2CSACI%3BEACI%2CcAAA%3B%3BAAtEhB%2CwBAiEI%2CgCAaI%3BE5BoMR%2CiBAAA%3BEAAA%2CmBAAA%3B%3BA4BzLQ%2CwBADJ%2CqBACQ%3BEACA%2CeAAA%3B%3BAA1FZ%2CwBAmGI%3BEACI%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAtGR%2CwBAwGI%3BEACI%2CaAAA%3B%3BAsBjGY%2CwBAJhB%2CgBACK%2CQACG%2CsBACI%2CeACK%3BEACG%2CSjDAlB%2COiDAkB%3B%3BAAKhB%2CwBAVJ%2CgBAUK%2CaACG%3BEACI%2CeAAA%3B%3BAAFR%2CwBAVJ%2CgBAUK%2CaAIG%3BEACI%2CaAAA%3B%3BAAhBhB%2CwBAqBI%3BElD0PJ%2C6BAAA%3BEAAA%2CcAAA%3B%3BAkD%5C%2FQA%2CwBAqBI%2CsBAII%3BElDsPR%2CWAAA%3BEAAA%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAAMA%2CwBUhCI%2CsBAII%2CeV4BP%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CmBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CwBU7CA%2CsBAII%2CeVwCP%2CMACI%3BExC6ML%2CWAAA%3B%3BAwCvMI%2CwBUnDA%2CsBAII%2CeV8CP%2COACI%3BExCuML%2CWAAA%3B%3BAkD%5C%2FQA%2CwBAqBI%2CsBAII%2CeAaM%3BEACE%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAxChB%2CwBA6CI%3BElDkOJ%2CqBAAA%3B%3BAkD%5C%2FQA%2CwBAiDI%3BEACI%2CeAAA%3B%3BAAlDR%2CwBAqDI%3BEACI%2CUAAA%3B%3BAAtDR%2CwBAqDI%2CmBAEI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CwBAPR%2CmBAEI%2CMAKK%3BEACG%2CgBAAA%3B%3BAADJ%2CwBAPR%2CmBAEI%2CMAKK%2CQAEG%3BEACI%2CgBAAgB%2CaAAhB%3BEACA%2CQAAQ%2CaAAR%3BEACA%2CYAAA%3B%3BAAGR%2CwBAfR%2CmBAEI%2CMAaK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAAtEhB%2CwBAqDI%2CmBAEI%2CMAiBI%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAA3EhB%2CwBAqDI%2CmBAyBI%3BEACI%2CgBAAgB%2CeAAhB%3BEACA%2CiCAAA%3BEACA%2CQAAQ%2CeAAR%3BEACA%2CYAAA%3B%3BAAlFZ%2CwBAsFI%2COAII%2CQACM%3BEACE%2CqBAAA%3B%3BAA5FhB%2CwBAsFI%2COAII%2CQAII%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAhGhB%2CwBAsFI%2COAaI%2COACI%3BEACI%2CYAAA%3B%3BAArGhB%2CwBAsFI%2COAkBI%2CMACI%3BEACI%2CWAAA%3B%3BAA1GhB%2CwBAsFI%2COAuBI%2CQACI%3BEACI%2CYAAA%3B%3BAA%5C%2FGhB%2CwBAsFI%2COA6BM%2CSAAM%2CIACF%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAtHhB%2CwBAsFI%2COAmCI%2CKACI%3BEACI%2CcAAA%3B%3BAA3HhB%2CwBAsFI%2COAmCI%2CKAII%3BEACI%2CWAAA%3B%3BAAIR%2CwBA5CJ%2COA4CK%2CSACK%2CSACE%2CQAAO%2CMAAM%2CQACT%3BEACI%2CsBAAA%3B%3BArCvJxB%2C0BACI%3BEACI%2CkBAAA%3B%3BAAFR%2C0BAKI%2CoBAAmB%3BEb%2BYvB%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAa9YQ%2C0BAHJ%2CoBAAmB%2CMAGd%2CSACG%2CMAAK%3BEACD%2CaAAA%3B%3BAAIA%2C0BATZ%2CoBAAmB%2CMAGd%2CSAKG%2CaACK%3BEACG%2CSAAS%2CGAAT%3BEbiRpB%2CcAAA%3BEAAA%2CcAAA%3B%3BAahSA%2C0BA6BI%3BEAEI%2CwBAAA%3B%3BAAKR%3BEAEI%2CqBAAA%3B%3BAAFJ%2C0BAII%3BEACI%2CkBAAA%3B%3BAALR%2C0BAQI%3BEAEI%2CgBAAA%3B%3BAAKR%3BEACI%2CcAAA%3B%3BA6MzDJ%2CoBACI%3BEACI%2CaAAA%3B%3BAAFR%2CoBAII%2CUAAY%3BAAJhB%2CoBAIyB%2CcAAc%3BEAC%5C%2FB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAVR%2CoBAYI%2CWAAW%2CcACP%3BAAbR%2CoBAYI%2CWAAW%2CcACiB%3BEACpB%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAvBZ%2CoBAYI%2CWAAW%2CcAaP%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAvLfhB%3BEACI%2CmBAAA%3B%3BAAEI%2CgBADJ%2COACK%2CaACG%3BEACI%2CgBAAA%3B%3BAALhB%2CgBAEI%2COASI%2CiBACI%3BEACA%2CqBAAA%3B%3BAAbZ%2CgBAEI%2COASI%2CiBAII%3BAAfZ%2CgBAEI%2COASI%2CiBAIe%3BEACX%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAlBZ%2CgBAEI%2COASI%2CiBAII%2CWAIA%3BAAnBZ%2CgBAEI%2COASI%2CiBAIe%2CaAIX%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BA9BggCV%2CgB8B3%5C%2FBA%2CU9B2%5C%2FBC%3BELjwBD%2CiBAAA%3BEK8xBA%2CSAAS%2CsBAAT%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BELjyBA%2CcAAA%3BEAAA%2CcAAA%3B%3BAmCxPI%2CgBAFJ%2CUAEK%3BEACG%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKZ%3BAAAkB%2CKAAK%2CSAAS%3BAAAQ%2CKAAK%2CKAAK%3BAAAe%2CKAAK%2CSAAS%3BAAAS%2CKAAK%2COAAO%3BAAAU%2CKAAK%3BAAAoB%3BAAAoB%3BEACvJ%2CcAAA%3B%3BAAGJ%2CKAAK%2CSAAS%3BAAAQ%2CKAAK%2CKAAK%3BAAAe%2CKAAK%2CSAAS%3BAAAS%2CKAAK%2COAAO%3BAAAU%2CKAAK%3BAAAoB%3BAAAoB%3BEACrI%2CoBAAA%3B%3BAAGJ%2CSACI%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAARJ%2CSAUI%2CSACA%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAbN%2CSAUI%2CSAKA%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAjBN%2CSAUI%2CSASA%2CMAAK%3BEACH%2CiBAAA%3B%3BAAGJ%2CSAAC%2COACG%3BEAEA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAKN%2CIACI%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAALR%2CIAOI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAbR%2CIAeI%3BEACI%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAADJ%2CyBAGI%3BEACI%2CeAAA%3B%3BAAJR%2CyBAMI%3BEACI%2CeAAA%3B%3BAAPR%2CyBAMI%2CKAGI%3BEACI%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAKZ%2C0BACI%3BEACI%2CgBAAA%3B%3BAAIR%2CuBACI%2COACI%3BEACI%2CcAAA%3B%3BAAHZ%2CuBACI%2COACI%2CaAGI%3BEACI%2CgBAAA%3B%3BAANhB%2CuBAUI%2CKACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAKZ%2CqBACI%2COAAM%2CUACA%3BEACE%2CkBAAA%3B%3BAACA%2CqBAHR%2COAAM%2CUACA%2CQAEG%3BEACG%2CgBAAA%3B%3BAALhB%2CqBACI%2COAAM%2CUAOF%2CMAAK%3BEACD%2CkBAAA%3B%3BAAWZ%2CkBACI%3BEACI%2CaAAA%3B%3BAAOR%2CkBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAAIR%2CoBACI%2CmBACI%2CQACI%3BEACI%2CWAAA%3B%3BAAKhB%2CKAAK%2COACH%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAJN%2CKAAK%2COACH%2CiBAII%3BEACA%2CqBAAA%3B%3BAANN%2CKAAK%2COACH%2CiBAOI%3BAARN%2CKAAK%2COACH%2CiBAOe%3BEACX%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXN%2CKAAK%2COACH%2CiBAOI%2CWAIA%3BAAZN%2CKAAK%2COACH%2CiBAOe%2CaAIX%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAKR%2CKAAK%2COAAO%3BAAAS%2CKAAK%2CSAAS%3BEAChC%2CmBAAA%3B%3BAAYH%2CQACI%2CoBACI%3BEACI%2CqBAAA%3B%3BAAHZ%2CQAMI%2CQAAO%3BEACH%2CoBAAA%3B%3BAAPR%2CQAMI%2CQAAO%2CKAEH%3BEACI%2CaAAA%3B%3BAATZ%2CQAeI%3BEACI%2CeAAA%3B%3BAAhBR%2CQAmBI%3BEnCiCA%2CkBAAA%3B%3BAmC%5C%2FBI%2CQAFJ%2CeAEK%3BEACG%2CgBAAA%3B%3BAAwBI%2CQAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CuBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BAAAD%2CiBAJZ%2CMAAK%2CMACD%2CKAAI%2CQACA%2CQAEK%3BEnCMb%2CcAAA%3B%3BAmCkBI%2COADG%2CKAAM%2COACR%3BEACG%2CgBAAA%3B%3BAAJZ%2CMAOI%3BEAUI%2CoBAAA%3B%3BAAjBR%2CMAOI%2COACI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAbZ%2CMAmBI%2CEAAC%3BEACG%2CSAAA%3B%3BAASR%2CQAAQ%3BEnC5CJ%2CiBAAA%3B%3BAmC4CJ%2CQAAQ%2CcAEJ%3BEACI%2CsBAAA%3B%3BAgB9UR%2CcAII%3BEnD2RA%2CiBAAA%3BEmDzRI%2CiBAAA%3BEACA%2CqBAAA%3BEnDwRJ%2CkBAAA%3B%3BAoD%5C%2FRJ%2C4BACI%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAHR%2C4BAKI%2CQAAO%3BEpD0RP%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2C4BYlBA%2CQAAO%2CSZkBN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCjOY%2CODiOZ%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAY5VJ%2C0BACI%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAHR%2C0BAMI%2CwBACI%2COAAM%3BEACF%2CaAAA%3B%3BAARZ%2C0BAWI%3BEACI%2CgBAAA%3B%3BAAUJ%2CQAAC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAEF%2CQAAC%3BEACG%2CiBAAA%3B%3BAAGR%2CMAAM%3BEACF%2CoBAAA%3B%3BAACA%2C0BAA2B%2CkBAAkB%2CyBAAyB%2COAFpE%2CUAEwE%3BEACtE%2CWAAA%3B%3BAAHR%2CMAAM%2CUAKF%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAACA%2CMARF%2CUAKF%2CiBAGK%3BEACG%2CSAAS%2CKAAT%3BEACA%2CeAAA%3B%3BAAVZ%2CMAAM%2CUAaF%3BEACI%2CeAAA%3B%3BAACA%2CMAfF%2CUAaF%2CqBAEK%3BEACG%2CSAAS%2CKAAI%2CiBAAiB%2CIAA9B%3B%3BAAEJ%2CMAlBF%2CUAaF%2CqBAKK%3BEACG%2CSAAS%2CGAAT%3B%3BAAnBZ%2CMAAM%2CUAsBF%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEpDyNJ%2CiBAAA%3B%3BAoDjPJ%2CMAAM%2CUA2BF%2COAAM%3BEACF%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEAEA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEAMA%2CmBAAA%3B%3BAAzCR%2CMAAM%2CUA2BF%2COAAM%2COASF%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAKJ%2CMA5CF%2CUA2CF%2COACK%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA9CZ%2CMAAM%2CUAiDF%3BEAAQ%2CcAAA%3B%3BAAjDZ%2CMAAM%2CUAkDF%2CQAAO%3BEACH%2CWAAA%3B%3BAAEJ%2CMArDE%2CUAqDD%2CIACG%3BEpD2LJ%2CWAAA%3BEAAA%2CqBAAA%3BEoDzLQ%2CeAAA%3B%3BArDwCR%2CMqDhGE%2CUAqDD%2CIACG%2COrD0CH%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CMqDrGE%2CUAqDD%2CIACG%2COrD%2BCH%3BEC4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2CMqD1GE%2CUAqDD%2CIACG%2COrDoDH%3BECuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAoD5LA%2CMArDE%2CUAqDD%2CIAKG%3BEACI%2CUAAA%3B%3BAAGR%2CMA9DE%2CUA8DD%2CwBACG%2COAAM%3BEACF%2CgBAAA%3B%3BAC9GR%2CsBACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3B%3BAANR%2CsBACI%2CiBAMI%2COAAM%3BEACF%2CmBAAA%3B%3BAARZ%2CsBAWI%2CmBACI%2CWACI%3BEACI%2CeAAA%3B%3BAAdhB%2CsBAWI%2CmBACI%2CWAII%2CiBAAgB%2CkBACV%3BEACE%2CcAAA%3BEACA%2CqBAAA%3B%3BAACA%2CsBAThB%2CmBACI%2CWAII%2CiBAAgB%2CkBACV%2COAGG%3BEACG%2CgBAAA%3B%3BAArBxB%2CsBAWI%2CmBACI%2CWAII%2CiBAAgB%2CkBAQZ%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CsBAnBR%2CmBACI%2CWAkBQ%2CYAAS%3BEACT%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAhChB%2CsBAoCI%3BEACI%2CcAAA%3B%3BAArCR%2CsBAuCI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAA1CR%2CsBAuCI%2CkBAII%2CyBAAyB%2COAAM%2CIAAI%3BEAC%5C%2FB%2CeAAA%3BEACA%2CkBAAA%3B%3BAA7CZ%2CsBAgDI%2CUAAS%3BEACL%2CWAAA%3B%3BAAjDR%2CsBAmDI%3BEACI%2CmBAAA%3B%3BAApDR%2CsBAsDI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAC5DR%2CiBACI%3BEACI%2CaAAA%3B%3BAAFR%2CiBAII%2CsBACI%2CUAAS%3BEACL%2CoBAAA%3B%3BAAQZ%2CYACI%3BEACI%2CgBAAA%3B%3BAAFR%2CYACI%2CuBAEI%3BEACI%2CeAAA%3B%3BAAJZ%2CYAUI%3BEACI%2CeAAA%3B%3BAAXR%2CYAUI%2CuBAGI%3BEACI%2CiBAAA%3B%3BAzBXZ%2CaACI%2COACI%3BE7B6QR%2CWAAA%3BEAAA%2CgBAAA%3B%3BA6BpQQ%2CKAFH%2CcACD%2CWACK%3BE7BoQT%2C6BAAA%3B%3BA6BtQA%2CKAAK%2CcACD%2CWAII%3BEACI%2CcAAA%3B%3BAAKZ%3BEACI%2CaAAA%3B%3BAADJ%2CaAEI%2CiBACI%3BEAEI%2CaAAA%3B%3BAAKZ%3BE7BiPA%2CgBAAA%3BE6B%5C%2FOI%2CeAAA%3B%3BAAGJ%2CqBACI%3BEACI%2CeAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CaAEI%2CiBACM%2CaACE%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAANhB%2CaAUI%3BAAVJ%2CaAWI%3BE7B2NJ%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAXwCA%2CaAUI%2CaWgNF%3BAX1NF%2CaAWI%2CeW%2BMF%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CaX4CI%2CaW5CH%3BAAAD%2CaX6CI%2CeW7CH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC3PQ%2COD2PR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CaX%2BBA%2CaWhCH%2CMACI%3BAAAD%2CaXgCA%2CeWjCH%2CMACI%3BExC2PL%2CWAAA%3B%3BAwCrPI%2CaXyBA%2CaW1BH%2COACI%3BAAAD%2CaX0BA%2CeW3BH%2COACI%3BExCqPL%2CWAAA%3B%3BAwCzKA%2CaXtCI%2CeWsCH%3BExCyKD%2CSC1PS%2COD0PT%3B%3BA6BzMA%2CaAEI%3BAADJ%2CKAAK%2CcAAe%2CcAChB%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAAQR%2CKAAK%2CcACD%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAACA%2CKARH%2CcACD%2CcAOK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAASZ%3BE7BwKA%2CgCAAA%3BE6BtKI%2CSAAA%3B%3BAAGQ%2CgBAFP%2CQACG%2COACK%3BE7BmKb%2CSCzQM%2CODyQN%3B%3BA6BxKA%2CgBAWI%3BE7B6JJ%2CcAAA%3BE6B3JQ%2CeAAA%3BE7B2JR%2CcAAA%3BEwChOA%2CqBAAA%3BEXgFQ%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAW5ER%2CgBX6DI%2COW7DH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CmBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CgBXgDA%2COWjDH%2CMACI%3BExC6ML%2CWAAA%3B%3BA6BxKA%2CgBA6BI%3BEAEI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAaI%2CoBAJR%2CoBAGI%2CGACK%3BAAAD%2CoBAHR%2CkCAEI%2CGACK%3BEACG%2CSAAS%2CEAAT%3B%3BAANhB%2CoBACI%2CoBAWI%3BAAZR%2CoBAEI%2CkCAUI%3BEACI%2CYAAA%3B%3BAAbZ%2CoBACI%2CoBAcI%2CcACI%3BAAhBZ%2CoBAEI%2CkCAaI%2CcACI%3BE7BgHZ%2CgBAAA%3BE6B9GgB%2CeAAA%3B%3BAAmBhB%3BAACA%3BEACI%2CoBAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3B%3BAV3MJ%2CwBAGI%2CiBAAgB%2CIAAI%3BAAFxB%2CuBAEI%2CiBAAgB%2CIAAI%3BEAChB%2CkBAAA%3B%3BAAJR%2CwBAMI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BAARhB%2CuBAKI%2CUACI%2CQACI%2COAAM%2CIAAI%2CSACN%3BEACI%2CWAAA%3B%3BAAapB%2CqBAEI%2CQAAO%3BEnBuQX%2CWAAA%3B%3BAmBlQA%2CyBAII%3BEnB8PJ%2CkBAAA%3BEmB5PQ%2CYAAA%3B%3BAAKJ%2CaAAc%2CMADb%2CaAAc%3BEAEX%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAFJ%2CaAAc%2CMADb%2CaAAc%2CUAIX%3BEACI%2CiBAAA%3B%3BAAJR%2CaAAc%2CMADb%2CaAAc%2CUAIX%2COAEI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAehB%2CuBACI%3BEnBgOJ%2CoBAAA%3BEAAA%2CmBAAA%3B%3BAmBvNA%3BEACI%2CkBAAA%3B%3BAAMQ%2CyBAFR%2CyBACI%2COACK%2CiBAAiB%3BEACd%2CgBAAA%3B%3BAAkBhB%2CmBACI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%2CcACI%3BEACI%2CkBAAA%3B%3BAAKZ%2CgCAOI%2CMACI%3BEACI%2CSAAA%3B%3BAATZ%2CgCAYI%3BEACI%2CgCAAA%3B%3BAAbR%2CgCAeI%3BEACI%2CuBAAA%3B%3BAAhBR%2CgCAeI%2CKAEI%3BEACI%2CqBAAA%3B%3BAAlBZ%2CgCAeI%2CKAKI%3BEnB2JR%2CiBAAA%3BEmBzJY%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxBZ%2CgCAkCI%2CSACI%3BEAGI%2CSAAA%3B%3BAAEJ%2CgCANJ%2CSAMK%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CgCAXJ%2CSAWK%3BEnBkIT%2CiBAAA%3BEmBhIY%2CcAAA%3BEACA%2CkBAAA%3B%3BAWhJZ%3BE9B%2BQA%2CgBAAA%3BE8B7QI%2CcAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEAEI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAJJ%2CmBAKI%3BE9BoQJ%2CmBAAA%3BEAAA%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAVzCA%2CmBAKI%2CUUwPF%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CmBV1CI%2CUU0CH%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC%5C%2FNW%2COD%2BNX%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAVlUQ%2CmBAXJ%2CUAWK%3BEACG%2CcAAA%3B%3BAAKZ%3BAACA%2CmBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CuBAAA%3B%3BAACA%2CmBAAC%3BEACG%2CcAAA%3B%3BAAII%2CmBAFP%2CQACG%2CKACK%3BE9BkOb%2CsBAAA%3BE8BhOgB%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAhBhB%2CmBAoBM%3BEACE%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CeAAA%3B%3BAADJ%2CoBAEI%3BEAEI%2C0BAAA%3BE9B4MR%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAV8DA%2CoBAEI%2CeUkMF%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CoBV0DI%2CeU1DH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC1PS%2COD0PT%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CoBV6CA%2CeU9CH%2CMACI%3BExC2PL%2CWAAA%3B%3BAwCrPI%2CoBVuCA%2CeUxCH%2COACI%3BExCqPL%2CWAAA%3B%3BA8B%5C%2FLA%2CqBACI%2CUACI%3BEACI%2CeAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3B%3BAADJ%2CsBAGI%3BEACI%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIR%2CYACI%2CUAAS%2CaAAc%2COAAM%3BEACzB%2CUAAA%3BEACA%2CWAAA%3B%3BAAIR%2CYAAa%2CMAAK%2CMAEd%3BAADJ%2CkBACI%3BEACI%2CeAAA%3B%3BAAHR%2CYAAa%2CMAAK%2CMAEd%2CeAEI%3BAAHR%2CkBACI%2CeAEI%3BEACI%2CWAAA%3B%3BAALZ%2CYAAa%2CMAAK%2CMAEd%2CeAKI%3BAANR%2CkBACI%2CeAKI%3BEAEI%2CSAAA%3B%3BAATZ%2CYAAa%2CMAAK%2CMAEd%2CeAKI%2CSAGM%3BAATd%2CkBACI%2CeAKI%2CSAGM%3BEACE%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAMhB%2CaAEI%3BAADJ%2CaACI%3BEACI%2CkBAAA%3B%3BAAGA%2CaADJ%2CeACK%3BAAAD%2CaADJ%2CeACK%3BEACG%2CSAAS%2CiBAAgB%2CIAAzB%3B%3BAAPZ%2CaAKI%2CeAII%3BAARR%2CaAII%2CeAII%3BEACI%2CgBAAA%3B%3BA6LvJhB%2CcAAc%3BEACV%2CWAAA%3B%3BAAEJ%2CqBACE%3BEACE%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CMAAM%2CQACF%2CgBACM%3BEACE%2CaAAA%3B%3BAAHZ%2CMAAM%2CQAMF%3BEACE%2CyBAAA%3B%3BAAPN%2CMAAM%2CQASF%2CKAAI%3BEACF%2CUAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAdN%2CMAAM%2CQAgBF%2CKAAI%3BEACF%2CUAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAArBN%2CMAAM%2CQAuBF%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA1BR%2CMAAM%2CQA4BF%3BEACI%2CSAAA%3BEACA%2CcAAA%3B%3BAA9BR%2CMAAM%2CQA4BF%2CWAGI%3BEACI%2CSAAA%3B%3BAAhCZ%2CMAAM%2CQA4BF%2CWAMI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAApCZ%2CMAAM%2CQA4BF%2CWAUI%2CWACI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3B%3BAAzChB%2CMAAM%2CQA6CF%2COAAM%3BEACF%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAMR%2CqBAAsB%3BEAClB%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BA5LvEJ%2CqBAOI%3BAAPJ%2CqBAQI%2COAAM%3BE%5C%2FBuRN%2CeAAA%3B%3BA%2BBnRI%2CqBADJ%2CQACK%3BEACG%2CQAAA%3B%3BAAEJ%2CqBAJJ%2CQAIK%3BE%5C%2FBgRL%2CqBAAA%3BEwC9QA%2CqBAAA%3BETIQ%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CqBAJJ%2CQAIK%2CISoQH%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CqBTZA%2CQAIK%2CISQJ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSiEpOU%2COjEoOV%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CqBTzBJ%2CQAIK%2CISoBJ%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CqBT%5C%2FBJ%2CQAIK%2CIS0BJ%2COACI%3BExCqPL%2CcAAA%3B%3BA8C%5C%2FRA%2COAAC%3BEACG%2CgBAAA%3B%3BAAEJ%2COAAC%2CMACG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BE9CqRR%2CsBAAA%3BEAAA%2C2EAAA%3BE8CjRQ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAACA%2COAfP%2CMACG%2COAcK%2CYAAY%3BEACT%2CSAAS%2CgBAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BE9CuQZ%2CWAAA%3BE8CrQY%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2COA3BP%2CMACG%2COA0BK%3BEACG%2CYAAA%3B%3BAAhChB%2COAoCI%3BEACI%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CaAAA%3B%3BAAEJ%2COAAC%3BEACO%2CaAAA%3B%3BAAER%2COAAC%3BEACG%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2COAAC%2CQAIG%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAACA%2COAVP%2CQAIG%2COAMK%3BEACC%2CiBAAA%3B%3BAAXV%2COAAC%2CQAcG%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAEJ%2COAAQ%2CQAnBX%2CQAmBY%3BEACP%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAA5BN%2COAAC%2CQA8BG%2CQAAO%3BEAEH%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3B%3BAAGR%2COAAC%3BEACG%2CoBAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2COAAC%2CQAIG%3BEAAG%2CqBAAA%3BEAAuB%2CyBAAA%3BEAA0B%2CcAAA%3B%3BAAExD%2COAAC%3BEACG%2CyBAAA%3B%3BAAEA%2COAHH%2CMAGI%3BEACG%2CSAAS%2CIAAT%3B%3BAAGR%2COAAC%3BE9C%2BLD%2CcAAA%3B%3BA8C5LA%2COAAC%3BEACG%2CSAAA%3B%3BAACA%2COAFH%2CQAEI%3BEACG%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAACA%2COAPP%2CQAEI%2CKAKI%2COACG%3BEACI%2CyBAAA%3B%3BAAIZ%2COAbH%2CQAaI%3BEACG%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAPJ%2COAbH%2CQAaI%2CMAQG%3BEACE%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAACA%2COAlCT%2CQAaI%2CMAQG%2CQAaG%3BAAAU%2COAlCpB%2CQAaI%2CMAQG%2CQAac%3BEACV%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEF%2COA1CT%2CQAaI%2CMAQG%2CQAqBG%3BEACC%2CUAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEF%2COAjDT%2CQAaI%2CMAQG%2CQA4BG%3BEACG%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAKF%2COAFM%2CUAxDjB%2CQAaI%2CMA4CK%2CQACG%3BEAAU%2CaAAA%3B%3BAAInB%2COA9DH%2CQA8DI%3BEACG%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAHJ%2COA9DH%2CQA8DI%2CQAIG%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAACA%2COArEX%2CQA8DI%2CQAIG%2CEAGK%2CMACG%3BEACI%2CqBAAA%3B%3BAAThB%2COA9DH%2CQA8DI%2CQAaG%3BE9CiHR%2CcAAA%3BE8C%5C%2FGY%2CiBAAA%3B%3BAACA%2COA9EX%2CQA8DI%2CQAaG%2COAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAEJ%2COAjFX%2CQA8DI%2CQAaG%2COAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAMR%2COAxFP%2CQA8DI%2CQA0BI%3BEAAa%2CiBAAA%3BEAAkB%2CgBAAA%3B%3BAA1BpC%2COA9DH%2CQA8DI%2CQA2BG%3BEAAQ%2CgBAAA%3B%3BAAzFhB%2COAAC%2CQA2FG%3BEAAO%2CSAAA%3B%3BAa3LH%2CkBAFP%2CMACG%2CQACK%3BE3D4RT%2CUAAA%3B%3BA2DrRJ%3BE3DqRI%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2COAAA%3BEAAA%2CiBAAA%3BEAAA%2CkBAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BE4NlJA%2CaAAA%3BEACA%2CUAAA%3B%3BAjKpIJ%2CUiKsEI%3BE5N%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BA2DrRJ%2CUiKsEI%2CcAGI%3BE5N4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CoBAAA%3BEAAA%2CqBAAA%3B%3BA2DrRJ%2CUiK4FI%2CeACI%2CQAAO%3BE5NwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CUAAA%3B%3BA2DrRJ%2CUiK4FI%2CeACI%2CQAAO%2CMpL4KT%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CUoL%2BEA%2CeACI%2CQAAO%2CMpLhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CUoLkEJ%2CeACI%2CQAAO%2CMpLpEV%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CUoL4DJ%2CeACI%2CQAAO%2CMpL9DV%2COACI%3BExCqPL%2CcAAA%3B%3BAI7CA%2CUwN5IA%2CeACI%2CQAAO%2CMxN2IV%3BAACD%2CUwN7IA%2CeACI%2CQAAO%2CMxN4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUwNlJA%2CeACI%2CQAAO%2CMxNiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CUwNvJA%2CeACI%2CQAAO%2CMxNsJV%3BAACD%2CUwNxJA%2CeACI%2CQAAO%2CMxNuJV%3BAACD%2CQAAQ%2CUAAW%2CWwNzJnB%2CeACI%2CQAAO%3BExNyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA4N%5C%2FIA%2CUAAC%3BEACG%2CUAAA%3B%3BAjKvIR%2CUASI%3BEAEI%2CeAAA%3B%3BAAXR%2CUASI%2CgBAGI%3BEACI%2CeAAA%3B%3BAAEI%2CUANZ%2CgBAGI%2CWAEI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAMZ%2CUADJ%2CQACK%3BEACG%2CkBAAA%3B%3BAAvBZ%2CUA0BI%3BEACI%2CoBAAA%3B%3BAA3BR%2CUA6BI%3BEACI%2CkBAAA%3B%3BAA9BR%2CUAgCI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CqBAAA%3B%3BAADJ%2CcAEI%3BEACI%2C6BAAA%3B%3BAAOJ%2CcAAC%2CIAAI%3BAAAL%2CaAFU%2CeAET%2CIAAI%3BAAAL%2CmBADgB%2CeACf%2CIAAI%3BEACD%2CmBAAA%3B%3BAAIR%2CuBAAwB%2CWAEpB%2CWACI%2CiBAAmB%3BAAF3B%2CmBAAoB%2CWAChB%2CWACI%2CiBAAmB%3BEACf%2CeAAA%3B%3BAAKR%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BA7CtEJ%2CSAAC%2CMAAM%3BEyB0IX%2CqBAAA%3BEACA%2CkBAAA%3BEzB7HQ%2CeAAA%3BEACA%2CsBAAA%3B%3BAdsBR%2CScrCK%2CMAAM%2COdqCV%3BAACD%2CSctCK%2CMAAM%2COdsCV%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CSc3CK%2CMAAM%2COd2CV%3BEACG%2CWAAA%3B%3BAc5CA%2CSAAC%2CMAAM%2COyB0bX%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAzB5bA%2CSAAC%2CMAAM%2COyB%2BbX%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAzBjcA%2CSAAC%2CMAAM%2COyBwJX%3BEvCiIA%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BA1BzDI%2CSAAC%2CMAAM%2COyBwJX%2CeCqHE%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CS1B%5C%2FDK%2CMAAM%2COyBwJX%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CS1B5EC%2CMAAM%2COyBwJX%2CeC7EC%2CMACI%3BExC6ML%2CWAAA%3B%3BAwCvMI%2CS1BlFC%2CMAAM%2COyBwJX%2CeCvEC%2COACI%3BExCuML%2CcAAA%3B%3BAuCuHA%2CSzBhZK%2CMAAM%2COyBwJX%2CeAwPC%3BEvCvHD%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BADuVA%2CSzBhZK%2CMAAM%2COyBwJX%2CeAwPC%2COCnIC%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CS1B%5C%2FDK%2CMAAM%2COyBwJX%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CS1B5EC%2CMAAM%2COyBwJX%2CeAwPC%2COCrUA%2CMACI%3BExC6ML%2CWAAA%3B%3BAwCvMI%2CS1BlFC%2CMAAM%2COyBwJX%2CeAwPC%2COC%5C%2FTA%2COACI%3BExCuML%2CcAAA%3B%3BAczRI%2CSAAC%2CMAAM%2COyBgOX%3BEvCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEuChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEvC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAczRI%2CSAAC%2CMAAM%2COyBgOX%2COAsBI%3BEvCmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAuC3BQ%2CSzB9PH%2CMAAM%2COyBgOX%2COAsBI%2CGAQK%3BEvC2BT%2CmBAAA%3BEuCzBY%2CeAAA%3B%3BAAuTZ%2CSzBvjBK%2CMAAM%2COyBgOX%2COAuVC%3BAACD%2CSzBxjBK%2CMAAM%2COyBgOX%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CSzBjkBK%2CMAAM%2COyBgOX%2COAiWC%3BEACG%2CiBAAA%3BEvCzSJ%2CsDAAA%3BEuC2SI%2CWAAA%3B%3BAAGJ%2CSzBvkBK%2CMAAM%2COyBgOX%2COAuWC%3BEACG%2CiBAAA%3BEvC%5C%2FSJ%2CsDAAA%3BEuCiTI%2CWAAA%3B%3BAAzDJ%2CSzBjhBK%2CMAAM%2COyBgOX%2COAiTC%3BEvCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAuC6PA%2CSzBthBK%2CMAAM%2COyBgOX%2COAsTC%3BEvC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAuCZA%2CSzB7QK%2CMAAM%2COyB6QV%3BEACG%2CiBAAA%3B%3BAADJ%2CSzB7QK%2CMAAM%2COyB6QV%2COAGG%3BEACI%2CcAAA%3B%3BAzBjRJ%2CSAAC%2CMAAM%2COAgBH%3BEACI%2CcAAA%3B%3BAAMA%2CSAvBP%2CMAAM%2COAqBD%2CUAEG%3BEAKG%2CgBAAA%3B%3BA0BoFhB%2CS1BhHK%2CMAAM%2COAqBD%2CUAEG%2CM0ByFZ%3BExCyKD%2CSCnPiB%2CODmPjB%3B%3BAc5PgB%2CSA7BX%2CMAAM%2COAqBD%2CUAEG%2CMAMI%3BEACG%2CSAAA%3B%3BAAGR%2CSAjCP%2CMAAM%2COAqBD%2CUAYG%3BAACD%2CSAlCP%2CMAAM%2COAqBD%2CUAaG%3BAACD%2CSAnCP%2CMAAM%2COAqBD%2CUAcG%3BEdsPb%2CWAAA%3B%3BAcjPY%2CSAxCP%2CMAAM%2COAuCD%2CUAAO%2COACJ%3BEACG%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAoBR%2CKAAK%2CcAAe%2CUAjEvB%2CMAAM%3BEAkEC%2CwBAAA%3B%3BAAEI%2CKAHH%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUACG%3BEACG%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CKATP%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAMG%2COACI%3BEd%2BMrB%2CWAAA%3B%3BAc3MgB%2CKAbH%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAWG%3BAACD%2CKAdH%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAYG%3BEd0MjB%2CWAAA%3B%3BAcxMoB%2CKAhBP%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAWG%2CMAGI%3BAAAD%2CKAhBP%2CcAAe%2CUAjEvB%2CMAAM%2COAmEG%2CUAYG%2COAEI%3BEACG%2CaAAA%3B%3BAAOpB%2CSAAC%2COAAO%3BEdgMZ%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CaAAA%3BEAAA%2CWAAA%3BEAAA%2CyCAAA%3BEAAA%2C%2BBAAA%3BEAAA%2CSAAA%3BEAAA%2COAAA%3BEAAA%2CeAAA%3BEAAA%2CQAAA%3BEAAA%2CMAAA%3BEAAA%2CaAAA%3BE4NlJA%2CaAAA%3BEACA%2CUAAA%3B%3BA9M%5C%2FCI%2CSAAC%2COAAO%2CM8MfZ%3BE5N%2BMA%2CgBAAA%3BEAAA%2CmBAAA%3B%3BAchMI%2CSAAC%2COAAO%2CM8MfZ%2CcAGI%3BE5N4MJ%2CgBAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CoBAAA%3BEAAA%2CqBAAA%3B%3BAchMI%2CSAAC%2COAAO%2CM8MOZ%2CeACI%2CQAAO%3BE5NwLX%2CkBAAA%3BEAAA%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEAAA%2CYAAA%3BEAAA%2CUAAA%3B%3BAchMI%2CSAAC%2COAAO%2CM8MOZ%2CeACI%2CQAAO%2CMpL4KT%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CS1BwEK%2COAAO%2CM8MOZ%2CeACI%2CQAAO%2CMpLhFV%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CS1B2DC%2COAAO%2CM8MOZ%2CeACI%2CQAAO%2CMpLpEV%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CS1BqDC%2COAAO%2CM8MOZ%2CeACI%2CQAAO%2CMpL9DV%2COACI%3BExCqPL%2CcAAA%3B%3BAI7CA%2CSUnJK%2COAAO%2CM8MOZ%2CeACI%2CQAAO%2CMxN2IV%3BAACD%2CSUpJK%2COAAO%2CM8MOZ%2CeACI%2CQAAO%2CMxN4IV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSUzJK%2COAAO%2CM8MOZ%2CeACI%2CQAAO%2CMxNiJV%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CSU9JK%2COAAO%2CM8MOZ%2CeACI%2CQAAO%2CMxNsJV%3BAACD%2CSU%5C%2FJK%2COAAO%2CM8MOZ%2CeACI%2CQAAO%2CMxNuJV%3BAACD%2CQAAQ%2CUAAW%2CUUhKd%2COAAO%2CM8MOZ%2CeACI%2CQAAO%3BExNyJP%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA4N%5C%2FIA%2CS9MjDK%2COAAO%2CM8MiDX%3BEACG%2CUAAA%3B%3BA9MhDI%2CSAFH%2COAAO%2CMAEH%3BEACG%2CcAAA%3B%3BAAGR%2CSAAC%3BEd0LL%2CgCAAA%3BEAAA%2CmBAAA%3BEAAA%2CYAAA%3BE4NhIA%2CSAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAEA%2CS9MjEK%2CQ8MiEJ%3BE5NyHD%2CYAAA%3BE4NrHQ%2CyBAAA%3B%3BA9MnEA%2CSAFH%2CQAEI%3BEACG%2CcAAA%3B%3BAAQR%2CSAAC%2CSAAS%2CKAEN%2CQAAO%3BAADX%2CSAAC%2CSAAS%2CKACN%2CQAAO%3BEd6Kf%2CWAAA%3B%3BAcvKA%2CuBAMI%2CiBACM%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAVZ%2CuBAMI%2CiBACM%2CWAIE%2CQAAO%3BEACH%2CWAAA%3B%3BAAMhB%3BEACI%2CkBAAA%3B%3BAAKY%2C0BAJZ%2CUAEK%2COACG%2CeACK%3BEACG%2CgBAAA%3B%3BAAiBZ%2C0BAtBJ%2CUAsBK%3BEACG%2CoBAAA%3B%3BAADJ%2C0BAtBJ%2CUAsBK%2CMAEG%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAQR%2C0BAlCJ%2CUAkCK%3BEdiHT%2CcAAA%3BEc%5C%2FGY%2CqBAAA%3BEACA%2CgBAAA%3B%3BAACA%2C0BAtCR%2CUAkCK%2COAII%3BEd6Gb%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAAMA%2C0B1BqHI%2CUAkCK%2COAII%2CQ0B3JZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CkBAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSChOW%2CODgOX%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CoBAAA%3BEAAA%2C2BAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BA1B3KY%2C0BAjDR%2CUAgDK%2CQACI%3BAACD%2C0BAlDR%2CUAgDK%2CQAEI%3BEACG%2CqBAAA%3B%3BAAEJ%2C0BArDR%2CUAgDK%2CQAKI%3BEACG%2CgBAAA%3B%3BAAMR%2C0BA5DJ%2CUA4DK%2CSAAS%3BEACN%2CgBAAA%3B%3BAAKZ%2C2BAII%3BEd6EJ%2CkBAAA%3BEc3EQ%2CgBAAA%3B%3BAASR%2C8BAOI%3BEACI%2CgBAAA%3B%3BAAIR%2C0BACI%3BEdqDJ%2CkBAAA%3BEAAA%2CiBAAA%3B%3BActDA%2C0BACI%2CaAGM%3BEACE%2CgBAAA%3B%3BAALZ%2C0BAQI%3BEACI%2CWAAA%3B%3BAATR%2C0BAWI%3BEACI%2CiBAAA%3B%3BAAZR%2C0BAcI%3BEACI%2CWAAA%3B%3BAACA%2C0BAFJ%2CmBAEK%2CMACG%3BEACI%2CmBAAA%3B%3BAAlBhB%2C0BAsBI%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAxBR%2C0BA0BI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAA7BR%2C0BA%2BBI%2CmBACI%3BEdsBR%2CWAAA%3B%3BAcjBQ%2C0BADJ%2CQACK%3BEACG%2CgBAAA%3B%3BAAIJ%2C0BADJ%2CYACK%3BEAEG%2CiBAAA%3B%3BAsBrRZ%2CcACI%3BEACI%2CoBAAA%3B%3BAAFR%2CcACI%2COAEI%3BEACI%2CgBAAA%3B%3BAAJZ%2CcAQI%3BEACI%2CgBAAA%3B%3BAATR%2CcAQI%2CeAEI%2COAAO%2CQAAM%2CKAAG%3BAAVxB%2CcAQI%2CeAEwB%2COAAO%2CQAAM%2CKAAG%3BAAV5C%2CcAQI%2CeAE4C%2COAAO%2CQAAM%2CKAAG%3BAAVhE%2CcAQI%2CeAEgE%2COAAO%2CQAAM%2CKAAG%3BAAVpF%2CcAQI%2CeAEoF%2COAAO%2CQAAM%2CKAAG%3BAAVxG%2CcAQI%2CeAEwG%2COAAO%2CQAAM%2CKAAG%3BEAChH%2CsBAAA%3B%3BAAXZ%2CcAQI%2CeAKI%2CQAAO%3BEACH%2CqBAAA%3B%3BAAdZ%2CcAQI%2CeAQI%2CKACI%3BEACI%2CqBAAA%3B%3BAAQJ%2CcAlBR%2CeAQI%2CKAUK%2CKACG%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAWJ%2CcAhCZ%2CeA4BI%2CmBAGM%3BAACK%2CcAhCf%2CeA4BI%2CmBAGM%2CIACM%3BEACA%2CWAAA%3B%3BAAMhB%2CcAAC%2CIAAI%2CUACD%2CeACI%3BEACI%2CSAAA%3B%3BAAlDhB%2CcAuDM%3BEACE%2CeAAA%3B%3BAAxDR%2CcA2DI%2CiBACM%3BEACE%2CcAAA%3B%3BAAEI%2CcAJZ%2CiBACM%2CaAEE%2CQACK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAAjEpB%2CcA2DI%2CiBAUM%3BEACE%2CkBAAA%3B%3BAAtEZ%2CcA8EI%3BEACI%2CiBAAA%3B%3BAAoBgB%2CcAbpB%2COAGI%2CkBACI%2CcACI%2CUAOM%2CSACG%3BEACG%2CaAAA%3B%3BAApG5B%2CcAsFI%2COAGI%2CkBACI%2CcACI%2CUAOM%2CSAIE%3BEACI%2CqBAAA%3B%3BAAvG5B%2CcA%2BGI%3BAA%5C%2FGJ%2CcAgHI%2CeAAe%3BEAEX%2CgCAAA%3BEACA%2CqBAAA%3B%3BAAnHR%2CcA%2BGI%2CaAKI%3BAApHR%2CcAgHI%2CeAAe%2COAIX%3BEACI%2CgBAAA%3B%3BAArHZ%2CcA%2BGI%2CaAKI%2COAEI%3BAAtHZ%2CcAgHI%2CeAAe%2COAIX%2COAEI%3BEpCyKZ%2CcAAA%3B%3BAoC%5C%2FRA%2CcA4HI%2CeAEI%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAIR%2CcAAC%2CaACG%2CWACI%3BEACI%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAJZ%2CcAAC%2CaACG%2CWAKI%2CMAAK%3BEACD%2CgBAAA%3B%3BAAPZ%2CcAAC%2CaAUG%2CaAAe%3BEpCiJvB%2CiBAAA%3B%3BAoC3JI%2CcAAC%2CaAaG%2CgBACI%2CeAAc%2CIAAI%3BEACd%2CkBAAA%3B%3BAAnJhB%2CcAwJI%2CWACI%3BEACI%2CkBAAA%3B%3BAA1JZ%2CcAwJI%2CWAIM%3BEACE%2CSAAA%3B%3BAA7JZ%2CcAiKI%2CqBACI%3BEACI%2CgBAAA%3B%3BAAnKZ%2CcAuKI%2CoBACI%3BEACI%2CSAAA%3B%3BAAzKZ%2CcAuKI%2CoBACI%2CUAEI%2CQAAO%3BEACH%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhLhB%2CcAuKI%2CoBAaI%2CiBAAiB%2CYAAY%3BEACzB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAvLZ%2CcA%2BLI%2CiBAAiB%2COAAM%3BEpCgG3B%2CcAAA%3BEoC9FQ%2CkBAAA%3B%3BAAjMR%2CcA%2BLI%2CiBAAiB%2COAAM%2COAGnB%3BEACI%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CyBAKI%3BEACI%2CeAAA%3B%3BAAIR%2C%2BBACI%3BEACI%2CcAAA%3B%3BAmBlNZ%2CMAAM%2CWACF%2CMAAK%3BEACD%2CcAAA%3BEACA%2CWAAA%3B%3BAAHR%2CMAAM%2CWAKF%3BEACI%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAATR%2CMAAM%2CWAWF%3BEACI%2CSAAA%3B%3BAAZR%2CMAAM%2CWAWF%2COAEI%3BEvD8QJ%2CqBAAA%3BEwC9QA%2CqBAAA%3BEeWQ%2CcAAA%3B%3BAfLR%2CMenBE%2CWAWF%2COAEI%2CSfMH%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC%5C%2FOY%2COD%2BOZ%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAe%5C%2FUQ%2CMArBN%2CWAWF%2COAEI%2CSAQK%3BEACG%2CkBAAA%3B%3BAAtBhB%2CMAAM%2CWA2BF%3BEACI%2CmBAAA%3B%3BAA5BR%2CMAAM%2CWA8BF%3BEACI%2CaAAA%3B%3BAA%5C%2FBR%2CMAAM%2CWAoCF%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAvCR%2CMAAM%2CWAyCF%2CQAAO%3BEACH%2C0BAAA%3BEACA%2C6BAAA%3B%3BAV%5C%2FCR%2CKAAK%2COAAQ%3BE7C%2BRT%2CcAAA%3B%3BA6C7RA%2CKAFC%2COAAQ%2CSAER%3BEACG%2CSAAQ%2CGAAR%3B%3BAAEJ%2CKALC%2COAAQ%2CSAKR%3BEACG%2CSAAQ%2CGAAR%3B%3BAAGR%3BE2K%2BEI%2CgBAAA%3BEACA%2CmBAAA%3B%3BA3KhFJ%2Ce2KmFI%3BExNmMA%2CWAAA%3BEwNjMI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CeANJ%2CeAMK%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEA6FR%2CmCAAA%3BExN2FA%2CcAAA%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEwNxEA%2CSvNpKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuNoKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA3KtMJ%2Ce2KmFI%2CeAsBM%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CeA1BR%2CeAsBM%2COAIG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEA4EZ%2CmCAAA%3BExN2FA%2CcAAA%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEwNxEA%2CSvNpKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuNoKR%3BEAXA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BA3KtMJ%2Ce2KmFI%2CeAsBM%2COAiBE%3BExNhHR%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CjBJ%2CeAGI%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAIR%2CwBAEI%2CgB2KuHA%3BA3KxHJ%2CcACI%2CgB2KuHA%3BExNxHA%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA6CDJ%3BE2KjBI%2CgBAAA%3B%3BAAEA%2CoBAAC%3BExNqRD%2CcAAA%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEwN1GA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmCAAA%3BEA8BA%2CSvNpKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuNoKR%3BEAlMI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BA3KER%2CoB2KCI%2CMAAK%3BExNPL%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwNMY%2CoBANZ%2CMAAK%2CcAGA%2CMAEK%2CQACG%3BAAAD%2CoBANZ%2CMAAK%2CcAIA%2CQACK%2CQACG%3BEACG%2CUAAA%3B%3BA3KRpB%2CoB2KcI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BA3KjBR%2CoB2KcI%2CMAKI%3BExNzBJ%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwNsBI%2CoBATJ%2CMASK%3BExN%2BOL%2CcAAA%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEwN1GA%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%3BA3KxCpB%2CoB2KiIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvNpKQ%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuNoKR%3B%3BA3K9LJ%2CoB2KiIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvNpKQ%2CQAAA%2CQAAA%2CQAAA%2COuNoKR%3B%3BA3K9LJ%2CoB2KiIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvNpKQ%2CQAAA%2CQAAA%2COuNoKR%3B%3BA3K9LJ%2CoB2KiIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvNpKQ%2CQAAA%2COuNoKR%3B%3BA3K9LJ%2CoB2KiIQ%2CSAAQ%3BEACJ%2CUAAA%3B%3BAAEA%2CoBAHJ%2CSAAQ%2CCAGH%3BEA0DT%2CSvNpKQ%2COuNoKR%3B%3BA3K5LA%2CoBAAC%3BE2K4LD%2CSvNnKc%2CQAAA%2CQAAA%2CQAAA%2CQAAA%2COuNmKd%3B%3BA3K%5C%2FKA%2COAAC%3BEACG%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%2COALH%2CQAKI%3BEACG%2CaAAA%3B%3BAANR%2COAAC%2CQAQG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAZR%2COAAC%2CQAcG%3BEACI%2CaAAA%3B%3BAAGR%2COAAC%2CIACG%3BEACI%2CaAAA%3B%3BAAGR%2COAAC%2CKACG%2CQAAO%2COAAO%3BEACV%2CSAAA%3B%3BAAFR%2COAAC%2CKAIG%2CiBAAiB%3BEACb%2CUAAA%3B%3BAAIR%2CSAAU%2CQAAC%2COAAO%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEAQA%2CmBAAA%3B%3BAAXJ%2CSAAU%2CQAAC%2COAAO%2COAId%3BEACI%2CSAAA%3B%3BAALR%2CSAAU%2CQAAC%2COAAO%2COAOd%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CSAAU%2CQAAC%2CcACL%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGR%2COAAC%2CaAAc%2CMAAK%3BAACpB%2COAAC%2CaAAa%3BEACV%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2COAAC%2CaACG%3BEACI%2CgBAAA%3B%3BAAFR%2COAAC%2CaAIG%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGR%2COAAC%3BEAMG%2CmBAAA%3B%3BAANJ%2COAAC%2CKACG%2CaAAa%3BEACT%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAIR%2COAAC%3BEACG%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CSAAA%3B%3BA7ChEJ%2CO6C6DC%2CK7C7DA%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BA6C%2BDA%2COALH%2CKAKI%3BEACG%2CeAAA%3B%3BAAGR%2COAAC%3BEACG%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2COAAC%3BEACG%2CeAAA%3B%3BAADJ%2COAAC%2COAEG%3BEACI%2CgBAAA%3B%3BAAGR%2COAAC%3BEACG%2CeAAA%3B%3BAAKJ%2COAAC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEF%2COAAC%3BEACG%2CmBAAA%3B%3BAAGR%2CUACI%2CQACI%3BEACI%2CgBAAA%3B%3BAAsDZ%2CKAAK%2CMAAM%2CQACP%3BEACI%2CgBAAA%3B%3BAAIR%2CSAAS%2COAAO%2CKACZ%2CQAAO%3BAADX%2CSAAS%2COAAO%2CKAEZ%2CSAAQ%2CQAAQ%3BAAFpB%2CSAAS%2COAAO%2CKAGZ%2CSAAQ%3BEACJ%2CkBAAA%3B%3BAAGR%2CgBACI%3BEACI%2CmBAAA%3B%3BAAFR%2CgBAII%3BEACI%2CiBAAA%3B%3BAA2BR%2CwBACI%2COACI%3BE7CgCJ%2CkBAAA%3B%3BA6C9BQ%2CwBAHR%2COACI%2CMAEK%3BEACG%2CgBAAA%3B%3BAALhB%2CwBASI%3BEACI%2CqBAAA%3B%3BAACA%2CwBAFJ%2CcAEK%2CIAAI%3BE7CuBT%2CqBAAA%3B%3BA6ClCJ%2CwBAeI%2CgBACI%3BE7CkBJ%2CgBAAA%3BEAAA%2CkBAAA%3B%3BA6CXJ%2CcAEI%3BAADJ%2CwBACI%3BE7CSA%2CgBAAA%3B%3BA6CJJ%2CcACI%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAoCR%2CgBAQI%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAZR%2CgBAgBI%3BEACI%2CSAAA%3B%3BAAjBR%2CgBAgBI%2CgBAKI%3BE7CxDJ%2CkBAAA%3B%3BA6CmCJ%2CgBAgBI%2CgBAKI%2CwBAEI%3BE7C1DR%2CoBAAA%3B%3BA6C4DY%2CgBATZ%2CgBAKI%2CwBAEI%2CMAEK%3BEACG%2CgBAAA%3B%3BAA1BpB%2CgBAgBI%2CgBAeI%3BE7ClEJ%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CkBAAA%3BEAAA%2CsBAAA%3BEAAA%2CgBAAA%3BEAAA%2CkBAAA%3B%3BA6CmCJ%2CgBAgBI%2CgBAoBI%3BEACI%2CSAAA%3BE7CxER%2CkBAAA%3B%3BA6CmCJ%2CgBAgBI%2CgBAwBI%3BE7C3EJ%2CcAAA%3B%3BA6N%5C%2FRJ%2CkBACI%3BE7N8RA%2CiBAAA%3BE6N5RI%2CqBAAA%3B%3BAAKA%2CkBAHJ%2CcAGK%2CIAAI%3BAAAL%2CkBAFJ%2CcAEK%2CIAAI%3BAAAL%2CkBADJ%2CiBACK%2CIAAI%3BEACD%2CqBAAA%3B%3BAATZ%2CkBAKI%2CcAMI%3BAAXR%2CkBAMI%2CcAKI%3BAAXR%2CkBAOI%2CiBAII%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3B%3BA7LbZ%2CoBAAoB%2CIAChB%3BEACI%2CaAAA%3B%3BAAFR%2CoBAAoB%2CIAChB%2CaAEM%3BEACE%2CaAAA%3B%3BAAQJ%2CmBADJ%2CYACK%3BEACG%2CaAAA%3B%3BAAJZ%2CmBAOI%2COAAM%3BEACF%2CgBAAA%3B%3BAAWR%2CuBACI%2CkBACI%3BAAFR%2CuBACI%2CkBAEI%3BEACI%2CSAAA%3B%3BAAJZ%2CuBACI%2CkBAKI%3BEACI%2CgBAAA%3B%3BAAPZ%2CuBACI%2CkBAQI%3BEACI%2CmBAAA%3B%3BAACA%2CuBAVR%2CkBAQI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAZhB%2CuBAgBI%3BEACI%2CkBAAA%3B%3BAjB7CR%2CYACI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAHR%2CYACI%2CMAGI%3BEf2RJ%2CmBAAA%3BEezRQ%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAATZ%2CYACI%2CMAUI%3BEfoRJ%2CmBAAA%3BEAAA%2CcAAA%3BEejRQ%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAACA%2CYAjBR%2CMAUI%2CEAOK%3BEf6QT%2CmBAAA%3BEAAA%2CqBAAA%3B%3BAerQJ%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CoBAAC%2CQACG%3BEACI%2CaAAA%3B%3BAAPZ%2CoBAUI%3BEACI%2CgCAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CoBAUI%2CaAGM%3BEfwPN%2CiBAAA%3BEetPQ%2CgBAAA%3B%3BAAfZ%2CoBAUI%2CaAOI%3BEACI%2CqBAAA%3B%3BAAlBZ%2CoBAqBI%3BEACI%2CSAAA%3B%3BAAtBR%2CoBAqBI%2CeAEM%2CmBACK%2CaAAW%2CQAAO%3BEACjB%2CqBAAA%3B%3BAAzBhB%2CoBA6BI%2CmBACM%2CQAAQ%2CKAAK%3BEACX%2CgCAAA%3B%3BAAGA%2CoBALR%2CmBAII%2CMACQ%3BEACA%2C6BAAA%3B%3BAAEJ%2CQAAS%2CqBARjB%2CmBAII%2CMAKQ%2CGAAE%2CUAAU%2CMAAO%3BEACf%2CgBAAA%3B%3BAAvCpB%2CoBA6BI%2CmBAII%2CMASI%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CoBAlBZ%2CmBAII%2CMAaI%2CKACK%3BEACG%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CoBAvBZ%2CmBAII%2CMAaI%2CKAMK%3BEACG%2CiBAAA%3B%3BAArDpB%2CoBA6BI%2CmBAII%2CMAuBM%2CeACE%3BEACI%2CmBAAA%3B%3BAA1DpB%2CoBA6BI%2CmBAII%2CMAuBM%2CeAII%2CKAAG%3BEACD%2CgBAAA%3B%3BAA7DpB%2CoBA6BI%2CmBAII%2CMA%2BBI%2CwBAAwB%3BEACpB%2CcAAA%3BEACA%2CoBAAA%3B%3BAAlEhB%2CoBA6BI%2CmBAwCI%3BEACI%2CgBAAA%3B%3BAAtEZ%2CoBAyEI%3BEACI%2CSAAA%3B%3BAA1ER%2CoBAyEI%2CcAEI%3BEACI%2CSAAA%3B%3BAA5EZ%2CoBAyEI%2CcAKI%3BEACI%2CgBAAA%3B%3BAACA%2CoBAPR%2CcAKI%2CGAEK%3BEACG%2CgBAAA%3B%3BAAGR%2CoBAXJ%2CcAWK%2CMACG%3BEACI%2CqBAAA%3B%3BAACA%2CoBAdZ%2CcAWK%2CMACG%2CGAEK%3BEACG%2CSAAS%2CIAAT%3B%3BAAJZ%2CoBAXJ%2CcAWK%2CMAOG%3BEACI%2CSAAA%3B%3BAA5FhB%2CoBAiGI%2CMACI%2CKAAI%3BEACA%2CkBAAA%3B%3BAAQJ%2CoBALJ%2CKAKK%3BEACG%2CiBAAA%3B%3BAAaJ%2CoBADJ%2CQACK%3BEf4IL%2CqBAAA%3BEwChOA%2CqBAAA%3BExCgOA%2CWAAA%3B%3BAe5II%2CoBADJ%2CQACK%2CKyBgIH%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CoBzB6EA%2CQACK%2CKyB9EJ%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CoBzBmBA%2CQACK%2CKAUI%2CSyB9BR%3BExCgKD%2CSCzQM%2CODyQN%3B%3BAerQJ%2CoBA2II%2CWAEI%3BEACI%2CmBAAA%3B%3BAAGA%2CoBANR%2CWAKI%2COACK%3BEACG%2CSAAS%2CIAAT%3B%3BAAlJhB%2CoBAuJI%2CQAAO%3BEACH%2CaAAA%3B%3BAAKJ%2CoBAAC%3BEACG%2CgBAAA%3B%3BAADJ%2CoBAAC%2CSAEG%3BEACI%2CgBAAA%3B%3BAAHR%2CoBAAC%2CSAKG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CoBAAC%2CKACG%2CeAAe%3BEACX%2CmBAAA%3B%3BAAFR%2CoBAAC%2CKAIG%3BEACI%2CgBAAA%3B%3BAALR%2CoBAAC%2CKAOG%2CaACI%2CgBACI%3BEACI%2CgBAAA%3B%3BAAVhB%2CoBAAC%2CKAOG%2CaACI%2CgBAII%3BEACI%2CSAAA%3B%3BAAbhB%2CoBAAC%2CKAOG%2CaACI%2CgBAII%2CSAEM%3BEACE%2CgBAAA%3B%3BAACA%2CoBAhBnB%2CKAOG%2CaACI%2CgBAII%2CSAEM%2CSAEG%3BEACG%2CSAAS%2CIAAT%3B%3BAASpB%2COAAO%2CKAAM%2CqBAAqB%2CqBADrC%3BEAEO%2CgBAAA%3B%3BAAFR%2CoBAAC%2CaAIK%3BEACE%2CaAAA%3B%3BAAKZ%3BEAII%2CSAAA%3BEACA%2CeAAA%3B%3BAAJA%2CYAAe%3BEACX%2CgCAAA%3B%3BAAFR%2CeAMI%3BEACI%2CqBAAA%3B%3BAAPR%2CeASI%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAADJ%2CsBAEI%3BEACI%2CkBAAA%3B%3BAACA%2CsBAFJ%2CQAEK%3BEAEG%2CaAAA%3BEACA%2CSAAA%3B%3BAAmBJ%2CmBADJ%2COACK%3BAACD%2CmBAFJ%2COAEK%3BEACG%2CgBAAA%3B%3BAAKZ%2CcAKI%3BEACI%2CcAAA%3B%3BAANR%2CcASI%3BEACI%2CqBAAA%3B%3BAAVR%2CcAYI%2CcAII%2COAAM%3BEACF%2CqBAAA%3B%3BAkBtSZ%2CKAAK%2CKAAK%3BEACN%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3B%3BAO%2BGA%2CqBPzGA%2CQAAO%2COAAO%2COOyGb%3BAAAD%2CmBPzGA%2CQAAO%2COAAO%2COOyGb%3BExCyKD%2CSC%5C%2FOY%2COD%2BOZ%3B%3BA8NhRJ%2CsBAII%3BEACI%2C6BAAA%3B%3BAAEA%2CsBAHJ%2CMAGK%3BEACG%2C0BAAA%3B%3BAARZ%2CsBAII%2CMAMI%3BAAVR%2CsBAII%2CMAOM%3BE9NqQN%2CWAAA%3BE8NnQQ%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBAbR%2CMAMI%2CEAOK%3BAAAD%2CsBAbR%2CMAOM%2CSAMG%3BEACG%2Ca7NZG%2Ca6NYH%3BEACA%2CS7NRC%2CO6NQD%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAArBhB%2CsBAII%2CMAoBI%3BEACI%2CqBAAA%3B%3BAACA%2CsBAtBR%2CMAoBI%2CEAEK%3BAAAQ%2CsBAtBjB%2CMAoBI%2CEAEc%3BAAAS%2CsBAtB3B%2CMAoBI%2CEAEwB%3BE9NsP5B%2CWAAA%3BE8NpPY%2C6BAAA%3B%3BAAGR%2CsBA3BJ%2CMA2BK%2CQACG%3BAADJ%2CsBA3BJ%2CMA2BK%2CQAEG%3BE9N%2BOR%2CWAAA%3BEAAA%2CgBAAA%3B%3BA%2BNxSF%2CQAAC%3BEACC%2CwBAAA%3B%3BAADF%2CQAAC%2CeAEC%3BAAFF%2CQAAC%2CeAoHH%2CCAlHO%3BAAFL%2CQAAC%2CeAoHH%2CCAlHU%3BAAFR%2CQAAC%2CeAoHH%2CCAlHa%3BAAFX%2CQAAC%2CeAoHH%2CCAlHgB%3BAAFd%2CQAAC%2CeAoHH%2CCAlHmB%3BEACb%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CQAAC%2CsBACC%3BEACE%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQAPH%2CsBACC%2CaAMG%3BAAAQ%2CQAPZ%2CsBACC%2CaAMY%3BEACR%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3BAAEF%2CQAdH%2CsBACC%2CaAaG%3BEACC%2CSAAS%2CEAAT%3B%3BAAIF%2CQAnBH%2CsBAkBC%2CGACG%3BEACC%2CkBAAA%3B%3BAAEF%2CQAtBH%2CsBAkBC%2CGAIG%3BEACC%2CiBAAA%3B%3BAAIF%2CQA3BH%2CsBA0BC%2CGACG%3BAAAD%2CQA3BH%2CsBA6GH%2CCAnFO%2CEACA%3BEACC%2CkBAAA%3B%3BAAEF%2CQA9BH%2CsBA0BC%2CGAIG%3BAAAD%2CQA9BH%2CsBA6GH%2CCAnFO%2CEAIA%3BEACC%2CiBAAA%3B%3BAAIF%2CQAnCH%2CsBAkCC%2CGACG%3BAAAD%2CQAnCH%2CsBA6GH%2CCA3EO%2CEACA%3BAAAD%2CQAnCH%2CsBA6GH%2CCA3EU%2CEACH%3BEACC%2CiBAAA%3B%3BAAEF%2CQAtCH%2CsBAkCC%2CGAIG%3BAAAD%2CQAtCH%2CsBA6GH%2CCA3EO%2CEAIA%3BAAAD%2CQAtCH%2CsBA6GH%2CCA3EU%2CEAIH%3BEACC%2CgBAAA%3B%3BAAMF%2CQAFH%2C8BACC%2CaACG%3BEACC%2CSAAS%2CEAAT%3B%3BAAEF%2CQALH%2C8BACC%2CaAIG%3BEACC%2CaAAA%3B%3BAAIN%2CQAAC%2C6BAA8B%2CaAAY%3BEACzC%2CSAAS%2CEAAT%3B%3BAAEF%2CQAAC%2CkBAAmB%3BEAClB%2CwBAAA%3B%3BAACA%2CQAFD%2CkBAAmB%2CaAEjB%3BAAAQ%2CQAFV%2CkBAAmB%2CaAER%3BEACR%2CqBAAA%3B%3BAAGJ%2CQAAC%2CkBAAmB%3BEAClB%2CwBAAA%3B%3BAACA%2CQAFD%2CkBAAmB%2CaAEjB%3BAAAQ%2CQAFV%2CkBAAmB%2CaAER%3BEACR%2CqBAAA%3B%3BAAGJ%2CQAAC%2CkBAAmB%3BEAClB%2CwBAAA%3B%3BAACA%2CQAFD%2CkBAAmB%2CaAEjB%3BAAAQ%2CQAFV%2CkBAAmB%2CaAER%3BEACR%2CqBAAA%3B%3BAAGJ%2CQAAC%2CkBAAmB%3BEAClB%2CwBAAA%3B%3BAACA%2CQAFD%2CkBAAmB%2CaAEjB%3BAAAQ%2CQAFV%2CkBAAmB%2CaAER%3BEACR%2CqBAAA%3B%3BAAGJ%2CQAAC%2CsBACC%3BEACE%2CwBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CQAAC%2CsBAKC%3BAALF%2CQAAC%2CsBAKK%3BEACF%2CwBAAA%3BEACA%2CoBAAA%3B%3BAAPJ%2CQAAC%2CsBASC%3BAATF%2CQAAC%2CsBASK%3BAATN%2CQAAC%2CsBASS%3BEACN%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAC%2C6BACC%3BEACE%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CQAAC%2C6BAKC%3BAALF%2CQAAC%2C6BAKK%3BAALN%2CQAAC%2C6BAKS%3BEACN%2CmBAAA%3B%3BAAGJ%2CQAAC%2CeAAgB%3BEACf%2CyBAAA%3BEACA%2C4BAAA%3B%3BACjHJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAPJ%2CWAQI%3BEACI%2CoBAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CkBAAA%3B%3B%3BAAIR%2CgBAAiB%3BAACjB%2CgBAAiB%3BEACb%2CiCAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CaAAA%3B%3BAAEJ%2CaAAc%2CoBAAoB%2CmBAAkB%2CIAAI%3BEACpD%2CeAAA%3B%3BAAEJ%2CmBAAoB%2CGAAE%3BEAClB%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CmBAAsB%2CIAAC%3BEACnB%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CmBAAqB%3BEACjB%2CgBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CoBAAA%3BEAAsB%2CaAAA%3BEACtB%2CsBAAA%3BEAAwB%2CmBAAA%3B%3BAAE5B%2CgBAAgB%2CUACZ%3BEACI%2CWAAA%3BEAAa%2COAAA%3BEACb%2CcAAA%3B%3BAAGR%2CaAAc%2CqBAAqB%3BAACnC%2CaAAc%2CqBAAqB%3BEAC%5C%2FB%2CiBAAA%3B%3BAAEJ%2CSAAU%3BAACV%2CSAAU%3BAACV%2CSAAU%3BAACV%2CSAAU%3BEACN%2CcAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CSAAU%3BEAIN%2CmBAAA%3B%3BAAJJ%2CSAAU%2CoBACN%2CEAAC%3BEACG%2CgBAAA%3B%3BAAIR%2CSAAU%3BEACN%2CgBAAA%3B%3BAAEJ%2CSAAU%2CoBAAoB%3BEAC1B%2CaAAA%3B%3BAAEJ%2CgBAAgB%3BAAChB%2CgBAAgB%3BEACZ%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CUAAW%2CkBAAkB%3BAAC7B%2CUAAW%2CkBAAkB%3BEACzB%2CiBAAA%3B%3BAAEJ%2CUAAW%3BAACX%2CWAAY%3BEACR%2CWAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CkBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CgBAAA%3B%3BAAGJ%2CWAAY%2CmBAAmB%3BAAC%5C%2FB%2CWAAY%2CmBAAmB%3BEAC3B%2CkBAAA%3B%3BAAEJ%2CWAAY%3BAACZ%2CWAAY%2CkBAAkB%3BAAC9B%2CWAAY%2CoBAAoB%3BAAChC%2CWAAY%3BEACR%2CgBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2C0BAA2B%3BEACvB%2CgBAAA%3B%3BAAEJ%2CmBAAoB%2C2BAA2B%3BAAC%5C%2FC%2CmBAAoB%2C2BAA2B%3BEAC3C%2CkBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CmBAAoB%2CoBAAoB%2CGAAE%3BAAC1C%2CmBAAoB%3BAACpB%2CmBAAoB%2CyBAAyB%3BEACzC%2CgBAAA%3B%3BAAGJ%2CIACI%2CUACI%3BEACI%2CmBAAA%3B%3BAAHZ%2CIACI%2CUAII%2CoBAAoB%2CGAAE%3BEAClB%2CaAAA%3B%3BAANZ%2CIACI%2CUAOI%2CoBAAoB%2CGAAE%3BEAClB%2CaAAA%3B%3BAATZ%2CIAYI%2CoBAAoB%2CGAAE%3BEAClB%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAfR%2CIAiBI%2CGAAE%2CkBACE%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAArBZ%2CIAwBI%3BEACI%2CgBAAA%3B%3BAAIR%2CeAEI%3BAADJ%2CoBACI%3BEACI%2CmBAAA%3B%3BAAHR%2CeAKI%2CoBAAsB%3BAAJ1B%2CoBAII%2CoBAAsB%3BEAClB%2CeAAA%3B%3BAAGR%3BEACI%2CmBAAA%3B%3B%3B%3B%3BAAKJ%2CgBAAgB%2CSAAS%2CUAErB%3BAADJ%2CgBAAgB%2CYAAY%2CUACxB%3BAAFJ%2CgBAAgB%2CSAAS%2CUAGrB%3BAAFJ%2CgBAAgB%2CYAAY%2CUAExB%3BAAHJ%2CgBAAgB%2CSAAS%2CUAIrB%3BAAHJ%2CgBAAgB%2CYAAY%2CUAGxB%3BAAJJ%2CgBAAgB%2CSAAS%2CUAKrB%3BAAJJ%2CgBAAgB%2CYAAY%2CUAIxB%3BEACI%2C4BAAA%3B%3BAAGR%2CgBAAgB%2CSAAS%2CWAErB%3BAADJ%2CgBAAgB%2CYAAY%2CWACxB%3BAAFJ%2CgBAAgB%2CSAAS%2CWAGrB%3BAAFJ%2CgBAAgB%2CYAAY%2CWAExB%3BAAHJ%2CgBAAgB%2CSAAS%2CWAIrB%3BAAHJ%2CgBAAgB%2CYAAY%2CWAGxB%3BAAJJ%2CgBAAgB%2CSAAS%2CWAKrB%3BAAJJ%2CgBAAgB%2CYAAY%2CWAIxB%3BEACI%2C2BAAA%3B%3B%3BAAKJ%2CgBAAC%2CQAAQ%2CMAAO%3BAAAa%2CgBAAC%2CQAAQ%2CMAAO%3BEACzC%2CWAAW%2CiBAAX%3B%3BAAEJ%2CgBAAC%2CQAAQ%2CMAAO%3BAAAa%2CgBAAC%2CQAAQ%2CMAAO%3BEACzC%2CWAAW%2CgBAAX%3B%3BAAGJ%2CgBAAC%2CcACG%2CoBAAoB%2CGAAE%3BEAClB%2CgBAAA%3B%3BAAFR%2CgBAAC%2CcAKG%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CgBAfP%2CcAKG%2CYAUK%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAzBZ%2CgBAAC%2CcAKG%2CYAuBI%3BEACI%2CiBAAA%3B%3BACzPhB%3BEACI%2CsBAAA%3B%3BAADJ%2CYAEI%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAAEA%2CYAhBJ%2CEAgBK%3BEACG%2CaAAa%2CuBAAb%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEAAS%2CQAAA%3BEAAU%2CMAAA%3BEAAQ%2CSAAA%3BEAC3B%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYA3BJ%2CEA2BK%3BAAAQ%2CYA3Bb%2CEA2Bc%3BEACN%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CYAAa%2CaA%5C%2FBjB%2CEA%2BBkB%3BEACV%2CWAAA%3B%3BAAGR%2CYAAC%2CWACG%3BEACI%2C2BAAA%3B%3BAAvCZ%2CYA0CI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CeAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAA5ClB%2CYA8CI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CgBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAAhDlB%2CYAkDI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CgBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAApDlB%2CYAsDI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CWAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAAxDlB%2CYA0DI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CkBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAA5DlB%2CYA8DI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CiBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAAhElB%2CYAkEI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CeAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAApElB%2CYAsEI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CiBAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAAxElB%2CYA0EI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CaAEK%3BEAAS%2CSAAS%2COAAT%3B%3BAA5ElB%2CYA8EI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CaAEK%3BEAAS%2CwBAAA%3BEAAyB%2CSAAS%2COAAT%3BEAAiB%2CgBAAA%3B%3BAAhF5D%2CYAkFI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CUAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAApFnB%2CYAsFI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CYAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAAxFnB%2CYA0FI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CcAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAA5FnB%2CYA8FI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CcAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAAhGnB%2CYAkGI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CaAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAApGnB%2CYAsGI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CgBAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAAxGnB%2CYA0GI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CYAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAA5GnB%2CYA8GI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CcAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAAhHnB%2CYAkHI%3BEACI%2CmBAAA%3B%3BAACA%2CYAFJ%2CgBAEK%3BEAAU%2CSAAS%2COAAT%3B%3BAAEf%2CYAAC%2CaACG%3BEACI%2CWAAA%3B%3BAACA%2CYAHP%2CaACG%2CEAEK%3BEACG%2CYAAA%3B%3BAAJZ%2CYAAC%2CaAOG%3BEACI%2CmBAAA%3B%3BAARR%2CYAAC%2CaAUG%3BEACI%2CmBAAA%3B%3BAAXR%2CYAAC%2CaAaG%3BEACI%2CmBAAA%3B%3BAAdR%2CYAAC%2CaAgBG%3BEACI%2CmBAAA%3B%3BAAjBR%2CYAAC%2CaAmBG%3BEACI%2CmBAAA%3B%3BAApBR%2CYAAC%2CaAsBG%3BEACI%2CmBAAA%3B%3BAAvBR%2CYAAC%2CaAyBG%3BEACI%2CmBAAA%3B%3BAA1BR%2CYAAC%2CaA4BG%3BEACI%2CmBAAA%3B%3BAA7BR%2CYAAC%2CaA%2BBG%3BEACI%2CmBAAA%3B%3BAAhCR%2CYAAC%2CaAkCG%3BEACI%2CmBAAA%3B%3BAAnCR%2CYAAC%2CaAqCG%3BEACI%2CmBAAA%3B%3BAAtCR%2CYAAC%2CaAwCG%3BEACI%2CmBAAA%3B%3BAAzCR%2CYAAC%2CaA2CG%3BEACI%2CmBAAA%3B%3BAA5CR%2CYAAC%2CaA8CG%3BEACI%2CmBAAA%3B%3BAA%5C%2FCR%2CYAAC%2CaAiDG%3BEACI%2CmBAAA%3B%3BAAlDR%2CYAAC%2CaAoDG%3BEACI%2CmBAAA%3B%3BAArDR%2CYAAC%2CaAuDG%3BEACI%2CmBAAA%3B%3BAAxDR%2CYAAC%2CaA0DG%3BEACI%2CmBAAA%3B%3BAA3DR%2CYAAC%2CaA6DG%3BEACI%2CmBAAA%3B%3BACpLV%3BEACE%2CmBAAA%3B%3BAACA%2CaAAc%3BEAAG%2CgBAAA%3B%3BAAFnB%2CYAGE%3BEACE%2CSAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAZJ%2CYAGE%2CWAUE%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEF%2CYAhBF%2CWAgBG%3BEACC%2CUAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAa%2CkBAAb%3B%3BAA3BN%2CYA8BE%3BEACE%2CmCAAA%3BEACA%2CoCAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAApCJ%2CYAsCE%3BEACE%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAA1CJ%2CYAsCE%2CoBAKE%3BEACE%2CWAAA%3B%3BAA5CN%2CYAsCE%2CoBAQE%3BEACE%2CeAAA%3B%3BAA%5C%2FCN%2CYAsCE%2CoBAWE%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAArDN%2CYAsCE%2CoBAiBE%3BEACE%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAA3DN%2CYAsCE%2CoBAuBE%3BEACE%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAC%3BEACC%2CkBAAA%3B%3BAADF%2CYAAC%2CoBAEC%3BEACE%2CiCAAA%3BEACA%2CaAAA%3B%3BAACA%2CYALH%2CoBAEC%2CWAGG%3BEACC%2CaAAA%3B%3BAANN%2CYAAC%2CoBASC%3BEACE%2CaAAA%3B%3BAAVJ%2CYAAC%2CoBAYC%3BEACE%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAhBJ%2CYAAC%2CoBAYC%2CoBAKE%3BEACE%2CmBAAA%3BEACA%2CeAAA%3B%3BAAnBN%2CYAAC%2CoBAYC%2CoBASE%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAIN%2CYAAC%2CoBACC%3BEACE%2CkBAAA%3B%3BAAFJ%2CYAAC%2CoBACC%2CWAEE%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAPH%2CoBACC%2CWAMG%3BEACC%2CQAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAEF%2CYAZH%2CoBACC%2CWAWG%3BEACC%2CeAAA%3BEACA%2CYAAA%3B%3BAAdN%2CYAAC%2CoBAiBC%3BEACE%2CiBAAA%3B%3BAAlBJ%2CYAAC%2CoBAiBC%2CoBAEE%3BEACE%2CeAAA%3B%3BAApBN%2CYAAC%2CoBAuBC%3BEACE%2CkBAAA%3B%3BAAGJ%2CYAAC%3BEACC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2C2CAAA%3B%3BAAHF%2CYAAC%2CoBAIC%3BEACE%2CiCAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPJ%2CYAAC%2CoBAIC%2CWAIE%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAZH%2CoBAIC%2CWAQG%3BEACC%2CQAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAEF%2CYAjBH%2CoBAIC%2CWAaG%3BEACC%2CeAAA%3BEACA%2CYAAA%3B%3BAAnBN%2CYAAC%2CoBAsBC%3BEACE%2CaAAA%3B%3BAAvBJ%2CYAAC%2CoBAyBC%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAA7BJ%2CYAAC%2CoBAyBC%2CoBAKE%3BEACE%2CeAAA%3B%3BAA%5C%2FBN%2CYAAC%2CoBAyBC%2CoBAQE%3BEACE%2CgBAAA%3B%3BAAIN%2CYAAC%3BEACC%2CkBAAA%3B%3BAADF%2CYAAC%2CoBAEC%3BEACE%2CiCAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CYAAC%2CoBAEC%2CWAGE%3BEACE%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYATH%2CoBAEC%2CWAOG%3BEACC%2CaAAA%3B%3BAAVN%2CYAAC%2CoBAaC%3BEACE%2CaAAA%3B%3BAAdJ%2CYAAC%2CoBAgBC%3BEACE%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAnBJ%2CYAAC%2CoBAgBC%2CoBAIE%3BEACE%2CmBAAA%3B%3BAArBN%2CYAAC%2CoBAgBC%2CoBAOE%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAIN%2CYAAC%3BEACC%2CkBAAA%3B%3BAADF%2CYAAC%2CoBAEC%3BEACE%2CiCAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAALJ%2CYAAC%2CoBAEC%2CWAIE%2CEAAC%3BEACC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAATN%2CYAAC%2CoBAEC%2CWASE%3BEACE%2CeAAA%3BEACA%2CiBAAA%3B%3BAAbN%2CYAAC%2CoBAEC%2CWAaE%3BEACE%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEF%2CYAtBH%2CoBAEC%2CWAoBG%3BEACC%2CaAAA%3B%3BAAvBN%2CYAAC%2CoBA0BC%3BEACE%2CaAAA%3B%3BAA3BJ%2CYAAC%2CoBA6BC%3BEACE%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAjCJ%2CYAAC%2CoBA6BC%2CoBAKE%3BEACE%2CsBAAA%3B%3BAAnCN%2CYAAC%2CoBA6BC%2CoBAQE%3BEACE%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAIN%2CYAAC%3BEACC%2CkBAAA%3B%3BAADF%2CYAAC%2CwBAEC%3BEACE%2CiCAAA%3B%3BAAHJ%2CYAAC%2CwBAEC%2CWAEE%3BEACE%2CeAAA%3B%3BAAEF%2CYAPH%2CwBAEC%2CWAKG%3BAAAQ%2CYAPZ%2CwBAEC%2CWAKY%3BEACR%2CwBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEF%2CYAjBH%2CwBAEC%2CWAeG%3BEAAQ%2CSAAS%2COAAT%3BEAAiB%2CWAAA%3BEAAY%2CUAAA%3BEAAW%2CSAAA%3BEAAU%2CcAAA%3B%3BAAjB%5C%2FD%2CYAAC%2CwBAmBC%3BEAAK%2CsBAAA%3BEAAuB%2CWAAA%3B%3BAAnB9B%2CYAAC%2CwBAoBC%2CoBAAoB%3BEAAG%2CcAAA%3BEAAe%2CkBAAA%3B%3BAACtC%2CYArBD%2CwBAqBE%2CkBACC%3BEAAY%2CWAAA%3B%3BAADd%2CYArBD%2CwBAqBE%2CkBAEC%2CoBACE%3BAAHJ%2CYArBD%2CwBAqBE%2CkBAEC%2CoBAgDR%2CCA%5C%2FCe%3BEAAQ%2CYAAA%3BEAAY%2CWAAA%3B%3BAAG7B%2CYA3BD%2CwBA2BE%2C%2BBACC%3BEACE%2CiCAAA%3B%3BAAFJ%2CYA3BD%2CwBA2BE%2C%2BBACC%2CWAEE%3BEAAG%2CoCAAA%3BEAAqC%2CkBAAA%3BEAAmB%2CgBAAA%3B%3BAAC3D%2CYA%5C%2FBL%2CwBA2BE%2C%2BBACC%2CWAGG%3BEACC%2CaAAA%3B%3BAAKR%2CYAAC%3BEACC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAlRJ%2CYAoRE%2CoBAAoB%3BEAAQ%2CWAAA%3B%3BAAC5B%2CYAAC%2CoBACC%3BEACE%2CmBAAA%3B%3BAAFJ%2CYAAC%2CoBAIC%3BEACE%2C8BAAA%3B%3BAAGJ%2CYAAC%3BEACC%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAAEF%2CYAAC%2CoBAAqB%3BEACpB%2C6BAAA%3B%3BA1K%5C%2FNF%3BExDoOA%2CsBAAA%3B%3BAwD9NI%2CIAAK%3BExD8NT%2CsBAAA%3BEwD5NQ%2CaAAA%3B%3BAAIR%2CQAAS%2CQAAO%3BEACZ%2CeAAA%3BEACA%2CoBAAA%3B%3BAAOJ%3BExD%2BMA%2CsBAAA%3BEAAA%2C0BAAA%3BEwD5MI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CYAMI%2COAAM%3BExDyMV%2CWAAA%3B%3BAwDpMA%2COAAO%2CMACD%2CUAAO%3BExDmMb%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEyDvBQ%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAALR%2COAAO%2CMACD%2CUAAO%2CMzD%2BBX%3BEACE%2CqBAAA%3BEACA%2CmBAAA%3B%3BAyDlCJ%2COAAO%2CMACD%2CUAAO%2CMAKH%3BEACE%2CyBAAA%3B%3BAAPZ%2COAAO%2CMACD%2CUAAO%2CMAKH%2CKAEI%3BExD4Ld%2CcAAA%3BEAAA%2CqBAAA%3B%3BADjJA%2COyDnDO%2CMACD%2CUAAO%2CMAKH%2CKAEI%2CIzD2Cb%3BECiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2COyDxDO%2CMACD%2CUAAO%2CMAKH%2CKAEI%2CIzDgDb%3BEC4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADvIA%2COyD7DO%2CMACD%2CUAAO%2CMAKH%2CKAEI%2CIzDqDb%3BECuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAwD7KI%2COAAC%3BEACG%2CkBAAA%3B%3BAAIR%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CKAII%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CqBAAA%3BEACA%2CWAAA%3B%3BAAIR%2CUACM%2CsBACE%2CYAAc%3BEACV%2CiBAAA%3B%3BAASR%2COAJG%2CKAIF%3BExD4IL%2CmBAAA%3BEAAA%2CcAAA%3BEwDzIQ%2CsBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAQN%2CQAAC%3BEACC%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEF%2CQAAC%3BAAAQ%2CQAAC%3BEACR%2CcAAA%3B%3BAAEF%2CQAAC%3BEACC%2CcAAA%3B%3BAAEF%2CQAAC%3BEAAU%2CcAAA%3B%3BAAEb%3BEACE%2CcAAA%3B%3BAAEF%2CQAAQ%2COACJ%3BEACI%2CSAAA%3B%3BAAEJ%2CQAJI%2COAIH%3BAACD%2CQALI%2COAKH%3BExDuGL%2CiBAAA%3BEAAA%2C6BAAA%3BEsEnQA%2CcAAA%3BEtEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CqBAAA%3BEAAA%2CWAAA%3BEwDrGQ%2CSAAA%3B%3BAAHJ%2CQAJI%2COAIH%2CScnIL%3BAdoII%2CQALI%2COAKH%2COcpIL%3BEtE2OA%2CWAAA%3B%3BAsExOI%2CQd4HI%2COAIH%2CScnIL%2CEAGK%3BAAAD%2CQd4HI%2COAKH%2COcpIL%2CEAGK%3BEtEwOL%2CWAAA%3B%3BAsEpOI%2CQdwHI%2COAIH%2CScnIL%2CEAOK%3BAAAD%2CQdwHI%2COAKH%2COcpIL%2CEAOK%3BEtEoOL%2CWAAA%3B%3BAwDnGI%2CQATI%2COASH%3BEACG%2CSAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAALJ%2CQATI%2COASH%2COAMG%3BEACI%2CiBAAA%3B%3BAAGR%2CQAnBI%2COAmBH%3BExDyFL%2CiBAAA%3BEAAA%2C6BAAA%3BEsEnQA%2CcAAA%3BEtEmQA%2CiBAAA%3BEAAA%2CmBAAA%3BEAAA%2CkBAAA%3BEAAA%2CWAAA%3BEwDvFQ%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAHJ%2CQAnBI%2COAmBH%2CKclJL%3BEtE2OA%2CWAAA%3B%3BAsExOI%2CQd4HI%2COAmBH%2CKclJL%2CEAGK%3BEtEwOL%2CWAAA%3B%3BAsEpOI%2CQdwHI%2COAmBH%2CKclJL%2CEAOK%3BEtEoOL%2CWAAA%3B%3BAwDlFA%2CYAEI%2CUACI%3BAAFR%2CYACI%2CUACI%3BEjBpKR%2CqBAAA%3BEACA%2CkBAAA%3B%3BAvCFA%2CYwDoKI%2CUACI%2CSxDrKP%3BAAAD%2CYwDoKI%2CUACI%2CSxDrKP%3BAACD%2CYwDmKI%2CUACI%2CSxDpKP%3BAAAD%2CYwDmKI%2CUACI%2CSxDpKP%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYwD8JI%2CUACI%2CSxD%5C%2FJP%3BAAAD%2CYwD8JI%2CUACI%2CSxD%5C%2FJP%3BEACG%2CWAAA%3B%3BAwD2JJ%2CYAEI%2CUACI%2CSjBjKR%3BAiB%2BJA%2CYACI%2CUACI%2CSjBjKR%3BEvCgPA%2CUAAA%3BEuC9OI%2CeAAA%3BEvC8OJ%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAgB8IA%2CYAEI%2CUACI%2CSjBjKR%2CeCoOE%3BAgBrEF%2CYACI%2CUACI%2CSjBjKR%2CeCoOE%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CYgB0II%2CUACI%2CSjBjKR%2CeCsBC%3BAAAD%2CYgB0II%2CUACI%2CSjBjKR%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYgB6HA%2CUACI%2CSjBjKR%2CeCkCC%2CMACI%3BAAAD%2CYgB6HA%2CUACI%2CSjBjKR%2CeCkCC%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CYgBuHA%2CUACI%2CSjBjKR%2CeCwCC%2COACI%3BAAAD%2CYgBuHA%2CUACI%2CSjBjKR%2CeCwCC%2COACI%3BExCuML%2CcAAA%3B%3BAuCqEA%2CYiBrJI%2CUACI%2CSjBjKR%2CeAqTC%3BAAAD%2CYiBrJI%2CUACI%2CSjBjKR%2CeAqTC%3BEvCrED%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BADqSA%2CYiBrJI%2CUACI%2CSjBjKR%2CeAqTC%2COCjFC%3BADiFF%2CYiBrJI%2CUACI%2CSjBjKR%2CeAqTC%2COCjFC%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CYgB0II%2CUACI%2CSjBjKR%2CeAqTC%2COC%5C%2FRA%3BAAAD%2CYgB0II%2CUACI%2CSjBjKR%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CYgB6HA%2CUACI%2CSjBjKR%2CeAqTC%2COCnRA%2CMACI%3BAAAD%2CYgB6HA%2CUACI%2CSjBjKR%2CeAqTC%2COCnRA%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CYgBuHA%2CUACI%2CSjBjKR%2CeAqTC%2COC7QA%2COACI%3BAAAD%2CYgBuHA%2CUACI%2CSjBjKR%2CeAqTC%2COC7QA%2COACI%3BExCuML%2CcAAA%3B%3BAwDlFA%2CYAEI%2CUACI%2CSjBsBR%3BAiBxBA%2CYACI%2CUACI%2CSjBsBR%3BEvCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEuChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEvC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAwDlFA%2CYAEI%2CUACI%2CSjBsBR%2CYAsBI%3BAiB9CJ%2CYACI%2CUACI%2CSjBsBR%2CYAsBI%3BEvCmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAuC3BQ%2CYiBrDJ%2CUACI%2CSjBsBR%2CYAsBI%2CGAQK%3BAAAD%2CYiBrDJ%2CUACI%2CSjBsBR%2CYAsBI%2CGAQK%3BEvC2BT%2CmBAAA%3BEuCzBY%2CeAAA%3B%3BAAuTZ%2CYiB9WI%2CUACI%2CSjBsBR%2CYAuVC%3BAAAD%2CYiB9WI%2CUACI%2CSjBsBR%2CYAuVC%3BAACD%2CYiB%5C%2FWI%2CUACI%2CSjBsBR%2CYAwVC%3BAAAD%2CYiB%5C%2FWI%2CUACI%2CSjBsBR%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CYiBxXI%2CUACI%2CSjBsBR%2CYAiWC%3BAAAD%2CYiBxXI%2CUACI%2CSjBsBR%2CYAiWC%3BEACG%2CiBAAA%3BEvCzSJ%2CsDAAA%3BEuC2SI%2CWAAA%3B%3BAAGJ%2CYiB9XI%2CUACI%2CSjBsBR%2CYAuWC%3BAAAD%2CYiB9XI%2CUACI%2CSjBsBR%2CYAuWC%3BEACG%2CiBAAA%3BEvC%5C%2FSJ%2CsDAAA%3BEuCiTI%2CWAAA%3B%3BAAzDJ%2CYiBxUI%2CUACI%2CSjBsBR%2CYAiTC%3BAAAD%2CYiBxUI%2CUACI%2CSjBsBR%2CYAiTC%3BEvCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAuC6PA%2CYiB7UI%2CUACI%2CSjBsBR%2CYAsTC%3BAAAD%2CYiB7UI%2CUACI%2CSjBsBR%2CYAsTC%3BEvC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAuCZA%2CYiBpEI%2CUACI%2CSjBmEP%3BAAAD%2CYiBpEI%2CUACI%2CSjBmEP%3BEACG%2CiBAAA%3B%3BAADJ%2CYiBpEI%2CUACI%2CSjBmEP%2COAGG%3BAAHJ%2CYiBpEI%2CUACI%2CSjBmEP%2COAGG%3BEACI%2CcAAA%3B%3BAiB1ER%2CYAEI%2CUACI%2CSAUI%2CGAAE%3BAAZd%2CYACI%2CUACI%2CSAUI%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CgDAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CQAAA%3B%3BAAlBhB%2CYAEI%2CUACI%2CSAUI%2CGAAE%2CSAME%3BAAlBhB%2CYACI%2CUACI%2CSAUI%2CGAAE%2CSAME%3BEACI%2CgBAAA%3B%3BAApBpB%2CYAEI%2CUACI%2CSAUI%2CGAAE%2CSASE%3BAArBhB%2CYACI%2CUACI%2CSAUI%2CGAAE%2CSASE%3BEACE%2CcAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAACE%2CYA3BhB%2CUACI%2CSAUI%2CGAAE%2CSASE%2CEAOQ%3BAAAJ%2CYA3BhB%2CUACI%2CSAUI%2CGAAE%2CSASE%2CEAOQ%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CYAhChB%2CUACI%2CSAUI%2CGAAE%2CSASE%2CEAYK%3BAAAD%2CYAhChB%2CUACI%2CSAUI%2CGAAE%2CSASE%2CEAYK%3BEACG%2CqBAAA%3B%3BAAGR%2CYApCZ%2CUACI%2CSAUI%2CGAAE%2CSAyBG%3BAAAD%2CYApCZ%2CUACI%2CSAUI%2CGAAE%2CSAyBG%3BEACC%2CUAAA%3BEACA%2CWAAA%3B%3BAAEF%2CYAxCZ%2CUACI%2CSAUI%2CGAAE%2CSA6BG%3BAAAD%2CYAxCZ%2CUACI%2CSAUI%2CGAAE%2CSA6BG%3BEACC%2CUAAA%3BEACA%2CUAAA%3B%3BAA5ClB%2CYAEI%2CUACI%2CSA4CI%2CQAAO%3BAA9CnB%2CYACI%2CUACI%2CSA4CI%2CQAAO%3BEACL%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BAACA%2CYAnDV%2CUACI%2CSA4CI%2CQAAO%2COAMJ%3BAAAD%2CYAnDV%2CUACI%2CSA4CI%2CQAAO%2COAMJ%3BEACC%2CcAAA%3BEACA%2C%2BBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEF%2CYAzDV%2CUACI%2CSA4CI%2CQAAO%2COAYJ%3BAAAD%2CYAzDV%2CUACI%2CSA4CI%2CQAAO%2COAYJ%3BEACG%2CaAAA%3BEACA%2CmBAAA%3B%3BAACA%2CYA5Dd%2CUACI%2CSA4CI%2CQAAO%2COAYJ%2COAGI%3BAAAD%2CYA5Dd%2CUACI%2CSA4CI%2CQAAO%2COAYJ%2COAGI%3BEACC%2CcAAA%3BEACA%2C%2BBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAlEpB%2CYAEI%2CUAqEI%3BAAtER%2CYACI%2CUAqEI%3BEACI%2CoBAAA%3B%3BAACA%2CYAvER%2CUAqEI%2COAEQ%3BAAAJ%2CYAvER%2CUAqEI%2COAEQ%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAOhB%2CIAAI%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3B%3BAA6BR%2CQArBwB%3BEACpB%2CaAAc%2CkBAAkB%2COAAM%3BIxDdtC%2CiBAAA%3BIwDgBI%2CWAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CWAAY%2CQAAQ%2CWAAU%3BIxDnB9B%2CiBAAA%3BIwDqBI%2CUAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CcAAe%3BIAC7B%2CeAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CyCAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3B%3BAAcR%2CQAVwB%3BEACtB%2CaAAc%3BEACd%2CaAAc%2CkBAAoB%3BIAC9B%2CaAAA%3B%3B%3BAAaF%2CQACI%2CQAAO%2CMAAM%2CIAAI%3BAADrB%2CQAEI%2CQAAO%2CIAAI%3BEACP%2CkBAAA%3B%3BAAIR%3BEACI%2CWAAA%3B%3BAAWN%3BEjBxTE%2CqBAAA%3BEACA%2CkBAAA%3B%3BAvCFA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAwDkTN%2CiBjBrTE%3BEvCgPA%2CUAAA%3BEuC9OI%2CeAAA%3BEvC8OJ%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BAgBqSF%2CiBjBrTE%2CeCoOE%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CiBDtBA%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCxQQ%2CODwQR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBDnCJ%2CeCkCC%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CiBDzCJ%2CeCwCC%2COACI%3BExCuML%2CcAAA%3B%3BAuCqEA%2CiBArTA%2CeAqTC%3BEvCrED%2CqBAAA%3BEwChOA%2CqBAAA%3B%3BADqSA%2CiBArTA%2CeAqTC%2COCjFC%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwC2CA%2CiBDtBA%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCzQM%2CODyQN%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CiBAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BExC6ML%2CcAAA%3B%3BAwCvMI%2CiBDzCJ%2CeAqTC%2COC7QA%2COACI%3BExCuML%2CcAAA%3B%3BAwDqEF%2CiBjB9HE%3BEvCyDA%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3BEC0KA%2CgBAAA%3BEAAA%2CSAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEuChDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEvC8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAwDqEF%2CiBjB9HE%2CGAsBI%3BEvCmCJ%2CSAAA%3BEAAA%2CUAAA%3B%3BAuC3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BEvC2BT%2CmBAAA%3BEuCzBY%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2CGAuVC%3BAACD%2CiBAxVA%2CGAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2CGAiWC%3BEACG%2CiBAAA%3BEvCzSJ%2CsDAAA%3BEuC2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2CGAuWC%3BEACG%2CiBAAA%3BEvC%5C%2FSJ%2CsDAAA%3BEuCiTI%2CWAAA%3B%3BAAzDJ%2CiBAjTA%2CGAiTC%3BEvCxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAuC6PA%2CiBAtTA%2CGAsTC%3BEvC7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAuCZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAiB6EV%2CiBAeI%2CGACI%3BExDrFN%2CWAAA%3BEAAA%2CqBAAA%3BEwDgGU%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAzDtPV%2CiByDqOE%2CGACI%2CEzDtOL%3BECiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAD5IA%2CiByDgOE%2CGACI%2CEzDjOL%3BEC4ID%2CWAAA%3BEAAA%2CqBAAA%3B%3BADvIA%2CiByD2NE%2CGACI%2CEzD5NL%3BECuID%2CWAAA%3BEAAA%2CqBAAA%3B%3BAwDqEF%2CiBAmCI%3BEACI%2CaAAA%3B%3BAApCR%2CiBAsCI%2CQAAO%3BEpDpKT%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3BEwD6GM%2CmBAAA%3B%3BApD1JN%2CiBoDwJE%2CQAAO%2COpDxJR%3BAACD%2CiBoDuJE%2CQAAO%2COpDvJR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBoDkJE%2CQAAO%2COpDlJR%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CiBoD6IE%2CQAAO%2COpD7IR%3BAACD%2CiBoD4IE%2CQAAO%2COpD5IR%3BAACD%2CQAAQ%2CUAAW%2CkBoD2IjB%2CQAAO%3BEpD1IL%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BAwDqEF%2CiBA0CI%2CQAAO%3BEACH%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3BAACA%2CiBAPJ%2CQAAO%2CMAOF%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CiBAXJ%2CQAAO%2CMAWF%3BEACG%2CWAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3BAhB7RV%2CiBgBgSG%2COACG%2CQAAO%2COhBjSZ%3BExCgKD%2CSCzQM%2CODyQN%3B%3BAwDgIE%2CiBAAC%2COAOG%3BEACI%2CcAAA%3B%3BAAnEZ%2CiBAsEI%3BEACI%2CaAAA%3B%3BAAmQV%2CQA%5C%2FPyB%3BEACrB%3BEACA%3BIACI%2CgBAAA%3B%3BEAIA%2CIAAK%3BIxDvJT%2CyBAAA%3B%3BEwD2JA%2CcAAe%2CQAAO%2CMAAO%3BIACzB%2CWAAA%3B%3BEAGJ%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAHJ%2CYAII%3BIACI%2CoBAAA%3B%3BEALR%2CYAII%2CMAGI%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAKZ%2CMAAM%2CYAAY%2CcACd%3BIACI%2C0BAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIAEA%2CUAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CwCAAA%3BIACA%2CmCAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3B%3BEAbR%2CMAAM%2CYAAY%2CcAed%3BIACI%2CeAAA%3B%3BEAEA%2CMAlBF%2CYAAY%2CcAed%2CYAGQ%3BIACA%2C6BAAA%3B%3BEAGA%2CMAtBN%2CYAAY%2CcAed%2CYAMI%2CGAAE%2COACM%2CIAAI%2COAAI%3BIACR%2CSAAA%3B%3BEAvBhB%2CMAAM%2CYAAY%2CcA2Bd%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEADJ%2CYAEI%2CQAAO%3BIACH%2CUAAA%3B%3BEAHR%2CYAKI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIxDzDR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwD4DG%2CYAFR%2CYACI%2CQACQ%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CYANR%2CYACI%2CQAKK%2COAAU%2CIAAC%3BIACR%2CSvDheH%2COuDgeG%3BIACA%2CqBAAA%3BIACA%2CafldD%2CaekdC%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAtBhB%2CYAUI%2CYACI%2CQAaI%3BIACI%2CaAAA%3BIACA%2C2CAAA%3B%3BEA1BhB%2CYAUI%2CYACI%2CQAaI%2CSAGI%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEA7BpB%2CYAUI%2CYACI%2CQAaI%2CSAOI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3B%3BEAlCpB%2CYAUI%2CYACI%2CQAaI%2CSAYI%2CGAAE%2COAAU%2CIAAC%3BIACT%2CSvDrfN%2COuDqfM%3BIACA%2CqBAAA%3BIACA%2CafteL%2CaeseK%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEA5CpB%2CYAUI%2CYACI%2CQAaI%2CSAsBI%2CQAAU%3BIACN%2CSAAA%3B%3BEA%5C%2FCpB%2CYAoDI%3BIACI%2CkBAAA%3B%3BEArDR%2CYAoDI%2CWAEI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEACA%2CYAXR%2CWAEI%2CcASK%3BIACC%2CmBAAA%3BIACA%2CUAAA%3B%3BEAjEd%2CYAoDI%2CWAgBM%3BIACE%2CcAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2C4BAAA%3B%3BEACA%2CYAzBR%2CWAgBM%2CIASG%3BIACG%2CsBAAA%3B%3BEAKhB%2CgBAAiB%2CaACb%2CWACM%3BIACE%2CoBAAA%3B%3BEAHZ%2CgBAAiB%2CaACb%2CWAII%3BIACI%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3B%3BEAGR%2CgBAXa%2CaAWZ%2CcACG%2CWACM%3BIACE%2CmBAAA%3B%3BEAHZ%2CgBAXa%2CaAWZ%2CcACG%2CWAII%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CgBApBC%2CaAWZ%2CcACG%2CWAII%2CcAIK%3BIACG%2CmBAAA%3BIACA%2CUAAA%3B%3BEAMpB%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAIE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CeAAA%3B%3BEAMR%2COAAC%2CMACK%2CUAAO%3BIxD%5C%2FUjB%2CSAAA%3BIAAA%2CUAAA%3BID1KA%2CqBAAA%3BIyD2fY%2CWAAA%3BIACA%2CkBAAA%3B%3BEAJR%2COAAC%2CMACK%2CUAAO%2CMzDnff%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEyDgfA%2COAAC%2CMACK%2CUAAO%2CMAIH%3BIACE%2CgBAAA%3B%3BEACA%2COAPX%2CMACK%2CUAAO%2CMAIH%2CKAEG%3BEAPb%2COAAC%2CMACK%2CUAAO%2CMAIH%2CKAGI%3BIACE%2CqBAAA%3B%3BEAThB%2COAAC%2CMACK%2CUAAO%2CMAIH%2CKAMI%3BEAXd%2COAAC%2CMACK%2CUAAO%2CMAIH%2CKAMS%3BIACH%2CiDAAA%3B%3BEAEJ%2COAdX%2CMACK%2CUAAO%2CMAIH%2CKASG%2CYACK%3BEADN%2COAdX%2CMACK%2CUAAO%2CMAIH%2CKASG%2CYACU%3BIACH%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGR%2COApBX%2CMACK%2CUAAO%2CMAIH%2CKAeG%2CQACG%3BIxDnWpB%2CWAAA%3BIAAA%2CqBAAA%3B%3BEwD8UI%2COAAC%2CMACK%2CUAAO%2CMA0BH%2CoBAAoB%3BIAClB%2CaAAA%3B%3BEAMhB%2CKACI%3BIACI%2CmBAAA%3B%3BEAIR%3BIxDlQA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIwD%2BNJ%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkCAAA%3B%3BEANJ%2CaAOM%3BEAPN%2CaAQM%3BEARN%2CaASM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CKAAM%3BEACN%2CKAAM%3BIACF%2CYAAA%3B%3B%3BAAkBR%2CcAAe%3BEACX%2CUAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BExD5ZJ%2CgBAAA%3BEwD8ZI%2CaAAA%3B%3BAAEJ%2CsBAAsB%3BAAAS%2CuBAAuB%3BEAClD%2CavD3qBW%2CauD2qBX%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEAEA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3B%3BEAIA%2CoBAAA%3BEACA%2CoBAAA%3B%3BEAGA%2CgBAAA%3B%3B%3BEAIA%2CmBAAA%3B%3B%3B%3BEAMA%2CmCAAA%3BEACA%2CkCAAA%3B%3B%3B%3BAAKJ%3BEACI%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaACI%2CMACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAATZ%2CaACI%2CMACI%2CYASI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAbhB%2CaAiBI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAApBR%2CaAiBI%2CWAKI%3BEACI%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAA5BZ%2CaAiBI%2CWAaI%3BEACI%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2C%2BDAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAtCZ%2CaAyCI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3B%3BAA3CR%2CaAyCI%2CWAII%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAlDZ%2CaAyCI%2CWAWI%2CEAAC%3BEACG%2CqBAAA%3B%3BAArDZ%2CaAwDI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CaAXJ%2CaAWQ%3BEACA%2CSAAA%3B%3BAApEZ%2CaAuEI%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CeAAA%3B%3BAb1yBR%3BEAAsB%2CoBAAA%3B%3BAHkHtB%2CqBG5GI%2CQAAO%2CWH4GV%3BAAAD%2CoBG5GI%2CQAAO%2CWH4GV%3BAAAD%2CqBG5GI%2CQAAO%2CWH4GV%3BAAAD%2CaG5GI%2CQAAO%2CWH4GV%3BAAAD%2CiBG5GI%2CQAAO%2CWH4GV%3BExCyKD%2CSCnPiB%2CODmPjB%3B%3BA2C5QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC8IjC%2CQAGI%2CKACI%3BAwClJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC%2BIjC%2CQAEI%2CKACI%3BAwClJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxCgJjC%2CQACI%2CKACI%3BAwClJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC8IjC%2CQAGI%2CKAEI%3BAwCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC%2BIjC%2CQAEI%2CKAEI%3BAwCnJV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxCgJjC%2CQACI%2CKAEI%3BEHyHV%2C6BAAA%3B%3BA2C5QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxCyJjC%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BAwC7JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC0JjC%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BAwC7JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC2JjC%2CQAAK%2CYACD%2CKAAE%2CYACE%3BAwC7JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxCyJjC%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BAwC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC0JjC%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BAwC9JV%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxC2JjC%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BEACE%2CaAAA%3B%3BAwC%5C%2FJZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSxCoKjC%2CQAAQ%3BEHwGV%2C6BAAA%3B%3BA2C5QA%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAI%5C%2FB%2CMAAQ%2CKAAK%3BEACT%2CgBAAA%3B%3BAALR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAO%5C%2FB%2CMAAQ%2CKAAE%2CWAAc%3BEACpB%2CgCAAA%3B%3BAARR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAU%5C%2FB%2CSAAQ%3BEACJ%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAZR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%3BEACI%2CeAAA%3B%3BAAfR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAc%5C%2FB%2CYAEI%3BEACI%2CsBAAA%3B%3BAAKJ%2CQAtBC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKACK%3BEACG%2CUAAA%3B%3BAAEJ%2CQAzBC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKAIK%3BEACG%2CgBAAA%3B%3BAAEJ%2CQA5BC%2CeAAe%2CMAAK%2CMAAM%2CSAqB%5C%2FB%2CKAOK%3BEACG%2CeAAA%3B%3BAA7BZ%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAgC%5C%2FB%3BEACI%2CeAAA%3B%3BAAjCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAmC%5C%2FB%2CYAAW%3BEACP%2CoBAAA%3B%3BAApCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAsC%5C%2FB%2CQAAO%3BEACH%2CmBAAA%3B%3BAAvCR%2CQAAS%2CeAAe%2CMAAK%2CMAAM%2CSAyC%5C%2FB%3BEACI%2CgBAAA%3B%3BAAIR%2CKAAK%2CSACD%3BE3C6NJ%2CcAAA%3BE2C3NQ%2CmBAAA%3B%3BAACA%2CKAJH%2CSACD%2CSAGK%3BEACG%2CSAAS%2CGAAT%3B%3BAAEJ%2CKAPH%2CSACD%2CSAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%2CeAOI%3BEACI%2CmBAAA%3B%3BAAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BEACG%2CcAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CcAPE%2CSACV%2CSACK%2CKAKI%3BEACG%2CaAAA%3B%3BAANR%2CcAFM%2CSACV%2CSACK%2CKAQG%3BEACI%2CSAAA%3B%3BAAOJ%2CcAlBE%2CSACV%2CSACK%2CKAgBI%3BEACG%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CcAvBE%2CSACV%2CSACK%2CKAqBI%2CQACK%3BEACE%2CkBAAA%3B%3BAACA%2CcA1BN%2CSACV%2CSACK%2CKAqBI%2CQACK%2CIAEG%3BEACG%2CeAAA%3B%3BAAzBhB%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CKAAI%2CMAAO%3BEAAU%2CWAAA%3B%3BAwL3IjC%2CIAAC%2CcAAc%3BEACX%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CqDAAA%3BEACA%2CkDAAA%3BEACA%2C6CAAA%3B%3BAAKR%2CqBACI%3BEACI%2CqBAAA%3B%3BAAEA%2CqBAHJ%2CmBAGK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CqBARJ%2CmBAQK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3B%3BAAXZ%2CqBAeI%3BEnOgQF%2CmCAAA%3BEACK%2CgCAAA%3BEACC%2C%2BBAAA%3BEAcJ%2C2BAAA%3BEAhBF%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3BEmO7QI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAApBR%2CqBAuBI%3BEACI%2CWAAA%3B%3BAAxBR%2CqBA2BI%2CeAAe%3BEACX%2CaAAA%3B%3BAA5BR%2CqBA2BI%2CeAAe%2CEAGX%3BEACI%2CiBAAA%3BEACA%2CWAAA%3B%3BAAhCZ%2CqBAoCI%2CiBACI%2CeAEI%2CEAAC%3BEACG%2CqBAAA%3B%3BAAxChB%2CqBAoCI%2CiBACI%2CeAMI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAMhB%3BEACI%2CgBAAA%3B%3BAADJ%2CoBAGI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAANR%2CoBASI%2COACI%2CMACI%3BAAXZ%2CoBASI%2COACI%2CMAEI%3BEnO6MV%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3BEmO3NY%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3B%3BAAnBhB%2CoBASI%2COACI%2CMAYI%2CEAAC%2CKAAK%3BEACF%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAlBR%2COACI%2CMAiBK%2CQACG%3BEACI%2CsBAAA%3B%3BAAOpB%2CwBACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAHR%2CwBACI%2CuBAII%3BEnOgLN%2CmCAAA%3BEACK%2CgCAAA%3BEACC%2C%2BBAAA%3BEAcJ%2C2BAAA%3BEAhBF%2CoBAAA%3BEACK%2CiBAAA%3BEACC%2CgBAAA%3BEAcJ%2CYAAA%3BEmO7LQ%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CwBAXR%2CuBAII%2COAOK%3BAACD%2CwBAZR%2CuBAII%2COAQK%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAfhB%2CwBAoBI%2CsBAAsB%3BEAClB%2CcAAA%3B%3BAAKR%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CyBAII%2CSAAQ%3BEACJ%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAIR%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CuBAII%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAEA%2CwBAAC%2CMACG%3BEACI%2CWAAW%2CiBAAiB%2CQAA5B%3B%3BAAIR%2CwBAAC%3BEACG%2CUAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CUAAA%3B%3BAADJ%2CwBAAC%2CsBAGG%3BEACI%2CWAAW%2CiBAAiB%2CQAA5B%3B%3BAAJR%2CwBAAC%2CsBAOG%3BAAPJ%2CwBAAC%2CsBAQG%3BEACI%2CWAAW%2CiBAAiB%2CQAA5B%3B%3BAATR%2CwBAAC%2CsBAYG%3BAAZJ%2CwBAAC%2CsBAaG%3BEACI%2CWAAW%2CiBAAiB%2CQAA5B%3B%3BAAIR%2CwBAAI%3BEnOkGN%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3BEmOhHI%2C4BAAA%3BEACA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEnOoFE%2CmCAAA%3BEACK%2CgCAAA%3BEACC%2C%2BBAAA%3BEAcJ%2C2BAAA%3BEmOlGA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CiBAAiB%2CQAA5B%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAEA%2C8BAAC%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAArBR%2C8BAwBI%3BEACI%2CSAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEnOsDE%2CmCAAA%3BEACK%2CgCAAA%3BEACC%2C%2BBAAA%3BEAcJ%2C2BAAA%3BEmOpEA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CyBAAC%3BEACG%2CSAAA%3BEACA%2CWAAW%2CiBAAiB%2CQAA5B%3B%3BAAEA%2CyBAJH%2CmCAII%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2C8BAAA%3B%3BAAIR%2CyBAAC%3BEACG%2CSAAA%3BEACA%2CWAAW%2CiBAAiB%2CQAA5B%3B%3BAAEA%2CyBAJH%2CsCAII%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2C8BAAA%3BEACA%2CiCAAA%3B%3BAAIR%2CyBAAC%3BEACG%2CQAAA%3BEACA%2CWAAW%2CiBAAiB%2CQAA5B%3B%3BAAEA%2CyBAJH%2CoCAII%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAAIR%2CyBAAC%3BEACG%2CQAAA%3BEACA%2CWAAW%2CiBAAiB%2CQAA5B%3B%3BAAEA%2CyBAJH%2CqCAII%3BEACG%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2CgCAAA%3B%3BAAIR%2CyBAAC%2C6BACG%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAA1EZ%2CyBA8EI%3BEACI%2CaAAA%3B%3BAA%5C%2FER%2CyBAkFI%3BEACI%2CgBAAA%3B%3BAAnFR%2CyBAsFI%3BEACI%2CmBAAA%3B%3BAAvFR%2CyBA0FI%2CWAAW%3BEACP%2CsBAAA%3B%3BAA3FR%2CyBA8FI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAArGR%2CyBA8FI%2CsBASI%3BAAvGR%2CyBA8FI%2CsBAUI%3BEACI%2CUAAA%3B%3BAAzGZ%2CyBA8FI%2CsBAcI%2CKACI%3BEACI%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CyBApBZ%2CsBAcI%2CKACI%2COAKK%3BEACG%2CuBAAA%3BEACA%2CmBAAA%3B%3BAApHpB%2CyBA8FI%2CsBA2BI%2CqBAAoB%3BEAChB%2CqBAAA%3B%3BAA1HZ%2CyBA8FI%2CsBAgCI%3BAA9HR%2CyBA8FI%2CsBAiCI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CyBAvCR%2CsBAgCI%2CqBAOK%3BAAAD%2CyBAvCR%2CsBAiCI%2CqBAMK%3BEACG%2CcAAA%3B%3BAAtIhB%2CyBA8FI%2CsBA4CI%2CqBAAoB%3BEAChB%2CuBAAA%3BEACA%2CYAAA%3B%3BAA5IZ%2CyBAgJI%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAnJR%2CyBAgJI%2C8BAKI%3BEACI%2CSAAA%3B%3BAAKZ%2CiBACI%3BEACI%2CeAAA%3B%3BAAFR%2CiBAKI%3BEACI%2CeAAA%3B%3BAAKR%2CgBACI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3B%3BAATR%2CgBACI%2CkBAUI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CsBAUI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAZR%2CsBAeI%3BEACI%2C0BAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAvBR%2CsBAeI%2C2BAUJ%3BEACA%2CgBAAA%3BEAII%2CUAAA%3B%3BAAAA%2CwBAHyC%3BEAGzC%2CsBAfA%2C2BAUJ%3BIAGI%2CmBAAA%3B%3B%3BAAII%2CsBAjBJ%2C2BAiBK%3BEAEG%2CoDAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CsBAvBJ%2C2BAuBK%3BEAEG%2CUAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CsBA7BJ%2C2BA6BK%3BEAEG%2CkBAAkB%2CwLAAlB%3B%3BAA9CZ%2CsBAeI%2C2BAkCI%3BEACI%2CkBAAA%3B%3BAAEA%2CsBArCR%2C2BAkCI%2CkBAGK%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BAAKA%2CsBAjDZ%2C2BAkCI%2CkBAaK%2CMAEI%3BAAAD%2CsBAjDZ%2C2BAkCI%2CkBAcK%2COACI%3BEACG%2CoBAAA%3BEACA%2CWAAA%3B%3BAAJR%2CsBA%5C%2FCR%2C2BAkCI%2CkBAaK%2CMAOG%2CwBAAwB%3BAAN5B%2CsBAhDR%2C2BAkCI%2CkBAcK%2COAMG%2CwBAAwB%3BEACpB%2CoBAAA%3B%3BAAIR%2CsBA3DR%2C2BAkCI%2CkBAyBK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CsBAhER%2C2BAkCI%2CkBA8BK%3BEACG%2CmBAAA%3B%3BAAhFhB%2CsBAeI%2C2BAkCI%2CkBAkCI%2CgCACI%3BEACI%2CsBAAA%3B%3BAArFpB%2CsBAeI%2C2BAkCI%2CkBAkCI%2CgCAKI%3BEACI%2CSAAA%3B%3BAAMA%2CsBAhFhB%2C2BAkCI%2CkBA4CI%2CkCACI%2CwBACK%3BEACG%2CqBAAA%3B%3BAAhGxB%2CsBAeI%2C2BAkCI%2CkBA4CI%2CkCACI%2CwBAKI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAvGxB%2CsBAeI%2C2BAkCI%2CkBA4CI%2CkCAeI%3BEACI%2CmBAAA%3B%3BAA7GpB%2CsBAeI%2C2BAmGI%3BEACI%2CaAAA%3B%3BAAnHZ%2CsBAeI%2C2BAuGI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CsBA7GR%2C2BAuGI%2CyBAMK%3BEACG%2CqBAAA%3B%3BAAMhB%2CsBAAsB%2CqBAElB%3BEACI%2CaAAA%3B%3BAAHR%2CsBAAsB%2CqBAKlB%2CuBACI%3BEACI%2CeAAA%3B%3BAAPZ%2CsBAAsB%2CqBAKlB%2CuBAKI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKZ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAALJ%2CgBAOI%3BEACI%2CkBAAA%3B%3BAAKR%2CmBACI%3BEACI%2CkBAAA%3B%3BAAEA%2CmBAHJ%2CKAGK%3BEnO5SP%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3BEmO8RQ%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CwDAAA%3B%3BAAMZ%3BEnOzTE%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3BEmO2SA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CeAAC%2CuBAAwB%3BEACrB%2CwBAAA%3B%3BAAXR%2CeAcI%2C0BAA0B%3BEACtB%2CcAAA%3B%3BAAfR%2CeAkBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3B%3BAA1BR%2CeAkBI%2CuBAUI%3BEnOrVN%2C2BAAA%3BEACK%2CwBAAA%3BEACC%2CuBAAA%3BEAcJ%2CmBAAA%3BEmOuUQ%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyFAAA%3B%3BAAEA%2CeAlBR%2CuBAUI%2C2BAQK%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAkB%2CmLAAlB%3BEACA%2CkBAAkB%2C2KAAlB%3BEACA%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CsCAAA%3B%3BAA9ChB%2CeAkDI%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAApDR%2CeAkDI%2CkBAII%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAA1DZ%2CeAkDI%2CkBAII%2CuBAMI%3BEACI%2CkBAAA%3B%3BAA7DhB%2CeAkDI%2CkBAII%2CuBAMI%2CwBAGI%2CSAAQ%3BEACJ%2CsBAAA%3B%3BAAhEpB%2CeAkDI%2CkBAII%2CuBAcI%3BEACI%2CkBAAA%3B%3BAArEhB%2CeAkDI%2CkBAII%2CuBAcI%2CyBAGI%3BEACI%2CgBAAA%3B%3BAAxEpB%2CeAkDI%2CkBA2BI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAA%5C%2FEZ%2CeAkDI%2CkBA2BI%2CwBAII%3BEACI%2CkBAAA%3B%3BAAlFhB%2CeAkDI%2CkBA2BI%2CwBAII%2CoBAGI%3BEACI%2CeAAA%3B%3BAArFpB%2CeAkDI%2CkBA2BI%2CwBAII%2CoBAGI%2CwBAGI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAA3FxB%2CeAkDI%2CkBA2BI%2CwBAmBI%2CYAAY%2CQAAO%3BEACf%2CgBAAA%3BEACA%2CWAAA%3B%3BAAlGhB%2CeAkDI%2CkBA2BI%2CwBAwBI%2CoBAAoB%3BEAChB%2CWAAA%3B%3BAAtGhB%2CeAkDI%2CkBA2BI%2CwBAwBI%2CoBAAoB%2CWAGhB%2CiBAAiB%3BEACb%2CeAAA%3BEACA%2CiBAAA%3B%3BAA1GpB%2CeAkDI%2CkBA2BI%2CwBAiCI%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAhHhB%2CeAkDI%2CkBA2BI%2CwBAsCI%3BEACI%2CWAAA%3B%3BAApHhB%2CeAkDI%2CkBA2BI%2CwBAsCI%2CmBAGI%3BEACI%2CcAAA%3B%3BAAvHpB%2CeAkDI%2CkBA2BI%2CwBAsCI%2CmBAOI%2CwBAAwB%3BEACpB%2CgBAAA%3B%3BAA3HpB%2CeAkDI%2CkBA2BI%2CwBAsCI%2CmBAWI%3BEACI%2C4BAAA%3B%3BAA%5C%2FHpB%2CeAkDI%2CkBA2BI%2CwBAsCI%2CmBAeI%2COAAM%3BEACF%2CgBAAA%3B%3BAAnIpB%2CeAkDI%2CkBA2BI%2CwBAsCI%2CmBAmBI%2CIAAG%3BEnO%5C%2FbjB%2CwBAAA%3BEACK%2CqBAAA%3BEACC%2CoBAAA%3BEAcJ%2CgBAAA%3B%3BAmOySJ%2CeAkDI%2CkBA2BI%2CwBAsCI%2CmBAuBI%2CoBAAoB%2CWAAW%2CWAAW%2CiBACtC%3BEACI%2CaAAA%3B%3BAA5IxB%2CeAkDI%2CkBA2BI%2CwBAsCI%2CmBAuBI%2CoBAAoB%2CWAAW%2CWAAW%2CiBAItC%3BEACI%2C6BAAA%3B%3BAA%5C%2FIxB%2CeAsJI%3BEACI%2CaAAA%3B%3BAAvJR%2CeA0JI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAA5JR%2CeA0JI%2C0BAII%3BEACI%2CcAAA%3B%3BAA%5C%2FJZ%2CeA0JI%2C0BAQI%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAApKZ%2CeA0JI%2C0BAaI%3BEACI%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA5KZ%2CeAgLI%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAlLR%2CeAgLI%2CiBAII%3BEACI%2CUAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA3LZ%2CeAgLI%2CiBAcI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CeAtBR%2CiBAcI%2CQAQK%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAxMhB%2CeA6MI%2CoBAAoB%3BEAChB%2CyBAAA%3B%3BAA9MR%2CeA6MI%2CoBAAoB%2CiBAGhB%3BEACI%2CaAAA%3B%3BAAjNZ%2CeAqNI%2CwBAAuB%3BEACnB%2C8DAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3B%3BAAKR%2CiBACI%2CsBACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAEA%2CiBALR%2CsBACI%2CEAIK%3BEACG%2CqBAAA%3B%3BAAMhB%2CkBAAkB%2CaAEd%3BEACI%2CiBAAA%3B%3BAAHR%2CkBAAkB%2CaAMd%3BEACI%2CUAAA%3B%3BAAEA%2CkBATU%2CaAMd%2CUAGK%3BEACG%2CUAAA%3BEACA%2CiCAAA%3B%3BAAXZ%2CkBAAkB%2CaAed%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAlBR%2CkBAAkB%2CaAqBd%2CSACI%3BEnO1jBN%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3BEmO4iBQ%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAA7BZ%2CkBAAkB%2CaAqBd%2CSACI%2COASI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAjChB%2CkBAAkB%2CaAqBd%2CSAgBI%3BEACI%2CSAAA%3B%3BAAtCZ%2CkBAAkB%2CaAqBd%2CSAoBI%3BEACI%2CUAAA%3B%3BAAMZ%2C0BACI%3BEACI%2CWAAA%3B%3BAAFR%2C0BAKI%3BEnOzlBF%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3BEmO2kBI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2C0FAAA%3B%3BAATR%2C0BAKI%2CoBAMI%2CwBAAwB%3BEnO%5C%2FlB9B%2CkCAAA%3BEACK%2C%2BBAAA%3BEACC%2C8BAAA%3BEAcJ%2C0BAAA%3B%3BAmOokBJ%2C0BAKI%2CoBAUI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAjBZ%2C0BAKI%2CoBAUI%2CoBAII%3BEACI%2CWAAA%3B%3BAAEA%2C0BAjBZ%2CoBAUI%2CoBAII%2CEAGK%3BEACG%2CqBAAA%3B%3BAAvBpB%2C0BAKI%2CoBAUI%2CoBAYI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAhChB%2C0BAKI%2CoBAUI%2CoBAoBI%3BEnOvnBV%2C0BAAA%3BEACK%2CuBAAA%3BEACC%2CsBAAA%3BEAcJ%2CkBAAA%3BEmOymBY%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAA5ChB%2C0BAKI%2CoBAUI%2CoBAoBI%2CUAWI%3BEACI%2CeAAA%3B%3BAA%5C%2FCpB%2C0BAKI%2CoBA%2BCI%2CkBACI%2CoBAAoB%3BEAChB%2CUAAA%3BEACA%2CgBAAA%3B%3BAAvDhB%2C0BA4DI%2CSACI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3B%3BAAEA%2C0BANR%2CSACI%2COAKK%3BEACG%2CkCAAA%3B%3BAADJ%2C0BANR%2CSACI%2COAKK%2CMAEG%3BEACI%2CcAAA%3B%3BAArEpB%2C0BA4DI%2CSACI%2COAYI%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAA3EhB%2C0BA4DI%2CSAmBI%3BEACI%2CWAAA%3B%3BAAhFZ%2C0BA4DI%2CSAuBI%3BEACI%2CYAAA%3B%3BAAKZ%2CiBACI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CiBACI%2CGAII%2CGACI%3BEACI%2CWAAA%3B%3BAAEA%2CiBARZ%2CGAII%2CGACI%2CEAGK%3BEACG%2CuBAAA%3B%3BAAQpB%2CgBAAiB%2CgBAAgB%3BEAC7B%2CWAAA%3BEACA%2CgBAAA%3B%3BAA8DJ%2CwBA3D0C%3BEACtC%3BIACI%2CcAAA%3B%3BEADJ%2CsBAGI%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEALR%2CsBAQI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAIR%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAEA%2CyBAAC%3BIACG%2CSAAA%3B%3BEANR%2CyBASI%3BIACI%2CcAAA%3B%3BEAVR%2CyBAaI%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAfR%2CyBAkBI%3BIACI%2CcAAA%3B%3BEAnBR%2CyBAkBI%2CsBAGI%3BEArBR%2CyBAkBI%2CsBAII%3BIACI%2CWAAA%3B%3BEAKZ%3BIACI%2CcAAA%3BIACA%2CaAAA%3B%3BEAFJ%2CeAII%3BIACI%2CcAAA%3B%3BEALR%2CeAII%2CkBAGI%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAC%5C%2FgCZ%2CeAAe%3BEACX%2CSAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BAAAgB%3BAAChB%2COAAQ%3BAACR%2COAAQ%2CcAAc%3BEACpB%2CcAAA%3B%3BAAEF%3BAAAe%3BEACX%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAARJ%2CaAUI%3BAAVW%2CcAUX%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CQAAA%3B%3BAAGR%2CeAAe%2CoBAAuB%3BAACtC%2CQAAQ%2CSAAU%3BEACd%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAAe%2CoBACX%2CiBAAgB%2CsBACZ%3BAAF6B%2CQAAQ%2CSACzC%2CiBAAgB%2CsBACZ%3BEACI%2CUAAA%3BEACA%2CYAAA%3B%3BAAJZ%2CeAAe%2CoBAOX%2CiBAAgB%2CeAAgB%3BAAPC%2CQAAQ%2CSAOzC%2CiBAAgB%2CeAAgB%3BEAC5B%2CiBAAA%3B%3BAAGR%2CeAAe%2CoBACZ%3BEACC%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAANJ%2CeAAe%2CoBACZ%2CiBAMC%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2C%2BBAAA%3B%3BAAZN%2CeAAe%2CoBACZ%2CiBAaC%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2C%2BBAAA%3B%3BAAnBN%2CeAAe%2CoBACZ%2CiBAoBC%3BEAAc%2CeAAA%3B%3BAACd%2CeAtBW%2CoBACZ%2CiBAqBE%2CUACC%3BEAAS%2CaAAA%3B%3BAADX%2CeAtBW%2CoBACZ%2CiBAqBE%2CUAEC%3BEACE%2CeAAA%3B%3BAAGJ%2CeA5BW%2CoBACZ%2CiBA2BE%2CWACC%3BEACE%2CgBAAA%3B%3BAAFJ%2CeA5BW%2CoBACZ%2CiBA2BE%2CWAIC%3BEAAS%2CaAAA%3B%3BAAhCf%2CeAAe%2CoBAmCb%2CiBAAgB%2CsBACd%3BEACI%2CUAAA%3BEACA%2CYAAA%3B%3BAAtCR%2CeAAe%2CoBAyCb%2CiBAAgB%2CeAAgB%3BEAC9B%2CiBAAA%3B%3BAAGJ%2CeAAe%2CoBAAqB%3BAACpC%2CQAAQ%2CSAAU%3BAAClB%2CeAAe%2CoBAAqB%2CiBAAe%2CcAAa%3BEAC9D%2C4CAAA%3B%3BAAEF%3BEAAiB%2CkBAAA%3BEAAmB%2CmBAAA%3B%3BAACpC%2CgBAAgB%3BAAAe%2CeAAgB%3BEAAW%2CmBAAA%3B%3BAAC1D%2CeAAe%2CoBAAqB%2CiBAAgB%2CsBAAuB%3BAAC3E%2CQAAQ%2CSAAU%2CiBAAgB%2CsBAAuB%3BEAAW%2CUAAA%3BEAAW%2CYAAA%3B%3BAAC%5C%2FE%2CgBAAgB%2CaAAc%3BEAAe%2CcAAA%3BEAAe%2CiBAAA%3BEAAkB%2CgBAAA%3B%3BAAC9E%2CgBAAgB%2CaAAc%3BEAAkB%2CiBAAA%3BEAAkB%2CiBAAA%3B%3BAAElE%3BEACE%2CaAAA%3BEAAa%2CeAAA%3B%3BAADf%2CcAEG%3BEACC%2C8BAAA%3BEACA%2CeAAA%3B%3BAAJJ%2CcAEG%2CiBAGE%3BEACC%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAbN%2CcAEG%2CiBAaE%3BEACC%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAlBN%2CcAEG%2CiBAaE%2CKAIE%3BEACC%2CUAAA%3BEAAW%2CSAAA%3B%3BAApBnB%2CcAEG%2CiBAaE%2CKAIE%2CKAEE%3BEACC%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACE%2CcA3BT%2CiBAaE%2CKAIE%2CKAEE%2CIAQI%3BEACD%2CSAAS%2CEAAT%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAEF%2CcAvCP%2CiBAaE%2CKAIE%2CKAEE%2CIAoBE%2COAAO%3BEACN%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3B%3BAAjDZ%2CcAEG%2CiBAaE%2CKAIE%2CKAEE%2CIA8BE%3BEAAK%2CqBAAA%3B%3BAACN%2CcAlDP%2CiBAaE%2CKAIE%2CKAEE%2CIA%2BBE%3BEAAO%2CqBAAA%3B%3BAApDlB%2CcAyDG%3BEACC%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FDJ%2CcAyDG%2CmBAOE%3BEACC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAvEN%2CcAyDG%2CmBAgBE%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2C0CAAA%3B%3BAAIN%3BEACE%2CkBAAA%3BEACA%2CcAAA%3B%3BAAFF%2CeAGG%3BEACC%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BACgUR%2CQAzgByB%3BEACrB%2CYAAY%2CWACN%3BIACE%2CkBAAA%3B%3BEAEA%2CYAJI%2CWACN%2CKAGG%3BIACG%2CcAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3B%3BEAPZ%2CYAAY%2CWAUR%3BIACI%2CaAAA%3B%3BEAXR%2CYAAY%2CWAaR%2CKAAI%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAEA%2CYAvBI%2CWAaR%2CKAAI%2CUAUC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3B%3BEAEJ%2CYA9BI%2CWAaR%2CKAAI%2CUAiBC%3BIACG%2CyBAAA%3B%3BEACA%2CYAhCA%2CWAaR%2CKAAI%2CUAiBC%2CiBAEI%3BIACC%2C0BAAA%3B%3BEAGN%2CYApCI%2CWAaR%2CKAAI%2CUAuBC%3BIACG%2CyBAAA%3B%3BEACA%2CYAtCA%2CWAaR%2CKAAI%2CUAuBC%2CiBAEI%3BIACC%2C0BAAA%3B%3BEAGN%2CYA1CI%2CWAaR%2CKAAI%2CUA6BC%3BIACG%2CyBAAA%3B%3BEACA%2CYA5CA%2CWAaR%2CKAAI%2CUA6BC%2CiBAEI%3BIACC%2C0BAAA%3B%3BEA7Cd%2CYAAY%2CWAiDR%2CEAAC%2CMAAS%2COAAO%2COAAI%3BIACjB%2CqBAAA%3B%3BEAlDR%2CYAAY%2CWAoDR%2CGACM%2CIAAI%3BIACF%2CkBAAA%3B%3BEAEJ%2CYAxDI%2CWAoDR%2CGAIK%2COACK%3BIACE%2C%2BBAAA%3B%3BEAFR%2CYAxDI%2CWAoDR%2CGAIK%2COAIK%2CIAAI%2COAAI%3BIACN%2CUAAA%3BIACA%2CWAAA%3B%3BEAEA%2CYAhEJ%2CWAoDR%2CGAIK%2COAIK%2CIAAI%2COAAI%2CUAIL%3BIACG%2CSAAA%3BIACA%2CYAAA%3B%3BEAGA%2CYArER%2CWAoDR%2CGAIK%2COAIK%2CIAAI%2COAAI%2CUAQL%2CiBACI%3BIACG%2CyBAAA%3B%3BEAIJ%2CYA1ER%2CWAoDR%2CGAIK%2COAIK%2CIAAI%2COAAI%2CUAaL%2CiBACI%3BIACG%2CyBAAA%3B%3BEAIJ%2CYA%5C%2FER%2CWAoDR%2CGAIK%2COAIK%2CIAAI%2COAAI%2CUAkBL%2CiBACI%3BIACG%2CyBAAA%3B%3BEAhFxB%2CYAAY%2CWAoDR%2CGAiCI%2CcACI%2CGAAK%2CIAAI%2COAAO%2COAAI%3BIAChB%2CQAAA%3BIACA%2CWAAA%3B%3BEAEA%2CYA1FJ%2CWAoDR%2CGAiCI%2CcACI%2CGAAK%2CIAAI%2COAAO%2COAAI%2CUAIf%3BIACG%2CWAAA%3BIACA%2CWAAA%3B%3BEAGA%2CYA%5C%2FFR%2CWAoDR%2CGAiCI%2CcACI%2CGAAK%2CIAAI%2COAAO%2COAAI%2CUAQf%2CiBACI%3BIACG%2C0BAAA%3B%3BEAIJ%2CYApGR%2CWAoDR%2CGAiCI%2CcACI%2CGAAK%2CIAAI%2COAAO%2COAAI%2CUAaf%2CiBACI%3BIACG%2C0BAAA%3B%3BEAIJ%2CYAzGR%2CWAoDR%2CGAiCI%2CcACI%2CGAAK%2CIAAI%2COAAO%2COAAI%2CUAkBf%2CiBACI%3BIACG%2C0BAAA%3B%3BEA1GxB%2CYAAY%2CWAgHR%2CcAAa%2CaACP%3BIACE%2CYAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CYArHI%2CWAgHR%2CcAAa%2CaAKR%2CSACK%3BIACE%2CWAAA%3B%3BEAGR%2CYA1HI%2CWAgHR%2CcAAa%2CaAUR%2CSACK%3BIACE%2CUAAA%3B%3BEAEA%2CYA9HJ%2CWAgHR%2CcAAa%2CaAUR%2CSACK%2CKAGG%2CUAAU%3BIACP%2CWAAA%3B%3BEAIZ%2CYAnII%2CWAgHR%2CcAAa%2CaAmBR%2CSACK%3BIACE%2CaAAA%3B%3BEAEA%2CYAvIJ%2CWAgHR%2CcAAa%2CaAmBR%2CSACK%2CKAGG%2CUAAU%3BIACP%2CWAAA%3B%3BEAIZ%2CYA5II%2CWAgHR%2CcAAa%2CaA4BR%2CSACK%3BIACE%2CUAAA%3B%3BEAEA%2CYAhJJ%2CWAgHR%2CcAAa%2CaA4BR%2CSACK%2CKAGG%2CUAAU%3BIACP%2CWAAA%3B%3BEAIZ%2CYArJI%2CWAgHR%2CcAAa%2CaAqCR%2CSACK%3BIACE%2CUAAA%3B%3BEAEA%2CYAzJJ%2CWAgHR%2CcAAa%2CaAqCR%2CSACK%2CKAGG%2CUAAU%3BIACP%2CWAAA%3B%3BEAIZ%2CYA9JI%2CWAgHR%2CcAAa%2CaA8CR%2CSACK%3BIACE%2CaAAA%3B%3BEAEA%2CYAlKJ%2CWAgHR%2CcAAa%2CaA8CR%2CSACK%2CKAGG%2CUAAU%3BIACP%2CWAAA%3B%3BEAnKpB%2CYAAY%2CWAwKR%2CGAAE%3BIACE%2CoBAAA%3BIACA%2CwBAAA%3B%3BEACA%2CYA3KI%2CWAwKR%2CGAAE%2COAGG%3BIACG%2CWAAA%3B%3BEAEJ%2CYA9KI%2CWAwKR%2CGAAE%2COAMG%3BIACG%2CYAAA%3B%3BEAEA%2CYAjLA%2CWAwKR%2CGAAE%2COAMG%2CSAGI%2CYACG%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3B%3BEArLpB%2CYAAY%2CWAwKR%2CGAAE%2COAiBE%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CwBAAA%3BIACA%2CWAAA%3B%3BEA9LZ%2CYAAY%2CWAwKR%2CGAAE%2COAiBE%2CSAMM%3BIACE%2CaAAA%3B%3BEACA%2CYAjMJ%2CWAwKR%2CGAAE%2COAiBE%2CSAMM%2CKAEG%3BEAAS%2CYAjMd%2CWAwKR%2CGAAE%2COAiBE%2CSAMM%2CKAEa%3BIACP%2CaAAA%3B%3BEAlMpB%2CYAAY%2CWAwKR%2CGAAE%2COAiBE%2CSAYI%3BIACE%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGN%2CYA1MI%2CWAwKR%2CGAAE%2COAkCG%2COAAU%2CWAAQ%3BIACf%2CWAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CYA%5C%2FMI%2CWAwKR%2CGAAE%2COAuCG%3BIACG%2CgBAAA%3B%3BEADJ%2CYA%5C%2FMI%2CWAwKR%2CGAAE%2COAuCG%2CUAGK%3BIACE%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGR%2CYAvNI%2CWAwKR%2CGAAE%2COA%2BCG%2CUACK%3BEADO%2CYAvNT%2CWAwKR%2CGAAE%2COA%2BCgB%2CYACR%3BIACE%2CaAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CYA5NA%2CWAwKR%2CGAAE%2COA%2BCG%2CUAKI%2CMACK%3BEADN%2CYA5NA%2CWAwKR%2CGAAE%2COA%2BCgB%2CYAKT%2CMACK%3BIACE%2CmBAAA%3BIACA%2CUAAA%3B%3BEAMI%2CYArOZ%2CWAwKR%2CGAAE%2COA%2BCG%2CUAWG%2CSACI%2CGAAE%2COACI%2CIACG%3BEAAD%2CYArOZ%2CWAwKR%2CGAAE%2COA%2BCgB%2CYAWV%2CSACI%2CGAAE%2COACI%2CIACG%3BIACG%2CaAAA%3B%3BEAfpB%2CYAvNI%2CWAwKR%2CGAAE%2COA%2BCG%2CUAWG%2CSAQI%2CGAAE%2COACI%3BEApBD%2CYAvNT%2CWAwKR%2CGAAE%2COA%2BCgB%2CYAWV%2CSAQI%2CGAAE%2COACI%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEA1Bd%2CYAvNI%2CWAwKR%2CGAAE%2COA%2BCG%2CUAWG%2CSAQI%2CGAAE%2COASI%3BEA5BD%2CYAvNT%2CWAwKR%2CGAAE%2COA%2BCgB%2CYAWV%2CSAQI%2CGAAE%2COASI%3BIACE%2CmBAAA%3B%3BEA7BhB%2CYAvNI%2CWAwKR%2CGAAE%2COA%2BCG%2CUAWG%2CSAqBI%3BEAhCK%2CYAvNT%2CWAwKR%2CGAAE%2COA%2BCgB%2CYAWV%2CSAqBI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3B%3BEACA%2CYA9PR%2CWAwKR%2CGAAE%2COA%2BCG%2CUAWG%2CSAqBI%2CEAOK%3BEAAD%2CYA9PR%2CWAwKR%2CGAAE%2COA%2BCgB%2CYAWV%2CSAqBI%2CEAOK%3BIACG%2CgBAAA%3B%3BEADJ%2CYA9PR%2CWAwKR%2CGAAE%2COA%2BCG%2CUAWG%2CSAqBI%2CEAOK%2CMAEK%3BEAFN%2CYA9PR%2CWAwKR%2CGAAE%2COA%2BCgB%2CYAWV%2CSAqBI%2CEAOK%2CMAEK%3BIACE%2C0BAAA%3B%3BEA1CpB%2CYAvNI%2CWAwKR%2CGAAE%2COA%2BCG%2CUAWG%2CSAmCI%3BEA9CK%2CYAvNT%2CWAwKR%2CGAAE%2COA%2BCgB%2CYAWV%2CSAmCI%3BEA9CR%2CYAvNI%2CWAwKR%2CGAAE%2COA%2BCG%2CUAWG%2CSAmCqB%3BEA9CZ%2CYAvNT%2CWAwKR%2CGAAE%2COA%2BCgB%2CYAWV%2CSAmCqB%3BEA9CzB%2CYAvNI%2CWAwKR%2CGAAE%2COA%2BCG%2CUAWG%2CSAmCuC%3BEA9C9B%2CYAvNT%2CWAwKR%2CGAAE%2COA%2BCgB%2CYAWV%2CSAmCuC%3BEA9C3C%2CYAvNI%2CWAwKR%2CGAAE%2COA%2BCG%2CUAWG%2CSAmC0D%3BEA9CjD%2CYAvNT%2CWAwKR%2CGAAE%2COA%2BCgB%2CYAWV%2CSAmC0D%3BIAClD%2CeAAA%3BIACA%2CgBAAA%3B%3BEAhDZ%2CYAvNI%2CWAwKR%2CGAAE%2COA%2BCG%2CUAWG%2CSAuCI%2CcACE%3BEAnDG%2CYAvNT%2CWAwKR%2CGAAE%2COA%2BCgB%2CYAWV%2CSAuCI%2CcACE%3BIACE%2CmBAAA%3B%3BEAKZ%2CYAhRI%2CWAwKR%2CGAAE%2COAwGG%2CQACG%3BIACE%2CcAAA%3B%3BEAFN%2CYAhRI%2CWAwKR%2CGAAE%2COAwGG%2CQACG%2CSAEI%3BIACA%2CSAAA%3B%3BEAJR%2CYAhRI%2CWAwKR%2CGAAE%2COAwGG%2CQACG%2CSAKE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3B%3BEAXR%2CYAhRI%2CWAwKR%2CGAAE%2COAwGG%2CQAcG%3BIACI%2CgBAAA%3B%3BEAfR%2CYAhRI%2CWAwKR%2CGAAE%2COAwGG%2CQAcG%2CcAEI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CwBAAA%3BIACA%2CcAAA%3BIACA%2C2CAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA3BZ%2CYAhRI%2CWAwKR%2CGAAE%2COAwGG%2CQAcG%2CcAeM%2CKAAE%2CMACE%3BIACE%2CmBAAA%3BIACA%2CUAAA%3B%3BEAKR%2CYArTJ%2CWAwKR%2CGAAE%2COAwGG%2CQAoCG%2CGAAE%2COACM%2CgBAAa%3BIACb%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAxCZ%2CYAhRI%2CWAwKR%2CGAAE%2COAwGG%2CQAoCG%2CGAAE%2COAME%3BIACE%2CaAAA%3BIAAc%2CmBAAA%3BIACd%2CyBAAA%3B%3BEA5CV%2CYAhRI%2CWAwKR%2CGAAE%2COAwGG%2CQAoCG%2CGAAE%2COAME%2CEAGI%3BIACA%2CiBAAA%3B%3BEA9CZ%2CYAhRI%2CWAwKR%2CGAAE%2COAwGG%2CQAkDG%2CcAAa%2CWAAY%3BIACrB%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CYAvUA%2CWAwKR%2CGAAE%2COAwGG%2CQAuDI%2CMACK%3BIACE%2CmBAAA%3BIACA%2CUAAA%3B%3BEA1DZ%2CYAhRI%2CWAwKR%2CGAAE%2COAwGG%2CQA6DG%2CGAAE%2CMAAS%3BIACP%2CmBAAA%3BIACA%2CUAAA%3B%3BEAGR%2CYAlVI%2CWAwKR%2CGAAE%2COA0KG%2CQACG%3BEADJ%2CYAlVI%2CWAwKR%2CGAAE%2COA0KG%2CQACa%2CcAAc%3BIACpB%2CQAAA%3B%3BEAGR%2CYAvVI%2CWAwKR%2CGAAE%2COA%2BKG%2CYACG%3BIACI%2CQAAA%3B%3BEAzVhB%2CYAAY%2CWAwKR%2CGAAE%2COAoLI%3BEA5VV%2CYAAY%2CWAwKR%2CGAAE%2COAoLQ%3BIACJ%2CcAAA%3BIACA%2CmBAAA%3B%3BEAGN%2CYAjWQ%2CWAiWP%3BIACC%2CUAAA%3B%3BEADF%2CYAjWQ%2CWAiWP%2CcAEG%3BIACI%2CSAAA%3BIACA%2CkBAAA%3B%3BEACA%2CYAtWA%2CWAiWP%2CcAEG%2CGAGK%3BIACG%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEACA%2CYA7WJ%2CWAiWP%2CcAEG%2CGAGK%2COAOI%2COACG%2CIAAC%3BIACD%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CaAAa%2CaAAb%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3B%3BEACA%2C2BAA4B%2CaArXpC%2CWAiWP%2CcAEG%2CGAGK%2COAOI%2COACG%2CIAAC%3BIAQG%2CSAAS%2COAAT%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEAIR%2CYA5XJ%2CWAiWP%2CcAEG%2CGAGK%2COAsBI%2CQAAS%2CSAAS%2CGAAE%2COAAU%2CIAAC%3BIAC5B%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CaAAa%2CaAAb%3B%3BEACA%2C2BAA4B%2CaAhYpC%2CWAiWP%2CcAEG%2CGAGK%2COAsBI%2CQAAS%2CSAAS%2CGAAE%2COAAU%2CIAAC%3BIAKxB%2CSAAS%2COAAT%3B%3BEAGR%2CYApYJ%2CWAiWP%2CcAEG%2CGAGK%2COA8BI%2CUAAa%3BEAAU%2CYApY5B%2CWAiWP%2CcAEG%2CGAGK%2COA8B4B%2CYAAe%3BIACpC%2CsBAAA%3BIACA%2CMAAA%3BIACA%2CoBAAA%3B%3BEACA%2C2BAA4B%2CaAxYpC%2CWAiWP%2CcAEG%2CGAGK%2COA8BI%2CUAAa%3BEAIV%2C2BAA4B%2CaAxYpC%2CWAiWP%2CcAEG%2CGAGK%2COA8B4B%2CYAAe%3BIAKlC%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAGN%2CYA7YJ%2CWAiWP%2CcAEG%2CGAGK%2COAuCI%2CQAAW%3BIACR%2CsBAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3B%3BEACA%2C2BAA4B%2CaAjZpC%2CWAiWP%2CcAEG%2CGAGK%2COAuCI%2CQAAW%3BIAKN%2CqBAAA%3BIACA%2CsBAAA%3B%3BEANN%2CYA7YJ%2CWAiWP%2CcAEG%2CGAGK%2COAuCI%2CQAAW%2CWAQR%2CcAAc%3BIACZ%2CYAAA%3B%3BEAGN%2CYAzZJ%2CWAiWP%2CcAEG%2CGAGK%2COAmDI%2CUAAa%3BIACV%2CaAAA%3B%3BEAEJ%2CYA5ZJ%2CWAiWP%2CcAEG%2CGAGK%2COAsDO%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C6BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2C2BAAA%3BIACA%2CcAAA%3B%3BEAXJ%2CYA5ZJ%2CWAiWP%2CcAEG%2CGAGK%2COAsDO%2CIAYE%2COAAI%2CIAAI%3BIACR%2COAAA%3B%3BEACA%2C2BAA4B%2CaA1atC%2CWAiWP%2CcAEG%2CGAGK%2COAsDO%2CIAYE%2COAAI%2CIAAI%3BIAGJ%2CQAAA%3BIACA%2CgBAAA%3B%3BEAhBV%2CYA5ZJ%2CWAiWP%2CcAEG%2CGAGK%2COAsDO%2CIAmBE%2COAAI%3BIACF%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3B%3BEACA%2CYArbZ%2CWAiWP%2CcAEG%2CGAGK%2COAsDO%2CIAmBE%2COAAI%2CUAMD%3BIACC%2CUAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CgBAAA%3B%3BEAGE%2CYA%5C%2FbhB%2CWAiWP%2CcAEG%2CGAGK%2COAsDO%2CIAmBE%2COAAI%2CUAeD%2CiBACI%3BIACG%2C0BAAA%3B%3BEAIJ%2CYApchB%2CWAiWP%2CcAEG%2CGAGK%2COAsDO%2CIAmBE%2COAAI%2CUAoBD%2CiBACI%3BIACG%2C0BAAA%3B%3BEAIJ%2CYAzchB%2CWAiWP%2CcAEG%2CGAGK%2COAsDO%2CIAmBE%2COAAI%2CUAyBD%2CiBACI%3BIACG%2C0BAAA%3B%3BEA9ChB%2CYA5ZJ%2CWAiWP%2CcAEG%2CGAGK%2COAsDO%2CIAkDE%3BEAlDN%2CYA5ZJ%2CWAiWP%2CcAEG%2CGAGK%2COAsDO%2CIAkDM%3BIACJ%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2C2BAA4B%2CaAjdtC%2CWAiWP%2CcAEG%2CGAGK%2COAsDO%2CIAkDE%3BEAGA%2C2BAA4B%2CaAjdtC%2CWAiWP%2CcAEG%2CGAGK%2COAsDO%2CIAkDM%3BIAIA%2CoBAAA%3BIACA%2CcAAA%3B%3BEAIV%2CYAvdJ%2CWAiWP%2CcAEG%2CGAGK%2COAiHI%3BIACC%2CaAAA%3B%3BEADF%2CYAvdJ%2CWAiWP%2CcAEG%2CGAGK%2COAiHI%2CYAEG%3BIACA%2CaAAA%3B%3BEAGJ%2CYA7dJ%2CWAiWP%2CcAEG%2CGAGK%2COAuHI%3BIACG%2CsBAAA%3B%3BEACA%2CYA%5C%2FdR%2CWAiWP%2CcAEG%2CGAGK%2COAuHI%2CMAEO%3BIACA%2CcAAA%3BIACA%2CsBAAA%3B%3BEAGR%2CYApeJ%2CWAiWP%2CcAEG%2CGAGK%2COA8HO%3BIACA%2C2CAAA%3BIACA%2CgBAAA%3B%3BEACA%2CYAveR%2CWAiWP%2CcAEG%2CGAGK%2COA8HO%2CWAGC%3BIACC%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2C4BAAA%3BIACA%2CkCAAA%3BIACA%2CqCAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEACA%2C2BAA4B%2CaAnftC%2CWAiWP%2CcAEG%2CGAGK%2COA8HO%2CWAGC%3BIAaG%2C6BAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAIR%2CYA3fJ%2CWAiWP%2CcAEG%2CGAGK%2COAqJI%3BIACC%2CsBAAA%3BIACA%2CWAAA%3B%3BEACA%2CYA9fN%2CWAiWP%2CcAEG%2CGAGK%2COAqJI%2COAGG%2CUACE%3BIAAG%2CaAAA%3B%3B%3BAAqG7B%2CQA5FyB%3BEAEjB%2CYADQ%2CWACP%3BIACG%2CaAAA%3B%3BEAFR%2CYAAY%2CWAIR%2CSAAQ%3BIACJ%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CYARI%2CWAIR%2CSAAQ%2COAIH%3BIACG%2CmBAAA%3BIACA%2CYAAA%3B%3BEAIJ%2CYAdI%2CWAaR%2CGAAE%2COACG%2CYACK%3BIACE%2CsBAAA%3B%3BEAGR%2CYAnBI%2CWAaR%2CGAAE%2COAMG%2CUACG%3BEADS%2CYAnBT%2CWAaR%2CGAAE%2COAMgB%2CYACV%3BEADJ%2CYAnBI%2CWAaR%2CGAAE%2COAMG%2CUACoB%3BEADR%2CYAnBT%2CWAaR%2CGAAE%2COAMgB%2CYACO%3BEADrB%2CYAnBI%2CWAaR%2CGAAE%2COAMG%2CUACuC%3BEAD3B%2CYAnBT%2CWAaR%2CGAAE%2COAMgB%2CYAC0B%3BEADxC%2CYAnBI%2CWAaR%2CGAAE%2COAMG%2CUACyD%3BEAD7C%2CYAnBT%2CWAaR%2CGAAE%2COAMgB%2CYAC4C%3BIAClD%2CaAAA%3B%3BEArBhB%2CYAAY%2CWAaR%2CGAAE%2COAWE%3BIACI%2CaAAA%3B%3BEAzBZ%2CYAAY%2CWA4BR%2CGAAE%3BIACE%2CkBAAA%3BIACA%2CsBAAA%3B%3BEA9BR%2CYAAY%2CWA4BR%2CGAAE%2CaAGI%3BIACE%2CkBAAA%3B%3BEAhCZ%2CYAAY%2CWA4BR%2CGAAE%2CaAMI%3BIACE%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEA1CZ%2CYAAY%2CWA6CR%2CKAAI%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAEA%2CYA1DI%2CWA6CR%2CKAAI%2CUAaC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CYAnEI%2CWA6CR%2CKAAI%2CUAsBC%3BIACG%2CyBAAA%3B%3BEAEA%2CYAtEA%2CWA6CR%2CKAAI%2CUAsBC%2CiBAGI%3BIACG%2C0BAAA%3B%3BEAGR%2CYA1EI%2CWA6CR%2CKAAI%2CUA6BC%3BIACG%2CyBAAA%3B%3BEAEA%2CYA7EA%2CWA6CR%2CKAAI%2CUA6BC%2CiBAGI%3BIACG%2C0BAAA%3B%3BEAGR%2CYAjFI%2CWA6CR%2CKAAI%2CUAoCC%3BIACG%2CyBAAA%3B%3BEAEA%2CYApFA%2CWA6CR%2CKAAI%2CUAoCC%2CiBAGI%3BIACG%2C0BAAA%3B%3B%3BAClmBhB%3BEACI%2CWAAA%3B%3BAAEJ%2CMACI%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGR%3BEACE%2CgBAAA%3B%3BAACA%2CgBAAC%3BEACG%2CoBAAA%3B%3BAAEJ%2CgBAAC%3BEACG%2CmBAAA%3B%3BAAEJ%2CgBAAC%3BEACC%2CmBAAA%3B%3BAATJ%2CgBAWE%3BEACE%2CcAAA%3B%3BAACA%2CgBAFF%2CgBAEG%3BEACG%2CkBAAA%3B%3BAAEJ%2CgBALF%2CgBAKG%3BEACG%2CcAAA%3B%3BAAEJ%2CgBARF%2CgBAQG%3BEACG%2CkBAAA%3B%3BAAIR%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACA%3BAALJ%2CcAKO%3BEACC%2CcAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CcASK%3BEACG%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CwCAAA%3BEACA%2CmCAAA%3B%3BAACA%2CcAVH%2CMAUI%2CeAAe%2CIAAI%3BEAChB%2CkBAAA%3B%3BAAGR%2CcAAC%3BEACG%2CiBAAA%3BEACA%2CeAAA%3B%3BAAzBR%2CcA2BI%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2CwBAAA%3B%3BAACA%2CcAPJ%2CoBAOK%3BEACG%2CUAAA%3B%3BAAnCZ%2CcA2BI%2CoBAUI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CcAdJ%2CoBAcK%3BAAAQ%2CcAdb%2CoBAcc%3BEACN%2CoBAAA%3B%3BAA1CZ%2CcA6CI%3BAA7CJ%2CcA4%2BCJ%2CCA%5C%2F7C4B%3BEAChB%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAlDR%2CcAoDI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAtDR%2CcAwDI%3BAAxDJ%2CcA4%2BCJ%2CCAp7C6B%3BEACjB%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAjER%2CcAmEI%2CEAAC%3BEACG%2CcAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAGR%2CEAAE%2CSACA%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CEAAE%2CSAKA%2CGAAE%3BEACE%2CkBAAA%3B%3BAANN%2CEAAE%2CSAKA%2CGAAE%2CiBAEE%3BEACI%2CqBAAA%3B%3BAARV%2CEAAE%2CSAKA%2CGAAE%2CiBAKE%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAbV%2CEAAE%2CSAKA%2CGAAE%2CiBAKE%2CYAKI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3B%3BAAnBd%2CEAAE%2CSAKA%2CGAAE%2CiBAiBE%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3B%3BAA5BV%2CEAAE%2CSAKA%2CGAAE%2CiBAyBE%3BEACI%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAtCV%2CEAAE%2CSAKA%2CGAAE%2CiBAoCE%3BEACI%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAA5CV%2CEAAE%2CSAKA%2CGAAE%2CiBAyCE%2CoBAAmB%3BEACf%2CkCAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CEAnDJ%2CSAKA%2CGAAE%2CiBA8CG%2CMAAO%2CoBAAmB%3BEACvB%2CiCAAA%3B%3BAApDV%2CEAAE%2CSAuDA%2CGAAE%2CaACE%3BEACI%2CoBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3B%3BAA3DV%2CEAAE%2CSAuDA%2CGAAE%2CaACE%2CYAIM%3BEACE%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FDd%2CEAAE%2CSAuDA%2CGAAE%2CaAWE%3BEACI%2CcAAA%3B%3BAAnEV%2CEAAE%2CSAuDA%2CGAAE%2CaAcE%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CEA3EA%2CSA2EC%2CoBAAqB%2CGAAE%2CiBAAkB%3BEACtC%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAEJ%2CEAjFA%2CSAiFC%2CqBAAsB%2CGAAE%2CiBAAkB%3BEACvC%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CEAxFA%2CSAwFC%2CqBAAsB%3BEACnB%2CkBAAA%3B%3BAAEJ%2CEA3FA%2CSA2FC%2CoBAAqB%3BEAChB%2CgBAAA%3B%3BAAGR%2CEAAE%2CiBACA%2CkBAAkB%3BEAChB%2CcAAA%3B%3BAAFJ%2CEAAE%2CiBAIA%2CkBAAkB%2CEAAC%3BEACjB%2CcAAA%3BEACA%2C0BAAA%3B%3BAANJ%2CEAAE%2CiBAQA%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CEAAE%2CoBAAqB%2CGAAE%2CiBAAkB%3BEACzC%2CcAAA%3B%3BAAGE%2CcAAC%2CqBACG%2CGAAE%2CiBAAkB%3BEAChB%2CQAAQ%2CmBAAR%3B%3BAAIZ%2CeAAe%2CoBAAqB%2CGAAE%2CiBAAkB%3BEACpD%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CUAAA%3B%3BAAEJ%2CeAAe%2CoBAAqB%2CGAAE%2CiBAAiB%2CMAAO%3BEAC1D%2CgBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CYAAA%3B%3BAAEJ%2CeAAe%2CWACX%2CGAAE%2CiBACE%3BEACI%2CaAAA%3B%3BAAHZ%2CeAAe%2CWACX%2CGAAE%2CiBAIE%2CYAAY%3BEACR%2CgBAAA%3B%3BAAIZ%3BEACE%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAARF%2CWASE%3BEACE%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWATF%2CoBASG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAA7BN%2CWAgCE%3BEACE%2CoBAAA%3BEACA%2CiCAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAA5CJ%2CWA8CE%3BEACE%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAnDJ%2CWAqDE%3BEACE%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FDJ%2CWAiEE%3BEACE%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CiBACE%2CYACE%3BEACE%2CaAAA%3BEACA%2CmBAAA%3B%3BAAJN%2CiBACE%2CYAKE%3BEAAa%2CcAAA%3BEAAe%2COAAA%3B%3BAANhC%2CiBACE%2CYAME%3BEACE%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAjBN%2CiBACE%2CYAkBE%3BEACE%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3B%3BAAIN%3BEACE%2CiBAAA%3B%3BAADF%2CkBAEE%3BEACE%2CwBAAA%3BEAAyB%2CcAAA%3BEAAe%2CgBAAA%3BEAAiB%2CiBAAA%3BEAAkB%2CkBAAA%3BEAAmB%2CSAAA%3BEAAU%2CyBAAA%3BEAA0B%2CkBAAA%3BEAAmB%2CsBAAA%3BEAAsB%2CiBAAA%3B%3BAAH%5C%2FK%2CkBAEE%2CaAEE%3BEAAG%2CgBAAA%3B%3BAAJP%2CkBAME%2CeAAe%3BEAAI%2CgBAAA%3BEAAiB%2CcAAA%3BEAAe%2CSAAA%3B%3BAANrD%2CkBAOE%2CGAAE%3BEACA%2CcAAA%3BEAAe%2CSAAA%3B%3BAACf%2CkBAFF%2CGAAE%2CiBAEC%2CYAAa%3BAAAE%2CkBAFlB%2CGAAE%2CiBAEiB%2CYAAa%3BEAAM%2CmBAAA%3B%3BAATxC%2CkBAOE%2CGAAE%2CiBAGA%3BAAVJ%2CkBAOE%2CGAAE%2CiBA2qCR%2CCAxqCU%3BEAAM%2CcAAA%3BEAAe%2CcAAA%3BEAAe%2CiBAAA%3BEAAkB%2CcAAA%3BEAAe%2CqBAAA%3BEAAqB%2CsBAAA%3BEAAuB%2CmBAAA%3BEAAoB%2CqBAAA%3BEAAsB%2C0BAAA%3B%3BAAVjK%2CkBAOE%2CGAAE%2CiBAIA%2CEAAC%3BEAAQ%2C0BAAA%3B%3BAAXb%2CkBAOE%2CGAAE%2CiBAKA%3BEAAG%2CiBAAA%3BEAAkB%2CeAAA%3BEAAgB%2CYAAA%3B%3BAAZzC%2CkBAOE%2CGAAE%2CiBAMA%2CEAAC%3BEAAa%2CqBAAA%3BEAAsB%2CsBAAA%3BEAAuB%2CWAAA%3BEAAY%2CeAAA%3B%3BAAG3E%3BEACE%2CWAAA%3B%3BAACA%2CQAAC%3BEACC%2CiBAAA%3BEAAkB%2CuBAAA%3B%3BAAClB%2CQAFD%2CcAEE%3BEACC%2CkBAAA%3B%3BAADF%2CQAFD%2CcAEE%2CqBAEC%3BEAAI%2CiBAAA%3BEAAkB%2CkBAAA%3B%3BAAJ1B%2CQAAC%2CcAMC%3BEAAI%2CWAAA%3BEAAY%2CWAAA%3B%3BAAGpB%3BEACE%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAJF%2CiBAKE%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAARJ%2CiBAKE%2CGAII%2CIAAC%2CIAAI%3BEACL%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3B%3BAAhBN%2CiBAKE%2CGAaG%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA1BR%2CiBAKE%2CGAaG%2CeASC%2CGAAE%2CwBAAwB%3BEAAU%2CSAAQ%2COAAR%3B%3BAA3B1C%2CiBAKE%2CGAaG%2CeAUC%2CGAAE%2CyBAAyB%3BEAAU%2CSAAQ%2COAAR%3B%3BAAIvC%2CiBADA%2CKACC%2CWACG%2CIAAC%2CIAAI%3BEACL%2CgBAAA%3B%3BAAlCR%2CiBAsCE%3BEAAG%2CaAAA%3BEAAa%2CgBAAA%3BEAAgB%2CuBAAA%3BEAAwB%2CSAAA%3B%3BAAE1D%2CiBACG%3BEACC%2CeAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAXJ%2CiBACG%2CiBAWE%3BEACC%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAnBN%2CiBACG%2CiBAWE%2CKAQE%3BEACC%2CSAAA%3BEAAU%2CmBAAA%3B%3BAArBlB%2CiBACG%2CiBAWE%2CKAQE%2CKAEE%3BEACC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA7BV%2CiBACG%2CiBAWE%2CKAQE%2CKAEE%2CIAQE%3BEACC%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAnCZ%2CiBACG%2CiBAWE%2CKAQE%2CKAEE%2CIAQE%2CKAME%3BEACC%2CsBAAA%3B%3BAArCd%2CiBACG%2CiBAWE%2CKAQE%2CKAEE%2CIAkBE%3BEACC%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEF%2CiBAnDP%2CiBAWE%2CKAQE%2CKAEE%2CIA8BE%3BEACC%2CSAAQ%2CEAAR%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAEF%2CiBA%5C%2FDP%2CiBAWE%2CKAQE%2CKAEE%2CIA0CE%3BAAAQ%2CiBA%5C%2FDhB%2CiBAWE%2CKAQE%2CKAEE%2CIA0CW%3BEACR%2CyBAAA%3B%3BAACA%2CiBAjET%2CiBAWE%2CKAQE%2CKAEE%2CIA0CE%2COAEE%3BAAAD%2CiBAjET%2CiBAWE%2CKAQE%2CKAEE%2CIA0CW%2CMAEP%3BEACC%2C2BAAA%3B%3BAAGJ%2CiBArEP%2CiBAWE%2CKAQE%2CKAEE%2CIAgDE%2CMACE%3BEACC%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIN%2CiBA9EL%2CiBAWE%2CKAQE%2CKA2DE%3BEAAY%2CgBAAA%3B%3BAA%5C%2FErB%2CiBAmFG%3BEACC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAvFJ%2CiBAyFE%3BEACE%2CeAAA%3B%3BAA1FJ%2CiBAyFE%2CkBAEE%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3B%3BAA7FN%2CiBAyFE%2CkBAEE%2CYAGG%3BEACC%2CaAAa%2CSAAb%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAvGR%2CiBAyFE%2CkBAEE%2CYAGG%2CIAUE%3BEACC%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGA%2CiBApBR%2CkBAEE%2CYAGG%2CIAcE%2COACE%3BEACC%2CqBAAA%3BEACA%2CSAAQ%2COAAR%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEF%2CiBA7BR%2CkBAEE%2CYAGG%2CIAcE%2COAUE%2COAAO%3BEAAO%2CSAAQ%2COAAR%3B%3BAAtHzB%2CiBAyFE%2CkBAEE%2CYA8BG%3BEACC%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAACA%2CiBA3CN%2CkBAEE%2CYA8BG%2CcAWE%3BEACC%2CSAAQ%2CEAAR%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAEF%2CiBAtDN%2CkBAEE%2CYA8BG%2CcAsBE%3BEACC%2CSAAQ%2CEAAR%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAxJV%2CiBAyFE%2CkBAmEE%2CYACE%3BEACE%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAhKR%2CiBAyFE%2CkBAmEE%2CYACE%2CGAIG%2CKAAI%3BEACH%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAApKV%2CiBAyFE%2CkBAmEE%2CYAWG%3BEACC%2CaAAA%3BEACA%2CeAAA%3B%3BAAzKR%2CiBAyFE%2CkBAmEE%2CYAWG%2CKAGE%3BEACC%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA9KV%2CiBAyFE%2CkBAmEE%2CYAWG%2CKAGE%2CKAKG%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CiBA3FN%2CkBAmEE%2CYAWG%2CKAaE%2CSAAU%3BEACT%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAACA%2CiBA%5C%2FFR%2CkBAmEE%2CYAWG%2CKAaE%2CSAAU%2CKAIR%2CUAAU%3BEACT%2CeAAA%3BEACA%2CYAAA%3B%3BAA1LZ%2CiBAyFE%2CkBAmEE%2CYAkCE%2CGAAE%3BEAAW%2CgBAAA%3B%3BAA9LnB%2CiBAyFE%2CkBAuGE%2CeACE%3BEACE%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAA%5C%2FMR%2CiBAmNE%3BEACE%2CoBAAA%3B%3BAApNJ%2CiBAmNE%2CoBAEE%3BEACE%2CeAAA%3B%3BAAtNN%2CiBAyNE%2CYAAY%2CEAAE%3BEACZ%2CkBAAA%3B%3BAA1NJ%2CiBAyNE%2CYAAY%2CEAAE%2COAEX%2COAAI%3BEACH%2CQAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CiBAAkB%3BEAChB%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CYAAY%3BEAAgB%2CeAAA%3BEAAgB%2CWAAA%3BEAAY%2CQAAA%3BEAAS%2CYAAA%3BEAAa%2CMAAA%3BEAAO%2CSAAA%3B%3BAACrF%2CIAAK%2CeAAY%3BEACb%2CaAAA%3B%3BAAIF%2COAAC%2CkBACC%3BEACE%2CeAAA%3BEACA%2CgBAAA%3B%3BAAKN%2CkBACE%3BEACE%2CcAAA%3BEACA%2CeAAA%3B%3BAAKF%2COAAC%3BEACC%2CiBAAA%3B%3BAAIF%2COAAC%3BEACC%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAARF%2COAAC%2CYAUG%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAdJ%2COAAC%2CYAUG%2CuBAKE%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAOF%2CQANoC%2C6BAA4B%3BEAMhE%2COArCH%2CYAUG%2CuBAKE%3B%3B%3BEAkBE%2COAjCP%2CYAUG%2CuBAKE%2CmBAkBM%3BIACF%2CeAAA%3B%3B%3BAAMR%2COAxCD%2CYAwCE%3BAACD%2COAzCD%2CYAyCE%3BEACC%2CaAAA%3B%3BAAKJ%2COAAC%3BEACC%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAEF%2COAAC%3BEACC%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAEF%2COAAC%3BEACC%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAEF%2COAAC%3BEACC%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAKA%2COAHD%2CqBAGE%3BAAAD%2COAFD%2CwBAEE%3BAAAD%2COADD%2CwBACE%3BEACC%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2COAAC%2CsBACG%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3BAAKJ%2COAAC%2CqBACG%2CuBACE%3BEACA%2CuBAAA%3BEACA%2CmCAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2COATD%2CqBASE%2CIAAI%2CwBACD%3BEACA%2CwBAAA%3BEACA%2C%2BBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAIN%2COAAC%2CwBACG%2CuBACE%3BEACA%2CqBAAA%3BEACA%2CiCAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2COATD%2CwBASE%2CIAAI%2CwBACD%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAIN%2COAAC%2CwBACG%2CuBACE%3BEACA%2CwBAAA%3BEACA%2C%2BBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2COATD%2CwBASE%2CIAAI%2CwBACD%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAQN%2CgBAAC%3BAACD%2CgBAAC%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3B%3BAAEF%2CgBAAC%3BEACC%2CWAAA%3B%3BAAOF%2COAAC%3BEAAc%2CaAAA%3B%3BAADjB%2COAEE%3BEACE%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAJJ%2COAEE%2CUAGE%3BEACE%2CoCAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2COAAC%2CaACC%3BAADF%2COAAC%2CaAqrBP%2CCAprBW%3BEACD%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAIE%2COARL%2CaAMC%2CGACE%2CEACG%3BEAAQ%2C0BAAA%3B%3BAAEX%2COAVH%2CaAMC%2CGAIG%2CIAAI%3BEAAe%2CmBAAA%3B%3BAAVxB%2COAAC%2CaAYC%3BEAAG%2CmBAAA%3B%3BAAZL%2COAAC%2CaAaC%3BEAAG%2CWAAA%3BEAAY%2CYAAA%3BEAAa%2CkBAAA%3BEAAmB%2CWAAA%3BEAAY%2CSAAA%3BEAAU%2CsBAAA%3BEAAuB%2CgBAAA%3BEAAiB%2C0BAAA%3B%3BAAb%5C%2FG%2COAAC%2CaAcC%2CiBACE%3BAAfJ%2COAAC%2CaAcC%2CiBAuqBR%2CCAtqBiB%3BEAAM%2CcAAA%3BEAAe%2CmBAAA%3B%3BAAGhC%2COAAC%2CUACC%2CaACE%3BEACE%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C0CAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAACA%2COAXL%2CUACC%2CaACE%2CEASG%3BEAAQ%2CWAAA%3B%3BAAMf%3BAADF%2COACK%3BEACD%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3B%3BAAJJ%2COAME%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAATN%2COAWE%3BEACI%2CSAAA%3B%3BAAZN%2COAcE%3BEACE%2CmBAAA%3B%3BAAfJ%2COAcE%2CQAEE%3BEAAG%2CgBAAA%3BEAAiB%2CmBAAA%3BEAAoB%2CcAAA%3B%3BAACxC%2COAHF%2CQAGM%3BEACF%2CgBAAA%3B%3BAAlBN%2COAcE%2CQAME%2CUAAU%3BEACR%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEF%2COAhBF%2CQAgBG%2CaACC%2CiBAAiB%3BEACf%2CgBAAA%3B%3BAAFJ%2COAhBF%2CQAgBG%2CaAIC%3BEAAG%2CaAAA%3B%3BAAlCT%2COAqCE%2CWACE%2CaAAa%3BEACX%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAACA%2COAPJ%2CWACE%2CaAAa%2CEAMV%2CIAAI%3BEACH%2CgBAAA%3BEAAiB%2CWAAA%3B%3BAAEnB%2COAVJ%2CWACE%2CaAAa%2CEASV%3BEACC%2CkBAAA%3BEACA%2CWAAA%3B%3BAAjDR%2COAqDE%2CcACE%2CoBACE%2CiBACE%3BAAxDR%2COAqDE%2CcACE%2CoBACE%2CiBACU%3BEACN%2CgBAAA%3B%3BAAzDV%2COAqDE%2CcACE%2CoBACE%2CiBAIE%3BEAAQ%2CgBAAA%3BEAAiB%2CWAAA%3B%3BAA3DjC%2COA%2BDE%3BEACE%2CgBAAA%3B%3BAAhEJ%2COA%2BDE%2CYAEE%3BEACE%2CaAAA%3B%3BAAlEN%2COA%2BDE%2CYAKE%2COAAO%2CSAAQ%3BEACb%2CaAAA%3B%3BAArEN%2COA%2BDE%2CYAQE%3BEACE%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAA9EN%2COA%2BDE%2CYAiBE%2CQAAO%3BEACL%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3B%3BAAIN%2CWACE%3BEACE%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAACA%2CWARF%2CcAQG%3BAAAS%2CWARZ%2CcAQa%3BEACP%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CWAfF%2CcAeG%3BEACG%2CmBAAA%3B%3BAAEJ%2CWAlBF%2CcAkBG%3BEACG%2CgBAAA%3B%3BAApBR%2CWAuBE%2CQAAO%3BEACL%2CgBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CcAGM%3BEACE%2CkBAAA%3BEACA%2CiBAAA%3BEAAkB%2CsBAAA%3B%3BAAClB%2CcAHF%2CaAGG%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3B%3BAAbV%2CcAgBI%3BAAhBJ%2CcAgB4B%3BEACpB%2CWAAA%3B%3BAAjBR%2CcAmBI%2CoBAAoB%3BEAClB%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAtBN%2CcAwBI%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAA5BN%2CcAwBI%2COAKE%3BEACE%2CmBAAA%3B%3BAA9BR%2CcAwBI%2COAKE%2CaAEE%3BEACE%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAKF%2CcADJ%3BAACO%2CcADP%2CEACQ%3BAAAQ%2CcADhB%2CEACiB%3BEACT%2CWAAA%3B%3BAAIZ%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CcAIK%3BEACC%2CqBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAAVN%2CcAYI%3BEACE%2CqBAAA%3BEACA%2CSAAA%3B%3BAAdN%2CcAgBI%3BEACI%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAnBR%2CcAqBI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAxBR%2CcAqBI%2CcAII%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAA3BZ%2CcA8BI%3BEACE%2CQAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGE%2CcADJ%2CcACK%3BEACC%2CSAAA%3BEAAU%2CQAAA%3BEACV%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAA1CV%2CcA6CI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAlDR%2CcA6CI%2CUAOI%3BEACI%2CaAAA%3B%3BAArDZ%2CcA6CI%2CUAUI%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAIZ%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAARJ%2CcASI%3BEACI%2CWAAA%3BEACA%2CaAAa%2C6BAAb%3BEACA%2CcAAA%3B%3BAAEJ%2CcAAC%3BEACC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2C%2BBAAA%3BEACA%2CkCAAA%3B%3B%3BAAKN%2CEAAE%3BEACE%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CEAAG%3BEACC%2CmBAAA%3B%3BAAEJ%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3B%3BAAfR%2CYAiBI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAApBR%2CYAiBI%2CmBAKI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIZ%2CCAAE%3BEACE%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2C6BAAb%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CyCAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYAAC%3BEACG%2CWAAA%3BEACA%2CaAAA%3B%3BAAGR%3BEACI%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CIAAC%3BEACG%2CqBAAA%3B%3BAAGJ%2CIAAC%3BEACG%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CcAAA%3BEACA%2CkBAAkB%2C2EAAlB%3BEACA%2CkBAAkB%2CmEAAlB%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAARR%2CcAUI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAbR%2CcAeI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGR%3BEACI%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CQAKI%3BEACI%2CsEAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAXR%2CQAKI%2COAQI%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAjBZ%2CQAoBI%3BEACI%2CYAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAzBR%2CQA2BI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGR%3BEACI%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CYAAY%2C%2BEAAZ%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3BEACA%2C2CAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAjBJ%2CaAmBI%3BEACI%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAtBR%2CaAwBI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAA5BR%2CaA8BI%3BEACI%2CSAAA%3B%3BAA%5C%2FBR%2CaA8BI%2CqBAGI%3BEACI%2CaAAA%3B%3BAAlCZ%2CaA8BI%2CqBAMI%2CEAAC%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAzCZ%2CaA8BI%2CqBAMI%2CEAAC%2CaAOG%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAKhB%2CQAAS%3BEACL%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CQAAS%2CcAML%3BEACI%2CsBAAA%3B%3BAAGR%3BEACI%2CsEAAA%3BEACA%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAVJ%2CiBAWI%2CWACE%3BEACE%2CgBAAA%3BEACA%2CcAAA%3B%3BAAdR%2CiBAiBI%2CKAAI%3BEAAY%2CaAAA%3BEAAc%2CmBAAA%3B%3BAAjBlC%2CiBAkBI%3BEAAQ%2COAAA%3B%3BAAlBZ%2CiBAmBI%3BAAnBJ%2CiBAuMJ%2CCApLe%3BEAAU%2CmBAAA%3B%3BAAnBrB%2CiBAoBI%2CMAAK%3BEACH%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3B%3BAA1BN%2CiBA4BI%2CQAAO%3BEACH%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CiBAqCI%2CMAAK%3BEACD%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAzCR%2CiBA2CI%3BEACI%2CkBAAA%3B%3BAA5CR%2CiBA2CI%2CUAEI%2CMAAK%3BEACD%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAACA%2CiBAhBR%2CUAEI%2CMAAK%2CiBAcA%2CQAAQ%3BEACP%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAArEd%2CiBAyEI%2CIAAG%2CWAAW%3BEACZ%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAsCV%2CQAjB0B%3BEACxB%2CiBACG%2CiBACE%2CKACE%3BIACC%2CmBAAA%3B%3BEAKR%2CqBAAsB%2CaAAW%3BEAAM%2CsBAAuB%2CaAAW%2COAAK%2CuBAAqB%3BIACjG%2CYAAA%3B%3BEAEF%2COAAQ%2CYAAY%3BIAChB%2CSAAA%3B%3B%3BAAaN%2CQAVwB%3BEACtB%2CYAAY%2CcAAe%2CQAAK%3BIAAW%2CeAAA%3B%3BEAC3C%2CiBACE%2CiBACE%2CYAAY%2CGAAG%2CKAAI%3BIAAE%2CeAAA%3B%3BEAFzB%2CiBACE%2CiBAEE%2CYAAY%3BIAAY%2CeAAA%3B%3BEAH5B%2CiBACE%2CiBAGE%2CYAAY%3BIAAE%2CgBAAA%3B%3B%3BAAWpB%2CQAPyB%3BEACvB%2COAAQ%2CeAAgB%3BIAAY%2CyBAAA%3B%3BEACpC%2COAAQ%2CeAAe%2CcAAa%3BIAAU%2CgBAAA%3BIAAiB%2CiBAAA%3B%3BEAC%5C%2FD%3BIACI%2CmBAAA%3B%3B%3BAAUN%2CQAP0B%2CuBAAsB%3BEAG1C%2CSAAU%2CkBADX%3BIACa%2CkBAAA%3B%3B%3BAAsDlB%2CQAlD0B%3BEACxB%3BIACI%2CoBAAA%3B%3BEAEJ%2CgBAAiB%3BEAAkB%3BIAAkB%2CcAAA%3B%3BEACrD%2CiBACG%3BIACC%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAPJ%2CiBACG%2CiBAOE%3BIACC%2CUAAA%3B%3BEATN%2CiBACG%2CiBAOE%2CKAEE%3BIACC%2CSAAA%3BIACA%2CqBAAA%3B%3BEAZR%2CiBACG%2CiBAOE%2CKAEE%2CKAGE%2CIAAC%3BEAbV%2CiBACG%2CiBAOE%2CKAEE%2CKAGW%2CIAAC%2CMAAO%3BIAAK%2CaAAA%3B%3BEAb%5C%2FB%2CiBAiBG%3BIACC%2CWAAA%3BIACA%2CWAAA%3B%3BEAnBJ%2CiBAqBG%2CiBAAe%3BIAAG%2C0BAAA%3B%3BEArBrB%2CiBAsBE%2CiBACE%2CYACG%3BIACC%2CcAAA%3B%3BEACA%2CiBAJN%2CiBACE%2CYACG%2CKAEE%2CSAAU%3BIACT%2CUAAA%3BIACA%2CkBAAA%3B%3BEACA%2CiBAPR%2CiBACE%2CYACG%2CKAEE%2CSAAU%2CKAGR%2CUAAU%3BIACT%2C%2BBAAA%3BIACA%2CWAAA%3B%3BEAEF%2CiBAXR%2CiBACE%2CYACG%2CKAEE%2CSAAU%2CKAOR%2CUAAU%3BIACT%2CeAAA%3BIACA%2CYAAA%3B%3BEAnCZ%2CiBAsBE%2CiBACE%2CYAgBE%2CGAAG%2CKAAI%3BIAAE%2CeAAA%3B%3B%3BAAiBjB%2CQAX0B%3BEACtB%3BIACI%2CkBAAA%3B%3BEAEJ%2CiBAAkB%2CiBAAiB%2CeAAe%3BIAChD%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3B%3BAxK5%5C%2FCF%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAJJ%2CoBAMI%3BE9DgRJ%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BA%2BD5GA%2CoBAMI%2CGAEI%3BE9D8QR%2C6BAAA%3BE8DtQY%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAZA%2CoBAHR%2CGAEI%2CGACK%2CIAAI%3BE9D6QjB%2CgBAAA%3BEAAA%2CsBAAA%3BE8D1QgB%2CaAAA%3BEACA%2CgBAAA%3B%3BAASJ%2CoBAhBR%2CGAEI%2CGAcK%3BEACG%2CgBAAA%3B%3BAAEJ%2CoBAnBR%2CGAEI%2CGAiBK%3BAACD%2CoBApBR%2CGAEI%2CGAkBK%3BE9D4Pb%2CmBAAA%3B%3BA8DtRA%2CoBAMI%2CGAwBI%3BE9DwPR%2C6BAAA%3BE8DjPY%2CeAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAXA%2CoBAzBR%2CGAwBI%2CGACK%2CIAAI%3BE9DuPjB%2CgBAAA%3BEAAA%2CsBAAA%3BE8DpPgB%2CaAAA%3B%3BAASJ%2CoBArCR%2CGAwBI%2CGAaK%3BEACG%2CgBAAA%3B%3BAAEJ%2CoBAxCR%2CGAwBI%2CGAgBK%3BAACD%2CoBAzCR%2CGAwBI%2CGAiBK%3BE9DuOb%2CmBAAA%3B%3BA8DtRA%2CoBAMI%2CGAwBI%2CGAoBI%3BE9DoOZ%2CWAAA%3BE8DlOgB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAtDhB%2CoBAMI%2CGAwBI%2CGA0BI%3BEACI%2CWAAA%3B%3BAyK7EpB%2CyCACE%2CYAAY%2CQAAO%3BAADsB%2CyCACzC%2CYAAY%2CQAAO%3BEAAU%2CWAAA%3B%3BAAD%5C%2FB%2CyCAEE%2CiBAAiB%3BAAFwB%2CyCAEzC%2CiBAAiB%3BEAAM%2CaAAA%3B%3BAAFzB%2CyCAGE%3BAAHyC%2CyCAGzC%3BEAAqB%2CUAAA%3B%3BAAHvB%2CyCAIE%3BAAJyC%2CyCAIzC%3BEAAW%2CwBAAA%3BEACX%2CgBAAA%3B%3BAALF%2CyCAME%3BAANyC%2CyCAMzC%3BEAAS%2CaAAA%3B%3BAANX%2CyCAOE%3BAAPyC%2CyCAOzC%3BEACE%2C0BAAA%3B%3BAARJ%2CyCAOE%2CWAEE%3BAATuC%2CyCAOzC%2CWAEE%3BEACE%2CqBAAA%3B%3BAAVN%2CyCAaE%3BAAbyC%2CyCAazC%3BEAAe%2C0BAAA%3BEAA2B%2CqBAAA%3BEAAsB%2CgBAAA%3B%3BAAblE%2CyCAcE%2CQAAO%3BAAdkC%2CyCAczC%2CQAAO%3BEAAM%2CWAAA%3BEAAW%2CUAAA%3B%3BAAE1B%2CgBAAiB%3BEACf%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAEF%2CaAAc%3BEAAsB%2CaAAA%3B%3BAACpC%2CcAAe%2CcAAc%3BEAAqB%2CkBAAA%3B%3BAvNjB9C%2CcAQI%3BAAPJ%2CqBAOI%3BEACI%2CcAAA%3B%3BAATR%2CcAYI%3BAAXJ%2CqBAWI%3BEACI%2CkBAAA%3B%3BAAbR%2CcAYI%2CqBAGI%3BAAdR%2CqBAWI%2CqBAGI%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAwNfR%2CmBAAC%3BAAAD%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2C0BAAC%3BEACG%2CSAAA%3B%3BAAIR%2CMAAM%2COACF%2CeAAe%3BEACX%2CeAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAEA%2CMALF%2COACF%2CeAAe%2CcAIV%2CUAAU%3BEACP%2CcAAA%3B%3BAANZ%2CMAAM%2COAUF%3BEACI%2CWAAA%3B%3BAAXR%2CMAAM%2COAcF%3BEACI%2CUAAA%3B%3BAAfR%2CMAAM%2COAcF%2COAGI%3BEACI%2CWAAA%3BExOgQZ%2CiBAAA%3B%3BAwOlRA%2CMAAM%2COAcF%2COAQI%3BEACI%2CeAAA%3B%3BAAvBZ%2CMAAM%2COAcF%2COAYI%3BEACI%2CkBAAA%3B%3BAA3BZ%2CMAAM%2COAcF%2COAgBI%3BEACI%2CmBAAA%3B%3BAvN5CR%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CYAMI%3BEACI%2CkBAAA%3B%3BAAPR%2CYAMI%2CeAGO%3BEACC%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEA%2CYAVR%2CeAGO%2CUAOE%3BAACD%2CYAXR%2CeAGO%2CUAQE%3BEACG%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEjB4QhB%2CqBAAA%3BEwC9QA%2CqBAAA%3B%3BAvBFY%2CYAVR%2CeAGO%2CUAOE%2CSuBoQX%3BAvBnQU%2CYAXR%2CeAGO%2CUAQE%2CQuBmQX%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CYvBlBI%2CeAGO%2CUAOE%2CSuBQZ%3BAAAD%2CYvBlBI%2CeAGO%2CUAQE%2CQuBOZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSCpPQ%2CODoPR%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CsBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAvB5UgB%2CYAvBZ%2CeAGO%2CUAOE%2CSAaI%3BAAAD%2CYAvBZ%2CeAGO%2CUAQE%2CQAYI%3BEACG%2CkBAAA%3B%3BAAIR%2CYA5BR%2CeAGO%2CUAyBE%3BEACG%2COAAA%3B%3BAAGJ%2CYAhCR%2CeAGO%2CUA6BE%3BEAEG%2CQAAA%3B%3BAuB%2BEhB%2CYvBjHI%2CeAGO%2CUA6BE%2CQuBiFZ%3BExCyKD%2CSCrPQ%2CODqPR%3B%3BAiBtPgB%2CYApCZ%2CeAGO%2CUA6BE%2CQAII%3BEACG%2CkBAAA%3B%3BAAIR%2CYAzCR%2CeAGO%2CUAsCE%3BEACG%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CYA9CR%2CeAGO%2CUA2CE%3BEACG%2CUAAA%3B%3BAArDhB%2CYA0DI%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAA7DR%2CYA0DI%2CcAKI%3BEAEI%2CmBAAA%3B%3BAAjEZ%2CYA0DI%2CcAKI%2CQAII%3BEjB6NZ%2CmBAAA%3BEiB3NgB%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CaAAc%2CaAjB1B%2CcAKI%2CQAII%3BAASI%2CmBAAoB%2CaAlBhC%2CcAKI%2CQAII%3BEAUQ%2CWAAA%3B%3BAA7EpB%2CYA0DI%2CcAKI%2CQAII%2CMAaI%3BEACI%2CeAAA%3B%3BAAjFpB%2CYA0DI%2CcAKI%2CQAII%2CMAiBI%3BEACI%2CqBAAA%3BEjB2MpB%2CiBAAA%3BEiBzMoB%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAxFpB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%3BEjBqMhB%2CSAAA%3BEAAA%2CUAAA%3BED1KA%2CqBAAA%3B%3BAkBtHA%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAGI%3BEACI%2CaAAA%3BEACA%2CaAAA%3B%3BAAhGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAQI%3BEjB6LpB%2CiBAAA%3BEiB3LwB%2CgBAAA%3B%3BAArGxB%2CYA0DI%2CcAKI%2CQAII%2CMAwBI%2CQAaI%3BEACI%2CcAAA%3BEjBuLxB%2CiBAAA%3B%3BAiBhSA%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%3BEACI%2CgBAAA%3B%3BAA%5C%2FGpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAGI%3BAAjHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAII%3BAAlHpB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAKI%3BEACI%2CcAAA%3B%3BAAIA%2CYA9DpB%2CcAKI%2CQAII%2CMA2CI%2COASI%2COACK%3BEjBwKzB%2CiBAAA%3BEiBtK4B%2CSAAS%2COAAT%3BEACA%2CcAAA%3B%3BAA3H5B%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAiBI%3BEjBiKpB%2CiBAAA%3BEiB%5C%2FJwB%2CgBAAA%3B%3BAAjIxB%2CYA0DI%2CcAKI%2CQAII%2CMA2CI%2COAsBI%3BEjB4JpB%2CiBAAA%3B%3BAiBhSA%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWACI%3BEACI%2CoBAAA%3B%3BAA3IxB%2CYA0DI%2CcAKI%2CQAII%2CMAsEI%2CWAKI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%3BEAEG%2CcAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAKG%2CUAAS%3BEACL%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAPR%2CYA5FhB%2CcAKI%2CQAII%2CMAkFI%2CQACK%2CKAUG%3BEACI%2CcAAA%3B%3BAAIR%2CYA3GhB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEbtHrB%2CsBAAA%3BEJiPA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CaCpRqB%2CaCFC%2C8CFsRtB%3BEAAA%2CgBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEI9NA%2CsBAAA%3BEACA%2CsBAAA%3BEaqGwB%2CgBAAA%3B%3BAbpFxB%2CYa1BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbjFpB%3BAACD%2CYa3BI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbhFpB%3BEJ2MD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAI%5C%2FLA%2CYavCI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbpEpB%3BEJ%2BLD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAInLA%2CYanDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbxDpB%3BAACD%2CYapDI%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMbvDpB%3BAACD%2CQAAQ%2CUAAW%2CaarDf%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%3BEjB2HrB%2CYAAA%3BEI%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAawDoB%2CYAhHpB%2CcAKI%2CQAII%2CMAkFI%2CQAgBK%2CMAKI%3BEACG%2CqBAAA%3B%3BAwNvKxB%2CmBAAC%3BAAAD%2CeAAC%3BEzO4RL%2CkBAAA%3B%3BAyO1RQ%2CMAAO%2CoBAFV%3BAAEG%2CMAAO%2CgBAFV%3BEAGO%2CgBAAA%3B%3BAAMR%2CsBAAC%3BEACG%2CSAAA%3B%3BACdR%2CsBACI%3BEACI%2CeAAA%3B%3BACDJ%2CyBAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CgCAAC%3BEACG%2CSAAA%3B%3BA%5C%2FLVR%2CQACI%2CgBACI%3BEACI%2CSAAA%3B%3BAAHZ%2CQACI%2CgBACI%2CUAEI%3BEACI%2CkBAAA%3B%3BAALhB%2CQACI%2CgBACI%2CUAEI%2CQAEI%3BEACI%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CQAThB%2CgBACI%2CUAEI%2CQAEI%2COAIK%3BEAEG%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAfhB%2CgBACI%2CUAEI%2CQAEI%2COAUK%2CIACG%2CKAEM%3BEACE%2CWAAA%3B%3BAApBhC%2CQACI%2CgBACI%2CUAEI%2CQAqBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3B%3BAA5BpB%2CQACI%2CgBA%2BBI%2CeACI%3BEACI%2CkBAAA%3B%3BAAlChB%2CQACI%2CgBA%2BBI%2CeACI%2CiBAEI%3BEACI%2CiBAAA%3B%3BAApCpB%2CQACI%2CgBA%2BBI%2CeACI%2CiBAEI%2CSAEI%3BEACI%2CWAAA%3B%3BAAtCxB%2CQACI%2CgBA%2BBI%2CeACI%2CiBAQI%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAKR%2CQA%5C%2FCR%2CgBA8CI%2CQACK%3BE5CiPb%2CqBAAA%3BEwC9QA%2CqBAAA%3BEImCgB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAARJ%2CQA%5C%2FCR%2CgBA8CI%2CQACK%2CIJqOX%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CQIxBI%2CgBA8CI%2CQACK%2CIJvBZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSiEpOU%2COjEoOV%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQIrCA%2CgBA8CI%2CQACK%2CIJXZ%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CQI3CA%2CgBA8CI%2CQACK%2CIJLZ%2COACI%3BExCqPL%2CcAAA%3B%3BA4CvOY%2CQAzDR%2CgBA8CI%2CQAWK%3BEACG%2CqBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CQA7DR%2CgBA8CI%2CQAeK%3BEACG%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CQAjER%2CgBA8CI%2CQAmBK%3BE5C%2BNb%2CqBAAA%3BEIzDA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEJgDA%2CgBAAA%3B%3BA4C%5C%2FNY%2CQAjER%2CgBA8CI%2CQAmBK%2COJmNX%3BExChQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAwCHA%2CQIxBI%2CgBA8CI%2CQAmBK%2COJzCZ%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BExC9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CWAAA%3BEAAA%2CSC5PU%2COD4PV%3BEAAA%2CayC7Oe%2CazC6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEwCqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2CQIrCA%2CgBA8CI%2CQAmBK%2COJ7BZ%2CMACI%3BExC2PL%2CcAAA%3B%3BAwCrPI%2CQI3CA%2CgBA8CI%2CQAmBK%2COJvBZ%2COACI%3BExCqPL%2CcAAA%3B%3BAI7CA%2CQwCnPI%2CgBA8CI%2CQAmBK%2COxCkLZ%3BAACD%2CQwCpPI%2CgBA8CI%2CQAmBK%2COxCmLZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQwCzPI%2CgBA8CI%2CQAmBK%2COxCwLZ%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CQwC9PI%2CgBA8CI%2CQAmBK%2COxC6LZ%3BAACD%2CQwC%5C%2FPI%2CgBA8CI%2CQAmBK%2COxC8LZ%3BAACD%2CQAAQ%2CUAAW%2CSwChQf%2CgBA8CI%2CQAmBK%3BExCgMT%2CoBAAA%3BEJ%2BBJ%2CYAAA%3B%3BA4OzQA%2CwBAJ%2BC%3BE1Nm7C%5C%2FC%3BIlBtqCA%2CYAAA%3BIAAA%2CSAAA%3BIkB0oCA%2CUAAA%3B%3BEAEA%2CiDAAC%3BEACD%2CiDAAC%3BIlB%5C%2FlCD%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CiBAAA%3BIAAA%2CWAAA%3BIkBqpCI%2CWAAA%3BIACA%2COAAA%3B%3BEAEJ%2CiDAAC%3BIlBxpCD%2CyBAAA%3B%3BEkB2pCA%2CiDAAC%3BIlB3pCD%2C4BAAA%3BIkB6pCI%2CQAAA%3B%3B%3BA0Nl6CJ%2CwBAJqD%3BE1N8brD%3BIlBjcA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C0BAAC%3BEACD%2C0BAAC%3BEmCmfD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CanC1fX%3BEmCofD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CanCzfX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BEmC8eD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CanCpfX%3BIACG%2CWAAA%3B%3BEkBovBJ%3BEJjgBQ%2C0BAFJ%2CUAEK%2COAEG%3BEgN5NZ%2CsBAOI%3BI9N6MJ%2C6BAAA%3BIkB8eA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIlBhfA%2CgCAAA%3BIAAA%2C6BAAA%3BIAAA%2CcAAA%3BIwChOA%2CqBAAA%3B%3BEtBitBA%2C0BAAC%3BEJ3eO%2C0BAFJ%2CUAEK%2COAEG%2CeIyeX%3BE4MrsBD%2CsBAOI%2CO5M8rBH%3BIACG%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEsB9sBJ%2C0BAAC%3BE1BgOO%2C0BAFJ%2CUAEK%2COAEG%2Ce0BlOX%3BEsLMD%2CsBAOI%2COtLbH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCxQQ%2CODwQR%3BIAAA%2CayC7Oe%2CazC6Of%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAzOA%2C0BtBmrBK%2COsBnrBJ%3BE1BsKO%2C0BAFJ%2CUAEK%2COAEG%2CeI2gBP%2COsBnrBJ%3BEsLpDD%2CsBAOI%2CO5MguBC%2COsBnrBJ%3BIxCgKD%2CSCzQM%2CODyQN%3B%3BEkB02BA%3BEJ9zBQ%2C0BAxCJ%2CUAwCK%2CIAAI%2CKACD%3BId7CZ%2CcAAA%3BIwC9QA%2CqBAAA%3B%3BEAMA%2CoBAAC%3BE1BoTO%2C0BAxCJ%2CUAwCK%2CIAAI%2CKACD%2CK0BrTX%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSiEpOU%2COjEoOV%3BIAAA%2CayC7Oe%2CazC6Of%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE8CtHI%2CYAAC%3BItF6CL%2CUAAA%3BIAAA%2CYAAA%3B%3BEsF5NA%2CYA%2BKK%2CYA%5C%2FKJ%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BEA4KZ%2CYAAC%2CYAxKL%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BEAgKA%2CYAAC%2CYAGG%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3B%3BECzIZ%3BID9EA%2CSAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyDAAA%3BIACQ%2CiDAAA%3BItFsPR%2CUAAA%3BIAAA%2CYAAA%3B%3BEsFpPA%2CaAAC%3BIACG%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqCAAA%3BIACQ%2C6BAAA%3B%3BEAJZ%2CaAAC%2CMAMG%3BIACI%2CmBAAmB%2CeAAnB%3BIACQ%2CWAAW%2CeAAX%3B%3BEC2DhB%2CaDvDA%3BItFwOA%2CsBAAA%3BIAAA%2C4CAAA%3BIsFrOI%2CUAAA%3BIACA%2CoBAAA%3B%3BEAQJ%2CaAAC%2CMACG%3BIACI%2CmBAAmB%2CaAAnB%3BIACQ%2CWAAW%2CaAAX%3B%3BECwChB%2CaDpCA%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAmB%2CgBAAnB%3BIACQ%2CWAAW%2CgBAAX%3BIACR%2CsDAAA%3BIACQ%2CsCAAA%3BIACR%2CWAAA%3B%3BECgCA%2CaAAC%3BIACG%2CiCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAUI%3BIvFuKJ%2CyBAAA%3BIuFrKQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CIAAC%3BIACG%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAHJ%2CIAAC%2CkBAKG%3BIvFyJR%2CwCAAA%3B%3BEuFnJA%3BIACI%2CoBAAA%3B%3BEACA%2CYAAC%2CYACG%2CkBAAiB%3BIvFgJzB%2CyBAAA%3B%3BEuF3IY%2CYANP%2CYAKI%2CcACI%3BIACG%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CYALH%2CYAKI%2CcAMG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEAfhB%2CYAoBI%3BIvF%2BHJ%2CcAAA%3BIAAA%2CgBAAA%3B%3BEyFxOA%3BIACI%2CcAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CaAAA%3B%3BEAJR%2CiBAOI%3BEAPJ%2CiBAQI%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEKAR%3BIACI%2CwCAAA%3B%3BEADJ%2C2BAGI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEQ7DR%3BIACI%2CwCAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEuIXJ%3BIACI%2CeAAA%3B%3BECHJ%3BIACI%2CeAAA%3B%3BEjIgBJ%2CyBAAyB%2C6BACrB%3BIACI%2CwCAAA%3B%3BECTR%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECOJ%2CyBAAyB%3BIACrB%2CwCAAA%3B%3BECgGJ%2C0BACI%2CqBAAoB%2CIAAI%3BIACpB%2CeAAA%3B%3BEMfR%3BIACI%2CwCAAA%3B%3BE3BrDJ%3BIACI%2CwBAAA%3B%3BEwCsEF%2COADD%2CeACE%2CaACC%2CSACE%3BIACE%2CmBAAA%3B%3BEQ%2BLJ%2C0BAAC%2COAAQ%3BIACL%2CcAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CeAAA%3B%3BEAIR%2CYAAa%3BIACT%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2C2BACI%3BIACI%2CaAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAIR%2C6BAA8B%3BIAC1B%2CgBAAA%3BIACA%2CYAAA%3B%3BEiBjQJ%2C0BAA2B%2CYAAY%3BIACnC%2CyBAAA%3B%3BEegEJ%2C0BAA0B%3BIAElB%2CcAAA%3BIACA%2CWAAA%3B%3BEAHR%2C0BAA0B%2CaAMtB%3BIACI%2CeAAA%3B%3BEAPR%2C0BAA0B%2CaAUtB%3BIACI%2CeAAA%3B%3BEoCGR%3BIACI%2CkBAAA%3B%3BEADJ%2C4BAEI%3BIACI%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEANR%2C4BAEI%2C%2BBAKI%3BIACI%2CWAAA%3BIACA%2CaAAA%3B%3BEATZ%2C4BAEI%2C%2BBASI%3BIACI%2CYAAA%3B%3BEMhJZ%2CgBACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%3BIACI%2CaAAA%3B%3BEAEA%2CgBAJR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%2CQAGK%3BIACG%2CaAAA%3B%3BEAGJ%2CgBARR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAC9B%2CQAOK%3BIACG%2CcAAA%3B%3BEAVhB%2CgBAeI%2CWACI%3BIACI%2CsBAAA%3B%3BE3KwEZ%2CkBACI%3BIACI%2CiBAAA%3B%3BElCoyBR%2CqBACI%2CQAAO%3BIRzgBX%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3B%3BEQkeR%2CqBAKI%2CSAAQ%3BIRjeZ%2CkBAAA%3BIACC%2CiBAAA%3BIACQ%2CSAAA%3B%3BEQ8hCT%2CQAAQ%3BEACR%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3BEADJ%2CeAEI%3BIACI%2CaAAA%3B%3BEAGR%2CcAAe%3BIACX%2CoBAAA%3B%3BEE9iCJ%2CeACI%2CWACI%2CSAAQ%3BIACJ%2CkBAAA%3B%3BEAKZ%3BIACI%2CgCAAA%3BIACA%2CaAAA%3B%3BEAIA%2CKAAC%3BIACC%2C6BAAA%3B%3BEAGQ%2CKAJT%2CcAEC%2CMACI%2CKACK%3BEACD%2CKALT%2CcAEC%2CMACI%2CKAEK%3BEACD%2CKANT%2CcAEC%2CMACI%2CKAGK%3BEACD%2CKAPT%2CcAEC%2CMACI%2CKAIK%3BEACD%2CKART%2CcAEC%2CMACI%2CKAKK%3BIACG%2CaAAA%3B%3BEAKR%2CKAdL%2CcAaC%2CKACK%3BEACD%2CKAfL%2CcAaC%2CKAEK%3BEACD%2CKAhBL%2CcAaC%2CKAGK%3BEACD%2CKAjBL%2CcAaC%2CKAIK%3BEACD%2CKAlBL%2CcAaC%2CKAKK%3BIACG%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEACA%2CKAzBT%2CcAaC%2CKACK%2CKAWI%3BEAAD%2CKAzBT%2CcAaC%2CKAEK%2CIAUI%3BEAAD%2CKAzBT%2CcAaC%2CKAGK%2CMASI%3BEAAD%2CKAzBT%2CcAaC%2CKAIK%2CSAQI%3BEAAD%2CKAzBT%2CcAaC%2CKAKK%2CKAOI%3BIACG%2CSAAS%2CaAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAGR%2CKAhCL%2CcAaC%2CKAmBK%3BIACG%2CmBAAA%3B%3BEAjCV%2CKAAC%2CcAoCC%2CMAAM%2CKAAI%3BIACN%2CiBAAA%3B%3BEArCN%2CKAAC%2CcAuCC%2CMAAQ%2CKAAK%2CKAAE%3BIACX%2CSAAA%3B%3BEAxCN%2CKAAC%2CcA0CC%3BIACE%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEA%5C%2FCJ%2CKAAC%2CcAiDC%2CmBAAqB%3BIACjB%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEApDN%2CKAAC%2CcAsDC%3BIACE%2CkBAAA%3B%3BEAKR%2CYACI%3BIACI%2CaAAA%3B%3BEAFR%2CYAII%2CQACI%2CMAAQ%2CKAAE%2CIAAI%2CaAAgB%2CKAAE%3BIAC5B%2CSAAA%3B%3BECvaZ%2CqBACI%2CaAAa%3BIACT%2CaAAA%3B%3BEAGR%2CYAAY%2CMAAO%2CcAAc%3BIAC7B%2CcAAA%3B%3BEazEJ%2CqBACI%2CaACI%2CcACI%3BIACI%2CWAAA%3B%3BEAJhB%2CqBACI%2CaACI%2CcAII%3BIACI%2CeAAA%3B%3BEI4FhB%2CwBACI%3BI5ByJJ%2CeAAA%3B%3BE4B1JA%2CwBAKI%3BI5BqJJ%2CaAAA%3B%3BE4B1JA%2CwBASI%3BI5BiJJ%2CmBAAA%3B%3BE4B1JA%2CwBAaI%2CgCACI%3BIACI%2CiBAAA%3B%3BEsBgBZ%2CwBACI%3BIlD0HJ%2CeAAA%3B%3BEkD3HA%2CwBACI%2CgBAGI%3BIlDuHR%2CaAAA%3B%3BEkD3HA%2CwBACI%2CgBAOI%3BIlDmHR%2CmBAAA%3B%3BEmCsPA%3BIACI%2CoBAAA%3B%3BEAGI%2CgBADJ%2CUACK%3BIACG%2CkBAAA%3B%3BEAKZ%2CQACI%2CMAAK%3BIACD%2CkBAAA%3B%3BEAFR%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CaAEM%3BIACE%2CWAAA%3BInCzQpB%2CkBAAA%3B%3BEmCgQA%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAQN%2CeACI%3BInC9QhB%2CkBAAA%3B%3BEmCgRoB%2CQAZhB%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSAQN%2CeACI%2CKAEK%3BIACG%2CgBAAA%3B%3BEAOxB%2CQAAQ%2CcACJ%3BIACI%2CcAAA%3BInC1RR%2CoBAAA%3B%3BEmC8RA%2CuBACI%3BIACI%2CkBAAA%3B%3BEkBlfR%2CcACI%2CUAAU%3BIACN%2CoBAAA%3B%3BEAFR%2CcAII%2CiBACI%3BIACI%2CYAAA%3B%3BEAIZ%2CMAAM%3BIACF%2CWAAA%3B%3BExB2HJ%2CaACI%2CiBACI%3BI7B0ER%2CeAAA%3BI6BxEY%2CaAAA%3BIACA%2CWAAA%3B%3BEAKZ%3BIACI%2CgBAAA%3BI7BiEJ%2C6BAAA%3B%3BE6B9DQ%2CgBADJ%2COACK%3BI7B8DT%2CiBAAA%3BI6B5DY%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEARZ%2CgBAWI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAIR%3BIACI%2CkBAAA%3B%3BEAGJ%2CKAAK%2CcACD%3BI7B4CJ%2CqBAAA%3BIwChOA%2CqBAAA%3B%3BEXmLA%2CKAAK%2CcACD%2CaWgCF%3BIxChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwC2CA%2CKX6KK%2CcACD%2CaW9KH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSC%5C%2FNW%2COD%2BNX%3BIAAA%2CayC7Oe%2CazC6Of%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKXgKC%2CcACD%2CaWlKH%2CMACI%3BIxC6ML%2CWAAA%3B%3BEwCvMI%2CKX0JC%2CcACD%2CaW5JH%2COACI%3BIxCuML%2CWAAA%3B%3BE6BjCQ%2CKAZH%2CcACD%2CaAWK%3BIACG%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C%2BBAAA%3BIACA%2C2BAAA%3B%3BEACA%2CKAjBP%2CcACD%2CaAWK%2CQAKI%3BIACG%2CWAAA%3B%3BEAlBhB%2CKAAK%2CcAsBD%3BIACI%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CuBAAI%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEV7DR%2CKAAK%2CcACD%3BInBuEJ%2CqBAAA%3BIwC9QA%2CqBAAA%3B%3BErBsMA%2CKAAK%2CcACD%2CqBqB2DF%3BIxChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwCHA%2CKrBgMK%2CcACD%2CqBqBjMH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSC9NiB%2COD8NjB%3BIAAA%2CayC7Oe%2CazC6Of%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKrBmLC%2CcACD%2CqBqBrLH%2CMACI%3BIxC2PL%2CWAAA%3B%3BEwCrPI%2CKrB6KC%2CcACD%2CqBqB%5C%2FKH%2COACI%3BIxCqPL%2CWAAA%3B%3BE8B5HA%3BI9B4HA%2CgCAAA%3BI8B1HI%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%2CsBACM%3BIACE%2CeAAA%3B%3BEAGR%3BIACI%2CYAAA%3B%3BEAEJ%2CsBACI%3BIACI%2CWAAA%3B%3BEAGR%2CaACI%2CiBACI%2CcACI%3BEAHZ%2CaACI%2CiBACI%2CcAEI%3BIACI%2CcAAA%3B%3BE6BvGhB%3BIACI%2CeAAA%3B%3BEAEJ%3BEACA%3BIACI%2CqBAAA%3B%3BEACA%2CcAAC%2CIAAI%3BEAAL%2CcAAC%2CIAAI%3BIACD%2CoBAAA%3B%3BE7CmMR%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAGI%2C0BAFJ%2CUAEK%3BIACG%2CoBAAA%3B%3BEADJ%2C0BAFJ%2CUAEK%2COAEG%3BIdRZ%2CiBAAA%3B%3BEcgBY%2C0BAZR%2CUAEK%2COAUI%3BIACG%2CgCAAA%3BIdjBhB%2CgBAAA%3BIcmBgB%2CaAAA%3BIACA%2CeAAA%3B%3BEACA%2C0BAjBZ%2CUAEK%2COAUI%2CMAKI%3BIACG%2CcAAA%3B%3BEANR%2C0BAZR%2CUAEK%2COAUI%2CMAQG%3BIACI%2CeAAA%3B%3BEACA%2C0BAtBhB%2CUAEK%2COAUI%2CMAQG%2CMAEK%3BIACG%2CaAAA%3B%3BEAEJ%2C0BAzBhB%2CUAEK%2COAUI%2CMAQG%2CMAKK%3BIACG%2CaAAA%3B%3BEAdZ%2C0BAZR%2CUAEK%2COAUI%2CMAQG%2CMAQI%3BIdhCpB%2CWAAA%3BIckCwB%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEACA%2C0BAjCpB%2CUAEK%2COAUI%2CMAQG%2CMAQI%2CEAKK%3BIdrCzB%2CgBAAA%3B%3BEckDQ%2C0BA9CJ%2CUA8CK%2CMACG%3BIdnDZ%2CiBAAA%3B%3BEc0DQ%2C0BAtDJ%2CUAsDK%3BIACG%2CmBAAA%3B%3BEAQA%2C0BA%5C%2FDR%2CUA8DK%2CQACI%3BEACD%2C0BAhER%2CUA8DK%2CQAEI%3BIACG%2CmBAAA%3B%3BEAeJ%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGA%2CuBAAwB%2CeAT1B%2CSACV%2CSACK%2CKAMI%3BIAEO%2CoBAAA%3B%3BEAOJ%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAWI%3BEAIG%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAYI%3BEAGG%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAaG%3BEAEI%2CuBAAwB%2CeAjB1B%2CSACV%2CSACK%2CKAcI%3BIAEO%2CmBAAA%3B%3BEAlBpB%2CcAAc%2CSAuBV%3BIACI%2CaAAA%3B%3BEsBER%2C%2BBACI%3BIACI%2CcAAA%3B%3BEAFR%2C%2BBAII%3BIACI%2CgBAAA%3B%3BE0LpUR%3BIACI%2CQAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3B%3BEANJ%2CsBAUI%3BIACI%2CgCAAA%3BIACA%2CaAAA%3B%3BEACA%2CsBAHJ%2CSAGK%3BIACG%2CcAAA%3B%3BEAdZ%2CsBAiBI%3BIACI%2CeAAA%3B%3BEnL0DR%2CcAAc%3BIACV%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAEI%2CcAJM%2CSAGV%2CSACK%3BIACG%2C0BAAA%3BIACA%2CkBAAA%3B%3BEACA%2CcAPE%2CSAGV%2CSACK%2CKAGI%3BIACG%2CYAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CcAXE%2CSAGV%2CSACK%2CKAOI%3BI3C6Hb%2CiBAAA%3B%3BE2C1HY%2CcAdE%2CSAGV%2CSACK%2CKAUI%3BIACG%2CcAAA%3B%3BEADJ%2CcAdE%2CSAGV%2CSACK%2CKAUI%2CQAEG%3BIACI%2CiBAAA%3B%3BEACA%2CcAlBN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAEK%3BIACG%2CcAAA%3B%3BEAEJ%2CcArBN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAKK%3BIACG%2CYAAA%3B%3BEAEJ%2CcAxBN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAQK%3BIACG%2CWAAA%3B%3BEAEJ%2CcA3BN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAWK%3BEACD%2CcA5BN%2CSAGV%2CSACK%2CKAUI%2CQAEG%2CQAYK%3BIACG%2CeAAA%3B%3BEAIZ%2CcAjCE%2CSAGV%2CSACK%2CKA6BI%3BEACD%2CcAlCE%2CSAGV%2CSACK%2CKA8BI%3BEA9BL%2CcAJM%2CSAGV%2CSACK%2CKA%2BBG%3BEACA%2CcApCE%2CSAGV%2CSACK%2CKAgCI%3BIACG%2CkBAAA%3B%3BEAjCR%2CcAJM%2CSAGV%2CSACK%2CKAmCG%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BEArCR%2CcAJM%2CSAGV%2CSACK%2CKAmCG%2CYAGI%3BIACI%2CeAAA%3B%3BEAvCZ%2CcAJM%2CSAGV%2CSACK%2CKA0CG%3BEA1CJ%2CcAJM%2CSAGV%2CSACK%2CKA2CG%2COAAM%3BIACF%2CaAAA%3B%3BEAGR%2CcAnDM%2CSAGV%2CSAgDK%3BIACG%2CeAAA%3B%3BEAOJ%2CqBADJ%2CSACK%3BIACG%2CWAAA%3B%3BEACA%2CqBAHR%2CSACK%2CKAEI%3BIACG%2CWAAA%3B%3BEAMhB%2CKAAK%2CcACD%3BI3CmEJ%2CqBAAA%3BIwC9QA%2CqBAAA%3B%3BEG0MA%2CKAAK%2CcACD%2CmBHuDF%3BIxChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwCHA%2CKGoMK%2CcACD%2CmBHrMH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSCnPiB%2CODmPjB%3BIAAA%2CayC7Oe%2CazC6Of%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CKGuLC%2CcACD%2CmBHzLH%2CMACI%3BIxC2PL%2CWAAA%3B%3BEwCrPI%2CKGiLC%2CcACD%2CmBHnLH%2COACI%3BIxCqPL%2CWAAA%3B%3BEoOnFF%2CaACE%3BEADa%2CcACb%3BIACI%2CwBAAA%3B%3BEAGN%3BIACE%2CcAAA%3B%3BEADF%2CcAEG%3BIACC%2CcAAA%3BIAAc%2CUAAA%3B%3BEAHlB%2CcAEG%2CiBAEE%2CKAAG%3BIACF%2CqBAAA%3BIACA%2CiBAAA%3B%3BEANN%2CcASG%3BIACC%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEEurCE%2CcAAI%2CaAAa%3BIACb%2CsBAAA%3BIACA%2C4BAAA%3B%3BEAGR%2CQACI%3BIACI%2CeAAA%3B%3BEAFR%2CQAII%3BIACI%2CaAAA%3B%3BEEv2CR%2CQAAS%2C4BACL%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CQANH%2C4BACL%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAPhB%2CQAAS%2C4BACL%2CeAUI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAbZ%2CQAAS%2C4BACL%2CeAeI%3BIACI%2CSAAA%3B%3BEAjBZ%2CQAAS%2C4BACL%2CeAmBI%3BIACI%2CkBAAA%3B%3B%3BAI9CZ%2CwBAJqD%3BE1NobrD%3BEkC5UQ%2C4BADJ%2CKAAI%2CMACC%3BEjCkDD%2CyBADJ%2CKAAI%2CQACC%3BInBjKT%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CwBAAC%3BEACD%2CwBAAC%3BEkBunBD%2C0BACI%2CMAAQ%2CKlBznBX%3BEkBwnBD%2C0BACI%2CMAAQ%2CKlBxnBX%3BEoEDD%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGpErCX%3BEoEAD%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGpEpCX%3BEmBsID%2CyBACI%2CKAAI%2CQnBxIP%3BEmBuID%2CyBACI%2CKAAI%2CQnBvIP%3BEoC4MG%2CcAAC%2CaAeG%2CMAAK%2CMlB6ZT%2CMAAQ%2CKlBznBX%3BEoC6MG%2CcAAC%2CaAeG%2CMAAK%2CMlB6ZT%2CMAAQ%2CKlBxnBX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BEkBknBD%2C0BACI%2CMAAQ%2CKlBnnBX%3BEoEND%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGpE%5C%2FBX%3BEmBiID%2CyBACI%2CKAAI%2CQnBlIP%3BEoCuMG%2CcAAC%2CaAeG%2CMAAK%2CMlB6ZT%2CMAAQ%2CKlBnnBX%3BIACG%2CWAAA%3B%3BEkBonBI%2C0BAFJ%2CMAAQ%2CKAEH%2CIAAI%3BEkB9aT%2CcAAC%2CaAeG%2CMAAK%2CMlB6ZT%2CMAAQ%2CKAEH%2CIAAI%3BIlBvYb%2CgCAAA%3B%3BEkB4YgB%2C0BAPZ%2CMAAQ%2CKAKF%2CKAAE%2CIACC%2CKACI%3BEkBnbb%2CcAAC%2CaAeG%2CMAAK%2CMlB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIACC%2CKACI%3BIACG%2CaAAA%3B%3BEAGR%2C0BAXR%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%3BEACD%2C0BAZR%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%3BEACD%2C0BAbR%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%3BEkBzbT%2CcAAC%2CaAeG%2CMAAK%2CMlB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%3BEkBvbT%2CcAAC%2CaAeG%2CMAAK%2CMlB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%3BEkBxbT%2CcAAC%2CaAeG%2CMAAK%2CMlB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%3BIACG%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEACA%2C0BAnBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%2CIAQI%3BEAAD%2C0BAnBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%2CMAOI%3BEAAD%2C0BAnBZ%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%2CSAMI%3BEkB%5C%2Fbb%2CcAAC%2CaAeG%2CMAAK%2CMlB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIAMC%2CIAQI%3BEkB%5C%2Fbb%2CcAAC%2CaAeG%2CMAAK%2CMlB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIAOC%2CMAOI%3BEkB%5C%2Fbb%2CcAAC%2CaAeG%2CMAAK%2CMlB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIAQC%2CSAMI%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGR%2C0BA1BR%2CMAAQ%2CKAKF%2CKAAE%2CIAqBC%3BEkBtcT%2CcAAC%2CaAeG%2CMAAK%2CMlB6ZT%2CMAAQ%2CKAKF%2CKAAE%2CIAqBC%3BIACG%2CSAAA%3B%3BEA5BhB%2C0BAgCI%3BEkB3cA%2CcAAC%2CaAeG%2CMAAK%2CMlB4bT%3BIACI%2CSAAA%3B%3BEAiLR%2C0BACI%2CMACI%3BIACI%2CkBAAA%3B%3BEACA%2C0BAHR%2CMACI%2CKAEK%3BIACG%2CqBAAA%3B%3BEALhB%2C0BASI%2CMACI%3BIACI%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAZZ%2C0BASI%2CMAKI%3BIACI%2CcAAA%3BIACA%2CiBAAA%3B%3BEAhBZ%2C0BASI%2CMASI%2COAAM%3BIlBxmBd%2CiBAAA%3B%3BEkBslBA%2C0BASI%2CMASI%2COAAM%2COAEF%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAtBhB%2C0BASI%2CMASI%2COAAM%2COAMF%3BIACI%2CqBAAA%3BIACA%2CcAAA%3B%3BEA1BhB%2C0BASI%2CMASI%2COAAM%2COAMF%2CQAGI%3BIACI%2CgBAAA%3B%3BEAyBpB%3BEiCl4BA%2CcAAc%3BE0KhBd%2CcAAc%3BE9MoTV%2CcAAC%3BIf7CL%2CgBAAA%3B%3BEkB2pBI%2CkBAAC%3BEAqoBL%2C0BACI%2CGAtoBC%3BEAqoBL%2C0BAII%2CGAzoBC%3BE%2BLz6BO%2CQAHR%2C0BAEI%2CKACK%2CQ%5C%2FLy6BR%3BE%2BLz6BO%2CQAFR%2CkCACI%2CKACK%2CQ%5C%2FLy6BR%3BEV0hBL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%2CKU5hBL%3BEV0hBL%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%2CKU7hBL%3BERthBL%2CKACI%2COAAM%2CMACF%2CKAAI%2CKQohBP%3BERthBL%2CKACI%2COAAM%2CMAEF%2CcAAc%2CGQmhBjB%3BEC%5C%2FwBL%2CQACI%2CoBACI%2CKAAI%2CQD6wBP%3BEyMz2BL%2CMAAM%2CQAKA%2CQAEI%2CKAAK%2CKzMk2BV%3BE2BlpBL%2CQACI%2CeACI%2CKAAI%2CQ3BgpBP%3BEHxlBO%2CQAZR%2CmBAWI%2CKACK%2CQGwlBR%3BEHvlBO%2CQAbR%2CmBAWI%2CKAEK%2CQGulBR%3BERxgBL%2CYACI%2CQQ6oCA%2CGAtoBC%3BERxgBL%2CYACI%2CQQgpCA%2CGAzoBC%3BE2CzxBL%2CkBAOI%2CQ3Cw5CA%2CGAtoBC%3BE2CzxBL%2CkBAOI%2CQ3C25CA%2CGAzoBC%3BIlBv6BL%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEkB2pCA%3BEkDtnCQ%2CcAhBJ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAgB7B%2CsBACG%2CMACI%3BErD6ShB%2CoBA%2BBI%2CmBAAmB%3BEUtUf%2CYAdJ%2CuBAcK%2CcAmBG%3BIPmlCZ%2CaAAA%3B%3BEAyDA%2CwBACI%2CWACI%2CoBACI%3BEcvpCZ%2C4BdqpCI%2CWACI%2CoBACI%3BEctpCZ%2CyBdopCI%2CWACI%2CoBACI%3BEHh4BZ%2CQG83BI%2CWACI%2CoBACI%3BEH%5C%2F3BZ%2CuBG63BI%2CWACI%2CoBACI%3BEH93BZ%2CiBG43BI%2CWACI%2CoBACI%3BIACI%2CcAAA%3B%3BEAJhB%2CwBACI%2CWACI%2CoBAII%3BEc1pCZ%2C4BdqpCI%2CWACI%2CoBAII%3BEczpCZ%2CyBdopCI%2CWACI%2CoBAII%3BEHn4BZ%2CQG83BI%2CWACI%2CoBAII%3BEHl4BZ%2CuBG63BI%2CWACI%2CoBAII%3BEHj4BZ%2CiBG43BI%2CWACI%2CoBAII%3BIAEI%2CsBAAA%3B%3BEAkChB%2CyBACM%2CQAAQ%2CKAAK%2CKAAE%3BEiB5wBrB%2CQAKI%2CMAAK%2CMjBuwBH%2CQAAQ%2CKAAK%2CKAAE%3BIACb%2CSAAA%3B%3BEA8FR%3BEVvbA%2CQAAQ%2CKAAK%2CSACT%3BE2Cl5BJ%2CcAAc%3BEnB6Dd%2CcAAc%3BEjB4OV%2CcAAC%3BEA6BL%2CoBACI%3BIGkgCA%2CaAAA%3B%3BEAQJ%3BIACI%2CgBAAA%3B%3BEAqMJ%2C0BAUI%3BERvpCJ%2CYACI%2CQQspCA%3BE2Cx6CJ%2CkBAOI%2CQ3Ci6CA%3BIACI%2CgBAAA%3B%3BEkD%5C%2FhDR%3BIACI%2C6BAAA%3BIjEmUJ%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3BIiErUI%2CkBAAA%3B%3BEAHJ%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3BIjEuctC%2CYAAA%3BIACA%2CcAAA%3B%3BEiE5cA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjE0cpC%2CQAAQ%2CKAAK%3BIACX%2CaAAA%3B%3BEiE%5C%2FcJ%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjE8cpC%3BIACE%2CcAAA%3B%3BEiEndJ%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjE8cpC%2CQAGI%3BIACE%2CcAAA%3B%3BEiEtdR%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjE8cpC%2CQAGI%2CKAGE%3BEiExdR%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjE8cpC%2CQAGI%2CKAIE%3BIACI%2CmBAAA%3BIACA%2CcAAA%3BIHvOZ%2CqBAAA%3B%3BEG0OY%2CciE1dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjE8cpC%2CQAGI%2CKAGE%2CGAMK%2CSAAS%3BEAAV%2CciE1dR%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjE8cpC%2CQAGI%2CKAIE%2CGAKK%2CSAAS%3BIH1OtB%2CoBAAA%3BIG4OgB%2CSAAS%2CcAAa%2CIAAtB%3BIACA%2CqBAAA%3BIH7OhB%2CcAAA%3BIAAA%2CgBAAA%3B%3BEoEpPA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBjEmVpC%2CQAAQ%2CKAAK%3BIHnGf%2CyBAAA%3B%3BEoEpPA%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKACI%2CKAAE%3BIACA%2CiBAAA%3B%3BEATpB%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKAII%2CKAAE%3BIACA%2CgCAAA%3BIACA%2CoBAAA%3B%3BEAbpB%2CcAII%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAE9B%2CMACM%2CKAQI%2CKAAE%2CIAAI%3BIACJ%2CiBAAA%3B%3BEAUA%2CcAtBhB%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAgB7B%2CsBACG%2CMAII%2CGACK%3BIACG%2CYAAA%3BIACA%2CmBAAA%3B%3BEA5BxB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%3BIACI%2CcAAA%3B%3BEApCZ%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%3BIACI%2CcAAA%3B%3BEAEA%2CcANZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGAGK%2CYACG%3BEADJ%2CcANZ%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAEI%2CGAGK%2CYAEG%3BIACI%2CgBAAA%3B%3BEA3CxB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAYI%3BIACI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAnDhB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAkBI%3BIACI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAzDhB%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAwBI%2COAAM%3BIpEyLlB%2CiBAAA%3B%3BEoEpPA%2CcAkCI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2CmBACnB%2CMAwBI%2COAAM%2COAEF%3BIACI%2CqBAAA%3B%3BEhDMZ%2CoCADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAHZ%2CoCAOI%3BIACI%2CqBAAA%3B%3BE2GtGJ%2CaAAE%3BIACE%2CgBAAA%3B%3BEqCkKR%2C0BAA2B%3BIACvB%2CYAAA%3B%3BES1JJ%2CwBAAyB%2CgBAAe%2CaAAa%2CiBAAkB%3BIACnE%2CcAAA%3B%3BEE%2BHJ%2C2BAA4B%2C%2BBAA%2BB%3BIACvD%2CcAAA%3BIACA%2CYAAA%3B%3BEkCpIJ%2CmBACI%3BIACI%2CWAAA%3B%3BE5LuDA%2C0BADJ%2CKACK%3BIACG%2CiBAAA%3B%3BEAHZ%2C0BAMI%3BIACI%2CqBAAA%3B%3BEqBSR%2COACI%2CgBACI%3BIACI%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAGA%2COANR%2CgBAKI%2CQACK%3BI1C0Lb%2CqBAAA%3BIIzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIJgDA%2CgBAAA%3B%3BE0C1LY%2COANR%2CgBAKI%2CQACK%2COF8KX%3BIxChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwCHA%2COEwEI%2CgBAKI%2CQACK%2COF9EZ%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CWAAA%3BIAAA%2CSC1PS%2COD0PT%3BIAAA%2CayC7Oe%2CazC6Of%3BIAAA%2CgBAAA%3BIAAA%2CmBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2COE2DA%2CgBAKI%2CQACK%2COFlEZ%2CMACI%3BIxC2PL%2CcAAA%3B%3BEwCrPI%2COEqDA%2CgBAKI%2CQACK%2COF5DZ%2COACI%3BIxCqPL%2CcAAA%3B%3BEI7CA%2COsCnJI%2CgBAKI%2CQACK%2COtC6IZ%3BEACD%2COsCpJI%2CgBAKI%2CQACK%2COtC8IZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COsCzJI%2CgBAKI%2CQACK%2COtCmJZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COsC9JI%2CgBAKI%2CQACK%2COtCwJZ%3BEACD%2COsC%5C%2FJI%2CgBAKI%2CQACK%2COtCyJZ%3BEACD%2CQAAQ%2CUAAW%2CQsChKf%2CgBAKI%2CQACK%3BItC2JT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEOupCY%2CcAFR%2CSACK%2CKACI%3BIACG%2CWAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CcAPR%2CSACK%2CKAMI%3BIACG%2CcAAA%3B%3BEClhBhB%2CqBACI%2CQAAO%3BIACH%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BEAmBR%2CsBAAsB%2CIAAI%2C2CACxB%2CmBACE%2CwBACE%2CYACE%2COAAM%3BIACJ%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEA8gBV%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKACtB%3BEAFV%2CcAAc%2CWACV%2CkBAAoB%2CQAAQ%2CKAEtB%3BIACE%2CmBAAA%3B%3BEEpjCZ%2CKACI%2COAAM%2CMAKF%2CKAAI%3BIACA%2CkBAAA%3B%3BEClVZ%2CYACI%3BIXqMJ%2CeAAA%3BIWnMQ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAJR%2CYAMI%3BIXgMJ%2CgBAAA%3B%3BEyB7FA%2CYACI%3BEADJ%2CYAEI%3BEAFJ%2CYAGI%3BIzB0FJ%2CsBAAA%3BIAAA%2CiBAAA%3B%3BEyB7FA%2CYAQI%2CYACM%3BIzBoFV%2CiBAAA%3B%3BEyB7FA%2CYAcI%3BIzB%2BEJ%2CgCAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3B%3BEyB1EQ%2CYALJ%2CuBAKK%3BIzB0ET%2C6BAAA%3BIyBxEY%2CwBAAA%3B%3BEAFJ%2CYALJ%2CuBAKK%2CcAIG%3BIzBsEZ%2CYAAA%3B%3BEyB7FA%2CYA6BI%3BIACI%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAhCR%2CYAmCI%3BIACI%2CWAAA%3B%3BEApCR%2CYAuCI%3BIzBsDJ%2CgCAAA%3BIyBpDQ%2CkBAAA%3B%3BEAzCR%2CYA4CI%3BIzBiDJ%2CqBAAA%3BIwC9QA%2CqBAAA%3BIfuOQ%2CSAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3BEAzDR%2CYA4CI%2CmBeqCF%3BIxChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwCHA%2CYfuNI%2CmBevNH%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSC3PQ%2COD2PR%3BIAAA%2CayC7Oe%2CazC6Of%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CYf0MA%2CmBe3MH%2CMACI%3BIxC2PL%2CWAAA%3B%3BEwCrPI%2CYfoMA%2CmBerMH%2COACI%3BIxCqPL%2CWAAA%3B%3BEyDnPI%2CsBAAC%3BIACG%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAJJ%2CsBAAC%2CcAMG%3BIzD6OR%2CYAAA%3BIyD3OY%2CWAAA%3B%3BEAEA%2CsBAVP%2CcAMG%2CuBAIK%3BEACD%2CsBAXP%2CcAMG%2CuBAKK%3BIACG%2CWAAA%3B%3BEIyGhB%2CkBACM%3BIACE%2CgBAAA%3BI7D4HR%2CeAAA%3BI6D1HQ%2CkBAAA%3BIACA%2CiBAAA%3B%3BE1B%2BVR%2CQACI%2CQAAO%3BEADX%2CQAEI%3BIACI%2CSAAA%3B%3BEiB%5C%2FYR%2C0BAA2B%3BIACvB%2CqBAAA%3B%3BEAEJ%2C4BACI%3BIACI%2CcAAA%3BIpDiKR%2CqBAAA%3B%3BEoDxJA%2C0BAA2B%2CoBAAsB%2CIAAC%2CWAAW%3BIACzD%2CgCAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEjCoCJ%2CyBAOI%2COAAM%3BEAPV%2CyBAQI%2COAAM%3BIACF%2CqBAAA%3B%3BEAGR%2CyBACI%3BIACI%2CkBAAA%3B%3BEAGR%2C2BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C2BAII%3BIACI%2CgBAAA%3B%3BEAGR%2CgCACI%3BIACI%2CoBAAA%3B%3BEAFR%2CgCAII%3BIACI%2CaAAA%3B%3BEwMhIR%2CcAAc%3BIAAU%2CYAAA%3B%3BEACxB%2CMAAM%2CQACA%2CQAAQ%2CKAAK%3BIACX%2CmBAAA%3BIACA%2CgCAAA%3B%3BEAHR%2CMAAM%2CQAKA%3BIACE%2CgCAAA%3B%3BEANR%2CMAAM%2CQAKA%2CQAEI%2CKAAK%3BIAEH%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEACA%2CMAZN%2CQAKA%2CQAEI%2CKAAK%2CKAKF%3BIACG%2CoBAAA%3B%3BEAEJ%2CMAfN%2CQAKA%2CQAEI%2CKAAK%2CKAQF%2CIAAI%3BEAAM%2CMAfjB%2CQAKA%2CQAEI%2CKAAK%2CKAQS%2CIAAI%3BIACd%2CyBAAA%3BIACA%2CWAAA%3B%3BEAGN%2CMApBF%2CQAKA%2CQAeG%3BIACC%2CYAAA%3B%3BE5LlEF%2CqBADJ%2CQACK%3BI%5C%2FB2PT%2CqBAAA%3BIwC9QA%2CqBAAA%3B%3BETmBQ%2CqBADJ%2CQACK%2COS%2BOP%3BIxChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEwCHA%2CqBTYI%2CQACK%2COSbR%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CWAAA%3BIAAA%2CSC1PS%2COD0PT%3BIAAA%2CayC7Oe%2CazC6Of%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CqBTDA%2CQACK%2COSDR%2CMACI%3BIxC2PL%2CcAAA%3B%3BEwCrPI%2CqBTPA%2CQACK%2COSKR%2COACI%3BIxCqPL%2CcAAA%3B%3BEoC5DY%2CcAFR%2CMAAK%2CMACD%2CSACK%3BIACG%2CqBAAA%3B%3BEAJhB%2CcASI%3BEATJ%2CcAUI%3BEAVJ%2CcAWI%3BIACI%2CqBAAA%3B%3BEAIA%2CcADJ%2CeAAe%2CKACV%2CIAAI%3BIACD%2CkBAAA%3B%3BEAEJ%2CcAJJ%2CeAAe%2CKAIV%3BIACG%2CgBAAA%3B%3BEAIR%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%3BIACI%2CcAAA%3B%3BEAJhB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAEI%3BIACI%2CcAAA%3B%3BEANpB%2CcAAC%2CaACG%2CWACI%2CMAAK%2CMACD%2CMAKI%2CKAAI%3BIACA%2CcAAA%3BIACA%2CUAAA%3B%3BEAlCxB%2CcA4CI%2CiBACI%3BIACI%2CqBAAA%3B%3BEA9CZ%2CcA4CI%2CiBAIM%3BIACE%2CqBAAA%3BIACA%2CcAAA%3B%3BESoGZ%2CgBACI%3BI7CxFJ%2CqBAAA%3B%3BE6CuFA%2CgBAII%2CyBACI%3BIACI%2CcAAA%3BI7C7FZ%2CqBAAA%3B%3BEgCvNA%2CmBACI%2CYACI%2COAAM%2CeAAe%3BIACjB%2CgBAAA%3B%3BEAHZ%2CmBACI%2CYAII%2COAAM%3BIACF%2CeAAA%3B%3BEAQZ%2CQACI%2CQAAO%2CKACH%2CuBACI%2CwBACI%2CaACM%2CUAAO%3BIACL%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEjBuPxB%2CQACI%2CmBACI%2CMAAM%3BIACF%2CcAAA%3B%3BEAHZ%2CQACI%2CmBAII%3BIACI%2CqBAAA%3BIACA%2CSAAA%3B%3BEAPZ%2CQACI%2CmBAQI%2CQAAO%3BIACH%2CaAAA%3B%3BEAeZ%2CoBAII%2CaACI%3BIACI%2CcAAA%3B%3BEANZ%2CoBASI%3BIfxFJ%2CiBAAA%3B%3BEe%2BEA%2CoBAYI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2CoBADJ%2CKACK%2CMAEG%3BEADJ%2CoBAFJ%2CKAEK%2CSACG%3BEAFJ%2CoBADJ%2CKACK%2CMAGG%3BEAFJ%2CoBAFJ%2CKAEK%2CSAEG%3BIACI%2CqBAAA%3B%3BEArBhB%2CoBAyBI%2CMAAK%2CMAAO%2CKAAI%3BIACZ%2CoBAAA%3B%3BEACA%2CoBAFJ%2CMAAK%2CMAAO%2CKAAI%2CQAEX%3BIACG%2CaAAA%3B%3BEAQJ%2CoBAFJ%2CeAAiB%2C0BAEZ%3BEAAD%2CoBADJ%2CwBAA0B%2C0BACrB%3BIACG%2CSAAS%2CcAAc%2CGAAvB%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAxCZ%2CoBAkCI%2CeAAiB%2C0BAQb%3BEA1CR%2CoBAmCI%2CwBAA0B%2C0BAOtB%3BIfzHR%2CiBAAA%3BIe2HY%2CeAAA%3B%3BEACA%2CoBAXR%2CeAAiB%2C0BAQb%2CKAGK%3BEAAD%2CoBAVR%2CwBAA0B%2C0BAOtB%2CKAGK%3BIACG%2CgBAAA%3B%3BEAEJ%2CoBAdR%2CeAAiB%2C0BAQb%2CKAMK%3BEAAD%2CoBAbR%2CwBAA0B%2C0BAOtB%2CKAMK%3BIACG%2CoBAAA%3B%3BEmNhIlB%2CYACE%2CyBACE%2CWACE%3BIAAG%2CUAAA%3B%3BEACH%2CYAHJ%2CyBACE%2CWAEG%3BEAAQ%2CYAHb%2CyBACE%2CWAEY%3BIAAQ%2CuBAAA%3B%3BEvLvJtB%2CcAAc%2CSACV%3BIACI%2CgCAAA%3B%3BEACA%2CcAHM%2CSACV%2CcAEK%3BIACG%2C6BAAA%3B%3B%3BAiM9GZ%2CwBAJsD%3BEnKkBtD%2CQAAQ%2CQACJ%2CSAAQ%3BIACJ%2CgBAAA%3B%3BE8FoVR%3BIACI%2C8BAAA%3BIACA%2CaAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CSAAA%3B%3BEhKkjCJ%2CcACI%2CmBACI%2CsBACI%2CsBACI%3BIACI%2CaAAA%3B%3BECvftB%2CoBACE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BE8B9mBF%2CiBAAkB%3BIACd%2CYAAA%3B%3BEmLpPJ%2CYACI%2CeACI%3BIzNyKR%2CYAAA%3B%3B%3BA4OrPJ%2CgBAJ2C%3BE1NmHvC%3BIApBA%2CUAAA%3B%3BEACA%2CsBAAC%2CUAAU%3BIACP%2CYAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CsBAAC%2CUAAU%3BIACP%2CWAAA%3B%3BEACA%2CsBAFH%2CUAAU%2CGAEH%3BIACA%2CWAAA%3B%3BEA%2BLR%3BEkBjDQ%2COAAO%2CIAAI%2CeAAgB%2CeAD%5C%2FB%3BEADJ%2CcA0BI%2CgBAMI%2CqBAII%2CUACI%3BIlBAhB%2CeAAA%3B%3BEA4JA%3BIlBvcA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2C2BAAC%3BEACD%2C2BAAC%3BEoC6OD%2CcAiDI%2CepC%5C%2FRH%3BEoC8OD%2CcAiDI%2CepC9RH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C2BAAC%3BEoCwOD%2CcAiDI%2CepCzRH%3BIACG%2CWAAA%3B%3BEkBkfJ%3BEkB3QA%2CcA0BI%2CgBACI%3BEA3BR%2CcAiDI%2CeAEI%3BEAnDR%2CcAiDI%2CeAOI%3BIlBqMR%2CsBAAA%3B%3BEAqGA%2C0BAtBA%2CUACI%3BIlBvUJ%2CmBAAA%3BIK%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BILhqBA%2CUAAA%3BIKmqBA%2CmBAAA%3B%3BEa3VQ%2C0BAFR%2CUACI%2COACK%2CeAAe%3BEAChB%2C0BAHR%2CUACI%2COAEK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEb2VZ%2C0Ba%5C%2FVA%2CUACI%2COb8VA%3BIACA%2CWAAA%3B%3BEa1UJ%2C0BAtBA%2CUACI%2COAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAiCZ%3BIlBhXA%2CWAAA%3B%3BEkBmsBA%3BIlBnsBA%2CqBAAA%3BIwC9QA%2CqBAAA%3B%3BEAMA%2CmBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIxC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSCnOS%2CODmOT%3BIAAA%2CayC7Oe%2CazC6Of%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIwCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEtB8mBA%2CmBAAC%3BIACG%2C0BAAA%3B%3BEkDj2BJ%2CMjE4EE%2CQACI%2CKACI%3BEiE9EV%2CMjE4EE%2CQACI%2CKAEI%3BIH0FV%2C6BAAA%3B%3BEoEzKA%2CMjEqFE%2CQAAQ%3BIHoFV%2C6BAAA%3B%3BEsBlMI%2CUAAC%3BIACG%2CYAAA%3B%3BEsGvCR%2CwBAAyB%3BIACrB%2CsBAAA%3B%3BEqCiVJ%3BIhB1YI%2CaAAA%3BIAQA%2CmBAAA%3B%3BEgBkYJ%2CkBAKI%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIACI%2CmBAAA%3B%3BEOzFJ%2C0BACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEALR%2C0BAQI%2CgBAAe%3BIACX%2CgBAAA%3B%3BE9HvMI%2COAFR%2CgBACI%2CQACK%3BItCsGb%2CsBAAA%3BIAEA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIAIA%2CiBAAA%3BIJgDA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CSAAA%3BIAAA%2CUAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BII5FA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIsClEgB%2CgBAAA%3B%3BEtC%2BGhB%2COsCpHI%2CgBACI%2CQACK%2COtCkHZ%3BEACD%2COsCrHI%2CgBACI%2CQACK%2COtCmHZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COsC1HI%2CgBACI%2CQACK%2COtCwHZ%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2COsC%5C%2FHI%2CgBACI%2CQACK%2COtC6HZ%3BEACD%2COsChII%2CgBACI%2CQACK%2COtC8HZ%3BEACD%2CQAAQ%2CUAAW%2CQsCjIf%2CgBACI%2CQACK%3BItCgIT%2CoBAAA%3BIJ%2BBJ%2CYAAA%3B%3BEDjJA%2CO2ChBI%2CgBACI%2CQACK%2CO3CcZ%3BICiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BED5IA%2CO2CrBI%2CgBACI%2CQACK%2CO3CmBZ%3BIC4ID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEDvIA%2CO2C1BI%2CgBACI%2CQACK%2CO3CwBZ%3BICuID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEIxFA%2COsCzEI%2CgBACI%2CQACK%2COtCuEZ%3BEACD%2COsC1EI%2CgBACI%2CQACK%2COtCwEZ%3BEACD%2COsC3EI%2CgBACI%2CQACK%2COtCyEZ%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2COsChFI%2CgBACI%2CQACK%2COtC8EZ%3BEACD%2COsCjFI%2CgBACI%2CQACK%2COtC%2BEZ%3BEACD%2CQAAQ%2CUAAW%2CQsClFf%2CgBACI%2CQACK%3BI1C%2BJb%2CWAAA%3BIAAA%2CYAAA%3BII5EI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2C0BAAA%3B%3BE6CsDJ%2CcAAe%3BIACX%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEbWJ%2CcACI%2CiBAII%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEAPZ%2CcACI%2CiBAII%2CWAGI%3BIACI%2CmBAAA%3B%3BEACA%2CcATZ%2CiBAII%2CWAGI%2CQAEK%3BIACG%2CcAAA%3BIACA%2CYAAA%3B%3BEAZpB%2CcAkBI%3BIACI%2CeAAA%3B%3BEAnBR%2CcAsBI%2CeAAe%3BIACX%2CgBAAA%3B%3BEAvBR%2CcA0BI%2CgBACI%3BIAEI%2CYAAA%3BIACA%2CUAAA%3B%3BEA9BZ%2CcA0BI%2CgBAMI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3B%3BEAMQ%2CcAfhB%2CgBAMI%2CqBAII%2CUAII%2COACK%3BIACG%2CaAAA%3B%3BEA1CxB%2CcAiDI%2CeAEI%3BIAEI%2CYAAA%3BIACA%2CUAAA%3B%3BEAtDZ%2CcAiDI%2CeAOI%3BIAEI%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CcAAC%2CKAAK%2CQACF%2CeACI%3BIACI%2CeAAA%3B%3BEAKZ%2CcAAC%2CaACG%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEALR%2CcAAC%2CaAOG%2CKAAI%3BIACA%2CUAAA%3B%3BEAhFZ%2CcAqFI%2CiBACI%2CcAAgB%3BIACZ%2CWAAA%3B%3BEAEI%2CcAJZ%2CiBACI%2CcAAgB%2CYAEZ%2COACK%3BIACG%2CqBAAA%3BIACA%2CWAAA%3B%3BEA3FpB%2CcAqFI%2CiBAUI%2CUAAY%2CSAAM%2CIAAI%2CSAChB%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CcAjBR%2CiBAUI%2CUAAY%2CSAAM%2CIAAI%2CSAOjB%2CIAAI%2CMACD%3BIACI%2CWAAA%3B%3BES3NhB%2COAAC%3BIACG%2CgBAAA%3B%3BEAIJ%2COAAC%3BIACG%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2COAAC%2CQAAW%2CUAAC%3BEACb%2COAAC%2CQAAW%2CUAAC%3BIACT%2CmBAAA%3B%3BEAMJ%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAEG%3BIACI%2CeAAA%3B%3BEAGR%2CSAAU%2CQAAC%2COAAO%3BIACd%2CmBAAA%3B%3BEAEJ%2COAAC%3BIACG%2CeAAA%3B%3BEAEJ%2COAAC%3BIACG%2CgBAAA%3B%3BE9BsOR%2CoBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEACA%2CoBAHR%2CaACI%2CQAEK%3BIACG%2CWAAA%3B%3BE4BrMhB%2CqBACI%2CeACI%3BIACI%2CmBAAA%3BIACA%2CUAAA%3B%3BEAJZ%2CqBACI%2CeAKI%3BIACI%2CSAAA%3B%3BE4LlNd%2CcAAe%3BIACb%2CkBAAA%3B%3BEADF%2CcAAe%2CcAEb%2CmBACE%2CqBAAoB%2C8BAA%2BB%3BIAAM%2CaAAA%3BIAAe%2CcAAA%3B%3BEACxE%2CcAJW%2CcAEb%2CmBAEG%2CMACC%2CqBAAoB%3BIAClB%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CoCAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEAKR%2CyCACE%3BEADyC%2CyCACzC%3BEADF%2CyCAOF%2CCANuB%2CQAAQ%3BEADc%2CyCAO7C%2CCANuB%2CQAAQ%3BIACzB%2CqBAAA%3BIACA%2CgBAAA%3B%3BEC4BF%2CMAAM%2COAAQ%2CeAAe%3BEAC7B%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAClD%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CmBAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CcAAA%22%7D *//**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Smartwave/portortl_child/ar_SA/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.porto-icon-spin1:before { content: '\e800'; } /* '' */
.porto-icon-spin2:before { content: '\e801'; } /* '' */
.porto-icon-spin3:before { content: '\e802'; } /* '' */
.porto-icon-spin4:before { content: '\e803'; } /* '' */
.porto-icon-spin5:before { content: '\e804'; } /* '' */
.porto-icon-spin6:before { content: '\e805'; } /* '' */
.porto-icon-firefox:before { content: '\e806'; } /* '' */
.porto-icon-chrome:before { content: '\e807'; } /* '' */
.porto-icon-opera:before { content: '\e808'; } /* '' */
.porto-icon-ie:before { content: '\e809'; } /* '' */
.porto-icon-money:before { content: '\e80a'; } /* '' */
.porto-icon-shipping:before { content: '\e80b'; } /* '' */
.porto-icon-support:before { content: '\e80c'; } /* '' */
.porto-icon-cart-thick:before { content: '\e80d'; } /* '' */
.porto-icon-business-book:before { content: '\e80e'; } /* '' */
.porto-icon-percent-shape:before { content: '\e80f'; } /* '' */
.porto-icon-sale-label:before { content: '\e810'; } /* '' */
.porto-icon-wishlist:before { content: '\e811'; } /* '' */
.porto-icon-sale-discount:before { content: '\e812'; } /* '' */
.porto-icon-phone-call:before { content: '\e813'; } /* '' */
.porto-icon-angle-left:before { content: '\e819'; } /* '' */
.porto-icon-angle-right:before { content: '\e81a'; } /* '' */
.porto-icon-angle-up:before { content: '\e81b'; } /* '' */
.porto-icon-angle-down:before { content: '\e81c'; } /* '' */
.porto-icon-down-1:before { content: '\e81d'; } /* '' */
.porto-icon-left-1:before { content: '\e81e'; } /* '' */
.porto-icon-right-1:before { content: '\e81f'; } /* '' */
.porto-icon-up-1:before { content: '\e820'; } /* '' */
.porto-icon-angle-double-left:before { content: '\e821'; } /* '' */
.porto-icon-angle-double-right:before { content: '\e822'; } /* '' */
.porto-icon-angle-double-up:before { content: '\e823'; } /* '' */
.porto-icon-angle-double-down:before { content: '\e824'; } /* '' */
.porto-icon-skype-1:before { content: '\e827'; } /* '' */
.porto-icon-mail-alt-1:before { content: '\e82e'; } /* '' */
.porto-icon-fax:before { content: '\e82f'; } /* '' */
.porto-icon-lock:before { content: '\e830'; } /* '' */
.porto-icon-company:before { content: '\e831'; } /* '' */
.porto-icon-city:before { content: '\e832'; } /* '' */
.porto-icon-post:before { content: '\e833'; } /* '' */
.porto-icon-country:before { content: '\e834'; } /* '' */
.porto-icon-mobile-1:before { content: '\e837'; } /* '' */
.porto-icon-forward:before { content: '\e83d'; } /* '' */
.porto-icon-cog:before { content: '\e83f'; } /* '' */
.porto-icon-cog-alt:before { content: '\e840'; } /* '' */
.porto-icon-wrench:before { content: '\e841'; } /* '' */
.porto-icon-quote-left:before { content: '\e842'; } /* '' */
.porto-icon-quote-right:before { content: '\e843'; } /* '' */
.porto-icon-gift-1:before { content: '\e844'; } /* '' */
.porto-icon-euro:before { content: '\e846'; } /* '' */
.porto-icon-pound:before { content: '\e847'; } /* '' */
.porto-icon-rupee:before { content: '\e848'; } /* '' */
.porto-icon-yen:before { content: '\e849'; } /* '' */
.porto-icon-rouble:before { content: '\e84a'; } /* '' */
.porto-icon-try:before { content: '\e84b'; } /* '' */
.porto-icon-won:before { content: '\e84c'; } /* '' */
.porto-icon-bitcoin:before { content: '\e84d'; } /* '' */
.porto-icon-ok-1:before { content: '\e84e'; } /* '' */
.porto-icon-users:before { content: '\e85b'; } /* '' */
.porto-icon-video:before { content: '\e85c'; } /* '' */
.porto-icon-desktop:before { content: '\e85e'; } /* '' */
.porto-icon-doc-inv:before { content: '\e85f'; } /* '' */
.porto-icon-circle:before { content: '\e860'; } /* '' */
.porto-icon-circle-thin:before { content: '\e862'; } /* '' */
.porto-icon-paper-plane-1:before { content: '\e864'; } /* '' */
.porto-icon-attention-alt:before { content: '\e865'; } /* '' */
.porto-icon-compare-link:before { content: '\e867'; } /* '' */
.porto-icon-cat-default:before { content: '\e868'; } /* '' */
.porto-icon-tag-line:before { content: '\e870'; } /* '' */
.porto-icon-bag:before { content: '\e871'; } /* '' */
.porto-icon-search-1:before { content: '\e872'; } /* '' */
.porto-icon-online-support:before { content: '\e877'; } /* '' */
.porto-icon-shopping-bag:before { content: '\e878'; } /* '' */
.porto-icon-us-dollar:before { content: '\e879'; } /* '' */
.porto-icon-shipped:before { content: '\e87a'; } /* '' */
.porto-icon-list:before { content: '\e87b'; } /* '' */
.porto-icon-bag-2:before { content: '\e87f'; } /* '' */
.porto-icon-grid:before { content: '\e880'; } /* '' */
.porto-icon-bag-3:before { content: '\e881'; } /* '' */
.porto-icon-direction:before { content: '\e882'; } /* '' */
.porto-icon-home:before { content: '\e883'; } /* '' */
.porto-icon-magnifier:before { content: '\e884'; } /* '' */
.porto-icon-magnifier-add:before { content: '\e885'; } /* '' */
.porto-icon-magnifier-remove:before { content: '\e886'; } /* '' */
.porto-icon-phone-1:before { content: '\e887'; } /* '' */
.porto-icon-clock-1:before { content: '\e888'; } /* '' */
.porto-icon-heart-1:before { content: '\e889'; } /* '' */
.porto-icon-earphones-alt:before { content: '\e88b'; } /* '' */
.porto-icon-credit-card:before { content: '\e88c'; } /* '' */
.porto-icon-action-undo:before { content: '\e88d'; } /* '' */
.porto-icon-envolope:before { content: '\e88e'; } /* '' */
.porto-icon-chart:before { content: '\e88f'; } /* '' */
.porto-icon-user-1:before { content: '\e8b9'; } /* '' */
.porto-icon-shopping-cart:before { content: '\e8ba'; } /* '' */
.porto-icon-phone-2:before { content: '\e8bb'; } /* '' */
.porto-icon-check-circle:before { content: '\e8c1'; } /* '' */
.porto-icon-arrow-right-solid:before { content: '\e8c4'; } /* '' */
.porto-icon-check-solid:before { content: '\e8c5'; } /* '' */
.porto-icon-category-home:before { content: '\e900'; } /* '' */
.porto-icon-category-motors:before { content: '\e901'; } /* '' */
.porto-icon-category-music:before { content: '\e902'; } /* '' */
.porto-icon-category-gifts:before { content: '\e903'; } /* '' */
.porto-icon-category-electronics:before { content: '\e904'; } /* '' */
.porto-icon-category-fashion:before { content: '\e905'; } /* '' */
.porto-icon-category-hot-deals:before { content: '\e906'; } /* '' */
.porto-icon-tag-percent:before { content: '\e907'; } /* '' */
.porto-icon-console:before { content: '\e908'; } /* '' */
.porto-icon-category-furniture:before { content: '\e909'; } /* '' */
.porto-icon-category-garden:before { content: '\e90a'; } /* '' */
.porto-icon-category-lanterns-lighting:before { content: '\e90b'; } /* '' */
.porto-icon-category-mechanics:before { content: '\e90c'; } /* '' */
.porto-icon-category-motorcycles:before { content: '\e90d'; } /* '' */
.porto-icon-category-sound-video:before { content: '\e90e'; } /* '' */
.porto-icon-category-steering:before { content: '\e90f'; } /* '' */
.porto-icon-category-external-accessories:before { content: '\e910'; } /* '' */
.porto-icon-category-fluids:before { content: '\e911'; } /* '' */
.porto-icon-category-internal-accessories:before { content: '\e912'; } /* '' */
.porto-icon-category-chains:before { content: '\e913'; } /* '' */
.porto-icon-category-frames:before { content: '\e914'; } /* '' */
.porto-icon-category-pedals:before { content: '\e915'; } /* '' */
.porto-icon-category-saddle:before { content: '\e916'; } /* '' */
.porto-icon-category-tools:before { content: '\e917'; } /* '' */
.porto-icon-search-4:before { content: '\e918'; } /* '' */
.porto-icon-secure-payment:before { content: '\e919'; } /* '' */
.porto-icon-user-2:before { content: '\e91a'; } /* '' */
.porto-icon-wishlist-2{
	background: url('../../frontend/Smartwave/portortl_child/ar_SA/images/wishlist.png');
	width: 28px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
} /* '' */
.porto-icon-gift2:before { content: '\e91c'; } /* '' */
.porto-icon-edit:before { content: '\e91d'; } /* '' */
.porto-icon-chef:before { content: '\e91e'; } /* '' */
.porto-icon-smiling-girl:before { content: '\e91f'; } /* '' */
.porto-icon-tshirt:before { content: '\e920'; } /* '' */
.porto-icon-boy-broad-smile:before { content: '\e921'; } /* '' */
.porto-icon-smiling-baby:before { content: '\e922'; } /* '' */
.porto-icon-menu-button-of-three-lines-outline:before { content: '\e923'; } /* '' */
.porto-icon-spinner:before { content: '\f110'; } /* '' */
.porto-icon-sliders:before { content: '\f1de'; } /* '' */
.porto-icon-shopping-basket:before { content: '\f291'; } /* '' */
.porto-icon-long-arrow-alt-down:before { content: '\f309'; } /* '' */
.porto-icon-long-arrow-alt-left:before { content: '\f30a'; } /* '' */
.porto-icon-long-arrow-alt-right:before { content: '\f30b'; } /* '' */
.porto-icon-long-arrow-alt-up:before { content: '\f30c'; } /* '' */
.porto-icon-up-open:before { content: '\f800'; } /* '' */
.porto-icon-right-open:before { content: '\f801'; } /* '' */
.porto-icon-left-open:before { content: '\f802'; } /* '' */
.porto-icon-down-open:before { content: '\f803'; } /* '' */
.porto-icon-up-open-mini:before { content: '\f804'; } /* '' */
.porto-icon-right-open-mini:before { content: '\f805'; } /* '' */
.porto-icon-left-open-mini:before { content: '\f806'; } /* '' */
.porto-icon-down-open-mini:before { content: '\f807'; } /* '' */
.porto-icon-up-open-big:before { content: '\f808'; } /* '' */
.porto-icon-right-open-big:before { content: '\f809'; } /* '' */
.porto-icon-left-open-big:before { content: '\f80a'; } /* '' */
.porto-icon-down-open-big:before { content: '\f80b'; } /* '' */
.porto-icon-up-open-huge:before { content: '\f80c'; } /* '' */
.porto-icon-right-open-huge:before { content: '\f80d'; } /* '' */
.porto-icon-left-open-huge:before { content: '\f80e'; } /* '' */
.porto-icon-down-open-huge:before { content: '\f80f'; } /* '' */
.porto-icon-basket:before { content: '\f814'; } /* '' */
.porto-icon-mini-cart:before { content: '\f815'; } /* '' */
.porto-icon-heart:before { content: '\f816'; } /* '' */
.porto-icon-search:before { content: '\f818'; } /* '' */
.porto-icon-cancel:before { content: '\f819'; } /* '' */
.porto-icon-cancel-mini:before { content: '\f81a'; } /* '' */
.porto-icon-up-dir:before { content: '\f820'; } /* '' */
.porto-icon-right-dir:before { content: '\f821'; } /* '' */
.porto-icon-left-dir:before { content: '\f822'; } /* '' */
.porto-icon-down-dir:before { content: '\f823'; } /* '' */
.porto-icon-phone:before { content: '\f824'; } /* '' */
.porto-icon-pencil:before { content: '\f825'; } /* '' */
.porto-icon-pencil-mini:before { content: '\f826'; } /* '' */
.porto-icon-menu:before { content: '\f827'; } /* '' */
.porto-icon-location:before { content: '\f828'; } /* '' */
.porto-icon-mail:before { content: '\f829'; } /* '' */
.porto-icon-clock:before { content: '\f82a'; } /* '' */
.porto-icon-ok:before { content: '\f82b'; } /* '' */
.porto-icon-plus-squared-alt:before { content: '\f82c'; } /* '' */
.porto-icon-minus-squared-alt:before { content: '\f82d'; } /* '' */
.porto-icon-plus-squared:before { content: '\f82e'; } /* '' */
.porto-icon-minus-squared:before { content: '\f82f'; } /* '' */
.porto-icon-truck:before { content: '\f830'; } /* '' */
.porto-icon-dollar:before { content: '\f831'; } /* '' */
.porto-icon-lifebuoy:before { content: '\f832'; } /* '' */
.porto-icon-facebook:before { content: '\f833'; } /* '' */
.porto-icon-twitter:before { content: '\f834'; } /* '' */
.porto-icon-linkedin-squared:before { content: '\f835'; } /* '' */
.porto-icon-pinterest:before { content: '\f836'; } /* '' */
.porto-icon-gplus:before { content: '\f837'; } /* '' */
.porto-icon-youtube:before { content: '\f838'; } /* '' */
.porto-icon-th:before { content: '\f839'; } /* '' */
.porto-icon-th-list:before { content: '\f83a'; } /* '' */
.porto-icon-chart-bar:before { content: '\f83b'; } /* '' */
.porto-icon-heart-empty:before { content: '\f83c'; } /* '' */
.porto-icon-instagram:before { content: '\f83d'; } /* '' */
.porto-icon-up:before { content: '\f840'; } /* '' */
.porto-icon-right:before { content: '\f841'; } /* '' */
.porto-icon-down:before { content: '\f842'; } /* '' */
.porto-icon-left:before { content: '\f843'; } /* '' */
.porto-icon-star:before { content: '\f844'; } /* '' */
.porto-icon-star-empty:before { content: '\f845'; } /* '' */
.porto-icon-ok-circled:before { content: '\f846'; } /* '' */
.porto-icon-cancel-circled:before { content: '\f847'; } /* '' */
.porto-icon-help-circled:before { content: '\f848'; } /* '' */
.porto-icon-info-circled:before { content: '\f849'; } /* '' */
.porto-icon-attention:before { content: '\f84a'; } /* '' */
.porto-icon-mobile:before { content: '\f84b'; } /* '' */
.porto-icon-mail-alt:before { content: '\f84c'; } /* '' */
.porto-icon-skype:before { content: '\f84d'; } /* '' */
.porto-icon-doc:before { content: '\f84e'; } /* '' */
.porto-icon-user:before { content: '\f850'; } /* '' */
.porto-icon-help:before { content: '\f851'; } /* '' */
.porto-icon-info:before { content: '\f852'; } /* '' */
.porto-icon-help-circled-alt:before { content: '\f853'; } /* '' */
.porto-icon-info-circled-alt:before { content: '\f854'; } /* '' */
.porto-icon-chevron-left:before { content: '\f855'; } /* '' */
.porto-icon-chevron-right:before { content: '\f856'; } /* '' */
.porto-icon-reply:before { content: '\f857'; } /* '' */
.porto-icon-paper-plane:before { content: '\f858'; } /* '' */
.porto-icon-magnify:before { content: '\f859'; } /* '' */
.porto-icon-zoom-in:before { content: '\f85a'; } /* '' */
.porto-icon-zoom-out:before { content: '\f85b'; } /* '' */
.porto-icon-chat:before { content: '\f860'; } /* '' */
.porto-icon-folder:before { content: '\f861'; } /* '' */
.porto-icon-folder-open:before { content: '\f862'; } /* '' */
.porto-icon-tag:before { content: '\f863'; } /* '' */
.porto-icon-tags:before { content: '\f864'; } /* '' */
.porto-icon-calendar:before { content: '\f865'; } /* '' */
.porto-icon-circle-empty:before { content: '\f870'; } /* '' */
.porto-icon-shirt:before { content: '\f871'; } /* '' */
.porto-icon-computer:before { content: '\f872'; } /* '' */
.porto-icon-toys:before { content: '\f873'; } /* '' */
.porto-icon-garden:before { content: '\f874'; } /* '' */
.porto-icon-couch:before { content: '\f875'; } /* '' */
.porto-icon-sports:before { content: '\f876'; } /* '' */
.porto-icon-gift:before { content: '\f877'; } /* '' */
.porto-icon-eye:before { content: '\f878'; } /* '' */
.porto-icon-export:before { content: '\f879'; } /* '' */
.porto-icon-bag-4:before { content: '\f87a'; } /* '' */
.porto-icon-search-3:before { content: '\f87b'; } /* '' */
.porto-icon-check:before { content: '\f87c'; } /* '' */
.porto-icon-check-empty:before { content: '\f87d'; } /* '' */
.porto-icon-search-2:before { content: '\f880'; } /* '' */
.porto-icon-bag-1:before { content: '\f881'; } /* '' */
.porto-icon-plus:before { content: '\f882'; } /* '' */
.porto-icon-minus:before { content: '\f883'; } /* '' */
@font-face {
  font-family: 'simple-line-icons';
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.4.0');
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/simple-line-icons/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/portortl_child/ar_SA/simple-line-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../../frontend/Smartwave/portortl_child/ar_SA/simple-line-icons/fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../../frontend/Smartwave/portortl_child/ar_SA/simple-line-icons/fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../../frontend/Smartwave/portortl_child/ar_SA/simple-line-icons/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="Simple-Line-Icons-"], [class*=" Simple-Line-Icons-"] {
    font-family: 'Simple-Line-Icons'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}  

.Simple-Line-Icons-user:before {
  content: "\e005";
}
.Simple-Line-Icons-people:before {
  content: "\e001";
}
.Simple-Line-Icons-user-female:before {
  content: "\e000";
}
.Simple-Line-Icons-user-follow:before {
  content: "\e002";
}
.Simple-Line-Icons-user-following:before {
  content: "\e003";
}
.Simple-Line-Icons-user-unfollow:before {
  content: "\e004";
}
.Simple-Line-Icons-login:before {
  content: "\e066";
}
.Simple-Line-Icons-logout:before {
  content: "\e065";
}
.Simple-Line-Icons-emotsmile:before {
  content: "\e021";
}
.Simple-Line-Icons-phone:before {
  content: "\e600";
}
.Simple-Line-Icons-call-end:before {
  content: "\e048";
}
.Simple-Line-Icons-call-in:before {
  content: "\e047";
}
.Simple-Line-Icons-call-out:before {
  content: "\e046";
}
.Simple-Line-Icons-map:before {
  content: "\e033";
}
.Simple-Line-Icons-location-pin:before {
  content: "\e096";
}
.Simple-Line-Icons-direction:before {
  content: "\e042";
}
.Simple-Line-Icons-directions:before {
  content: "\e041";
}
.Simple-Line-Icons-compass:before {
  content: "\e045";
}
.Simple-Line-Icons-layers:before {
  content: "\e034";
}
.Simple-Line-Icons-menu:before {
  content: "\e601";
}
.Simple-Line-Icons-list:before {
  content: "\e067";
}
.Simple-Line-Icons-options-vertical:before {
  content: "\e602";
}
.Simple-Line-Icons-options:before {
  content: "\e603";
}
.Simple-Line-Icons-arrow-down:before {
  content: "\e604";
}
.Simple-Line-Icons-arrow-left:before {
  content: "\e605";
}
.Simple-Line-Icons-arrow-right:before {
  content: "\e606";
}
.Simple-Line-Icons-arrow-up:before {
  content: "\e607";
}
.Simple-Line-Icons-arrow-up-circle:before {
  content: "\e078";
}
.Simple-Line-Icons-arrow-left-circle:before {
  content: "\e07a";
}
.Simple-Line-Icons-arrow-right-circle:before {
  content: "\e079";
}
.Simple-Line-Icons-arrow-down-circle:before {
  content: "\e07b";
}
.Simple-Line-Icons-check:before {
  content: "\e080";
}
.Simple-Line-Icons-clock:before {
  content: "\e081";
}
.Simple-Line-Icons-plus:before {
  content: "\e095";
}
.Simple-Line-Icons-minus:before {
  content: "\e615";
}
.Simple-Line-Icons-close:before {
  content: "\e082";
}
.Simple-Line-Icons-event:before {
  content: "\e619";
}
.Simple-Line-Icons-exclamation:before {
  content: "\e617";
}
.Simple-Line-Icons-organization:before {
  content: "\e616";
}
.Simple-Line-Icons-trophy:before {
  content: "\e006";
}
.Simple-Line-Icons-screen-smartphone:before {
  content: "\e010";
}
.Simple-Line-Icons-screen-desktop:before {
  content: "\e011";
}
.Simple-Line-Icons-plane:before {
  content: "\e012";
}
.Simple-Line-Icons-notebook:before {
  content: "\e013";
}
.Simple-Line-Icons-mustache:before {
  content: "\e014";
}
.Simple-Line-Icons-mouse:before {
  content: "\e015";
}
.Simple-Line-Icons-magnet:before {
  content: "\e016";
}
.Simple-Line-Icons-energy:before {
  content: "\e020";
}
.Simple-Line-Icons-disc:before {
  content: "\e022";
}
.Simple-Line-Icons-cursor:before {
  content: "\e06e";
}
.Simple-Line-Icons-cursor-move:before {
  content: "\e023";
}
.Simple-Line-Icons-crop:before {
  content: "\e024";
}
.Simple-Line-Icons-chemistry:before {
  content: "\e026";
}
.Simple-Line-Icons-speedometer:before {
  content: "\e007";
}
.Simple-Line-Icons-shield:before {
  content: "\e00e";
}
.Simple-Line-Icons-screen-tablet:before {
  content: "\e00f";
}
.Simple-Line-Icons-magic-wand:before {
  content: "\e017";
}
.Simple-Line-Icons-hourglass:before {
  content: "\e018";
}
.Simple-Line-Icons-graduation:before {
  content: "\e019";
}
.Simple-Line-Icons-ghost:before {
  content: "\e01a";
}
.Simple-Line-Icons-game-controller:before {
  content: "\e01b";
}
.Simple-Line-Icons-fire:before {
  content: "\e01c";
}
.Simple-Line-Icons-eyeglass:before {
  content: "\e01d";
}
.Simple-Line-Icons-envelope-open:before {
  content: "\e01e";
}
.Simple-Line-Icons-envelope-letter:before {
  content: "\e01f";
}
.Simple-Line-Icons-bell:before {
  content: "\e027";
}
.Simple-Line-Icons-badge:before {
  content: "\e028";
}
.Simple-Line-Icons-anchor:before {
  content: "\e029";
}
.Simple-Line-Icons-wallet:before {
  content: "\e02a";
}
.Simple-Line-Icons-vector:before {
  content: "\e02b";
}
.Simple-Line-Icons-speech:before {
  content: "\e02c";
}
.Simple-Line-Icons-puzzle:before {
  content: "\e02d";
}
.Simple-Line-Icons-printer:before {
  content: "\e02e";
}
.Simple-Line-Icons-present:before {
  content: "\e02f";
}
.Simple-Line-Icons-playlist:before {
  content: "\e030";
}
.Simple-Line-Icons-pin:before {
  content: "\e031";
}
.Simple-Line-Icons-picture:before {
  content: "\e032";
}
.Simple-Line-Icons-handbag:before {
  content: "\e035";
}
.Simple-Line-Icons-globe-alt:before {
  content: "\e036";
}
.Simple-Line-Icons-globe:before {
  content: "\e037";
}
.Simple-Line-Icons-folder-alt:before {
  content: "\e039";
}
.Simple-Line-Icons-folder:before {
  content: "\e089";
}
.Simple-Line-Icons-film:before {
  content: "\e03a";
}
.Simple-Line-Icons-feed:before {
  content: "\e03b";
}
.Simple-Line-Icons-drop:before {
  content: "\e03e";
}
.Simple-Line-Icons-drawer:before {
  content: "\e03f";
}
.Simple-Line-Icons-docs:before {
  content: "\e040";
}
.Simple-Line-Icons-doc:before {
  content: "\e085";
}
.Simple-Line-Icons-diamond:before {
  content: "\e043";
}
.Simple-Line-Icons-cup:before {
  content: "\e044";
}
.Simple-Line-Icons-calculator:before {
  content: "\e049";
}
.Simple-Line-Icons-bubbles:before {
  content: "\e04a";
}
.Simple-Line-Icons-briefcase:before {
  content: "\e04b";
}
.Simple-Line-Icons-book-open:before {
  content: "\e04c";
}
.Simple-Line-Icons-basket-loaded:before {
  content: "\e04d";
}
.Simple-Line-Icons-basket:before {
  content: "\e04e";
}
.Simple-Line-Icons-bag:before {
  content: "\e04f";
}
.Simple-Line-Icons-action-undo:before {
  content: "\e050";
}
.Simple-Line-Icons-action-redo:before {
  content: "\e051";
}
.Simple-Line-Icons-wrench:before {
  content: "\e052";
}
.Simple-Line-Icons-umbrella:before {
  content: "\e053";
}
.Simple-Line-Icons-trash:before {
  content: "\e054";
}
.Simple-Line-Icons-tag:before {
  content: "\e055";
}
.Simple-Line-Icons-support:before {
  content: "\e056";
}
.Simple-Line-Icons-frame:before {
  content: "\e038";
}
.Simple-Line-Icons-size-fullscreen:before {
  content: "\e057";
}
.Simple-Line-Icons-size-actual:before {
  content: "\e058";
}
.Simple-Line-Icons-shuffle:before {
  content: "\e059";
}
.Simple-Line-Icons-share-alt:before {
  content: "\e05a";
}
.Simple-Line-Icons-share:before {
  content: "\e05b";
}
.Simple-Line-Icons-rocket:before {
  content: "\e05c";
}
.Simple-Line-Icons-question:before {
  content: "\e05d";
}
.Simple-Line-Icons-pie-chart:before {
  content: "\e05e";
}
.Simple-Line-Icons-pencil:before {
  content: "\e05f";
}
.Simple-Line-Icons-note:before {
  content: "\e060";
}
.Simple-Line-Icons-loop:before {
  content: "\e064";
}
.Simple-Line-Icons-home:before {
  content: "\e069";
}
.Simple-Line-Icons-grid:before {
  content: "\e06a";
}
.Simple-Line-Icons-graph:before {
  content: "\e06b";
}
.Simple-Line-Icons-microphone:before {
  content: "\e063";
}
.Simple-Line-Icons-music-tone-alt:before {
  content: "\e061";
}
.Simple-Line-Icons-music-tone:before {
  content: "\e062";
}
.Simple-Line-Icons-earphones-alt:before {
  content: "\e03c";
}
.Simple-Line-Icons-earphones:before {
  content: "\e03d";
}
.Simple-Line-Icons-equalizer:before {
  content: "\e06c";
}
.Simple-Line-Icons-like:before {
  content: "\e068";
}
.Simple-Line-Icons-dislike:before {
  content: "\e06d";
}
.Simple-Line-Icons-control-start:before {
  content: "\e06f";
}
.Simple-Line-Icons-control-rewind:before {
  content: "\e070";
}
.Simple-Line-Icons-control-play:before {
  content: "\e071";
}
.Simple-Line-Icons-control-pause:before {
  content: "\e072";
}
.Simple-Line-Icons-control-forward:before {
  content: "\e073";
}
.Simple-Line-Icons-control-end:before {
  content: "\e074";
}
.Simple-Line-Icons-volume-1:before {
  content: "\e09f";
}
.Simple-Line-Icons-volume-2:before {
  content: "\e0a0";
}
.Simple-Line-Icons-volume-off:before {
  content: "\e0a1";
}
.Simple-Line-Icons-calendar:before {
  content: "\e075";
}
.Simple-Line-Icons-bulb:before {
  content: "\e076";
}
.Simple-Line-Icons-chart:before {
  content: "\e077";
}
.Simple-Line-Icons-ban:before {
  content: "\e07c";
}
.Simple-Line-Icons-bubble:before {
  content: "\e07d";
}
.Simple-Line-Icons-camrecorder:before {
  content: "\e07e";
}
.Simple-Line-Icons-camera:before {
  content: "\e07f";
}
.Simple-Line-Icons-cloud-download:before {
  content: "\e083";
}
.Simple-Line-Icons-cloud-upload:before {
  content: "\e084";
}
.Simple-Line-Icons-envelope:before {
  content: "\e086";
}
.Simple-Line-Icons-eye:before {
  content: "\e087";
}
.Simple-Line-Icons-flag:before {
  content: "\e088";
}
.Simple-Line-Icons-heart:before {
  content: "\e08a";
}
.Simple-Line-Icons-info:before {
  content: "\e08b";
}
.Simple-Line-Icons-key:before {
  content: "\e08c";
}
.Simple-Line-Icons-link:before {
  content: "\e08d";
}
.Simple-Line-Icons-lock:before {
  content: "\e08e";
}
.Simple-Line-Icons-lock-open:before {
  content: "\e08f";
}
.Simple-Line-Icons-magnifier:before {
  content: "\e090";
}
.Simple-Line-Icons-magnifier-add:before {
  content: "\e091";
}
.Simple-Line-Icons-magnifier-remove:before {
  content: "\e092";
}
.Simple-Line-Icons-paper-clip:before {
  content: "\e093";
}
.Simple-Line-Icons-paper-plane:before {
  content: "\e094";
}
.Simple-Line-Icons-power:before {
  content: "\e097";
}
.Simple-Line-Icons-refresh:before {
  content: "\e098";
}
.Simple-Line-Icons-reload:before {
  content: "\e099";
}
.Simple-Line-Icons-settings:before {
  content: "\e09a";
}
.Simple-Line-Icons-star:before {
  content: "\e09b";
}
.Simple-Line-Icons-symbol-female:before {
  content: "\e09c";
}
.Simple-Line-Icons-symbol-male:before {
  content: "\e09d";
}
.Simple-Line-Icons-target:before {
  content: "\e09e";
}
.Simple-Line-Icons-credit-card:before {
  content: "\e025";
}
.Simple-Line-Icons-paypal:before {
  content: "\e608";
}
.Simple-Line-Icons-social-tumblr:before {
  content: "\e00a";
}
.Simple-Line-Icons-social-twitter:before {
  content: "\e009";
}
.Simple-Line-Icons-social-facebook:before {
  content: "\e00b";
}
.Simple-Line-Icons-social-instagram:before {
  content: "\e609";
}
.Simple-Line-Icons-social-linkedin:before {
  content: "\e60a";
}
.Simple-Line-Icons-social-pinterest:before {
  content: "\e60b";
}
.Simple-Line-Icons-social-github:before {
  content: "\e60c";
}
.Simple-Line-Icons-social-google:before {
  content: "\e60d";
}
.Simple-Line-Icons-social-reddit:before {
  content: "\e60e";
}
.Simple-Line-Icons-social-skype:before {
  content: "\e60f";
}
.Simple-Line-Icons-social-dribbble:before {
  content: "\e00d";
}
.Simple-Line-Icons-social-behance:before {
  content: "\e610";
}
.Simple-Line-Icons-social-foursqare:before {
  content: "\e611";
}
.Simple-Line-Icons-social-soundcloud:before {
  content: "\e612";
}
.Simple-Line-Icons-social-spotify:before {
  content: "\e613";
}
.Simple-Line-Icons-social-stumbleupon:before {
  content: "\e614";
}
.Simple-Line-Icons-social-youtube:before {
  content: "\e008";
}
.Simple-Line-Icons-social-dropbox:before {
  content: "\e00c";
}
.Simple-Line-Icons-social-vkontakte:before {
  content: "\e618";
}
.Simple-Line-Icons-social-steam:before {
  content: "\e620";
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:normal;font-display:auto;src:url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-brands-400.eot");src:url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-brands-400.woff2") format("woff2"),url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-brands-400.woff") format("woff"),url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-brands-400.ttf") format("truetype"),url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands'}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-regular-400.eot");src:url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-regular-400.woff2") format("woff2"),url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-regular-400.woff") format("woff"),url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-regular-400.ttf") format("truetype"),url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-solid-900.eot");src:url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-solid-900.woff2") format("woff2"),url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-solid-900.woff") format("woff"),url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-solid-900.ttf") format("truetype"),url("../../frontend/Smartwave/portortl_child/ar_SA/font-awesome/fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}
.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid 0.08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-search:before{content:"\f002"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th:before{content:"\f00a"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-cog:before{content:"\f013"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-adjust:before{content:"\f042"}.fa-play:before{content:"\f04b"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-check-circle:before{content:"\f058"}.fa-info-circle:before{content:"\f05a"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-share:before{content:"\f064"}.fa-plus:before{content:"\f067"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-comment:before{content:"\f075"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder-open:before{content:"\f07c"}.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-trophy:before{content:"\f091"}.fa-phone:before{content:"\f095"}.fa-rss:before{content:"\f09e"}.fa-globe:before{content:"\f0ac"}.fa-users:before{content:"\f0c0"}.fa-link:before{content:"\f0c1"}.fa-bars:before{content:"\f0c9"}.fa-truck:before{content:"\f0d1"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-envelope:before{content:"\f0e0"}.fa-bolt:before{content:"\f0e7"}.fa-coffee:before{content:"\f0f4"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-spinner:before{content:"\f110"}.fa-code:before{content:"\f121"}.fa-location-arrow:before{content:"\f124"}.fa-exclamation:before{content:"\f12a"}.fa-puzzle-piece:before{content:"\f12e"}.fa-rocket:before{content:"\f135"}.fa-bullseye:before{content:"\f140"}.fa-dollar-sign:before{content:"\f155"}.fa-file:before{content:"\f15b"}.fa-thumbs-up:before{content:"\f164"}.fa-paper-plane:before{content:"\f1d8"}.fa-share-alt:before{content:"\f1e0"}.fa-paint-brush:before{content:"\f1fc"}.fa-user-plus:before{content:"\f234"}.fa-sync-alt:before{content:"\f2f1"}.fa-pencil-alt:before{content:"\f303"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-external-link-alt:before{content:"\f35d"}.fa-cloud-download-alt:before{content:"\f381"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-mobile-alt:before{content:"\f3cd"}.fa-reply:before{content:"\f3e5"}.fa-tablet-alt:before{content:"\f3fa"}.fa-filter:before{content:"\f0b0"}.fa-music:before{content:"\f001"}.fa-quote-left:before{content:"\f10d"}.fa-camera-retro:before{content:"\f083"}.fa-file-alt:before{content:"\f15c"}.fa-times-circle:before{content:"\f057"}.fa-plus-square:before{content:"\f0fe"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-down:before{content:"\f0d7"}.fa-minus:before{content:"\f068"}.fa-sliders-h:before{content:"\f1de"}.fa-clock:before{content:"\f017"}.fa-image:before{content:"\f03e"}.fa-edit:before{content:"\f044"}.fa-calendar-alt:before{content:"\f073"}.fa-folder:before{content:"\f07b"}.fa-chart-bar:before{content:"\f080"}.fa-bell:before{content:"\f0f3"}.fa-circle:before{content:"\f111"}.fa-calendar:before{content:"\f133"}.fa-dot-circle:before{content:"\f192"}.fa-life-ring:before{content:"\f1cd"}.fa-object-group:before{content:"\f247"}.fa-check-square:before{content:"\f14a"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-linkedin:before{content:"\f08c"}.fa-twitter:before{content:"\f099"}.fa-pinterest:before{content:"\f0d2"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus-g:before{content:"\f0d5"}.fa-linkedin-in:before{content:"\f0e1"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-tumblr:before{content:"\f173"}.fa-skype:before{content:"\f17e"}.fa-vk:before{content:"\f189"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-yelp:before{content:"\f1e9"}.fa-whatsapp:before{content:"\f232"}.fa-vimeo-v:before{content:"\f27d"}.fa-facebook-f:before{content:"\f39e"}.fa-telegram-plane:before{content:"\f3fe"}.fa-youtube-square:before{content:"\f431"}@font-face {
  font-family: Cairo;
  font-display: swap;
  src: url(../../frontend/Smartwave/portortl_child/ar_SA/icon-fonts/Cairo-Regular.ttf);
}
/*Checkout page*/
#checkout .opc-estimated-wrapper {
  margin: -17px -15px 5px;
  padding: 0px 15px;
  border-bottom: 0px !important;
}
#checkout .opc-estimated-wrapper .estimated-block .estimated-label {
  margin: 5px 0 6px;
}
#checkout .opc-wrapper .form-login,
.opc-wrapper .form-shipping-address,
#checkout .opc-wrapper .methods-shipping {
  margin: 0em -15px 0px;
  padding: 6px 15px;
}
#checkout .opc-wrapper .methods-shipping {
  padding-top: 0px;
}
#checkout .opc-wrapper .step-content {
  margin: 0 0 0;
}
.table-checkout-shipping-method tbody td {
  padding-top: 0;
  padding-bottom: 0;
}
#checkout .fieldset > .field input.input-text {
  line-height: initial;
  border-radius: 8px;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select {
  padding: 5px 5px !important;
  max-height: 35px;
  min-height: 35px;
  width: calc(100% - (21px + 0.5em + 0.25em));
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 0.9em;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  color: #000;
}
.amexfee-collapsible-block {
  display: none;
}
.amexfee-totals-details {
  display: table-row;
}
.amexfee-block-content > .title.amexfee-title {
  padding: 10px 0 10px 0;
}
.amexfee-block-content > .title.amexfee-title:after {
  left: 0;
  right: auto;
  width: 24px;
  height: 24px;
  background-color: #e0e0e0 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 12px 12px !important;
  border-radius: 50%;
}
.abs-cart-block .content,
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  padding: 0px 15px 0px;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: -1px;
  left: 15px;
}
.totals.sub th,
.grand.totals.incl th,
.totals.shipping.incl th {
  text-align: right;
}
.table-checkout-shipping-method tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
}
/*Checkout ends*/
.amrelated-grid-wrapper .owl-stage-outer {
  direction: rtl;
}
.mgz-countdown-numbers {
  direction: ltr;
}
@media (max-width: 575px) {
  .page-header.type6 .search-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.catalog-product-view .product.media {
  position: relative;
}
.product-addto-links {
  position: absolute;
  left: 0;
  z-index: 9;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
}
.fas.fa-share-alt {
  line-height: 46px;
  font-size: 1.125rem;
}
.fas.fa-share-alt span {
  display: none;
}
.fas.fa-share-alt {
  padding: 0 0 0 15px;
  width: 48px;
  display: block;
}
.mb-30 {
  margin-bottom: 30px;
}
.tabby-extened .tabby-promo__feature-icon {
  margin-left: 24px;
  margin-right: 0;
}
.modal-popup-prod-ship-notice .modal-inner-wrap {
  font-family: "Arial", "Roboto", "Helvetica", "Verdana", sans-serif !important;
}
@media (min-width: 768px) {
  .modal-popup-prod-ship-notice .modal-inner-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 450px;
    min-height: 470px;
    margin: auto;
    padding: 40px 64px 30px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 17px;
    color: #292929;
    animation: scale 0.75s;
  }
}
.amreview-review-wrapper .amreview-slider-item {
  max-width: initial;
  max-height: initial;
  width: initial;
}
.sidebar.sidebar-main.mobile-sidebar.mf-initial {
  ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.amreview-summary-info .amreview-summary {
  display: block;
  width: 100%;
  font-size: 2em !important;
  color: #facf19 !important;
  margin: 0;
}
.amrev-title-block {
  display: block !important;
}
.amreview-summary-info {
  text-align: center;
}
.amrev-title-block .am-strong {
  padding-right: 0px !important;
  font-size: 1.2em !important;
  padding-left: 0px !important;
  font-weight: bold;
}
.amstars-container .rating-summary {
  width: 100%;
}
.amreview-rating-wrapper {
  float: none !important;
}
.rating-summary .rating-result {
  margin: 0 auto;
}
.amreview-summary-details {
  display: none !important;
  margin: 0 !important;
}
.amreview-showmore {
  display: none !important;
}
@media (max-width: 991px) {
  .amreview-info-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .amreview-info-wrapper div {
    flex: 50%;
  }
}
.amreview-info-wrapper .amreview-summary-details {
  margin: 0 !important;
}
@media (max-width: 487px) {
  .amreview-summary-details .amreview-label .amreview-bar {
    margin: 0 8px;
    width: 19px;
  }
}
p.amreview-stars:after {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: "porto-icons";
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\f844";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
@media (min-width: 992px) {
  .amreview-info-wrapper {
    justify-content: initial;
    gap: 50px;
  }
  .amreview-info-wrapper .amreview-summary-details {
    border-left: 2px solid #c4c4c4;
    border-right: 0px !important;
  }
}
.amreview-review-wrapper.review-item {
  padding: 5px 0 0px 0 !important;
  border-top: 2px solid #f0f2f7;
}
.amrev-comment-toolbar {
  padding: 0px 0 5px 0 !important;
}
.amreview-description-wrap,
.amreview-author-details {
  width: 100% !important;
}
.amreview-title-review {
  margin: 0 !important;
}
.amreview-description {
  margin-top: 5px !important;
}
[data-letters]:before {
  content: attr(data-letters);
  display: none;
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border-radius: 50%;
  background: plum;
  vertical-align: middle;
  margin-right: 1em;
  color: white;
}
.amreview-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
.amreview-author-details {
  margin: 5px 0 5px !important;
}
.amreview-verified {
  display: none !important;
}
.baytonia-bankinstallment-standard {
  border-top: 1px solid #e7e7e7;
  margin-top: 15px;
}
.baytonia-bankinstallment-standard div {
  order: 2;
}
.baytonia-bankinstallment-standard .baytonia-bankinstallment-flex-bankinstallment {
  order: 1;
  margin-left: 4px;
}
.bankinstallment-text {
  margin-top: 10px;
}
.amreview-recommended {
  position: relative;
  margin: 20px 16px;
  padding: 4px 4px 4px 6px;
  max-width: 78px;
  border-left: 2px solid #1ab900;
  background: #f1f1f1;
  color: #6b6b6b;
  font-size: 12px;
}
.amreview-recommended:after {
  position: absolute;
  top: 0;
  right: -32px;
  bottom: 0;
  border: 18px solid transparent;
  border-left: 14px solid #f1f1f1;
  content: "";
  display: block;
}
.mk-downloadlink-button-container {
  line-height: 1;
}
.block-search .action.search {
  padding: 0 0 0 10px;
}
.payment-method-title .payment-info {
  display: none;
}
.bayt-massenger {
  display: inline-block;
  vertical-align: middle;
}
.bayt-massenger a img {
  max-height: 35px;
}
.question-mark:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: "\f853";
  font-family: "porto-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.question-mark {
  padding-top: 5px;
}
#discount-coupon-form .control {
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .cart-summary .block .content {
    padding: 0px 0px 20px !important;
  }
}
.question-mark1 {
  margin-top: 18%;
}
.block.related .product-item-details .price-box .price {
  color: red;
  font-size: 14px;
  margin-left: 3px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .amreview-submit-form .review-fieldset .field {
    margin: 0 0 5px 0;
  }
  span.name-prod {
    white-space: nowrap;
    max-width: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  h3.porto-sicon-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .product.data.items .item.title {
    padding: 5px 0;
  }
  .product-info-main {
    margin-bottom: 0 !important;
  }
  .product-info-main .product-reviews-summary {
    margin-bottom: 0.7em !important;
  }
  h3.porto-sicon-title {
    font-size: 1rem !important;
  }
  .porto-sicon-description {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  span.name-prod {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 162px;
  }
  .question-add .block-title strong {
    font-size: 1rem !important;
  }
}
.product-item-info .product-item-details .price-box {
  font-size: 13px;
}
.block .block-title {
  text-align: center;
  font-size: 1.3rem;
}
.product-options-bottom,
.product-info-price {
  margin: 0;
  margin-bottom: 6px;
}
.question-add .block-title {
  margin-bottom: 10px !important;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .question-add .block-title strong {
    font-size: 18px !important;
  }
}
.amreview-submit-form > .block-content {
  padding: 22px 0 22px;
}
.question-add .question-policy a {
  margin-left: 14px;
}
.question-add .question-policy a:after {
  margin-right: 3px;
}
#footer_newsletter {
  max-height: initial;
  min-height: initial;
  width: 100%;
}
.actions-toolbar.review-form-actions .primary.actions-primary button,
.actions-toolbar.review-form-actions .primary.actions-primary,
.actions-toolbar.question-form-actions .primary.actions-primary button,
.actions-toolbar.question-form-actions .primary.actions-primary {
  width: 100%;
}
.footer-middle .block .block-title {
  text-align: right;
}
.review-toolbar {
  margin: 0;
}
.amreview-toolbar-wrap.review-toolbar .pages {
  padding: 8px 0 0 0;
}
.legend.review-legend span {
  display: none !important;
}
.legend.review-legend strong {
  color: #000;
}
.amreview-submit-form .review-fieldset {
  margin: 0 0 10px;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:before {
  top: 5px;
}
.amreview-add-new {
  margin: 0px;
  display: none !important;
}
.amreview-submit-form .review-fieldset .field {
  margin: 2px 0 0 0;
}
.question-add .question-form-actions {
  border: 0px !important;
}
.product.info.detailed {
  margin-bottom: 15px;
}
.product-add-form .box-tocart {
  padding: 0px;
  border: 0px;
}
.block.upsell,
.porto-products.title-border-bottom > .section-title {
  padding-top: 0px;
  margin: 0 0 15px 0;
}
.am-porto-cmtb .products-grid .product-item-details .product-item-actions,
.gliderproduct-item-info .product.details.product-item-details {
  text-align: center;
}
.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider-slide.glider-slide .glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}
.glider-prev,
.glider-next {
  user-select: none;
  outline: none;
  height: initial !important;
  position: absolute;
  padding: 2px 2px 2px 3px !important;
  background: none;
  width: 51px;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: 1px;
  border: 0 !important;
  top: 40%;
  cursor: pointer;
  color: #a89cc8;
  opacity: 1;
  line-height: initial !important;
  transition: opacity 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
#main .glider-prev:hover,
#main .glider-next:hover,
#main .glider-prev:focus,
#main .glider-next:focus {
  color: #8cc9f0;
}
#main .glider-prev:focus-visible i,
#main .glider-next:focus-visible i {
  border: 1px dashed #666;
}
.multiple .glider-prev,
.multiple .glider-next {
  font-size: 20px;
  top: 37%;
}
.glider-next {
  right: 1px;
  left: auto;
}
.multiple .glider-next {
  right: -42px;
}
.multiple .glider-prev {
  left: -42px;
}
.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}
.glider-slide {
  justify-content: center;
  align-content: center;
  width: 100%;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.glider-dot {
  padding: 0;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 99px !important;
  background: #ccc;
  width: 12px;
  height: 12px !important;
  margin: 7px;
  padding: 0 !important;
  border: 0;
}
.glider-dot:hover,
.glider-dot:focus {
  background: #8cc9f0;
}
.glider-dot:focus-visible {
  border: 1px dashed #000;
  padding: 2px;
}
.glider-dot.active {
  background: #a89cc8;
}
@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
.glider-contain {
  direction: ltr;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.glider {
  margin: 0 auto;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
/* misc */
.glider-slide img {
  width: 100%;
}
.glider-contain {
  padding: 0px;
  margin: 0 auto;
}
.glider-contain.content {
  width: 100%;
}
.glider-slide {
  justify-content: center;
  align-items: center;
}
.multiple .glider-slide {
  min-height: 150px;
}
.demo {
  padding: 60px 0;
  border-top: 1px solid #ddd;
}
.demo.first {
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 575px) {
  .glider-contain {
    width: 95%;
  }
  .glider-prev,
  .glider-next {
    font-size: 25px;
  }
  .glider-slide {
    min-height: 180px;
  }
  .multiple .glider-slide {
    min-height: 100px;
  }
  .baytonia-bankinstallmen {
    margin-top: 5px !important;
  }
  #baytonia-bankinstallmen .slides li {
    margin: 5px !important;
  }
  #baytonia-bankinstallmen .slides {
    display: inline-flex;
  }
  .baytonia-bankinstallment-standard .baytonia-bankinstallment-flex-bankinstallment {
    padding-bottom: 10px;
  }
}
#id-ohood {
  direction: ltr;
}
.ohood-slider-id .products-grid:not(.active-slider) .product-items .product-item {
  ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.ohood-slider-id .products-grid .items .product-item .product-image-container {
  text-align: center;
  margin: 0 auto;
}
.products-grid .items .product-item .product-image-photo {
  min-width: initial !important;
}
#main-slider-home {
  direction: ltr;
}
.product.alert.stock a {
  line-height: 2;
  width: 100%;
  text-align: center;
}
.product-item .rating-summary .rating-result > span:before {
  color: #facf19 !important;
}
.sticky-product {
  top: 25px !important;
  z-index: 99 !important;
}
.amrelated-grid-wrapper .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}
.search-area.show-icon .block.block-search {
  display: block !important;
  position: initial !important;
  border: 1.5px solid #93939a !important;
  border-radius: 8px !important;
}
.page-header.type6 .header-row .header-center {
  padding: 0px 15px !important;
}
.page-header.type6 .search-area {
  max-width: 540px;
  margin: 0 auto;
  width: 100%;
}
.block-search .action.search {
  left: 7px;
  top: 2px;
}
.page-header.type6 .block-search input {
  text-align: center;
  width: 100%;
}
.logo {
  max-width: 100% !important;
}
.amrelated-grid-wrapper .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}
#add {
  display: none;
}
.glider-slide h1 {
  margin: 0;
}
#addSlide,
#removeSlide {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.setting-name {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 10px;
}
.settings .type {
  font-weight: bold;
}
.settings a {
  color: #3d7e9a;
  border: 0;
}
.indent {
  display: inline-block;
  padding-left: 25px;
  margin-top: 12px;
}
.little-margin {
  margin: 12px 0;
}
.aside {
  display: block;
  font-style: italic;
  font-size: 0.9em;
  margin-top: 15px;
}
.glider-dots {
  margin-top: 0px;
}
.glider-contain {
  margin-bottom: 25px;
}
code.slim {
  margin: 0 5px;
  padding: 0.15em 0.4em;
}
.cool-border:after {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  background-color: rgba(255, 255, 255, 0.35);
  display: block;
  content: "";
  width: 5em;
  height: 1px;
  margin: 1px 0 1em 0;
  border-radius: 2px;
  background-color: #dddddd;
  background-image: -moz-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
  background-image: -webkit-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
  background-image: -ms-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
  background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
}
.cool-border.short:after {
  width: 4.25em;
}
.cool-border.long:after {
  width: 8em;
}
.glider.draggable {
  cursor: -webkit-grab;
  cursor: grab;
}
.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.glider,
.glider-track,
.glider-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#events p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.collapse {
  height: 0;
  overflow: hidden;
  transform: translateZ(0);
  transition: height 0.2s ease;
}
.collapse.in {
  height: 210px;
}
.glider-persp .glider-slide {
  margin: 7px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  transform: perspective(1500px) rotateY(0deg) scale(1) translateZ(0);
  transform-origin: 0 0;
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.glider-persp .glider-slide.right-3 {
  -webkit-transform: perspective(1500px) rotateY(-50deg) scale(1.35) translateZ(0);
  -webkit-transform-origin: 100% 50% 0;
  transform: perspective(1500px) rotateY(-50deg) scale(1.35) translateZ(0);
  transform-origin: 0% 50% 0;
  margin: 10px -8px;
}
.glider-persp .glider-slide.left-3 {
  -webkit-transform: perspective(1500px) rotateY(50deg) scale(1.35) translateZ(0);
  -webkit-transform-origin: 100% 50% 0;
  transform: perspective(1500px) rotateY(50deg) scale(1.35) translateZ(0);
  transform-origin: 0% 50% 0;
  margin: 10px 0;
}
.glider-persp .glider-slide.left-2 {
  -webkit-transform: perspective(1500px) rotateY(50deg) scale(1.2) translateZ(0);
  -webkit-transform-origin: 100% 50% 0;
  transform: perspective(1500px) rotateY(50deg) scale(1.2) translateZ(0);
  transform-origin: 100% 50% 0;
}
.glider-persp .glider-slide.right-2 {
  -webkit-transform: perspective(1500px) rotateY(-50deg) scale(1.2) translateZ(0);
  -webkit-transform-origin: 0 50% 0;
  transform: perspective(1500px) rotateY(-50deg) scale(1.2) translateZ(0);
  transform-origin: 0 50% 0;
}
.glider-persp .glider-slide.left-1 {
  -webkit-transform: perspective(1200px) rotateY(34deg) scale(1.1) translateZ(0);
  -webkit-transform-origin: 100% 50% 0;
  transform: perspective(1200px) rotateY(34deg) scale(1.1) translateZ(0);
  transform-origin: 100% 50% 0;
}
.glider-persp .glider-slide.right-1 {
  -webkit-transform: perspective(1200px) rotateY(-34deg) scale(1.1) translateZ(0);
  -webkit-transform-origin: 0 50% 0;
  transform: perspective(1200px) rotateY(-34deg) scale(1.1) translateZ(0);
  transform-origin: 0 50% 0;
}
.glider-slide h1 {
  cursor: pointer;
}
.clickEffect {
  position: fixed;
  box-sizing: border-box;
  border-style: solid;
  border-color: red;
  border-radius: 50%;
  animation: clickEffect 0.4s ease-out;
  z-index: 99999;
  border-image: linear-gradient(to right, #8cc9f0, #efa8b0, #a89cc8) 5;
}
@keyframes clickEffect {
  0% {
    opacity: 1;
    width: 0.5em;
    height: 0.5em;
    margin: -0.25em;
    border-width: 0.5em;
  }
  100% {
    opacity: 0.2;
    width: 15em;
    height: 15em;
    margin: -7.5em;
    border-width: 0.03em;
  }
}
.glider-persp .glider-slide {
  margin: 10px;
}
.glider-persp {
  height: 236px;
}
@media (max-width: 36em) {
  .glider-persp .glider-slide {
    margin: 3px;
    min-height: 100px;
  }
  .glider-persp {
    height: 180px;
  }
}
.glider-persp .glider-track {
  position: relative;
  top: 36px;
}
@-moz-document url-prefix() {
  .glider-track {
    margin-bottom: 17px;
  }
  /* doesnt play well with auto hiding */
  #glider-persp {
    overflow: hidden;
  }
}
/*Perfect Scrollbar*/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.product-item-info.glider-slide,
.glider-slide.related-available {
  display: block;
}
.tabby-tamara {
  margin: 0px 0 6px 0;
}
.tabby-tamara span {
  font-size: 0.9rem;
}
.availability.only {
  font-size: 0.9rem;
  margin: 0 0 6px 8px;
  display: inline-block;
}
.columns .column.main {
  order: initial !important;
}
.block.upsell .product-item-info {
  z-index: 0 !important;
}
.glider-slide > img {
  min-width: 165px;
  min-height: 165px;
}
.bundle-options-wrapper .glider .control {
  margin: 0 5px;
  overflow: hidden;
}
.fotorama__active .fotorama__dot {
  background-color: #000 !important;
  border-color: #000 !important;
}
.fotorama__nav {
  text-align: center !important;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  bottom: 26px;
  position: absolute;
}
.fotorama__dot {
  height: 12px !important;
  width: 12px !important;
  border-radius: 10px;
}
.product-reviews-summary.empty {
  display: none;
}
#product_addtocart_form .box-tocart .action.tocart {
  width: 100%;
  max-width: 369.33px;
}
#customizeTitle span {
  font-size: 13px;
}
.free-ship-cart {
  display: none !important;
}
.product-item-photo .product-labels {
  right: initial !important;
  left: 0;
}
#discount-coupon-form label.label,
#block-discount .title:after {
  display: none;
}
#block-discount .content {
  display: block !important;
}
#block-discount {
  float: none !important;
  margin-left: 0px !important;
}
a.action.primary.checkout.cart-pag.text-center span:after {
  content: "\e8c4";
  font-family: "porto-icons";
  padding-right: 0.2rem;
}
.ajax-cart-qty-minus:before,
.ajax-cart-qty-plus:before {
  line-height: 38px;
}
#block-shipping {
  display: none;
}
.checkout-cart-index .page-title-wrapper {
  padding: 0px;
}
.cart-discount .actions-toolbar button.action,
#apply-amreward {
  min-width: 115.78px;
}
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  display: none;
}
@media (max-width: 767px) {
  .amrewards-discount-form,
  #block-reward .content,
  #block-reward {
    width: 100%;
    max-width: 100% !important;
  }
}
#amreward_amount {
  line-height: 26px !important;
}
#block-reward {
  float: none !important;
}
.cart.table-wrapper .col.qty .input-text {
  font-size: 1.3rem;
}
.cart.table-wrapper .product-item-details {
  text-align: right !important;
}
.qty.field .input-text.qty,
.col.qty .input-text.qty {
  width: 35px;
  padding: 0 !important;
  min-height: 25px;
  height: 25px;
  border: 0px;
}
.cart.table-wrapper .col.qty:before,
.cart-discount .block > .title:after {
  display: none;
}
.cart.table-wrapper .col.subtotal {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .mob-tab-hide {
    display: none;
  }
}
.cart-discount {
  margin-top: 0px !important;
}
.cart.table-wrapper .col.subtotal .bayt-spe-disc .price {
  color: #c4113f !important;
}
.price.line-thro {
  text-decoration: line-through;
  font-size: 12px !important;
}
.basket-total-items .cart-pag {
  margin-top: 14px;
}
.free-ship-cart.porto-icon-shipping:before {
  font-size: 24px;
  margin-left: 12px;
  vertical-align: middle;
}
.prod-blk .special-price .price-wrapper .price {
  color: #000 !important;
}
.prod-blk .action.action-edit {
  display: none !important;
}
.custom-qty .input-text.qty {
  border: 0px !important;
}
.alo_qty.alo_qty_dec.ajax-cart-qty-minus,
.alo_qty.alo_qty_inc.ajax-cart-qty-plus {
  padding: 0px 0px;
}
.alo_qty.alo_qty_dec.ajax-cart-qty-minus:before,
.alo_qty.alo_qty_inc.ajax-cart-qty-plus:before {
  padding: 0px 6px;
}
@media (max-width: 767px) {
  .alo_qty.alo_qty_dec.ajax-cart-qty-minus,
  .alo_qty.alo_qty_inc.ajax-cart-qty-plus {
    padding: 2px 4px;
  }
}
@media (min-width: 992px) {
  .desk-tab-hide {
    display: none;
  }
}
.cart-pag {
  width: 100%;
  margin-bottom: 10px;
}
.itm-qty-count {
  font-weight: bold;
  vertical-align: super;
  font-size: 17px;
}
.free-ship-cart {
  font-size: 16px;
  margin-top: 4px;
  font-weight: bold;
  margin-bottom: 0px;
}
.basket-price,
.main-head-cart {
  font-size: 20px;
  font-weight: bold;
}
.cart.item .item-info .prod-blk,
.cart.item .item-info .col.item {
  flex: 50%;
}
@media (max-width: 639px) {
  .cart.item .item-info .prod-blk,
  .cart.item .item-info .col.item {
    flex: 50%;
  }
  .cart.item .item-info .col.item {
    padding: 5px 0;
  }
}
.cart.table-wrapper .col.price {
  text-align: right !important;
}
.cart.table-wrapper .product-item-details .product-item-name-cart a {
  color: #000;
}
.cart.table-wrapper .product-item-details .product-item-name-cart {
  white-space: nowrap;
}
.cart.item .item-info .col.item {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 420px) {
  .cart.table-wrapper .item .col.item {
    max-width: 30%;
  }
}
.cart.table-wrapper .item-info .col.qty {
  text-align: right !important;
}
.cart.table-wrapper .actions-toolbar {
  margin-top: 10px;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before {
  color: #6a8aa6;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span,
.cart.table-wrapper .actions-toolbar .action-towishlist {
  position: initial !important;
  margin: 0 !important;
  text-decoration: underline;
  color: #6a8aa6;
  font-size: 10px;
}
@media (min-width: 768px) {
  .cart.table-wrapper .actions-toolbar > .action-edit > span,
  .cart.table-wrapper .actions-toolbar > .action-delete > span,
  .cart.table-wrapper .actions-toolbar .action-towishlist {
    font-size: 14px;
  }
}
.prod-blk .actions-toolbar > .action-edit {
  left: initial !important;
  right: 0 !important;
  color: #6a8aa6;
}
.prod-blk .col.subtotal {
  text-align: right !important;
}
.prod-blk .special-price {
  margin-right: 6px;
}
.prod-blk .col.price div {
  display: inline-block;
}
.prod-blk .price-box .old-price {
  display: none !important;
}
.col.price span {
  display: inline-block;
}
.cart.item .item-info {
  display: flex;
}
.item-infoo td {
  display: block;
  width: 100%;
}
.cart-discount .block > .title strong {
  font-size: 14px;
}
.cart.table-wrapper .product-item-photo {
  max-width: 100% !important;
}
.tabby-promo__final-text {
  margin: 0;
  margin-top: auto;
  padding-top: 15px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-popup-prod-ship-notice .modal-content {
    padding-left: 0;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .modal-popup-prod-ship-notice .modal-popup .modal-content {
    padding-left: 2rem !important;
    padding-right: 0px !important;
  }
  .tabby-promo__title,
  .tabby-promo__final-text {
    font-size: 14px !important;
  }
}
.product-info-main .product-info-stock-sku .product.attribute.sku strong {
  display: none;
}
.product-tabby .text-wrapper {
  margin-left: 0px;
  margin-right: 10px;
  max-width: 240px;
  font-size: 14px;
}
.product-tabby .text-wrapper .learn-more {
  text-decoration: underline;
  font-weight: 500;
}
@media (max-width: 580px) {
  #hom-cat-sec .mgz-col-xs-3 {
    width: 33.33%;
    margin-bottom: 10px;
  }
  #hom-cat-sec h2 {
    font-size: 10px !important;
  }
}
.loading-mask {
  background: rgba(255, 255, 255, 0.5) !important;
}
.page-header .panel.wrapper {
  width: 100%;
}
.product-info-main .product-info-stock-sku .product.attribute.sku strong {
  display: none;
}
.product-tabby .text-wrapper {
  margin-left: 0px;
  margin-right: 10px;
  max-width: 240px;
  font-size: 14px;
}
.product-tabby .badge {
  margin-top: 4px;
}
.product-tabby .badge img {
  border-radius: 5px;
  max-height: 26px;
  min-height: 26px;
}
.product-tabby .text-wrapper .learn-more {
  text-decoration: underline;
  font-weight: 500;
}
#hm-pg-head {
  display: none;
}
#hom-cat-sec h2 {
  line-height: 1.2;
  font-size: 11px;
  color: #a88144;
  margin-bottom: 0px;
}
#top-cart-btn-checkout-custom {
  width: 100%;
}
.product-info-main .tabby-promo-snippet__text,
.product-info-main .tabby-promo-snippet__link {
  font-size: 13px;
  font-weight: 700;
  color: #000 !important;
}
@media (max-width: 767px) {
  .lookbook-body-wraper .lookbook-profiles {
    display: initial !important;
  }
}
.lookbook-profile-product-image {
  text-align: center;
}
.lookbook-profile-product-image .product-image-container {
  min-width: initial;
  width: 100%;
}
.lookbook-profile-product-content {
  text-align: center;
}
.profile-content {
  margin-top: 10px;
  margin-bottom: 10px;
}
.profile-title .title {
  padding: 5px 0;
  text-align: center;
}
.btn-tap:hover {
  background-color: #6a8aa6;
  color: #fff;
}
.btn-tap {
  max-width: 95px;
  margin-left: 15px;
  border: 2px solid #000;
  border-radius: 20px;
  text-align: center;
  padding: 5px;
}
.profile-title {
  display: flex;
  flex-wrap: wrap;
}
.profile-title a {
  flex: 50%;
  color: #000;
  text-transform: capitalize;
}
.SectionTitle-header {
  font-size: 18px;
  margin: 0 0 5px 0;
  clear: both;
}
@media (min-width: 768px) {
  .lookbook-marker-type2 .lookbook-profile {
    width: 100%;
  }
  .lookbook-marker-type2 .lookbook-profile-content {
    float: none;
    max-width: 70%;
    margin: 0 auto;
    display: block;
  }
}
.store.menu {
  background-color: #fff;
}
.app-store-head .app-store-img-text {
  margin: 15px 0 10px 0px;
}
.app-store-head {
  margin: 0px;
  font-size: 1.4rem;
}
p.app-store-head b {
  font-size: 1.5rem;
}
@media (max-width: 425px) {
  .app-store-banner .app-store-play {
    top: 5px !important;
  }
}
@media (max-width: 767px) {
  .app-store-play {
    top: 35px !important;
  }
}
@media (min-width: 545px) {
  .app-store-play {
    text-align: center;
  }
  p.app-store-head b,
  .app-store-head {
    margin: 0;
  }
  .app-store-img-text {
    margin: 10px 0;
  }
}
@media (max-width: 544px) {
  p.app-store-head b,
  .app-store-head {
    font-size: 0.9rem;
    margin: 0;
  }
  .app-store-play {
    width: 100% !important;
    text-align: left;
  }
}
@media (min-width: 466px) {
  .app-store-img-text .img-left {
    margin-left: 10px;
  }
  .app-store-img-text .img-right {
    margin-right: 10px;
  }
}
@media (max-width: 465px) {
  .app-store-img-text img {
    margin-top: 5px;
    max-height: 23px;
  }
}
.app-store-banner {
  position: relative;
}
.app-store-play {
  position: absolute;
  top: 35%;
  left: 0px;
  width: 50%;
}
#product-slider-bundle {
  margin-bottom: 0;
}
.product-info-main .product-info-price .stock,
.bundle-options-container p.required {
  margin-bottom: 5px;
}
.bundle-options-wrapper .product-options-wrapper,
.bundle-options-wrapper .product-options-wrapper .fieldset {
  margin-bottom: 0px;
}
.bundle-options-container {
  overflow: hidden;
}
.product-info-price .stock {
  font-size: 14px;
  margin-top: 5px;
}
.product-info-price div + span {
  font-size: 16px;
}
#guest-alert-form .field.email {
  padding-top: 0px !important;
}
.product-info-main .reviews-actions a {
  display: none;
}
.bayt-massenger a {
  display: flex;
  flex-wrap: nowrap;
}
.product-info-main .product-reviews-summary:after {
  display: none;
}
.bayt-reviews-sku {
  display: flex;
  flex-wrap: nowrap;
}
.page-wrapper > .breadcrumbs .items > li:not(:last-child):after {
  width: 5px;
  margin: 0 1px 0 4px;
  font-weight: bold;
}
@media (max-width: 579px) {
  .page-wrapper > .breadcrumbs .items {
    display: block;
  }
  .page-wrapper > .breadcrumbs .items > li {
    display: inline-block;
  }
  .breadcrumbs .items .item.product strong {
    white-space: nowrap;
    width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.bayt-inline-blk {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
.amreview-wrap .amre-blk {
  min-width: 78%;
}
.lazy-blur {
  transform: initial !important;
  transition: initial !important;
  -webkit-filter: initial !important;
  filter: initial !important;
}
@media (max-width: 767px) {
  .z-index-9 .old-price .price,
  .z-index-9 .product-item-name a,
  .z-index-9 .price-box .price {
    font-size: 0.8rem !important;
  }
  .qty.field .control,
  .col.qty .control {
    margin: 0 auto;
  }
}
.z-index-9 .product-item-info .product-item-details {
  text-align: center;
}
.porto-u-main-heading {
  text-align: center;
}
.z-index-9 .product-item-info {
  z-index: 9 !important;
}
@media (max-width: 767px) {
  .box-tocart .actions {
    position: fixed;
    bottom: 0px;
    width: 50%;
    background: #ffffff;
    margin: 0 auto;
    text-align: center;
    right: 0;
    z-index: 98;
    padding: 13px 5px;
    height: 70.56px;
  }
  .catalog-product-view.amwal-express-disabled .box-tocart .actions {
    width: 100%;
    left: 0;
    right: 0;
  }
  .catalog-product-view.amwal-express-disabled #product_addtocart_form .box-tocart .action.tocart {
    width: 100% !important;
    max-width: none !important;
  }
  .qty.field .input-text.qty,
  .col.qty .input-text.qty {
    height: initial;
    border: 0px;
  }
}
.giftcard-template-container .giftcard-template-container-preview {
  direction: ltr;
}
.product.media .product-brand {
  position: absolute;
  bottom: 100px;
  z-index: 9;
}
@media (max-width: 486px) {
  .aw-raf__advocate-info-summary p {
    border-left: 0px;
    float: none;
  }
}
.share-frnd:hover #copy-to-clipboard + .share-links {
  visibility: visible !important;
}
.share-frnd .share-links {
  vertical-align: middle;
  width: 50px;
  position: absolute;
  z-index: 9;
  right: 0;
  left: -90px;
  margin: 0 auto;
  visibility: hidden;
}
.share-frnd {
  position: relative;
}
#copy-to-clipboard .fa.fa-share-alt {
  font-size: 16px;
  background: #d9031a;
  padding: 10px;
  margin: 0 5px 0 0;
  border-radius: 18px;
  color: #fff;
}
.refer-friend-blk {
  text-align: center;
  margin-bottom: 30px;
}
.field.referral-url .control {
  justify-content: center;
}
.copy-to-clipboard {
  height: auto;
}
.aw-raf__advocate-info-referral-url .control .input-text {
  margin-right: 10px;
  max-width: 200px;
  border: 1px solid #000;
  border-radius: 20px;
  color: #000;
  height: 40px;
  background-color: #fff;
  outline: none;
  direction: ltr;
}
@media (min-width: 768px) {
  .aw-raf__advocate-info-summary {
    display: table;
    margin: 0 auto;
  }
}
.block.aw-raf__advocate-info-block {
  text-align: center;
}
.color-red {
  color: red;
}
.field.referral-url {
  direction: ltr;
}
.aw-raf__advocate-info-referral-url .control .action {
  padding: 0px;
}
.lookbook-popup-loader {
  display: none;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content {
  padding: 0 13px 0 0;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-image .product-image-container {
  height: auto !important;
}
.lookbook-marker .fas.mgz-fa-paper-plane {
  font-size: 14px !important;
}
@media (max-width: 991px) {
  .page-header .share-links {
    display: flex;
  }
}
@media (max-width: 575px) {
  .mk-downloadlink-label-container {
    margin-top: 5px;
  }
}
@media (max-width: 575px) and (min-width: 501px) {
  .mk-downloadlink-label-container {
    margin-top: 2px;
  }
}
.app-stor-btn,
.mk-downloadlink-label {
  font-size: 11px;
}
.page-header.type6 .header-row .header-left,
.page-header.type6 .header-row .header-right,
.page-header.type6 .header-row .header-center {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#guest-alert-form .field.email label {
  display: none;
}
#guest-alert-form .fieldset {
  margin-top: 15px;
  margin-bottom: 0;
}
#guest-alert-form #alert_subscribe_email-error,
#guest-alert-form .fieldset > .field .label {
  font-size: 0.9rem;
}
p.price-margin strong,
p.price-margin .estimated-price {
  font-size: 14.4px;
}
.product-info-main .product.sku {
  direction: ltr;
}
.product-info-main .stock span + span {
  font-size: 14px;
}
.product-info-main .product-info-stock-sku {
  margin-right: 15px !important;
}
.product-info-main .product-info-price .price-box,
.product-info-main .product-info-stock-sku {
  display: inline-block;
  margin: 0;
}
.product-info-main .product-info-stock-sku .product.attribute.sku strong,
.product-info-main .product-info-stock-sku .product.attribute.sku div {
  font-size: 0.8571rem;
  font-weight: bold;
}
.amasty-rewards-highlight {
  font-size: 0.9rem;
  padding-top: 12px;
  padding-bottom: 12px;
}
.lookbook-popup-loader {
  display: none;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content {
  padding: 0 13px 0 0;
}
.lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-image .product-image-container {
  height: auto !important;
}
.lookbook-marker .fas.mgz-fa-paper-plane {
  font-size: 14px !important;
}
.header.links .customer-menu,
.link.authorization-link {
  display: none !important;
}
.item.link.compare.hide {
  display: block !important;
}
#guest-alert-form button {
  background-color: #74679c !important;
  border-color: #74679c;
}
#guest-alert-form button {
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#guest-alert-form #alert_subscribe_email {
  border-radius: 7px;
}
.product-item-info.type6 .product-item-actions .actions-primary .tocart:before {
  display: none !important;
}
.product-item-info.type6 .product-item-actions .towishlist {
  left: 15px;
  top: 67px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 30px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 34px;
  opacity: 1;
  z-index: 3;
  transition: 0.25s;
}
.product-item-info.type6 .product-item-actions .actions-primary .tocart,
.product-item-info .product-item-details .product-item-actions .actions-primary {
  width: 100%;
}
.product-item-info.type6 .product-item-actions .actions-primary .tocart {
  position: initial !important;
}
@media (max-width: 479px) {
  .amreview-recommended {
    width: 100%;
    max-width: 100% !important;
  }
}
@media (min-width: 480px) {
  .amreview-description-wrap {
    display: flex;
  }
  .amreview-recommended {
    width: 110px;
    font-size: 11px !important;
    max-height: 50px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 13px;
    line-height: 21px;
  }
}
p {
  letter-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222529;
  letter-spacing: normal;
}
h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 32px 0;
}
h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1px;
  margin: 0 0 32px 0;
}
h3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 14px 0;
}
h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 14px 0;
}
h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #777;
}
.home-banner-slider h2.vc_custom_heading,
.custom-font4 {
  font-family: "Segoe Script", "Savoye LET";
}
html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary {
  color: #ff7272;
}
html .action.primary,
html .btn {
  font-weight: 700;
  padding: 0.533rem 0.9330000000000001rem;
  font-size: 15px;
  line-height: 1rem;
}
html .action.primary,
html .btn-primary {
  color: #fff;
  background-color: #222529;
  border-color: #222529;
}
html .btn-lg {
  padding: 0.5rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.3333;
}
html .btn-modern {
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 0.75rem;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  height: auto;
}
.btn-modern.btn-lg {
  font-size: 0.9375rem;
  padding: 1.05em 2.8em;
}
.btn-flat {
  padding: 0 !important;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid transparent !important;
  box-shadow: none !important;
  text-transform: uppercase;
  font-size: 0.75rem;
}
html .btn-dark {
  color: #fff;
  background-color: #222529;
  border-color: #222529 #222529 #0b0c0e;
}
html .btn-light {
  color: #222529;
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
}
html .background-color-secondary {
  background-color: #ff7272 !important;
}
@media (min-width: 992px) {
  .page-header.type6 .navigation .level0 .level-top {
    font-family: "Cairo", sans-serif;
  }
}
.top-icon .porto-sicon-header {
  margin-bottom: 0.75rem;
}
.widget .widgettitle {
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.product-item-name a {
  font-family: "Tajawal", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  direction: rtl;
}
.product-item-photo > a:not(.weltpixel-quickview):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 3;
  opacity: 0;
  transition: opacity 0.2s;
}
.product-item-info:hover .product-item-photo > a:not(.weltpixel-quickview):before {
  opacity: 1;
}
.small-list.products-grid .product-items .product-item-info .product-item-photo:before {
  display: none;
}
.footer,
.footer p {
  letter-spacing: 0;
}
.footer .widgettitle,
.footer .widget-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.footer .newsletter input {
  height: 3rem;
  background: #fff;
  padding-left: 20px;
  border: 1px solid #fff;
}
.footer .newsletter .action.subscribe {
  height: 3rem;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: inherit;
  border: 1px solid #fff;
}
.footer .widget {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}
.footer .widget:first-child {
  margin-top: 0;
}
.footer .follow-us {
  margin-top: 15px;
  margin-bottom: 20px;
}
.footer .follow-us .share-links a {
  width: 2.25rem;
  height: 2.25rem;
}
.footer li {
  line-height: 2em;
}
.footer .contact-info .contact-details strong {
  text-transform: uppercase;
}
.footer .contact-info .contact-details strong,
.footer .contact-info .contact-details span {
  line-height: 20px;
}
#buy-now {
  border-color: #703645 !important;
  background-color: #703645 !important;
  min-width: 150px;
  width: 100%;
}
.porto-info-list li,
.product.description ul li {
  padding: 0px;
}
.product.data.items > .item.content {
  margin: 0px;
  padding: 0 !important;
}
.porto-info-list,
.product.description ul {
  padding-right: 0px;
  margin-bottom: 0px;
}
.price-margin {
  margin: 0px;
}
.product.info.detailed h2,
.product.data.items > .item.content p {
  margin: 0px;
}
@media (max-width: 767px) {
  .product.info.detailed h2 {
    font-size: 1rem;
    margin: 0;
  }
  .product.data.items > .item.content p {
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0;
  }
  .product.data.items .item.title > .switch {
    font-size: 1rem;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(
            .table-comparison
        ).additional-attributes tbody .col,
  .tabby-tamara span {
    font-size: 0.9rem;
  }
  .product-info-main .page-title-wrapper {
    max-width: 100%;
  }
  .related-available .product-item-details {
    position: initial;
  }
}
.amsearch-form-container .input-text:focus {
  border: 0px !important;
}
.block-search input {
  padding-left: 40px !important;
}
.amsearch-form-container .field.search + .actions,
.block-search .label {
  display: none !important;
}
.search .amsearch-loupe {
  width: 20px;
  height: 20px;
}
@media (max-width: 400px) {
  .search-area.show-icon .block.block-search {
    min-width: initial !important;
  }
  .amsearch-results .amsearch-item .item-name {
    font-size: 1.1rem !important;
  }
  .block-search input {
    padding-left: 10px !important;
  }
}
.product-item .weltpixel-quickview.weltpixel_quickview_button_v2,
.product-item-info.type3 .product-item-actions .actions-primary .tocart,
.product-item-info.type5 .product-item-actions .actions-primary .tocart,
.product-item-info.type6 .product-item-actions .actions-primary .tocart,
.product-item-info.type3 .product-item-actions .tocompare,
.product-item-info.type5 .product-item-actions .tocompare,
.product-item-info.type6 .product-item-actions .tocompare {
  visibility: visible !important;
  opacity: 1 !important;
}
.amsearch-item.product-item .price-container .price {
  font-size: 0.8rem;
}
.amlabel-text {
  z-index: 9;
}
html .top-icon .porto-sicon-header h3.porto-sicon-title {
  color: #000;
}
.bayt-desc {
  margin: 0;
}
.cart.table-wrapper .col.subtotal .bayt-desc span {
  text-decoration: line-through;
  color: red !important;
}
.product-addto-links .action.towishlist {
  width: 48px !important;
  display: block;
}
.action.tocompare,
.product-addto-links .action.towishlist {
  border: 0px !important;
  height: auto;
}
#home-banner-demo8.owl-carousel {
  display: block;
  opacity: 1;
}
.tabby-promo__title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.tabby-promo__features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabby-promo__feature {
  display: flex;
  align-items: center;
}
.tabby-promo__feature-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  margin-right: 24px;
  background-color: rgba(62, 237, 191, 0.15);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 21px;
}
.social-share-msg {
  text-align: center;
  background: rgba(106, 138, 166, 0.4);
  padding: 30px 0 20px 0;
  border-radius: 12px;
}
.social-share-msg a {
  color: #000;
}
.social-share-msg img {
  margin: 15px 8px 0 8px;
}
#tabbyPromo .tabby-promo-snippet--rtl {
  font-family: Cairo, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 767px) {
  #product-home-crousel-main.mgz-hidden-xs {
    display: block !important;
  }
  #product-home-crousel-main .mgz-carousel-item {
    background-size: contain;
  }
  .search-autocomplete .amsearch-results .actions-primary {
    width: 100%;
  }
}
#product-home-crousel-main .mgz-carousel-item .overlay-link {
  position: absolute;
  z-index: 9;
  height: 100%;
  width: 100%;
}
.amsearch-wrapper-content .product-item-actions {
  width: 100%;
}
.amsearch-form-container.-small .amsearch-products .amsearch-item.product-item .actions-secondary {
  width: 100%;
}
#layered-filter-block .swatch-option {
  min-width: 70px;
  height: 60px;
}
@media (max-width: 991px) {
  #layered-filter-block .swatch-option {
    min-width: 65px;
  }
}
.sidebar.sidebar-main.mobile-sidebar.mf-initial {
  ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.products-grid.divider-line .product-item-info {
  border-radius: 8px;
  margin-bottom: 10px;
  border-top: 0px;
}
.products.list .product-item-info,
.products-grid .items .product-item .product-image-photo {
  border-radius: 8px;
}
.products-grid.no-padding .product-item {
  padding: 0 8px !important;
}
.products-grid.divider-line .product-item {
  border-right: 0 !important;
}
.product-item-photo,
.product-item-photo:hover {
  box-shadow: none !important;
}
.block.upsell .product-item-info {
  padding: 0px 10px 30px 10px;
}
#guest-alert-form {
  position: relative;
}
#guest-alert-form .actions-toolbar {
  position: absolute;
  top: 0;
  left: 0;
}
#guest-alert-form #alert_subscribe_email {
  width: 100%;
}
#guest-alert-form button {
  width: 100%;
  border-radius: 0;
  max-height: 35px;
  min-height: 35px;
}
@media only screen and (max-width: 767px) {
  #guest-alert-form button {
    margin: 0;
  }
  #guest-alert-form .field.email {
    width: 100%;
  }
  .catalog-product-view .product-info-main .bayt-reviews-sku {
    display: inline-block !important;
  }
}
.primary.mf-initial .action.submit.primary {
  width: 100%;
  height: 47px;
}
.columns {
  overflow: hidden;
}
.tabby-promo-snippet__text {
  color: #000;
  font-weight: 700;
  font-size: 13px;
}
.flex-25 {
  webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.flex-33 {
  webkit-flex: 0 0 33.33%;
  -moz-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33;
  max-width: 33.33%;
}
.byt-cont {
  overflow: hidden;
  padding: 0px;
  clear: both;
}
.byt-cont .ship-text {
  font-size: 12px;
  font-weight: bold;
}
.bundle-options-container .product-options-wrapper .field.choice .product-name {
  white-space: nowrap;
  max-width: 165px;
  direction: rtl;
  text-overflow: ellipsis;
  overflow: hidden;
}
.stock.available span + span {
  color: #2a7e19;
}
.hm-img-adj-pad .mgz-col-md-25 .mgz-element-inner {
  padding: 17px 5px 0 0 !important;
}
.hm-img-adj-pad .mgz-col-md-7 .mgz-element-inner {
  padding: 17px 0 0 5px !important;
}
#home-slider .owl-item .item {
  height: 619px !important;
}
.stock.available span.label + span:before {
  color: #2a7e19;
  font-size: 22px;
  margin-left: 8px;
  display: inline-block;
  content: "\f87c";
  font-family: "porto-icons";
}
.stock.unavailable span.label + span:before {
  color: red;
  font-size: 22px;
  margin-left: 8px;
  content: "\f819";
  font-family: "porto-icons";
  display: inline-block;
}
.footer .newsletter .action.subscribe:hover {
  background-color: #6a8aa6 !important;
  color: #fff;
}
.tax-baytonia h5 {
  color: #fff;
}
.mobile-pay-store {
  display: flex;
  display: -ms-flexbox;
}
.features.mobile-pay-store li {
  margin-left: 15px;
}
.footer .widget.contact-info i {
  display: block !important;
}
.ninjamenus-scrolltofixed {
  position: initial !important;
}
.product-item-info .product-item-details .product-item-actions .actions-primary,
.product-item-info .product-item-details .product-item-actions .tocart {
  width: 100%;
}
.slider-title,
.section-title {
  text-align: center;
}
@media (min-width: 768px) {
  .slider-title,
  .section-title {
    font-size: 2.143em;
  }
}
#category-block-home .mgz-child {
  border: 1px solid #fff;
  margin-bottom: 5px;
}
#category-block-home .mgz-child:hover {
  position: relative;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 959px) {
  .mgz-single-image-wrapper .mgz-flex-position-below .image-content .image-title {
    font-size: 12px;
    margin-top: 5px;
    margin-right: 12px;
    margin-left: 12px;
  }
  #category-block-home .mgz-child .mgz-image-link {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  #category-block-home .mgz-child .mgz-image-link a {
    max-width: 66px;
    max-height: 50px;
  }
  #category-block-home .mgz-element-inner {
    text-align: left !important;
  }
}
@media (max-width: 602px) {
  #category-block-home .mgz-col-md-2 {
    width: 50%;
  }
  #category-block-home .mgz-element-inner {
    text-align: center !important;
  }
}
.bayt-sicon-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.moved-add-to-links {
  display: block;
}
@media (max-width: 767px) {
  .byt-cont .col-xs-6 {
    width: 50%;
  }
  .opc-sidebar.opc-summary-wrapper .action-close {
    top: -19px;
    right: -10px;
  }
  .catalog-product-view #product-addtocart-button,
  .buynow-button {
    width: 49%;
  }
  .catalog-product-view #product-addtocart-button,
  .catalog-product-view .buynow-button #buy-now,
  .catalog-product-view .buynow-button button {
    font-size: 14px;
  }
  ion-button.amwal-checkout-button.ion-color.ion-color-dark.ios.button.button-solid.button-disabled.ion-activatable.ion-focusable.hydrated .button-text {
    font-size: 14px !important;
  }
}
#product-attribute-specs-table .table-caption {
  height: 100%;
  margin: 5px 0 5px 0;
  position: initial;
  width: 100%;
  font-size: 1.3rem;
  text-align: right;
  padding: 10px;
  display: block;
}
.bayt-sicon-box img {
  margin-top: 0;
  margin-left: 12px;
}
.box-tocart .actions {
  overflow: hidden;
}
.box-tocart .actions {
  display: flex;
  display: -ms-flexbox;
}
@media (min-width: 768px) {
  .box-tocart .actions {
    margin-top: 6px;
  }
}
.tabby-promo-snippet {
  max-width: 100% !important;
  border: 0px !important;
}
.additional-attributes-wrapper .additional-attributes {
  width: 100%;
  display: block;
}
.additional-attributes-wrapper .additional-attributes tbody {
  display: block;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 15px;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr th {
  margin-left: 0px !important;
  text-align: right;
  font-size: 13.75px;
  padding: 0;
  font-weight: normal;
}
@media (min-width: 768px) {
  .additional-attributes-wrapper .additional-attributes > tbody > tr th {
    max-width: 25%;
  }
}
.additional-attributes-wrapper .additional-attributes > tbody > tr td {
  font-size: 13.75px !important;
  padding: 0 0px !important;
  font-weight: normal;
}
.amrewards-highlight-container span {
  font-size: 14.4px !important;
}
.amrewards-highlight-container span span {
  color: #73679b !important;
}
.checkout-cart-index .amrewards-highlight-container,
.checkout-index-index .amrewards-highlight-container,
.catalog-product-view .amrewards-highlight-container {
  padding: 0px 0 0px !important;
}
@media (max-width: 639px) {
  .table-wrapper .table:not(.totals):not(.cart):not(
            .table-comparison
        ).additional-attributes tbody .col {
    width: auto;
    display: inline-block !important;
    vertical-align: bottom;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: transparent !important;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(
            .table-comparison
        ).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: block !important;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    display: none !important;
  }
}
.bundle-options-container .product-add-form {
  display: block !important;
}
@media (min-width: 768px) {
  .bundle-options-container .block-bundle-summary,
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: none !important;
    width: 100% !important;
    top: 0 !important;
  }
}
@media (max-width: 575px) {
  .col-xs-6 {
    width: 50% !important;
  }
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  margin: 0px 0 !important;
}
.action-primary.action-accept {
  font-size: 13px !important;
}
.action-primary:focus,
.action-primary:active {
  background: #6a8aa6 !important;
  border: 1px solid #6a8aa6 !important;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  margin-right: 0px;
  text-align: center;
}
.bundle-options-container .product-options-wrapper .field.choice input,
.bundle-options-container .product-options-wrapper .field.choice .price-notice {
  display: none !important;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.amrelated-pack-item.-wide .amrelated-details {
  margin-left: 0px !important;
}
.amrelated-pack-item.-wide .amrelated-photo-container {
  margin: 0 auto !important;
  text-align: center !important;
}
.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
  padding: 5px !important;
  font-size: 30px !important;
}
.amrelated-pack-wrapper .amrelated-title {
  font-size: 18px;
  padding: 0 !important;
}
@media (max-width: 1130px) {
  .amrelated-content-wrapper {
    flex-wrap: wrap !important;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    width: 100% !important;
    margin-top: 30px !important;
    justify-content: center;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .amrelated-details,
  .amrelated-discount.-summary {
    display: none !important;
  }
  .amrelated-pack-list {
    flex-wrap: nowrap !important;
    width: initial !important;
  }
  .amrelated-plus,
  .amrelated-equal {
    display: inline-block !important;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    margin-top: 0px !important;
  }
  .amrelated-summary-content .main.price {
    font-size: 23px;
  }
}
.tax-logo-container {
  display: flex;
  display: -ms-flexbox;
  gap: 25px;
  margin: 0px 15px;
  direction: ltr;
}
.opc-block-summary-tax {
  padding: 1rem 1rem 1rem;
  border: 2px solid #000;
  text-align: center;
  display: flex;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
}
.tax-logo-container {
  display: flex;
  display: -ms-flexbox;
  direction: ltr;
  gap: 25px;
  margin: 0px 15px;
}
.checkout-index-index .logo {
  margin: 15px auto;
  z-index: 2;
}
@media (min-width: 768px) {
  .opc-block-summary-tax {
    max-width: 40%;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .tax-logo-container {
    gap: 18px;
  }
  .opc-block-summary-tax {
    gap: 20px !important;
    padding: 1rem 1rem 0rem;
  }
}
.fa-whatsapp:before {
  content: "\f232";
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  font-size: 27px;
}
ul.products .product-col {
  padding-left: 10px;
  padding-right: 10px;
}
.products ul li,
ul.products li {
  list-style: none outside;
}
li,
.porto-u-sub-heading,
.porto-sicon-description {
  line-height: 26px;
}
ul.products li.product-category a {
  text-decoration: none;
}
ul.products li.product-category {
  text-align: center;
}
ul.products li.product-category .thumb-info {
  padding: 0 1rem;
  min-height: auto;
}
ul.products li.product-category .thumb-info {
  min-height: 90px;
  margin-bottom: 0;
  text-align: left;
}
.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
li.product-category .thumb-info .thumb-info-wrapper {
  border-radius: 50%;
  overflow: hidden;
}
.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
ul.products li.product-category .thumb-info {
  text-align: left;
}
ul.products.category-pos-outside li.product-category .thumb-info-title {
  padding: 0.75rem 0 0;
  position: static;
  transform: none;
  display: block;
}
ul.category-color-dark li.product-category .thumb-info-title {
  color: #1d2127;
}
ul.products li.product-category .thumb-info-title {
  background: none;
  max-width: none;
  width: 100%;
  bottom: 0;
  padding: 1.2em 1.5em;
  margin: 0;
}
.thumb-info .thumb-info-title {
  transition: all 0.3s;
  background: rgba(33, 37, 41, 0.8);
  bottom: 13%;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  left: 0;
  letter-spacing: -0.05em;
  padding: 13px 21px 2px;
  position: absolute;
  z-index: 2;
  max-width: 90%;
}
ul.products.category-text-center .thumb-info-title {
  text-align: center;
}
ul.products li.product-category .thumb-info h3 {
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
  font-weight: 700;
  margin: 0 0 10px;
  color: inherit;
}
.thumb-info .thumb-info-inner {
  transition: all 0.3s;
  display: block;
  font: inherit;
  color: inherit;
  margin-bottom: 0;
}
ul.products li.product-category .thumb-info-type {
  display: block;
  margin: -10px 0 0;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0;
  font-size: 0.6em;
  font-weight: 400;
  background: none;
  float: none;
  opacity: 0.7;
  line-height: 1.8;
}
.thumb-info .thumb-info-type {
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 0;
}
ul.products li.product-category mark {
  padding: 0;
  background: none;
  color: inherit;
}
ul.products li.product-category .thumb-info-wrapper:after {
  background: none;
}
.category-slider.porto-products {
  background: #f4f4f4;
}
.mk-downloadlink-label-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
}
.mk-downloadlink-container {
  min-height: 30px !important;
  height: auto !important;
  margin-top: 4px;
  border-bottom: 1px solid #e7e7e7;
  padding: 0px !important;
}
.app-stor-btn {
  padding: 4.6px 18.6px;
  background-color: #000;
  color: #fff !important;
  margin-right: 15px;
  border-radius: 5px;
}
.app-stor-btn:hover,
.app-stor-btn span:hover {
  color: #6a8aa6 !important;
}
.app-stor-btn:hover {
  background-color: #fff;
  border: 1px solid #000;
}
.mk-downloadlink-close-button {
  width: 21px;
  margin: 4px 5px 0px 0px;
}
@media (max-width: 500px) {
  .mk-downloadlink-label-container {
    width: 33% !important;
  }
  .mk-downloadlink-label {
    text-align: center !important;
    line-height: initial !important;
  }
  .mk-downloadlink-button-container {
    width: 58% !important;
  }
  .mk-downloadlink-container {
    margin-top: 0;
    overflow: hidden;
  }
  .mk-downloadlink-close-button {
    width: 16px;
  }
  .logo {
    min-width: 100px;
  }
  .wishlist {
    display: none;
  }
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before {
  background: #000;
}
.title_test.action.viewcart {
  background-color: #000;
  float: left;
  padding: 10px;
  color: #fff;
  text-decoration: underline;
}
.checkout-index-index .page-main,
.checkout-index-index .columns .column.main {
  padding-bottom: 0px;
}
.porto-ibanner-layer {
  position: absolute;
  z-index: 10;
  text-align: left;
}
.ls-160 {
  letter-spacing: 0.16em;
}
.ls-25 {
  letter-spacing: 0.025em;
}
.ls-220 {
  letter-spacing: 0.22em;
}
.big-number {
  top: 0.0125em;
  letter-spacing: -0.025em;
}
.big-number small {
  font-size: 0.1413em !important;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1.62em;
  text-align: center;
  transform: translateY(-54%);
}
.big-number ins {
  display: block;
  text-decoration: none;
  font-size: 50%;
  text-transform: uppercase;
}
.overflow-hidden {
  overflow: hidden;
}
.position-relative {
  position: relative;
}
@media (max-width: 480px) {
  .home-banner .porto-ibanner-layer {
    font-size: 7px;
  }
}
.product-item-info.type12 {
  padding: 0;
  border: none;
}
.widget .widget-title a {
  color: #a8a8a8 !important;
}
.widget .widget-title a:hover {
  color: #fff !important;
}
.grand.totals.excl,
.amexfee-collapsible-block.-excluding-tax,
.totals-tax {
  display: none;
}
.field .tooltip .tooltip-toggle::before {
  cursor: help;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: "\f853";
  font-family: "porto-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.tooltip.rtlsol {
  opacity: 1;
}
.tooltip-content1 {
  display: none;
}
.modal-content .tooltip-content1 {
  display: block;
}
.modal-popup-moysarr .modal-header {
  padding-bottom: 2rem !important;
}
.modal-popup-moysarr .action-close {
  width: initial;
  height: initial;
}
.field.date .fields.group {
  float: right;
}
@media (min-width: 768px) {
  .amreview-info-wrapper .amreview-summary-details {
    margin-right: 20px !important;
  }
  .amrev-title-block .am-strong {
    padding-right: 0px !important;
    font-size: 1.3rem;
    padding-left: 10px;
  }
  .amrev-toolbar-container.-all .amrev-sorting {
    border-right: 1px solid #d6d6d6;
    padding-right: 15px;
    border-left: 0px !important;
  }
}
.amrev-sorting .sorter-label {
  display: none;
}
.amreview-author-details .amreview-date {
  position: initial !important;
}
.cart-discount .block .content,
.cart-discount .block > .title {
  display: block !important;
}
@media (max-width: 767px) {
  .amrelated-tocart-wrapper .action.primary {
    width: 100%;
  }
  .cart-container {
    display: -webkit-flex;
    display: flex;
    flex-flow: column wrap;
  }
  .cart-container .cart-summary {
    -webkit-order: 2;
    order: 2;
  }
  .cart-container .form.form-cart {
    -webkit-order: 1;
    order: 1;
  }
}
.modal-popup-prod-ship-notice .action-close {
  z-index: 9;
  padding: 0;
  outline: none;
}
.mfp-close,
html .fancybox-close,
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  outline: none;
}
.tooltip.rtlsol.khassm .tooltip-toggle:before {
  display: none;
}
.tooltip.rtlsol.khassm {
  margin-right: 10px;
  border: 1px solid #c17479;
  padding: 0px 12px;
  color: #c17479;
  display: inline-block;
}
@media (max-width: 554px) {
  .footer-top .custom-block .col-sm-6.col-md-6.col-lg-3 {
    width: 50%;
  }
}
.copyright {
  display: none;
}
.footer-middle .links a {
  font-size: 15px;
}
input[type="checkbox"] {
  ms-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.2);
  padding: 10px;
}
.customer-account-login .secondary .action.create {
  display: block;
}
.stock.unavailable span {
  color: red !important;
}
.catalog-product-view .product.details.product-item-details {
  margin-top: 12px;
}
.catalog-category-view .product-item-info.type6 .product-item-details {
  padding: 0px 0px 2px;
  width: 100%;
}
.catalogsearch-result-index .product-item-info.type6 .product-item-details {
  width: 100%;
}
.cart-summary #amwal-promo {
  z-index: 90 !important;
}
.footer h3 {
  color: #fff;
}
@media (max-width: 767px) {
  .shop-by-brand .brand-list .item {
    flex: 50%;
  }
  .shop-by-brand .all-brands ul.brand-list {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  .shop-by-brand .characters ul.characters-filter {
    float: none;
    margin: 0;
    padding: 0;
  }
  .shop-by-brand .characters .view-all {
    float: none;
    text-align: center;
    clear: both;
    font-size: 22px;
    margin: 10px 0px 10px 0;
    display: block;
    text-decoration: underline;
  }
  .shop-by-brand .characters .view-all a {
    color: #000;
  }
}
.brand-list .pager {
  margin: 0 auto;
  text-align: center;
}
.brand-list .pager .item {
  width: initial;
  white-space: initial;
}
.brand-brand-view .brand-info .brand-image img {
  width: initial;
}
.brand-brand-view .brand-info .brand-image {
  text-align: center;
}
.products-grid.divider-line .product-item-info.type6 {
  z-index: 1 !important;
}
.mfp-iframe-holder .mfp-close {
  top: -5px !important;
  width: 30px;
  font-size: 43px;
  opacity: 1;
  z-index: 9;
  color: #000;
  transform: initial;
}
.mfp-close::after,
.mfp-close::before {
  display: none;
}
#baytonia-bankinstallmen .slides {
  list-style-type: none;
  padding-right: 0;
}
#baytonia-bankinstallmen .slides li {
  display: inline-block;
  margin: 7px;
}
input[type="radio"] {
  margin-left: 10px;
  height: 15px;
  width: 15px;
  vertical-align: middle;
}
.products-grid.divider-line .product-item-info.type6 .product-item-photo {
  position: relative;
}
.stock.unavailable .label,
.stock.available .label {
  display: none !important;
}
.tax-baytonia .textwidget h3 {
  font-size: 14px !important;
}
.category-new-products .column.main {
  clear: both;
  overflow: hidden;
}
.footer .widget + .widget {
  margin-top: 0px;
}
.features.mobile-pay-store {
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.navigation.mgs-megamenu--main .level0:last-child .level0 > span {
  color: red;
}
.product-info-main .tax_prices {
  position: initial;
}
.amrelated-pack-wrapper .amrelated-title {
  position: relative;
}
.amrelated-name {
  padding: 0px 5px;
}
.amrelated-details span.price {
  padding: 0 7px;
}
.amrelated-summary-content .main.price {
  font-size: 22px;
}
.amrelated-title {
  font-size: 25px;
  color: black;
}
.amrelated-discount.-summary {
  background-color: #733646;
}
.amrelated-discount.-product {
  background-color: #733646;
}
.amrelated-discount span.amount {
  padding: 1px 10px;
}
.mgs-filter .filter-content .filter-options-content .swatch-attribute-options .swatch-option.text:not(.disabled):hover {
  border-color: #828c94 !important;
  color: #fff !important;
  background-color: #828c94 !important;
}
.block.filter .filter-content .filter-options-content .items .item > a:hover {
  color: #828c94 !important;
}
.irs-grid-text,
.block.filter .filter-content .filter-options-content .items .item .mgs-filter-item-checkbox input[type="checkbox"] + .mgs-content::before,
.block.filter .filter-content .filter-options-content .items .item > a {
  color: #222 !important;
}
@media screen and (min-width: 768px) {
  #category-block-home .image-content .image-title {
    font-size: 15px !important;
  }
  .modal-custom.authentication-dropdown {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .active-sticky-mb .sticky-logo {
    display: none !important;
  }
  .block.filter .filter-content .filter-options-content .swatch-attribute-options .swatch-option.text {
    padding: 0 5px !important;
    width: 100% !important;
    margin: 2px;
    color: #222 !important;
    border: 1px solid #222 !important;
  }
}
.bndprdopt .field.choice input:checked + label:before,
.bndprdopt .field.choice label.ckede:before {
  background-size: 15px;
}
.brands-grid .item .image img {
  opacity: 1 !important;
}
.sidebar.sidebar-main .mgs_brand .swatch-option {
  min-width: 60px;
  min-height: 45px;
  border: 0px;
}
.product-info-main .tag-name {
  display: inline-block;
  border: 1px solid #000;
  padding: 7px;
  overflow: hidden;
}
#payment .custom_text {
  display: none;
}
.btn.btn-primary,
.action.primary {
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: bold !important;
  font-size: 14px;
}
#layer-product-list .btn.btn-primary,
#layer-product-list .action.primary {
  background-color: #fff !important;
  color: #73679b !important;
  border-radius: 8px !important;
  border-color: #73679b !important;
  font-weight: bold !important;
  font-size: 14px;
}
div.aw_fslabel_label.top_fixed,
div.aw_fslabel_label.bottom_fixed {
  z-index: 4 !important;
}
#checkout .action-close {
  width: auto;
  background: transparent;
  height: auto;
  padding: 0;
}
#checkout .action-close:before {
  color: #000 !important;
}
.mgz-element-text > .mgz-element-inner {
  margin-bottom: 0px !important;
}
.mgz-carousel .product-item {
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}
.product-item-inner .actions-secondary .action.towishlist,
.product-item-inner .actions-secondary .action.quickview {
  text-align: left !important;
}
.actions.outofstock .action.tocart.primary {
  text-align: center;
}
.payment-method-content .field.date {
  overflow: hidden;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 0px !important;
}
.product-item-info .product-top .label .sold-out-label {
  background: #6a8aa6 !important;
  border-radius: 3px;
}
#fc_frame,
#fc_frame.fc-widget-small {
  bottom: 50px !important;
}
.d-center .item.product.product-item {
  margin: 0 auto !important;
}
.d-center .product-image-container {
  width: auto !important;
}
.d-center .products-grid:not(.active-slider) .product-items .product-item {
  -ms-flex: 100% !important;
  flex: 100% !important;
  max-width: 100% !important;
}
.tooltip.rtlsol {
  margin: 0 8px;
}
body.rtl-theme input[type="radio"],
body.rtl-theme input[type="checkbox"] {
  margin: 2px 18px 0 5px !important;
}
.custom-opt-rtlsol #product-options-wrapper .owl-nav.disabled {
  display: block !important;
}
.aw-onsale__label-wrap .label-wrap {
  font-size: 12px !important;
}
.form-cart .cart.table-wrapper .product-item-photo {
  line-height: initial !important;
}
.header-top-links.active .login-form {
  z-index: 9;
}
.header-area .frame.container .right-content.row {
  width: 100%;
}
header .top-header {
  overflow: hidden;
}
.logo img {
  margin-top: 5px;
  margin-bottom: 0px;
}
.opc-block-summary-tax {
  padding: 1rem 1rem 1rem;
  border: 2px solid #000;
  text-align: center;
  display: flex;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
}
.opc-block-summary-tax p {
  margin: 0;
}
@media (min-width: 768px) {
  .opc-block-summary-tax {
    max-width: 40%;
    font-size: 12px;
  }
}
.tax-num {
  vertical-align: middle;
}
@media (max-width: 991px) {
  .tax-num {
    display: block;
  }
}
#new-prod-page .item.product.product-item .product-item-info {
  padding: 0 10px;
}
#hom-prod-slid,
.mgz-single-image-wrapper,
.mgz-element-inner {
  clear: both;
}
@media (min-width: 992px) {
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul {
    padding: 23px 0 !important;
  }
  .horizontal-menu.mgt-menu .navigation li.parent > a.ui-state-active:before {
    display: none;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation .level0 .submenu li > ul {
    right: 100% !important;
    left: 0 !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul {
    display: block;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li {
    display: inline-block;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li > a {
    color: #fff !important;
  }
  .header-area:not(.right-slide-menu) .horizontal-menu.mgt-menu .navigation > ul > li > a::after {
    background-color: #fff !important;
  }
}
@media (max-width: 991px) {
  .level1.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
    display: block !important;
  }
  .level-top.ui-corner-all.ui-state-active + .submenu li .submenu {
    display: block !important;
  }
  .horizontal-menu.mgt-menu .navigation li.parent.level0 > a::before {
    right: initial !important;
    left: 0;
  }
  .horizontal-menu.mgt-menu .navigation li.parent.level0 > a::before {
    font-size: 1.2rem;
    content: "\f053";
    font-family: FontAwesome;
  }
  .horizontal-menu.mgt-menu .navigation li.parent.level0 > a.ui-state-active::before {
    content: "\f054" !important;
  }
}
li.level0.nav-11.category-item.last.level-top.ui-menu-item a {
  color: red !important;
}
#m-dy-50-of .mgz-element-inner-content.mgz-container {
  display: flex;
}
.s38rymr {
  overflow: hidden;
}
#ui-id-3,
#ui-id-13 {
  color: red !important;
}
.mgz-block-heading-align-center {
  text-align: center;
}
.totals-tax-summary {
  display: none;
}
@media (max-width: 767px) {
  header.page-header .header-area .logo {
    float: left;
  }
  .header-area.header3 {
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  body.rtl-theme header.page-header.active-menu .header-area .horizontal-menu {
    width: 100%;
    max-width: 298px;
  }
}
.product_quickview_content .actions {
  position: initial !important;
  width: 100% !important;
  max-width: 100%;
  min-width: 100%;
  background: transparent !important;
}
@media (max-width: 991px) {
  .ninjamenus .nav-item > a .label {
    position: absolute;
    right: 0;
    top: -4px;
  }
  .page-header {
    max-height: initial !important;
  }
}
.bayt-flex-custom2 .mgz-grid-page {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 5px;
}
@media (max-width: 767px) {
  .bayt-flex-custom2 .mgz-grid-page {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.bayt-flex-custom2 .mgz-grid-page .item.product {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
}
@media (max-width: 767px) {
  .bayt-flex-custom2 .mgz-grid-page .item.product {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
}
.bayt-flex-custom2 .mgz-grid-page .product-image-container {
  display: initial !important;
}
#category-block-home .mgz-single-image-wrapper {
  text-align: center;
}
.bayt-direct-slid,
.top-header .magezon-builder,
.bayt-hom-slid-blk,
.bayt-hom-slid-blk2 {
  direction: ltr !important;
}
.buynow-button #buy-now {
  font-size: 1em;
}
.buynow-button #buy-now:focus {
  background-color: #000 !important;
}
.change-background {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.data.table.table-totals .totals.sub .mark:after {
  content: " (يشمل ضريبة القيمة المضافة) ";
}
.catalog-product-view .product-info-main .amrelated-details .price-wrapper .price {
  font-size: 1rem !important;
}
@media (min-width: 768px) and (max-width: 1160px) {
  .amrelated-content-wrapper {
    justify-content: center;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    width: 100% !important;
    margin-top: 30px !important;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
#popup_ajaxcart_success .popup__column--media {
  float: left;
}
.catalog-product-view .block.popup__related .product-item-details .product-item-name a {
  display: initial;
}
@media (max-width: 767px) {
  .success-ajax--popup.modal-popup._inner-scroll._show .modal-inner-wrap {
    transform: none !important;
  }
  .desktop-show {
    display: none;
  }
  .mob-show {
    display: block;
  }
}
@media (min-width: 768px) {
  .desktop-show {
    display: block;
  }
  .mob-show {
    display: none;
  }
  .success-ajax--popup.modal-popup._inner-scroll .modal-inner-wrap {
    top: 1rem !important;
  }
}
.bayt-popup-related-form {
  width: 100% !important;
  text-align: left;
}
.bayt-popup-related-form .action.tocart.primary {
  width: auto !important;
  margin-left: 20px;
}
#popup_ajaxcart_success {
  margin-bottom: 20px !important;
}
.success-ajax--popup.modal-popup .modal-header .action-close {
  right: initial;
}
.success-ajax--popup.modal-popup._inner-scroll .modal-inner-wrap {
  top: 0px !important;
}
/*Amasty Most viewed*/
@media (max-width: 767.98px) {
  .amrelated-pack-item.-main,
  .amrelated-content-wrapper,
  .amrelated-pack-list {
    background: transparent;
  }
  .amrelated-pack-item:not(:last-child) {
    border-bottom: 0px !important;
  }
  .amrelated-pack-item {
    padding: 0px;
    width: initial;
  }
  .amrelated-title.-collapsed + .amrelated-content-wrapper .amrelated-plus,
  .amrelated-discount.-summary,
  .amrelated-details {
    display: none !important;
  }
  .amrelated-plus {
    display: block;
    font-size: 28px;
    margin: 35px 2px 0 2px;
  }
  .amrelated-summary-content .main.price {
    font-size: 16px;
  }
  .amrelated-pack-item.-collapsed .amrelated-details {
    display: flex !important;
    text-align: left;
  }
  .amrelated-title.-collapsed + .amrelated-content-wrapper .amrelated-pack-list,
  .amrelated-title.-collapsed .amrelated-pack-list.-wide {
    flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
  }
  .amrelated-pack-list {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    z-index: 99;
    cursor: pointer;
  }
  .amrelated-pack-item.-collapsed .price-box {
    display: block !important;
  }
  .amrelated-pack-item.-collapsed .amrelated-checkbox + .amrelated-label {
    z-index: 9;
    top: 57px !important;
  }
  .amrelated-pack-item.-collapsed.-main {
    padding: 0px 20px !important;
  }
  .amrelated-summary-content {
    display: block !important;
  }
  .amrelated-photo-container,
  .amrelated-pack-item.-selected .amrelated-photo-container {
    border: 0px !important;
  }
  .amrelated-pack-items {
    display: initial !important;
  }
  .main.price {
    margin: 0px;
  }
  .main.price .price {
    font-size: 14px;
  }
  .amrelated-summary-content {
    padding: 0px;
  }
}
@media (max-width: 330px) {
  .main.price .price {
    font-size: 12px !important;
  }
}
/*Product Page Task Css*/
header.page-header .minicart-wrapper .block-content .action.close {
  display: block;
}
@media (max-width: 767px) {
  .additional-attributes-wrapper h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-decoration: underline;
  }
  .whatsapp_a.grow {
    bottom: 120px !important;
  }
}
.pointsRate {
  display: none;
}
.opc-wrapper .fieldset > .field {
  margin: 0 0 6px;
}
.opc-wrapper .fieldset .fieldset > .field:not(.choice) > .label {
  margin: 0 0 6px;
}
.tax-logo-container {
  display: flex;
  display: -ms-flexbox;
  direction: ltr;
  gap: 25px;
  margin: 0px 15px;
}
@media (max-width: 480px) {
  .opc-block-summary-tax {
    gap: 10px !important;
  }
}
@media (max-width: 767px) {
  .tax-logo-container {
    gap: 18px !important;
  }
}
.mgz-countdown .mgz-countdown-unit-label {
  min-width: 30px !important;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 4px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s;
  border-radius: 30px;
}
/*New work .Less Start*/
.totals-discount-summary .discount.coupon {
  display: none;
}
@media (min-width: 768px) {
  .qty.field .qty-changer > a,
  .col.qty .qty-changer > a {
    height: 2rem;
    line-height: 2rem;
  }
}
.field-choicelabel-label {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 9;
}
.products-related {
  margin: 0;
  padding: 0;
}
.products-related .products.product-items {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  gap: 7px;
}
@media (min-width: 768px) {
  .products-related .products.product-items {
    justify-content: center;
  }
}
.products-related .products.product-items .main-blk-related .stock.unavailable {
  position: absolute;
  z-index: 9;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}
.products-related .products.product-items .main-blk-related .stock.unavailable span {
  position: relative;
  top: 30%;
  background: rgba(255, 255, 255, 0.9);
}
.products-related .product.details.product-item-details {
  padding: 0;
}
.products-related .product.details.product-item-details .product-item-name {
  direction: rtl;
}
.products-related .product-item-photo {
  margin: 0;
  padding: 0;
}
.products-related .product-item-info {
  border: 2px solid #fff;
  position: relative;
  z-index: 2 !important;
}
.products-related .checked-unchecked {
  border-color: #6a8aa6 !important;
}
.old-price .price {
  color: #000 !important;
}
.amrelated-grid-wrapper {
  width: 100%;
}
.amrelated-grid-wrapper .block-content {
  overflow-x: auto;
}
@media (max-width: 767px) {
  .checkout-payment-method .payment-methods {
    margin: 0px !important;
  }
}
@media (max-width: 767px) {
  .opc-block-shipping-information {
    padding: 0 20px;
  }
}
.checkout-payment-method .payment-method-title .payment-icon {
  max-width: 100px;
}
.cart-summary {
  padding: 10px 10px !important;
}
.block.crosssell {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .footer-middle .row div:first-child {
    width: 100% !important;
  }
}
#newsletter_popup .vc_column_container {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
#newsletter_popup span {
  margin-right: 4px;
}
.form.payments .payment-option .action-toggle {
  width: 100%;
}
.form.payments .payment-option .action-toggle:after {
  float: left;
}
@media (max-width: 767px) {
  .form.payments .payment-option .payment-option-content .input-text {
    width: 100% !important;
  }
}
.form.payments .payment-option .payment-option-content .actions-toolbar {
  text-align: right;
}
.form.payments .payment-option .payment-option-content .actions-toolbar .primary {
  float: none;
}
.form.payments .payment-option .payment-option-content .actions-toolbar .primary .action.action-apply {
  margin-right: 0px;
  background-color: #73679b !important;
  border-color: #73679b !important;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.form.payments .payment-option .payment-option-content .actions-toolbar .primary .action.action-apply span {
  color: #fff;
  white-space: nowrap;
}
.checkout-payment-method .payment-option-title {
  padding: 5px 0 !important;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 0 0 !important;
}
#co-payment-form .fieldset > .legend + br {
  display: none !important;
}
.cart-label {
  margin-top: 12px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  display: none !important;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .cart-label {
  color: #000 !important;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .cart-label:before {
  content: "\e8ba";
  font-family: "porto-icons";
  font-size: 27px;
  display: inline-block;
  color: #222529;
  float: left;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .checkout-payment-method .payment-option {
    margin: 0 !important;
  }
}
.static-disc-cod {
  margin: 0 0 0.5em;
  padding: 12px 1em 12px 1.25em;
  display: block;
  background: #e5efe5;
  color: #006400;
  font-size: 13px;
  display: flex;
  gap: 20px;
  border-radius: 15px;
}
.static-disc-cod span {
  color: #006400;
}
.static-disc-cod .dis-cod {
  text-transform: uppercase;
  font-size: 18px;
}
#shipping-new-address-form select,
#shipping-new-address-form input[type="text"] {
  width: 92.25% !important;
  border-radius: 8px !important;
}
#checkout .fieldset > .field input.input-text {
  width: 92.25% !important;
}
.totals.totalsavings.excl th,
.totals.totalsavings.excl td span {
  color: #006400;
  font-size: 15px;
}
.block.related .glider-slide {
  width: 100% !important;
}
.glider-contain.products amrelated-pack-list {
  margin-bottom: 0px !important;
}
.product-item .action.towishlist {
  border: 0 !important;
  width: initial;
  display: block;
}
.mgz-blk-slider {
  position: relative;
}
.mgz-blk-slider .actions-secondary {
  position: absolute;
  top: 0;
  z-index: 2;
}
.product-item-info.type6 .product-item-link .product-item-name,
.product-item-info.mgz-blk-slider .product-item-name a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  direction: rtl;
  white-space: normal;
}
input[id^="tamara_pay_by_instalments"] + label:after {
  content: "";
  display: inline-block;
  width: 95px;
  height: 55px;
  background: url("../../frontend/Smartwave/portortl_child/ar_SA/images/tamara_black.png") no-repeat center center;
  background-size: contain;
  margin-right: 2px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .table-wrapper .table:not(.totals):not(.cart):not(
            .table-comparison
        ).additional-attributes tbody .col {
    font-size: 13.75px;
    padding: 0;
    font-weight: normal;
  }
  .amrewards-highlight-container span,
  .tabby-tamara span {
    font-size: 0.7rem;
  }
  .product-tabby .badge img {
    max-height: 50px;
    min-height: 15px;
  }
  .tabby-tamara {
    margin: 0 0 6px;
    display: inline-flex;
    padding-top: 6px;
  }
  .tabby-tamara span {
    margin: auto;
  }
}
.container.byt-cont > div {
  justify-content: center;
}
.product-info-main .old-price .price-wrapper .price {
  color: #000 !important;
  font-size: 18px;
}
.prod-blk {
  display: flex;
}
@media (max-width: 767px) {
  .prod-blk .col.subtotal,
  .prod-blk .col.qty {
    padding-left: 0;
    padding-right: 5px;
  }
}
@media (max-width: 420px) {
  .cart.table-wrapper .product-image-container {
    width: 130px !important;
  }
  .cart.table-wrapper .item .col.item {
    max-width: 50% !important;
  }
  .cart.table-wrapper .col.subtotal {
    font-size: 12px;
  }
  .cart.table-wrapper .col.subtotal .price-including-tax .price {
    font-size: 14px !important;
  }
  .cart.table-wrapper .col.subtotal .price.line-thro {
    font-size: 12px !important;
  }
  .cart.table-wrapper .col.msrp {
    font-size: 12px;
  }
  .cart.table-wrapper .col.qty .input-text.qty {
    width: 10px;
  }
}
@media (max-width: 767px) {
  .cart.table-wrapper .product-image-container {
    width: 100%;
  }
  .cart.table-wrapper .qty.field .control,
  .cart.table-wrapper .col.qty .control {
    width: 100% !important;
  }
  .cart.table-wrapper .product-item-details .product-item-name-cart {
    white-space: normal !important;
  }
  .ajax-cart-qty-minus:before,
  .ajax-cart-qty-plus:before {
    font-size: 10px !important;
  }
}
.cart.table-wrapper .product-item-details .amrelated-pack-info {
  display: none !important;
}
.estimated-hld .price-margin {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.cart.table-wrapper .actions-toolbar .action-towishlist {
  display: inline-block;
}
.cart.table-wrapper .actions-toolbar .action-towishlist:before {
  display: none;
}
.cart.table-wrapper .actions-toolbar .porto-icon-wishlist-2 {
  width: 20px !important;
  height: 18px !important;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .cart.table-wrapper .actions-toolbar > .action-delete {
    left: 44px !important;
  }
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  background: url(../../frontend/Smartwave/portortl_child/ar_SA/images/emptycart.png);
  width: 16px;
  height: 21px;
  background-size: cover;
  background-repeat: no-repeat;
  content: "" !important;
}
.cart-cont-item.cci-qty {
  text-align: left;
}
@media (min-width: 768px) {
  .cart-cont-item.cci-qty {
    text-align: center;
  }
}
.control.qty.custom-qty {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 3px 0;
}
@media (max-width: 767px) {
  .page-header .panel.wrapper .header-right {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .share-links {
    margin-right: 0 !important;
  }
}
.head-text-social {
  width: 180px !important;
  vertical-align: baseline !important;
  text-indent: initial !important;
  font-size: 11px !important;
}
@media (min-width: 768px) {
  .head-text-social {
    display: none !important;
  }
}
#block-collapsible-nav .items {
  padding: 1em;
}
.sidebar.sidebar-additional {
  width: 100%;
}
.products-grid.wishlist {
  display: block;
}
.products-grid.wishlist .product-item-info {
  z-index: 1;
}
.amrelated-info .product.details.product-item-details {
  margin-top: 0px !important;
  text-align: right;
}
.lookbook-btn-product .lookbook-btn-tocart {
  width: 100%;
}
.lookbook-marker-type2 .lookbook-profile-content {
  float: none !important;
}
.lookbook-profile-wraper .product.details.product-item-details {
  margin-top: 0;
  padding: 0;
}
.add-all-to-cart {
  margin-bottom: 5px;
}
.checkout-payment-method .payment-option-title .action-toggle > span {
  font-weight: bold;
}
#discount-form {
  display: flex;
}
#discount-form .payment-option-inner {
  flex: 90%;
}
#discount-form .actions-toolbar {
  flex: 10%;
}
#discount-form input {
  width: 100% !important;
}
#discount-form button:not(.primary) {
  height: 35px;
}
.store-credit-add .storeCreditLeft,
.store-credit-add .payment-option-content {
  display: none !important;
}
.store-credit-add._active .storeCreditLeft {
  display: block !important;
}
.store-credit-add._active .store-credit-container {
  display: flex !important;
  flex-wrap: nowrap;
  width: 100% !important;
}
.store-credit-add._active .store-credit-container .payment-option-inner {
  flex: 90%;
}
.store-credit-add._active .store-credit-container .payment-option-inner .actions-toolbar.storecredit-actions {
  flex: 10%;
}
.store-credit-add._active .store-credit-container .payment-option-inner input {
  width: 100% !important;
}
.store-credit-add._active .store-credit-container button:not(.primary) {
  height: 35px;
}
#discount-reward-form .payment-option-inner {
  display: flex;
  flex-wrap: nowrap;
}
#discount-reward-form .actions-toolbar.amrewards-actions {
  margin: 0;
}
.product-options-bottom,
.product-info-price {
  font-size: 20px;
}
.product-info-main .page-title-wrapper h1 {
  font-size: 18px;
}
.price-tabb-tam {
  color: #73679b;
}
.qty.field .qty-changer > a,
.col.qty .qty-changer > a {
  border: 0px !important;
  text-align: center;
}
.qty.field .qty-changer > a::before,
.col.qty .qty-changer > a:before {
  display: none;
}
.qty.field .qty-changer > a.qty-inc:after,
.col.qty .qty-changer > a.qty-inc:after {
  position: initial;
  left: initial;
  top: initial;
  height: initial;
  border-left: 0;
  font-size: 12px;
  color: #757575;
  font-family: "Font Awesome 5 Free";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 900;
  overflow: hidden;
  speak: none;
  text-align: center;
  content: "\f067";
}
@media (max-width: 767px) {
  .qty.field .qty-changer > a.qty-inc:after,
  .col.qty .qty-changer > a.qty-inc:after {
    line-height: 38px;
  }
}
.qty.field .qty-changer > a.qty-dec:after,
.col.qty .qty-changer > a.qty-dec:after {
  position: initial;
  left: initial;
  top: initial;
  height: initial;
  border: 0;
  font-size: 12px;
  color: #757575;
  font-family: "Font Awesome 5 Free";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 900;
  overflow: hidden;
  speak: none;
  text-align: center;
  content: "\f068";
}
@media (max-width: 767px) {
  .qty.field .qty-changer > a.qty-dec:after,
  .col.qty .qty-changer > a.qty-dec:after {
    line-height: 38px;
  }
}
/*Aktar Changes*/
/* start - unique-living-room */
.ttt.mgz-product-items .mgz-grid-page {
  margin-top: 40px;
}
.ttt.mgz-product-items .add-to-cart-all-block {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.ttt.mgz-product-items .add-to-cart-all-block .primary {
  height: 36px;
}
#totalproudcts {
  padding-right: 10px;
  padding-left: 10px;
}
.ttt.mgz-product-items .mgz-grid-page .item:nth-child(even) .product-item-info {
  padding-left: 5px;
}
.ttt.mgz-product-items .mgz-grid-page .item:nth-child(odd) .product-item-info {
  padding-right: 5px;
}
.add-to-cart-all-block .align-left {
  padding-left: 0;
}
.add-to-cart-all-block .align-right {
  padding-right: 0;
}
.product-item .tocart:before {
  display: none;
}
.product-item .tocart span {
  font-weight: 700;
  font-size: 14px;
}
/* end - unique-living-room */
@media screen and (max-width: 767px) {
  .ttt.mgz-product-items .add-to-cart-all-block {
    font-size: 16px;
  }
  #totalproudcts .old-price {
    font-size: 0.9rem !important;
  }
  .ttt.mgz-product-items .mgz-grid-page {
    margin-top: 115px;
  }
  .ttt.mgz-product-items .add-to-cart-all-block {
    top: 50px;
    padding: 0;
  }
  .ttt.mgz-product-items .add-to-cart-all-block .align-right {
    order: 2;
    text-align: center;
    margin-top: 10px;
  }
  .ttt.mgz-product-items .add-to-cart-all-block .align-right .d-inline-block.ml-3 {
    display: none !important;
  }
  .ttt.mgz-product-items .add-to-cart-all-block .align-left {
    padding-left: 0px;
    padding-right: 0px;
    text-align: right;
  }
  .ttt.mgz-product-items .add-to-cart-all-block .align-left .d-none {
    display: inline-block !important;
    margin-right: 0px !important;
    margin-left: 10px;
  }
  .whats-app {
    bottom: 65px !important;
  }
  .ttt.mgz-product-items form.d-inline-block {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: white;
    padding: 10px;
    z-index: 99;
  }
  .cms-page-view #totop {
    display: none !important;
  }
  .ttt.mgz-product-items .add-to-cart-all-block .primary {
    width: 100%;
  }
  .add-to-cart-all-block-price-block {
    display: block;
  }
}
.action.primary.tocart {
  background-color: #a88144 !important;
  color: #fff !important;
  border-color: #a88144 !important;
}
.product-item-info .product-item-details .product-item-actions .tocart {
  color: #a88144 !important;
  background-color: transparent !important;
  border-color: #a88144 !important;
}
.amrelated-tocart-wrapper .action.primary {
  background: #a88144 !important;
  color: #fff !important;
  border-color: #a88144 !important;
}
.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-list .glider-track {
  background-color: transparent !important;
}
.amrelated-plus {
  display: none !important;
}
.amrelated-pack-wrapper {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}
.amrelated-tocart-wrapper .action.primary::before {
  color: #fff;
  display: inline-block;
  content: "\e8ba";
  font-family: "porto-icons";
  margin-left: 0.5rem;
  font-size: 1.125rem;
}
.main-upsell-product-detail {
  background-color: transparent !important;
}
.price-final_price > .price-container .price,
.old-price + .special-price .price-wrapper .price {
  color: #000 !important;
}
.product-info-main .old-price .price-wrapper .price,
.old-price .price {
  color: grey !important;
}
#layer-product-list .btn.btn-primary,
#layer-product-list .action.primary,
.checkout-onepage-success .action.primary,
.mgz-grid.ttt .action.primary.tocart {
  background-color: #fff !important;
  color: #a88144 !important;
  border-color: #a88144 !important;
}
.bayt-massenger {
  position: fixed;
  bottom: 40px;
  left: 0;
  z-index: 99999;
}
@media (max-width: 639px) {
  .bayt-massenger {
    bottom: 75px;
  }
}
.bayt-massenger h6 {
  display: none;
}
.bayt-massenger a img {
  max-height: 100%;
}
.product .page-title {
  padding-bottom: 10px;
}
.checkout-index-index .btn.btn-primary,
#guest-alert-form .btn.btn-primary,
.lookbook-profile-product-wrapper .product-item-details .btn.btn-primary,
.block-minicart .btn.btn-primary,
.checkout-cart-index .btn.btn-primary,
.mgz-lookbook .btn.btn-primary {
  background-color: #a88144 !important;
  border-color: #a88144 !important;
}
.checkout-index-index .action.primary,
#guest-alert-form .action.primary,
.lookbook-profile-product-wrapper .product-item-details .action.primary,
.block-minicart .action.primary,
.checkout-cart-index .action.primary,
.mgz-lookbook .action.primary {
  background-color: #a88144 !important;
  border-color: #a88144 !important;
}
.account .btn.btn-primary,
.contact-index-index .btn.btn-primary,
.customer-account-login .btn.btn-primary,
#discount-coupon-form .btn.btn-primary,
.form-login .btn.btn-primary,
#review-form .btn.btn-primary,
.amreview-add-new .btn.btn-primary,
.question-form-actions .btn.btn-primary {
  background-color: #000 !important;
  border-color: #000 !important;
}
.account .action.primary,
.contact-index-index .action.primary,
.customer-account-login .action.primary,
#discount-coupon-form .action.primary,
.form-login .action.primary,
#review-form .action.primary,
.amreview-add-new .action.primary,
.question-form-actions .action.primary {
  background-color: #000 !important;
  border-color: #000 !important;
}
.price-tabb-tam {
  color: #a88144 !important;
}
.stock.unavailable span {
  color: gray !important;
}
.old-price + .special-price .price-wrapper .price {
  color: black !important;
}
.block-minicart .btn.btn-primary {
  background-color: #a88144 !important;
  border-color: #a88144 !important;
}
.block-minicart .action.primary {
  background-color: #a88144 !important;
  border-color: #a88144 !important;
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before,
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #a88144 !important;
}
.opc-progress-bar-item > span:after {
  color: #a88144 !important;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #a88144 !important;
}
.form.payments .payment-option .payment-option-content .actions-toolbar .primary .action.action-apply {
  background-color: #000 !important;
  border-color: #000 !important;
}
#cat-blk-1 .mgz-element-inner,
#n-day-off .scrollmenu,
#cat-blk-home .scrollmenu {
  text-align: center;
}
@media (max-width: 580px) {
  #hom-cat-sec .mgz-col-xs-3 {
    width: 50%;
    margin-bottom: 10px;
  }
  #hom-cat-sec h2 {
    font-size: 10px !important;
  }
}
.amsearch-item .btn.btn-primary {
  background-color: #a88144 !important;
  border-color: #a88144 !important;
}
.amsearch-item .action.primary {
  background-color: #a88144 !important;
  border-color: #a88144 !important;
}
.cart.table-wrapper .subtotal .item-options,
.cart.table-wrapper .subtotal .mpfreegifts-notice {
  display: none;
}
.cart.table-wrapper .subtotal.config_options .item-options {
  display: inline-block;
}
.cms-idp-html .mausufq-s {
  background-color: #ffffff !important;
}
.interiordesigner {
  background: url(../../frontend/Smartwave/portortl_child/ar_SA/images/interiordesigner.jpeg);
  display: block;
  background-position: top right;
  background-repeat: no-repeat;
  text-align: left;
  background-size: 50%;
}
.interiordesigner input[type="email"],
.interiordesigner input[type="number"],
.interiordesigner input[type="password"],
.interiordesigner input[type="search"],
.interiordesigner input[type="tel"],
.interiordesigner input[type="text"],
.interiordesigner input[type="url"],
.interiordesigner input[type="color"],
.interiordesigner input[type="date"],
.interiordesigner input[type="datetime"],
.interiordesigner input[type="datetime-local"],
.interiordesigner input[type="month"],
.interiordesigner input[type="time"],
.interiordesigner input[type="week"],
.interiordesigner textarea,
.interiordesigner select {
  width: 100%;
  border-radius: 5px;
}
.interiordesigner .label {
  display: none !important;
}
.interiordesigner .form-create-account {
  display: inline-block !important;
  width: 50%;
}
.interiordesigner .form-create-account .account .legend {
  display: none;
}
.interiordesigner .form.create.account > .fieldset {
  width: 100%;
  float: none;
}
.interiordesigner .form.create.account .actions-toolbar {
  max-width: 100%;
}
.interiordesigner .fieldset.create > .legend {
  text-align: right;
}
.interiordesigner .fieldset.info {
  margin-bottom: 0;
}
.interiordesigner .password-strength-meter {
  display: none;
}
.interiordesigner .newsletter {
  text-align: right;
  display: none;
}
.interiordesigner .newsletter .label {
  display: inline-block !important;
  margin-right: 10px !important;
}
.interiordesigner .mobile-number-block .field {
  margin-bottom: 15px;
}
.interiordesigner .action.primary {
  background-color: #a88144 !important;
  border-color: #a88144 !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .cms-idp-html .page-main {
    padding: 0;
  }
  .interiordesigner {
    padding: 15px;
    background-size: 100%;
    background-repeat: repeat;
  }
  .interiordesigner .newsletter {
    margin-bottom: 15px;
  }
  .interiordesigner input[type="checkbox"] {
    width: 10px;
  }
  .interiordesigner .captcha-image {
    display: flex;
  }
  .interiordesigner .captcha-image .captcha-img {
    width: 46%;
    margin: 0 2%;
    order: 1;
  }
  .interiordesigner .captcha-image .action {
    width: 47%;
  }
  .interiordesigner .captcha-image .action span {
    font-size: 10px;
  }
  .interiordesigner .form-create-account {
    display: block !important;
    max-width: 100%;
    border-radius: 10px;
    width: auto;
    background-color: #fff;
    padding: 0 !important;
  }
  .interiordesigner .mobile-number-block {
    display: flex;
    flex-direction: row;
    gap: 0;
    margin-bottom: 15px;
  }
  .interiordesigner .mobile-number-block .field {
    margin-bottom: 0;
  }
  .interiordesigner .mobile-number-block .inticountry_code {
    flex: 0 0 40%;
    float: none;
  }
  .interiordesigner .mobile-number-block .intiphone_number {
    flex: 1;
    float: none;
  }
  .mgz-element-inner.k7ogi6x-s {
    background: none !important;
    padding: 0 !important;
  }
}
@media (max-width: 560px) {
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    padding-top: 0px !important;
    margin: -26px -8px 0 2px;
  }
  .interiordesigner {
    padding-top: 345px;
    background-repeat: no-repeat;
  }
  .interiordesigner .legend span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    margin: -26px -9px 0 2px;
    font-size: 25px !important;
    background: transparent !important;
  }
}
.cms-byond-homepage .page .messages,
.cms-idp-html .page .messages {
  z-index: 999999;
  position: relative;
}
.bayt-reviews-sku .product-influencer {
  margin: 0 0 10px;
}
.bayt-reviews-sku .product-influencer .influencer-image {
  display: inline-block;
  vertical-align: middle;
}
.bayt-reviews-sku .product-influencer .influencer-image img {
  max-height: 48px;
  max-width: 48px;
}
.bayt-reviews-sku .product-influencer .influencer-name {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .bayt-reviews-sku {
    display: inline-block;
    width: 50%;
  }
  .product-info-price {
    width: 50%;
    float: right;
  }
  .product-info-main .product-info-price .price-box,
  .product-info-main .product-info-stock-sku {
    vertical-align: text-bottom;
  }
  .bayt-reviews-sku .product-influencer {
    text-align: left;
  }
}
.search-autocomplete.amsearch-clone-position {
  top: calc(100%);
}
.search-area.show-icon {
  text-align: right;
}
.block-search .action.search {
  right: 2px;
  left: auto;
}
.amsearch-close {
  left: 0;
  right: auto;
}
.amsearch-item-container.recent_searches .amsearch-item {
  display: block;
  padding: 5px 0px;
  border: 0;
  border-radius: 0;
  margin-right: 0;
}
.page-header.type6 .block-search input {
  text-align: right;
  border-radius: 7px !important;
}
.search-autocomplete {
  text-align: right;
}
.block-search input {
  padding-right: 40px !important;
  padding-left: 0px !important;
}
.search .amsearch-loupe {
  left: auto;
}
.amsearch-item-container.recent_searches .amsearch-item:active,
.amsearch-item-container.recent_searches .amsearch-item:hover {
  background: #f4f5fa;
}
.amsearch-additional-content {
  display: block;
}
.amsearch-item-container {
  padding: 0 !important;
}
.amsearch-leftside {
  display: block;
}
.amsearch-wrapper-input.-left-position,
.search-autocomplete.-left-position {
  right: 0;
  left: auto;
}
.amsearch-clone-position {
  box-shadow: none;
}
.amsearch-item-container.recent_searches .amasty-xsearch-block-header {
  padding: 0 15px 10px;
}
.amsearch-form-container .control {
  min-height: 35px;
}
.search-autocomplete.-bottom-position {
  top: calc(100%) !important;
}
.search .amsearch-loupe {
  left: auto !important;
  right: 13px;
  width: 16px;
  height: 16px;
  top: 2px;
}
.amsearch-wrapper-input.-left-position,
.search-autocomplete.-left-position {
  left: auto !important;
  right: 0 !important;
}
@media (max-width: 767px) {
  .search-area .minisearch .actions button {
    position: absolute;
    z-index: 99;
  }
  .block-search .action.search {
    right: 22px;
    left: auto;
    top: 0px;
  }
}
.search-autocomplete.-bottom-position {
  width: 100% !important;
}
.search-area .minisearch .actions button > span {
  display: inline-block !important;
}
.form.create.account > .fieldset {
  width: auto !important;
  float: none !important;
}
.form.create.account .actions-toolbar {
  max-width: 100% !important;
}
.form-create-account {
  width: calc(65.25%);
  margin: 0px auto !important;
}
.form-create-account .input-text {
  width: 100%;
}
.form.create.account .actions-toolbar > .primary,
.form.create.account .actions-toolbar > .secondary {
  float: none !important;
  text-align: center !important;
  width: 100% !important;
}
.create #remember-me-box {
  display: none;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .captcha-image {
    position: relative;
  }
  .customer-account-create .form-create-account .captcha-image .captcha-reload {
    position: absolute;
    top: 2px;
    right: 207px;
  }
  .customer-account-create .form-create-account .action.primary {
    width: 95%;
  }
  .customer-account-create .form-create-account .fieldset.create.account {
    margin-bottom: 10px;
  }
  .form-create-account {
    width: 100%;
  }
}
.captcha-reload {
  border-radius: 6px !important;
  background-color: #f4f4f4 !important;
  font-size: 11px;
  font-weight: 500 !important;
  border: none !important;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr th {
  max-width: 50%;
  color: gray;
  font-weight: 600;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td,
.additional-attributes-wrapper .additional-attributes > tbody > tr th {
  padding: 10px !important;
}
.product.attribute.description {
  padding: 10px 0;
}
.action.primary {
  font-family: tajawal, sans-serif !important;
}
.product-info-main .additional-attributes-wrapper,
#product-attribute-specs-table .table-caption {
  display: none;
}
@media (max-width: 767px) {
  .product-info-main .additional-attributes-wrapper,
  #product-attribute-specs-table .table-caption {
    display: block;
  }
  #tab-label-additional,
  .product.info.detailed #additional {
    display: none !important;
  }
}
.price-block {
  display: inline-flex;
}
.product-labels .product-label.sale-label {
  background: #fceced;
  border-radius: 6px;
  color: #dc4955;
  font-size: 12px;
  vertical-align: middle !important;
  margin: 0 0 0 0;
  padding: 7px 7px 4px 7px !important;
}
.product-reviews-summary.short {
  transform: scale(0.8);
}
.product-item-info .product-item-details .price-box,
.product-labels {
  display: inline-block;
}
.product-labels {
  position: static;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .product-labels {
    margin-right: 0;
  }
  .old-price + .special-price .price-wrapper .price {
    font-size: 15px;
  }
  .product-item-info .product-item-details .price-box,
  .product-labels {
    max-width: 100px;
  }
}
.color-name {
  display: none;
}
.swatch-option.color {
  display: inline-block;
  margin: 3px 0 3px 6px;
  padding-right: 0 !important;
  width: 20px;
  height: 20px;
  white-space: nowrap;
  text-align: left;
  border: none;
  min-width: auto;
  padding: 0;
  outline: none;
  position: relative;
  vertical-align: middle;
  border-radius: 20px;
}
.swatch-layered.color .swatch-option,
.swatch-layered.main_color .swatch-option {
  min-width: 20px !important;
  height: 20px !important;
  width: 20px;
  float: none;
  display: inline-block;
  border-radius: 20px;
  margin: 0 0 0 10px;
}
.swatch-layered.color .color-name,
.swatch-layered.main_color .color-name {
  display: inline-block;
  vertical-align: middle;
}
.swatch-layered.color .swatch-attribute-options a,
.swatch-layered.main_color .swatch-attribute-options a {
  display: block !important;
  width: 100%;
  margin: 5px 0 !important;
}
.amwal-checkout-button {
  font-family: "Tajawal", sans-serif;
  font-size: 1em !important;
  width: 100%;
  max-width: 369.33px !important;
  font-weight: bold !important;
  line-height: 3rem !important;
  height: 3rem !important;
}
.catalog-product-view .hydrated center {
  text-align: right;
}
.button-native {
  border-radius: 8px !important;
}
:host {
  --border-radius: 8px !important;
}
@media (max-width: 767px) {
  .catalog-product-view .hydrated center {
    text-align: right;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 50%;
    padding: 9px 0px 9px 7px;
  }
  .checkout-cart-index .basket-detail .checkout.cart-pag.text-center {
    display: none;
  }
  .checkout-cart-index .basket-detail .basket-total-items {
    padding-bottom: 40px;
  }
}
@media (min-width: 980px) {
  .catalog-product-view .box-tocart .fieldset {
    display: flex;
    flex-direction: row;
  }
  .catalog-product-view .box-tocart .fieldset .qty {
    order: -2;
  }
  .catalog-product-view .box-tocart .fieldset .actions {
    order: -1;
  }
  .fieldset > .field,
  .fieldset > .fields > .field {
    padding-top: 15px !important;
  }
  .box-tocart .action.tocart {
    margin-left: 10px !important;
  }
}
.glider-track .price-box {
  direction: rtl;
}
.glider-track .product-item-info .product-item-details .price-box,
.glider-track .product-labels {
  max-width: 100%;
}
.amstars-rating-container.-small:before {
  left: 0;
  position: absolute;
  top: 26px;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: "porto-icons";
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\f844" "\f844" "\f844" "\f844" "\f844";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.amstars-stars:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: "porto-icons";
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\f844" "\f844" "\f844" "\f844" "\f844";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.amstars-rating-container.-small {
  width: 88px !important;
  background: none !important;
}
.amstars-rating-container.-small .amstars-stars {
  background: none !important;
  overflow: hidden;
}
.ttt.mgz-product-items .add-to-cart-all-block .d-inline-block .primary {
  background-color: #a88144 !important;
  color: #fff !important;
  border-color: #a88144 !important;
}
.checkout-cart-index #cart-totals tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.checkout-cart-index #cart-totals tbody tr {
  display: flex;
  width: 100%;
}
.checkout-cart-index #cart-totals tbody tr th,
.checkout-cart-index #cart-totals tbody tr td {
  width: 50%;
}
.checkout-cart-index #cart-totals tbody tr th {
  text-align: right;
}
.checkout-cart-index #cart-totals tbody tr td {
  text-align: left;
}
.checkout-cart-index #cart-totals tbody .totals.totalsavings.excl {
  display: none;
}
.checkout-cart-index #cart-totals tbody .totals-tax {
  order: 2;
  display: flex;
  width: 100%;
}
.checkout-cart-index #cart-totals tbody .totals-tax td,
.checkout-cart-index #cart-totals tbody .totals-tax th {
  width: 100%;
}
.checkout-cart-index #cart-totals tbody .grand.totals.incl {
  order: 3;
}
.checkout-cart-index #cart-totals tbody .grand.totals.excl {
  order: 1;
}
.checkout-cart-index #cart-totals tbody .grand.totals.excl strong {
  font-weight: normal !important;
  font-size: 13px !important;
}
.checkout-cart-index #cart-totals tbody .totals.sub {
  display: flex;
  width: 100%;
}
.checkout-cart-index #cart-totals tbody .totals.sub td,
.checkout-cart-index #cart-totals tbody .totals.sub th {
  width: 100%;
}
.checkout-index-index .opc-block-summary tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.checkout-index-index .opc-block-summary tbody tr {
  display: flex;
  width: 100%;
}
.checkout-index-index .opc-block-summary tbody tr th,
.checkout-index-index .opc-block-summary tbody tr td {
  width: 50%;
}
.checkout-index-index .opc-block-summary tbody tr th {
  text-align: right;
}
.checkout-index-index .opc-block-summary tbody tr td {
  text-align: left;
}
.checkout-index-index .opc-block-summary tbody .grand.totals.excl {
  order: 1;
}
.checkout-index-index .opc-block-summary tbody .grand.totals.excl strong {
  font-weight: normal !important;
  font-size: 13px !important;
}
.checkout-index-index .opc-block-summary tbody .grand.totals.excl th {
  text-align: right;
}
.checkout-index-index .opc-block-summary tbody .totals-tax {
  order: 2;
}
.checkout-index-index .opc-block-summary tbody .totals-tax th {
  text-align: right;
}
.checkout-index-index .opc-block-summary tbody .grand.totals.incl {
  order: 3;
}
.note-guest {
  display: none;
  padding: 10px 10px 10px 30px;
  background-color: #f9f5db;
  background-image: url("../../frontend/Smartwave/portortl_child/ar_SA/images/warning-icon.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px center;
  font-size: 11px;
}
.checkout-index-index .opc-block-summary tbody .grand.totals.excl {
  display: flex !important;
}
.amexfee-collapsible-block {
  display: none !important;
}
.category-description {
  max-height: 6.5em !important;
  padding-right: 6px !important;
  overflow: overlay !important;
  overflow-y: scroll !important;
}
.search-area .minisearch .actions button.search span {
  display: none !important;
}
.message-success + .message-notice {
  display: none !important;
}
#countdown {
  text-align: center;
}
#timer {
  display: flex;
  justify-content: center;
}
#timer div {
  margin: 0 10px;
}
#timer span {
  display: block;
  font-size: 0.8rem;
}
.amrelated-pack-item.-discount-applied .without-discount,
.amrelated-pack-item .with-discount {
  display: none;
}
.amrelated-pack-item.-discount-applied .without-discount {
  display: none;
}
.amrelated-pack-item.-discount-applied .with-discount {
  display: block;
}
#timer #days,
#timer #hours,
#timer #minutes,
#timer #seconds {
  display: block;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 50px;
  background: #000;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
.amrelated-pack-wrapper .amrelated-title {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-content: center;
  flex-wrap: nowrap;
  align-items: baseline;
}
.cart-summary .discount .coupon {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.cart-summary .discount .coupon .question-mark {
  display: none;
}
.cart-summary .discount .coupon .field {
  width: 100%;
  padding-top: 0 !important;
}
.cart-summary .discount .coupon .field .input-text {
  width: 100%;
}
.cart-summary .discount .coupon .primary {
  height: auto;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .cart-summary .discount .coupon .actions-toolbar {
    margin-right: 10px;
  }
}
.cart-summary .cart-totals .totals.shipping.incl .label {
  display: none;
}
.cart-summary .cart-totals .grand.totals.excl {
  display: none !important;
}
.cart-summary .block-static-block {
  background: url("../../frontend/Smartwave/portortl_child/ar_SA/images/payment-methods.png") no-repeat;
  background-size: 100%;
  height: 30px;
  width: 100%;
}
.cart-summary .checkout-methods-items {
  display: flex;
  flex-direction: column;
}
.cart-summary .checkout-methods-items .item:first-child {
  order: 3;
}
.cart-summary .checkout-methods-items .item:first-child + .item {
  order: 2;
}
.cart-summary .checkout-methods-items .item:last-child {
  order: 1;
}
body.guest-customer .cart-summary .multicheckout {
  display: none;
}
.block-customer-login .buttons {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row-reverse !important;
}
.block-customer-login .buttons .primary.mb-0,
.block-customer-login .buttons .secondary.mb-3 {
  width: 48%;
}
.block-customer-login .buttons .primary.mb-0 span,
.block-customer-login .buttons .secondary.mb-3 span {
  line-height: 2.2rem;
}
.login-container .block.block-customer-login {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding-top: 15px;
}
.block-customer-login .block-title {
  display: none;
}
.block-customer-login .buttons .primary .action.active,
.block-customer-login .buttons .secondary .action.active {
  background-color: transparent !important;
}
html body #error-msg,
html body #valid-msg {
  position: static;
}
.buttons .mb-3,
.buttons .my-3 {
  margin-bottom: 0rem !important;
}
button#switch-to-whatsapp,
button#switch-to-email {
  border-bottom: 1px solid #BBBBBB !important;
  color: #BBBBBB !important;
}
html body button#switch-to-whatsapp.active,
html body button#switch-to-email.active {
  border-bottom: 2px solid #000 !important;
}
/*
 * Registration phone field (#phone_number, Acodesh): the page loads intl-tel-input
 * 17.x (cdnjs) which emits .iti / .iti--separate-dial-code markup, but the bundled
 * Acodesh CSS only styles the old .intl-tel-input class names, so the input received
 * no left padding and its text rendered UNDER the +966 dial-code/flag (overlap).
 * Lay the wrapper out as flex so the dial-code/flag and the input never overlap,
 * matching live. RTL-aware: in RTL the flag sits on the right (order:2 with row-reverse
 * keeps it after the input visually on the right).
 */
.phone-field-container .iti.iti--separate-dial-code,
.phone-container .control .iti.iti--separate-dial-code,
.wk-whatsapp-field .iti.iti--separate-dial-code {
  display: flex;
  align-items: stretch;
  gap: 5px;
  width: 100%;
}
.phone-field-container .iti.iti--separate-dial-code .iti__flag-container,
.phone-container .control .iti.iti--separate-dial-code .iti__flag-container,
.wk-whatsapp-field .iti.iti--separate-dial-code .iti__flag-container {
  position: relative;
  order: 2;
  height: auto;
}
.phone-field-container .iti.iti--separate-dial-code input#phone_number,
.phone-container .control .iti.iti--separate-dial-code input#phone_number,
.wk-whatsapp-field .iti.iti--separate-dial-code input#phone_number,
.phone-field-container .iti.iti--separate-dial-code input#wk-wa-number,
.phone-container .control .iti.iti--separate-dial-code input#wk-wa-number,
.wk-whatsapp-field .iti.iti--separate-dial-code input#wk-wa-number,
.phone-field-container .iti.iti--separate-dial-code input[type="tel"],
.phone-container .control .iti.iti--separate-dial-code input[type="tel"],
.wk-whatsapp-field .iti.iti--separate-dial-code input[type="tel"] {
  order: 1;
  flex: 1 1 auto;
  width: auto;
  /* reset the stale Acodesh padding-left:52px that targeted old markup */
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .buttons button {
    font-size: 13px !important;
  }
  html body .login-container .block.block-customer-login {
    box-shadow: none;
  }
  .wk-whatsapp-field .iti--separate-dial-code {
    display: flex;
    gap: 5px;
  }
  input#wk-wa-number {
    order: 1;
  }
  .wk-whatsapp-field .iti--separate-dial-code .iti__flag-container {
    order: 2;
    position: relative;
  }
  #login-with-whatsapp .wk-login-with-whatsapp {
    margin-right: 0 !important;
  }
}
@media (min-width: 767px) {
  .mgz-col-md-2 {
    float: right !important;
  }
  .mgz-element:before,
  .mgz-element:after {
    display: none !important;
  }
  .inner-content.mgz-container .mgz-element.nav-item a {
    padding-right: 0 !important;
  }
  .mgz-element-inner .mgz-element.nav-item span.title {
    text-align: right !important;
  }
  .ninjamenus .level0 > a > span.title {
    text-align: center !important;
  }
}
.footer-ribbon {
  display: none;
}
.nav-toggle:before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #000;
  position: relative;
  box-shadow: 0 7px 0 0 #000, 0 14px 0 0 #000;
  margin: 8px 0 8px 0.25rem;
}
.nav-toggle {
  padding: 1px 6.5px 10px !important;
}
.header.content.header-row::before {
  display: none;
}
@media (max-width: 480px) {
  /* T6 logo centered on mobile (match live). Keep header-center in the
       flex flow (so the hamburger in .header-right keeps its position), and
       absolutely center only the logo across the full row width. The row
       (.header.content / .header-row) is position:relative. */
  .page-header.type6 .header-row .header-center {
    padding-right: 0 !important;
    padding-left: 0 !important;
    position: static !important;
  }
  .page-header.type6 .header-row .header-center .logo {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 auto !important;
    width: 125px !important;
    max-width: 125px !important;
    text-align: center !important;
    float: none !important;
    z-index: 0;
  }
  .page-header.type6 .header-row .header-center .logo img {
    margin-right: auto !important;
    margin-left: auto !important;
    display: inline-block !important;
  }
  .header-row .header-center {
    text-align: center;
  }
  .header-contact {
    display: flex;
  }
  .header-contact img {
    display: block;
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 375px) {
  .page-header.type6 .header-row .header-center .logo img {
    margin-right: 0 !important;
  }
}
@media (min-width: 376px) and (max-width: 480px) {
  .page-header.type6 .header-row .header-center .logo img {
    margin-right: 0 !important;
  }
}
.checkout-cart-index #cart-totals tbody .totals.sub {
  order: -10 !important;
}
tr.totals-discount-details.special-price-discount-total {
  order: -9 !important;
  color: #C20105 !important;
}
tr.totals-discount-details.special-price-discount-total td,
tr.totals-discount-details.special-price-discount-total td .title span,
tr.totals-discount-details.special-price-discount-total td span {
  color: #C20105 !important;
}
tr.totals-giftcard {
  order: -9 !important;
  color: #C20105 !important;
}
tr.totals-giftcard td {
  color: #C20105 !important;
}
.totals-discount-details:not(.special-price-discount-total) {
  order: -8 !important;
}
@media (min-width: 768px) {
  .catalog-product-view #product-addtocart-button,
  .catalog-product-view .buynow-button #buy-now,
  .catalog-product-view .buynow-button button {
    font-size: 15px;
  }
}
/* menu changes MAG-478 start */
.mobile-category-nav {
  display: none;
  visibility: hidden;
}
@media (max-width: 767px) {
  html body .search-area:focus-within ~ [data-mobile-category-nav-root],
  html body .block-search:focus-within ~ [data-mobile-category-nav-root] {
    display: none !important;
  }
  .mobile-category-nav {
    display: block;
    position: sticky;
    top: 0;
    z-index: 20;
    background: #ffffff;
    border-bottom: 0;
    direction: rtl;
  }
  .mobile-category-nav.is-placed {
    visibility: visible;
  }
  .mobile-category-nav__inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .mobile-category-nav__inner::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .mobile-category-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .mobile-category-nav__list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .mobile-category-nav__item {
    flex: 0 0 auto;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    border-right: 1px solid #e0e0e0;
    background: #f3f3f3;
    text-align: center;
    display: flex;
  }
  .mobile-category-nav__link {
    display: flex;
    padding: 10px 12px;
    border-radius: 0;
    background: transparent;
    color: #3d3d3d;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-category-nav__item:first-child {
    border-right: 0;
  }
  .mobile-category-nav__item.is-active .mobile-category-nav__link {
    background: #ffffff;
    color: #3d3d3d;
    box-shadow: inset 0 3px 0 #000000;
  }
  .mobile-category-nav__item.is-seasonal .mobile-category-nav__link {
    background: var(--mobile-nav-seasonal-color, #2d6517);
    color: #ffffff;
  }
  .mobile-category-nav__item.is-seasonal.is-active .mobile-category-nav__link {
    background: #ffffff;
    color: #3d3d3d;
  }
}
/* menu changes MAG-478 end */
.modal-popup.confirm._show button.action-primary.action-accept {
  background-color: #a88144 !important;
  color: #fff !important;
  border-color: #a88144 !important;
}
.modal-popup.confirm._show .modal-content {
  margin: 2% 5% !important;
  border: none !important;
}
@media (max-width: 575px) {
  .modal-popup.confirm._show .modal-content {
    width: 94%;
  }
  .modal-popup.confirm._show .modal-content > div {
    padding: 0 !important;
    word-wrap: break-word;
    white-space: normal;
  }
  .modal-popup.confirm._show .modal-footer {
    padding: 1rem !important;
    display: flex;
    justify-content: right;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main .bayt-reviews-sku {
    display: block;
    direction: ltr;
  }
}
/* ===== Pixel-parity with LIVE baytonia.com (RTL audit) ===== */
/* LIVE main#maincontent has padding:0 10px; upgrade lost it (was 0) */
main#maincontent {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
/* LIVE .page-header has margin-bottom:0; upgrade rendered 8px */
.page-header {
  margin-bottom: 0;
}
/* LIVE .minicart-wrapper has no right margin; upgrade added 14px */
.page-header .minicart-wrapper {
  margin-right: 0;
}
/* ===== end pixel-parity block ===== */
/* parity: header gap + minicart offset (override Porto/custom defaults) */
.page-header.type6,
header.page-header {
  margin-bottom: 0 !important;
}
.page-header .header.content .minicart-wrapper,
.page-header.type6 .minicart-wrapper {
  margin-right: 0 !important;
}
.page-header.type6 .header-right .minicart-wrapper {
  margin-right: 0 !important;
}
/* Parity with live: hide wishlist (heart) icon on category PLP + search-results product tiles */
.catalog-category-view .product-item .action.towishlist,
.catalogsearch-result-index .product-item .action.towishlist {
  display: none !important;
}
/* QA UI notes #1: hide Amasty Rewards "you saved today" highlight + points-apply on the CART page only (logged-in users) — live shows none on cart; checkout still shows them */
body.checkout-cart-index .amrewards-highlight-container,
body.checkout-cart-index .amrewards-discount-form,
body.checkout-cart-index .amrewards-actions,
body.checkout-cart-index .amrewards-points-rate,
body.checkout-cart-index .amrewards-minpoints-note,
body.checkout-cart-index [data-block="amreward"] {
  display: none !important;
}
/* QA UI notes #1 (cont.): the "you saved today" line is Baytonia_CartUpdate totalsavings — hide it on the CART page too (not on live cart) */
body.checkout-cart-index .totals.totalsavings,
body.checkout-cart-index .totalsavings {
  display: none !important;
}
/* QA (C2): free-gift popup gift buttons were sizing to their own label -> uneven widths.
   Force every gift card action button to full-width + fixed height so all match, and make
   gift cards equal-height with the button pinned to the bottom so they align on one row. */
.mpfreegifts-modal .mpfreegifts-gift-action button,
.mpfreegifts-modal .mpfreegifts-gift-action .action.primary,
.mpfreegifts-modal .gift-item .action.primary,
.mpfreegifts-modal .gift-item button.action {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 40px !important;
  line-height: 1 !important;
  padding: 0 12px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
}
.mpfreegifts-modal .gift-item {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.mpfreegifts-modal .mpfreegifts-gift-action {
  margin-top: auto !important;
}
/* Baytonia: size Tamara pay_now row logo to match instalments (:after 95x55) & tabby */
.checkout-payment-method .payment-method-title label[for="tamara_pay_now"] img.payment-icon {
  width: 95px !important;
  height: 55px !important;
  max-width: none !important;
  object-fit: contain;
  vertical-align: middle;
  background: none !important;
  filter: none !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fcss%5C%2Fbaytonia.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3B%3B%3BAAKJ%2CSAAU%3BEACN%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAHJ%2CSAAU%2CuBAIN%2CiBAAiB%3BEACb%2CiBAAA%3B%3BAAIR%2CSAAU%2CaAAa%3BAACvB%2CYAAa%3BAACb%2CSAAU%2CaAAa%3BEACnB%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CSAAU%2CaAAa%3BEACnB%2CgBAAA%3B%3BAAEJ%2CSAAU%2CaAAa%3BEACnB%2CaAAA%3B%3BAAGJ%2C%2BBAAgC%2CMAAM%3BEAClC%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CSAAU%2CUAAY%2CSAAO%2CMAAK%3BEAC9B%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%2CKAAK%3BAACL%3BAACA%3BEACI%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CoCAAP%3B%3BAAEJ%2CYAAa%2CYAAY%2CUAAU%3BAACnC%2CYAAa%2CuBAAuB%2CUAAU%3BEAC1C%2CgBAAA%3B%3BAAEJ%2CsBAAuB%2CiBAAiB%3BEACpC%2CWAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAKJ%2CsBAAyB%2CSAAM%3BEAC3B%2CsBAAA%3B%3BAACA%2CsBAFqB%2CSAAM%2CcAE1B%3BEACG%2COAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CsCAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3B%3BAAGR%2CeAAgB%3BAAChB%2CmBAAoB%2COAAO%3BAAC3B%2CaAAc%2COAAO%3BAACrB%2CuBAAwB%2COAAO%3BAAC%5C%2FB%2CcAAe%2COAAO%3BEAClB%2CqBAAA%3B%3BAAKJ%2C%2BBAAgC%2C4BAA4B%3BEACxD%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2COAAO%2CIAAK%3BAACZ%2CMAAM%2COAAO%2CKAAM%3BAACnB%2COAAO%2CSAAS%2CKAAM%3BEAClB%2CiBAAA%3B%3BAAEJ%2C%2BBAAgC%2CMAAM%3BEAClC%2CgBAAA%3BEACA%2CmBAAA%3B%3B%3BAAKJ%2CuBAAwB%3BEACpB%2CcAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAQJ%2CQAN0B%3BEACtB%2CYAAY%2CMAAO%3BIACf%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAAGR%2CqBAAsB%2CSAAQ%3BEAC1B%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2C0CAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CIAAI%2CaAAc%3BEACd%2CaAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2C6BAA8B%3BEAC1B%2CaAAa%2CSAAS%2CUAAU%2CaAAa%2CqBAA7C%3B%3BAAmBJ%2CQAjB0B%3BEACtB%2C6BAA8B%3BIAC1B%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3B%3B%3BAAGR%2CwBAAyB%3BEACrB%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CQAAQ%2CaAAa%2CeAAe%3BEAChC%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CcAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3B%3BAAKJ%2CkBAAmB%3BEACf%2CWAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CcAAA%3B%3BAAEJ%3BEACI%2CwBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%3BEACI%2CwBAAA%3B%3BAAWJ%2CQAT0B%3BEACtB%3BIACI%2CaAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CSAAA%3B%3B%3BAAGR%2CsBAAuB%3BEACnB%2CoBAAA%3B%3BAASJ%2CQAN0B%3BEACtB%2CyBAA0B%2CgBAAgB%3BIACtC%2CaAAA%3BIACA%2CWAAA%3B%3B%3BAAGR%2CCAAC%2CeAAe%3BEACZ%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmCAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAYJ%2CQAV0B%3BEACtB%3BIACI%2CwBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2C8BAAA%3BIACA%2C4BAAA%3B%3B%3BAAGR%2CwBAAwB%3BEACpB%2C%2BBAAA%3BEACA%2C6BAAA%3B%3BAAEJ%3BEACI%2C%2BBAAA%3B%3BAAEJ%3BAACA%3BEACI%2CsBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2C0BAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2CkBAAT%3BEAEA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2C4BAAA%3B%3BAAEJ%3BEACI%2CwBAAA%3B%3BAAEJ%3BEAII%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkCAAmC%3BEAC%5C%2FB%2CQAAA%3B%3BAAEJ%2CkCACI%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAQJ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CqBAAqB%3BEACjB%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%2CaAAc%2CQAAO%3BEACjB%2CmBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CaAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CeAAgB%2CEAAE%3BEACd%2CgBAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CaAAA%3BEACA%2CQAAA%3B%3BAAOJ%2CQAL0B%3BEACtB%2CaAAc%2COAAO%3BIACjB%2CgCAAA%3B%3B%3BAAGR%3BEACI%2CeAAA%3B%3BAAEJ%2CMAAM%2CQAAS%2CsBAAsB%2CWAAW%3BEAC5C%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAmBJ%2CQAhB0B%3BEACtB%2CqBAAsB%2CiBAAiB%3BIACnC%2CiBAAA%3B%3BEAEJ%2CIAAI%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CEAAE%3BIACE%2CeAAA%3B%3B%3BAAkCR%2CQA%5C%2FB0B%3BEACtB%2CQAAQ%2CKAAK%2CMAAO%2CMAAK%3BIACrB%2CcAAA%3B%3BEAEJ%3BIACI%2C2BAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CoBAAA%3B%3BEAGJ%2CEAAE%3BIACE%2C0BAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CIAAI%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CaAAc%2CaAAa%3BIACvB%2C0BAAA%3B%3B%3BAAIR%2CkBAAmB%2CsBAAsB%3BEACrC%2CeAAA%3B%3BAAEJ%2CMAAO%3BEACH%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BAACA%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2C8BAAA%3BEACA%2CgBAAA%3B%3BAAOJ%2CQAL0B%3BEACtB%2CaAAc%2CaAAa%3BIACvB%2C0BAAA%3B%3B%3BAAGR%2CqBAAwB%3BEACpB%2CoBAAA%3B%3BAAEJ%2CaAAc%2CiBAAiB%3BEAC3B%2CiBAAA%3B%3BAAEJ%2CaAAc%2CiBAAiB%2CEAAC%3BEAC5B%2CiBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAgB%2CoBAAqB%2CSAAQ%2CgBAAiB%3BAAC9D%2CgBAAgB%2CoBAAqB%2CSAAQ%3BAAC7C%2CgBAAgB%2CsBAAuB%2CSAAQ%2CgBAAiB%3BAAChE%2CgBAAgB%2CsBAAuB%2CSAAQ%3BEAC3C%2CWAAA%3B%3BAAEJ%2CcAAe%2COAAO%3BEAClB%2CiBAAA%3B%3BAAEJ%3BEACI%2CSAAA%3B%3BAAEJ%2CsBAAsB%2CeAAgB%3BEAClC%2CkBAAA%3B%3BAAEJ%2COAAO%2CcAAe%3BEAClB%2CwBAAA%3B%3BAAEJ%2COAAO%2CcAAe%3BEAClB%2CWAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CgBAAA%3B%3BAAEJ%2CwBAA2B%2C0BAAuB%3BEAC9C%2CQAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CqBAAsB%2CiBAAiB%3BEACnC%2CiBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CsBAAA%3B%3BAAEJ%2CQAAQ%2CKAAK%3BEACT%2CmBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CMAAM%3BAACN%2CeAAe%2CoBAAuB%3BEAClC%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CcAAe%2CeAAe%2CsBAAsB%3BAACpD%2CwBAAyB%2CSAAQ%2CQAAQ%3BEACrC%2CkBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CaAAa%2CaAAc%2CQAAO%3BEAC9B%2CUAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BAACA%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2C%2BBAAA%3BEACA%2C0BAA0B%2CiDACX%2CoCADf%3B%3BAAGJ%2CKAAM%2CaAAY%3BAAClB%2CKAAM%2CaAAY%3BAAClB%2CKAAM%2CaAAY%3BAAClB%2CKAAM%2CaAAY%3BEACd%2CcAAA%3B%3BAAEJ%2CKAAM%2CaAAY%2CcAAe%3BAACjC%2CKAAM%2CaAAY%2CcAAe%3BEAC7B%2CuBAAA%3B%3BAAEJ%2CSAAU%3BAACV%2CSAAU%3BEACN%2CeAAA%3BEACA%2CQAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CYAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CWAAA%3B%3BAAEJ%2CYAAY%3BAACZ%2CYAAY%3BEACR%2CaAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEAEI%2CUAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CWAAW%3BAACX%2CWAAW%3BEACP%2CmBAAA%3B%3BAAEJ%2CWAAW%3BEACP%2CuBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CWAAW%3BEACP%2CmBAAA%3B%3BAAiBJ%2CQAfyB%3BEACrB%2COAAO%3BIACH%2CUAAA%3BIACA%2CwBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%2COAAO%3BIACH%2CUAAA%3BIACA%2CmBAAA%3BIACA%2C2CAAA%3BIACA%2CqDAAA%3BIACA%2C6CAAA%3B%3B%3BAAGR%3BEACI%2CcAAA%3BEAEA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CwBAAA%3B%3B%3BAAIJ%2CaAAc%3BEACV%2CWAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CeAAe%3BEACX%2CWAAA%3B%3BAAEJ%3BEAEI%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CiBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CKAAK%3BEACD%2CaAAA%3BEACA%2CcAAA%3B%3BAAgCJ%2CQA9B0B%3BEACtB%3BIACI%2CUAAA%3B%3BEAGJ%3BEACA%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3BEAEJ%2CSAAU%3BIACN%2CiBAAA%3B%3BEAEJ%3BIACI%2C0BAAA%3B%3BEAEJ%2CwBAAyB%2CQAAQ%3BIAC7B%2CsBAAA%3B%3BEAEJ%2CwBAAyB%3BIACrB%2CoBAAA%3B%3BEAEJ%2CkCACI%3BIACA%2CoBAAA%3B%3B%3BAAGR%3BEACI%2CcAAA%3B%3BAAEJ%2CgBACI%2CeAAc%2CIAAI%2CgBAClB%2CeACA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CgBAAiB%2CeAAe%2COAAO%2CcAAc%3BEACjD%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcAAe%2COAAO%2CcAAc%3BEAChC%2C6BAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%2CQAAQ%2CMAAM%2CMAAO%3BEACjB%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CaAAc%2CgBAAgB%2CeAAiB%2COAAI%3BEAC%5C%2FC%2CcAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CYAAY%2CUAAW%2COAAM%3BEACzB%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CYAAY%2CMAAO%2CYAAY%3BEAC3B%2C4BAAA%3B%3BAAEJ%2CYAAY%2CMAAO%3BEACf%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CaAAc%2CQAAO%3BEACjB%2CSAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CYAAY%2CMAAO%2CcAAc%3BEAC7B%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2C0BAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CSAAA%3B%3BAAEJ%3BAACA%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CiBAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CcAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%3BEACR%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2C2CAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAkB%2CsDAAlB%3BEACA%2CkBAAkB%2CyDAAlB%3BEACA%2CkBAAkB%2CqDAAlB%3BEACA%2CkBAAkB%2CiDAAlB%3B%3BAAEJ%2CYAAY%2CMAAM%3BEACd%2CaAAA%3B%3BAAEJ%2CYAAY%2CKAAK%3BEACb%2CUAAA%3B%3BAAGJ%2COAAO%3BEACH%2CoBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2COAAO%3BEACH%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BAACA%3BAACA%3BEACI%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3B%3BAAGJ%2COAAQ%3BEACJ%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2C4BAAA%3B%3BAAEJ%2CSAAS%3BEACL%2CaAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CaAAA%3BEAEA%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAW%2CoBAAoB%2CcAAc%2CSAAS%2CaAAtD%3BEACA%2CqBAAA%3BEACA%2C4BAA4B%2C8BAA5B%3B%3BAAEJ%2CaAAc%2CcAAa%3BEACvB%2CmBAAmB%2CoBAAoB%2CgBAAgB%2CYACnD%2CaADJ%3BEAEA%2CoCAAA%3BEACA%2CWAAW%2CoBAAoB%2CgBAAgB%2CYAAY%2CaAA3D%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CaAAc%2CcAAa%3BEACvB%2CmBAAmB%2CoBAAoB%2CeAAe%2CYAClD%2CaADJ%3BEAEA%2CoCAAA%3BEACA%2CWAAW%2CoBAAoB%2CeAAe%2CYAAY%2CaAA1D%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CaAAc%2CcAAa%3BEACvB%2CmBAAmB%2CoBAAoB%2CeAAe%2CWAClD%2CaADJ%3BEAEA%2CoCAAA%3BEACA%2CWAAW%2CoBAAoB%2CeAAe%2CWAAW%2CaAAzD%3BEACA%2C4BAAA%3B%3BAAEJ%2CaAAc%2CcAAa%3BEACvB%2CmBAAmB%2CoBAAoB%2CgBAAgB%2CWACnD%2CaADJ%3BEAEA%2CiCAAA%3BEACA%2CWAAW%2CoBAAoB%2CgBAAgB%2CWAAW%2CaAA1D%3BEACA%2CyBAAA%3B%3BAAEJ%2CaAAc%2CcAAa%3BEACvB%2CmBAAmB%2CoBAAoB%2CeAAe%2CWAClD%2CaADJ%3BEAEA%2CoCAAA%3BEACA%2CWAAW%2CoBAAoB%2CeAAe%2CWAAW%2CaAAzD%3BEACA%2C4BAAA%3B%3BAAEJ%2CaAAc%2CcAAa%3BEACvB%2CmBAAmB%2CoBAAoB%2CgBAAgB%2CWACnD%2CaADJ%3BEAEA%2CiCAAA%3BEACA%2CWAAW%2CoBAAoB%2CgBAAgB%2CWAAW%2CaAA1D%3BEACA%2CyBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CeAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3BEACA%2CcAAA%3BEACA%2CcAAc%2CsDAAd%3B%3BAAEJ%3BEACI%3BIACI%2CUAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CoBAAA%3B%3B%3BAAGR%2CaAAc%3BEACV%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAYJ%2CQAVyB%3BEACrB%2CaAAc%3BIACV%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3B%3BAAIR%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CeAAe%3BEACX%3BIACI%2CmBAAA%3B%3B%3BEAIJ%3BIACI%2CgBAAA%3B%3B%3B%3B%3B%3B%3BAAOR%3BEACI%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3B%3B%3B%3BAAMJ%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2C6DAAA%3BEACA%2CqEAAA%3BEACA%2CYAAA%3B%3BEAEA%2CWAAA%3B%3BEAEA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2C6DAAA%3BEACA%2CqEAAA%3BEACA%2CWAAA%3B%3BEAEA%2CQAAA%3B%3BEAEA%2CkBAAA%3B%3BAAGJ%2CaAAgB%3BAAChB%2CaAAgB%3BEACZ%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CGAAG%2CMAAS%3BAACZ%2CGAAG%2CMAAS%3BAACZ%2CUAAa%3BAACb%2CUAAa%3BAACb%2CgBAAmB%3BAACnB%2CgBAAmB%3BEACf%2CYAAA%3B%3BAAGJ%2CGAAI%2CYAAW%3BAACf%2CGAAI%2CYAAW%3BAACf%2CGAAI%2CYAAW%3BAACf%2CGAAI%2CYAAW%3BAACf%2CGAAI%2CYAAW%3BAACf%2CGAAI%2CYAAW%3BEACX%2CsBAAA%3BEACA%2CYAAA%3B%3B%3B%3B%3BAAMJ%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CiEAAA%3BEACA%2CyEAAA%3BEACA%2CWAAA%3B%3BEAEA%2CWAAA%3B%3BEAEA%2CkBAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CgEAAA%3BEACA%2CwEAAA%3BEACA%2CUAAA%3B%3BEAEA%2CUAAA%3B%3BEAEA%2CkBAAA%3B%3BAAGJ%2CWAAW%2CMAAS%3BAACpB%2CWAAW%2CMAAS%3BAACpB%2CWAAW%2CaAAc%3BEACrB%2CsBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CWAAW%2CMAAS%3BAACpB%2CWAAW%2CMAAS%3BAACpB%2CWAAW%2CaAAc%3BEACrB%2CsBAAA%3BEACA%2CWAAA%3B%3B%3BAAIJ%3BEACI%3BIACI%2CyBAAA%3B%3B%3BAASR%2CmBAL6C%2C6BAA4B%3BEACrE%3BIACI%2CyBAAA%3B%3B%3BAAGR%2CkBAAkB%3BAAClB%2CaAAa%3BEACT%2CcAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAADJ%2CaAEI%3BEACI%2CiBAAA%3B%3BAAGR%2CaAAa%3BEACT%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAOJ%2CQAAS%2CQAAO%3BEACZ%2CyBAAA%3B%3BAAEJ%2CMAAM%2COAAQ%3BEACV%2CqBAAA%3B%3BAAEJ%2CaAAgB%3BEACZ%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CuBAAwB%2CQAAQ%3BEAC5B%2CaAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2C6BAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CwBAAwB%3BEACpB%2CaAAA%3B%3BAAEJ%2CuBAAwB%2CYAAY%2CQAAO%3BEACvC%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CeAAA%3B%3BAAEJ%3BEACI%2CwBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CyBAAA%3BEACA%2COAAA%3B%3BAAOJ%2CqBAAsB%2CMAAK%3BAAC3B%2CeAAgB%2COAAM%3BEAClB%2CaAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CyBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CCAAC%2COAAO%2CQAAQ%2CSAAS%2CSAAS%2CYAAa%2CKAAI%3BEAC%5C%2FC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CqBAAA%3B%3BAAEJ%2CoBAAoB%3BAACpB%2CmBAAmB%3BEACf%2CiBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CYAAA%3B%3BAAEJ%2CcAAe%2CiBAAiB%2COAAM%3BAACtC%3BEACI%2CmBAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CiBAAmB%2CiBAAiB%3BEACpD%2CaAAA%3B%3BAAUJ%2CQAR0B%3BEACtB%3BEACA%2CaAAc%3BEACd%3BIACI%2CWAAA%3BIACA%2C0BAAA%3B%3B%3BAAGR%3BEACI%2C4BAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CKAAI%2CIAAK%3BEACzB%2CiBAAA%3B%3BAAEJ%2CKAAK%2CcAAe%3BEAChB%2C4BAAA%3B%3BAAEJ%2CIAAI%2CMAAO%2CYAAW%3BAACtB%2CIAAI%2CIAAK%2CYAAW%3BEAChB%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CKAAI%2CIAAI%3BAAC5B%2CcAAe%2COAAS%2CSAAM%3BEAC1B%2CaAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CKAAI%3BEACpB%2CkBAAA%3B%3BAAOJ%2CQAL0B%3BEACtB%3BIACI%2CaAAA%3B%3B%3BAAGR%3BEACI%2C0BAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CKAAI%2CSAAU%2CeAAe%3BEAC7C%2CcAAA%3B%3BAAEJ%2CMAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CgBAAA%3B%3BAAEJ%2CeAAe%2CoBAAoB%3BEAC%5C%2FB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CSAAU%2CeAAe%2CeAAe%3BEACpC%2CWAAA%3B%3BAAEJ%2CSAAU%2CQAAO%3BEACb%2CwBAAA%3B%3BAAEJ%2CWAAY%2CYAAW%3BEACnB%2CsBAAA%3B%3BAAEJ%2CQAAQ%2CYAAY%3BAACpB%2CQAAQ%2CYAAY%3BEAIhB%2CgBAAA%3B%3BAAHA%2CQAFI%2CYAAY%2CoBAEf%3BAAAD%2CQADI%2CYAAY%2CmBACf%3BEACG%2CgBAAA%3B%3BAAMR%2CQAH8B%3BEAG9B%2CQATQ%2CYAAY%3BEASpB%2CQARQ%2CYAAY%3BIAMZ%2CgBAAA%3B%3B%3BAAQR%2CQAL0B%3BEACtB%3BIACI%2CaAAA%3B%3B%3BAAGR%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BAACA%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CKAAK%2CKAAM%2CWAAW%3BAACtB%2CKAAK%2CKAAM%2CWAAW%2CKAAI%3BEACtB%2CSAAA%3B%3BAAWJ%2CQAT0B%3BEACtB%2CKAAK%2CKAAM%2CWAAW%3BEACtB%2CKAAK%2CKAAM%2CWAAW%2CKAAI%3BIACtB%2CSAAA%3B%3BEAEJ%2CKAAK%2CKAAM%2CWAAW%2CKAAI%3BIACtB%2CcAAA%3B%3B%3BAAGR%2CKAAK%2CcAAe%2CKAAI%3BEACpB%2C4BAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CsBAAsB%2CwBAAwB%3BEAC9D%2CWAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CsBAAsB%3BEACtC%2CmBAAA%3B%3BAAEJ%2CKAAK%2CKAAM%2CWAAW%2CKAAI%3BEACtB%2CaAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CQAH8B%3BEAG9B%2CKAJK%2CcAAe%2CMAAM%2CKAAI%3BIAEtB%2CcAAA%3B%3B%3BAAGR%2CKAAK%2CcAAe%2CWAAW%2CKAAI%3BEAC%5C%2FB%2C4BAAA%3B%3BAAEJ%2CKAAK%2CcAAe%3BEAChB%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CKAAK%2CcAAe%2CiBAAmB%2CeAAY%3BEAC%5C%2FC%2CcAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CiBAAmB%2CeAAe%3BAACtD%2CKAAK%2CcAAe%2CiBAAmB%2CiBAAiB%3BAACxD%2CKAAK%2CcAAe%2CiBAAiB%3BEACjC%2C4BAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEAIA%2CeAAA%3B%3BAAAA%2CQAH0B%3BEAG1B%2CKAVC%2CcAAe%2CiBAAmB%2CeAAe%3BEAUlD%2CKATC%2CcAAe%2CiBAAmB%2CiBAAiB%3BEASpD%2CKARC%2CcAAe%2CiBAAiB%3BIAM7B%2CeAAA%3B%3B%3BAAKR%2CSAAU%2CiBAAmB%3BEACzB%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CSAAU%2CKAAI%3BEACV%2C4BAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CiBAAA%3B%3BAAEJ%2CSAAU%2CKAAI%2CMAAO%3BEACjB%2CqBAAA%3B%3BAAEJ%2CSAAU%2CWAAW%3BEACjB%2CwBAAA%3B%3BAAEJ%2CIAAI%2CMAAO%3BEACP%2CqBAAA%3B%3BAAEJ%2CKAAK%2CKAAM%3BEACP%2CaAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CcAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcAAe%2COAAS%2CSAAO%3BEAC3B%2CeAAA%3B%3BAAEJ%2CKAAK%2CcAAe%3BEAChB%2C0BAAA%3B%3BAAEJ%3BEACI%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAQJ%2CQAN0B%3BEACtB%2C6BAA8B%3BIAC1B%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAaR%2CQAV0B%3BEACtB%2C6BAA8B%2CaAAa%3BIACvC%2C6BAAA%3BIACA%2C6BAAA%3B%3BEAEJ%3BEACA%3BIACI%2C0BAAA%3B%3B%3BAAGR%2CkBAAmB%2CwBAAwB%2CSAAQ%2CUAAU%2CIAAK%3BEAC9D%2CaAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CcAAe%2CcAAc%3BEACzB%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAWJ%2CQAT0B%3BEACtB%2CYAAa%3BIACT%2CaAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2C0BAAA%3B%3B%3BAAGR%3BEACI%2CoCAAA%3B%3BAAEJ%2CYAAa%2COAAM%3BEACf%2CWAAA%3B%3BAAEJ%2CkBAAmB%2CwBAAwB%2CSAAQ%2CUAAU%2CIAAK%3BEAC9D%2CaAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CeAAA%3B%3BAADJ%2CcAAe%2COAEX%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGR%2CcAAe%2CcAAc%3BEACzB%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%2CkBAAmB%3BAACnB%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAQJ%2CQAN0B%3BEACtB%2CqBAAsB%3BIAClB%2C2BAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAEJ%2C%2BBAAgC%3BEAC5B%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CSAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAaJ%2CQAX0B%3BEACtB%2CsBAAuB%3BIACnB%2CWAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CWAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3B%3BAAGR%2CMAAM%3BEACF%2CsBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CuBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CCAAC%2CeAAgB%3BEACb%2CiBAAA%3B%3BAAOJ%2CQAL0B%3BEACtB%2CiBAAkB%3BIACd%2CmBAAA%3B%3B%3BAAQR%2CQAL0B%3BEACtB%3BIACI%2CoBAAA%3B%3B%3BAAeR%2CQAZ0B%3BEACtB%3BIACI%2CkBAAA%3B%3BEAEJ%2CCAAC%2CeAAgB%3BEACjB%3BIACI%2CSAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3B%3BAAcR%2CQAX0B%3BEACtB%2CCAAC%2CeAAgB%3BEACjB%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3BIACA%2CgBAAA%3B%3B%3BAAWR%2CQAR0B%3BEACtB%2CmBAAoB%3BIAChB%2CiBAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CkBAAA%3B%3B%3BAASR%2CQAN0B%3BEACtB%2CmBAAoB%3BIAChB%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAGR%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CkBAAmB%2CoBAAoB%3BAACvC%2CyBAA0B%2CEAAC%3BEACvB%2CkBAAA%3B%3BAAEJ%2CuBAAwB%3BAACxB%2CuBAAwB%2CyBAAyB%3BEAC7C%2CkBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CeAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CmBAAoB%2CIAAM%3BEACtB%2CeAAA%3B%3BAAEJ%2CiBAAkB%2COAAM%3BEACpB%2C2BAAA%3B%3BAAEJ%2CkBAAmB%2CiBAAiB%3BEAChC%2CaAAA%3B%3BAAEJ%2CeAAgB%3BEAEZ%2CaAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CkBAAmB%2CyBAAwB%3BEACvC%2CaAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CaAAgB%2CeAAa%2COAAS%2CKAAE%2CIAAI%2CaAAa%3BEACrD%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAgBJ%2CQAd0B%3BEACtB%2CaAAgB%2CeAAa%3BIACzB%2CcAAA%3B%3BEAEJ%2CaAAgB%2CeAAa%2COAAS%3BIAClC%2CqBAAA%3B%3BEAEJ%2CYAAa%2COAAO%2CMAAK%2CQAAS%3BIAC9B%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3B%3BAAGR%3BEACI%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CcAAA%3B%3BAAEJ%3BEAEI%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAeJ%2CQAb0B%3BEACtB%2CUAAW%2CWAAW%3BEACtB%2CUAAW%2CmBAAmB%3BEAC9B%2CUAAW%2CWAAW%3BIAClB%2CiBAAA%3B%3BEAGJ%2CIAAI%2CMAAO%3BEACX%2CIAAI%2CIAAK%3BIACL%2CcAAA%3B%3B%3BAAIR%2CUAAW%2CmBAAmB%3BEAC1B%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CqBAAA%3B%3BAAgDJ%2CQA9C0B%3BEACtB%2CWAAY%3BIACR%2CeAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CqBAAqB%2CuBAAwB%2CYAAY%3BIACrD%2CWAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CqBAAqB%2CuBAAwB%2CwBAAwB%2CYAAY%2CQAAO%3BIACpF%2CsBAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CIAAI%2CMAAO%2CYAAW%3BEACtB%2CIAAI%2CIAAK%2CYAAW%3BIAChB%2CeAAA%3BIACA%2CWAAA%3B%3B%3BAAqBR%2C4BAA6B%3BEACzB%2CcAAA%3B%3BAAEJ%2CQAAQ%2CMAAO%3BEACX%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAQJ%2CQAN0B%3BEACtB%2C8BAA%2BB%3BIAC3B%2CgBAAA%3BIACA%2CWAAA%3B%3B%3BAAGR%2CWAAW%2CMAAO%2CmBAAqB%3BEACnC%2C8BAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%2CkBAAmB%2CIAAG%3BEAClB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CMAAM%2CaAAc%3BEAChB%2CuBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3B%3BAAEJ%2CmCAAoC%2CSAAS%3BEACzC%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAQJ%2CQAN0B%3BEACtB%3BIACI%2CcAAA%3BIACA%2CcAAA%3B%3B%3BAAGR%2CMAAM%3BEACF%2CkBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CcAAA%3B%3BAAEJ%2CmCAAoC%2CSAAS%3BEACzC%2CYAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%2CsBACI%2C2BACA%2CkBACA%3BEACA%2CmBAAA%3B%3BAAEJ%2CsBACI%2C2BACA%2CkBACA%2CgCACA%3BEACA%2CuBAAA%3B%3BAAEJ%2CgBAAiB%2CKAAI%3BEACjB%2C0BAAA%3B%3BAAOJ%2CQAL0B%3BEACtB%2CYAAa%3BIACT%2CaAAA%3B%3B%3BAAQR%2CQAL0B%3BEACtB%3BIACI%2CeAAA%3B%3B%3BAAQR%2CQAL0B%2CuBAAuB%3BEAC7C%3BIACI%2CeAAA%3B%3B%3BAAGR%3BAACA%3BEACI%2CeAAA%3B%3BAAEJ%2CYAAY%2CMAAO%2CYAAY%3BAAC%5C%2FB%2CYAAY%2CMAAO%2CYAAY%3BAAC%5C%2FB%2CYAAY%2CMAAO%2CYAAY%3BEAC3B%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CiBAAkB%2COAAM%2CMAAO%3BEAC3B%2CaAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%3BAAClB%2CiBAAkB%2CUAAY%2CSAAO%3BEACjC%2CiBAAA%3B%3BAAEJ%2CCAAC%2CaAAc%3BAACf%2CCAAC%2CaAAc%3BEACX%2CiBAAA%3B%3BAAEJ%2CkBAAmB%2CSAAQ%3BEACvB%2CcAAA%3B%3BAAEJ%2CkBAAmB%2COAAO%2CKAAO%3BEAC7B%2CeAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2C6BAAA%3B%3BAAEJ%2CkBAAmB%2CoBAAoB%3BAACvC%2CkBAAmB%3BEACf%2CqBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CkBAAmB%2CwBAAwB%2CSAAQ%2CUAAU%2CIAAK%3BAAClE%2CkBAAmB%2CwBAAwB%2CSAAQ%2CUAAU%2CIAAK%3BEAC9D%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%2CsBACI%2C2BACA%2CkBACA%3BEACA%2CmBAAA%3B%3BAAEJ%2CsBACI%2C2BACA%2CkBACA%2CgCACA%3BEACA%2CuBAAA%3B%3BAAEJ%2CgBAAiB%2CKAAI%3BEACjB%2C0BAAA%3B%3BAAEJ%2COAAO%2CMAAO%3BAACd%2CKAAK%3BEACD%2CwBAAA%3B%3BAAEJ%2CKAAK%2CKAAK%2CQAAQ%3BEACd%2CyBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CsCAAA%3BEACA%2CyCAAA%3BEACA%2CqCAAA%3BEACA%2CwCAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CkBAAA%3B%3BAAEJ%2CkBAAkB%2CMAAO%2CsBAAsB%2CiBAAiB%2CQAAO%3BEACnE%2CwBAAA%3B%3BAAEJ%2CkBAAkB%2CMAAO%2CsBAAsB%3BEAC3C%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CkBAAkB%2CMAAO%2CsBAAsB%2CiBAAiB%3BAAChE%2CkBACI%2CsBACA%2CsBACA%3BEACA%2CWAAA%3B%3BAAEJ%2CkBAAkB%2CMAAO%2CsBAAsB%2CiBAAiB%3BEAC5D%2C4BAAA%3B%3BAAQJ%2CQAN0B%3BEACtB%3BIACI%2CWAAA%3BIACA%2C0BAAA%3B%3B%3BAAaR%2CQAV0B%3BEACtB%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CYAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3B%3B%3BAASR%2CQAN0B%3BEACtB%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAGR%3BEACI%2CiBAAA%3B%3BAAEJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEACI%2CcAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CmBAAoB%2CGAAE%3BAACtB%3BEACI%2CaAAa%2CgBAAgB%2CYAA7B%3B%3BAAEJ%2CIAAK%3BAACL%2CIAAK%3BAACL%2CIAAK%3BEACD%2CcAAA%3B%3BAAEJ%2CIAAK%2CQAAO%3BAACZ%2CIAAK%3BEACD%2CgBAAA%3BEACA%2CuCAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CIAAK%2CQAAO%3BAACZ%2CIAAK%3BEACD%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CIAAK%3BEACD%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CIAAK%3BEACD%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CWAAW%3BEACP%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2C%2BCAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CIAAK%3BEACD%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CIAAK%3BEACD%2CcAAA%3BEACA%2CsBAAA%3BEACA%2C%2BBAAA%3B%3BAAEJ%2CIAAK%3BEACD%2CyBAAA%3B%3BAAOJ%2CQAL0B%3BEACtB%2CYAAY%2CMAAO%2CYAAY%2CQAAQ%3BIACnC%2CaAAa%2CmBAAb%3B%3B%3BAAGR%2CSAAU%3BEACN%2CsBAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CeAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CaAAa%2CqBAAb%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CmBAAsB%2CIAAC%2CIAAI%2CsBAAsB%3BEAC7C%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CkBAAkB%2CMACd%2CoBACE%2CIAAC%2CIAAI%2CsBAAsB%3BEAC7B%2CUAAA%3B%3BAAEJ%2CWAAW%2CcACP%2CeACA%2CmBACA%2CoBAAmB%3BEACnB%2CaAAA%3B%3BAAEJ%3BAACA%2COAAQ%3BEACJ%2CiBAAA%3B%3BAAEJ%2COAAQ%3BAACR%2COAAQ%3BEACJ%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2COAAQ%2CYAAY%3BEAChB%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2COAAQ%2CYAAY%2CQAAO%3BEACvB%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CuBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2COAAQ%2CQAAO%3BEACX%2CaAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2COAAQ%2CWAAW%2CaAAa%3BEAC5B%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CgBAAA%3B%3BAAEJ%2COAAQ%2CcAAc%2CiBAAiB%3BEACnC%2CyBAAA%3B%3BAAEJ%2COAAQ%2CcAAc%2CiBAAiB%3BAACvC%2COAAQ%2CcAAc%2CiBAAiB%3BEACnC%2CiBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAiB%3BAACjB%2CQAAQ%2CYAAa%2CGAAG%3BEACpB%2CYAAA%3B%3BAAEJ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%3BEACvB%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BAACA%2CQAAQ%2CYAAa%3BEACjB%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%2CQAAQ%2CKAAK%2CSAAU%3BAACvB%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%3BEAChC%2CWAAA%3B%3BAAiCJ%2CQA%5C%2FB0B%3BEACtB%2CQAAQ%2CKAAK%2CSAAU%3BIACnB%2CeAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CQAAQ%2CKAAK%2CMAAS%2CQAAK%2CQAAS%3BIAChC%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CQAAQ%2CKAAK%2CMAAO%2CMAAK%2CMAAS%3BIAC9B%2CeAAA%3B%3BEAEJ%2CcACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3B%3BSAEjC%2CsBACD%2CMACA%3BEACJ%2CaAAc%3BIACV%2CiBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CiBAAA%3B%3B%3BAAGR%2CwBAAyB%2CYAAW%3BEAChC%2CsBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2C6BAAA%3B%3BAAGJ%2CwBAAyB%2COAAM%2COAAU%3BAACzC%2CaAAc%3BEACV%2CwBAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CWAAA%3BEACA%2CYAAA%3B%3BAAaJ%2CQAX0B%3BEACtB%2CYAAY%2CUAAW%2COAAM%3BIACzB%2C6BAAA%3B%3BEAEJ%2CiBAAkB%2CeAAe%3BIAC7B%2CiBAAA%3B%3BEAEJ%2CaAAc%3BIACV%2C6BAAA%3B%3B%3BAAGR%2CaAAc%2CqBAAoB%3BAAClC%2CkBAAkB%2CMAAO%2CsBAAsB%2CiBAAiB%3BAAChE%2CkBAAkB%2CMAAO%2CsBAAsB%2CiBAAiB%3BAAChE%2CkBAAkB%2CMAAO%2CsBAAsB%2CiBAAiB%3BAAChE%2CkBAAkB%2CMAAO%2CsBAAsB%3BAAC%5C%2FC%2CkBAAkB%2CMAAO%2CsBAAsB%3BAAC%5C%2FC%2CkBAAkB%2CMAAO%2CsBAAsB%3BEAC3C%2C8BAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CcAAc%2CaAAc%2CiBAAiB%3BEACzC%2CiBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAGJ%2CIAAK%2CUAAU%2CoBAAoB%2CGAAE%3BEACjC%2CWAAA%3B%3BAAEJ%3BEACI%2CSAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CKAAI%2CSAAU%2CWAAW%3BEACzC%2C6BAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CoBAAqB%2CQAAO%3BEACxB%2CsBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2COAAO%3BAACP%2CoBAAqB%2CQAAO%3BEACxB%2CsBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CkBAAkB%3BEACd%2CcAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CWAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CsBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAaJ%2CQAX0B%3BEACtB%2C0BAA0B%3BIACtB%2CyBAAA%3B%3BEAEJ%2C0BAA2B%3BIACvB%2CwBAAA%3B%3BEAEJ%2CoBAAqB%2CkBAAkB%3BIACnC%2CWAAA%3B%3B%3BAAGR%2C0BAA2B%2CmBAAmB%3BEAC1C%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CWAAA%3B%3BAAEJ%2CwBAAwB%2COACpB%2CmBACA%2CeAAc%2CaACd%3BEACA%2CWAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CeAAA%3BEACA%2CYAAA%3B%3BAAOJ%2CQAL0B%3BEACtB%2CqBAAsB%3BIAClB%2CeAAA%3B%3B%3BAAGR%2CQAAQ%2CaAAa%2CeAAe%3BEAChC%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CcAAc%2CaAAc%3BEACxB%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CSAAS%2CKAAM%3BAACf%2CcAAe%2COAAO%2CcAAc%3BEAChC%2CkBAAA%3B%3BAAEJ%2CcAAc%2CWAAY%3BEACtB%2CyBAAA%3B%3BAAEJ%2CcAAc%2CaAAc%3BEACxB%2C0BAAA%3B%3BAAEJ%3BAACA%2CmBAAmB%3BEACf%2C2BAAA%3B%3BAAEJ%2CMAAM%2COAAQ%3BEACV%2C2BAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAADJ%2CiBAGI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAANR%2CiBAQI%3BEACI%2CWAAA%3B%3BAATR%2CiBAWI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAcR%2CwBAX0C%3BEACtC%2CiBAAkB%3BIACd%2CSAAA%3B%3BEAEJ%2CiBAAkB%2COAAM%3BIACpB%2CWAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%3BIACrC%2CqBAAA%3B%3B%3BAAGR%2CQAAQ%2CWAAY%2CQAAO%2COAAO%3BEAC9B%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAHJ%2CSAII%3BEACI%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CyBAA0B%2CyBAAyB%2COAAM%2COAAQ%3BEAC7D%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CMAAM%2CUAAW%2CKAAO%3BEACpB%2CcAAA%3B%3BAAEJ%2CeAAgB%2CeAAe%3BEAC3B%2CgCAAA%3B%3BAAEJ%2CeAAgB%2CcAAc%3BEAC1B%2CgCAAA%3B%3BAAEJ%2CYAAa%2CUAAU%3BEACnB%2CwBAAA%3B%3BAAEJ%2CMAAM%2CUAAW%2CKAAI%2CMAAS%2COAAI%3BEAC9B%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3B%3BAAEJ%2CMAAM%2CYAAa%2CKAAI%2CMAAS%2COAAI%3BEAChC%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CqBAAA%3B%3BAAEJ%2COAAQ%2CYAAY%2CQAAO%2CUAAU%3BEACjC%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CWAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CSAAS%2CiBAAkB%3BEACvB%2CiBAAA%3B%3BAAEJ%2COAAQ%2CQAAO%2CaAAc%3BEACzB%2CyBAAA%3B%3BAAEJ%3BEACI%2C4BAAA%3B%3BAAEJ%2CkBAAmB%2CsBAAsB%2CsBAAsB%3BAAC%5C%2FD%2CkBAAmB%2CsBAAsB%2CsBAAsB%3BEAC3D%2CWAAA%3B%3BAAEJ%3BAACA%3BEACI%2CkBAAA%3B%3BAAQJ%2CQAN0B%3BEACtB%3BEACA%3BIACI%2CkBAAA%3B%3B%3BAAGR%2CoBAAqB%3BEACjB%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CoBAAqB%2CWAAU%3BEAC3B%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqCAAA%3BEACA%2CiFAAA%3B%3BAA2BJ%2CQAxB0B%3BEACtB%2CyBACI%2CyBACA%2CeACA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CoBAAqB%2CWAAW%3BIAC5B%2CaAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CoBAAqB%2CWAAW%2CgBAAgB%3BIAC5C%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2C2BAAA%3B%3B%3BAAYR%2CQAT0B%3BEACtB%2CoBAAqB%3BIACjB%2CUAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2C6BAAA%3B%3B%3BAAGR%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAuBJ%2CQArB0B%3BEACtB%2CSAAU%3BIACN%2CUAAA%3B%3BEAEJ%2CYAAY%2CoBAAqB%3BIAC7B%2CUAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CqBAAsB%3BEACtB%3BIACI%2CUAAA%3B%3BEAEJ%2CqBAAsB%3BEACtB%2CqBAAsB%2CeAAe%3BEACrC%2CqBAAsB%2CeAAe%3BIACjC%2CeAAA%3B%3BEAEJ%2CUAAU%2CsBAAsB%2CUAAU%2CeAAe%2CIAAI%2COAAO%2CaAAa%2CgBAAgB%2CgBAAgB%2CcAAc%2CSAAU%3BIACrI%2C0BAAA%3B%3B%3BAAGR%2C8BAA%2BB%3BEAC3B%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CaAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CgBAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CaAAA%3BEACA%2CoBAAA%3B%3BAAIJ%2CQAH8B%3BEAG9B%2CWANY%3BIAIJ%2CeAAA%3B%3B%3BAAIR%3BEACI%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2C8BACI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAHR%2C8BACI%2CuBAMI%3BEACI%2CcAAA%3B%3BAAIZ%2C8BAA%2BB%2CuBAAyB%2CQAAQ%3BEAC5D%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAHJ%2C8BAA%2BB%2CuBAAyB%2CQAAQ%2CKAM5D%3BEACI%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2CQAH8B%3BEAG9B%2C8BAf2B%2CuBAAyB%2CQAAQ%2CKAM5D%3BIAOQ%2CcAAA%3B%3B%3BAAbZ%2C8BAA%2BB%2CuBAAyB%2CQAAQ%2CKAgB5D%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGR%2C8BACI%3BEACI%2CiBAAA%3B%3BAAFR%2C8BACI%2CKAEI%3BEACI%2CcAAA%3B%3BAAIZ%2CoBAAqB%3BAACrB%2CqBAAsB%3BAACtB%2CqBAAsB%3BEAClB%2C6BAAA%3B%3BAA%2BCJ%2CQA5C0B%3BEACtB%2CcACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3B%3BSAEjC%2CsBACD%2CMACA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CcACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAChC%2CQACA%2CKACA%3BIACF%2CwCAAA%3B%3BEAEJ%3BEACA%2CcACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3B%3BSAEjC%2CsBACD%2CMACA%3BEACJ%2CoBAAqB%2CmBAAmB%3BEACxC%2CYACI%2CuBAAsB%2CcACtB%3BIACA%2CyBAAA%3B%3BEAEJ%2CcACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAChC%2CQACA%2CKACF%2CGAAE%2CSAAS%3BEACf%2CcACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%2CmBAChC%2CQACA%2CKACF%2CGAAE%2CSAAS%3BIACX%2CwBAAA%3B%3B%3BAAGR%2CyBAA0B%3BEACtB%2CyBAAA%3B%3BAAWJ%2CQAT0B%3BEACtB%2CyBAA0B%3BEAC1B%2CyBAA0B%3BEAC1B%2CyBAA0B%3BIACtB%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3B%3BAAQR%2CQAL0B%3BEACtB%3BIACI%2CqBAAA%3B%3B%3BAAGR%2CaAAc%2CcAAa%3BAAC3B%2CYAAa%2CcAAa%3BAAC1B%2CYAAa%2CcAAa%3BEACtB%2CwBAAA%3B%3BAAEJ%2CeAAe%3BEACX%2C0BAAA%3B%3BAAEJ%2CeAAe%3BAACf%2CeAAe%3BEACX%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CyBAA0B%2CyBAAyB%2COAAM%2COAAQ%3BEAC7D%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CyBAA0B%2CyBAAyB%2COAAM%2COAAQ%3BAACjE%2CyBAA0B%2CyBAAyB%2COAAM%2COAAQ%3BEAC7D%2CwBAAA%3B%3BAAGJ%2CyBAA0B%2CsBAAwB%3BAAClD%2CyBAA0B%2CsBAAsB%2CgBAAgB%3BEAC5D%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CoBAAoB%2CMAAO%3BEACvB%2C2BAAA%3B%3BAAEJ%2CoBAAoB%2CMAGhB%3BEACI%2CyBAAA%3BEACA%2C6BAAA%3B%3BAAIR%2CuBAAwB%2C2BAA2B%3BAACnD%2CuBAAwB%2C2BAA2B%3BEAC%5C%2FC%2CuBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CeAAA%3BEACA%2CqBAAA%3B%3BAAeJ%2CQAb2B%3BEACvB%3BIACI%2C0BAAA%3B%3BEAEJ%2C0BAA2B%3BIACvB%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CuBAAwB%3BIACpB%2CuBAAA%3B%3B%3BAAgCR%2CQA7B0B%3BEAItB%3BEACA%2CmBAAmB%3BIACf%2CwBAAA%3B%3BEAEJ%3BIACI%2C4BAAA%3BIACA%2CyBAAA%3B%3BEAEJ%3BEACA%3BIACI%2CqBAAA%3B%3BEAEJ%2CuBAAwB%2C2BAA2B%3BEACnD%2CuBAAwB%2C2BAA2B%3BIAC%5C%2FC%2C4BAAA%3BIACA%2C%2BBAAA%3B%3BEAEJ%2C0BAA2B%3BIACvB%2C0BAAA%3B%3BEAEJ%2C0BAA2B%2CMAAK%3BIAC5B%2CeAAA%3B%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CoBAAA%3BEAEA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CiBAAA%3BEACA%2CUAAA%3B%3BAASJ%2CQAP0B%3BEACtB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3B%3BAAaR%2CQAT0B%3BEACtB%3BIACI%2CSAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3BIACA%2CuBAAA%3B%3B%3BAAGR%2CYAAY%3BEACR%2CSAAS%2COAAT%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CEAAE%2CSAAU%3BEACR%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CSAAU%2CGAAG%3BAACb%2CEAAE%2CSAAU%3BEACR%2CwBAAA%3B%3BAAEJ%3BAACA%3BAACA%3BEACI%2CiBAAA%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%2CiBAAkB%3BEAC5B%2CqBAAA%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%3BEACV%2CkBAAA%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%2CiBAAkB%3BEAC5B%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%2CiBAAkB%3BEAC5B%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3B%3BAAEJ%2CEAAE%2CiBAAkB%2CYAAY%3BEAC5B%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAmB%2CoBAAnB%3BEACA%2CWAAW%2CoBAAX%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%2CiBAAkB%3BEAC5B%2CgBAAA%3B%3BAAEJ%2CEAAE%2CSAAS%2CqBAAsB%2CGAAE%2CiBAAkB%3BEACjD%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CEAAE%2CoBAAqB%2CGAAE%2CiBAAkB%3BEACvC%2CcAAA%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%2CiBAAkB%3BEAC5B%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CoBAAA%3BEACA%2CiCAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CEAAE%2CSAAS%2CqBAAsB%3BEAC7B%2CkBAAA%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%2CiBAAkB%2CYAAY%3BEACxC%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%2CiBAAkB%3BEAC5B%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%2CiBAAkB%3BEAC5B%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CEAAE%2CSAAU%2CGAAE%2CiBAAkB%2CoBAAmB%3BEAC%5C%2FC%2CgBAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CmBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%3BEACI%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CuBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CaAAa%3BAACb%2CaAAc%2CKAAI%3BEACd%2CcAAA%3B%3BAAEJ%2CaAAa%3BEACT%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CuBAAA%3B%3BAA2BJ%2CQAzB0B%3BEACtB%3BIACI%2CqBAAA%3B%3BEAEJ%3BIACI%2C6BAAA%3BIACA%2C%2BBAAA%3B%3BEAEJ%3BIACI%2CqBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3B%3BAAGR%2CsBAAsB%2CQAAQ%3BAAC9B%2CsBAAsB%2CQAAW%2COAAI%3BEACjC%2CgBAAA%3B%3BAAEJ%2CWAAW%2COAAO%3BEACd%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CqBAAsB%3BAACtB%2CqBAAsB%2CSAAS%2CQAAO%3BEAClC%2CmBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3B%3BAAEJ%3BEACI%2CuBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAEJ%2CWAAY%3BEACR%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAOJ%2CQAL0B%3BEACtB%2CYAAa%3BIACT%2CcAAA%3B%3B%3BAAGR%2CkBAAkB%3BEACd%2CUAAA%3BEACA%2CYAAA%3B%3BAAEJ%2COAAQ%2CcAAc%3BEAClB%2CcAAA%3B%3BAAEJ%2COAAQ%2CcAAc%2CEAAC%3BEACnB%2CWAAA%3B%3BAAEJ%2CMAAM%2COAAO%3BAACb%2C0BAA0B%3BAAC1B%3BEACI%2CaAAA%3B%3BAAGJ%2CMAAO%2CSAAS%2CgBAAe%3BEAC3B%2CYAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CUAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CcAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2C%2BBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CMAAM%2CKAAM%2CQAAO%3BEACf%2CYAAA%3B%3BAAiBJ%2CQAf0B%3BEACtB%2CsBAAuB%3BIACnB%2C6BAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CwBAAwB%2CKAAM%3BIAC1B%2C%2BBAAA%3BIACA%2CmBAAA%3BIACA%2C2BAAA%3B%3B%3BAAGR%2CcAAe%3BEACX%2CaAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2C4BAAA%3B%3BAAEJ%2CcAAe%2COAAO%3BAACtB%2CcAAe%2COAAS%3BEACpB%2CyBAAA%3B%3BAAoBJ%2CQAlB0B%3BEACtB%2CyBAA0B%2CQAAO%3BIAC7B%2CWAAA%3B%3BEAEJ%3BIACI%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CgBAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%3BIACjB%2CgBAAA%3BIACA%2CQAAA%3B%3B%3BAAGR%2C6BAA8B%3BEAC1B%2CUAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BAACA%2CIAAK%3BAACL%2CaAAc%3BAACd%2CYAAa%3BAACb%2CYAAa%3BEACT%2CaAAA%3B%3BAAEJ%2CQAAQ%2COAAO%2COAAQ%2CgBAAe%3BEAClC%2CaAAA%3B%3BAAEJ%2CQAAQ%2COAAO%3BEACX%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAOJ%2CQAL0B%3BEACtB%2CWAAY%2CcAAc%2CUAAS%2CSAAS%3BIACxC%2CUAAA%3B%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAEJ%2CcAAe%2COAAO%3BEAClB%2CeAAA%3B%3BAAEJ%2CKAAK%3BEACD%2CcAAc%2CUAAd%3BEACA%2CgBAAgB%2CUAAhB%3BEACA%2CmBAAmB%2CUAAnB%3BEACA%2CcAAc%2CUAAd%3BEACA%2CWAAW%2CUAAX%3BEACA%2CaAAA%3B%3BAAEJ%2CuBAAwB%2CWAAW%2CQAAO%3BEACtC%2CcAAA%3B%3BAAEJ%2CMAAM%2CYAAa%3BEACf%2CqBAAA%3B%3BAAEJ%2CqBAAsB%2CSAAQ%2CQAAQ%3BEAClC%2CgBAAA%3B%3BAAEJ%2CsBAAuB%2CmBAAkB%2CMAAO%3BEAC5C%2CoBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C2BAA4B%2CmBAAkB%2CMAAO%3BEACjD%2CWAAA%3B%3BAAMJ%2CaAAc%3BEACV%2CsBAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CWAAA%3B%3BAAiCJ%2CQA%5C%2FB0B%3BEACtB%2CcAAe%2CYAAY%3BIACvB%2CSAAA%3B%3BEAEJ%2CcAAe%2CYAAY%2CGAAE%3BIACzB%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CcAAe%2CYAAY%2CGAAE%3BIACzB%2CWAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CcAAe%2CYAAY%3BIACvB%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CcAAe%2CYAAY%2CUAAU%3BIACjC%2CWAAA%3B%3B%3BAAGR%2CWAAY%3BEACR%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CWAAY%2COAAO%3BEACf%2CcAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CiBAAkB%2CYAAY%2CaAAa%3BEACvC%2CcAAA%3B%3BAAEJ%2CiBAAkB%2CYAAY%3BEAC1B%2CkBAAA%3B%3BAAEJ%2CcAAc%2CaAAc%2CmBAAkB%3BEAC1C%2CqBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CUAAU%3BAACV%2CUAAU%3BEACN%2CaAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CwBAAyB%2CQAAQ%3BEAC7B%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CKAAK%3BEACD%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CcAAc%2CaAAc%2CmBAAkB%2CMAAO%3BEACjD%2CkBAAA%3B%3BAAGJ%2CMAAM%2CYAAa%3BAACnB%2CMAAM%2CUAAW%3BEACb%2CwBAAA%3B%3BAAEJ%2CaAAc%2CYAAY%3BEACtB%2C0BAAA%3B%3BAAEJ%2CsBAAuB%2CQAAO%3BEAC1B%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2COAAQ%2CQAAU%3BEACd%2CeAAA%3B%3BAAEJ%2CSAAS%3BEACL%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CWAAW%2CmBAAoB%2CQAAO%2CWAAY%2CQAAU%3BEACxD%2CUAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CiBAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CkBAAA%3B%3BAAYJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CkBAAmB%2CKAAI%3BEACnB%2CcAAA%3B%3BAAGJ%2C0BAA2B%2CMAAK%3BEAC5B%2CeAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CyBAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CyBAAA%3B%3BAAEJ%2CmBAAoB%2CKAAI%3BEACpB%2CiBAAA%3B%3BAAGJ%2CWACI%2CgBACA%2CwBACA%2C0BACA%2CeAAc%2CKAAK%2CIAAI%2CWAAW%3BEAClC%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CMAAM%2COAAQ%2CgBAAgB%2CwBAAwB%2COAAO%2CMAAQ%2CIAAC%3BEAClE%2CcAAA%3B%3BAAEJ%3BAACA%2CMAAM%2COACF%2CgBACA%2CwBACA%2COACA%2CMACA%2C0BACA%2CMAAK%2CiBACH%2CeAAY%3BAAClB%2CMAAM%2COAAQ%2CgBAAgB%2CwBAAwB%2COAAO%2CMAAQ%3BEACjE%2CWAAA%3B%3BAAUJ%2CmBARqC%3BEACjC%2CoBAAqB%2CeAAe%3BIAChC%2C0BAAA%3B%3BEAEJ%2CaAAa%3BIACT%2CsBAAA%3B%3B%3BAAmBR%2CmBAhBqC%3BEACjC%2CiBAAkB%3BIACd%2CwBAAA%3B%3BEAEJ%2CMAAM%2COACF%2CgBACA%2CwBACA%2C0BACA%2CeAAc%3BIACd%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3B%3BAAGR%2CUAAW%2COAAM%2COAAQ%2CMAAK%2CQAAW%2CQAAK%3BAAC9C%2CUAAW%2COAAM%2COAAQ%2CMAAK%2CMAAM%3BEAChC%2CqBAAA%3B%3BAAEJ%2CYAAa%2CMAAM%2COAAO%3BEACtB%2CqBAAA%3B%3BAAEJ%2CQAAQ%2CaAAc%2CWAAW%3BEAC7B%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CaAAA%3B%3BAAGJ%2CIAAI%3BAACJ%2COAAO%3BEACH%2CWAAA%3BEACA%2C6BAAA%3BEAEA%2C4BAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CmBAAoB%2CKAAI%3BAACxB%2CmBAAoB%2CQAAO%3BEACvB%2CsBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CGAAG%2CiBAAiB%3BAACpB%2CGAAG%2CiBAAiB%3BEAChB%2CqBAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CSAAU%2CcAAa%3BEACnB%2CWAAA%3B%3BAAEJ%2CiBAAoB%3BEAChB%2C6BAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CmBAAoB%2CmBAAmB%2CQAAO%3BAAC9C%2CmBAAoB%2CmBAAmB%2CQAAO%3BEAC1C%2C2BAAA%3B%3BAAEJ%2CQAAQ%2CWAAY%2CQAAO%2COAAO%3BEAC9B%2CkBAAA%3B%3BAAGJ%2CuBAAwB%2COAAM%3BEAC1B%2CgBAAA%3B%3BAAEJ%2CwBAAyB%2COAAS%2CSAAM%2CIAAO%3BEAC3C%2C6BAAA%3B%3BAAEJ%2CkBAAmB%2CaAAa%2COAAO%3BEACnC%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BAACA%2CSAAS%3BEACL%2CuBAAA%3B%3BAAEJ%2CSAAU%2CMAAK%2CQAAQ%3BEACnB%2CyBAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CsBAAA%3B%3BAAEJ%2CSAAU%2CeAAc%2CIAAI%2CgBAAiB%2CeAAe%3BEACxD%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CaAAA%3B%3BAAEJ%2CIAAI%2CUAAW%2CMAAK%3BAACpB%2CIAAI%2CUAAW%2CMAAK%3BEAChB%2CiCAAA%3B%3BAAGJ%2CkBAAmB%2CyBAAyB%2CSAAQ%3BEAChD%2CyBAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2C0BAAA%3B%3BAAEJ%2CUAAW%2CMAAK%2CcAAe%3BEAC3B%2C%2BBAAA%3B%3BAAEJ%2CiBAAiB%2COAAQ%3BEACrB%2CUAAA%3B%3BAAEJ%2CYAAa%2COAAM%2CUAAW%2CeAAc%3BEACxC%2CWAAA%3B%3BAAEJ%2CMAAO%3BEACH%2CgBAAA%3B%3BAAEJ%2CKAAM%3BEACF%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CSAAA%3B%3BAAQJ%2CQAN0B%3BEACtB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3B%3BAAGR%3BEACI%2CsBAAA%3B%3BAAQJ%2CQAN0B%3BEACtB%3BIACI%2CcAAA%3B%3B%3BAAIR%2CcAAe%2CMAAK%2CQAAQ%2CaAAc%3BEACtC%2CeAAA%3B%3BAAEJ%3BAACA%3BAACA%3BEACI%2CWAAA%3B%3BAAsDJ%2CQAnD0B%3BEACtB%2CYAAY%2CIAAI%2CmBACZ%2CiBAAgB%2CSAChB%2CYACE%3BIACF%2C0BAAA%3B%3BEAGJ%2CgBAAgB%2CSAAU%2CYAAY%2CGAAE%2COAAU%2CIAAC%2CgBAAgB%3BIAC%5C%2FD%2CaAAA%3B%3BEAEJ%2CYAAY%2CIAAI%2CmBACZ%2CiBAAgB%2CSAChB%2CYACA%2CQACA%2CSACA%2CGACE%3BIACF%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CYAAY%2CIAAI%2CmBACZ%2CiBAAgB%2CSAChB%2CYACE%3BIACF%2CcAAA%3B%3BEAEJ%2CYAAY%2CIAAI%2CmBACZ%2CiBAAgB%2CSAChB%2CYACE%2CKACA%3BIACF%2CqBAAA%3B%3BEAEJ%2CYAAY%2CIAAI%2CmBACZ%2CiBAAgB%2CSAChB%2CYACE%2CKACA%2CKACA%3BIACF%2CWAAA%3B%3BEAEJ%2CYAAY%2CIAAI%2CmBACZ%2CiBAAgB%2CSAChB%2CYACE%2CKACA%2CKACA%2CIAAC%3BIACH%2CsBAAA%3B%3B%3BAA0BR%2CQAvB0B%3BEACtB%2COAAO%2CQAAQ%2CQAAQ%2CUAAU%2CkBAAkB%2CcAAc%3BIAC7D%2CyBAAA%3B%3BEAEJ%2CUAAU%2CcAAc%2CgBAAmB%2CWAAS%2CGAAG%3BIACnD%2CyBAAA%3B%3BEAEJ%2CgBAAgB%2CSAAU%2CYAAY%2CGAAE%2COAAO%2COAAU%2CIAAC%3BIACtD%2CyBAAA%3BIACA%2COAAA%3B%3BEAEJ%2CgBAAgB%2CSAAU%2CYAAY%2CGAAE%2COAAO%2COAAU%2CIAAC%3BIACtD%2CiBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CwBAAA%3B%3BEAEJ%2CgBAAgB%2CSACZ%2CYACA%2CGAAE%2COAAO%2COACP%2CIAAC%2CgBAAgB%3BIACnB%2CSAAS%2COAAT%3B%3B%3BAAGR%2CEAAE%2COAAO%2COAAO%2CcAAc%2CKAAK%2CUAAU%2CaAAc%3BEACvD%2CqBAAA%3B%3BAAEJ%2CWAAY%2C2BAA0B%3BEAClC%2CaAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BAACA%3BEACI%2CqBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAUJ%2CQAR0B%3BEACtB%2CMAAM%2CYAAa%2CaAAa%3BIAC5B%2CWAAA%3B%3BEAEJ%2CYAAY%3BIACR%2CsBAAA%3B%3B%3BAAYR%2CQAT0B%3BEACtB%2CIAAI%2CUACA%2COAAM%2CYAAY%2CYAClB%2CaACA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3B%3BAAGR%2C0BAA2B%3BEACvB%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CkCAAA%3B%3BAAYJ%2CQAV0B%3BEACtB%2CWAAY%2CUAAY%2CIAAE%3BIACtB%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3B%3BEAEJ%3BIACI%2C8BAAA%3B%3B%3BAAGR%2CkBAAmB%3BEACf%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAAQJ%2CQAN0B%3BEACtB%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAAGR%2CkBAAmB%2CeAAe%2CMAAK%3BEACnC%2CiBAAA%3BEACA%2CaAAA%3B%3BAAQJ%2CQAN0B%3BEACtB%2CkBAAmB%2CeAAe%2CMAAK%3BIACnC%2CiBAAA%3BIACA%2CaAAA%3B%3B%3BAAGR%2CkBAAmB%2CeAAe%3BEAC9B%2C2BAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CkBAAA%3B%3BAAEJ%3BAACA%2CWAAY%3BAACZ%3BAACA%3BEACI%2CyBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CcAAA%3B%3BAAEJ%2CcAAe%2CSAAQ%3BEACnB%2CsBAAA%3B%3BAAEJ%3BEACI%2CoCAAA%3B%3BAAEJ%2CKAAK%2CMAAM%2CaAAc%2CQAAO%2CIAAK%2CMAAK%3BEACtC%2CSAAS%2CqDAAT%3B%3BAAEJ%2CqBACI%2CmBACA%2CmBACA%2CeACA%3BEACA%2C0BAAA%3B%3BAAgBJ%2CQAd0B%2CuBAAwB%3BEAC9C%3BIACI%2CuBAAA%3B%3BEAEJ%2C0BAA2B%3BIACvB%2CsBAAA%3BIACA%2C2BAAA%3B%3BEAEJ%2CuBAAwB%3BIACpB%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAAGR%2CuBAAwB%3BEACpB%2CWAAA%3B%3BAAEJ%2CqBACI%2COAAM%2CeACN%2CsBACA%2CmBACA%3BEACA%2CgBAAA%3B%3BAAaJ%2CQAX0B%3BEACtB%2CoBAAoB%2CYAAY%2CcAAc%2CMAAO%3BIACjD%2C0BAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3B%3BAAeR%2CQAZ0B%3BEACtB%3BIACI%2CcAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAGJ%2CoBAAoB%2CYAAY%2CcAAe%3BIAC3C%2CoBAAA%3B%3B%3BAAGR%3BEACI%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CwBAAyB%2CQAAO%2COAAO%3BEACnC%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3B%3BAAEJ%2CoBAAoB%2CYAAa%2CcAAc%3BEAC3C%2CcAAA%3B%3BAAEJ%2CoBAAoB%2CYAAY%2CcAAe%3BEAC3C%2CmBAAA%3B%3B%3BAAiFJ%2CQA9E6B%3BEACzB%2CoBAAoB%3BEACpB%3BEACA%3BIACI%2CuBAAA%3B%3BEAEJ%2CoBAAoB%2CIAAI%3BIACpB%2C6BAAA%3B%3BEAEJ%3BIACI%2CYAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CgBAAgB%2CWAAc%2C6BAA2B%3BEACzD%2CmBAAmB%3BEACnB%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2C0BAA2B%2CMAAK%3BIAC5B%2CeAAA%3B%3BEAGJ%2CoBAAoB%2CWAAY%3BIAC5B%2CwBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CgBAAgB%2CWACV%2C6BACF%3BEACJ%2CgBAAgB%2CWAAY%2CqBAAoB%3BIAC5C%2C0BAAA%3BIACA%2C8BAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CuBAAwB%2CiBAAgB%3BIACpC%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CoBAAoB%2CWAAY%3BIAC5B%2CyBAAA%3B%3BEAEJ%2CoBAAoB%2CWAAY%2CoBAAsB%3BIAClD%2CUAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CoBAAoB%2CWAAW%3BIAC3B%2C4BAAA%3B%3BEAEJ%3BIACI%2CyBAAA%3B%3BEAEJ%3BEACA%2CoBAAoB%2CUAAW%3BIAC3B%2CsBAAA%3B%3BEAEJ%3BIACI%2C2BAAA%3B%3BEAEJ%2CKAAK%3BIACD%2CWAAA%3B%3BEAEJ%2CKAAK%2CMAAO%3BIACR%2CeAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3B%3BAASR%2CQAN0B%3BEACtB%2CKAAK%2CMAAO%3BIACR%2C0BAAA%3B%3B%3B%3BAAIR%2CMAAM%2CYAAa%2CkBAAkB%2CeAAe%2CQAAO%3BEACvD%2CcAAA%3B%3BAAYJ%2CQAV0B%3BEACtB%2C8BAA%2BB%3BIAC3B%2CeAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CWAAW%3BIACP%2CwBAAA%3B%3B%3BAAGR%3BEACI%2CaAAA%3B%3BAAGJ%2CYAAa%2CUAAY%3BEACrB%2CeAAA%3B%3BAAEJ%2CYAAa%2CUAAU%2CUAAY%2CSAAM%2CIAAI%2CSAAY%3BEACrD%2CeAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAQJ%2CQAN0B%3BEACtB%3BIACI%2CoBAAA%3B%3B%3BAAUR%2CQAN0B%3BEACtB%3BIACI%2CoBAAA%3B%3B%3BAAIR%2CcAAe%3BEACX%2C0BAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CwCAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CSAAU%2CSAAQ%2COAAQ%3BAAC1B%2CSAAU%2CSAAQ%2CMAAO%3BEACrB%2CmBAAA%3B%3BAAEJ%2CSAAU%2CSAAS%3BEACf%2CUAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CoCAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3B%3BAAIJ%2CwBACI%2CUAAS%3BEACL%2CaAAA%3B%3BAASR%2CQAJ8B%3BEAI9B%2CIANI%2CMAAO%2CaAAe%3BEAM1B%2CIALI%2CIAAK%2CaAAe%3BIAEhB%2CYAAA%3BIACA%2CiBAAA%3B%3B%3BAAGR%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAAFJ%2CiBAII%2CUAAS%3BEAIL%2CaAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3B%3BAAHA%2CQAH0B%3BEAG1B%2CiBAJJ%2CUAAS%3BIAED%2CuBAAA%3B%3B%3BAANZ%2CiBAII%2CUAAS%2CcAQL%2CkBACI%2COAAM%3BEACF%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAlBhB%2CiBAII%2CUAAS%2CcAQL%2CkBACI%2COAAM%2CYAOF%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CoCAAA%3B%3BAAvBpB%2CiBA4BI%2CSAAQ%2CQAAQ%3BEACZ%2CUAAA%3B%3BAA7BR%2CiBA4BI%2CSAAQ%2CQAAQ%2CqBAEZ%3BEACI%2CcAAA%3B%3BAA%5C%2FBZ%2CiBAkCI%3BEACI%2CSAAA%3BEACA%2CUAAA%3B%3BAApCR%2CiBAsCI%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3B%3BAAzCR%2CiBA4CI%3BEACI%2CqBAAA%3B%3BAAGR%2CUAAW%3BEACP%2CWAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAADJ%2CuBAGI%3BEACI%2CgBAAA%3B%3BAAOR%2CQAH8B%3BEAG9B%2CwBAJyB%3BIAEjB%2CsBAAA%3B%3B%3BAAOR%2CQAH8B%3BEAG9B%3BIAFQ%2CeAAA%3B%3B%3BAAGR%2CwBAAyB%2CsBAAsB%3BEAC3C%2CgBAAA%3B%3BAAEJ%3BEACI%2C6BAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAMJ%2CQAH8B%3BEAG9B%2CcAJe%2CKAAK%2CIAAG%3BIAEf%2CsBAAA%3B%3B%3BAAGR%2CiBACI%3BEACI%2CoCAAA%3BEACA%2CmBAAA%3B%3BAAHR%2CiBAKI%3BEACI%2CiBAAA%3B%3BAAGR%2CKAAK%2CSACD%2CgBACI%3BEACI%2CWAAA%3B%3BAACA%2CKAJP%2CSACD%2CgBACI%2CeAEK%3BEACG%2CWAAA%3B%3BAAQJ%2CQAH8B%3BEAG9B%2CKAbP%2CSACD%2CgBAOI%2CwBACI%3BIAEQ%2CsBAAA%3B%3B%3BAAXpB%2CKAAK%2CSACD%2CgBAOI%2CwBAMI%3BEACI%2CiBAAA%3B%3BAAfhB%2CKAAK%2CSACD%2CgBAOI%2CwBAMI%2CiBAEI%3BEACI%2CWAAA%3B%3BAAjBpB%2CKAAK%2CSACD%2CgBAOI%2CwBAMI%2CiBAEI%2CSAEI%2CQAAO%3BEACH%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3B%3BAAvBxB%2CKAAK%2CSACD%2CgBAOI%2CwBAMI%2CiBAEI%2CSAEI%2CQAAO%2CaAMH%3BEACI%2CWAAA%3BEACA%2CmBAAA%3B%3BAAQ5B%2CwBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CwBAII%3BEACI%2C2BAAA%3B%3BAAGR%2CgBACI%2CUAAY%2CUAAU%3BEAClB%2CwBAAA%3B%3BAAGR%3BEACI%2CgBAAA%3B%3BAAII%2CsBADJ%2CkBAAkB%2COAAM%2COAAO%2CSAC1B%3BEACG%2CwBAAA%3B%3BAAHZ%2CsBACI%2CkBAAkB%2COAAM%2COAAO%2CSAI3B%3BEACI%2CWAAA%3B%3BAACA%2CsBANR%2CkBAAkB%2COAAM%2COAAO%2CSAI3B%2CYAEK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAShB%2CQAH8B%3BEAG9B%2CwBAJyB%3BIAEjB%2CoBAAA%3B%3B%3BAAGR%3BEACI%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAATJ%2CgBAUI%3BEACI%2CcAAA%3B%3BAAXR%2CgBAaI%3BEACI%2CyBAAA%3BEACA%2CeAAA%3B%3BAAGR%2C0BACI%3BAADJ%2C0BAEI%2CMAAK%3BEACD%2CaAAA%3BEACA%2C6BAAA%3B%3BAAGR%2CSAAU%2CUAAY%2CSAAO%2CMAAK%3BEAC9B%2CaAAA%3B%3BAAGJ%2COAAO%2CaAAa%2CKAChB%3BAADJ%2COAAO%2CaAAa%2CKAEhB%2CGAAG%3BEACC%2CcAAA%3BEACA%2CeAAA%3B%3BAAGR%2CMAAM%2CQACF%3BEACI%2CsBAAA%3B%3BAAGR%2CeAAe%2CSAAU%3BEACrB%2C6BAAA%3B%3BAAEJ%2CaAAc%2CQAAO%3BEACjB%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAADJ%2CeAEI%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGR%2CkBAAkB%2CMAAO%2CmBAAmB%3BAAC5C%2CkBAAkB%2CeAAgB%2CmBAAmB%3BEACjD%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGA%2CKADC%2CiCAAoC%2CQACpC%3BEAOG%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAgB%2CqDAAhB%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAiCR%2CQA9B0B%3BEACtB%2CcACI%2COAAM%2CIAAI%2CSAAS%2CIAAI%2COAAO%2CIAAI%3B%3BSAEjC%2CsBACD%2CMACA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2C8BAA%2BB%3BEAC%5C%2FB%2CaAAc%3BIACV%2CiBAAA%3B%3BEAEJ%2CcAAe%2COAAO%3BIAClB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CYAAA%3B%3B%3BAAGR%2CUAAU%2CSAAY%3BEAClB%2CuBAAA%3B%3BAAEJ%2CkBACI%2CWACI%2CeACI%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAKhB%3BEACI%2CaAAA%3B%3BAAOA%2CQAJ8B%3BEAI9B%2CSANA%2CKAAI%3BEAMJ%2CSALA%2CKAAI%3BIAEI%2CeAAA%3BIACA%2CkBAAA%3B%3B%3BAAmCZ%2CQA%5C%2FB0B%3BEACtB%2CKAAK%2CcACD%3BIACI%2CuBAAA%3B%3BEAFR%2CKAAK%2CcAID%2CMACI%2CKAAI%3BIACA%2CyBAAA%3B%3BEANZ%2CKAAK%2CcASD%2CKAAI%3BIACA%2CeAAA%3B%3BEAVR%2CKAAK%2CcASD%2CKAAI%2CSAEA%2CqBACI%3BIACI%2C0BAAA%3B%3BEAbhB%2CKAAK%2CcASD%2CKAAI%2CSAOA%2COAAM%3BIACF%2C0BAAA%3B%3BEAjBZ%2CKAAK%2CcAoBD%2CKAAI%3BIACA%2CeAAA%3B%3BEArBR%2CKAAK%2CcAuBD%2CKAAI%2CIACA%2CYAAW%3BIACP%2CWAAA%3B%3B%3BAA0BhB%2CQArB0B%3BEACtB%2CKAAK%2CcACD%3BIACI%2CWAAA%3B%3BEAFR%2CKAAK%2CcAID%2CKAAI%2CMAAO%3BEAJf%2CKAAK%2CcAKD%2CKAAI%2CIAAK%3BIACL%2CsBAAA%3B%3BEANR%2CKAAK%2CcAQD%2CsBACI%3BIACI%2C8BAAA%3B%3BEAIZ%2CoBAAoB%3BEACpB%2CmBAAmB%3BIACf%2C0BAAA%3B%3B%3BAAIR%2CKAAK%2CcACD%2CsBACI%3BEACI%2CwBAAA%3B%3BAAKZ%2CcACI%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3B%3BAAGR%2CKAAK%2CcAAe%2CiBAChB%3BEAII%2CqBAAA%3B%3BAAHA%2CKAFH%2CcAAe%2CiBAChB%2CmBACK%3BEACG%2CaAAA%3B%3BAAHZ%2CKAAK%2CcAAe%2CiBAOhB%3BEACI%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAOJ%2CQAH0B%3BEAG1B%2CKAJC%2CcAAe%2CiBAAmB%3BIAE%5C%2FB%2CqBAAA%3B%3B%3BAAEJ%2CKAJC%2CcAAe%2CiBAAmB%2CiBAIlC%3BEACG%2CwCAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAGR%2CeAAe%3BEAIX%2CgBAAA%3B%3BAAAA%2CQAH0B%3BEAG1B%2CeAJW%3BIAEP%2CkBAAA%3B%3B%3BAAIR%2CQAAQ%2CIAAI%3BEACR%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAMJ%2CQAH8B%3BEAG9B%2CYAJa%2COAAM%2CQAAS%3BIAEpB%2CcAAA%3B%3B%3BAAOR%2CQAH8B%3BEAG9B%3BIAFQ%2C0BAAA%3B%3B%3BAAGR%3BEAII%2CuBAAA%3BEACA%2CmCAAA%3BEACA%2C%2BBAAA%3BEACA%2C0BAAA%3B%3BAAHA%2CQAH0B%3BEAG1B%3BIAFI%2CwBAAA%3B%3B%3BAAOR%2CsBACI%3BEACI%2CYAAA%3B%3BAAGR%2CQAAQ%3BEACJ%2CWAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CcAAA%3B%3BAADJ%2CcAAc%2CSAEV%3BEACI%2CUAAA%3B%3BAAGR%2CeACI%2CSAAQ%2CQAAQ%3BEACZ%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAGR%2CqBACI%3BEACI%2CWAAA%3B%3BAAGR%2CsBAAuB%3BEACnB%2CsBAAA%3B%3BAAEJ%2CwBACI%2CSAAQ%2CQAAQ%3BEACZ%2CaAAA%3BEACA%2CUAAA%3B%3BAAGR%3BEACI%2CkBAAA%3B%3BAAEJ%2CwBAAyB%2CsBAAsB%2CeAAiB%3BEAC5D%2CiBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAADJ%2CcAEI%3BEACI%2CSAAA%3B%3BAAHR%2CcAKI%3BEACI%2CSAAA%3B%3BAANR%2CcAQI%3BEACI%2CsBAAA%3B%3BAATR%2CcAWI%2COAAM%2CIAAI%3BEACN%2CYAAA%3B%3BAAGR%2CiBACI%3BAADJ%2CiBAEI%3BEACI%2CwBAAA%3B%3BAAGR%2CiBAAiB%2CQACb%3BEACI%2CyBAAA%3B%3BAAFR%2CiBAAiB%2CQAIb%3BEACI%2CwBAAA%3BEACA%2CiBAAA%3BEAUA%2CsBAAA%3B%3BAAhBR%2CiBAAiB%2CQAIb%2CwBAGI%3BEACI%2CSAAA%3B%3BAARZ%2CiBAAiB%2CQAIb%2CwBAGI%2CsBAEI%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAVhB%2CiBAAiB%2CQAIb%2CwBAGI%2CsBAKI%3BEACI%2CsBAAA%3B%3BAAbhB%2CiBAAiB%2CQAIb%2CwBAcI%2COAAM%2CIAAI%3BEACN%2CYAAA%3B%3BAAKZ%2CqBACI%3BEACI%2CaAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CqBAMI%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAGR%3BAACA%3BEACI%2CeAAA%3B%3BAAEJ%2CkBAAmB%2CoBAAoB%3BEACnC%2CeAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%2CIAAI%2CMAAO%2CaAAe%3BAAC1B%2CIAAI%2CIAAK%2CaAAe%3BEACpB%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CIAAI%2CMAAO%2CaAAe%2CIAAC%3BAAC3B%2CIAAI%2CIAAK%2CaAAe%2CIAAC%3BEACrB%2CaAAA%3B%3BAAEJ%2CIAAI%2CMAAO%2CaAAe%2CIAAC%2CQAAQ%3BAACnC%2CIAAI%2CIAAK%2CaAAe%2CIAAC%2CQAAQ%3BEAC7B%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEAIA%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2COAAT%3B%3BAATA%2CQAH0B%3BEAG1B%2CIAXA%2CMAAO%2CaAAe%2CIAAC%2CQAAQ%3BEAW%5C%2FB%2CIAVA%2CIAAK%2CaAAe%2CIAAC%2CQAAQ%3BIAQzB%2CiBAAA%3B%3B%3BAAaR%2CIAAI%2CMAAO%2CaAAe%2CIAAC%2CQAAQ%3BAACnC%2CIAAI%2CIAAK%2CaAAe%2CIAAC%2CQAAQ%3BEAC7B%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEAIA%2CcAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2COAAT%3B%3BAATA%2CQAH0B%3BEAG1B%2CIAXA%2CMAAO%2CaAAe%2CIAAC%2CQAAQ%3BEAW%5C%2FB%2CIAVA%2CIAAK%2CaAAe%2CIAAC%2CQAAQ%3BIAQzB%2CiBAAA%3B%3B%3B%3B%3BAAuBR%2CIAAI%2CkBAAmB%3BEACnB%2CgBAAA%3B%3BAAEJ%2CIAAI%2CkBAAmB%3BEACnB%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CIAAI%2CkBAAmB%2CuBAAuB%3BEAC1C%2CYAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CIAAI%2CkBAAmB%2CeAAe%2CMAAK%2CUAAU%2CMAAO%3BEACxD%2CiBAAA%3B%3BAAEJ%2CIAAI%2CkBAAmB%2CeAAe%2CMAAK%2CUAAU%2CKAAM%3BEACvD%2CkBAAA%3B%3BAAEJ%2CsBACI%3BEACI%2CeAAA%3B%3BAAFR%2CsBAII%3BEACI%2CgBAAA%3B%3BAAGR%2CaAAc%2CQAAO%3BEACjB%2CaAAA%3B%3BAAGJ%2CaAAc%2CQAAQ%3BEAClB%2CgBAAA%3BEACA%2CeAAA%3B%3B%3BAAsEJ%2CmBAnEqC%3BEACjC%2CIAAI%2CkBAAmB%3BIACnB%2CeAAA%3B%3BEAEJ%2CcACI%3BIACI%2CiBAAA%3B%3BEAIR%2CIAAI%2CkBAAmB%3BIACnB%2CiBAAA%3B%3BEAEJ%2CIAAI%2CkBAAmB%3BIACnB%2CSAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CIAAI%2CkBAAmB%2CuBAAuB%3BIAC1C%2CQAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CIAAI%2CkBACA%2CuBACA%2CaACA%2CgBAAe%3BIACf%2CwBAAA%3B%3BEAEJ%2CIAAI%2CkBAAmB%2CuBAAuB%3BIAC1C%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CIAAI%2CkBAAmB%2CuBAAuB%2CYAAY%3BIACtD%2CqBAAA%3BIACA%2C4BAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CuBAAA%3B%3BEAEJ%2CIAAI%2CkBACA%2CKAAI%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3B%3BEAGR%2CcACI%3BIACI%2CwBAAA%3B%3BEAGR%2CIAAI%2CkBAAmB%2CuBAAuB%3BIAC1C%2CWAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3B%3BAAMR%2COAAO%2CQAAQ%3BEACX%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CkBAAmB%2CsBAAsB%2CsBAAsB%3BEAC3D%2CcAAA%3BEACA%2CwCAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CyBAA0B%2CQAAO%3BEAC7B%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CuBACI%2C2BACA%2CqBACA%3BEACA%2CwCAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CyBAA0B%2CQAAO%2CQAAQ%3BEACrC%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CwCAAA%3B%3BAAGJ%2CkBAAqB%2CmBAAiB%3BAACtC%2CUAAa%2CiBAAe%2CeAAe%3BEACvC%2CWAAA%3B%3BAAEJ%2CkBAAmB%2CWAAW%2CeAAe%3BAAC7C%2CUAAW%3BEACP%2CsBAAA%3B%3BAAEJ%2CmBAAoB%2CKAAI%3BAACxB%2CmBAAoB%2CQAAO%3BAAC3B%2CyBAA0B%2CQAAO%3BAACjC%2CSAAS%2CIAAK%2CQAAO%2CQAAQ%3BEACzB%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3B%3BAAIA%2CQAH0B%3BEAG1B%3BIAFI%2CYAAA%3B%3B%3BAANR%2CeAQI%3BEACI%2CaAAA%3B%3BAATR%2CeAWI%2CEACI%3BEACI%2CgBAAA%3B%3BAAIZ%2CQACI%3BEACI%2CoBAAA%3B%3BAAGR%2CqBAMI%2CKAAI%3BAALR%2CiBAKI%2CKAAI%3BAAJR%2CiCAAkC%2CsBAI9B%2CKAAI%3BAAHR%2CeAGI%2CKAAI%3BAAFR%2CoBAEI%2CKAAI%3BAADR%2CaACI%2CKAAI%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAARR%2CqBAUI%2CQAAO%3BAATX%2CiBASI%2CQAAO%3BAARX%2CiCAAkC%2CsBAQ9B%2CQAAO%3BAAPX%2CeAOI%2CQAAO%3BAANX%2CoBAMI%2CQAAO%3BAALX%2CaAKI%2CQAAO%3BEACH%2CyBAAA%3BEACA%2CqBAAA%3B%3BAASR%2CQAQI%2CKAAI%3BAAPR%2CoBAOI%2CKAAI%3BAANR%2CuBAMI%2CKAAI%3BAALR%2CqBAKI%2CKAAI%3BAAJR%2CWAII%2CKAAI%3BAAHR%2CYAGI%2CKAAI%3BAAFR%2CiBAEI%2CKAAI%3BAADR%2CsBACI%2CKAAI%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAVR%2CQAYI%2CQAAO%3BAAXX%2CoBAWI%2CQAAO%3BAAVX%2CuBAUI%2CQAAO%3BAATX%2CqBASI%2CQAAO%3BAARX%2CWAQI%2CQAAO%3BAAPX%2CYAOI%2CQAAO%3BAANX%2CiBAMI%2CQAAO%3BAALX%2CsBAKI%2CQAAO%3BEACH%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGR%3BEACI%2CcAAA%3B%3BAAEJ%2CMAAM%2CYAAa%3BEACf%2CsBAAA%3B%3BAAEJ%2CUAAa%2CiBAAe%2CeAAe%3BEACvC%2CuBAAA%3B%3BAAEJ%2CeACI%2CKAAI%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CeAKI%2CQAAO%3BEACH%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAGR%2CsBAAsB%2CQAAQ%3BAAC9B%2CsBAAsB%2CQAAW%2COAAI%3BAACrC%2CYAAa%2CuBAAsB%2CcAAc%3BEAC7C%2CmBAAA%3B%3BAAEJ%2CsBAAyB%2COAAI%3BEACzB%2CcAAA%3B%3BAAEJ%2CYAAa%2CuBAAsB%3BEAC%5C%2FB%2CqBAAA%3B%3BAAEJ%2CKAAK%2CSACD%2CgBACA%2CwBACA%2CiBACA%2CSACA%2CQAAO%3BEACP%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CUAAW%3BAACX%2CUAAW%3BAACX%2CaAAc%3BEACV%2CkBAAA%3B%3BAAWJ%2CQAT0B%3BEACtB%2CYAAa%3BIACT%2CUAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2C0BAAA%3B%3B%3BAAGR%2CcACI%2CKAAI%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAHR%2CcAKI%2CQAAO%3BEACH%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAIR%2CKAAK%2CcAAe%2CUAAU%3BAAC9B%2CKAAK%2CcAAe%2CUAAU%3BEAC1B%2CaAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CUAAS%2CeAAgB%3BEACzC%2CqBAAA%3B%3BAAIJ%2CaACI%3BEACI%2CyBAAA%3B%3BAAGR%3BEACI%2CgDAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAANJ%2CiBAQI%2CMAAK%3BAART%2CiBASI%2CMAAK%3BAATT%2CiBAUI%2CMAAK%3BAAVT%2CiBAWI%2CMAAK%3BAAXT%2CiBAYI%2CMAAK%3BAAZT%2CiBAaI%2CMAAK%3BAAbT%2CiBAcI%2CMAAK%3BAAdT%2CiBAeI%2CMAAK%3BAAfT%2CiBAgBI%2CMAAK%3BAAhBT%2CiBAiBI%2CMAAK%3BAAjBT%2CiBAkBI%2CMAAK%3BAAlBT%2CiBAmBI%2CMAAK%3BAAnBT%2CiBAoBI%2CMAAK%3BAApBT%2CiBAqBI%2CMAAK%3BAArBT%2CiBAsBI%3BAAtBJ%2CiBAuBI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzBR%2CiBA2BI%3BEACI%2CwBAAA%3B%3BAA5BR%2CiBA8BI%3BEACI%2CqBAAA%3BEACA%2CUAAA%3B%3BAAhCR%2CiBA8BI%2CqBAGI%2CSACI%3BEACI%2CaAAA%3B%3BAAnChB%2CiBAuCI%2CMAAK%2COAAO%2CQAAW%3BEACnB%2CWAAA%3BEACA%2CWAAA%3B%3BAAzCR%2CiBA2CI%2CMAAK%2COAAO%2CQAAS%3BEACjB%2CeAAA%3B%3BAA5CR%2CiBA8CI%2CUAAS%2COAAU%3BEACf%2CiBAAA%3B%3BAA%5C%2FCR%2CiBAiDI%2CUAAS%3BEACL%2CgBAAA%3B%3BAAlDR%2CiBAoDI%3BEACI%2CaAAA%3B%3BAArDR%2CiBAuDI%3BEACI%2CiBAAA%3BEACA%2CaAAA%3B%3BAAzDR%2CiBAuDI%2CYAGI%3BEACI%2CqBAAA%3BEACA%2C6BAAA%3B%3BAA5DZ%2CiBA%2BDI%2CqBACI%3BEACI%2CmBAAA%3B%3BAAjEZ%2CiBAoEI%2CQAAO%3BEACH%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAgER%2CQA5D0B%3BEACtB%2CaAAc%3BIACV%2CUAAA%3B%3BEAEJ%3BIACI%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3B%3BEAHJ%2CiBAII%3BIACI%2CmBAAA%3B%3BEALR%2CiBAOI%2CMAAK%3BIACD%2CWAAA%3B%3BEARR%2CiBAUI%3BIACI%2CaAAA%3B%3BEAXR%2CiBAUI%2CeAEI%3BIACI%2CUAAA%3BIACA%2CYAAA%3BIACA%2CQAAA%3B%3BEAfZ%2CiBAUI%2CeAOI%3BIACI%2CUAAA%3B%3BEAlBZ%2CiBAUI%2CeAOI%2CQAEI%3BIACI%2CeAAA%3B%3BEApBhB%2CiBAwBI%3BIACI%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3B%3BEA9BR%2CiBAgCI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CMAAA%3BIACA%2CmBAAA%3B%3BEApCR%2CiBAgCI%2CqBAKI%3BIACI%2CgBAAA%3B%3BEAtCZ%2CiBAgCI%2CqBAQI%3BIACI%2CaAAA%3BIACA%2CWAAA%3B%3BEA1CZ%2CiBAgCI%2CqBAYI%3BIACI%2COAAA%3BIACA%2CWAAA%3B%3BEAIZ%2CkBAAkB%3BIACd%2C2BAAA%3BIACA%2CqBAAA%3B%3B%3BAAkBR%2CQAd0B%3BEACtB%2CuBAAwB%2C2BAA2B%3BEACnD%2CuBAAwB%2C2BAA2B%3BIAC%5C%2FC%2C2BAAA%3BIACA%2CwBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2C4BAAA%3B%3BEAFJ%2CiBAGI%2CQAAQ%3BIACJ%2CeAAA%3B%3B%3BAAYZ%2CQAR0B%3BEACtB%2CuBAAwB%2C2BAA2B%3BEACnD%2CuBAAwB%2C2BAA2B%3BIAC%5C%2FC%2CwBAAA%3BIACA%2C0BAAA%3BIACA%2CkCAAA%3B%3B%3BAAGR%2CmBAEI%2CMACI%3BAAFR%2CaACI%2CMACI%3BEACI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAKZ%2CiBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CiBACI%2CoBAEI%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BAALZ%2CiBACI%2CoBAEI%2CkBAGI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3B%3BAARhB%2CiBACI%2CoBAUI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAuBZ%2CQAnB0B%3BEACtB%3BIACI%2CqBAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CkBAAmB%2CoBAAoB%3BEACvC%2CkBAAmB%3BIACf%2C2BAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CgBAAA%3B%3B%3BAAIR%2CoBAAoB%3BEAChB%2CKAAK%2CUAAL%3B%3BAAEJ%2CYAAY%3BEACR%2CiBAAA%3B%3BAAEJ%2CaAAc%2CQAAO%3BEACjB%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2COAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CwBAAwB%2CgBAAiB%3BEACrC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CYAAY%2CMAAO%2CcAAc%3BEAC7B%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2C8BAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CUAAA%3B%3BAAEJ%2CwBAAwB%2CgBAAiB%2CeAAc%3BAACvD%2CwBAAwB%2CgBAAiB%2CeAAc%3BEACnD%2CmBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%2CuBAAuB%3BAACvB%2CoBAAoB%3BEAChB%2CQAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CwBAAwB%2CgBAAiB%3BEACrC%2CoBAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CgBAAA%3B%3BAAEJ%2CoBAAoB%3BEAChB%2CKAAK%2CUAAL%3B%3BAAEJ%2COAAQ%3BEACJ%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CuBAAuB%3BAACvB%2CoBAAoB%3BEAChB%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAcJ%2CQAX0B%3BEACtB%2CYAAa%2CYAAY%2CSAAS%3BIAC9B%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CaAAc%2CQAAO%3BIACjB%2CWAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3B%3BAAGR%2CoBAAoB%3BEAChB%2CsBAAA%3B%3BAAEJ%2CYAAa%2CYAAY%2CSAAS%2COAAS%3BEACvC%2CqBAAA%3B%3BAAIJ%2CKAAK%2COAAO%2CQAAW%3BEACnB%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CKAAK%2COAAO%2CQAAS%3BEACjB%2C0BAAA%3B%3BAAEJ%3BEACI%2COAAO%2CYAAP%3BEACA%2C2BAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CWAAA%3B%3BAAGR%2CKAAK%2COAAO%2CQAAS%2CiBAAmB%3BAACxC%2CKAAK%2COAAO%2CQAAS%2CiBAAmB%3BEACpC%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2COACI%3BEACI%2CaAAA%3B%3BAA2BR%2CQAvB0B%3BEACtB%2CwBACI%2CqBACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CwBACI%2CqBACI%2CeAEI%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3BEAPhB%2CwBACI%2CqBASI%2CQAAO%3BIACH%2CUAAA%3B%3BEAXZ%2CwBACI%2CqBAYI%2CUAAS%2COAAO%3BIACZ%2CmBAAA%3B%3BEAIZ%3BIACI%2CWAAA%3B%3B%3BAAGR%3BEACI%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2C8BACI%2CuBACE%2CQACA%2CKAAE%2CUAAU%3BEACd%2CyBAAA%3B%3BAAEJ%2C8BAA%2BB%2CuBAAyB%2CQAAQ%2CKAAG%3BEAC%5C%2FD%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2C8BAA%2BB%2CuBAAyB%2CQAAQ%2CKAAK%3BAACrE%2C8BAA%2BB%2CuBAAyB%2CQAAQ%2CKAAG%3BEAC%5C%2FD%2CwBAAA%3B%3BAAEJ%2CQAAQ%2CUAAU%3BEACd%2CeAAA%3B%3BAAEJ%2COAAO%3BEACH%2CgCAAA%3B%3BAAEJ%2CkBAAmB%3BAACnB%2C8BAA%2BB%3BEAC3B%2CaAAA%3B%3BAAeJ%2CQAZ0B%3BEACtB%2CkBAAmB%3BEACnB%2C8BAA%2BB%3BIAC3B%2CcAAA%3B%3BEAEJ%3BEACA%2CQAAQ%2CKAAK%2CSAAU%3BIACnB%2CwBAAA%3B%3B%3BAAKR%3BEACI%2CoBAAA%3B%3BAAEJ%2CeAAgB%2CeAAc%3BEAC1B%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiCAAA%3BEACA%2CeAAA%3BEACA%2CmCAAA%3B%3BAAEJ%2CwBAAwB%3BEAGpB%2CWAAW%2CUAAX%3B%3BAAEJ%2CkBAAmB%2CsBAAsB%3BAACzC%3BEACI%2CqBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAeJ%2CQAb0B%3BEACtB%3BIACI%2CeAAA%3B%3BEAEJ%2CUAAa%2CiBAAe%2CeAAe%3BIACvC%2CeAAA%3B%3BEAEJ%2CkBAAmB%2CsBAAsB%3BEACzC%3BIACI%2CgBAAA%3B%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEAEA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAAe%2CMAAO%3BAACtB%2CeAAe%2CWAAY%3BEACvB%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CeAAe%2CMAAO%3BAACtB%2CeAAe%2CWAAY%3BEACvB%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CeAAe%2CMAAO%2C0BAA0B%3BAAChD%2CeAAe%2CWAAY%2C0BAA0B%3BEACjD%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3B%3BAAIJ%3BEACI%2CaAAa%2CqBAAb%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEAEA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CqBAEI%2CUAAU%3BEACN%2CiBAAA%3B%3BAAkBR%3BEACI%2C6BAAA%3B%3BAAEJ%3BEACI%2C%2BBAAA%3B%3BAAwBJ%2CQAtB0B%3BEACtB%2CqBAAsB%2CUAAU%3BIAC5B%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CwBAAA%3B%3BEAEJ%2CoBACI%2CeACI%2CUAAS%2CSAAS%3BIACd%2CaAAA%3B%3BEAHZ%2CoBACI%2CeAII%3BIACI%2CoBAAA%3B%3B%3BAA6BhB%2CQAxB0B%3BEACtB%2CqBACI%2CYACI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3B%3BEAJZ%2CqBACI%2CYACI%2CUAGI%3BIACI%2CSAAA%3B%3BEANhB%2CqBACI%2CYACI%2CUAMI%3BIACI%2CSAAA%3B%3BEAKhB%2CSAAY%3BEACZ%2CSAAY%2CUAAU%3BIAClB%2C4BAAA%3B%3BEAEJ%2CWAAY%2CQAAO%3BIACf%2C4BAAA%3B%3B%3BAAIR%2CaAAc%3BEACV%2CcAAA%3B%3BAAEJ%2CaAAc%2CmBAAmB%2CsBAAsB%3BAACvD%2CaAAc%3BEACV%2CeAAA%3B%3BAAIJ%2CyBAAyB%2COAAO%3BEAC5B%2COAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmCAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CQAAO%2CQAAO%2CQAAO%2CQAAO%2COAArC%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmCAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CSAAS%2CQAAO%2CQAAO%2CQAAO%2CQAAO%2COAArC%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CyBAAyB%3BEACrB%2CsBAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CyBAAyB%2COAAQ%3BEAC7B%2C2BAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CIAAI%2CkBAAmB%2CuBAAuB%2CgBAAgB%3BEAC1D%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAIJ%2CoBACI%2CaACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAALZ%2CoBACI%2CaACI%2CMAII%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAARhB%2CoBACI%2CaACI%2CMAII%2CGAGI%3BAAThB%2CoBACI%2CaACI%2CMAII%2CGAII%3BEACI%2CUAAA%3B%3BAAXpB%2CoBACI%2CaACI%2CMAII%2CGAOI%3BEACI%2CiBAAA%3B%3BAAdpB%2CoBACI%2CaACI%2CMAII%2CGAUI%3BEACI%2CgBAAA%3B%3BAAjBpB%2CoBACI%2CaACI%2CMAkBI%2CQAAO%2CaAAa%3BEAChB%2CaAAA%3B%3BAArBhB%2CoBACI%2CaACI%2CMAqBI%3BEACI%2CQAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAA1BhB%2CoBACI%2CaACI%2CMAqBI%2CYAII%3BAA3BhB%2CoBACI%2CaACI%2CMAqBI%2CYAKI%3BEACI%2CWAAA%3B%3BAA7BpB%2CoBACI%2CaACI%2CMA8BI%2COAAM%2COAAO%3BEACT%2CQAAA%3B%3BAAjChB%2CoBACI%2CaACI%2CMAiCI%2COAAM%2COAAO%3BEACT%2CQAAA%3B%3BAApChB%2CoBACI%2CaACI%2CMAiCI%2COAAM%2COAAO%2CKAET%3BEACI%2C8BAAA%3BEACA%2C0BAAA%3B%3BAAvCpB%2CoBACI%2CaACI%2CMAwCI%2CQAAO%3BEACH%2CaAAA%3BEACA%2CWAAA%3B%3BAA5ChB%2CoBACI%2CaACI%2CMAwCI%2CQAAO%2CIAGH%3BAA7ChB%2CoBACI%2CaACI%2CMAwCI%2CQAAO%2CIAIH%3BEACI%2CWAAA%3B%3BAAMpB%2CqBACI%2CmBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAALZ%2CqBACI%2CmBACI%2CMAKI%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAThB%2CqBACI%2CmBACI%2CMAKI%2CGAGI%3BAAVhB%2CqBACI%2CmBACI%2CMAKI%2CGAII%3BEACI%2CUAAA%3B%3BAAZpB%2CqBACI%2CmBACI%2CMAKI%2CGAOI%3BEACI%2CiBAAA%3B%3BAAfpB%2CqBACI%2CmBACI%2CMAKI%2CGAUI%3BEACI%2CgBAAA%3B%3BAAlBpB%2CqBACI%2CmBACI%2CMAmBI%2COAAM%2COAAO%3BEACT%2CQAAA%3B%3BAAtBhB%2CqBACI%2CmBACI%2CMAmBI%2COAAM%2COAAO%2CKAET%3BEACI%2C8BAAA%3BEACA%2C0BAAA%3B%3BAAzBpB%2CqBACI%2CmBACI%2CMAmBI%2COAAM%2COAAO%2CKAMT%3BEACI%2CiBAAA%3B%3BAA5BpB%2CqBACI%2CmBACI%2CMA6BI%3BEACI%2CQAAA%3B%3BAAhChB%2CqBACI%2CmBACI%2CMA6BI%2CYAEI%3BEACI%2CiBAAA%3B%3BAAlCpB%2CqBACI%2CmBACI%2CMAmCI%2COAAM%2COAAO%3BEACT%2CQAAA%3B%3BAAKhB%3BEACI%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAsB%2C6BAAtB%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CqBAAsB%2CmBAAmB%2CMAAM%2COAAM%2COAAO%3BEACxD%2CwBAAA%3B%3BAAEJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAAIJ%2CYAAa%2CYAAY%2CSAAS%2COAAM%2COAAQ%3BEAC5C%2CwBAAA%3B%3BAAGJ%2CgBAAmB%3BEACf%2CwBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CMAAO%3BEACH%2CcAAA%3B%3BAAGJ%2CMAAO%3BEACH%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CoBAAoB%2CkBAAmB%3BAACvC%2CoBAAqB%3BEACjB%2CaAAA%3B%3BAAEJ%2CoBAAoB%2CkBAAmB%3BEACnC%2CaAAA%3B%3BAAEJ%2CoBAAoB%2CkBAAmB%3BEACnC%2CcAAA%3B%3BAAEJ%2CMAAO%3BAACP%2CMAAO%3BAACP%2CMAAO%3BAACP%2CMAAO%3BEACH%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CaAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CaACC%2CUACC%3BEACC%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAANH%2CaACC%2CUACC%2CQAKC%3BEACC%2CaAAA%3B%3BAARJ%2CaACC%2CUACC%2CQAQC%3BEACC%2CWAAA%3BEACA%2CyBAAA%3B%3BAAZJ%2CaACC%2CUACC%2CQAQC%2COAGC%3BEACC%2CWAAA%3B%3BAAdL%2CaACC%2CUACC%2CQAeC%3BEACC%2CYAAA%3BEACA%2CgBAAA%3B%3BAAKD%2CQAFuC%3BEAEvC%2CaAvBF%2CUACC%2CQAmBC%3BIACyC%2CkBAAA%3B%3B%3BAAtB5C%2CaA2BC%2CaACC%2CQAAO%2CSAAS%2CKACf%3BEACC%2CaAAA%3B%3BAA9BJ%2CaA2BC%2CaAMC%2COAAM%2COAAO%3BEACZ%2CwBAAA%3B%3BAAlCH%2CaAqCC%3BEACC%2CgBAAgB%2C0CAAhB%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAzCF%2CaA2CI%3BEACF%2CaAAA%3BEACA%2CsBAAA%3B%3BAAEC%2CaAJC%2CwBAGF%2CMACE%3BEACA%2CQAAA%3B%3BAAEQ%2CaAPR%2CwBAGF%2CMAIW%2CYAAe%3BEACxB%2CQAAA%3B%3BAAGD%2CaAXC%2CwBAGF%2CMAQE%3BEACA%2CQAAA%3B%3BAAKJ%2CIAAI%2CeACH%2CcACC%3BEACC%2CaAAA%3B%3BAAMH%2CqBAAsB%3BEAClB%2CaAAA%3BEACA%2C6BAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CqBAAsB%2CSAAS%2CSAAQ%3BAACvC%2CqBAAsB%2CSAAS%2CWAAU%3BEACrC%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CSAAS%2CSAAQ%2CKAAM%3BAAC7C%2CqBAAsB%2CSAAS%2CWAAU%2CKAAM%3BEAC3C%2CmBAAA%3B%3BAAGJ%2CgBAAiB%2COAAM%3BEACnB%2CqFAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CaAAA%3B%3BAAGJ%2CqBAAsB%2CSAAS%2CSAAS%2CQAAO%3BAAC%5C%2FC%2CqBAAsB%2CSAAS%2CWAAW%2CQAAO%3BEAE7C%2CwCAAA%3B%3BAAGJ%2CIAAK%2CKAAK%3BAACV%2CIAAK%2CKAAK%3BEACN%2CgBAAA%3B%3BAAGJ%2CQACI%3BAADJ%2CQACW%3BEACH%2C8BAAA%3B%3BAAIR%2CMAAM%3BAAAqB%2CMAAM%3BEAC7B%2CgCAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CIAAK%2CKAAK%2COAAM%2CmBAAmB%3BAACnC%2CIAAK%2CKAAK%2COAAM%2CgBAAgB%3BEAC5B%2C6BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAYJ%2CsBAAuB%2CKAAI%3BAAC3B%2CgBAAiB%2CSAAS%2CKAAI%3BAAC9B%2CkBAAmB%2CKAAI%3BEACnB%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAANJ%2CsBAAuB%2CKAAI%2CwBAQvB%3BAAPJ%2CgBAAiB%2CSAAS%2CKAAI%2CwBAO1B%3BAANJ%2CkBAAmB%2CKAAI%2CwBAMnB%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3B%3BAAXR%2CsBAAuB%2CKAAI%2CwBAcvB%2CMAAK%3BAAbT%2CgBAAiB%2CSAAS%2CKAAI%2CwBAa1B%2CMAAK%3BAAZT%2CkBAAmB%2CKAAI%2CwBAYnB%2CMAAK%3BAAdT%2CsBAAuB%2CKAAI%2CwBAevB%2CMAAK%3BAAdT%2CgBAAiB%2CSAAS%2CKAAI%2CwBAc1B%2CMAAK%3BAAbT%2CkBAAmB%2CKAAI%2CwBAanB%2CMAAK%3BAAfT%2CsBAAuB%2CKAAI%2CwBAgBvB%2CMAAK%3BAAfT%2CgBAAiB%2CSAAS%2CKAAI%2CwBAe1B%2CMAAK%3BAAdT%2CkBAAmB%2CKAAI%2CwBAcnB%2CMAAK%3BEACD%2CQAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BEAEA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAA6BR%2CmBAzBqC%3BEACjC%2CQAAS%3BIACL%2C0BAAA%3B%3BEAEJ%2CIAAK%2CKAAK%2CiBAAiB%2COAAM%3BIAC7B%2CgBAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CaAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CKAAK%3BIACD%2CQAAA%3B%3BEAEJ%2CkBAAmB%2CyBAAyB%3BIACxC%2CQAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2C0BAAA%3B%3B%3BAA2BR%2CQAvB0B%3BEACtB%3BIACI%2CuBAAA%3B%3BEAGJ%2CYAAY%3BEACZ%2CYAAY%3BIACR%2CwBAAA%3B%3BEAGJ%2CcAAc%2CcAAe%2CaAAY%2CSAAU%3BIAC%5C%2FC%2C2BAAA%3B%3BEAGJ%2CkBAAmB%2CaAAY%2CSAAU%2CKAAI%3BIACzC%2C4BAAA%3B%3BEAGJ%2CWAAY%2CQAAU%2CIAAI%2COAAI%3BIAC1B%2C6BAAA%3B%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%2CWAAW%3BEACP%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CuBAAA%3B%3BAAGJ%2COAAO%2CQAAQ%2CWAAW%3BEACtB%2CaAAA%3B%3BAAiDJ%2CQA9C0B%3B%3B%3B%3B%3BEAKtB%2CYAAY%2CMAAO%2CYAAY%3BIAC3B%2C2BAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CYAAY%2CMAAO%2CYAAY%2CeAAe%3BIAC1C%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CyBAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2C6BAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CYAAY%2CMAAO%2CYAAY%2CeAAe%2CMAAM%3BIAChD%2C6BAAA%3BIACA%2C4BAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CWAAY%3BIACR%2CkBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CcAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAUR%2CQAN0B%3BEACtB%2CYAAY%2CMAAO%2CYAAY%2CeAAe%2CMAAM%3BIAChD%2C0BAAA%3B%3B%3BAASR%2CQAL0B%2CuBAAuB%3BEAC7C%2CYAAY%2CMAAO%2CYAAY%2CeAAe%2CMAAM%3BIAChD%2C0BAAA%3B%3B%3BAAGR%2CoBAAqB%2CaAAa%2CMAAM%2CQAAO%3BEAC3C%2CUAAA%3B%3BAAEJ%2CEAAE%2CwBAAwB%3BEACtB%2CSAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CEAAE%2CwBAAwB%2C6BAA8B%3BAACxD%2CEAAE%2CwBAAwB%2C6BAA8B%2CGAAG%2COAAO%3BAAClE%2CEAAE%2CwBAAwB%2C6BAA8B%2CGAAG%3BEACvD%2CcAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CSAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CEAAE%2CgBAAiB%3BEACf%2CcAAA%3B%3BAAEJ%2CwBAAwB%2CIAAI%3BEACxB%2CSAAA%3B%3BAAUJ%2CQAR0B%3BEACtB%2CqBAAsB%3BEACtB%2CqBAAsB%2CeAAe%3BEACrC%2CqBAAsB%2CeAAe%3BIACjC%2CeAAA%3B%3B%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAmGJ%2CQAhG0B%3BEACtB%2CIAAK%2CKAAK%2CaAAY%2CaAAgB%3BEACtC%2CIAAK%2CKAAK%2CcAAa%2CaAAgB%3BIACnC%2CwBAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CoBAAoB%3BIAChB%2CmBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3BIACA%2CiCAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3B%3BEAEJ%2C2BAA2B%3BIACvB%2CQAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3B%3BEAEJ%2C0BAA0B%3BIACtB%2CQAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2C%2BBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAGJ%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2C0BAA0B%3BIACtB%2CeAAA%3B%3BEAGJ%2C0BAA0B%2CUAAW%3BIACjC%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CiCAAA%3B%3BEAGJ%2C0BAA0B%2CYAAa%3BIACnC%2CYAAY%2CyCAAZ%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAA0B%2CYAAY%2CUAAW%3BIAC7C%2CmBAAA%3BIACA%2CcAAA%3B%3B%3B%3BAAKR%2CYAAY%2CQAAQ%2CMAAO%2COAAM%2CeAAe%3BEAC5C%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CYAAY%2CQAAQ%2CMAAO%3BEACvB%2CwBAAA%3BEACA%2CuBAAA%3B%3BAAqBJ%2CQAlB0B%3BEACtB%2CYAAY%2CQAAQ%2CMAAO%3BIACvB%2CUAAA%3B%3BEAGJ%2CYAAY%2CQAAQ%2CMAAO%2CeAAiB%3BIACxC%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CYAAY%2CQAAQ%2CMAAO%3BIACvB%2CwBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3B%3B%3BAAWR%2CQAR0B%3BEACtB%2CqBAAsB%2CmBAAmB%3BIACrC%2CcAAA%3BIACA%2CcAAA%3B%3B%3B%3B%3BAAKR%2CIAAI%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3B%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3B%3BAAGJ%2CYAAa%3BEACT%2CeAAA%3B%3B%3B%3BAAIJ%2CYAAY%3BAACZ%2CMAAM%3BEACF%2C2BAAA%3B%3BAAEJ%2CYAAa%2CQAAO%2CQAAS%3BAAC7B%2CYAAY%2CMAAO%3BEACf%2C0BAAA%3B%3BAAEJ%2CYAAY%2CMAAO%2CcAAc%3BEAC7B%2C0BAAA%3B%3B%3BAAGJ%2CsBAAuB%2CcAAc%2CQAAO%3BAAC5C%2C2BAA4B%2CcAAc%2CQAAO%3BEAC7C%2CwBAAA%3B%3B%3BAAIJ%2CIAAI%2CoBAAqB%3BAACzB%2CIAAI%2CoBAAqB%3BAACzB%2CIAAI%2CoBAAqB%3BAACzB%2CIAAI%2CoBAAqB%3BAACzB%2CIAAI%2CoBAAqB%3BAACzB%2CIAAI%2CoBAAqB%3BEAA0B%2CwBAAA%3B%3B%3BAAGnD%2CIAAI%2CoBAAqB%2CQAAO%3BAAChC%2CIAAI%2CoBAAqB%3BEAAgB%2CwBAAA%3B%3B%3B%3B%3BAAKzC%2CkBAAmB%2CyBAAyB%3BAAC5C%2CkBAAmB%2CyBAAyB%2CQAAO%3BAACnD%2CkBAAmB%2CWAAW%2CQAAO%3BAACrC%2CkBAAmB%2CWAAW%2COAAM%3BEAChC%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CwBAAA%3BEACA%2CiCAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2C2BAAA%3B%3B%3BAAGqF%2CwBAAyB%2CsBAAsB%2CMAAK%2CsBAAuB%2CIAAG%3BEAAc%2CsBAAA%3BEAAsB%2CuBAAA%3BEAAuB%2C0BAAA%3BEAA0B%2CmBAAA%3BEAAmB%2CsBAAA%3BEAAsB%2C2BAAA%3BEAA2B%2CuBAAA%22%7D *//*
 * Header live-search (Amasty Xsearch rich autocomplete) — Porto header.
 *
 * Renders Amasty's product autocomplete inside the standard Porto
 * `#search_autocomplete` popup WITHOUT changing the Porto header DOM.
 * Mirrors the compact, scrollable image+name+price+add-to-cart dropdown
 * the live store shows. Scoped to `#search_autocomplete` so it never
 * affects the rest of the page.
 */

/* The popup container itself: scrollable, anchored under the input.
   QA #6.2: live shows NO border on the container — only the subtle box-shadow on
   the inner `.amsearch-results` card. Removed the 1px #ccc border to match.
   Search-parity: the container background must be TRANSPARENT like live
   (baytonia.com computes background:rgba(0,0,0,0) on #search_autocomplete; only
   the inner `.amsearch-results` card is white). The upgrade previously painted the
   whole scroll region #fff, so an opaque white box showed BEHIND/around the results
   card — the "background behind the results scroll region" the tester flagged.
   Making it transparent removes that extra layer so only the results card paints. */
#search_autocomplete {
    background: transparent;
    border: 0;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    /* QA #6.4: track-less thin scrollbar like live (no rectangular track / box /
       border under it). */
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 transparent;
    /* Match live: no drop shadow, rounded bottom corners (0 0 20px 20px). */
    box-shadow: none;
    border-radius: 0 0 20px 20px;
    z-index: 1000;
    box-sizing: border-box;
    text-align: right;
    direction: rtl;
    /* Match live's vertical breathing room around the result list. */
    padding: 2px 0;
}

/* QA #6.4: WebKit/Blink track-less thin scrollbar (no visible rectangular track,
   background, border or box under the thumb) — matches live's thin scrollbar. */
#search_autocomplete::-webkit-scrollbar {
    width: 6px;
}

#search_autocomplete::-webkit-scrollbar-track {
    background: transparent;
    border: 0;
    box-shadow: none;
}

#search_autocomplete::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 6px;
    border: 0;
}

/*
 * Loading spinner — replicates the live store's
 * `<div data-amsearch-js="loader" class="amasty-xsearch-loader">`.
 * Sits in the search `.control` next to the input (the popup's positioning
 * context). Same 16x11 ajaxload GIF + same hide class the live KO widget uses,
 * so it shows while the autocomplete request is in flight, then hides on render.
 * Positioned just inside the (RTL) right edge so it does NOT reflow the header.
 */
.block-search .control .amasty-xsearch-loader {
    position: absolute;
    top: 50%;
    right: 44px;
    width: 16px;
    height: 11px;
    margin-top: -6px;
    z-index: 1001;
    background: url("data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA") no-repeat center center;
    pointer-events: none;
}

.block-search .control .amasty-xsearch-loader.amasty-xsearch-hide {
    display: none;
}

/* The loader is absolutely positioned inside .control; make it the anchor.
   This does not change the header's width or position. */
.block-search .control {
    position: relative;
}

#search_autocomplete .amsearch-results {
    display: block;
    width: 100%;
    /* Match live: the inner results panel carries the subtle drop shadow
       (the outer #search_autocomplete stays shadowless). Live computes
       box-shadow: rgba(0,0,0,.25) 0 0 3px and border-radius: 0 0 6px 6px on
       .amsearch-results, so the dropdown reads as a floating card exactly
       like baytonia.com. */
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    border-radius: 0 0 6px 6px;
    background: #fff;
}

/* Section that holds the product grid — enable Amasty's flex layout. */
#search_autocomplete .amsearch-products-section {
    display: block;
    width: 100%;
    border-top: 0;
    padding: 0;
}

/* Block header ("منتجات قد تبحث عنها"). Live renders it as a plain title:
   transparent background, no border, right-aligned, 15px padding. (Amasty 1.27
   default gives it a grey bar + flex layout for its count/view-all controls,
   which live never shows — those controls are hidden further below.) */
#search_autocomplete .amsearch-block-header,
#search_autocomplete .amasty-xsearch-block-header {
    display: block;
    margin: 0;
    padding: 15px;
    font-weight: 700;
    background: transparent;
    border-bottom: 0;
    text-align: right;
}

#search_autocomplete .amsearch-link.-view-all {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

/* The product list as a single vertical, scrollable column of compact rows. */
#search_autocomplete .amsearch-product-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

/* Each result: image on the (RTL) right, details beside it.
   Padding/row height matched to live (desktop 5px 15px → ~169px rows). */
#search_autocomplete .amsearch-item.product-item {
    display: flex;
    flex-direction: row;
    /* Live top-aligns the details column with the image (align-items:normal). */
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 15px;
    /* QA #6.1: live has NO horizontal separator line between results. Removed the
       previous 1px #ececec border-top. */
    border: 0;
    background: #fff;
    cursor: pointer;
}

#search_autocomplete .amsearch-item.product-item:hover,
#search_autocomplete .amsearch-item.product-item.selected {
    background: #f3f3f3;
}

/* Thumbnail — sized to match live (mobile 127px, desktop 148px).
   Base is mobile 127px (live mobile = 126.8px); the desktop media query bumps
   it to 148px. !important on the link width beats Amasty's own .amsearch-image
   clamp (it forced the link to 125px so the 148px inner image was clipped). */
#search_autocomplete .amsearch-item .amsearch-image {
    flex: 0 0 127px !important;
    width: 127px !important;
    max-width: 127px !important;
    height: 127px;
    display: block;
    position: relative;
    overflow: hidden;
}

/* Amasty emits inline width:320px + padding-bottom:100% aspect boxes; pin to size. */
#search_autocomplete .amsearch-item .amsearch-product-image-container,
#search_autocomplete .amsearch-item .product-image-wrapper {
    width: 127px !important;
    height: 127px !important;
    padding-bottom: 0 !important;
    display: block;
    position: relative;
    overflow: hidden;
}

/* Scope to the PRODUCT photo only (inside the image container/wrapper) — NOT a
   blanket `img`, which also caught the small `.amasty-label-image` promo badge
   and blew it up to full size, overflowing the thumbnail (the badge must stay
   its natural ~38x19 like live). */
#search_autocomplete .amsearch-item .amsearch-product-image-container > img,
#search_autocomplete .amsearch-item .product-image-wrapper > img,
#search_autocomplete .amsearch-item .product-image-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 127px !important;
    height: 127px !important;
    max-width: 127px;
    max-height: 127px;
    /* Match live: object-fit:fill (live stretches to box; Amasty default is contain). */
    object-fit: fill;
    display: block;
    margin: 0;
}

/* Promo label badge ("Premium" / "هدية 1000") — keep it natural-sized and
   contained over the thumbnail like live (live badge ~44x22 desktop / 38x19
   mobile), NOT stretched to the thumbnail size by the photo rule above. */
#search_autocomplete .amsearch-item .amasty-label-image {
    position: static;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    max-height: none;
}

/* Details column (name + price + actions) */
#search_autocomplete .amsearch-item .product-item-details,
#search_autocomplete .amsearch-item .amsearch-description {
    flex: 1 1 auto;
    min-width: 0;
    display: block;
}

#search_autocomplete .amsearch-item .product-item-link {
    display: block;
    font-size: 13px;
    font-weight: 400;
    /* Match live: 24px line-height, pure black (Amasty default 1.35/#222). */
    line-height: 24px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

/* Price — match live EXACTLY (computed-style measured, desktop + mobile).
 *
 * LIVE renders the price-box as a plain BLOCK that shrinks to its content and
 * sits right-aligned under the product name (block child of the flex
 * `.amsearch-wrapper-inner` row, so it sizes to content, NOT full width):
 *   .price-box      -> display:block; margin:0 10px 0 0; width auto/content
 *   .old-price      -> inline-block; 13px/400; #a7a7a7; line-height:24px;
 *                      margin:0 2.79px 0 0 (the only gap between the two prices)
 *   .special-price  -> inline-block; 13px/400; #000; line-height:24px; no margin
 *   .special .price -> 20px/600/#000             .old .price -> 12.8px/600/#808080 line-through
 * In the RTL inline flow this puts the big black SPECIAL price first (right) and
 * the small grey strikethrough OLD price tucked tight to its left — one line.
 *
 * QA #6.3 root cause: `.amsearch-wrapper-inner` (the name/price row) is
 * `display:flex`. A `display:block; width:auto` price-box is a flex ITEM and so
 * STRETCHES to the flex line's full cross size (measured 310px) — the inline
 * special+old prices then sit at the line's start (visually far LEFT in RTL),
 * shoved away from the product name on the right. That is exactly the "shifted
 * too far left" QA flagged. Fix: make the price-box `inline-block` + shrink to
 * content (`width:fit-content`) so it no longer stretches and tucks tight under
 * the name on the (RTL) right — discounted + crossed-out prices sit side by side
 * on one line, matching live. */
/* QA (re-fix): the price-box was still stretching to the full details-column
 * width (~312px) in the dropdown, so the special + old prices were flung to
 * opposite ends. Two rules leak in and beat the plain (non-important) declaration
 * here: Porto's admin "Custom CSS" (media/porto/configed_css/settings_default.css)
 * `.catalogsearch-result-index .price-box{display:flex!important;justify-content:
 * space-between!important;flex-wrap:nowrap!important;max-width:100%!important}` and
 * Amasty's `.amsearch-products-section .product-item [data-role="priceBox"]{display:
 * flex;flex-basis:100%}`. We can't edit the admin file (regenerated), so we win with
 * an id-scoped `!important` override: force inline-block + content width so the box
 * shrinks to its content and the special + crossed-out old price sit tight together
 * on one line (right-aligned in RTL), exactly like live's compact ~98px price. */
#search_autocomplete .amsearch-item .price-box {
    display: inline-block !important;
    justify-content: flex-start !important;
    flex-basis: auto !important;
    flex-wrap: nowrap !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    max-width: 100%;
    margin: 0 10px 0 0;
    padding: 0;
}

/* Children: inline-block so they sit on one line in the RTL flow (special first
   = right, old tucked left), content-sized. Override any inherited flex/weight.
   line-height:24px + font-weight:400 match live's measured span values. */
#search_autocomplete .amsearch-item .price-box .special-price,
#search_autocomplete .amsearch-item .price-box .old-price {
    display: inline-block !important;
    width: auto !important;
    flex: 0 0 auto !important;
    vertical-align: baseline;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
}

#search_autocomplete .amsearch-item .price-box .price-container,
#search_autocomplete .amsearch-item .price-box .price-wrapper {
    display: inline !important;
    width: auto !important;
    flex: 0 0 auto !important;
}

/* Special / current price: live = 20px, 600, black; no margin. */
#search_autocomplete .amsearch-item .special-price {
    margin: 0;
    color: #000;
}

#search_autocomplete .amsearch-item .special-price .price {
    display: inline;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

/* Regular / old strikethrough price: live = 12.8px, 600, grey, line-through;
   the 2.79px right margin is the only space between old and special (matches live). */
#search_autocomplete .amsearch-item .old-price {
    margin: 0 2.7859px 0 0;
    color: #a7a7a7;
}

#search_autocomplete .amsearch-item .old-price .price {
    display: inline;
    font-size: 12.8px;
    color: #808080;
    font-weight: 600;
    text-decoration: line-through;
}

/* Hide the textual price labels ("السعر العادي" / "سعر خاص") live never shows
   in the suggest row — Amasty emits them inside .price-label. */
#search_autocomplete .amsearch-item .price-box .price-label {
    display: none;
}

/* Search-parity: the ATC/wishlist/compare actions must sit UNDER the product
   details (name + price), matching live. Amasty renders price + `.product-item-actions`
   inside `.amsearch-wrapper-inner` as a flex ROW; on live's narrow (~164px) result
   column the actions wrap to the next line (below the price), but the upgrade's
   wider (~323px) header column keeps them on the same row (icons/أضف beside the
   price). Force the wrapper to a COLUMN so the price is on its own line and the
   [compare][heart][أضف] actions row sits below it — the live layout — regardless of
   the column width. */
#search_autocomplete .amsearch-item .amsearch-wrapper-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Actions row — live renders `.product-item-actions` as a horizontal flex
   holding `.actions-secondary` (compare + wishlist icons) next to
   `.actions-primary` (the add-to-cart). On the (RTL) row the icons sit to the
   LEFT of the "أضف" button, matching live's [compare][wishlist][أضف] order. */
#search_autocomplete .amsearch-item .product-item-actions {
    margin-top: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

/* Add-to-cart button — match live EXACTLY. Live keeps the full server-rendered
   label "أضف إلى السلة" in the DOM but renders the button as a 40x40 square with
   `overflow:hidden` + `white-space:normal`, so the label wraps and only the first
   word "أضف" is visible (the rest is clipped below the 40px box). Matching live's
   `white-space:normal` (not nowrap) makes the clip land on the word boundary
   ("أضف") instead of mid-word ("أضف إل"). bg #a88144 / #fff / radius 2px / 700. */
/* Add-to-cart button — scope to the PRIMARY action only (NOT the bare
   `.amsearch-button`, which also classes the wishlist/compare icon links).
   Force static flow (Amasty defaults it to position:absolute) so it sits inline
   in the flex actions row beside the [compare][heart] icons on BOTH viewports. */
#search_autocomplete .amsearch-item .product-item-actions .tocart,
#search_autocomplete .amsearch-item .actions-primary .amsearch-button,
#search_autocomplete .amsearch-item button.action.tocart {
    /* Static flow so it sits inline in the flex actions row (Amasty defaults to
       absolute). Force inline-block (Amasty sets inline-flex+align-items:center,
       which vertically centers the 3-line wrapped label and reveals the 2nd line
       "إلى"). inline-block top-aligns the span so the first line "أضف" shows and
       overflow:hidden clips the rest — exactly how LIVE renders it. */
    position: static !important;
    display: inline-block !important;
    text-align: center;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    font-size: 15.7px;
    font-weight: 700;
    padding: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: normal;
}

/* The button's label span: inline-block + top-aligned (matching live) so the
   wrapped 3-line text clips to its first word "أضف". */
#search_autocomplete .amsearch-item .product-item-actions .tocart > span,
#search_autocomplete .amsearch-item .actions-primary .amsearch-button > span,
#search_autocomplete .amsearch-item button.action.tocart > span {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
}

/* The actions-primary / form wrappers hold only the (now static) button — let
   them shrink to content so the flex row packs [أضف] tight beside the icons. */
#search_autocomplete .amsearch-item .product-item-actions .actions-primary,
#search_autocomplete .amsearch-item .product-item-actions form.amasty-xsearch-form {
    display: inline-block;
    position: static;
    width: auto;
    margin: 0;
}

/* Wishlist + compare (`.actions-secondary`). Per client spec these show on BOTH
   desktop AND mobile (intentional deviation from live, which hides them on
   mobile). Lay them out as a horizontal icon row [compare][heart] next to the
   "أضف" button. */
#search_autocomplete .amsearch-item .product-item-actions .actions-secondary,
#search_autocomplete .amsearch-item .actions-secondary {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

/* The two icon links — compact 32x32 icon buttons. */
#search_autocomplete .amsearch-item .actions-secondary > a,
#search_autocomplete .amsearch-item .actions-secondary .towishlist,
#search_autocomplete .amsearch-item .actions-secondary .tocompare,
#search_autocomplete .amsearch-item .actions-secondary .amsearch-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    max-width: 32px;
    padding: 0;
    background: none;
    border: 0;
}

/*
 * CONSISTENT ICON DESIGN (QA): render the wishlist heart + compare icons with
 * the SAME glyphs LIVE uses — the Porto icon font (`porto-icons`): heart \e889,
 * compare \f83b, 18px, colour #333. The upgrade's Amasty Xsearch markup
 * (`.amsearch-button.-wishlist.-icon` / `.-compare.-icon`) ships its OWN icon
 * (SVG background mask) that looks different from live's heart. We suppress
 * Amasty's icon background and draw live's exact porto glyph via ::before so the
 * icon is identical on desktop AND mobile. The <a> is empty server-side, so the
 * ::before is the only visible content.
 */
#search_autocomplete .amsearch-item .actions-secondary .amsearch-button.-wishlist,
#search_autocomplete .amsearch-item .actions-secondary .amsearch-button.-compare,
#search_autocomplete .amsearch-item .actions-secondary .towishlist,
#search_autocomplete .amsearch-item .actions-secondary .tocompare {
    background-image: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    color: #333;
}

#search_autocomplete .amsearch-item .actions-secondary .amsearch-button.-wishlist::before,
#search_autocomplete .amsearch-item .actions-secondary .towishlist::before {
    font-family: 'porto-icons';
    content: '\e889';
    font-size: 18px;
    line-height: 1;
    color: #333;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

#search_autocomplete .amsearch-item .actions-secondary .amsearch-button.-compare::before,
#search_autocomplete .amsearch-item .actions-secondary .tocompare::before {
    font-family: 'porto-icons';
    content: '\f83b';
    font-size: 18px;
    line-height: 1;
    color: #333;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

/* Suppress any inner SVG/img Amasty might inject so only our porto glyph shows. */
#search_autocomplete .amsearch-item .actions-secondary .amsearch-button.-icon > svg,
#search_autocomplete .amsearch-item .actions-secondary .amsearch-button.-icon > img,
#search_autocomplete .amsearch-item .actions-secondary .amsearch-button.-icon .amsearch-icon {
    display: none;
}

/* Amasty product labels can overflow the thumbnail; keep them contained. */
#search_autocomplete .amsearch-item .amasty-label-container,
#search_autocomplete .amsearch-item .amasty-label-image {
    max-width: 120px;
    max-height: 120px;
}

/* Desktop: match live's larger 148px thumbnails / bigger rows. */
@media only screen and (min-width: 768px) {
    #search_autocomplete {
        min-width: 360px;
    }

    #search_autocomplete .amsearch-item .amsearch-image {
        flex: 0 0 148px !important;
        width: 148px !important;
        max-width: 148px !important;
        height: 148px;
    }

    #search_autocomplete .amsearch-item .amsearch-product-image-container,
    #search_autocomplete .amsearch-item .product-image-wrapper {
        width: 148px !important;
        height: 148px !important;
    }

    /* PRODUCT photo only (not the label badge img) — match live's 148px. */
    #search_autocomplete .amsearch-item .amsearch-product-image-container > img,
    #search_autocomplete .amsearch-item .product-image-wrapper > img,
    #search_autocomplete .amsearch-item .product-image-photo {
        width: 148px !important;
        height: 148px !important;
        max-width: 148px;
        max-height: 148px;
    }

    /* Label badge stays natural size, contained over the 148px thumb. */
    #search_autocomplete .amsearch-item .amasty-label-image {
        max-width: 100%;
        max-height: none;
    }
}

/*
 * Mobile (<=767px). Per the client spec the mobile rows MIRROR desktop:
 * image + name + price + [compare][heart][أضف]. (This intentionally deviates
 * from live, which hides compare/wishlist on mobile.) So we do NOT hide
 * `.actions-secondary` here; instead we lay the whole actions out as a flex row
 * and take the "أضف" button out of Amasty's absolute positioning so it flows
 * inline beside the icons instead of escaping the (RTL) left edge of the popup.
 *
 * Root cause of the earlier mobile button clip (measured): Amasty's module CSS
 * renders `.tocart` as position:absolute anchored to the right of its (width-0)
 * form, so it landed at the popup's left edge clipped to "إلى". Forcing static
 * flow inside the flex actions row fixes it and keeps the price visible.
 */
@media only screen and (max-width: 767px) {
    #search_autocomplete .amsearch-item .product-item-actions {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 6px;
        margin-top: 6px;
    }

    #search_autocomplete .amsearch-item .product-item-actions .actions-primary,
    #search_autocomplete .amsearch-item .product-item-actions form.amasty-xsearch-form {
        display: block;
        position: static;
        width: auto;
        margin: 0;
    }

    /* Add-to-cart: take it out of absolute flow so it sits inline in the row.
       inline-block (not flex) so the label clips to "أضف" (see base rule). */
    #search_autocomplete .amsearch-item .product-item-actions .tocart,
    #search_autocomplete .amsearch-item .actions-primary .amsearch-button,
    #search_autocomplete .amsearch-item button.action.tocart {
        position: static !important;
        display: inline-block !important;
    }

    /* Show compare + wishlist on mobile too (client spec). */
    #search_autocomplete .amsearch-item .product-item-actions .actions-secondary,
    #search_autocomplete .amsearch-item .actions-secondary {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        gap: 6px;
    }

    /* Keep the details column from collapsing so name/price/actions stay laid
       out within it. */
    #search_autocomplete .amsearch-item .product-item-details,
    #search_autocomplete .amsearch-item .amsearch-description {
        flex: 1 1 auto;
        min-width: 0;
    }
}

/* No-result notice — mirror live's `.amsearch-products.-waste` message
   ("Your search returned no products.") so the dropdown matches live instead
   of staying hidden. Scoped to #search_autocomplete. */
#search_autocomplete .amsearch-products.-waste {
    display: block;
    padding: 20px 15px;
    font-size: 13px;
    color: #222;
    text-align: center;
}

/* T14: Match live — the live Xsearch dropdown heading is title-only.
   The upgraded Xsearch 1.27 header.phtml adds a result-count span (e.g. "(1197)")
   and a "View All (1182+)" link that live never shows. Hide them so the
   autocomplete heading matches live exactly. Scoped to #search_autocomplete so
   the full search-results page header (if any) is unaffected. */
#search_autocomplete .amsearch-block-header .amsearch-count,
#search_autocomplete .amsearch-title .amsearch-count {
    display: none !important;
}

/* Hide the view-all WHILE it is still inside the block header (top). The JS
   (_amMoveViewAllToFooter) relocates it to a bottom `.-footer` row, which the rule
   below shows + styles to match live's bottom "شاهد الكل (count)". */
#search_autocomplete .amsearch-block-header .amsearch-link.-view-all {
    display: none !important;
}

/* Item 4: desktop "View All" footer link at the BOTTOM of the header dropdown,
   matching live EXACTLY (measured on baytonia.com: `.amsearch-more-results >
   a.amsearch-link` — black #000, 13px, weight 400, NO underline, centered, with
   ~30px of breathing room above). Live shows "شاهد الكل (3543)"; the JS puts the
   count in parentheses. Scoped to #search_autocomplete + the relocated `.-footer`
   so the in-header copy stays hidden. */
#search_autocomplete .amsearch-results > .amsearch-link.-view-all.-footer {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 15px 15px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
    white-space: nowrap;
}

#search_autocomplete .amsearch-results > .amsearch-link.-view-all.-footer .amsearch-count {
    display: inline;
    margin-right: 4px;
    font-weight: 400;
}

/*
 * T14 (re-fix): HEADING TITLE "منتجات قد تبحث عنها" size.
 *
 * QA rejection root cause: Amasty Xsearch 1.27 renders the popup heading as
 *   <p class="amsearch-block-header amsearch-collapsible-title">
 *       <span class="amsearch-title"> … </span></p>
 * and its bundled stylesheet sets .amsearch-title to ~1.8rem => 28.8px.
 * Live's OLDER Xsearch markup is a bare <p class="amasty-xsearch-block-header">
 * the theme renders at 13px. The previous fix only touched product name/price
 * fonts and never overrode the heading font-size, so 28.8px leaked through.
 *
 * Match live EXACTLY: title 13px / weight 700 / line-height 24px / black,
 * with 15px padding on the header block (live puts the 15px padding on the
 * heading element itself). Scoped to #search_autocomplete only.
 */
#search_autocomplete .amsearch-block-header,
#search_autocomplete .amasty-xsearch-block-header,
#search_autocomplete .amsearch-collapsible-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    margin: 0;
    padding: 15px;
}

#search_autocomplete .amsearch-block-header .amsearch-title,
#search_autocomplete .amsearch-collapsible-title .amsearch-title,
#search_autocomplete .amsearch-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    /* span sits inside the already-padded <p>; no extra box. */
    padding: 0;
    margin: 0;
}

/* =========================================================================
 * MOBILE-MENU search autocomplete (`#search_menu_autocomplete`).
 *
 * The in-menu search reuses the SAME standard mini-search + amasty-rich-suggest
 * mixin as the header, so it must get the SAME flat product-list styling. We
 * re-apply every header rule to the menu container, then anchor the popup under
 * the in-menu input (absolute, full-width inside the menu) so it never renders
 * as a floating overlay jumbled on top of the open menu panel — matching live.
 * ========================================================================= */
#search_menu_autocomplete {
    background: #fff;
    /* QA #7.2: live shows NO border around the in-menu results container. */
    border: 0;
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    /* QA #7.4: track-less thin scrollbar (Firefox). */
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 transparent;
    /* Match live: no drop shadow. */
    box-shadow: none;
    z-index: 1000;
    box-sizing: border-box;
    text-align: right;
    direction: rtl;
    padding: 2px 0;
    /* Anchor under the in-menu input (the .control is the positioning context,
       set position:relative in mobile-menu-search-styles.phtml). Horizontal
       inset/width is governed by the `.ninjamenus-mobile-wrapper .search-autocomplete`
       rules in mobile-menu-search-styles.phtml so both stay in sync. */
    position: absolute;
    top: 100%;
    margin-top: 4px;
    border-radius: 4px;
}

/* QA #7.4: WebKit/Blink track-less thin scrollbar for the in-menu results. */
#search_menu_autocomplete::-webkit-scrollbar {
    width: 6px;
}

#search_menu_autocomplete::-webkit-scrollbar-track {
    background: transparent;
    border: 0;
    box-shadow: none;
}

#search_menu_autocomplete::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 6px;
    border: 0;
}

#search_menu_autocomplete .amsearch-results {
    display: block;
    width: 100%;
}

#search_menu_autocomplete .amsearch-products-section {
    display: block;
    width: 100%;
    border-top: 0;
    padding: 0;
}

#search_menu_autocomplete .amsearch-block-header,
#search_menu_autocomplete .amasty-xsearch-block-header,
#search_menu_autocomplete .amsearch-collapsible-title {
    display: block;
    margin: 0;
    padding: 15px;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    background: transparent;
    border-bottom: 0;
    text-align: right;
}

#search_menu_autocomplete .amsearch-block-header .amsearch-title,
#search_menu_autocomplete .amsearch-collapsible-title .amsearch-title,
#search_menu_autocomplete .amsearch-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    padding: 0;
    margin: 0;
}

/* Hide the title's inline result-count (live never shows it) and the view-all
   link WHILE it still sits inside the block header. The JS relocates the view-all
   to a bottom `.-footer` row (QA #7.5), which the rule below styles + shows. */
#search_menu_autocomplete .amsearch-block-header .amsearch-count,
#search_menu_autocomplete .amsearch-title .amsearch-count,
#search_menu_autocomplete .amsearch-block-header .amsearch-link.-view-all {
    display: none !important;
}

/* Item 7: "View All" footer link at the BOTTOM of the in-menu results, matching
   live ("شاهد الكل (count)"). Live styles it as a plain centered link — black #000,
   13px, weight 400, NO underline (same as the desktop footer; measured on
   baytonia.com). Full-width + tappable; links to the full search-results page via
   Amasty's real href. (Was previously gold/700/underline — restyled to match live.) */
#search_menu_autocomplete .amsearch-results > .amsearch-link.-view-all.-footer {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
}

#search_menu_autocomplete .amsearch-results > .amsearch-link.-view-all.-footer .amsearch-count {
    display: inline;
    margin-right: 4px;
    font-weight: 400;
}

#search_menu_autocomplete .amsearch-product-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

#search_menu_autocomplete .amsearch-item.product-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 15px;
    /* QA #7.3: live has NO horizontal separator between in-menu results. */
    border: 0;
    background: #fff;
    cursor: pointer;
}

#search_menu_autocomplete .amsearch-item.product-item:hover,
#search_menu_autocomplete .amsearch-item.product-item.selected {
    background: #f3f3f3;
}

#search_menu_autocomplete .amsearch-item .amsearch-image {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
    overflow: hidden;
}

#search_menu_autocomplete .amsearch-item .amsearch-product-image-container,
#search_menu_autocomplete .amsearch-item .product-image-wrapper {
    width: 100px !important;
    height: 100px !important;
    padding-bottom: 0 !important;
    display: block;
    position: relative;
    overflow: hidden;
}

#search_menu_autocomplete .amsearch-item img,
#search_menu_autocomplete .amsearch-item .product-image-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px !important;
    height: 100px !important;
    max-width: 100px;
    max-height: 100px;
    object-fit: fill;
    display: block;
    margin: 0;
}

#search_menu_autocomplete .amsearch-item .product-item-details,
#search_menu_autocomplete .amsearch-item .amsearch-description {
    flex: 1 1 auto;
    min-width: 0;
    display: block;
}

#search_menu_autocomplete .amsearch-item .product-item-link {
    display: -webkit-box;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

/* Price — same live-matched block/inline-block layout as the header (see the
   header block above for the full measured rationale: block price-box that
   shrinks to content + right-aligns under the name; special 20px/600/#000 first
   in RTL, old 12.8px/600/#808080 line-through tucked 2.79px to its left). */
#search_menu_autocomplete .amsearch-item .price-box {
    display: block;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0;
}

#search_menu_autocomplete .amsearch-item .price-box .special-price,
#search_menu_autocomplete .amsearch-item .price-box .old-price {
    display: inline-block !important;
    width: auto !important;
    flex: 0 0 auto !important;
    vertical-align: baseline;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
}

#search_menu_autocomplete .amsearch-item .price-box .price-container,
#search_menu_autocomplete .amsearch-item .price-box .price-wrapper {
    display: inline !important;
    width: auto !important;
    flex: 0 0 auto !important;
}

#search_menu_autocomplete .amsearch-item .special-price {
    margin: 0;
    color: #000;
}

#search_menu_autocomplete .amsearch-item .special-price .price {
    display: inline;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

#search_menu_autocomplete .amsearch-item .old-price {
    margin: 0 2.7859px 0 0;
    color: #a7a7a7;
}

#search_menu_autocomplete .amsearch-item .old-price .price {
    display: inline;
    font-size: 12.8px;
    color: #808080;
    font-weight: 600;
    text-decoration: line-through;
}

#search_menu_autocomplete .amsearch-item .price-box .price-label {
    display: none;
}

/* The in-menu popup is mobile-only. Mirror the header mobile row: lay the actions
   out as a flex row [compare][heart][أضف], taking the absolutely-positioned "أضف"
   button out of absolute flow so it stays inside the row instead of escaping the
   (RTL) left edge. (Client spec: show compare/wishlist on mobile too.) */
#search_menu_autocomplete .amsearch-item .product-item-actions {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    flex-wrap: wrap;
}

#search_menu_autocomplete .amsearch-item .product-item-actions .actions-primary,
#search_menu_autocomplete .amsearch-item .product-item-actions form.amasty-xsearch-form {
    display: inline-block;
    position: static;
    width: auto;
    margin: 0;
}

#search_menu_autocomplete .amsearch-item .product-item-actions .tocart > span,
#search_menu_autocomplete .amsearch-item .actions-primary .amsearch-button > span,
#search_menu_autocomplete .amsearch-item button.action.tocart > span {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
}

#search_menu_autocomplete .amsearch-item .product-item-details,
#search_menu_autocomplete .amsearch-item .amsearch-description {
    flex: 1 1 auto;
    min-width: 0;
    /* Stack name / price / actions vertically in the narrow in-menu column so the
       أضف button + icon row sit on their own line BELOW the price (not overlapping
       it). */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* price-box on its own line (block, content-width) then the actions row below —
   matches live's block price-box; must NOT be flex or it stretches full-width. */
#search_menu_autocomplete .amsearch-item .amsearch-description .price-box,
#search_menu_autocomplete .amsearch-item .product-item-details .price-box {
    display: block;
    width: auto;
}

/* Add-to-cart button — compact 40x40 "أضف". Scope to PRIMARY action so the bare
   `.amsearch-button` icon links are not forced to 40x40. */
#search_menu_autocomplete .amsearch-item .product-item-actions .tocart,
#search_menu_autocomplete .amsearch-item .actions-primary .amsearch-button,
#search_menu_autocomplete .amsearch-item button.action.tocart {
    position: static !important;
    display: inline-block !important;
    text-align: center;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    font-size: 15.7px;
    font-weight: 700;
    padding: 0 !important;
    height: 40px !important;
    line-height: 40px;
    overflow: hidden;
    white-space: normal;
}

/* QA #10 / #14: the in-menu (mobile hamburger) search view must NOT show the
   wishlist heart NOR the compare icon — live hides BOTH in this menu-search view
   (only the image + name + price + "أضف" add-to-cart remain, plus the bottom
   "View All" footer link). Scoped to #search_menu_autocomplete only, so the
   header search (#search_autocomplete) keeps its wishlist + compare icons.
   We hide the whole `.actions-secondary` container (not just the two links) so
   no empty 32x32 icon slot / gap is left in the actions row. */
#search_menu_autocomplete .amsearch-item .actions-secondary,
#search_menu_autocomplete .amsearch-item .product-item-actions .actions-secondary,
#search_menu_autocomplete .amsearch-item .actions-secondary .amsearch-button.-wishlist,
#search_menu_autocomplete .amsearch-item .actions-secondary .towishlist,
#search_menu_autocomplete .amsearch-item .actions-secondary .amsearch-button.-compare,
#search_menu_autocomplete .amsearch-item .actions-secondary .tocompare {
    display: none !important;
}

#search_menu_autocomplete .amsearch-item .actions-secondary > a,
#search_menu_autocomplete .amsearch-item .actions-secondary .towishlist,
#search_menu_autocomplete .amsearch-item .actions-secondary .tocompare,
#search_menu_autocomplete .amsearch-item .actions-secondary .amsearch-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    max-width: 32px;
    padding: 0;
    background: none;
    border: 0;
}

#search_menu_autocomplete .amsearch-item .actions-secondary .amsearch-button.-wishlist,
#search_menu_autocomplete .amsearch-item .actions-secondary .amsearch-button.-compare,
#search_menu_autocomplete .amsearch-item .actions-secondary .towishlist,
#search_menu_autocomplete .amsearch-item .actions-secondary .tocompare {
    background-image: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    color: #333;
}

#search_menu_autocomplete .amsearch-item .actions-secondary .amsearch-button.-wishlist::before,
#search_menu_autocomplete .amsearch-item .actions-secondary .towishlist::before {
    font-family: 'porto-icons';
    content: '\e889';
    font-size: 18px;
    line-height: 1;
    color: #333;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

#search_menu_autocomplete .amsearch-item .actions-secondary .amsearch-button.-compare::before,
#search_menu_autocomplete .amsearch-item .actions-secondary .tocompare::before {
    font-family: 'porto-icons';
    content: '\f83b';
    font-size: 18px;
    line-height: 1;
    color: #333;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

#search_menu_autocomplete .amsearch-item .actions-secondary .amsearch-button.-icon > svg,
#search_menu_autocomplete .amsearch-item .actions-secondary .amsearch-button.-icon > img,
#search_menu_autocomplete .amsearch-item .actions-secondary .amsearch-button.-icon .amsearch-icon {
    display: none;
}

/* Search-parity #8.1: the promo image label ("هدية" / discount badge) must render
   at its natural small size (~33x17 on live), NOT be stretched to fill the whole
   thumbnail. The blanket thumbnail rule `#search_menu_autocomplete .amsearch-item img`
   above sets width/height:100px !important, which also catches this `.amasty-label-image`
   <img> and blows the badge up to 100x100 (covering the product photo) — the "labels too
   large" the tester flagged. Override with higher specificity + !important so the badge
   keeps its intrinsic size like live (the header dropdown scopes the thumbnail rule to
   the product photo only, which is why it never had this bug). */
#search_menu_autocomplete .amsearch-item .amasty-label-container {
    max-width: 100%;
    max-height: 100%;
}

#search_menu_autocomplete .amsearch-item .amasty-label-image {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
}

#search_menu_autocomplete .amsearch-products.-waste {
    display: block;
    padding: 20px 15px;
    font-size: 13px;
    color: #222;
    text-align: center;
}

/* QA (mobile menu search): the ☰-menu autocomplete renders in #search_menu_autocomplete,
   a DIFFERENT container than the header #search_autocomplete, so the header wrapper-column
   rule never reached it and the أضف button stayed beside the price. Mirror the header layout
   here: price on its own line, [compare][heart][أضف] actions row below it. — MENU-SEARCH أضف below price */
#search_menu_autocomplete .amsearch-item .amsearch-wrapper-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#search_menu_autocomplete .amsearch-item .product-item-actions {
    margin-top: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.tooltipster-base{position:absolute;display:flex;pointer-events:none}.tooltipster-box{flex:1 1 auto}.tooltipster-content{overflow:auto;box-sizing:border-box;max-width:100%;max-height:100%}.tooltipster-ruler{position:fixed;top:0;right:0;bottom:0;left:0;visibility:hidden;overflow:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{transition-property:transform;transform:scale(0,0);-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.tooltipster-swing{opacity:0;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-ms-transition-property:-ms-transform;-o-transition-property:-o-transform;transition-property:transform;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);transform:rotateZ(4deg)}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-ms-transform:rotateZ(0);-o-transform:rotateZ(0);transform:rotateZ(0)}.tooltipster-fall{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transition-property:top;-moz-transition-property:top;-ms-transition-property:top;-o-transition-property:top;transition-property:top}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{top:0!important;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-ms-transition-property:all;-o-transition-property:all;transition-property:all}.tooltipster-slide{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transition-property:left;-moz-transition-property:left;-ms-transition-property:left;-o-transition-property:left;transition-property:left}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{left:0!important;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-ms-transition-property:all;-o-transition-property:all;transition-property:all}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{border:2px solid #000;border-radius:4px;background:#565656}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{padding:6px 14px;line-height:18px}.tooltipster-sidetip .tooltipster-arrow{position:absolute;overflow:hidden}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:0;margin-left:-10px;width:20px;height:10px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{top:0;right:0;margin-top:-10px;width:10px;height:20px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{top:0;left:0;margin-top:-10px;width:10px;height:20px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;margin-left:-10px;width:20px;height:10px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{position:absolute;width:0;height:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{top:3px;left:0;border-bottom-color:#565656}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{top:0;left:-3px;border-left-color:#565656}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{top:0;left:3px;border-right-color:#565656}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{top:-3px;left:0;border-top-color:#565656}.tooltipster-sidetip .tooltipster-arrow-border{top:-4px;left:2px;width:8px;height:8px;background:#000;transform:rotate(45deg)}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{margin-left:-6px;width:12px;height:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{margin-top:-6px;margin-left:0;width:6px;height:12px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{top:8px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{top:-4px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/**
 * Checkout.com
 * Authorized and regulated as an electronic money institution
 * by the UK Financial Conduct Authority (FCA) under number 900816.
 *
 * PHP version 7
 *
 * @category  Magento2
 * @package   Checkout.com
 * @author    Platforms Development Team <platforms@checkout.com>
 * @copyright 2010-present Checkout.com all rights reserved
 * @license   https://opensource.org/licenses/mit-license.html MIT License
 * @link      https://docs.checkout.com/
 */

@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
    }
    .apple-pay-button-black {
        -apple-pay-button-style: black;
    }
    .apple-pay-button-white {
        -apple-pay-button-style: white;
    }
    .apple-pay-button-white-with-line {
        -apple-pay-button-style: white-outline;
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
    }
    .apple-pay-button-black {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }
    .apple-pay-button-white {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }
    .apple-pay-button-white-with-line {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
        border: .5px solid black;
    }
}

/* make ApplePay button larger*/

.ap-checkout {
    width: 138px !important;
    height: 52px !important;
}

.ap-cart {
    width: 100% !important;
    height: 52px !important;
    --apple-pay-button-height: 52px;
}

/* For mobile */

@media only screen and (max-width: 600px) {
    #ckoApplePayButton {
        width: 100% !important;
    }
}
/* ===== BANNER ===== */
.baytonia-cookie-bar {
    position: fixed;
    bottom: 0;
    left: 96px;
    right: 96px;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.12);
    direction: rtl;
    font-family: inherit;
}

.baytonia-cookie-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    gap: 24px;
}

.baytonia-cookie-bar__content {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 10px;
}

.baytonia-cookie-bar__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}

.baytonia-cookie-bar__text {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 1.6;
}

.baytonia-cookie-bar__link {
    color: #000 !important;
    text-decoration: underline;
    font-weight: 600;
}

.baytonia-cookie-bar__actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.baytonia-cookie-bar__btn {
    padding: 10px 28px;
    border-radius: 4px !important;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #1a1a1a !important;
    transition: all 0.2s ease;
}

.baytonia-cookie-bar__btn.-accept {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}

.baytonia-cookie-bar__btn.-accept:hover {
    background: #333;
    border-color: #333;
}

.baytonia-cookie-bar__btn.-settings {
    background: #fff;
    color: #1a1a1a;
    border-color: #1a1a1a;
}

.baytonia-cookie-bar__btn.-settings:hover {
    background: #f5f5f5;
}

/* ===== MODAL ===== */
.baytonia-cookie-modal {
    direction: rtl;
    font-family: inherit;
}

.baytonia-cookie-modal__inner {
    padding: 8px 0;
}

.baytonia-cookie-modal__title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.baytonia-cookie-modal__groups {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.baytonia-cookie-modal__group {
    padding-bottom: 10px;
}

.baytonia-cookie-modal__group-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-direction: row-reverse;
}

.baytonia-cookie-modal__group-info {
    flex: 1;
}

.baytonia-cookie-modal__group-name {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.baytonia-cookie-modal__group-desc {
    font-size: 12px;
    color: #000;
    margin: 0;
    line-height: 1.5;
}

/* Toggle switch */
.baytonia-cookie-modal__toggle {
    flex-shrink: 0;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    height: 32px;
}

.baytonia-cookie-modal__checkbox {
    display: none;
}

.baytonia-cookie-modal__toggle-label {
    display: block;
    cursor: pointer;
}

.baytonia-cookie-modal__toggle.is-essential .baytonia-cookie-modal__toggle-label {
    cursor: not-allowed;
    opacity: 0.6;
}

.baytonia-cookie-modal__toggle-track {
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 0;
    position: relative;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.baytonia-cookie-modal__toggle-track::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 7px;
    width: 7px;
    height: 14px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.baytonia-cookie-modal__checkbox:checked + .baytonia-cookie-modal__toggle-label .baytonia-cookie-modal__toggle-track {
    background: #1a1a1a;
    border-color: #1a1a1a;
}

.baytonia-cookie-modal__checkbox:checked + .baytonia-cookie-modal__toggle-label .baytonia-cookie-modal__toggle-track::after {
    opacity: 1;
}

.baytonia-cookie-modal__toggle.is-essential .baytonia-cookie-modal__toggle-track {
    background: #999;
    border-color: #999;
}

.baytonia-cookie-modal__toggle.is-essential .baytonia-cookie-modal__toggle-track::after {
    opacity: 1;
}

.baytonia-cookie-modal__footer {
    padding: 20px 0;
    text-align: end;
}

.gdpr-cookie-modal_gdpr-cookie-settings-modal._show{
    overflow: hidden;
}

.gdpr-cookie-modal_gdpr-cookie-settings-modal._show{
    overflow: hidden;
}

.baytonia-cookie-modal-wrapper.modal-popup .modal-header {
    margin: 15px 0;
    padding-bottom: 0;;
}

.baytonia-cookie-modal-wrapper.modal-popup .action-close {
    right: auto !important;
    color: #000 !important;
    top: 10px !important;
    margin-top: -5px;
}

.baytonia-cookie-modal-wrapper.modal-popup .action-close:before {
    color: #000 !important;
}
.baytonia-cookie-modal-wrapper.modal-popup .amgdprcookie-description {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
}

.baytonia-cookie-modal__save {
    width: 100px;
    padding: 12px !important;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background .2s ease;
    height: 35px !important;
}

.baytonia-cookie-modal__save:hover {
    background: #333;
}

.baytonia-cookie-modal-wrapper .action-close:focus {
    outline: none;
    box-shadow: none;
}

.gdpr-cookie-modal_gdpr-cookie-settings-modal._show .modal-content,
.gdpr-cookie-modal_gdpr-cookie-settings-modal._show .modal-header{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.baytonia-cookie-bar__btn.-accept,
.baytonia-cookie-bar__btn.-settings{
    width: 100px !important;
    height: 30px !important;
    line-height: 12px !important;
}

/* Tajawal font */
.baytonia-cookie-bar,
.baytonia-cookie-bar__btn,
.baytonia-cookie-modal,
.baytonia-cookie-modal__save,
.amgdprcookie-groups-modal .modal-title,
.amgdprcookie-description {
    font-family: 'Tajawal', sans-serif !important;
}

.amgdprcookie-groups-modal.modal-popup._show {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

/* AFTER */
.amgdprcookie-groups-modal.modal-popup._show .modal-inner-wrap {
    width: 40%;
    margin: 0 auto !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    animation: baytoniaSlideUp 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes baytoniaSlideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .gdpr-cookie-modal_gdpr-cookie-settings-modal._show .modal-content,
    .gdpr-cookie-modal_gdpr-cookie-settings-modal._show .modal-header {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .amgdprcookie-groups-modal.modal-popup._show .modal-inner-wrap {
        width: 85%;
    }

    .baytonia-cookie-bar__text{
        font-size: 12px;
    }
    .baytonia-cookie-bar__btn.-accept,
    .baytonia-cookie-bar__btn.-settings {
        font-size: 10px;
        width: 80px !important;
    }

    .baytonia-cookie-bar {
        left: 0;
        right: 0;
    }

    .baytonia-cookie-bar__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
        gap: 16px;
    }

    .baytonia-cookie-bar__actions {
        width: 100%;
        justify-content: flex-end;
    }

    .baytonia-cookie-bar__btn {
        padding: 10px 28px;
    }

    .baytonia-cookie-modal__save{
        width: 35%;
    }

    .baytonia-cookie-bar__icon {
        width: 25px;
        height: 25px;
    }
}
.navigation {
  font-weight: normal !important;
}
.navigation > .ninjamenus.ninjamenus-desktop {
  margin: 0 20px;
}
.nav-item {
  position: relative;

}
.nav-item.active > a {
  color: #f55856;
}
.nav-item > a {
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  color: #333;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 0 15px;
}
.nav-item > a:hover {
  color: #f55856;
}
.nav-item > a:hover .title-wrapper .label {
  background-color: #555;
}
.nav-item > a:hover .title-wrapper .label:before {
  border-top-color: #555;
}
.nav-item > a > .opener {
  width: 35px;
  height: 35px;
}
.nav-item > a .label {
  -webkit-transition: color 0.45s ease-in-out, background-color 0.45s ease-in-out;
  -moz-transition: color 0.45s ease-in-out, background-color 0.45s ease-in-out;
  -ms-transition: color 0.45s ease-in-out, background-color 0.45s ease-in-out;
  -o-transition: color 0.45s ease-in-out, background-color 0.45s ease-in-out;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  background-color: #ed143d;
  color: #fff;
  position: absolute;
  left: 4px;
  top: -6px;

}



@media screen and (min-width: 392px) and (max-width: 991px) {
    .navigation a{
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .nav-sections .header.links li a,.nav-sections .header.links span{
    color: #000;
  }
  .nav-sections{
    background-color: #fff !important;
  }
.nav-sections .title{
  font-size: 16px !important;
}
.navigation .level0{
  border: 0px !important;
}
.nav-sections,.navigation {
    background: #fff !important;
}
.nav-item > a .label {
left: initial;
top: -1px;
}
}
.nav-item > a .item-icon {
  line-height: inherit;
}
.nav-item > a .item-icon + span,
.nav-item > a span + .item-icon {
  margin-left: 2px;
}
.nav-item > a span.title {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: inherit;
}
.nav-item > a > span {
  display: inline-block;
}
.nav-item .caret {
  line-height: inherit;
  border: 0;
  height: auto;
}
.nav-item .item-submenu {
  position: absolute;
  display: none;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  z-index: 11;
  width: 100%;
  height: auto;
}
.nav-item.ninjamenus-hover > .item-submenu {
  display: block;
}
.magezon-builder > .nav-item > a {
  line-height: 50px;
  font-weight: 600;
}
.magezon-builder > .nav-item > .opener {
  height: 50px;
  width: 50px;
}
.subtitle {
  display: block !important;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  color: #999;
  white-space: normal;
  margin-top: -10px;
}
.label-top_left > a .label {
  position: absolute;
  top: -10px;
  left: 10px;
}
.label-top_left > a .label:before {
  -webkit-transition: border-color 450ms ease-in-out;
  -moz-transition: border-color 450ms ease-in-out;
  -ms-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  position: absolute;
  left: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  border-top-color: #ed143d;
}
.label-top_right > a .label {
  position: absolute;
  top: -10px;
  right: 10px;
}
.label-top_right > a .label:before {
  -webkit-transition: border-color 450ms ease-in-out;
  -moz-transition: border-color 450ms ease-in-out;
  -ms-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  border-top-color: #ed143d;
}

.ninjamenus-hamburger-trigger {
  line-height: 50px;
  background: #f2f2f2;
  display: none;
}
.ninjamenus-hamburger-trigger .trigger-icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
}
.ninjamenus-hamburger-trigger .trigger-icon .menu-trigger-inner {
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
.ninjamenus-hamburger-trigger .trigger-icon .line {
  display: block;
  background-color: #333333;
  height: 3px;
  margin-bottom: 2px;
}
.ninjamenus-hamburger-trigger .menu-trigger-inner {
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
}
.ninjamenus-hamburger-trigger .menu-trigger-inner:hover {
  background-color: #f55856;
  color: #ffffff;
}
.ninjamenus-hamburger-trigger .menu-trigger-inner:hover .line {
  background: #FFF;
}
.ninjamenus {
  position: relative;
}
.ninjamenus:before,
.ninjamenus:after {
  content: " ";
  display: table;
  clear: both;
}
.ninjamenus .ninjamenus-toggle-active > .opener:before {
  content: '\e60d';
}
.ninjamenus .level0 > a > span.title {
  font-weight: inherit;
}
.ninjamenus .level0 > a > span.title-wrapper .title {
  font-weight: inherit;
}
.ninjamenus .opener {
  position: absolute;
  top: 0;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  display: none;
}
.ninjamenus .opener:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e61c';
}
.ninjamenus .drilldown-opener {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  display: none;
}
.ninjamenus .drilldown-opener:before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e61c';
}
.ninjamenus .item-submenu {
  padding: 10px;
}

.ninjamenus .nav-item > .drilldown-opener:before {
  content: '\e60a';
}
.ninjamenus .ninjamenus-drilldown-back > .drilldown-opener:before {
  content: '\e617';
}
.ninjamenus .links {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #EEE;
}
.ninjamenus .links li {
  position: relative;
  margin: 0;
  display: inline-block;
}
.ninjamenus .links li > a {
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}
.ninjamenus .links li > a:hover {
  background: #f55856;
  text-decoration: none;
  color: #fff;
}
.ninjamenus a {
  color: #333;
  font-weight: 400;
}
.ninjamenus .block.tabspro-block {
  margin: 0;
}
.ninjamenus .form.contact {
  width: 100% !important;
}
.ninjamenus.ninjamenus-vertical > .magezon-builder > .nav-item > a .caret {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  float: right;
  line-height: inherit;
}
.ninjamenus.ninjamenus-vertical > .magezon-builder > .nav-item > a .label {
  right: auto;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal > .magezon-builder > .nav-item {
  float: left;
  margin: 0;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-right {
  float: right !important;
}
.ninjamenus.ninjamenus-desktop .item-submenu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  width: 200px;
}
.ninjamenus.ninjamenus-desktop .item-submenu:before,
.ninjamenus.ninjamenus-desktop .item-submenu:after {
  content: " ";
  display: table;
  clear: both;
}
.ninjamenus.ninjamenus-desktop .mega > .item-submenu {
  background: #FFF;
}
.ninjamenus.ninjamenus-desktop .ninjamenus-hide-desktop {
  display: none;
}
.ninjamenus.ninjamenus-desktop .left_edge_menu_bar,
.ninjamenus.ninjamenus-desktop .right_edge_menu_bar,
.ninjamenus.ninjamenus-desktop .left_vertical_full_height,
.ninjamenus.ninjamenus-desktop .right_vertical_full_height {
  position: static;
}
.ninjamenus.ninjamenus-desktop .left_edge_menu_bar > .item-submenu {
  left: 0;
}
.ninjamenus.ninjamenus-desktop .right_edge_menu_bar > .item-submenu {
  right: 0;
}
.ninjamenus.ninjamenus-desktop .left_vertical_full_height > .item-submenu {
  right: 100%;
  top: 0;
}
.ninjamenus.ninjamenus-desktop .right_vertical_full_height > .item-submenu {
  left: 100%;
  top: 0;
}
.ninjamenus.ninjamenus-desktop .left_edge_parent_item > .item-submenu {
  left: 0;
}
.ninjamenus.ninjamenus-desktop .right_edge_parent_item > .item-submenu {
  right: 0;
}
.ninjamenus.ninjamenus-desktop .level0 .left_edge_parent_item > .item-submenu {
  left: 80%;
  top: 0;
}
.ninjamenus.ninjamenus-desktop .level0 .right_edge_parent_item > .item-submenu {
  right: 80%;
  top: 0;
}
.ninjamenus.ninjamenus-desktop .stack > a .caret {
  display: none;
}
.ninjamenus.ninjamenus-desktop .stack > .item-submenu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: static;
  display: block;
  width: 100%;
  padding: 0;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown {
  width: 100%;
  max-width: 100%;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion.label-top_right > a .label,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown.label-top_right > a .label {
  right: auto;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .level0,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .level0 {
  border-bottom: 1px solid #e6e6e6;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .level0 > a:hover,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .level0 > a:hover {
  background: transparent;
  color: #333;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .nav-item,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .nav-item {
  position: relative !important;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .item-submenu,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .item-submenu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: static;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .caret,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .caret {
  display: none;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .mega > .opener,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .mega > .opener {
  display: block;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .nav-item > a,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .nav-item > a {
  line-height: 50px;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-accordion .nav-item > .opener,
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .nav-item > .opener {
  height: 50px;
  width: 50px;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown {
  overflow: hidden;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .drilldown-opener {
  display: block;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-drilldown .stack > .drilldown-opener {
  display: none;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0:hover > a,
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal .nav-item.level0:hover > a {
  background-color: #f55856;
  color: #FFF;
}
.ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0.active > a,
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal .nav-item.level0.active > a {
  background-color: #333;
  color: #FFF;
}
.ninjamenus.ninjamenus-mobile {
  overflow-x: hidden;
  padding: 0 0px;
}
.ninjamenus.ninjamenus-mobile.ninjamenus-hamburger-menu,
.ninjamenus.ninjamenus-mobile .ninjamenus-hide-mobile {
  display: none;
}
.ninjamenus.ninjamenus-mobile .opener {
  display: block;
}
.ninjamenus.ninjamenus-mobile .caret {
  display: none;
}
.ninjamenus.ninjamenus-mobile .item-submenu {
  max-width: 100% !important;
  position: relative;
}
.ninjamenus.ninjamenus-mobile .nav-item > a {
  line-height: 50px;
}
.ninjamenus.ninjamenus-mobile .nav-item > .opener {
  height: 50px;
  width: 50px;
}
.ninjamenus.ninjamenus-mobile .level0.label-top_right > a .label {
  right: auto;
}
.ninjamenus.ninjamenus-mobile .level0 > a .title {
  margin: 0 !important;
}
.ninjamenus-hamburger-active .menu-trigger-inner {
  background-color: #f55856;
  color: #ffffff;
}
.ninjamenus-hamburger-active .menu-trigger-inner .line {
  background: #FFF;
}
.ninjamenus-hamburger-active .ninjamenus-hamburger-menu {
  display: block !important;
}
.ninjamenus-widget .ninjamenus-vertical,
.ninjamenus-widget .ninjamenus-accordion,
.ninjamenus-widget .ninjamenus-drilldown {
  border: 1px solid #6e716e;
}
.cms-content .block.ninjamenus-widget > .block-title,
.block.ninjamenus-widget > .block-title {
  text-transform: uppercase;
  padding: 10px;
  background: #6e716e;
  color: #fff;
  margin: 0;
  border: 1px solid #6e716e;
}
.cms-content .block.ninjamenus-widget > .block-title > strong,
.block.ninjamenus-widget > .block-title > strong {
  display: block;
}
.cms-content .block.ninjamenus-widget > .ninjamenus,
.block.ninjamenus-widget > .ninjamenus {
  background: #f8f8f8;
}
.cms-content .block.ninjamenus-widget > .ninjamenus.ninjamenus-drilldown,
.block.ninjamenus-widget > .ninjamenus.ninjamenus-drilldown {
  border: 1px solid #6e716e;
}
.scroll-to-fixed-fixed .magezon-builder > .nav-item.label-top_left > a .label,
.scroll-to-fixed-fixed .magezon-builder > .nav-item.label-top_right > a .label {
  display: none;
}
.scroll-to-fixed-fixed .ninjamenus-hide-sticky {
  display: none !important;
}
.ninjamenus-lazy-blur {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s filter linear;
  -moz-transition: 0.3s filter linear;
  -ms-transition: 0.3s filter linear;
  -o-transition: 0.3s filter linear;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.ninjamenus-lazy-blur .ninjamenus-lazy-loaded {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  image-rendering: initial;
}
.ninjamenus-drilldown-back {
  line-height: 50px;
  text-align: center;
  background: #f0f0f0;
  border-bottom: 1px solid #e6e6e6;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  display: none;
}
.ninjamenus-drilldown-back > .drilldown-opener {
  height: 36px;
  width: 50px;
  left: 0;
  display: block;
}
.drilldown-root > div > .ninjamenus-drilldown-back {
  display: block;
}
.ninjamenus-tablet {
  position: static !important;
}
.ninjamenus-tablet .item-submenu {
  left: 0 !important;
  max-width: 100%;
}
.ninjamenus-desktop.ninjamenus-top .level0 {
  margin: 0;
  display: inline-block;
}
.item-autolist .nav-item.stack > a{
  font-weight: 900;
}
.ninjamenus-desktop .item-autolist > .item-submenu > .nav-item{
  float: left;
}
.ninjamenus-desktop .item-autolist-col2 > .item-submenu > .nav-item{
  width: 50%;
}
.ninjamenus-desktop .item-autolist-col3 > .item-submenu > .nav-item{
  width: 33.33333333%;
}
.ninjamenus-desktop .item-autolist-col4 > .item-submenu > .nav-item{
  width: 25%;
}
.ninjamenus-desktop .item-autolist-col5 > .item-submenu > .nav-item{
  width: 20%;
}
.ninjamenus-desktop .item-autolist-col6 > .item-submenu > .nav-item{
  width: 16.66666667%;
}
.ninjamenus-desktop .item-autolist-col2 > .item-submenu > .nav-item:nth-child(2n+1),
.ninjamenus-desktop .item-autolist-col3 > .item-submenu > .nav-item:nth-child(3n+1),
.ninjamenus-desktop .item-autolist-col4 > .item-submenu > .nav-item:nth-child(4n+1),
.ninjamenus-desktop .item-autolist-col4 > .item-submenu > .nav-item:nth-child(5n+1),
.ninjamenus-desktop .item-autolist-col3 > .item-submenu > .nav-item:nth-child(6n+1) {
  clear: left;
}
.nav-item-static {
  position: static !important;
}

.nav-item.nav-item-static > .item-submenu{
  width: 100vw !important;
}

.ninjamenus.ninjamenus-mobile .nav-item-static{
  position: relative !important;
}
.ninjamenus.ninjamenus-mobile  .nav-item.nav-item-static > .item-submenu{
  width: 100% !important;
}
.ninjamenus-top-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    background: #0e0e0eb0;
    height: 100%;
    z-index: 10;
    display: none;
}
.nav-toggle{
line-height: 25px;
}
.nav-toggle:before{
  font-size: 30px !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ShareCart
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.actions .primary.sharecart {
    margin: 0 10px 15px;
}
button, a.action.primary {
    margin: 2px;
}
button.action.primary.sharecart {
    display: block;
    width: 100%;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    margin: unset;
}

.mp-sharecart-popup .modal-title {
    border: none;
    padding-bottom: 25px;
}

.mp-sharecart-popup .modal-inner-wrap {
    width: 600px;
}

.mp-popup-cart {
    display: none;
}

#mp_show_download_share {
    display: inline-block;
}

.mp-tooltipped {
    position: relative;
}

.mp-tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, .8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent;
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, .8)
}

.mp-tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased;
    top: 100%;
    right: 50%;
    margin-top: 5px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.mp-tooltipped:hover:before, .mp-tooltipped:active:before, .mp-tooltipped:focus:before,
.mp-tooltipped:hover:after, .mp-tooltipped:active:after, .mp-tooltipped:focus:after {
    display: inline-block;
    text-decoration: none
}
.contact-footer{
    display: flex;
    justify-content: space-evenly;
    font-size:12px;
}

.business-information {
    font-size: 16px;
    padding-left: 20px;
}

.pdf-details {
    display: flex !important;
    justify-content: flex-start;
}

/* Excel CSS */
.mp-excel-password-popup {
    padding: 20px;
    margin: 0 auto;
}

.mp-excel-password-popup h2 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
}

.mp-excel-password-popup p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.mp-excel-password-popup .input-container {
    margin-bottom: 20px;
}

.mp-excel-password-popup input[type="password"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.mp-excel-password-popup .error-message {
    color: #ff0000;
    font-size: 14px;
    margin-top: 5px;
    display: none;
    text-align: center;
}

.mp-excel-password-popup button {
    width: 100%;
    line-height: normal;
    padding: 10px;
    font-size: 16px;
    background-color: #000;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.modal-popup.mp-excel-password-popup .action-close {
    text-align: right;
    right: -20px;
    top: 5px;
}

.modal-popup.mp-excel-password-popup.modal-slide h1#modal-title-1 {
    font-size: 24px;
    text-align: left;
}
.modal-popup.mp-excel-password-popup .action-close:before,
.modal-popup.mp-excel-password-popup .action-close:after
{
    color: #000;
}

/* Mobile responsiveness */
@media screen and (max-width: 480px) {

    .mp-excel-password-popup.modal-slide {
        left: 0;
    }
    .mp-excel-password-popup {
        padding: 15px;
    }

    .mp-excel-password-popup h2 {
        font-size: 20px;
    }

    .mp-excel-password-popup p {
        font-size: 14px;
    }

    .mp-excel-password-popup input[type="password"],
    .mp-excel-password-popup button {
        font-size: 14px;
    }
}

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.mgz-fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.mgz-fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.mgz-fa-xs {
  font-size: 0.75em;
}
.mgz-fa-sm {
  font-size: 0.875em;
}
.mgz-fa-1x {
  font-size: 1em;
}
.mgz-fa-2x {
  font-size: 2em;
}
.mgz-fa-3x {
  font-size: 3em;
}
.mgz-fa-4x {
  font-size: 4em;
}
.mgz-fa-5x {
  font-size: 5em;
}
.mgz-fa-6x {
  font-size: 6em;
}
.mgz-fa-7x {
  font-size: 7em;
}
.mgz-fa-8x {
  font-size: 8em;
}
.mgz-fa-9x {
  font-size: 9em;
}
.mgz-fa-10x {
  font-size: 10em;
}
.mgz-fa-fw {
  text-align: center;
  width: 1.25em;
}
.mgz-fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.mgz-fa-ul > li {
  position: relative;
}
.mgz-fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.mgz-fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.mgz-fa-pull-left {
  float: left;
}
.mgz-fa-pull-right {
  float: right;
}
.mgz-fa.mgz-fa-pull-left,
.fas.mgz-fa-pull-left,
.far.mgz-fa-pull-left,
.fal.mgz-fa-pull-left,
.fab.mgz-fa-pull-left {
  margin-right: 0.3em;
}
.mgz-fa.mgz-fa-pull-right,
.fas.mgz-fa-pull-right,
.far.mgz-fa-pull-right,
.fal.mgz-fa-pull-right,
.fab.mgz-fa-pull-right {
  margin-left: 0.3em;
}
.mgz-fa-spin {
  animation: fa-spin 2s infinite linear;
}
.mgz-fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mgz-fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.mgz-fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.mgz-fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.mgz-fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.mgz-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.mgz-fa-flip-both,
.mgz-fa-flip-horizontal.mgz-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .mgz-fa-rotate-90,
:root .mgz-fa-rotate-180,
:root .mgz-fa-rotate-270,
:root .mgz-fa-flip-horizontal,
:root .mgz-fa-flip-vertical,
:root .mgz-fa-flip-both {
  filter: none;
}
.mgz-fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.mgz-fa-stack-1x,
.mgz-fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.mgz-fa-stack-1x {
  line-height: inherit;
}
.mgz-fa-stack-2x {
  font-size: 2em;
}
.mgz-fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.mgz-fa-500px:before {
  content: "\f26e";
}
.mgz-fa-accessible-icon:before {
  content: "\f368";
}
.mgz-fa-accusoft:before {
  content: "\f369";
}
.mgz-fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.mgz-fa-ad:before {
  content: "\f641";
}
.mgz-fa-address-book:before {
  content: "\f2b9";
}
.mgz-fa-address-card:before {
  content: "\f2bb";
}
.mgz-fa-adjust:before {
  content: "\f042";
}
.mgz-fa-adn:before {
  content: "\f170";
}
.mgz-fa-adobe:before {
  content: "\f778";
}
.mgz-fa-adversal:before {
  content: "\f36a";
}
.mgz-fa-affiliatetheme:before {
  content: "\f36b";
}
.mgz-fa-air-freshener:before {
  content: "\f5d0";
}
.mgz-fa-airbnb:before {
  content: "\f834";
}
.mgz-fa-algolia:before {
  content: "\f36c";
}
.mgz-fa-align-center:before {
  content: "\f037";
}
.mgz-fa-align-justify:before {
  content: "\f039";
}
.mgz-fa-align-left:before {
  content: "\f036";
}
.mgz-fa-align-right:before {
  content: "\f038";
}
.mgz-fa-alipay:before {
  content: "\f642";
}
.mgz-fa-allergies:before {
  content: "\f461";
}
.mgz-fa-amazon:before {
  content: "\f270";
}
.mgz-fa-amazon-pay:before {
  content: "\f42c";
}
.mgz-fa-ambulance:before {
  content: "\f0f9";
}
.mgz-fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.mgz-fa-amilia:before {
  content: "\f36d";
}
.mgz-fa-anchor:before {
  content: "\f13d";
}
.mgz-fa-android:before {
  content: "\f17b";
}
.mgz-fa-angellist:before {
  content: "\f209";
}
.mgz-fa-angle-double-down:before {
  content: "\f103";
}
.mgz-fa-angle-double-left:before {
  content: "\f100";
}
.mgz-fa-angle-double-right:before {
  content: "\f101";
}
.mgz-fa-angle-double-up:before {
  content: "\f102";
}
.mgz-fa-angle-down:before {
  content: "\f107";
}
.mgz-fa-angle-left:before {
  content: "\f104";
}
.mgz-fa-angle-right:before {
  content: "\f105";
}
.mgz-fa-angle-up:before {
  content: "\f106";
}
.mgz-fa-angry:before {
  content: "\f556";
}
.mgz-fa-angrycreative:before {
  content: "\f36e";
}
.mgz-fa-angular:before {
  content: "\f420";
}
.mgz-fa-ankh:before {
  content: "\f644";
}
.mgz-fa-app-store:before {
  content: "\f36f";
}
.mgz-fa-app-store-ios:before {
  content: "\f370";
}
.mgz-fa-apper:before {
  content: "\f371";
}
.mgz-fa-apple:before {
  content: "\f179";
}
.mgz-fa-apple-alt:before {
  content: "\f5d1";
}
.mgz-fa-apple-pay:before {
  content: "\f415";
}
.mgz-fa-archive:before {
  content: "\f187";
}
.mgz-fa-archway:before {
  content: "\f557";
}
.mgz-fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.mgz-fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.mgz-fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.mgz-fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.mgz-fa-arrow-circle-down:before {
  content: "\f0ab";
}
.mgz-fa-arrow-circle-left:before {
  content: "\f0a8";
}
.mgz-fa-arrow-circle-right:before {
  content: "\f0a9";
}
.mgz-fa-arrow-circle-up:before {
  content: "\f0aa";
}
.mgz-fa-arrow-down:before {
  content: "\f063";
}
.mgz-fa-arrow-left:before {
  content: "\f060";
}
.mgz-fa-arrow-right:before {
  content: "\f061";
}
.mgz-fa-arrow-up:before {
  content: "\f062";
}
.mgz-fa-arrows-alt:before {
  content: "\f0b2";
}
.mgz-fa-arrows-alt-h:before {
  content: "\f337";
}
.mgz-fa-arrows-alt-v:before {
  content: "\f338";
}
.mgz-fa-artstation:before {
  content: "\f77a";
}
.mgz-fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.mgz-fa-asterisk:before {
  content: "\f069";
}
.mgz-fa-asymmetrik:before {
  content: "\f372";
}
.mgz-fa-at:before {
  content: "\f1fa";
}
.mgz-fa-atlas:before {
  content: "\f558";
}
.mgz-fa-atlassian:before {
  content: "\f77b";
}
.mgz-fa-atom:before {
  content: "\f5d2";
}
.mgz-fa-audible:before {
  content: "\f373";
}
.mgz-fa-audio-description:before {
  content: "\f29e";
}
.mgz-fa-autoprefixer:before {
  content: "\f41c";
}
.mgz-fa-avianex:before {
  content: "\f374";
}
.mgz-fa-aviato:before {
  content: "\f421";
}
.mgz-fa-award:before {
  content: "\f559";
}
.mgz-fa-aws:before {
  content: "\f375";
}
.mgz-fa-baby:before {
  content: "\f77c";
}
.mgz-fa-baby-carriage:before {
  content: "\f77d";
}
.mgz-fa-backspace:before {
  content: "\f55a";
}
.mgz-fa-backward:before {
  content: "\f04a";
}
.mgz-fa-bacon:before {
  content: "\f7e5";
}
.mgz-fa-balance-scale:before {
  content: "\f24e";
}
.mgz-fa-ban:before {
  content: "\f05e";
}
.mgz-fa-band-aid:before {
  content: "\f462";
}
.mgz-fa-bandcamp:before {
  content: "\f2d5";
}
.mgz-fa-barcode:before {
  content: "\f02a";
}
.mgz-fa-bars:before {
  content: "\f0c9";
}
.mgz-fa-baseball-ball:before {
  content: "\f433";
}
.mgz-fa-basketball-ball:before {
  content: "\f434";
}
.mgz-fa-bath:before {
  content: "\f2cd";
}
.mgz-fa-battery-empty:before {
  content: "\f244";
}
.mgz-fa-battery-full:before {
  content: "\f240";
}
.mgz-fa-battery-half:before {
  content: "\f242";
}
.mgz-fa-battery-quarter:before {
  content: "\f243";
}
.mgz-fa-battery-three-quarters:before {
  content: "\f241";
}
.mgz-fa-battle-net:before {
  content: "\f835";
}
.mgz-fa-bed:before {
  content: "\f236";
}
.mgz-fa-beer:before {
  content: "\f0fc";
}
.mgz-fa-behance:before {
  content: "\f1b4";
}
.mgz-fa-behance-square:before {
  content: "\f1b5";
}
.mgz-fa-bell:before {
  content: "\f0f3";
}
.mgz-fa-bell-slash:before {
  content: "\f1f6";
}
.mgz-fa-bezier-curve:before {
  content: "\f55b";
}
.mgz-fa-bible:before {
  content: "\f647";
}
.mgz-fa-bicycle:before {
  content: "\f206";
}
.mgz-fa-bimobject:before {
  content: "\f378";
}
.mgz-fa-binoculars:before {
  content: "\f1e5";
}
.mgz-fa-biohazard:before {
  content: "\f780";
}
.mgz-fa-birthday-cake:before {
  content: "\f1fd";
}
.mgz-fa-bitbucket:before {
  content: "\f171";
}
.mgz-fa-bitcoin:before {
  content: "\f379";
}
.mgz-fa-bity:before {
  content: "\f37a";
}
.mgz-fa-black-tie:before {
  content: "\f27e";
}
.mgz-fa-blackberry:before {
  content: "\f37b";
}
.mgz-fa-blender:before {
  content: "\f517";
}
.mgz-fa-blender-phone:before {
  content: "\f6b6";
}
.mgz-fa-blind:before {
  content: "\f29d";
}
.mgz-fa-blog:before {
  content: "\f781";
}
.mgz-fa-blogger:before {
  content: "\f37c";
}
.mgz-fa-blogger-b:before {
  content: "\f37d";
}
.mgz-fa-bluetooth:before {
  content: "\f293";
}
.mgz-fa-bluetooth-b:before {
  content: "\f294";
}
.mgz-fa-bold:before {
  content: "\f032";
}
.mgz-fa-bolt:before {
  content: "\f0e7";
}
.mgz-fa-bomb:before {
  content: "\f1e2";
}
.mgz-fa-bone:before {
  content: "\f5d7";
}
.mgz-fa-bong:before {
  content: "\f55c";
}
.mgz-fa-book:before {
  content: "\f02d";
}
.mgz-fa-book-dead:before {
  content: "\f6b7";
}
.mgz-fa-book-medical:before {
  content: "\f7e6";
}
.mgz-fa-book-open:before {
  content: "\f518";
}
.mgz-fa-book-reader:before {
  content: "\f5da";
}
.mgz-fa-bookmark:before {
  content: "\f02e";
}
.mgz-fa-bootstrap:before {
  content: "\f836";
}
.mgz-fa-bowling-ball:before {
  content: "\f436";
}
.mgz-fa-box:before {
  content: "\f466";
}
.mgz-fa-box-open:before {
  content: "\f49e";
}
.mgz-fa-boxes:before {
  content: "\f468";
}
.mgz-fa-braille:before {
  content: "\f2a1";
}
.mgz-fa-brain:before {
  content: "\f5dc";
}
.mgz-fa-bread-slice:before {
  content: "\f7ec";
}
.mgz-fa-briefcase:before {
  content: "\f0b1";
}
.mgz-fa-briefcase-medical:before {
  content: "\f469";
}
.mgz-fa-broadcast-tower:before {
  content: "\f519";
}
.mgz-fa-broom:before {
  content: "\f51a";
}
.mgz-fa-brush:before {
  content: "\f55d";
}
.mgz-fa-btc:before {
  content: "\f15a";
}
.mgz-fa-buffer:before {
  content: "\f837";
}
.mgz-fa-bug:before {
  content: "\f188";
}
.mgz-fa-building:before {
  content: "\f1ad";
}
.mgz-fa-bullhorn:before {
  content: "\f0a1";
}
.mgz-fa-bullseye:before {
  content: "\f140";
}
.mgz-fa-burn:before {
  content: "\f46a";
}
.mgz-fa-buromobelexperte:before {
  content: "\f37f";
}
.mgz-fa-bus:before {
  content: "\f207";
}
.mgz-fa-bus-alt:before {
  content: "\f55e";
}
.mgz-fa-business-time:before {
  content: "\f64a";
}
.mgz-fa-buysellads:before {
  content: "\f20d";
}
.mgz-fa-calculator:before {
  content: "\f1ec";
}
.mgz-fa-calendar:before {
  content: "\f133";
}
.mgz-fa-calendar-alt:before {
  content: "\f073";
}
.mgz-fa-calendar-check:before {
  content: "\f274";
}
.mgz-fa-calendar-day:before {
  content: "\f783";
}
.mgz-fa-calendar-minus:before {
  content: "\f272";
}
.mgz-fa-calendar-plus:before {
  content: "\f271";
}
.mgz-fa-calendar-times:before {
  content: "\f273";
}
.mgz-fa-calendar-week:before {
  content: "\f784";
}
.mgz-fa-camera:before {
  content: "\f030";
}
.mgz-fa-camera-retro:before {
  content: "\f083";
}
.mgz-fa-campground:before {
  content: "\f6bb";
}
.mgz-fa-canadian-maple-leaf:before {
  content: "\f785";
}
.mgz-fa-candy-cane:before {
  content: "\f786";
}
.mgz-fa-cannabis:before {
  content: "\f55f";
}
.mgz-fa-capsules:before {
  content: "\f46b";
}
.mgz-fa-car:before {
  content: "\f1b9";
}
.mgz-fa-car-alt:before {
  content: "\f5de";
}
.mgz-fa-car-battery:before {
  content: "\f5df";
}
.mgz-fa-car-crash:before {
  content: "\f5e1";
}
.mgz-fa-car-side:before {
  content: "\f5e4";
}
.mgz-fa-caret-down:before {
  content: "\f0d7";
}
.mgz-fa-caret-left:before {
  content: "\f0d9";
}
.mgz-fa-caret-right:before {
  content: "\f0da";
}
.mgz-fa-caret-square-down:before {
  content: "\f150";
}
.mgz-fa-caret-square-left:before {
  content: "\f191";
}
.mgz-fa-caret-square-right:before {
  content: "\f152";
}
.mgz-fa-caret-square-up:before {
  content: "\f151";
}
.mgz-fa-caret-up:before {
  content: "\f0d8";
}
.mgz-fa-carrot:before {
  content: "\f787";
}
.mgz-fa-cart-arrow-down:before {
  content: "\f218";
}
.mgz-fa-cart-plus:before {
  content: "\f217";
}
.mgz-fa-cash-register:before {
  content: "\f788";
}
.mgz-fa-cat:before {
  content: "\f6be";
}
.mgz-fa-cc-amazon-pay:before {
  content: "\f42d";
}
.mgz-fa-cc-amex:before {
  content: "\f1f3";
}
.mgz-fa-cc-apple-pay:before {
  content: "\f416";
}
.mgz-fa-cc-diners-club:before {
  content: "\f24c";
}
.mgz-fa-cc-discover:before {
  content: "\f1f2";
}
.mgz-fa-cc-jcb:before {
  content: "\f24b";
}
.mgz-fa-cc-mastercard:before {
  content: "\f1f1";
}
.mgz-fa-cc-paypal:before {
  content: "\f1f4";
}
.mgz-fa-cc-stripe:before {
  content: "\f1f5";
}
.mgz-fa-cc-visa:before {
  content: "\f1f0";
}
.mgz-fa-centercode:before {
  content: "\f380";
}
.mgz-fa-centos:before {
  content: "\f789";
}
.mgz-fa-certificate:before {
  content: "\f0a3";
}
.mgz-fa-chair:before {
  content: "\f6c0";
}
.mgz-fa-chalkboard:before {
  content: "\f51b";
}
.mgz-fa-chalkboard-teacher:before {
  content: "\f51c";
}
.mgz-fa-charging-station:before {
  content: "\f5e7";
}
.mgz-fa-chart-area:before {
  content: "\f1fe";
}
.mgz-fa-chart-bar:before {
  content: "\f080";
}
.mgz-fa-chart-line:before {
  content: "\f201";
}
.mgz-fa-chart-pie:before {
  content: "\f200";
}
.mgz-fa-check:before {
  content: "\f00c";
}
.mgz-fa-check-circle:before {
  content: "\f058";
}
.mgz-fa-check-double:before {
  content: "\f560";
}
.mgz-fa-check-square:before {
  content: "\f14a";
}
.mgz-fa-cheese:before {
  content: "\f7ef";
}
.mgz-fa-chess:before {
  content: "\f439";
}
.mgz-fa-chess-bishop:before {
  content: "\f43a";
}
.mgz-fa-chess-board:before {
  content: "\f43c";
}
.mgz-fa-chess-king:before {
  content: "\f43f";
}
.mgz-fa-chess-knight:before {
  content: "\f441";
}
.mgz-fa-chess-pawn:before {
  content: "\f443";
}
.mgz-fa-chess-queen:before {
  content: "\f445";
}
.mgz-fa-chess-rook:before {
  content: "\f447";
}
.mgz-fa-chevron-circle-down:before {
  content: "\f13a";
}
.mgz-fa-chevron-circle-left:before {
  content: "\f137";
}
.mgz-fa-chevron-circle-right:before {
  content: "\f138";
}
.mgz-fa-chevron-circle-up:before {
  content: "\f139";
}
.mgz-fa-chevron-down:before {
  content: "\f078";
}
.mgz-fa-chevron-left:before {
  content: "\f053";
}
.mgz-fa-chevron-right:before {
  content: "\f054";
}
.mgz-fa-chevron-up:before {
  content: "\f077";
}
.mgz-fa-child:before {
  content: "\f1ae";
}
.mgz-fa-chrome:before {
  content: "\f268";
}
.mgz-fa-chromecast:before {
  content: "\f838";
}
.mgz-fa-church:before {
  content: "\f51d";
}
.mgz-fa-circle:before {
  content: "\f111";
}
.mgz-fa-circle-notch:before {
  content: "\f1ce";
}
.mgz-fa-city:before {
  content: "\f64f";
}
.mgz-fa-clinic-medical:before {
  content: "\f7f2";
}
.mgz-fa-clipboard:before {
  content: "\f328";
}
.mgz-fa-clipboard-check:before {
  content: "\f46c";
}
.mgz-fa-clipboard-list:before {
  content: "\f46d";
}
.mgz-fa-clock:before {
  content: "\f017";
}
.mgz-fa-clone:before {
  content: "\f24d";
}
.mgz-fa-closed-captioning:before {
  content: "\f20a";
}
.mgz-fa-cloud:before {
  content: "\f0c2";
}
.mgz-fa-cloud-download-alt:before {
  content: "\f381";
}
.mgz-fa-cloud-meatball:before {
  content: "\f73b";
}
.mgz-fa-cloud-moon:before {
  content: "\f6c3";
}
.mgz-fa-cloud-moon-rain:before {
  content: "\f73c";
}
.mgz-fa-cloud-rain:before {
  content: "\f73d";
}
.mgz-fa-cloud-showers-heavy:before {
  content: "\f740";
}
.mgz-fa-cloud-sun:before {
  content: "\f6c4";
}
.mgz-fa-cloud-sun-rain:before {
  content: "\f743";
}
.mgz-fa-cloud-upload-alt:before {
  content: "\f382";
}
.mgz-fa-cloudscale:before {
  content: "\f383";
}
.mgz-fa-cloudsmith:before {
  content: "\f384";
}
.mgz-fa-cloudversify:before {
  content: "\f385";
}
.mgz-fa-cocktail:before {
  content: "\f561";
}
.mgz-fa-code:before {
  content: "\f121";
}
.mgz-fa-code-branch:before {
  content: "\f126";
}
.mgz-fa-codepen:before {
  content: "\f1cb";
}
.mgz-fa-codiepie:before {
  content: "\f284";
}
.mgz-fa-coffee:before {
  content: "\f0f4";
}
.mgz-fa-cog:before {
  content: "\f013";
}
.mgz-fa-cogs:before {
  content: "\f085";
}
.mgz-fa-coins:before {
  content: "\f51e";
}
.mgz-fa-columns:before {
  content: "\f0db";
}
.mgz-fa-comment:before {
  content: "\f075";
}
.mgz-fa-comment-alt:before {
  content: "\f27a";
}
.mgz-fa-comment-dollar:before {
  content: "\f651";
}
.mgz-fa-comment-dots:before {
  content: "\f4ad";
}
.mgz-fa-comment-medical:before {
  content: "\f7f5";
}
.mgz-fa-comment-slash:before {
  content: "\f4b3";
}
.mgz-fa-comments:before {
  content: "\f086";
}
.mgz-fa-comments-dollar:before {
  content: "\f653";
}
.mgz-fa-compact-disc:before {
  content: "\f51f";
}
.mgz-fa-compass:before {
  content: "\f14e";
}
.mgz-fa-compress:before {
  content: "\f066";
}
.mgz-fa-compress-arrows-alt:before {
  content: "\f78c";
}
.mgz-fa-concierge-bell:before {
  content: "\f562";
}
.mgz-fa-confluence:before {
  content: "\f78d";
}
.mgz-fa-connectdevelop:before {
  content: "\f20e";
}
.mgz-fa-contao:before {
  content: "\f26d";
}
.mgz-fa-cookie:before {
  content: "\f563";
}
.mgz-fa-cookie-bite:before {
  content: "\f564";
}
.mgz-fa-copy:before {
  content: "\f0c5";
}
.mgz-fa-copyright:before {
  content: "\f1f9";
}
.mgz-fa-couch:before {
  content: "\f4b8";
}
.mgz-fa-cpanel:before {
  content: "\f388";
}
.mgz-fa-creative-commons:before {
  content: "\f25e";
}
.mgz-fa-creative-commons-by:before {
  content: "\f4e7";
}
.mgz-fa-creative-commons-nc:before {
  content: "\f4e8";
}
.mgz-fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.mgz-fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.mgz-fa-creative-commons-nd:before {
  content: "\f4eb";
}
.mgz-fa-creative-commons-pd:before {
  content: "\f4ec";
}
.mgz-fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.mgz-fa-creative-commons-remix:before {
  content: "\f4ee";
}
.mgz-fa-creative-commons-sa:before {
  content: "\f4ef";
}
.mgz-fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.mgz-fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.mgz-fa-creative-commons-share:before {
  content: "\f4f2";
}
.mgz-fa-creative-commons-zero:before {
  content: "\f4f3";
}
.mgz-fa-credit-card:before {
  content: "\f09d";
}
.mgz-fa-critical-role:before {
  content: "\f6c9";
}
.mgz-fa-crop:before {
  content: "\f125";
}
.mgz-fa-crop-alt:before {
  content: "\f565";
}
.mgz-fa-cross:before {
  content: "\f654";
}
.mgz-fa-crosshairs:before {
  content: "\f05b";
}
.mgz-fa-crow:before {
  content: "\f520";
}
.mgz-fa-crown:before {
  content: "\f521";
}
.mgz-fa-crutch:before {
  content: "\f7f7";
}
.mgz-fa-css3:before {
  content: "\f13c";
}
.mgz-fa-css3-alt:before {
  content: "\f38b";
}
.mgz-fa-cube:before {
  content: "\f1b2";
}
.mgz-fa-cubes:before {
  content: "\f1b3";
}
.mgz-fa-cut:before {
  content: "\f0c4";
}
.mgz-fa-cuttlefish:before {
  content: "\f38c";
}
.mgz-fa-d-and-d:before {
  content: "\f38d";
}
.mgz-fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.mgz-fa-dashcube:before {
  content: "\f210";
}
.mgz-fa-database:before {
  content: "\f1c0";
}
.mgz-fa-deaf:before {
  content: "\f2a4";
}
.mgz-fa-delicious:before {
  content: "\f1a5";
}
.mgz-fa-democrat:before {
  content: "\f747";
}
.mgz-fa-deploydog:before {
  content: "\f38e";
}
.mgz-fa-deskpro:before {
  content: "\f38f";
}
.mgz-fa-desktop:before {
  content: "\f108";
}
.mgz-fa-dev:before {
  content: "\f6cc";
}
.mgz-fa-deviantart:before {
  content: "\f1bd";
}
.mgz-fa-dharmachakra:before {
  content: "\f655";
}
.mgz-fa-dhl:before {
  content: "\f790";
}
.mgz-fa-diagnoses:before {
  content: "\f470";
}
.mgz-fa-diaspora:before {
  content: "\f791";
}
.mgz-fa-dice:before {
  content: "\f522";
}
.mgz-fa-dice-d20:before {
  content: "\f6cf";
}
.mgz-fa-dice-d6:before {
  content: "\f6d1";
}
.mgz-fa-dice-five:before {
  content: "\f523";
}
.mgz-fa-dice-four:before {
  content: "\f524";
}
.mgz-fa-dice-one:before {
  content: "\f525";
}
.mgz-fa-dice-six:before {
  content: "\f526";
}
.mgz-fa-dice-three:before {
  content: "\f527";
}
.mgz-fa-dice-two:before {
  content: "\f528";
}
.mgz-fa-digg:before {
  content: "\f1a6";
}
.mgz-fa-digital-ocean:before {
  content: "\f391";
}
.mgz-fa-digital-tachograph:before {
  content: "\f566";
}
.mgz-fa-directions:before {
  content: "\f5eb";
}
.mgz-fa-discord:before {
  content: "\f392";
}
.mgz-fa-discourse:before {
  content: "\f393";
}
.mgz-fa-divide:before {
  content: "\f529";
}
.mgz-fa-dizzy:before {
  content: "\f567";
}
.mgz-fa-dna:before {
  content: "\f471";
}
.mgz-fa-dochub:before {
  content: "\f394";
}
.mgz-fa-docker:before {
  content: "\f395";
}
.mgz-fa-dog:before {
  content: "\f6d3";
}
.mgz-fa-dollar-sign:before {
  content: "\f155";
}
.mgz-fa-dolly:before {
  content: "\f472";
}
.mgz-fa-dolly-flatbed:before {
  content: "\f474";
}
.mgz-fa-donate:before {
  content: "\f4b9";
}
.mgz-fa-door-closed:before {
  content: "\f52a";
}
.mgz-fa-door-open:before {
  content: "\f52b";
}
.mgz-fa-dot-circle:before {
  content: "\f192";
}
.mgz-fa-dove:before {
  content: "\f4ba";
}
.mgz-fa-download:before {
  content: "\f019";
}
.mgz-fa-draft2digital:before {
  content: "\f396";
}
.mgz-fa-drafting-compass:before {
  content: "\f568";
}
.mgz-fa-dragon:before {
  content: "\f6d5";
}
.mgz-fa-draw-polygon:before {
  content: "\f5ee";
}
.mgz-fa-dribbble:before {
  content: "\f17d";
}
.mgz-fa-dribbble-square:before {
  content: "\f397";
}
.mgz-fa-dropbox:before {
  content: "\f16b";
}
.mgz-fa-drum:before {
  content: "\f569";
}
.mgz-fa-drum-steelpan:before {
  content: "\f56a";
}
.mgz-fa-drumstick-bite:before {
  content: "\f6d7";
}
.mgz-fa-drupal:before {
  content: "\f1a9";
}
.mgz-fa-dumbbell:before {
  content: "\f44b";
}
.mgz-fa-dumpster:before {
  content: "\f793";
}
.mgz-fa-dumpster-fire:before {
  content: "\f794";
}
.mgz-fa-dungeon:before {
  content: "\f6d9";
}
.mgz-fa-dyalog:before {
  content: "\f399";
}
.mgz-fa-earlybirds:before {
  content: "\f39a";
}
.mgz-fa-ebay:before {
  content: "\f4f4";
}
.mgz-fa-edge:before {
  content: "\f282";
}
.mgz-fa-edit:before {
  content: "\f044";
}
.mgz-fa-egg:before {
  content: "\f7fb";
}
.mgz-fa-eject:before {
  content: "\f052";
}
.mgz-fa-elementor:before {
  content: "\f430";
}
.mgz-fa-ellipsis-h:before {
  content: "\f141";
}
.mgz-fa-ellipsis-v:before {
  content: "\f142";
}
.mgz-fa-ello:before {
  content: "\f5f1";
}
.mgz-fa-ember:before {
  content: "\f423";
}
.mgz-fa-empire:before {
  content: "\f1d1";
}
.mgz-fa-envelope:before {
  content: "\f0e0";
}
.mgz-fa-envelope-open:before {
  content: "\f2b6";
}
.mgz-fa-envelope-open-text:before {
  content: "\f658";
}
.mgz-fa-envelope-square:before {
  content: "\f199";
}
.mgz-fa-envira:before {
  content: "\f299";
}
.mgz-fa-equals:before {
  content: "\f52c";
}
.mgz-fa-eraser:before {
  content: "\f12d";
}
.mgz-fa-erlang:before {
  content: "\f39d";
}
.mgz-fa-ethereum:before {
  content: "\f42e";
}
.mgz-fa-ethernet:before {
  content: "\f796";
}
.mgz-fa-etsy:before {
  content: "\f2d7";
}
.mgz-fa-euro-sign:before {
  content: "\f153";
}
.mgz-fa-evernote:before {
  content: "\f839";
}
.mgz-fa-exchange-alt:before {
  content: "\f362";
}
.mgz-fa-exclamation:before {
  content: "\f12a";
}
.mgz-fa-exclamation-circle:before {
  content: "\f06a";
}
.mgz-fa-exclamation-triangle:before {
  content: "\f071";
}
.mgz-fa-expand:before {
  content: "\f065";
}
.mgz-fa-expand-arrows-alt:before {
  content: "\f31e";
}
.mgz-fa-expeditedssl:before {
  content: "\f23e";
}
.mgz-fa-external-link-alt:before {
  content: "\f35d";
}
.mgz-fa-external-link-square-alt:before {
  content: "\f360";
}
.mgz-fa-eye:before {
  content: "\f06e";
}
.mgz-fa-eye-dropper:before {
  content: "\f1fb";
}
.mgz-fa-eye-slash:before {
  content: "\f070";
}
.mgz-fa-facebook:before {
  content: "\f09a";
}
.mgz-fa-facebook-f:before {
  content: "\f39e";
}
.mgz-fa-facebook-messenger:before {
  content: "\f39f";
}
.mgz-fa-facebook-square:before {
  content: "\f082";
}
.mgz-fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.mgz-fa-fast-backward:before {
  content: "\f049";
}
.mgz-fa-fast-forward:before {
  content: "\f050";
}
.mgz-fa-fax:before {
  content: "\f1ac";
}
.mgz-fa-feather:before {
  content: "\f52d";
}
.mgz-fa-feather-alt:before {
  content: "\f56b";
}
.mgz-fa-fedex:before {
  content: "\f797";
}
.mgz-fa-fedora:before {
  content: "\f798";
}
.mgz-fa-female:before {
  content: "\f182";
}
.mgz-fa-fighter-jet:before {
  content: "\f0fb";
}
.mgz-fa-figma:before {
  content: "\f799";
}
.mgz-fa-file:before {
  content: "\f15b";
}
.mgz-fa-file-alt:before {
  content: "\f15c";
}
.mgz-fa-file-archive:before {
  content: "\f1c6";
}
.mgz-fa-file-audio:before {
  content: "\f1c7";
}
.mgz-fa-file-code:before {
  content: "\f1c9";
}
.mgz-fa-file-contract:before {
  content: "\f56c";
}
.mgz-fa-file-csv:before {
  content: "\f6dd";
}
.mgz-fa-file-download:before {
  content: "\f56d";
}
.mgz-fa-file-excel:before {
  content: "\f1c3";
}
.mgz-fa-file-export:before {
  content: "\f56e";
}
.mgz-fa-file-image:before {
  content: "\f1c5";
}
.mgz-fa-file-import:before {
  content: "\f56f";
}
.mgz-fa-file-invoice:before {
  content: "\f570";
}
.mgz-fa-file-invoice-dollar:before {
  content: "\f571";
}
.mgz-fa-file-medical:before {
  content: "\f477";
}
.mgz-fa-file-medical-alt:before {
  content: "\f478";
}
.mgz-fa-file-pdf:before {
  content: "\f1c1";
}
.mgz-fa-file-powerpoint:before {
  content: "\f1c4";
}
.mgz-fa-file-prescription:before {
  content: "\f572";
}
.mgz-fa-file-signature:before {
  content: "\f573";
}
.mgz-fa-file-upload:before {
  content: "\f574";
}
.mgz-fa-file-video:before {
  content: "\f1c8";
}
.mgz-fa-file-word:before {
  content: "\f1c2";
}
.mgz-fa-fill:before {
  content: "\f575";
}
.mgz-fa-fill-drip:before {
  content: "\f576";
}
.mgz-fa-film:before {
  content: "\f008";
}
.mgz-fa-filter:before {
  content: "\f0b0";
}
.mgz-fa-fingerprint:before {
  content: "\f577";
}
.mgz-fa-fire:before {
  content: "\f06d";
}
.mgz-fa-fire-alt:before {
  content: "\f7e4";
}
.mgz-fa-fire-extinguisher:before {
  content: "\f134";
}
.mgz-fa-firefox:before {
  content: "\f269";
}
.mgz-fa-first-aid:before {
  content: "\f479";
}
.mgz-fa-first-order:before {
  content: "\f2b0";
}
.mgz-fa-first-order-alt:before {
  content: "\f50a";
}
.mgz-fa-firstdraft:before {
  content: "\f3a1";
}
.mgz-fa-fish:before {
  content: "\f578";
}
.mgz-fa-fist-raised:before {
  content: "\f6de";
}
.mgz-fa-flag:before {
  content: "\f024";
}
.mgz-fa-flag-checkered:before {
  content: "\f11e";
}
.mgz-fa-flag-usa:before {
  content: "\f74d";
}
.mgz-fa-flask:before {
  content: "\f0c3";
}
.mgz-fa-flickr:before {
  content: "\f16e";
}
.mgz-fa-flipboard:before {
  content: "\f44d";
}
.mgz-fa-flushed:before {
  content: "\f579";
}
.mgz-fa-fly:before {
  content: "\f417";
}
.mgz-fa-folder:before {
  content: "\f07b";
}
.mgz-fa-folder-minus:before {
  content: "\f65d";
}
.mgz-fa-folder-open:before {
  content: "\f07c";
}
.mgz-fa-folder-plus:before {
  content: "\f65e";
}
.mgz-fa-font:before {
  content: "\f031";
}
.mgz-fa-font-awesome:before {
  content: "\f2b4";
}
.mgz-fa-font-awesome-alt:before {
  content: "\f35c";
}
.mgz-fa-font-awesome-flag:before {
  content: "\f425";
}
.mgz-fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.mgz-fa-fonticons:before {
  content: "\f280";
}
.mgz-fa-fonticons-fi:before {
  content: "\f3a2";
}
.mgz-fa-football-ball:before {
  content: "\f44e";
}
.mgz-fa-fort-awesome:before {
  content: "\f286";
}
.mgz-fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.mgz-fa-forumbee:before {
  content: "\f211";
}
.mgz-fa-forward:before {
  content: "\f04e";
}
.mgz-fa-foursquare:before {
  content: "\f180";
}
.mgz-fa-free-code-camp:before {
  content: "\f2c5";
}
.mgz-fa-freebsd:before {
  content: "\f3a4";
}
.mgz-fa-frog:before {
  content: "\f52e";
}
.mgz-fa-frown:before {
  content: "\f119";
}
.mgz-fa-frown-open:before {
  content: "\f57a";
}
.mgz-fa-fulcrum:before {
  content: "\f50b";
}
.mgz-fa-funnel-dollar:before {
  content: "\f662";
}
.mgz-fa-futbol:before {
  content: "\f1e3";
}
.mgz-fa-galactic-republic:before {
  content: "\f50c";
}
.mgz-fa-galactic-senate:before {
  content: "\f50d";
}
.mgz-fa-gamepad:before {
  content: "\f11b";
}
.mgz-fa-gas-pump:before {
  content: "\f52f";
}
.mgz-fa-gavel:before {
  content: "\f0e3";
}
.mgz-fa-gem:before {
  content: "\f3a5";
}
.mgz-fa-genderless:before {
  content: "\f22d";
}
.mgz-fa-get-pocket:before {
  content: "\f265";
}
.mgz-fa-gg:before {
  content: "\f260";
}
.mgz-fa-gg-circle:before {
  content: "\f261";
}
.mgz-fa-ghost:before {
  content: "\f6e2";
}
.mgz-fa-gift:before {
  content: "\f06b";
}
.mgz-fa-gifts:before {
  content: "\f79c";
}
.mgz-fa-git:before {
  content: "\f1d3";
}
.mgz-fa-git-square:before {
  content: "\f1d2";
}
.mgz-fa-github:before {
  content: "\f09b";
}
.mgz-fa-github-alt:before {
  content: "\f113";
}
.mgz-fa-github-square:before {
  content: "\f092";
}
.mgz-fa-gitkraken:before {
  content: "\f3a6";
}
.mgz-fa-gitlab:before {
  content: "\f296";
}
.mgz-fa-gitter:before {
  content: "\f426";
}
.mgz-fa-glass-cheers:before {
  content: "\f79f";
}
.mgz-fa-glass-martini:before {
  content: "\f000";
}
.mgz-fa-glass-martini-alt:before {
  content: "\f57b";
}
.mgz-fa-glass-whiskey:before {
  content: "\f7a0";
}
.mgz-fa-glasses:before {
  content: "\f530";
}
.mgz-fa-glide:before {
  content: "\f2a5";
}
.mgz-fa-glide-g:before {
  content: "\f2a6";
}
.mgz-fa-globe:before {
  content: "\f0ac";
}
.mgz-fa-globe-africa:before {
  content: "\f57c";
}
.mgz-fa-globe-americas:before {
  content: "\f57d";
}
.mgz-fa-globe-asia:before {
  content: "\f57e";
}
.mgz-fa-globe-europe:before {
  content: "\f7a2";
}
.mgz-fa-gofore:before {
  content: "\f3a7";
}
.mgz-fa-golf-ball:before {
  content: "\f450";
}
.mgz-fa-goodreads:before {
  content: "\f3a8";
}
.mgz-fa-goodreads-g:before {
  content: "\f3a9";
}
.mgz-fa-google:before {
  content: "\f1a0";
}
.mgz-fa-google-drive:before {
  content: "\f3aa";
}
.mgz-fa-google-play:before {
  content: "\f3ab";
}
.mgz-fa-google-plus:before {
  content: "\f2b3";
}
.mgz-fa-google-plus-g:before {
  content: "\f0d5";
}
.mgz-fa-google-plus-square:before {
  content: "\f0d4";
}
.mgz-fa-google-wallet:before {
  content: "\f1ee";
}
.mgz-fa-gopuram:before {
  content: "\f664";
}
.mgz-fa-graduation-cap:before {
  content: "\f19d";
}
.mgz-fa-gratipay:before {
  content: "\f184";
}
.mgz-fa-grav:before {
  content: "\f2d6";
}
.mgz-fa-greater-than:before {
  content: "\f531";
}
.mgz-fa-greater-than-equal:before {
  content: "\f532";
}
.mgz-fa-grimace:before {
  content: "\f57f";
}
.mgz-fa-grin:before {
  content: "\f580";
}
.mgz-fa-grin-alt:before {
  content: "\f581";
}
.mgz-fa-grin-beam:before {
  content: "\f582";
}
.mgz-fa-grin-beam-sweat:before {
  content: "\f583";
}
.mgz-fa-grin-hearts:before {
  content: "\f584";
}
.mgz-fa-grin-squint:before {
  content: "\f585";
}
.mgz-fa-grin-squint-tears:before {
  content: "\f586";
}
.mgz-fa-grin-stars:before {
  content: "\f587";
}
.mgz-fa-grin-tears:before {
  content: "\f588";
}
.mgz-fa-grin-tongue:before {
  content: "\f589";
}
.mgz-fa-grin-tongue-squint:before {
  content: "\f58a";
}
.mgz-fa-grin-tongue-wink:before {
  content: "\f58b";
}
.mgz-fa-grin-wink:before {
  content: "\f58c";
}
.mgz-fa-grip-horizontal:before {
  content: "\f58d";
}
.mgz-fa-grip-lines:before {
  content: "\f7a4";
}
.mgz-fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.mgz-fa-grip-vertical:before {
  content: "\f58e";
}
.mgz-fa-gripfire:before {
  content: "\f3ac";
}
.mgz-fa-grunt:before {
  content: "\f3ad";
}
.mgz-fa-guitar:before {
  content: "\f7a6";
}
.mgz-fa-gulp:before {
  content: "\f3ae";
}
.mgz-fa-h-square:before {
  content: "\f0fd";
}
.mgz-fa-hacker-news:before {
  content: "\f1d4";
}
.mgz-fa-hacker-news-square:before {
  content: "\f3af";
}
.mgz-fa-hackerrank:before {
  content: "\f5f7";
}
.mgz-fa-hamburger:before {
  content: "\f805";
}
.mgz-fa-hammer:before {
  content: "\f6e3";
}
.mgz-fa-hamsa:before {
  content: "\f665";
}
.mgz-fa-hand-holding:before {
  content: "\f4bd";
}
.mgz-fa-hand-holding-heart:before {
  content: "\f4be";
}
.mgz-fa-hand-holding-usd:before {
  content: "\f4c0";
}
.mgz-fa-hand-lizard:before {
  content: "\f258";
}
.mgz-fa-hand-middle-finger:before {
  content: "\f806";
}
.mgz-fa-hand-paper:before {
  content: "\f256";
}
.mgz-fa-hand-peace:before {
  content: "\f25b";
}
.mgz-fa-hand-point-down:before {
  content: "\f0a7";
}
.mgz-fa-hand-point-left:before {
  content: "\f0a5";
}
.mgz-fa-hand-point-right:before {
  content: "\f0a4";
}
.mgz-fa-hand-point-up:before {
  content: "\f0a6";
}
.mgz-fa-hand-pointer:before {
  content: "\f25a";
}
.mgz-fa-hand-rock:before {
  content: "\f255";
}
.mgz-fa-hand-scissors:before {
  content: "\f257";
}
.mgz-fa-hand-spock:before {
  content: "\f259";
}
.mgz-fa-hands:before {
  content: "\f4c2";
}
.mgz-fa-hands-helping:before {
  content: "\f4c4";
}
.mgz-fa-handshake:before {
  content: "\f2b5";
}
.mgz-fa-hanukiah:before {
  content: "\f6e6";
}
.mgz-fa-hard-hat:before {
  content: "\f807";
}
.mgz-fa-hashtag:before {
  content: "\f292";
}
.mgz-fa-hat-wizard:before {
  content: "\f6e8";
}
.mgz-fa-haykal:before {
  content: "\f666";
}
.mgz-fa-hdd:before {
  content: "\f0a0";
}
.mgz-fa-heading:before {
  content: "\f1dc";
}
.mgz-fa-headphones:before {
  content: "\f025";
}
.mgz-fa-headphones-alt:before {
  content: "\f58f";
}
.mgz-fa-headset:before {
  content: "\f590";
}
.mgz-fa-heart:before {
  content: "\f004";
}
.mgz-fa-heart-broken:before {
  content: "\f7a9";
}
.mgz-fa-heartbeat:before {
  content: "\f21e";
}
.mgz-fa-helicopter:before {
  content: "\f533";
}
.mgz-fa-highlighter:before {
  content: "\f591";
}
.mgz-fa-hiking:before {
  content: "\f6ec";
}
.mgz-fa-hippo:before {
  content: "\f6ed";
}
.mgz-fa-hips:before {
  content: "\f452";
}
.mgz-fa-hire-a-helper:before {
  content: "\f3b0";
}
.mgz-fa-history:before {
  content: "\f1da";
}
.mgz-fa-hockey-puck:before {
  content: "\f453";
}
.mgz-fa-holly-berry:before {
  content: "\f7aa";
}
.mgz-fa-home:before {
  content: "\f015";
}
.mgz-fa-hooli:before {
  content: "\f427";
}
.mgz-fa-hornbill:before {
  content: "\f592";
}
.mgz-fa-horse:before {
  content: "\f6f0";
}
.mgz-fa-horse-head:before {
  content: "\f7ab";
}
.mgz-fa-hospital:before {
  content: "\f0f8";
}
.mgz-fa-hospital-alt:before {
  content: "\f47d";
}
.mgz-fa-hospital-symbol:before {
  content: "\f47e";
}
.mgz-fa-hot-tub:before {
  content: "\f593";
}
.mgz-fa-hotdog:before {
  content: "\f80f";
}
.mgz-fa-hotel:before {
  content: "\f594";
}
.mgz-fa-hotjar:before {
  content: "\f3b1";
}
.mgz-fa-hourglass:before {
  content: "\f254";
}
.mgz-fa-hourglass-end:before {
  content: "\f253";
}
.mgz-fa-hourglass-half:before {
  content: "\f252";
}
.mgz-fa-hourglass-start:before {
  content: "\f251";
}
.mgz-fa-house-damage:before {
  content: "\f6f1";
}
.mgz-fa-houzz:before {
  content: "\f27c";
}
.mgz-fa-hryvnia:before {
  content: "\f6f2";
}
.mgz-fa-html5:before {
  content: "\f13b";
}
.mgz-fa-hubspot:before {
  content: "\f3b2";
}
.mgz-fa-i-cursor:before {
  content: "\f246";
}
.mgz-fa-ice-cream:before {
  content: "\f810";
}
.mgz-fa-icicles:before {
  content: "\f7ad";
}
.mgz-fa-id-badge:before {
  content: "\f2c1";
}
.mgz-fa-id-card:before {
  content: "\f2c2";
}
.mgz-fa-id-card-alt:before {
  content: "\f47f";
}
.mgz-fa-igloo:before {
  content: "\f7ae";
}
.mgz-fa-image:before {
  content: "\f03e";
}
.mgz-fa-images:before {
  content: "\f302";
}
.mgz-fa-imdb:before {
  content: "\f2d8";
}
.mgz-fa-inbox:before {
  content: "\f01c";
}
.mgz-fa-indent:before {
  content: "\f03c";
}
.mgz-fa-industry:before {
  content: "\f275";
}
.mgz-fa-infinity:before {
  content: "\f534";
}
.mgz-fa-info:before {
  content: "\f129";
}
.mgz-fa-info-circle:before {
  content: "\f05a";
}
.mgz-fa-instagram:before {
  content: "\f16d";
}
.mgz-fa-intercom:before {
  content: "\f7af";
}
.mgz-fa-internet-explorer:before {
  content: "\f26b";
}
.mgz-fa-invision:before {
  content: "\f7b0";
}
.mgz-fa-ioxhost:before {
  content: "\f208";
}
.mgz-fa-italic:before {
  content: "\f033";
}
.mgz-fa-itch-io:before {
  content: "\f83a";
}
.mgz-fa-itunes:before {
  content: "\f3b4";
}
.mgz-fa-itunes-note:before {
  content: "\f3b5";
}
.mgz-fa-java:before {
  content: "\f4e4";
}
.mgz-fa-jedi:before {
  content: "\f669";
}
.mgz-fa-jedi-order:before {
  content: "\f50e";
}
.mgz-fa-jenkins:before {
  content: "\f3b6";
}
.mgz-fa-jira:before {
  content: "\f7b1";
}
.mgz-fa-joget:before {
  content: "\f3b7";
}
.mgz-fa-joint:before {
  content: "\f595";
}
.mgz-fa-joomla:before {
  content: "\f1aa";
}
.mgz-fa-journal-whills:before {
  content: "\f66a";
}
.mgz-fa-js:before {
  content: "\f3b8";
}
.mgz-fa-js-square:before {
  content: "\f3b9";
}
.mgz-fa-jsfiddle:before {
  content: "\f1cc";
}
.mgz-fa-kaaba:before {
  content: "\f66b";
}
.mgz-fa-kaggle:before {
  content: "\f5fa";
}
.mgz-fa-key:before {
  content: "\f084";
}
.mgz-fa-keybase:before {
  content: "\f4f5";
}
.mgz-fa-keyboard:before {
  content: "\f11c";
}
.mgz-fa-keycdn:before {
  content: "\f3ba";
}
.mgz-fa-khanda:before {
  content: "\f66d";
}
.mgz-fa-kickstarter:before {
  content: "\f3bb";
}
.mgz-fa-kickstarter-k:before {
  content: "\f3bc";
}
.mgz-fa-kiss:before {
  content: "\f596";
}
.mgz-fa-kiss-beam:before {
  content: "\f597";
}
.mgz-fa-kiss-wink-heart:before {
  content: "\f598";
}
.mgz-fa-kiwi-bird:before {
  content: "\f535";
}
.mgz-fa-korvue:before {
  content: "\f42f";
}
.mgz-fa-landmark:before {
  content: "\f66f";
}
.mgz-fa-language:before {
  content: "\f1ab";
}
.mgz-fa-laptop:before {
  content: "\f109";
}
.mgz-fa-laptop-code:before {
  content: "\f5fc";
}
.mgz-fa-laptop-medical:before {
  content: "\f812";
}
.mgz-fa-laravel:before {
  content: "\f3bd";
}
.mgz-fa-lastfm:before {
  content: "\f202";
}
.mgz-fa-lastfm-square:before {
  content: "\f203";
}
.mgz-fa-laugh:before {
  content: "\f599";
}
.mgz-fa-laugh-beam:before {
  content: "\f59a";
}
.mgz-fa-laugh-squint:before {
  content: "\f59b";
}
.mgz-fa-laugh-wink:before {
  content: "\f59c";
}
.mgz-fa-layer-group:before {
  content: "\f5fd";
}
.mgz-fa-leaf:before {
  content: "\f06c";
}
.mgz-fa-leanpub:before {
  content: "\f212";
}
.mgz-fa-lemon:before {
  content: "\f094";
}
.mgz-fa-less:before {
  content: "\f41d";
}
.mgz-fa-less-than:before {
  content: "\f536";
}
.mgz-fa-less-than-equal:before {
  content: "\f537";
}
.mgz-fa-level-down-alt:before {
  content: "\f3be";
}
.mgz-fa-level-up-alt:before {
  content: "\f3bf";
}
.mgz-fa-life-ring:before {
  content: "\f1cd";
}
.mgz-fa-lightbulb:before {
  content: "\f0eb";
}
.mgz-fa-line:before {
  content: "\f3c0";
}
.mgz-fa-link:before {
  content: "\f0c1";
}
.mgz-fa-linkedin:before {
  content: "\f08c";
}
.mgz-fa-linkedin-in:before {
  content: "\f0e1";
}
.mgz-fa-linode:before {
  content: "\f2b8";
}
.mgz-fa-linux:before {
  content: "\f17c";
}
.mgz-fa-lira-sign:before {
  content: "\f195";
}
.mgz-fa-list:before {
  content: "\f03a";
}
.mgz-fa-list-alt:before {
  content: "\f022";
}
.mgz-fa-list-ol:before {
  content: "\f0cb";
}
.mgz-fa-list-ul:before {
  content: "\f0ca";
}
.mgz-fa-location-arrow:before {
  content: "\f124";
}
.mgz-fa-lock:before {
  content: "\f023";
}
.mgz-fa-lock-open:before {
  content: "\f3c1";
}
.mgz-fa-long-arrow-alt-down:before {
  content: "\f309";
}
.mgz-fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.mgz-fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.mgz-fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.mgz-fa-low-vision:before {
  content: "\f2a8";
}
.mgz-fa-luggage-cart:before {
  content: "\f59d";
}
.mgz-fa-lyft:before {
  content: "\f3c3";
}
.mgz-fa-magento:before {
  content: "\f3c4";
}
.mgz-fa-magic:before {
  content: "\f0d0";
}
.mgz-fa-magnet:before {
  content: "\f076";
}
.mgz-fa-mail-bulk:before {
  content: "\f674";
}
.mgz-fa-mailchimp:before {
  content: "\f59e";
}
.mgz-fa-male:before {
  content: "\f183";
}
.mgz-fa-mandalorian:before {
  content: "\f50f";
}
.mgz-fa-map:before {
  content: "\f279";
}
.mgz-fa-map-marked:before {
  content: "\f59f";
}
.mgz-fa-map-marked-alt:before {
  content: "\f5a0";
}
.mgz-fa-map-marker:before {
  content: "\f041";
}
.mgz-fa-map-marker-alt:before {
  content: "\f3c5";
}
.mgz-fa-map-pin:before {
  content: "\f276";
}
.mgz-fa-map-signs:before {
  content: "\f277";
}
.mgz-fa-markdown:before {
  content: "\f60f";
}
.mgz-fa-marker:before {
  content: "\f5a1";
}
.mgz-fa-mars:before {
  content: "\f222";
}
.mgz-fa-mars-double:before {
  content: "\f227";
}
.mgz-fa-mars-stroke:before {
  content: "\f229";
}
.mgz-fa-mars-stroke-h:before {
  content: "\f22b";
}
.mgz-fa-mars-stroke-v:before {
  content: "\f22a";
}
.mgz-fa-mask:before {
  content: "\f6fa";
}
.mgz-fa-mastodon:before {
  content: "\f4f6";
}
.mgz-fa-maxcdn:before {
  content: "\f136";
}
.mgz-fa-medal:before {
  content: "\f5a2";
}
.mgz-fa-medapps:before {
  content: "\f3c6";
}
.mgz-fa-medium:before {
  content: "\f23a";
}
.mgz-fa-medium-m:before {
  content: "\f3c7";
}
.mgz-fa-medkit:before {
  content: "\f0fa";
}
.mgz-fa-medrt:before {
  content: "\f3c8";
}
.mgz-fa-meetup:before {
  content: "\f2e0";
}
.mgz-fa-megaport:before {
  content: "\f5a3";
}
.mgz-fa-meh:before {
  content: "\f11a";
}
.mgz-fa-meh-blank:before {
  content: "\f5a4";
}
.mgz-fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.mgz-fa-memory:before {
  content: "\f538";
}
.mgz-fa-mendeley:before {
  content: "\f7b3";
}
.mgz-fa-menorah:before {
  content: "\f676";
}
.mgz-fa-mercury:before {
  content: "\f223";
}
.mgz-fa-meteor:before {
  content: "\f753";
}
.mgz-fa-microchip:before {
  content: "\f2db";
}
.mgz-fa-microphone:before {
  content: "\f130";
}
.mgz-fa-microphone-alt:before {
  content: "\f3c9";
}
.mgz-fa-microphone-alt-slash:before {
  content: "\f539";
}
.mgz-fa-microphone-slash:before {
  content: "\f131";
}
.mgz-fa-microscope:before {
  content: "\f610";
}
.mgz-fa-microsoft:before {
  content: "\f3ca";
}
.mgz-fa-minus:before {
  content: "\f068";
}
.mgz-fa-minus-circle:before {
  content: "\f056";
}
.mgz-fa-minus-square:before {
  content: "\f146";
}
.mgz-fa-mitten:before {
  content: "\f7b5";
}
.mgz-fa-mix:before {
  content: "\f3cb";
}
.mgz-fa-mixcloud:before {
  content: "\f289";
}
.mgz-fa-mizuni:before {
  content: "\f3cc";
}
.mgz-fa-mobile:before {
  content: "\f10b";
}
.mgz-fa-mobile-alt:before {
  content: "\f3cd";
}
.mgz-fa-modx:before {
  content: "\f285";
}
.mgz-fa-monero:before {
  content: "\f3d0";
}
.mgz-fa-money-bill:before {
  content: "\f0d6";
}
.mgz-fa-money-bill-alt:before {
  content: "\f3d1";
}
.mgz-fa-money-bill-wave:before {
  content: "\f53a";
}
.mgz-fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.mgz-fa-money-check:before {
  content: "\f53c";
}
.mgz-fa-money-check-alt:before {
  content: "\f53d";
}
.mgz-fa-monument:before {
  content: "\f5a6";
}
.mgz-fa-moon:before {
  content: "\f186";
}
.mgz-fa-mortar-pestle:before {
  content: "\f5a7";
}
.mgz-fa-mosque:before {
  content: "\f678";
}
.mgz-fa-motorcycle:before {
  content: "\f21c";
}
.mgz-fa-mountain:before {
  content: "\f6fc";
}
.mgz-fa-mouse-pointer:before {
  content: "\f245";
}
.mgz-fa-mug-hot:before {
  content: "\f7b6";
}
.mgz-fa-music:before {
  content: "\f001";
}
.mgz-fa-napster:before {
  content: "\f3d2";
}
.mgz-fa-neos:before {
  content: "\f612";
}
.mgz-fa-network-wired:before {
  content: "\f6ff";
}
.mgz-fa-neuter:before {
  content: "\f22c";
}
.mgz-fa-newspaper:before {
  content: "\f1ea";
}
.mgz-fa-nimblr:before {
  content: "\f5a8";
}
.mgz-fa-nintendo-switch:before {
  content: "\f418";
}
.mgz-fa-node:before {
  content: "\f419";
}
.mgz-fa-node-js:before {
  content: "\f3d3";
}
.mgz-fa-not-equal:before {
  content: "\f53e";
}
.mgz-fa-notes-medical:before {
  content: "\f481";
}
.mgz-fa-npm:before {
  content: "\f3d4";
}
.mgz-fa-ns8:before {
  content: "\f3d5";
}
.mgz-fa-nutritionix:before {
  content: "\f3d6";
}
.mgz-fa-object-group:before {
  content: "\f247";
}
.mgz-fa-object-ungroup:before {
  content: "\f248";
}
.mgz-fa-odnoklassniki:before {
  content: "\f263";
}
.mgz-fa-odnoklassniki-square:before {
  content: "\f264";
}
.mgz-fa-oil-can:before {
  content: "\f613";
}
.mgz-fa-old-republic:before {
  content: "\f510";
}
.mgz-fa-om:before {
  content: "\f679";
}
.mgz-fa-opencart:before {
  content: "\f23d";
}
.mgz-fa-openid:before {
  content: "\f19b";
}
.mgz-fa-opera:before {
  content: "\f26a";
}
.mgz-fa-optin-monster:before {
  content: "\f23c";
}
.mgz-fa-osi:before {
  content: "\f41a";
}
.mgz-fa-otter:before {
  content: "\f700";
}
.mgz-fa-outdent:before {
  content: "\f03b";
}
.mgz-fa-page4:before {
  content: "\f3d7";
}
.mgz-fa-pagelines:before {
  content: "\f18c";
}
.mgz-fa-pager:before {
  content: "\f815";
}
.mgz-fa-paint-brush:before {
  content: "\f1fc";
}
.mgz-fa-paint-roller:before {
  content: "\f5aa";
}
.mgz-fa-palette:before {
  content: "\f53f";
}
.mgz-fa-palfed:before {
  content: "\f3d8";
}
.mgz-fa-pallet:before {
  content: "\f482";
}
.mgz-fa-paper-plane:before {
  content: "\f1d8";
}
.mgz-fa-paperclip:before {
  content: "\f0c6";
}
.mgz-fa-parachute-box:before {
  content: "\f4cd";
}
.mgz-fa-paragraph:before {
  content: "\f1dd";
}
.mgz-fa-parking:before {
  content: "\f540";
}
.mgz-fa-passport:before {
  content: "\f5ab";
}
.mgz-fa-pastafarianism:before {
  content: "\f67b";
}
.mgz-fa-paste:before {
  content: "\f0ea";
}
.mgz-fa-patreon:before {
  content: "\f3d9";
}
.mgz-fa-pause:before {
  content: "\f04c";
}
.mgz-fa-pause-circle:before {
  content: "\f28b";
}
.mgz-fa-paw:before {
  content: "\f1b0";
}
.mgz-fa-paypal:before {
  content: "\f1ed";
}
.mgz-fa-peace:before {
  content: "\f67c";
}
.mgz-fa-pen:before {
  content: "\f304";
}
.mgz-fa-pen-alt:before {
  content: "\f305";
}
.mgz-fa-pen-fancy:before {
  content: "\f5ac";
}
.mgz-fa-pen-nib:before {
  content: "\f5ad";
}
.mgz-fa-pen-square:before {
  content: "\f14b";
}
.mgz-fa-pencil-alt:before {
  content: "\f303";
}
.mgz-fa-pencil-ruler:before {
  content: "\f5ae";
}
.mgz-fa-penny-arcade:before {
  content: "\f704";
}
.mgz-fa-people-carry:before {
  content: "\f4ce";
}
.mgz-fa-pepper-hot:before {
  content: "\f816";
}
.mgz-fa-percent:before {
  content: "\f295";
}
.mgz-fa-percentage:before {
  content: "\f541";
}
.mgz-fa-periscope:before {
  content: "\f3da";
}
.mgz-fa-person-booth:before {
  content: "\f756";
}
.mgz-fa-phabricator:before {
  content: "\f3db";
}
.mgz-fa-phoenix-framework:before {
  content: "\f3dc";
}
.mgz-fa-phoenix-squadron:before {
  content: "\f511";
}
.mgz-fa-phone:before {
  content: "\f095";
}
.mgz-fa-phone-slash:before {
  content: "\f3dd";
}
.mgz-fa-phone-square:before {
  content: "\f098";
}
.mgz-fa-phone-volume:before {
  content: "\f2a0";
}
.mgz-fa-php:before {
  content: "\f457";
}
.mgz-fa-pied-piper:before {
  content: "\f2ae";
}
.mgz-fa-pied-piper-alt:before {
  content: "\f1a8";
}
.mgz-fa-pied-piper-hat:before {
  content: "\f4e5";
}
.mgz-fa-pied-piper-pp:before {
  content: "\f1a7";
}
.mgz-fa-piggy-bank:before {
  content: "\f4d3";
}
.mgz-fa-pills:before {
  content: "\f484";
}
.mgz-fa-pinterest:before {
  content: "\f0d2";
}
.mgz-fa-pinterest-p:before {
  content: "\f231";
}
.mgz-fa-pinterest-square:before {
  content: "\f0d3";
}
.mgz-fa-pizza-slice:before {
  content: "\f818";
}
.mgz-fa-place-of-worship:before {
  content: "\f67f";
}
.mgz-fa-plane:before {
  content: "\f072";
}
.mgz-fa-plane-arrival:before {
  content: "\f5af";
}
.mgz-fa-plane-departure:before {
  content: "\f5b0";
}
.mgz-fa-play:before {
  content: "\f04b";
}
.mgz-fa-play-circle:before {
  content: "\f144";
}
.mgz-fa-playstation:before {
  content: "\f3df";
}
.mgz-fa-plug:before {
  content: "\f1e6";
}
.mgz-fa-plus:before {
  content: "\f067";
}
.mgz-fa-plus-circle:before {
  content: "\f055";
}
.mgz-fa-plus-square:before {
  content: "\f0fe";
}
.mgz-fa-podcast:before {
  content: "\f2ce";
}
.mgz-fa-poll:before {
  content: "\f681";
}
.mgz-fa-poll-h:before {
  content: "\f682";
}
.mgz-fa-poo:before {
  content: "\f2fe";
}
.mgz-fa-poo-storm:before {
  content: "\f75a";
}
.mgz-fa-poop:before {
  content: "\f619";
}
.mgz-fa-portrait:before {
  content: "\f3e0";
}
.mgz-fa-pound-sign:before {
  content: "\f154";
}
.mgz-fa-power-off:before {
  content: "\f011";
}
.mgz-fa-pray:before {
  content: "\f683";
}
.mgz-fa-praying-hands:before {
  content: "\f684";
}
.mgz-fa-prescription:before {
  content: "\f5b1";
}
.mgz-fa-prescription-bottle:before {
  content: "\f485";
}
.mgz-fa-prescription-bottle-alt:before {
  content: "\f486";
}
.mgz-fa-print:before {
  content: "\f02f";
}
.mgz-fa-procedures:before {
  content: "\f487";
}
.mgz-fa-product-hunt:before {
  content: "\f288";
}
.mgz-fa-project-diagram:before {
  content: "\f542";
}
.mgz-fa-pushed:before {
  content: "\f3e1";
}
.mgz-fa-puzzle-piece:before {
  content: "\f12e";
}
.mgz-fa-python:before {
  content: "\f3e2";
}
.mgz-fa-qq:before {
  content: "\f1d6";
}
.mgz-fa-qrcode:before {
  content: "\f029";
}
.mgz-fa-question:before {
  content: "\f128";
}
.mgz-fa-question-circle:before {
  content: "\f059";
}
.mgz-fa-quidditch:before {
  content: "\f458";
}
.mgz-fa-quinscape:before {
  content: "\f459";
}
.mgz-fa-quora:before {
  content: "\f2c4";
}
.mgz-fa-quote-left:before {
  content: "\f10d";
}
.mgz-fa-quote-right:before {
  content: "\f10e";
}
.mgz-fa-quran:before {
  content: "\f687";
}
.mgz-fa-r-project:before {
  content: "\f4f7";
}
.mgz-fa-radiation:before {
  content: "\f7b9";
}
.mgz-fa-radiation-alt:before {
  content: "\f7ba";
}
.mgz-fa-rainbow:before {
  content: "\f75b";
}
.mgz-fa-random:before {
  content: "\f074";
}
.mgz-fa-raspberry-pi:before {
  content: "\f7bb";
}
.mgz-fa-ravelry:before {
  content: "\f2d9";
}
.mgz-fa-react:before {
  content: "\f41b";
}
.mgz-fa-reacteurope:before {
  content: "\f75d";
}
.mgz-fa-readme:before {
  content: "\f4d5";
}
.mgz-fa-rebel:before {
  content: "\f1d0";
}
.mgz-fa-receipt:before {
  content: "\f543";
}
.mgz-fa-recycle:before {
  content: "\f1b8";
}
.mgz-fa-red-river:before {
  content: "\f3e3";
}
.mgz-fa-reddit:before {
  content: "\f1a1";
}
.mgz-fa-reddit-alien:before {
  content: "\f281";
}
.mgz-fa-reddit-square:before {
  content: "\f1a2";
}
.mgz-fa-redhat:before {
  content: "\f7bc";
}
.mgz-fa-redo:before {
  content: "\f01e";
}
.mgz-fa-redo-alt:before {
  content: "\f2f9";
}
.mgz-fa-registered:before {
  content: "\f25d";
}
.mgz-fa-renren:before {
  content: "\f18b";
}
.mgz-fa-reply:before {
  content: "\f3e5";
}
.mgz-fa-reply-all:before {
  content: "\f122";
}
.mgz-fa-replyd:before {
  content: "\f3e6";
}
.mgz-fa-republican:before {
  content: "\f75e";
}
.mgz-fa-researchgate:before {
  content: "\f4f8";
}
.mgz-fa-resolving:before {
  content: "\f3e7";
}
.mgz-fa-restroom:before {
  content: "\f7bd";
}
.mgz-fa-retweet:before {
  content: "\f079";
}
.mgz-fa-rev:before {
  content: "\f5b2";
}
.mgz-fa-ribbon:before {
  content: "\f4d6";
}
.mgz-fa-ring:before {
  content: "\f70b";
}
.mgz-fa-road:before {
  content: "\f018";
}
.mgz-fa-robot:before {
  content: "\f544";
}
.mgz-fa-rocket:before {
  content: "\f135";
}
.mgz-fa-rocketchat:before {
  content: "\f3e8";
}
.mgz-fa-rockrms:before {
  content: "\f3e9";
}
.mgz-fa-route:before {
  content: "\f4d7";
}
.mgz-fa-rss:before {
  content: "\f09e";
}
.mgz-fa-rss-square:before {
  content: "\f143";
}
.mgz-fa-ruble-sign:before {
  content: "\f158";
}
.mgz-fa-ruler:before {
  content: "\f545";
}
.mgz-fa-ruler-combined:before {
  content: "\f546";
}
.mgz-fa-ruler-horizontal:before {
  content: "\f547";
}
.mgz-fa-ruler-vertical:before {
  content: "\f548";
}
.mgz-fa-running:before {
  content: "\f70c";
}
.mgz-fa-rupee-sign:before {
  content: "\f156";
}
.mgz-fa-sad-cry:before {
  content: "\f5b3";
}
.mgz-fa-sad-tear:before {
  content: "\f5b4";
}
.mgz-fa-safari:before {
  content: "\f267";
}
.mgz-fa-salesforce:before {
  content: "\f83b";
}
.mgz-fa-sass:before {
  content: "\f41e";
}
.mgz-fa-satellite:before {
  content: "\f7bf";
}
.mgz-fa-satellite-dish:before {
  content: "\f7c0";
}
.mgz-fa-save:before {
  content: "\f0c7";
}
.mgz-fa-schlix:before {
  content: "\f3ea";
}
.mgz-fa-school:before {
  content: "\f549";
}
.mgz-fa-screwdriver:before {
  content: "\f54a";
}
.mgz-fa-scribd:before {
  content: "\f28a";
}
.mgz-fa-scroll:before {
  content: "\f70e";
}
.mgz-fa-sd-card:before {
  content: "\f7c2";
}
.mgz-fa-search:before {
  content: "\f002";
}
.mgz-fa-search-dollar:before {
  content: "\f688";
}
.mgz-fa-search-location:before {
  content: "\f689";
}
.mgz-fa-search-minus:before {
  content: "\f010";
}
.mgz-fa-search-plus:before {
  content: "\f00e";
}
.mgz-fa-searchengin:before {
  content: "\f3eb";
}
.mgz-fa-seedling:before {
  content: "\f4d8";
}
.mgz-fa-sellcast:before {
  content: "\f2da";
}
.mgz-fa-sellsy:before {
  content: "\f213";
}
.mgz-fa-server:before {
  content: "\f233";
}
.mgz-fa-servicestack:before {
  content: "\f3ec";
}
.mgz-fa-shapes:before {
  content: "\f61f";
}
.mgz-fa-share:before {
  content: "\f064";
}
.mgz-fa-share-alt:before {
  content: "\f1e0";
}
.mgz-fa-share-alt-square:before {
  content: "\f1e1";
}
.mgz-fa-share-square:before {
  content: "\f14d";
}
.mgz-fa-shekel-sign:before {
  content: "\f20b";
}
.mgz-fa-shield-alt:before {
  content: "\f3ed";
}
.mgz-fa-ship:before {
  content: "\f21a";
}
.mgz-fa-shipping-fast:before {
  content: "\f48b";
}
.mgz-fa-shirtsinbulk:before {
  content: "\f214";
}
.mgz-fa-shoe-prints:before {
  content: "\f54b";
}
.mgz-fa-shopping-bag:before {
  content: "\f290";
}
.mgz-fa-shopping-basket:before {
  content: "\f291";
}
.mgz-fa-shopping-cart:before {
  content: "\f07a";
}
.mgz-fa-shopware:before {
  content: "\f5b5";
}
.mgz-fa-shower:before {
  content: "\f2cc";
}
.mgz-fa-shuttle-van:before {
  content: "\f5b6";
}
.mgz-fa-sign:before {
  content: "\f4d9";
}
.mgz-fa-sign-in-alt:before {
  content: "\f2f6";
}
.mgz-fa-sign-language:before {
  content: "\f2a7";
}
.mgz-fa-sign-out-alt:before {
  content: "\f2f5";
}
.mgz-fa-signal:before {
  content: "\f012";
}
.mgz-fa-signature:before {
  content: "\f5b7";
}
.mgz-fa-sim-card:before {
  content: "\f7c4";
}
.mgz-fa-simplybuilt:before {
  content: "\f215";
}
.mgz-fa-sistrix:before {
  content: "\f3ee";
}
.mgz-fa-sitemap:before {
  content: "\f0e8";
}
.mgz-fa-sith:before {
  content: "\f512";
}
.mgz-fa-skating:before {
  content: "\f7c5";
}
.mgz-fa-sketch:before {
  content: "\f7c6";
}
.mgz-fa-skiing:before {
  content: "\f7c9";
}
.mgz-fa-skiing-nordic:before {
  content: "\f7ca";
}
.mgz-fa-skull:before {
  content: "\f54c";
}
.mgz-fa-skull-crossbones:before {
  content: "\f714";
}
.mgz-fa-skyatlas:before {
  content: "\f216";
}
.mgz-fa-skype:before {
  content: "\f17e";
}
.mgz-fa-slack:before {
  content: "\f198";
}
.mgz-fa-slack-hash:before {
  content: "\f3ef";
}
.mgz-fa-slash:before {
  content: "\f715";
}
.mgz-fa-sleigh:before {
  content: "\f7cc";
}
.mgz-fa-sliders-h:before {
  content: "\f1de";
}
.mgz-fa-slideshare:before {
  content: "\f1e7";
}
.mgz-fa-smile:before {
  content: "\f118";
}
.mgz-fa-smile-beam:before {
  content: "\f5b8";
}
.mgz-fa-smile-wink:before {
  content: "\f4da";
}
.mgz-fa-smog:before {
  content: "\f75f";
}
.mgz-fa-smoking:before {
  content: "\f48d";
}
.mgz-fa-smoking-ban:before {
  content: "\f54d";
}
.mgz-fa-sms:before {
  content: "\f7cd";
}
.mgz-fa-snapchat:before {
  content: "\f2ab";
}
.mgz-fa-snapchat-ghost:before {
  content: "\f2ac";
}
.mgz-fa-snapchat-square:before {
  content: "\f2ad";
}
.mgz-fa-snowboarding:before {
  content: "\f7ce";
}
.mgz-fa-snowflake:before {
  content: "\f2dc";
}
.mgz-fa-snowman:before {
  content: "\f7d0";
}
.mgz-fa-snowplow:before {
  content: "\f7d2";
}
.mgz-fa-socks:before {
  content: "\f696";
}
.mgz-fa-solar-panel:before {
  content: "\f5ba";
}
.mgz-fa-sort:before {
  content: "\f0dc";
}
.mgz-fa-sort-alpha-down:before {
  content: "\f15d";
}
.mgz-fa-sort-alpha-up:before {
  content: "\f15e";
}
.mgz-fa-sort-amount-down:before {
  content: "\f160";
}
.mgz-fa-sort-amount-up:before {
  content: "\f161";
}
.mgz-fa-sort-down:before {
  content: "\f0dd";
}
.mgz-fa-sort-numeric-down:before {
  content: "\f162";
}
.mgz-fa-sort-numeric-up:before {
  content: "\f163";
}
.mgz-fa-sort-up:before {
  content: "\f0de";
}
.mgz-fa-soundcloud:before {
  content: "\f1be";
}
.mgz-fa-sourcetree:before {
  content: "\f7d3";
}
.mgz-fa-spa:before {
  content: "\f5bb";
}
.mgz-fa-space-shuttle:before {
  content: "\f197";
}
.mgz-fa-speakap:before {
  content: "\f3f3";
}
.mgz-fa-speaker-deck:before {
  content: "\f83c";
}
.mgz-fa-spider:before {
  content: "\f717";
}
.mgz-fa-spinner:before {
  content: "\f110";
}
.mgz-fa-splotch:before {
  content: "\f5bc";
}
.mgz-fa-spotify:before {
  content: "\f1bc";
}
.mgz-fa-spray-can:before {
  content: "\f5bd";
}
.mgz-fa-square:before {
  content: "\f0c8";
}
.mgz-fa-square-full:before {
  content: "\f45c";
}
.mgz-fa-square-root-alt:before {
  content: "\f698";
}
.mgz-fa-squarespace:before {
  content: "\f5be";
}
.mgz-fa-stack-exchange:before {
  content: "\f18d";
}
.mgz-fa-stack-overflow:before {
  content: "\f16c";
}
.mgz-fa-stamp:before {
  content: "\f5bf";
}
.mgz-fa-star:before {
  content: "\f005";
}
.mgz-fa-star-and-crescent:before {
  content: "\f699";
}
.mgz-fa-star-half:before {
  content: "\f089";
}
.mgz-fa-star-half-alt:before {
  content: "\f5c0";
}
.mgz-fa-star-of-david:before {
  content: "\f69a";
}
.mgz-fa-star-of-life:before {
  content: "\f621";
}
.mgz-fa-staylinked:before {
  content: "\f3f5";
}
.mgz-fa-steam:before {
  content: "\f1b6";
}
.mgz-fa-steam-square:before {
  content: "\f1b7";
}
.mgz-fa-steam-symbol:before {
  content: "\f3f6";
}
.mgz-fa-step-backward:before {
  content: "\f048";
}
.mgz-fa-step-forward:before {
  content: "\f051";
}
.mgz-fa-stethoscope:before {
  content: "\f0f1";
}
.mgz-fa-sticker-mule:before {
  content: "\f3f7";
}
.mgz-fa-sticky-note:before {
  content: "\f249";
}
.mgz-fa-stop:before {
  content: "\f04d";
}
.mgz-fa-stop-circle:before {
  content: "\f28d";
}
.mgz-fa-stopwatch:before {
  content: "\f2f2";
}
.mgz-fa-store:before {
  content: "\f54e";
}
.mgz-fa-store-alt:before {
  content: "\f54f";
}
.mgz-fa-strava:before {
  content: "\f428";
}
.mgz-fa-stream:before {
  content: "\f550";
}
.mgz-fa-street-view:before {
  content: "\f21d";
}
.mgz-fa-strikethrough:before {
  content: "\f0cc";
}
.mgz-fa-stripe:before {
  content: "\f429";
}
.mgz-fa-stripe-s:before {
  content: "\f42a";
}
.mgz-fa-stroopwafel:before {
  content: "\f551";
}
.mgz-fa-studiovinari:before {
  content: "\f3f8";
}
.mgz-fa-stumbleupon:before {
  content: "\f1a4";
}
.mgz-fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.mgz-fa-subscript:before {
  content: "\f12c";
}
.mgz-fa-subway:before {
  content: "\f239";
}
.mgz-fa-suitcase:before {
  content: "\f0f2";
}
.mgz-fa-suitcase-rolling:before {
  content: "\f5c1";
}
.mgz-fa-sun:before {
  content: "\f185";
}
.mgz-fa-superpowers:before {
  content: "\f2dd";
}
.mgz-fa-superscript:before {
  content: "\f12b";
}
.mgz-fa-supple:before {
  content: "\f3f9";
}
.mgz-fa-surprise:before {
  content: "\f5c2";
}
.mgz-fa-suse:before {
  content: "\f7d6";
}
.mgz-fa-swatchbook:before {
  content: "\f5c3";
}
.mgz-fa-swimmer:before {
  content: "\f5c4";
}
.mgz-fa-swimming-pool:before {
  content: "\f5c5";
}
.mgz-fa-symfony:before {
  content: "\f83d";
}
.mgz-fa-synagogue:before {
  content: "\f69b";
}
.mgz-fa-sync:before {
  content: "\f021";
}
.mgz-fa-sync-alt:before {
  content: "\f2f1";
}
.mgz-fa-syringe:before {
  content: "\f48e";
}
.mgz-fa-table:before {
  content: "\f0ce";
}
.mgz-fa-table-tennis:before {
  content: "\f45d";
}
.mgz-fa-tablet:before {
  content: "\f10a";
}
.mgz-fa-tablet-alt:before {
  content: "\f3fa";
}
.mgz-fa-tablets:before {
  content: "\f490";
}
.mgz-fa-tachometer-alt:before {
  content: "\f3fd";
}
.mgz-fa-tag:before {
  content: "\f02b";
}
.mgz-fa-tags:before {
  content: "\f02c";
}
.mgz-fa-tape:before {
  content: "\f4db";
}
.mgz-fa-tasks:before {
  content: "\f0ae";
}
.mgz-fa-taxi:before {
  content: "\f1ba";
}
.mgz-fa-teamspeak:before {
  content: "\f4f9";
}
.mgz-fa-teeth:before {
  content: "\f62e";
}
.mgz-fa-teeth-open:before {
  content: "\f62f";
}
.mgz-fa-telegram:before {
  content: "\f2c6";
}
.mgz-fa-telegram-plane:before {
  content: "\f3fe";
}
.mgz-fa-temperature-high:before {
  content: "\f769";
}
.mgz-fa-temperature-low:before {
  content: "\f76b";
}
.mgz-fa-tencent-weibo:before {
  content: "\f1d5";
}
.mgz-fa-tenge:before {
  content: "\f7d7";
}
.mgz-fa-terminal:before {
  content: "\f120";
}
.mgz-fa-text-height:before {
  content: "\f034";
}
.mgz-fa-text-width:before {
  content: "\f035";
}
.mgz-fa-th:before {
  content: "\f00a";
}
.mgz-fa-th-large:before {
  content: "\f009";
}
.mgz-fa-th-list:before {
  content: "\f00b";
}
.mgz-fa-the-red-yeti:before {
  content: "\f69d";
}
.mgz-fa-theater-masks:before {
  content: "\f630";
}
.mgz-fa-themeco:before {
  content: "\f5c6";
}
.mgz-fa-themeisle:before {
  content: "\f2b2";
}
.mgz-fa-thermometer:before {
  content: "\f491";
}
.mgz-fa-thermometer-empty:before {
  content: "\f2cb";
}
.mgz-fa-thermometer-full:before {
  content: "\f2c7";
}
.mgz-fa-thermometer-half:before {
  content: "\f2c9";
}
.mgz-fa-thermometer-quarter:before {
  content: "\f2ca";
}
.mgz-fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.mgz-fa-think-peaks:before {
  content: "\f731";
}
.mgz-fa-thumbs-down:before {
  content: "\f165";
}
.mgz-fa-thumbs-up:before {
  content: "\f164";
}
.mgz-fa-thumbtack:before {
  content: "\f08d";
}
.mgz-fa-ticket-alt:before {
  content: "\f3ff";
}
.mgz-fa-times:before {
  content: "\f00d";
}
.mgz-fa-times-circle:before {
  content: "\f057";
}
.mgz-fa-tint:before {
  content: "\f043";
}
.mgz-fa-tint-slash:before {
  content: "\f5c7";
}
.mgz-fa-tired:before {
  content: "\f5c8";
}
.mgz-fa-toggle-off:before {
  content: "\f204";
}
.mgz-fa-toggle-on:before {
  content: "\f205";
}
.mgz-fa-toilet:before {
  content: "\f7d8";
}
.mgz-fa-toilet-paper:before {
  content: "\f71e";
}
.mgz-fa-toolbox:before {
  content: "\f552";
}
.mgz-fa-tools:before {
  content: "\f7d9";
}
.mgz-fa-tooth:before {
  content: "\f5c9";
}
.mgz-fa-torah:before {
  content: "\f6a0";
}
.mgz-fa-torii-gate:before {
  content: "\f6a1";
}
.mgz-fa-tractor:before {
  content: "\f722";
}
.mgz-fa-trade-federation:before {
  content: "\f513";
}
.mgz-fa-trademark:before {
  content: "\f25c";
}
.mgz-fa-traffic-light:before {
  content: "\f637";
}
.mgz-fa-train:before {
  content: "\f238";
}
.mgz-fa-tram:before {
  content: "\f7da";
}
.mgz-fa-transgender:before {
  content: "\f224";
}
.mgz-fa-transgender-alt:before {
  content: "\f225";
}
.mgz-fa-trash:before {
  content: "\f1f8";
}
.mgz-fa-trash-alt:before {
  content: "\f2ed";
}
.mgz-fa-trash-restore:before {
  content: "\f829";
}
.mgz-fa-trash-restore-alt:before {
  content: "\f82a";
}
.mgz-fa-tree:before {
  content: "\f1bb";
}
.mgz-fa-trello:before {
  content: "\f181";
}
.mgz-fa-tripadvisor:before {
  content: "\f262";
}
.mgz-fa-trophy:before {
  content: "\f091";
}
.mgz-fa-truck:before {
  content: "\f0d1";
}
.mgz-fa-truck-loading:before {
  content: "\f4de";
}
.mgz-fa-truck-monster:before {
  content: "\f63b";
}
.mgz-fa-truck-moving:before {
  content: "\f4df";
}
.mgz-fa-truck-pickup:before {
  content: "\f63c";
}
.mgz-fa-tshirt:before {
  content: "\f553";
}
.mgz-fa-tty:before {
  content: "\f1e4";
}
.mgz-fa-tumblr:before {
  content: "\f173";
}
.mgz-fa-tumblr-square:before {
  content: "\f174";
}
.mgz-fa-tv:before {
  content: "\f26c";
}
.mgz-fa-twitch:before {
  content: "\f1e8";
}
.mgz-fa-twitter:before {
  content: "\f099";
}
.mgz-fa-twitter-square:before {
  content: "\f081";
}
.mgz-fa-typo3:before {
  content: "\f42b";
}
.mgz-fa-uber:before {
  content: "\f402";
}
.mgz-fa-ubuntu:before {
  content: "\f7df";
}
.mgz-fa-uikit:before {
  content: "\f403";
}
.mgz-fa-umbrella:before {
  content: "\f0e9";
}
.mgz-fa-umbrella-beach:before {
  content: "\f5ca";
}
.mgz-fa-underline:before {
  content: "\f0cd";
}
.mgz-fa-undo:before {
  content: "\f0e2";
}
.mgz-fa-undo-alt:before {
  content: "\f2ea";
}
.mgz-fa-uniregistry:before {
  content: "\f404";
}
.mgz-fa-universal-access:before {
  content: "\f29a";
}
.mgz-fa-university:before {
  content: "\f19c";
}
.mgz-fa-unlink:before {
  content: "\f127";
}
.mgz-fa-unlock:before {
  content: "\f09c";
}
.mgz-fa-unlock-alt:before {
  content: "\f13e";
}
.mgz-fa-untappd:before {
  content: "\f405";
}
.mgz-fa-upload:before {
  content: "\f093";
}
.mgz-fa-ups:before {
  content: "\f7e0";
}
.mgz-fa-usb:before {
  content: "\f287";
}
.mgz-fa-user:before {
  content: "\f007";
}
.mgz-fa-user-alt:before {
  content: "\f406";
}
.mgz-fa-user-alt-slash:before {
  content: "\f4fa";
}
.mgz-fa-user-astronaut:before {
  content: "\f4fb";
}
.mgz-fa-user-check:before {
  content: "\f4fc";
}
.mgz-fa-user-circle:before {
  content: "\f2bd";
}
.mgz-fa-user-clock:before {
  content: "\f4fd";
}
.mgz-fa-user-cog:before {
  content: "\f4fe";
}
.mgz-fa-user-edit:before {
  content: "\f4ff";
}
.mgz-fa-user-friends:before {
  content: "\f500";
}
.mgz-fa-user-graduate:before {
  content: "\f501";
}
.mgz-fa-user-injured:before {
  content: "\f728";
}
.mgz-fa-user-lock:before {
  content: "\f502";
}
.mgz-fa-user-md:before {
  content: "\f0f0";
}
.mgz-fa-user-minus:before {
  content: "\f503";
}
.mgz-fa-user-ninja:before {
  content: "\f504";
}
.mgz-fa-user-nurse:before {
  content: "\f82f";
}
.mgz-fa-user-plus:before {
  content: "\f234";
}
.mgz-fa-user-secret:before {
  content: "\f21b";
}
.mgz-fa-user-shield:before {
  content: "\f505";
}
.mgz-fa-user-slash:before {
  content: "\f506";
}
.mgz-fa-user-tag:before {
  content: "\f507";
}
.mgz-fa-user-tie:before {
  content: "\f508";
}
.mgz-fa-user-times:before {
  content: "\f235";
}
.mgz-fa-users:before {
  content: "\f0c0";
}
.mgz-fa-users-cog:before {
  content: "\f509";
}
.mgz-fa-usps:before {
  content: "\f7e1";
}
.mgz-fa-ussunnah:before {
  content: "\f407";
}
.mgz-fa-utensil-spoon:before {
  content: "\f2e5";
}
.mgz-fa-utensils:before {
  content: "\f2e7";
}
.mgz-fa-vaadin:before {
  content: "\f408";
}
.mgz-fa-vector-square:before {
  content: "\f5cb";
}
.mgz-fa-venus:before {
  content: "\f221";
}
.mgz-fa-venus-double:before {
  content: "\f226";
}
.mgz-fa-venus-mars:before {
  content: "\f228";
}
.mgz-fa-viacoin:before {
  content: "\f237";
}
.mgz-fa-viadeo:before {
  content: "\f2a9";
}
.mgz-fa-viadeo-square:before {
  content: "\f2aa";
}
.mgz-fa-vial:before {
  content: "\f492";
}
.mgz-fa-vials:before {
  content: "\f493";
}
.mgz-fa-viber:before {
  content: "\f409";
}
.mgz-fa-video:before {
  content: "\f03d";
}
.mgz-fa-video-slash:before {
  content: "\f4e2";
}
.mgz-fa-vihara:before {
  content: "\f6a7";
}
.mgz-fa-vimeo:before {
  content: "\f40a";
}
.mgz-fa-vimeo-square:before {
  content: "\f194";
}
.mgz-fa-vimeo-v:before {
  content: "\f27d";
}
.mgz-fa-vine:before {
  content: "\f1ca";
}
.mgz-fa-vk:before {
  content: "\f189";
}
.mgz-fa-vnv:before {
  content: "\f40b";
}
.mgz-fa-volleyball-ball:before {
  content: "\f45f";
}
.mgz-fa-volume-down:before {
  content: "\f027";
}
.mgz-fa-volume-mute:before {
  content: "\f6a9";
}
.mgz-fa-volume-off:before {
  content: "\f026";
}
.mgz-fa-volume-up:before {
  content: "\f028";
}
.mgz-fa-vote-yea:before {
  content: "\f772";
}
.mgz-fa-vr-cardboard:before {
  content: "\f729";
}
.mgz-fa-vuejs:before {
  content: "\f41f";
}
.mgz-fa-walking:before {
  content: "\f554";
}
.mgz-fa-wallet:before {
  content: "\f555";
}
.mgz-fa-warehouse:before {
  content: "\f494";
}
.mgz-fa-water:before {
  content: "\f773";
}
.mgz-fa-wave-square:before {
  content: "\f83e";
}
.mgz-fa-waze:before {
  content: "\f83f";
}
.mgz-fa-weebly:before {
  content: "\f5cc";
}
.mgz-fa-weibo:before {
  content: "\f18a";
}
.mgz-fa-weight:before {
  content: "\f496";
}
.mgz-fa-weight-hanging:before {
  content: "\f5cd";
}
.mgz-fa-weixin:before {
  content: "\f1d7";
}
.mgz-fa-whatsapp:before {
  content: "\f232";
}
.mgz-fa-whatsapp-square:before {
  content: "\f40c";
}
.mgz-fa-wheelchair:before {
  content: "\f193";
}
.mgz-fa-whmcs:before {
  content: "\f40d";
}
.mgz-fa-wifi:before {
  content: "\f1eb";
}
.mgz-fa-wikipedia-w:before {
  content: "\f266";
}
.mgz-fa-wind:before {
  content: "\f72e";
}
.mgz-fa-window-close:before {
  content: "\f410";
}
.mgz-fa-window-maximize:before {
  content: "\f2d0";
}
.mgz-fa-window-minimize:before {
  content: "\f2d1";
}
.mgz-fa-window-restore:before {
  content: "\f2d2";
}
.mgz-fa-windows:before {
  content: "\f17a";
}
.mgz-fa-wine-bottle:before {
  content: "\f72f";
}
.mgz-fa-wine-glass:before {
  content: "\f4e3";
}
.mgz-fa-wine-glass-alt:before {
  content: "\f5ce";
}
.mgz-fa-wix:before {
  content: "\f5cf";
}
.mgz-fa-wizards-of-the-coast:before {
  content: "\f730";
}
.mgz-fa-wolf-pack-battalion:before {
  content: "\f514";
}
.mgz-fa-won-sign:before {
  content: "\f159";
}
.mgz-fa-wordpress:before {
  content: "\f19a";
}
.mgz-fa-wordpress-simple:before {
  content: "\f411";
}
.mgz-fa-wpbeginner:before {
  content: "\f297";
}
.mgz-fa-wpexplorer:before {
  content: "\f2de";
}
.mgz-fa-wpforms:before {
  content: "\f298";
}
.mgz-fa-wpressr:before {
  content: "\f3e4";
}
.mgz-fa-wrench:before {
  content: "\f0ad";
}
.mgz-fa-x-ray:before {
  content: "\f497";
}
.mgz-fa-xbox:before {
  content: "\f412";
}
.mgz-fa-xing:before {
  content: "\f168";
}
.mgz-fa-xing-square:before {
  content: "\f169";
}
.mgz-fa-y-combinator:before {
  content: "\f23b";
}
.mgz-fa-yahoo:before {
  content: "\f19e";
}
.mgz-fa-yammer:before {
  content: "\f840";
}
.mgz-fa-yandex:before {
  content: "\f413";
}
.mgz-fa-yandex-international:before {
  content: "\f414";
}
.mgz-fa-yarn:before {
  content: "\f7e3";
}
.mgz-fa-yelp:before {
  content: "\f1e9";
}
.mgz-fa-yen-sign:before {
  content: "\f157";
}
.mgz-fa-yin-yang:before {
  content: "\f6ad";
}
.mgz-fa-yoast:before {
  content: "\f2b1";
}
.mgz-fa-youtube:before {
  content: "\f167";
}
.mgz-fa-youtube-square:before {
  content: "\f431";
}
.mgz-fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-solid-900.eot');
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-solid-900.woff2') format('woff2'), url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-solid-900.woff') format('woff'), url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-solid-900.ttf') format('truetype'), url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-regular-400.eot');
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-regular-400.woff2') format('woff2'), url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-regular-400.woff') format('woff'), url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-regular-400.ttf') format('truetype'), url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-brands-400.eot');
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-brands-400.woff2') format('woff2'), url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-brands-400.woff') format('woff'), url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-brands-400.ttf') format('truetype'), url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Magezon-Icons';
  src:  url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/css/fonts/mgz_icons.eot?lbpphw#iefix') format('embedded-opentype'),
  url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/fonts/mgz_icons.ttf?lbpphw') format('truetype'),
  url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/fonts/mgz_icons.woff?lbpphw') format('woff'),
  url('../../frontend/Smartwave/portortl_child/ar_SA/Magezon_Core/fonts/mgz_icons.svg?lbpphw#mgz_icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.mgz-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mgz-icon:before {
    font-family: inherit;
}

.mgz-icon-search:before {
  content: "\e8b6";
}
.mgz-icon-close:before {
  content: "\e62f";
}
.mgz-icon-add:before {
  content: "\e90d";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-dragndrop:before {
  content: "\e913";
}
.mgz-icon-edit:before {
  content: "\e91d";
}
.mgz-icon-delete:before {
  content: "\e912";
}
.mgz-icon-clone:before {
  content: "\e911";
}
.mgz-icon-arrow_drop_right:before {
  content: "\e916";
}
.mgz-icon-arrow_drop_down:before {
  content: "\e5c5";
}
.mgz-icon-arrow_drop_up:before {
  content: "\e5c7";
}
.mgz-icon-1-1:before {
  content: "\e900";
}
.mgz-icon-1-2_1-2:before {
  content: "\e901";
}
.mgz-icon-1-3_1-3_1-3:before {
  content: "\e902";
}
.mgz-icon-1-4_1-2_1-4:before {
  content: "\e904";
}
.mgz-icon-1-4_1-4_1-4_1-4:before {
  content: "\e905";
}
.mgz-icon-1-4_3-4:before {
  content: "\e906";
}
.mgz-icon-1-6_1-6_1-6_1-2:before {
  content: "\e907";
}
.mgz-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
  content: "\e908";
}
.mgz-icon-l_15_15_15_15_15:before {
  content: "\e909";
}
.mgz-icon-1-6_2-3_1-6:before {
  content: "\e90a";
}
.mgz-icon-2-3_1-3:before {
  content: "\e90b";
}
.mgz-icon-5-6_1-6:before {
  content: "\e90c";
}
.mgz-icon-1-6_4-6_1-6:before {
  content: "\e90e";
}
.mgz-icon-row:before {
  content: "\e91e";
}
.mgz-icon-fullscreen:before {
  content: "\e915";
}
.mgz-icon-fullscreen_exit:before {
  content: "\e914";
}
.mgz-icon-check-mage:before {
  content: "\e62d";
}
.mgz-icon-plus:before {
  content: "\e61c";
}
.mgz-icon-minus:before {
  content: "\e60f";
}
.mgz-icon-remove:before {
  content: "\e604";
}
.mgz-icon-up:before {
  content: "\e621";
}
.mgz-icon-down:before {
  content: "\e622";
}
.mgz-icon-product:before {
  content: "\e608";
}
.mgz-icon-tabs:before {
  content: "\e879";
}
.mgz-icon-divider:before {
  content: "\e822";
  font-weight: bold;
}
.mgz-icon-spacer:before {
  content: "\e877";
  font-weight: bold;
}
.mgz-settings-icon:before{
  content: "\e910";
}
.mgz-icon-play:before {
  content: "\e939";
}
.mgz-icon-cms:before {
  content: "\e602";
}
.mgz-icon-testimonial:before {
  content: "\e920";
}
.mgz-icon-social-icons:before {
  content: "\e876";
}
.mgz-icon-pricing-table:before {
  content: "\e859";
}
.mgz-icon-accordion:before {
  content: "\e806";
}
.mgz-icon-number-counter:before {
  content: "\e921";
}
.mgz-icon-favorite:before {
  content: "\e895";
}
.mgz-icon-toggle:before {
  content: "\e887";
}
.mgz-icon-slideshow:before {
  content: "\e875";
}
.mgz-icon-icon-list:before {
  content: "\e893";
}
.mgz-icon-flip-box:before {
  content: "\e903";
}
.mgz-icon-code:before {
  content: "\e894";
}
.mgz-icon-countdown:before {
  content: "\e818";
}
.mgz-icon-magezon-pagebuilder:before {
  content: "\e922";
}
.mgz-icon-checkbox:before {
  content: "\e816";
}
.mgz-icon-number-field:before {
  content: "\e846";
}
.mgz-icon-menu-toggle:before {
  content: "\e943";
}
.mgz-icon-button:before {
  content: "\e812";
}
.mgz-icon-text-field:before {
  content: "\e882";
}
.mgz-icon-delete2:before {
  content: "\e630";
}
.mgz-icon-check:before {
  content: "\e5ca";
}
.mgz-icon-tablet-landscape:before {
  content: "\1f4bb";
}
.mgz-icon-mobile-portrait:before {
  content: "\1f4f1";
}
.mgz-icon-mobile-landscape:before {
  content: "\1f4f2";
}
.mgz-icon-desktop:before {
  content: "\1f4fa";
}
.mgz-icon-tablet-portrait:before {
  content: "\1f5b3";
}
.mgz-icon-arrow_downward:before {
  content: "\e5dc";
}
.mgz-icon-stores:before {
  content: "\e60e";
}
.mgz-icon-sales:before {
  content: "\e60b";
}
.mgz-icon-layers:before {
  content: "\1f5d7";
}
.mgz-icon-column:before {
  content: "\23f8";
}
.mgz-icon-minimize:before {
  content: "\e91c";
}[class*='mgz-col-'] {
  width: 100%;
  float: left;
}
.mgz-col-xs-1, .mgz-col-sm-1, .mgz-col-md-1, .mgz-col-lg-1, .mgz-col-xs-2, .mgz-col-sm-2, .mgz-col-md-2, .mgz-col-lg-2, .mgz-col-xs-3, .mgz-col-sm-3, .mgz-col-md-3, .mgz-col-lg-3, .mgz-col-xs-4, .mgz-col-sm-4, .mgz-col-md-4, .mgz-col-lg-4, .mgz-col-xs-5, .mgz-col-sm-5, .mgz-col-md-5, .mgz-col-lg-5, .mgz-col-xs-6, .mgz-col-sm-6, .mgz-col-md-6, .mgz-col-lg-6, .mgz-col-xs-7, .mgz-col-sm-7, .mgz-col-md-7, .mgz-col-lg-7, .mgz-col-xs-8, .mgz-col-sm-8, .mgz-col-md-8, .mgz-col-lg-8, .mgz-col-xs-9, .mgz-col-sm-9, .mgz-col-md-9, .mgz-col-lg-9, .mgz-col-xs-10, .mgz-col-sm-10, .mgz-col-md-10, .mgz-col-lg-10, .mgz-col-xs-11, .mgz-col-sm-11, .mgz-col-md-11, .mgz-col-lg-11, .mgz-col-xs-12, .mgz-col-sm-12, .mgz-col-md-12, .mgz-col-lg-12, .mgz-col-xs-15, .mgz-col-sm-15, .mgz-col-md-15, .mgz-col-lg-15, .mgz-col-xs-25, .mgz-col-sm-25, .mgz-col-md-25, .mgz-col-lg-25, .mgz-col-xs-35, .mgz-col-sm-35, .mgz-col-md-35, .mgz-col-lg-35, .mgz-col-xs-45, .mgz-col-sm-45, .mgz-col-md-45, .mgz-col-lg-45 {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mgz-col-xs-1, .mgz-col-xs-2, .mgz-col-xs-3, .mgz-col-xs-4, .mgz-col-xs-5, .mgz-col-xs-6, .mgz-col-xs-7, .mgz-col-xs-8, .mgz-col-xs-9, .mgz-col-xs-10, .mgz-col-xs-11, .mgz-col-xs-12, .mgz-col-xs-15, .mgz-col-xs-25, .mgz-col-xs-35, .mgz-col-xs-45 {
  float: left;
}
.mgz-col-xs-12 {
  width: 100%;
}
.mgz-col-xs-11 {
  width: 91.66666667%;
}
.mgz-col-xs-10 {
  width: 83.33333333%;
}
.mgz-col-xs-9 {
  width: 75%;
}
.mgz-col-xs-8 {
  width: 66.66666667%;
}
.mgz-col-xs-7 {
  width: 58.33333333%;
}
.mgz-col-xs-6 {
  width: 50%;
}
.mgz-col-xs-5 {
  width: 41.66666667%;
}
.mgz-col-xs-4 {
  width: 33.33333333%;
}
.mgz-col-xs-3 {
  width: 25%;
}
.mgz-col-xs-15 {
  width: 20%;
}
.mgz-col-xs-25 {
  width: 40%;
}
.mgz-col-xs-35 {
  width: 60%;
}
.mgz-col-xs-45 {
  width: 80%;
}
.mgz-col-xs-2 {
  width: 16.66666667%;
}
.mgz-col-xs-1 {
  width: 8.33333333%;
}
.mgz-col-xs-pull-12 {
  right: 100%;
}
.mgz-col-xs-pull-11 {
  right: 91.66666667%;
}
.mgz-col-xs-pull-10 {
  right: 83.33333333%;
}
.mgz-col-xs-pull-9 {
  right: 75%;
}
.mgz-col-xs-pull-8 {
  right: 66.66666667%;
}
.mgz-col-xs-pull-7 {
  right: 58.33333333%;
}
.mgz-col-xs-pull-6 {
  right: 50%;
}
.mgz-col-xs-pull-5 {
  right: 41.66666667%;
}
.mgz-col-xs-pull-4 {
  right: 33.33333333%;
}
.mgz-col-xs-pull-3 {
  right: 25%;
}
.mgz-col-xs-pull-15 {
  right: 20%;
}
.mgz-col-xs-pull-25 {
  right: 40%;
}
.mgz-col-xs-pull-35 {
  right: 60%;
}
.mgz-col-xs-pull-45 {
  right: 80%;
}
.mgz-col-xs-pull-2 {
  right: 16.66666667%;
}
.mgz-col-xs-pull-1 {
  right: 8.33333333%;
}
.mgz-col-xs-pull-0 {
  right: auto;
}
.mgz-col-xs-push-12 {
  left: 100%;
}
.mgz-col-xs-push-11 {
  left: 91.66666667%;
}
.mgz-col-xs-push-10 {
  left: 83.33333333%;
}
.mgz-col-xs-push-9 {
  left: 75%;
}
.mgz-col-xs-push-8 {
  left: 66.66666667%;
}
.mgz-col-xs-push-7 {
  left: 58.33333333%;
}
.mgz-col-xs-push-6 {
  left: 50%;
}
.mgz-col-xs-push-5 {
  left: 41.66666667%;
}
.mgz-col-xs-push-4 {
  left: 33.33333333%;
}
.mgz-col-xs-push-3 {
  left: 25%;
}
.mgz-col-xs-push-15 {
  left: 20%;
}
.mgz-col-xs-push-25 {
  left: 40%;
}
.mgz-col-xs-push-35 {
  left: 60%;
}
.mgz-col-xs-push-45 {
  left: 80%;
}
.mgz-col-xs-push-2 {
  left: 16.66666667%;
}
.mgz-col-xs-push-1 {
  left: 8.33333333%;
}
.mgz-col-xs-push-0 {
  left: auto;
}
.mgz-col-xs-offset-12 {
  margin-left: 100%;
}
.mgz-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.mgz-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.mgz-col-xs-offset-9 {
  margin-left: 75%;
}
.mgz-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.mgz-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.mgz-col-xs-offset-6 {
  margin-left: 50%;
}
.mgz-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.mgz-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.mgz-col-xs-offset-3 {
  margin-left: 25%;
}
.mgz-col-xs-offset-15 {
  margin-left: 20%;
}
.mgz-col-xs-offset-25 {
  margin-left: 40%;
}
.mgz-col-xs-offset-35 {
  margin-left: 60%;
}
.mgz-col-xs-offset-45 {
  margin-left: 80%;
}
.mgz-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.mgz-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.mgz-col-xs-offset-0 {
  margin-left: 0%;
}

.mgz-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.mgz-row:before,
.mgz-row:after {
  content: " ";
  display: table;
}
.mgz-row:after {
  clear: both;
}

.mgz-text-left {
  text-align: left
}

.mgz-text-right {
  text-align: right
}

.mgz-text-center {
  text-align: center
}

.mgz-text-justify {
  text-align: justify
}

.f-right {
  float: right;
  width: auto;
}

.f-left {
  float: left;
  width: auto;
}

.f-none {
  float: none;
  width: auto;
}
@media (min-width: 576px) {
  .mgz-col-sm-1, .mgz-col-sm-2, .mgz-col-sm-3, .mgz-col-sm-4, .mgz-col-sm-5, .mgz-col-sm-6, .mgz-col-sm-7, .mgz-col-sm-8, .mgz-col-sm-9, .mgz-col-sm-10, .mgz-col-sm-11, .mgz-col-sm-12, .mgz-col-sm-15, .mgz-col-sm-25, .mgz-col-sm-35, .mgz-col-sm-45 {
    float: left;
  }
  .mgz-col-sm-12 {
    width: 100%;
  }
  .mgz-col-sm-11 {
    width: 91.66666667%;
  }
  .mgz-col-sm-10 {
    width: 83.33333333%;
  }
  .mgz-col-sm-9 {
    width: 75%;
  }
  .mgz-col-sm-8 {
    width: 66.66666667%;
  }
  .mgz-col-sm-7 {
    width: 58.33333333%;
  }
  .mgz-col-sm-6 {
    width: 50%;
  }
  .mgz-col-sm-5 {
    width: 41.66666667%;
  }
  .mgz-col-sm-4 {
    width: 33.33333333%;
  }
  .mgz-col-sm-3 {
    width: 25%;
  }
  .mgz-col-sm-15 {
    width: 20%;
  }
  .mgz-col-sm-25 {
    width: 40%;
  }
  .mgz-col-sm-35 {
    width: 60%;
  }
  .mgz-col-sm-45 {
    width: 80%;
  }
  .mgz-col-sm-2 {
    width: 16.66666667%;
  }
  .mgz-col-sm-1 {
    width: 8.33333333%;
  }
  .mgz-col-sm-pull-12 {
    right: 100%;
  }
  .mgz-col-sm-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-sm-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-sm-pull-9 {
    right: 75%;
  }
  .mgz-col-sm-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-sm-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-sm-pull-6 {
    right: 50%;
  }
  .mgz-col-sm-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-sm-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-sm-pull-3 {
    right: 25%;
  }
  .mgz-col-sm-pull-15 {
    right: 20%;
  }
  .mgz-col-sm-pull-25 {
    right: 40%;
  }
  .mgz-col-sm-pull-35 {
    right: 60%;
  }
  .mgz-col-sm-pull-45 {
    right: 80%;
  }
  .mgz-col-sm-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-sm-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-sm-pull-0 {
    right: auto;
  }
  .mgz-col-sm-push-12 {
    left: 100%;
  }
  .mgz-col-sm-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-sm-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-sm-push-9 {
    left: 75%;
  }
  .mgz-col-sm-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-sm-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-sm-push-6 {
    left: 50%;
  }
  .mgz-col-sm-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-sm-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-sm-push-3 {
    left: 25%;
  }
  .mgz-col-sm-push-15 {
    left: 20%;
  }
  .mgz-col-sm-push-25 {
    left: 40%;
  }
  .mgz-col-sm-push-35 {
    left: 60%;
  }
  .mgz-col-sm-push-45 {
    left: 80%;
  }
  .mgz-col-sm-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-sm-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-sm-push-0 {
    left: auto;
  }
  .mgz-col-sm-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-sm-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-sm-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-sm-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-sm-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-sm-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-sm-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-sm-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .mgz-col-md-1, .mgz-col-md-2, .mgz-col-md-3, .mgz-col-md-4, .mgz-col-md-5, .mgz-col-md-6, .mgz-col-md-7, .mgz-col-md-8, .mgz-col-md-9, .mgz-col-md-10, .mgz-col-md-11, .mgz-col-md-12, .mgz-col-md-15, .mgz-col-md-25, .mgz-col-md-35, .mgz-col-md-45 {
    float: left;
  }
  .mgz-col-md-12 {
    width: 100%;
  }
  .mgz-col-md-11 {
    width: 91.66666667%;
  }
  .mgz-col-md-10 {
    width: 83.33333333%;
  }
  .mgz-col-md-9 {
    width: 75%;
  }
  .mgz-col-md-8 {
    width: 66.66666667%;
  }
  .mgz-col-md-7 {
    width: 58.33333333%;
  }
  .mgz-col-md-6 {
    width: 50%;
  }
  .mgz-col-md-5 {
    width: 41.66666667%;
  }
  .mgz-col-md-4 {
    width: 33.33333333%;
  }
  .mgz-col-md-3 {
    width: 25%;
  }
  .mgz-col-md-15 {
    width: 20%;
  }
  .mgz-col-md-25 {
    width: 40%;
  }
  .mgz-col-md-35 {
    width: 60%;
  }
  .mgz-col-md-45 {
    width: 80%;
  }
  .mgz-col-md-2 {
    width: 16.66666667%;
  }
  .mgz-col-md-1 {
    width: 8.33333333%;
  }
  .mgz-col-md-pull-12 {
    right: 100%;
  }
  .mgz-col-md-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-md-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-md-pull-9 {
    right: 75%;
  }
  .mgz-col-md-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-md-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-md-pull-6 {
    right: 50%;
  }
  .mgz-col-md-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-md-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-md-pull-3 {
    right: 25%;
  }
  .mgz-col-md-pull-15 {
    right: 20%;
  }
  .mgz-col-md-pull-25 {
    right: 40%;
  }
  .mgz-col-md-pull-35 {
    right: 60%;
  }
  .mgz-col-md-pull-45 {
    right: 80%;
  }
  .mgz-col-md-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-md-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-md-pull-0 {
    right: auto;
  }
  .mgz-col-md-push-12 {
    left: 100%;
  }
  .mgz-col-md-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-md-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-md-push-9 {
    left: 75%;
  }
  .mgz-col-md-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-md-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-md-push-6 {
    left: 50%;
  }
  .mgz-col-md-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-md-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-md-push-3 {
    left: 25%;
  }
  .mgz-col-md-push-15 {
    left: 20%;
  }
  .mgz-col-md-push-25 {
    left: 40%;
  }
  .mgz-col-md-push-35 {
    left: 60%;
  }
  .mgz-col-md-push-45 {
    left: 80%;
  }
  .mgz-col-md-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-md-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-md-push-0 {
    left: auto;
  }
  .mgz-col-md-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-md-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-md-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-md-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-md-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-md-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-md-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-md-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .mgz-col-lg-1, .mgz-col-lg-2, .mgz-col-lg-3, .mgz-col-lg-4, .mgz-col-lg-5, .mgz-col-lg-6, .mgz-col-lg-7, .mgz-col-lg-8, .mgz-col-lg-9, .mgz-col-lg-10, .mgz-col-lg-11, .mgz-col-lg-12, .mgz-col-lg-15, .mgz-col-lg-25, .mgz-col-lg-35, .mgz-col-lg-45 {
    float: left;
  }
  .mgz-col-lg-12 {
    width: 100%;
  }
  .mgz-col-lg-11 {
    width: 91.66666667%;
  }
  .mgz-col-lg-10 {
    width: 83.33333333%;
  }
  .mgz-col-lg-9 {
    width: 75%;
  }
  .mgz-col-lg-8 {
    width: 66.66666667%;
  }
  .mgz-col-lg-7 {
    width: 58.33333333%;
  }
  .mgz-col-lg-6 {
    width: 50%;
  }
  .mgz-col-lg-5 {
    width: 41.66666667%;
  }
  .mgz-col-lg-4 {
    width: 33.33333333%;
  }
  .mgz-col-lg-3 {
    width: 25%;
  }
  .mgz-col-lg-15 {
    width: 20%;
  }
  .mgz-col-lg-25 {
    width: 40%;
  }
  .mgz-col-lg-35 {
    width: 60%;
  }
  .mgz-col-lg-45 {
    width: 80%;
  }
  .mgz-col-lg-2 {
    width: 16.66666667%;
  }
  .mgz-col-lg-1 {
    width: 8.33333333%;
  }
  .mgz-col-lg-pull-12 {
    right: 100%;
  }
  .mgz-col-lg-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-lg-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-lg-pull-9 {
    right: 75%;
  }
  .mgz-col-lg-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-lg-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-lg-pull-6 {
    right: 50%;
  }
  .mgz-col-lg-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-lg-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-lg-pull-3 {
    right: 25%;
  }
  .mgz-col-lg-pull-15 {
    right: 20%;
  }
  .mgz-col-lg-pull-25 {
    right: 40%;
  }
  .mgz-col-lg-pull-35 {
    right: 60%;
  }
  .mgz-col-lg-pull-45 {
    right: 80%;
  }
  .mgz-col-lg-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-lg-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-lg-pull-0 {
    right: auto;
  }
  .mgz-col-lg-push-12 {
    left: 100%;
  }
  .mgz-col-lg-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-lg-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-lg-push-9 {
    left: 75%;
  }
  .mgz-col-lg-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-lg-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-lg-push-6 {
    left: 50%;
  }
  .mgz-col-lg-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-lg-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-lg-push-3 {
    left: 25%;
  }
  .mgz-col-lg-push-15 {
    left: 20%;
  }
  .mgz-col-lg-push-25 {
    left: 40%;
  }
  .mgz-col-lg-push-35 {
    left: 60%;
  }
  .mgz-col-lg-push-45 {
    left: 80%;
  }
  .mgz-col-lg-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-lg-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-lg-push-0 {
    left: auto;
  }
  .mgz-col-lg-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-lg-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-lg-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-lg-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-lg-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-lg-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-lg-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-lg-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .mgz-col-xl-1, .mgz-col-xl-2, .mgz-col-xl-3, .mgz-col-xl-4, .mgz-col-xl-5, .mgz-col-xl-6, .mgz-col-xl-7, .mgz-col-xl-8, .mgz-col-xl-9, .mgz-col-xl-10, .mgz-col-xl-11, .mgz-col-xl-12, .mgz-col-xl-15, .mgz-col-xl-25, .mgz-col-xl-35, .mgz-col-xl-45 {
    float: left;
  }
  .mgz-col-xl-12 {
    width: 100%;
  }
  .mgz-col-xl-11 {
    width: 91.66666667%;
  }
  .mgz-col-xl-10 {
    width: 83.33333333%;
  }
  .mgz-col-xl-9 {
    width: 75%;
  }
  .mgz-col-xl-8 {
    width: 66.66666667%;
  }
  .mgz-col-xl-7 {
    width: 58.33333333%;
  }
  .mgz-col-xl-6 {
    width: 50%;
  }
  .mgz-col-xl-5 {
    width: 41.66666667%;
  }
  .mgz-col-xl-4 {
    width: 33.33333333%;
  }
  .mgz-col-xl-3 {
    width: 25%;
  }
  .mgz-col-xl-15 {
    width: 20%;
  }
  .mgz-col-xl-25 {
    width: 40%;
  }
  .mgz-col-xl-35 {
    width: 60%;
  }
  .mgz-col-xl-45 {
    width: 80%;
  }
  .mgz-col-xl-2 {
    width: 16.66666667%;
  }
  .mgz-col-xl-1 {
    width: 8.33333333%;
  }
  .mgz-col-xl-pull-12 {
    right: 100%;
  }
  .mgz-col-xl-pull-11 {
    right: 91.66666667%;
  }
  .mgz-col-xl-pull-10 {
    right: 83.33333333%;
  }
  .mgz-col-xl-pull-9 {
    right: 75%;
  }
  .mgz-col-xl-pull-8 {
    right: 66.66666667%;
  }
  .mgz-col-xl-pull-7 {
    right: 58.33333333%;
  }
  .mgz-col-xl-pull-6 {
    right: 50%;
  }
  .mgz-col-xl-pull-5 {
    right: 41.66666667%;
  }
  .mgz-col-xl-pull-4 {
    right: 33.33333333%;
  }
  .mgz-col-xl-pull-3 {
    right: 25%;
  }
  .mgz-col-xl-pull-15 {
    right: 20%;
  }
  .mgz-col-xl-pull-25 {
    right: 40%;
  }
  .mgz-col-xl-pull-35 {
    right: 60%;
  }
  .mgz-col-xl-pull-45 {
    right: 80%;
  }
  .mgz-col-xl-pull-2 {
    right: 16.66666667%;
  }
  .mgz-col-xl-pull-1 {
    right: 8.33333333%;
  }
  .mgz-col-xl-pull-0 {
    right: auto;
  }
  .mgz-col-xl-push-12 {
    left: 100%;
  }
  .mgz-col-xl-push-11 {
    left: 91.66666667%;
  }
  .mgz-col-xl-push-10 {
    left: 83.33333333%;
  }
  .mgz-col-xl-push-9 {
    left: 75%;
  }
  .mgz-col-xl-push-8 {
    left: 66.66666667%;
  }
  .mgz-col-xl-push-7 {
    left: 58.33333333%;
  }
  .mgz-col-xl-push-6 {
    left: 50%;
  }
  .mgz-col-xl-push-5 {
    left: 41.66666667%;
  }
  .mgz-col-xl-push-4 {
    left: 33.33333333%;
  }
  .mgz-col-xl-push-3 {
    left: 25%;
  }
  .mgz-col-xl-push-15 {
    left: 20%;
  }
  .mgz-col-xl-push-25 {
    left: 40%;
  }
  .mgz-col-xl-push-35 {
    left: 60%;
  }
  .mgz-col-xl-push-45 {
    left: 80%;
  }
  .mgz-col-xl-push-2 {
    left: 16.66666667%;
  }
  .mgz-col-xl-push-1 {
    left: 8.33333333%;
  }
  .mgz-col-xl-push-0 {
    left: auto;
  }
  .mgz-col-xl-offset-12 {
    margin-left: 100%;
  }
  .mgz-col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .mgz-col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .mgz-col-xl-offset-9 {
    margin-left: 75%;
  }
  .mgz-col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .mgz-col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .mgz-col-xl-offset-6 {
    margin-left: 50%;
  }
  .mgz-col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .mgz-col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .mgz-col-xl-offset-3 {
    margin-left: 25%;
  }
  .mgz-col-xl-offset-15 {
    margin-left: 20%;
  }
  .mgz-col-xl-offset-25 {
    margin-left: 40%;
  }
  .mgz-col-xl-offset-35 {
    margin-left: 60%;
  }
  .mgz-col-xl-offset-45 {
    margin-left: 80%;
  }
  .mgz-col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .mgz-col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .mgz-col-xl-offset-0 {
    margin-left: 0%;
  }
}
@media (max-width: 575px) {
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-15 > div:nth-child(5n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-6> div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-15 > div,
  .mgz-grid-col-xs-2 > div {
    float: left;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-15 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-hidden-xs {
    display: none !important;
  }
  .xs_left {
    text-align: left;
  }
  .xs_center {
    text-align: center;
  }
  .xs_right {
    text-align: right;
  }
  .xs_f-right {
    float: right;
  }
  .xs_f-left {
    float: left;
  }
  .xs_f-none {
    float: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mgz-grid-col-xs-12 > div:nth-child(12n+1),
  .mgz-grid-col-xs-6 > div:nth-child(6n+1),
  .mgz-grid-col-xs-5 > div:nth-child(5n+1),
  .mgz-grid-col-xs-4 > div:nth-child(4n+1),
  .mgz-grid-col-xs-3 > div:nth-child(3n+1),
  .mgz-grid-col-xs-2 > div:nth-child(2n+1),
  .mgz-grid-col-xs-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xs-12 > div,
  .mgz-grid-col-xs-6 > div,
  .mgz-grid-col-xs-5 > div,
  .mgz-grid-col-xs-4 > div,
  .mgz-grid-col-xs-3 > div,
  .mgz-grid-col-xs-2 > div,
  .mgz-grid-col-xs-1 > div {
    float: left;
  }
  .mgz-grid-col-xs-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xs-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xs-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xs-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xs-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xs-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xs-1 > div {
    width: 100%;
  }
  .mgz-hidden-sm {
    display: none !important;
  }
  .sm_left {
    text-align: left;
  }
  .sm_center {
    text-align: center;
  }
  .sm_right {
    text-align: right;
  }
  .sm_f-right {
    float: right;
  }
  .sm_f-left {
    float: left;
  }
  .sm_f-none {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mgz-grid-col-md-12 > div:nth-child(12n+1),
  .mgz-grid-col-md-6 > div:nth-child(6n+1),
  .mgz-grid-col-md-5 > div:nth-child(5n+1),
  .mgz-grid-col-md-4 > div:nth-child(4n+1),
  .mgz-grid-col-md-3 > div:nth-child(3n+1),
  .mgz-grid-col-md-2 > div:nth-child(2n+1),
  .mgz-grid-col-md-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-md-12 > div,
  .mgz-grid-col-md-6 > div,
  .mgz-grid-col-md-5 > div,
  .mgz-grid-col-md-4 > div,
  .mgz-grid-col-md-3 > div,
  .mgz-grid-col-md-2 > div,
  .mgz-grid-col-md-1 > div {
    float: left;
  }
  .mgz-grid-col-md-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-md-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-md-5 > div {
    width: 20%;
  }
  .mgz-grid-col-md-4 > div {
    width: 25%;
  }
  .mgz-grid-col-md-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-md-2 > div {
    width: 50%;
  }
  .mgz-grid-col-md-1 > div {
    width: 100%;
  }
  .mgz-hidden-md {
    display: none !important;
  }
  .md_left {
    text-align: left;
  }
  .md_center {
    text-align: center;
  }
  .md_right {
    text-align: right;
  }
  .md_f-right {
    float: right;
  }
  .md_f-left {
    float: left;
  }
  .md_f-none {
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mgz-grid-col-lg-12 > div:nth-child(12n+1),
  .mgz-grid-col-lg-6 > div:nth-child(6n+1),
  .mgz-grid-col-lg-5 > div:nth-child(5n+1),
  .mgz-grid-col-lg-4 > div:nth-child(4n+1),
  .mgz-grid-col-lg-3 > div:nth-child(3n+1),
  .mgz-grid-col-lg-2 > div:nth-child(2n+1),
  .mgz-grid-col-lg-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-lg-12 > div,
  .mgz-grid-col-lg-6 > div,
  .mgz-grid-col-lg-5 > div,
  .mgz-grid-col-lg-4 > div,
  .mgz-grid-col-lg-3 > div,
  .mgz-grid-col-lg-2 > div,
  .mgz-grid-col-lg-1 > div {
    float: left;
  }
  .mgz-grid-col-lg-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-lg-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-lg-5 > div {
    width: 20%;
  }
  .mgz-grid-col-lg-4 > div {
    width: 25%;
  }
  .mgz-grid-col-lg-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-lg-2 > div {
    width: 50%;
  }
  .mgz-grid-col-lg-1 > div {
    width: 100%;
  }
  .mgz-hidden-lg {
    display: none !important;
  }
  .lg_left {
    text-align: left;
  }
  .lg_center {
    text-align: center;
  }
  .lg_right {
    text-align: right;
  }
  .lg_f-right {
    float: right;
  }
  .lg_f-left {
    float: left;
  }
  .lg_f-none {
    float: none;
  }
}
@media (min-width: 1200px) {
  .mgz-grid-col-xl-12 > div:nth-child(12n+1),
  .mgz-grid-col-xl-6 > div:nth-child(6n+1),
  .mgz-grid-col-xl-5 > div:nth-child(5n+1),
  .mgz-grid-col-xl-4 > div:nth-child(4n+1),
  .mgz-grid-col-xl-3 > div:nth-child(3n+1),
  .mgz-grid-col-xl-2 > div:nth-child(2n+1),
  .mgz-grid-col-xl-1 > div:nth-child(1n+1) {
    clear: left;
  }
  .mgz-grid-col-xl-12 > div,
  .mgz-grid-col-xl-6 > div,
  .mgz-grid-col-xl-5 > div,
  .mgz-grid-col-xl-4 > div,
  .mgz-grid-col-xl-3 > div,
  .mgz-grid-col-xl-2 > div,
  .mgz-grid-col-xl-1 > div {
    float: left;
  }
  .mgz-grid-col-xl-12 > div {
    width: 8.33333333%;
  }
  .mgz-grid-col-xl-6 > div {
    width: 16.66666667%;
  }
  .mgz-grid-col-xl-5 > div {
    width: 20%;
  }
  .mgz-grid-col-xl-4 > div {
    width: 25%;
  }
  .mgz-grid-col-xl-3 > div {
    width: 33.33333333%;
  }
  .mgz-grid-col-xl-2 > div {
    width: 50%;
  }
  .mgz-grid-col-xl-1 > div {
    width: 100%;
  }
  .mgz-hidden-xl {
    display: none !important;
  }
  .xl_left {
    text-align: left;
  }
  .xl_center {
    text-align: center;
  }
  .xl_right {
    text-align: right;
  }
  .xl_f-right {
    float: right;
  }
  .xl_f-left {
    float: left;
  }
  .xl_f-none {
    float: none;
  }
}
.mgz-pull-right {
  float: right !important;
}
.mgz-pull-left {
  float: left !important;
}.baytonia-visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

h3.product.name.product-item-name {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h2.apptrian-subcategories-heading {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.apptrian-subcategories-category-name .apptrian-subcategories-item-title {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.page-title-wrapper .page-subtitle {
    margin: 8px 0 0;
    font-size: 1.4rem;
    line-height: 1.2;
}

.product.data.items > #additional.item.content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.additional-attributes-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.additional-attributes-list {
    display: grid !important;
    grid-template-columns: 1fr 2fr !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.additional-attributes-label {
    margin: 0 !important;
    padding: 12px 15px !important;
    box-sizing: border-box !important;
}

.additional-attributes-value {
    margin: 0 !important;
    padding: 12px 200px !important;
    text-align: right !important;
    box-sizing: border-box !important;
}

.additional-attributes-label {
    font-weight: 600 !important;
    color: #777;
}

/* Zebra striping for 2-column grid */
.additional-attributes-label:nth-child(4n-3),
.additional-attributes-value:nth-child(4n-2) {
    background-color: #f5f5f5 !important;
}

.landing-footer-title,
.landing-footer-original {
    font-weight: 600;
}

.baytonia-product-attributes-title {
    display: none;
}

@media (max-width: 767px) {

    .baytonia-product-attributes-title {
        display: block !important;
        font-size: 20px !important;
        font-weight: 100 !important;
        margin: 0 0 5px 0 !important;
        color: #272525 !important;
        border-bottom: none !important;
        text-decoration: none !important;
    }

    .additional-attributes-label:nth-child(4n-3),
    .additional-attributes-label:nth-child(4n-2) {
        background-color: #f5f5f5 !important;
    }

    .additional-attributes-label {
        padding-bottom: 5px !important;
        font-weight: 13.75 !important;
    }

    .additional-attributes-value {
        text-align:center !important;
        padding:  5px 0px 15px 0px !important;
    }
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Smartwave/portortl_child/ar_SA/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #fff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #fff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: 0.5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Smartwave/portortl_child/ar_SA/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKA%3BAAqCI%2CuBAAC%3BACOL%3BAA0BA%3BAAgDA%3BAAsOA%2CgBAOI%3BEDlWA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BACwCA%2CeAKI%3BED5CA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BAC%2BCA%2CmBAAoB%3BED9ChB%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAE5BA%3BADiPA%3BAAwDA%2CqBAMI%3BAANJ%2CqBAUI%3BAAVJ%2CqBAWI%3BAAXJ%2CqBAYI%3BAAZJ%2CqBAeI%3BAAySA%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BAA8ML%2CqBACI%2CwBAeI%3BEDnyBJ%2CWAAW%2CaAAX%3B%3BAAGJ%3BAC6GA%3BAAgTI%2C0BAAC%3BAAAD%2CmBAAC%3BAAAD%2CkBAAC%3BED5ZD%2CUAAA%3B%3BAAIA%2CuBAAC%3BEAEG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%3BACmRA%2CsBACI%3BAADJ%2CsBAEI%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BED1RJ%2C0BAAA%3B%3BAAGJ%3BACwPA%2CqBACI%3BAADJ%2CqBAEI%3BAAFJ%2CqBAGI%3BED1PA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C4BAA4B%2C6BAA5B%3B%3BAAGJ%3BACpCA%3BAAiUA%3BAA0BA%3BAACA%3BAACA%3BEDxTI%2CiBAAA%3B%3BAAGJ%3BACoRA%3BEDnRI%2CiBAAA%3B%3BAAGJ%3BEACI%2C2EAAA%3B%3BAAGJ%3BACuDA%3BAAmBA%3BEDzEI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAC4DA%3BAASA%3BAAoIA%3BEE1OI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAHgCJ%3BACiEA%3BEDhEI%2CuBAAA%3B%3BAAGJ%3BACqJA%3BAA4CA%3BAAiHA%3BEDjTI%2CsBAAA%3B%3BAAGJ%3BACoMA%3BAAgEA%3BEDnQI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BACvDA%3BAA0BA%3BAAoDA%3BAAUA%3BAASA%3BAAiOA%3BAACA%3BAACA%3BED5QI%2C6CAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAE9FA%2CqBAaI%3BAAbJ%2CqBAqBI%3BAD4VJ%2CcAWI%3BAA4BJ%3BAAgCA%3BAAsdA%3BAAmCA%3BEDj1BI%2CsBAAsB%2CcAAtB%3BEACA%2C4BAAA%3B%3BAAOJ%3BEAAA%3BEAVA%3BECsHA%3BECpNA%2CqBAaI%3BEAbJ%2CqBAqBI%3BED4VJ%2CcAWI%3BEA4BJ%3BEAgCA%3BEAsdA%3BEAmCA%3BID30BQ%2C2BAAA%3B%3B%3BAIvHR%2C0BAA0B%3BAAC1B%2CmBAAmB%3BAACnB%2CkBAAkB%3BAAClB%2CcAAc%3BAACd%2CuBAAuB%3BAACvB%2C4BAA4B%2CMAAO%3BAACnC%2C0BAA0B%2CMAAO%3BEAC7B%2CgBAAA%3B%3BAACA%2C0BARsB%2CMAQrB%3BAAAD%2CmBAPe%2CMAOd%3BAAAD%2CkBANc%2CMAMb%3BAAAD%2CcALU%2CMAKT%3BAAAD%2CuBAJmB%2CMAIlB%3BAAAD%2C4BAHwB%2CMAAO%2CiBAG9B%3BAAAD%2C0BAFsB%2CMAAO%2CeAE5B%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAIR%2C4BAA4B%2CMAExB%2CiBAAgB%3BAADpB%2C0BAA0B%2CMACtB%2CiBAAgB%3BAAFpB%2C4BAA4B%2CMAGxB%2CeAAc%3BAAFlB%2C0BAA0B%2CMAEtB%2CeAAc%3BEACV%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAPR%2C4BAA4B%2CMASxB%2CiBAAgB%2CwBAAwB%3BAAR5C%2C0BAA0B%2CMAQtB%2CiBAAgB%2CwBAAwB%3BEACpC%2CSAAA%3BEACA%2CUAAA%3B%3BAAXR%2C4BAA4B%2CMAaxB%3BAAZJ%2C0BAA0B%2CMAYtB%3BEACI%2CiBAAA%3B%3BAAIR%2CqBAAqB%2CUAAU%2CGAAG%2CMAC9B%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAFR%2CqBAAqB%2CUAAU%2CGAAG%2CMAI9B%2CiBAAgB%2CwBAAwB%3BEACpC%2CQAAA%3B%3BAAIR%2CqBAAqB%2CWAAW%2CMAC5B%2CiBAAgB%3BEACZ%2CUAAA%3B%3BAAFR%2CqBAAqB%2CWAAW%2CMAI5B%2CiBAAgB%2CwBAAwB%3BEACpC%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAF1DJ%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAVJ%2CqBAYI%3BEACI%2C0BAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CqBAGI%3BAAHJ%2CqBAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CqBAaI%3BEAEI%2C4BAAA%3BEACA%2CSAAA%3B%3BAACA%2CqBAJJ%2CoBAIK%3BEACG%2CaAAA%3B%3BAAlBZ%2CqBAqBI%3BEAEI%2CmCAAA%3BEACA%2CMAAA%3B%3BAACA%2CqBAJJ%2CmBAIK%3BEACG%2CaAAA%3B%3BAA1BZ%2CqBA6BI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAsB%2CwBAClB%3BEACI%2CaAAA%3B%3BAAFR%2CqBAAsB%2CwBAIlB%3BEACI%2CcAAA%3B%3BAD%5C%2FCR%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEI%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CcAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEAGI%2CkBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CeAAA%3B%3BAAQR%2CsBACI%3BEACI%2CqBAAA%3B%3BAAQR%3BEAGI%2CgBAAA%3B%3BAACA%2CuBAAC%3BEACG%2CUAAA%3B%3BAAIR%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAII%2CwBAAuB%3BAAJ3B%2CqBAKI%3BAALJ%2CqBAMI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAATR%2CqBAWI%3BEACI%2CUAAA%3B%3BAAZR%2CqBAcI%3BEACI%2CUAAA%3B%3BAACA%2CqBAFJ%2CqBAEK%3BEACG%2CUAAA%3B%3BAAjBZ%2CqBAoBI%2CiBAAiB%3BEACb%2CaAAA%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CiBAAkB%3BAAClB%2CgBAAiB%3BEACb%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAOJ%3BEAGI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAGI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEAMI%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CoBAOI%3BAAPJ%2CoBAQI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CsBAEI%3BEACI%2C0BAAA%3B%3BAACA%2CsBAFJ%2CsBAEK%3BEACG%2C2BAAA%3B%3BAALZ%2CsBAQI%3BEACI%2CaAAA%3B%3BAAIR%2CiBACI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CqBAAC%2CiBAAkB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAACA%2CqBAJH%2CiBAAkB%2CsBAId%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CqBAAqB%2CMAAO%3BEAExB%2CgBAAA%3B%3BAACA%2CqBAHiB%2CMAAO%2CCAGvB%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBAAqB%2CMAAO%3BEAExB%2CUAAA%3B%3BAAIR%3BEAGI%2C2BAAA%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CyBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAATJ%2CkBAUI%3BEACI%2CwBAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBALJ%2CEAKK%3BEACG%2CkCAAA%3BEACA%2CWAAA%3B%3BAAIR%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CsBAAuB%3BAACvB%2C4BAA6B%3BEACzB%2CaAAA%3B%3BAAIR%3BEAGI%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAOJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEEpSI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAlYJ%2CqBAMI%3BEAEI%2CsCAAA%3B%3BAARR%2CqBAeI%3BEAEI%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BEAEI%2CUAAA%3B%3BAAKZ%3BEAEI%2CYAAA%3B%3BAAWJ%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CeAAe%3BEACX%3BIACI%2C6BAAA%3B%3B%3BAAIR%3BAACA%3BAACA%3BEAGI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAAwB%3BEACpB%2CUAAA%3B%3BAARR%2CcAWI%3BEE5YA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA3RI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2COAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgCAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEAEI%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CaAAA%3B%3BAAYR%2CqBACI%3BEACI%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEExcI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA%5C%2FNA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAAsB%3BAACtB%2CsBAAuB%2CiBAAiB%3BEACpC%2CaAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CgBAAiB%3BAACjB%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2C4BAA4B%2C8BACxB%3BAADJ%2C4BAA4B%2C8BAExB%3BEACI%2CUAAA%3B%3BAACA%2C4BAJoB%2C8BACxB%2CeAGK%3BAAAD%2C4BAJoB%2C8BAExB%2C2BAEK%3BEACG%2CUAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CsBACI%3BAADJ%2CsBAEI%3BEACI%2CqBAAA%3B%3BAAKJ%2CqBAAC%2C4BAA4B%2C8BACzB%3BAADJ%2CqBAAC%2C4BAA4B%2C8BAEzB%3BEACI%2CaAAA%3B%3BAACA%2CqBAJP%2C4BAA4B%2C8BACzB%2CeAGK%3BAAAD%2CqBAJP%2C4BAA4B%2C8BAEzB%2C2BAEK%3BEACG%2CcAAA%3B%3BAAIZ%2CqBAAC%2CsBACG%3BAADJ%2CqBAAC%2CsBAEG%3BEACI%2CwBAAA%3B%3BAAMR%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAC%5C%2FC%2C2BAA0B%2CIAAI%3BEE7jBlC%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAI%5C%2FC%2CqBAAoB%2CIAAI%3BEEhkB5B%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAO%5C%2FC%2CqBAAoB%2CIAAI%3BEEnkB5B%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFokBA%2CqBAAC%2CsBACG%3BEExkBJ%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFokBA%2CqBAAC%2CsBAIG%3BEE3kBJ%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFokBA%2CqBAAC%2CsBAOG%3BEE9kBJ%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFilBJ%2CqBACI%2CeAAc%2CIAAI%3BAADtB%2CqBAEI%2C2BAA0B%2CIAAI%3BAAFlC%2CqBAGI%2CsBAAqB%2CIAAI%3BAAH7B%2CqBAII%2CuBAAsB%2CIAAI%3BEACtB%2CyBAAA%3BEACA%2CyDAAA%3B%3BAAMJ%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BEAEG%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BAACzB%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEACtB%2CmCAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BAACxB%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEACvB%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BEEjmBzB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFmmBI%2C6BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEEvmB1B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFymBI%2CmCAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BEE5mBxB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEF8mBI%2C6BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEElnB3B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFonBI%2CmCAAA%3BEACA%2CSAAA%3B%3BAASJ%2CqBALkB%2CiBAKjB%3BAAAD%2CqBAJkB%2CeAIjB%3BAAAD%2C2BAHwB%2CiBAGvB%3BAAAD%2C2BAFwB%2CeAEvB%3BAAAD%2CqBADkB%2CiBACjB%3BAACD%2CqBANkB%2CiBAMjB%3BAAAD%2CqBALkB%2CeAKjB%3BAAAD%2C2BAJwB%2CiBAIvB%3BAAAD%2C2BAHwB%2CeAGvB%3BAAAD%2CqBAFkB%2CiBAEjB%3BEACG%2CaAAA%3B%3BAAWR%2CmBACI%2CyBACI%3BEE3pBJ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEF0pBQ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CmBAUI%2C2BACI%3BEE7pBJ%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CsBAAf%3BEACA%2CcAAc%2CsBAAd%3BEACA%2CWAAW%2CsBAAX%3BEF4pBQ%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAATJ%2CaAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAACA%2CkBAAC%2CIAAI%3BEACD%2CsBAAA%3B%3BAATR%2CkBAWI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEEzwBJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEF2wBI%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAJA%2CgBAHkC%3BEAGlC%2CuBAVJ%3BIAQQ%2CUAAA%3B%3B%3BAAUZ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAIA%2C6BAAC%3BEACG%2CqBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAALR%2C6BAQI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3B%3BAAVR%2C6BAQI%2CsBAGI%3BEACI%2CcAAA%3BEACA%2CkCAAA%3B%3BAAKZ%2CqBACI%2CwBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CqBACI%2CwBAII%3BAALR%2CqBACI%2CwBAKI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAdZ%2CqBACI%2CwBAeI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBA5BR%2CwBAeI%2CqBAaK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4DAAA%3B%3BAAEJ%2CqBAlCR%2CwBAeI%2CqBAmBK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAArChB%2CqBACI%2CwBAuCI%3BEACI%2CUAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAMR%2C%2BBAAC%3BEACG%2CgBAAA%3B%3BAAFR%2C%2BBAKI%3BAALJ%2C%2BBAMI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAZR%2C%2BBAKI%2C4BAQI%3BAAbR%2C%2BBAMI%2C6BAOI%3BEE32BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAmMQ%2CWAAA%3B%3BAAfZ%2C%2BBAkBI%3BEACI%2COAAA%3B%3BAAnBR%2C%2BBAqBI%3BEACI%2CQAAA%3B%3BAAMR%2C6BACI%3BAADJ%2C6BAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAARR%2C6BACI%2C4BAQI%3BAATR%2C6BAEI%2C6BAOI%3BEE53BJ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEF43BQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAZZ%2C6BAeI%3BEACI%2CMAAA%3B%3BAAhBR%2C6BAkBI%3BEACI%2CSAAA%3B%3BAAIR%2C4BACI%3BAADJ%2C4BAEI%3BEACI%2C6BAAA%3B%3BAAHR%2C4BAKI%3BEACI%2CkBAAA%3B%3BAANR%2C4BAQI%2CwBAAuB%3BEACnB%2CmBAAA%3B%3BAAIR%3BEAEI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CiCAAA%3B%3BAAIR%2C4BACI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEEt4BI%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAAEJ%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAFo4BR%2CeAAe%2CIAAI%2CgCACf%3BAADJ%2CeAAe%2CIAAI%2CgCAEf%3BAAFJ%2CeAAe%2CIAAI%2CgCAGf%3BEE74BA%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CeFw4BW%2CIAAI%2CgCACf%2C2BEz4BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAEf%2CoBE14BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAGf%2CmBE34BC%3BEACG%2C0CAAA%3B%3BAAEJ%2CeFq4BW%2CIAAI%2CgCACf%2C2BEt4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAEf%2CoBEv4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAGf%2CmBEx4BC%3BEACG%2C0CAAA%3B%3BAF44BR%3BEAEI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2C2BAAX%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAOA%2CgBANkC%3BEAMlC%3BIALI%2CiCAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAEJ%2CsBAAC%3BEACG%2CUAAA%3BEACA%2CWAAW%2CwBAAX%3B%3BAAMJ%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CYAAA%3B%3BAAKR%3BEACI%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CkBAAC%3BEACG%2CcAAA%3B%3BAAIR%2CgCACI%3BAADJ%2CgCACoB%3BEACZ%2CwBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CwBAAA%3B%3BAAIR%2CuBAAwB%3BEACpB%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CyBAEpB%3BEACI%2CaAAA%22%7D */#baytonia-cart-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: white;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none; /* Prevent clicks when hidden */
}

#baytonia-cart-popup.slide-up {
    transform: translateY(0%);
    opacity: 1;
    pointer-events: auto;
}

#cart-blur-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

#cart-blur-overlay.active {
    opacity: 0.5;
    pointer-events: auto;
}

.baytonia-modal-content {
    background-color: #f7f7f7;
    margin: 0;
    padding: 10px;
    width: 100%;
    animation-name: modalopen;
    animation-duration: 0.4s;
}

.baytonia-modal-content .modal-buttons button{
    background-color: #000;
    color: #fff;
}

.modal-buttons {
    text-align: center;
    margin-top: 20px;
}

.modal-buttons button {
    margin: 5px;
    padding: 10px 20px;
    cursor: pointer;
}
a#continue-shopping-btn {
    margin: 5px;
    padding: 14px 20px;
    cursor: pointer;
    border: 1px solid #cccccc;
    color: #333333;
    font-weight:500;
    text-decoration:none;
    font-size:12px;
    border-radius: 3px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@keyframes modalopen {
    from {opacity: 0}
    to {opacity: 1}
}
.related-products-slider {
    margin-top: 0;
}

.related-product {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.baytonia-modal-content #popup-message{
    text-align: right;
}
#baytonia-cart-popup .glider.draggable {
    direction: inherit !important;
}
.baytonia-modal-content .section-title {
    text-transform: none;
    padding: 0 10px;
    text-align: end;
    font-size: 18px;
    margin: 0.5rem 0;
}
.baytonia-modal-content .products .product-item {
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
}

div#baytonia-cart-popup .offers-progressbar .offer-box {
    border: none !important;
}

html[lang="ar"] .baytonia-modal-content .section-title {
    text-align: start;
}

@media screen and  (max-width: 767px) {
    .baytonia-modal-content {
        padding: 0 ;
    }
    .baytonia-modal-content #popup-message {
        padding: 10px 10px 10px 30px;
        border-bottom: 1px solid #e7e7e7;
        line-height: unset;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        font-weight: 500;
        flex-direction: row-reverse;
        margin: 0px;
    }
    html[lang="ar"] .baytonia-modal-content #popup-message {
        flex-direction: row;
    }
    .baytonia-modal-content #popup-message:before{
        content:"";
        background-image: url("../../frontend/Smartwave/portortl_child/ar_SA/Baytonia_CartPopup/img/check.png");
        background-size: 24px;
        width: 24px;
        height: 24px;
    }
    .baytonia-modal-content #baytonia-cart-popup-close {
        margin: 0 0 0 2px;
        width: 30px;
        height: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: left;
        position: absolute;
        right: 0;
        color: #000;
        font-weight: 500;
    }
    .baytonia-modal-content .glider-contain{
        margin: 0;
        width: 100% !important;
    }
    .glider-track-flex {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
    .glider-track-flex .product-item {
        min-width: 135px !important;
        max-width: 480px !important;
    }
    a#continue-shopping-btn {
        margin: 0;
        padding: 10px 20px;
        cursor: pointer;
        border: 1px solid #cccccc;
        color: #333333;
        font-weight: 500;
        text-decoration: none;
        font-size: 12px;
        border-radius: 2px !important;
        font-size: 1em;
        width: calc(50% - 10px);
        line-height: 18px;
    }
    .baytonia-modal-content .modal-buttons button {
        font-size: 1em;
        background-color: #000;
        color: #fff;
        margin: 0;
        font-weight: normal;
        border: 0;
        border-radius: 2px !important;
        width: calc(50% - 10px);
        height: inherit;
        line-height: 18px;
        border: 1px solid #000;
    }
    .modal-buttons {
        text-align: center;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    #baytonia-cart-popup .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item {
        border-bottom: 0 !important;
    }
    #baytonia-cart-popup .amrelated-pack-item.-wide .amrelated-photo-container, .amrelated-pack-item .amrelated-photo-container {
        width: 100%;
    }
    #baytonia-cart-popup .amrelated-info .product.details.product-item-details{
        width: 100%;
    }
    #baytonia-cart-popup .amrelated-pack-wrapper .amrelated-title{
        padding: 0 10px !important;
    }
    #baytonia-cart-popup .glider-track-flex{
        overflow-x: scroll;
        gap: 10px;
        padding: 0 10px;
    }
    #baytonia-cart-popup .amrelated-pack-wrapper {
        margin-bottom: 0;
        border-top: 0;
        margin-top: -10px;
    }
    #baytonia-cart-popup .amrelated-read-more {
        display: none;
    }
    .baytonia-modal-content .amrelated-pack-wrapper .amrelated-title {
        flex-direction: row;
    }
    html[lang="ar"] .baytonia-modal-content .amrelated-pack-wrapper .amrelated-title {
        flex-direction: row;
    }

}

html[lang="ar"] #baytonia-cart-popup .glider.draggable {
    direction: rtl !important;
}
html[lang="ar"] .modal-buttons {
    direction: rtl;
}
html[lang="ar"] .baytonia-modal-content #baytonia-cart-popup-close {
    left: 0;
    right: inherit;
    z-index: 1;
}
html[lang="en"] .baytonia-modal-content #popup-message {
    padding-left: 10px;
    padding-right: 30px;
    text-align: left;
    justify-content: start;
    flex-direction: row;
}
html[lang="en"] .baytonia-modal-content .section-title {
    text-align: left;
}
html[lang="en"] #baytonia-cart-popup .amrelated-pack-wrapper .amrelated-title  {
    flex-direction: row;
}
#baytonia-cart-popup .amrelated-pack-wrapper .amrelated-title {
    pointer-events: none;
}
#baytonia-cart-popup .amrelated-pack-wrapper .amrelated-title #countdown,
#baytonia-cart-popup .amrelated-pack-wrapper .amrelated-title:after {
    display: none !important;
}
body.cart-popup-show > .loading-mask {
    z-index: 99999;
}
body.cart-popup-show .bayt-massenger {
    z-index: 9999;
}
body.cart-popup-show .success-popup {
    z-index: 10001;
}
body.cart-popup-show .modals-overlay {
    z-index: 10000;
}
#baytonia-cart-popup .amrelated-content-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #baytonia-cart-popup .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item {
        height: 200px !important;
    }

    #baytonia-cart-popup .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
        margin-bottom: 0 !important;
    }

    #baytonia-cart-popup .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item .price-box {
        margin: 10px 0 0 0 !important;
        height: 20px !important;
        text-align: center;
    }

    #baytonia-cart-popup .amrelated-pack-wrapper .products .product-item {
        margin-bottom: 0 !important;
    }

    #baytonia-cart-popup .glider-track-flex .product-item-name {
        overflow: hidden;
        margin-bottom: 0px;
    }

    #baytonia-cart-popup .glider-track-flex .amrelated-info .product-item-name {
        margin-bottom: 0;
    }

    #baytonia-cart-popup .glider-track-flex .product-item-name .product-item-link {
        font-size: 12px;
    }

    #baytonia-cart-popup .glider-track-flex .product-item-name a.amrelated-link {
        font-size: 12px;
        text-align: center;
        margin: 5px 0 0 0;
    }

    #baytonia-cart-popup .offers-progressbar .offer-box {
        padding: 10px !important;
    }

    #baytonia-cart-popup .old-price + .special-price .price-wrapper .price,
    #baytonia-cart-popup .price-final_price >.price-container .price {
        font-size: 12px !important;
    }

    #baytonia-cart-popup .product-item .tocart span {
        font-size: 12px !important;
    }

    #baytonia-cart-popup .product-item-info .product-item-details .price-box {
        margin-bottom: 0.5rem;
    }

}

#baytonia-cart-popup .amrelated-pack-wrapper .amrelated-tocart-wrapper button.action.primary {
    width: 90%;
}

#baytonia-cart-popup .amrelated-pack-wrapper .amrelated-tocart-wrapper {
    display: flex;
    justify-content: center;
}

div#baytonia-cart-popup .related-products-slider .amrelated-content-wrapper .glider-track-flex {
    justify-content: center;
    direction: rtl;
}

div#baytonia-cart-popup .related-products-slider .products.glider-contain.products-grid.grid.glider.draggable .glider-track-flex {
    width: auto !important;
}

div#baytonia-cart-popup .related-products-slider .amrelated-content-wrapper .glider-track-flex:has(.product-item:nth-child(3)) {
    justify-content: flex-start;
}

/* T48: Match LIVE — cap the gift/bundle product image to a square box and
   keep the image from stretching. On the 2.4.8 rebuild the Amasty pack image
   resolves to a 240x300 (portrait) cached size vs LIVE's 600x600 (square),
   so the photo rendered taller, ate the fixed pack-item height and pushed the
   price-box out of view. Scoping a square, object-fit:contain box to the popup
   restores LIVE's image size and frees room so the price displays again.
   Scoped strictly to #baytonia-cart-popup so the PDP/Amasty pack is untouched. */
#baytonia-cart-popup .amrelated-pack-wrapper .amrelated-photo-container {
    height: 126px !important;
    min-height: 126px;
    max-height: 126px;
    width: 126px !important;
    min-width: 126px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#baytonia-cart-popup .amrelated-pack-wrapper .amrelated-photo-container .amrelated-link {
    height: 126px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#baytonia-cart-popup .amrelated-pack-wrapper .amrelated-photo-container .amrelated-photo {
    max-width: 126px;
    max-height: 126px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Ensure the price-box stays visible below the (now smaller) image */
#baytonia-cart-popup .amrelated-pack-wrapper .amrelated-pack-item .price-box,
#baytonia-cart-popup .amrelated-pack-wrapper .amrelated-pack-item .amrelated-price-wrapper {
    display: block !important;
    visibility: visible !important;
}

/* C4 fix: keep offer/gift product images from shifting during horizontal scroll.
   The glider row is a flex scroller (overflow-x); default flex-shrink:1 makes the
   browser re-layout the mixed-width items on every scroll frame, so images jitter.
   Lock each item width (no shrink) and keep the image a solid, self-contained block. */
#baytonia-cart-popup .glider-track-flex .product-item {
    flex: 0 0 auto;
}
#baytonia-cart-popup .glider-track-flex .product-item .product-image-container,
#baytonia-cart-popup .glider-track-flex .product-item .product-image-wrapper,
#baytonia-cart-popup .glider-track-flex .product-item .product-item-photo,
#baytonia-cart-popup .glider-track-flex .product-item img {
    max-width: 100%;
    height: auto;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../frontend/Smartwave/portortl_child/ar_SA/Baytonia_CartPopup/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../frontend/Smartwave/portortl_child/ar_SA/Baytonia_CartPopup/css/fonts/slick.eot');
    src: url('../../frontend/Smartwave/portortl_child/ar_SA/Baytonia_CartPopup/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/portortl_child/ar_SA/Baytonia_CartPopup/css/fonts/slick.woff') format('woff'), url('../../frontend/Smartwave/portortl_child/ar_SA/Baytonia_CartPopup/css/fonts/slick.ttf') format('truetype'), url('../../frontend/Smartwave/portortl_child/ar_SA/Baytonia_CartPopup/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_FreeGifts
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

/* --------------------- Begin - Common --------------------- */
.mpfreegifts-add-gift-btn {
    margin-bottom: 20px;
}

#mpfreegifts-cart-btn {
    width: 71%;
    display: none;
}

.mpfreegifts-btn:hover {
    opacity: 0.9;
}

.mpfreegifts-modal, .mpfreegifts-option-modal {
    display: none;
}

.mpfreegifts-item-left {
    text-align: right;
    font-size: 1rem;
    margin: 5px 0;
    z-index: 10;
}
.mpfreegifts-modal{
    width: 100%;
}
.mpfreegifts-modal .mpfreegifts-item-left {
    background: #ffffff;
    padding: 15px 0;
    position: sticky;
    top: 0;
    text-align: center;
}

.mpfreegifts-action-remove {
    border-color: #ff5501 !important;
    background: #ff5501 !important;
    color: #fff;
}

.mpfreegifts-action-remove:hover {
    background: #e64d00 !important;
    border-color: #e64d00 !important;
}

.mpfreegifts-gift-original-price {
    text-decoration: line-through;
    font-size: 1rem;
    color: red;
}

.mpfreegifts-gift-final-price {
    font-size: 1rem;
    font-weight: 700;
}

.mpfreegifts-gift-name {
    font-size: 0.9rem;
    font-weight: 400;
}
.mpfreegifts-gift-name span{
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
min-height: 48px;
}

.mpfreegifts-gift-image {
    display: block;
    margin: auto;
    
}

.text-center {
    text-align: center;
}

.mpfreegifts-rule-grid .gift-item,
.mpfreegifts-rule-slider .gift-item {
    border-radius: 7px;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.gift-item:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transition: 0.2s ease-in-out;
}

.mpfreegifts-gift-name,.mpfreegifts-gift-action {
    margin-top: 15px;
}
.mpfreegifts-gift-action #newaddaction{
    background-color: #53c0aa !important;
    border-color: #53c0aa !important;
    text-transform: capitalize;
}
.mpfreegifts-gift-action button{
    width: 100%;
}
#modal-content-1 + footer.modal-footer{
    display: none;
}
#newaddaction{
        width: 100%;
}
#mpfreegifts-block-container {
    clear: both !important;
}

.mpfreegifts-block-header {
    margin: 5px 0;
    display: flex;
}

.mpfreegifts-block-header .mpfreegifts-item-left {
    text-align: right;
    font-size: 1.8rem;
}

.mpfreegifts-block-header .mpfreegifts-header-text {
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
}

.mpfreegifts-block-header .mpfreegifts-header-text,
.mpfreegifts-block-header .mpfreegifts-item-left {
    width: 49%;
}

.mpfreegifts-block-icon {
    color: #ffffff;
    font-size: 2rem !important;
}
.mpfreegifts-block-icon span {
    display: block;
    border-radius: 50%;
    font-weight: bolder;
    padding: 0 0.5rem;
    background-color: #d9d9d9;
}

.mpfreegifts-selected-icon span{
    background-color: #4CAF50 !important;
}

.mpfreegifts-update-btn {
    text-align: right;
}

.mpfreegifts-selected {
    border-radius: 7px;
    border: 2px solid #4CAF50 !important;
    box-sizing: border-box;
}

.mpfreegifts-rule-grid .mpfreegifts-block-icon,
.mpfreegifts-rule-slider .mpfreegifts-block-icon {
    position: absolute;
    top: -10px;
    left: 5px;
}

.mpfreegifts-gift-image-container {
    position: relative
}

.mpfreegifts-block .gift-item:hover,
.mpfreegifts-modal .gift-item:hover {
    cursor: pointer;
}

#mpfreegifts-selected-container {
    display: none;
}

#mpfreegifts-selected-header {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 600;
}

#mpfreegifts-selected-ul {
    margin-bottom: 0 !important;
}

#mpfreegifts-selected-ul li {
    font-size: 1.5rem;
}

.intro .modal-footer{display: none;}
@media only screen and (max-width: 767px) {
    #modal-content-0{
        padding: 0 7px 0 7px;
    }
    #mpfreegifts_item_cart .mpfreegifts-add-gift-btn{
        width: 100%;
        text-align: center;
    }

    .mpfreegifts-gift-name {
        font-size: 0.9rem;
        height: min-content;
    }

    #mpfreegifts-cart-btn {
        width: 100%;
    }
}

@media only screen and (min-width: 767px) {
    .mpfreegifts_modal .modal-inner-wrap {
        width: 70% !important;
    }
}

/* --------------------- End - Common --------------------- */

/* --------------------- Begin - Item Notice --------------------- */
.mpfreegifts-notice-content {
    background: #fdf0d5;
    color: #6f4400;
    padding: 0.6rem 1.5rem;
    text-shadow: none;
    margin-left: 10px;
}

.mpfreegifts-icon {
    width: 20px;
    height: 20px;
}

.mpfreegifts-image {
    padding-top: 0.5rem;
}

.mpfreegifts-notice {
    display: flex;
}
/* --------------------- End - Item Notice --------------------- */

/* --------------------- Begin - List Layout --------------------- */
.mpfreegifts-rule-list {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

.mpfreegifts-block .mpfreegifts-rule-list {
    margin-top: 10px;
}

.mpfreegifts-gift-image-col {
    width: 20% !important;
}

.mpfreegifts-gift-selected-col {
    width: 3% !important;
}

.mpfreegifts-gift-name-col {
    width: 25% !important;
}

.mpfreegifts-gift-price-col, .mpfreegifts-gift-action-col {
    width: 15% !important;
}

.mpfreegifts-rule-list .mpfreegifts-gift-image {
    width: 80px;
    height: 80px;
}

.mpfreegifts-rule-list .mpfreegifts-gift-name,
.mpfreegifts-rule-list .mpfreegifts-gift-action {
    padding-top: 35px;
}

.mpfreegifts-rule-list .mpfreegifts-gift-price {
    padding-top: 30px;
}

.mpfreegifts-rule-list .mpfreegifts-gift-name,
.mpfreegifts-rule-list .mpfreegifts-gift-price,
.mpfreegifts-rule-list .mpfreegifts-gift-action{
    margin-top: 0;
}

.mpfreegifts-rule-list .mpfreegifts-block-icon span  {
    width: 2rem;
}

@media only screen and (max-width: 767px) {
    .mpfreegifts-rule-list td.image {
        display: none !important;
    }

    .mpfreegifts-rule-list td.price {
        display: flex !important;
    }

    .mpfreegifts-rule-list td.price div {
        padding-right: 20px;
    }

    .mpfreegifts-rule-list .mpfreegifts-gift-name,
    .mpfreegifts-rule-list .mpfreegifts-gift-action,
    .mpfreegifts-rule-list .mpfreegifts-gift-price {
        padding-top: 0;
    }
}
/* --------------------- End - List Layout --------------------- */

/* --------------------- Begin - Grid Layout --------------------- */
.mpfreegifts-rule-grid {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
#popup-modal .mpfreegifts-rule-grid .row-mp.gift-row,
.mpfreegifts-modal .mpfreegifts-rule-grid .row-mp.gift-row{
        display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.mpfreegifts-rule-grid .gift-item {
    box-sizing: border-box;
    padding: 15px 0;
    /* QA #18: keep every gift card in a row the SAME height so the cards align
       on one baseline (image / name / price / button rows line up) even when a
       product name wraps to a different number of lines or a thumbnail has a
       different aspect ratio. The flex container stretches each column; making
       the card a full-height flex column pins the name/price/action rows. */
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mpfreegifts-rule-grid .gift-container {
    padding: 0px;
    /* Column stretches to the tallest card in the row (align-items:stretch on
       .gift-row) so gift-item height:100% resolves to equal-height cards. */
    display: flex;
    align-items: stretch;
}

/* UI parity #5: match live (baytonia.com) — the free-gift grid thumbnail keeps
   its natural (square, 600x600) aspect instead of a fixed box. A prior QA tweak
   forced a fixed contain box which, together with the desktop inline head CSS
   (height:245px), made staging gift images taller/letterboxed vs live. */
.mpfreegifts-rule-grid .mpfreegifts-gift-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: fill;
}

/* design/head/includes injects, for min-width:991px, height/max-width:245px
   !important on this thumbnail (present only in the current staging DB, not on
   live). Beat it with higher specificity so staging matches live now; harmless
   once that DB override is gone after go-live. */
.mpfreegifts-modal .mpfreegifts-rule-grid .mpfreegifts-gift-image {
    max-width: 100% !important;
    height: auto !important;
}

/* Push the action button to the bottom of the card so buttons align across the
   row regardless of how tall the name/price block above them is. */
.mpfreegifts-rule-grid .mpfreegifts-gift-action {
    margin-top: auto;
}
@media only screen and (min-width: 991px) {
.mpfreegifts-rule-grid .gift-container {
width: 25%;
}
}
@media only screen and (max-width: 990px) and (min-width: 768px){
.mpfreegifts-rule-grid .gift-container {
width: 33.33%;
}
}
@media only screen and (max-width: 767px){
.mpfreegifts-rule-grid .gift-container {
width: 50%;
}
}

.intro .modal-content{
    padding: 0px 7px 0 7px;
}
@media only screen and (max-width: 767px) {
    .mpfreegifts-rule-grid .gift-container {
        padding: 0;
    }
.mpfreegifts-gift-name span{
    -webkit-line-clamp: 2;
        min-height: 42px;
}
}
/* --------------------- End - Grid Layout --------------------- */

/* --------------------- Begin - Slider Layout --------------------- */
.mpfreegifts-rule-slider {
    margin: 30px 0;
}

.mpfreegifts-rule-slider .gift-container {
    padding: 20px;
}

.mpfreegifts-rule-slider .gift-item {
    box-sizing: border-box;
    padding: 15px 0;
}
/* --------------------- End - Slider Layout --------------------- */

/* --------------------- Begin - Cart Notification --------------------- */
#mpfreegifts-notification {
    display: none;
}

#mpfreegifts-notification #message-content {
    display: flex;
}

.mpfreegifts-notify-message, .mpfreegifts-notify-hide-btn {
    width: 50%;
}

.mpfreegifts-notify-hide-btn {
    text-align: right;
}
/* --------------------- End - Cart Notification --------------------- */

.mpfreegifts-option-modal table.table.data.grouped span.price {
    text-decoration: line-through;
}
#modal-content-1{
    padding: 0;
}
#mpfreegifts-modal-item-cart .row-mp.gift-row{
display: flex;
    flex-wrap: wrap;
}
#mpfreegifts_item_cart .mpfreegifts-btn.action.primary.checkout{
    display: none;
}


/* ===== Baytonia C2b: uniform free-gift cards + Add buttons =====
   Real popup markup (confirmed from live DOM): .gift-row.row-mp > .gift-container > .gift-item
   with .mpfreegifts-gift-name / .mpfreegifts-gift-price / .mpfreegifts-gift-action > button.action.primary.
   Cards were unequal height (long names wrap 2 lines) so action rows/buttons misaligned and looked
   "bigger". Force equal-height flex cards, reserve name space, pin action to bottom, fix button size. */
.gift-row.row-mp,
.mpfreegifts-content .gift-row { align-items: stretch !important; }
.gift-row .gift-container { display: flex !important; }
.gift-item {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
}
.gift-item .mpfreegifts-gift-name {
    height: auto !important;
    min-height: 2.6em !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.gift-item .mpfreegifts-gift-action { margin-top: auto !important; }
.gift-item .mpfreegifts-gift-action .action.primary,
.gift-item .mpfreegifts-gift-action button.action.primary {
    width: 100% !important;
    max-width: 180px !important;
    min-width: 140px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
    line-height: 1 !important;
}
.baytonia-measurements {
    max-width: 100%;
}

.baytonia-measurements-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: right;
    max-width: 100%;
}

.product.info.detailed .product.data.items .data.item.content {
    display: none;
}

.product.info.detailed .product.data.items .data.item.title.active + .data.item.content,
.product.info.detailed .product.data.items .data.item.content.active {
    display: block;
}

.baytonia-measurements-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.baytonia-measurements-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
}

.baytonia-measurements-list .label {
    color: #4a4a4a;
}

.baytonia-measurements-list .value {
    color: #111;
    font-weight: 600;
    white-space: nowrap;
}

.baytonia-measurements-image img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

@media (min-width: 1024px) {
    .baytonia-measurements-body {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
    }

    .baytonia-measurements-image {
        flex: 0 1 55%;
        max-width: 55%;
    }

    .baytonia-measurements-image img {
        max-width: 75%;
    }
}
/*
* @Author: Ngo Quang Cuong
* @Date:   2017-10-18 10:39:01
* @Last Modified by:   https://www.facebook.com/giaphugroupcom
* @Last Modified time: 2017-10-18 10:39:01
*/
@font-face {
  font-family: 'customer-question';
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/PHPCuong_ProductQuestionAndAnswer/css/fonts/customer-question.eot?t29cdu');
  src: url('../../frontend/Smartwave/portortl_child/ar_SA/PHPCuong_ProductQuestionAndAnswer/css/fonts/customer-question.eot?t29cdu#iefix') format('embedded-opentype'), url('../../frontend/Smartwave/portortl_child/ar_SA/PHPCuong_ProductQuestionAndAnswer/css/fonts/customer-question.ttf?t29cdu') format('truetype'), url('../../frontend/Smartwave/portortl_child/ar_SA/PHPCuong_ProductQuestionAndAnswer/css/fonts/customer-question.woff?t29cdu') format('woff'), url('../../frontend/Smartwave/portortl_child/ar_SA/PHPCuong_ProductQuestionAndAnswer/css/fonts/customer-question.svg?t29cdu#customer-question') format('svg');
  font-weight: normal;
  font-style: normal;
}
.box-question-list {
  border: 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3rem;
}
.box-question-list .block-title {
  margin-bottom: 3rem;
}
.box-question-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
}
.next-question {
  margin-top: 3rem;
}
.question-list {
  margin-bottom: 2rem;
}
.question-list ul.parent {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.question-list ul.parent > li {
  margin-bottom: 25px;
  border: 0px;
}
.question-list ul.parent > li:last-child {
  margin-bottom: 0px;
  border: 0px;
  padding-bottom: 0px;
}
.question-list ul.answers {
  list-style: none;
  margin-top: 15px;
  border: 1px solid #ccc;
  margin-left: 20px;
  padding: 10px;
  border-style: dashed;
  position: relative;
}
.question-list ul.answers li {
  margin-bottom: 25px;
}
.question-list ul.answers li:last-child {
  margin: 0px;
}
.question-list ul.answers .question-add {
  display: block;
  border: 0px;
}
.question-list ul.answers .question-add textarea.mage-error:focus {
  border-color: #ed8380;
}
.question-list ul.answers .question-add textarea + div.mage-error {
  padding: 5px !important;
  margin: 0px !important;
  border: 1px solid #ccc !important;
  border-top: 0px !important;
}
.question-list ul.answers:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 10px;
  border-top: 1px dashed #ccc;
  border-left: 1px dashed #ccc;
  transform: rotate(36deg) skew(-20deg);
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.question-list ul.reply {
  list-style: initial;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  color: #bbbbbb;
}
.question-list ul.reply li.reply-on span:before {
  font-family: 'customer-question';
  content: "\e900";
  padding-right: 5px;
}
.question-list ul.reply li {
  display: inline-block;
  border: 0px;
  margin: 0px;
  padding: 0px;
  padding-right: 15px;
  cursor: pointer;
}
.question-list ul.reply .like span.loading-number {
  background-repeat: no-repeat;
  background-position: left center;
  padding-right: 18px;
}
.question-list ul.reply .dislike span.loading-number {
  background-repeat: no-repeat;
  background-position: center center;
  padding-right: 18px;
}
.question-list ul.reply .like:before,
.question-list ul.reply .dislike:before {
  font-family: 'customer-question';
  content: "\e902";
  padding-right: 5px;
}
.question-list ul.reply .dislike {
  position: relative;
}
.question-list ul.reply .dislike span {
  padding-left: 10px;
}
.question-list ul.reply .dislike:before {
  content: "\e901";
  position: absolute;
  top: 2px;
}
.question-list ul.reply li:hover,
.question-list ul.reply li:focus {
  color: #555555;
}
.question-list ul.parent > li p {
  margin-bottom: 5px;
}
.question-list ul.parent > li p.table {
  display: flex;
}
.question-list ul.parent > li p.table .first-character {
  width: 30px;
  height: 30px;
  background: #ddd;
  margin-right: 7px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  display: block;
  background-color: #ddd;
  color: #9f9f9f;
}
.question-list ul.parent > li p.table .author-name {
  overflow: hidden;
  line-height: 13px;
  text-transform: capitalize;
  color: #514943;
}
.question-list ul.parent > li p.table .time {
  font-size: 71%;
  display: block;
  margin-top: 5px;
  font-weight: 600;
}
.question-list ul.parent > li p.table .like {
  margin-right: 15px;
}
.question-add .block-title {
  margin-bottom: 2rem;
}
.question-add .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
}
.question-add .question-policy {
  float: left;
  line-height: 2.1;
}
.question-add .question-policy a {
  color: #555;
  position: relative;
}
.question-add .question-policy a:hover {
  color: #1979c3;
  text-decoration: none;
}
.question-add .question-policy b {
  padding-right: 5px;
}
.question-add .question-policy a:after {
  font-family: 'customer-question';
  content: "\e9a8";
  font-size: 17px;
  position: absolute;
  top: -7px;
}
.question-add textarea {
  margin-bottom: -5px;
  width: 100%;
  outline: none;
  border-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.question-add textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #2188ff;
}
.question-add textarea.mage-error:focus {
  border-color: #ed8380;
}
.question-add textarea + div.mage-error {
  padding: 5px !important;
  margin: 0px !important;
  border: 1px solid #ccc !important;
  border-top: 0px !important;
}
.question-add .question-form-actions {
  display: block;
  overflow: hidden;
  padding: 5px 10px;
  margin: 0px;
  border: 1px solid #ccc;
  border-top: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.question-add .question-form-actions .actions-primary {
  float: right;
}
.question-add .question-form-actions .actions-primary button {
  margin: 0px;
}
.question-add .question-form-actions .actions-primary button.cancel {
  margin-left: 15px;
}
.question-load-more {
  text-align: center;
  margin-bottom: 2rem;
}
.question-load-more a {
  position: relative;
}
.question-load-more a span {
  padding-right: 10px;
}
.question-load-more a:hover {
  text-decoration: none;
}
.question-load-more a:after {
  content: "\e903";
  font-family: 'customer-question';
  font-size: 17px;
  position: absolute;
  top: -2px;
}
.action-actived {
  color: #575757;
}
button.cancel,
.hidden-input,
.img-loading {
  display: none;
}
@media (max-width: 767px) {
  .question-add .question-form-actions .actions-primary {
    float: initial;
  }
  .question-add .question-form-actions .actions-primary button.cancel {
    margin: 10px 0px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fportortl_child%5C%2Far_SA%5C%2FPHPCuong_ProductQuestionAndAnswer%5C%2Fcss%5C%2Fcustomer-questions.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3BAAMA%3BEACE%2CaAAa%2CmBAAb%3BEACA%2CSAAU%2CqCAAV%3BEACA%2CSAAU%2C4CAA4C%2COAAO%2C0BACvD%2CsCAAsC%2COAAO%2CiBAC7C%2CuCAAuC%2COAAO%2CaAC9C%2CwDAAwD%2COAAO%2CMAHrE%3BEAIA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEF%3BEACI%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CkBAII%3BEACI%2CmBAAA%3B%3BAALR%2CkBAII%2CaAEI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAIZ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAADJ%2CcAEI%2CGAAE%3BEACE%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAALR%2CcAOI%2CGAAE%2COAAU%3BEACR%2CmBAAA%3BEACA%2CWAAA%3B%3BAATR%2CcAWI%2CGAAE%2COAAU%2CKAAE%3BEACV%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAdR%2CcAgBI%2CGAAE%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAvBR%2CcAgBI%2CGAAE%2CQAQE%3BEACI%2CmBAAA%3B%3BAAzBZ%2CcAgBI%2CGAAE%2CQAWE%2CGAAE%3BEACE%2CWAAA%3B%3BAA5BZ%2CcAgBI%2CGAAE%2CQAcE%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAhCZ%2CcAgBI%2CGAAE%2CQAcE%2CcAGI%2CSAAQ%2CWAAW%3BEACf%2CqBAAA%3B%3BAAlChB%2CcAgBI%2CGAAE%2CQAcE%2CcAMI%2CSAAW%2CMAAG%3BEACV%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3B%3BAAxChB%2CcA4CI%2CGAAE%2CQAAQ%3BEACN%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CWAAW%2CcAAc%2CYAAzB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAtDR%2CcAwDI%2CGAAE%3BEACE%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAA7DR%2CcAwDI%2CGAAE%2CMAME%2CGAAE%2CSAAU%2CKAAI%3BEACZ%2CaAAa%2CmBAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CkBAAA%3B%3BAAjEZ%2CcAwDI%2CGAAE%2CMAWE%3BEACI%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAzEZ%2CcAwDI%2CGAAE%2CMAmBE%2CMACI%2CKAAI%3BEACA%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAA%5C%2FEhB%2CcAwDI%2CGAAE%2CMA0BE%2CSACI%2CKAAI%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3BEACA%2CmBAAA%3B%3BAAtFhB%2CcAwDI%2CGAAE%2CMAiCE%2CMAAK%3BAAzFb%2CcAwDI%2CGAAE%2CMAkCE%2CSAAQ%3BEACJ%2CaAAa%2CmBAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CkBAAA%3B%3BAA7FZ%2CcAwDI%2CGAAE%2CMAuCE%3BEACI%2CkBAAA%3B%3BAAhGZ%2CcAwDI%2CGAAE%2CMAuCE%2CSAEI%3BEACI%2CkBAAA%3B%3BAAlGhB%2CcAwDI%2CGAAE%2CMA6CE%2CSAAQ%3BEACJ%2CSAAS%2COAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAxGZ%2CcAwDI%2CGAAE%2CMAkDE%2CGAAE%3BAA1GV%2CcAwDI%2CGAAE%2CMAmDE%2CGAAE%3BEACE%2CcAAA%3B%3BAA5GZ%2CcA%2BGI%2CGAAE%2COAAU%2CKAAG%3BEACX%2CkBAAA%3B%3BAAhHR%2CcAkHI%2CGAAE%2COAAU%2CKAAG%2CEAAC%3BEACZ%2CaAAA%3B%3BAAnHR%2CcAqHI%2CGAAE%2COAAU%2CKAAG%2CEAAC%2CMAAO%3BEACnB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAjIR%2CcAmII%2CGAAE%2COAAU%2CKAAG%2CEAAC%2CMAAO%3BEACnB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3B%3BAAvIR%2CcAyII%2CGAAE%2COAAU%2CKAAG%2CEAAC%2CMAAO%3BEACnB%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAA7IR%2CcA%2BII%2CGAAE%2COAAU%2CKAAG%2CEAAC%2CMAAO%3BEACnB%2CkBAAA%3B%3BAAGR%2CaACI%3BEACI%2CmBAAA%3B%3BAAFR%2CaACI%2CaAEI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAANZ%2CaASI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAXR%2CaASI%2CiBAGI%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAdZ%2CaASI%2CiBAOI%2CEAAC%3BEACG%2CcAAA%3BEACA%2CqBAAA%3B%3BAAlBZ%2CaASI%2CiBAWI%3BEACI%2CkBAAA%3B%3BAArBZ%2CaAwBI%2CiBAAiB%2CEAAC%3BEACd%2CaAAa%2CmBAAb%3BEACA%2CSAAS%2COAAT%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAA7BR%2CaA%2BBI%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3B%3BAArCR%2CaAuCI%2CSAAQ%3BEACJ%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAA1CR%2CaA4CI%2CSAAQ%2CWAAW%3BEACf%2CqBAAA%3B%3BAA7CR%2CaA%2BCI%2CSAAW%2CMAAG%3BEACV%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3B%3BAAnDR%2CaAqDI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2C%2BBAAA%3BEACA%2C8BAAA%3B%3BAA7DR%2CaAqDI%2CuBASI%3BEACI%2CYAAA%3B%3BAA%5C%2FDZ%2CaAqDI%2CuBASI%2CiBAEI%3BEACI%2CWAAA%3B%3BAAjEhB%2CaAqDI%2CuBASI%2CiBAKI%2COAAM%3BEACF%2CiBAAA%3B%3BAAKhB%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAFJ%2CmBAGI%3BEACI%2CkBAAA%3B%3BAAJR%2CmBAGI%2CEAEI%3BEACI%2CmBAAA%3B%3BAANZ%2CmBASI%2CEAAC%3BEACG%2CqBAAA%3B%3BAAVR%2CmBAYI%2CEAAC%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CmBAAb%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGR%3BEACI%2CcAAA%3B%3BAAEJ%2CMAAM%3BAACN%3BAACA%3BEACI%2CaAAA%3B%3BAAcJ%2CQAZyB%3BEACrB%2CaACI%2CuBACI%3BIACI%2CcAAA%3B%3BEAHZ%2CaACI%2CuBACI%2CiBAEI%2COAAM%3BIACF%2CgBAAA%22%7D *//**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket_Estimateddelivery
 * @copyright   Copyright (c) 2017 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */

.estimated-hld {clear: both; /*padding: 16px 0;*/}
.estimated-hld .estimated-js {height:15px;}
.estimated-hld .estimated-js,
.estimated-hld-product .estimated-box  {margin-bottom: 10px;}
.estimated-hld-product .estimated-box p {margin-bottom: 0px;}
.estimated-hld-category .estimated-box {
    display: inline-block;
    margin-right: 20px;
}

.category-view #estimateddelivery{
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

.category-view #estimateddelivery br{
    display: none;
}

.catalog-category-view .estimated-hld > div > p{
    margin-right: 15px
}

.category-view #estimateddelivery .estimated-hld {
    width: 79.16666667%;
    margin-left: auto;
}

@media only screen and (max-width: 991px) and (min-width: 768px){
    .pl-thm-infortis-ultimo.page-layout-2columns-left .category-view #estimateddelivery .estimated-hld{
        width: 75%;
    }
}

@media (max-width: 768px) {
    .category-view #estimateddelivery .estimated-hld {
        margin-left: 0;
    }
}/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.product-image-carousel-swiper .product-image img {
    width: 100%;
}
.product-image-carousel-swiper .swiper-button-next,
.product-image-carousel-swiper .swiper-button-prev {
    color: #000;
    box-shadow: none !important;
}
.product-image-carousel-swiper .swiper-button-next:after,
.product-image-carousel-swiper .swiper-button-prev:after {
    font-weight: 900;
    font-size: 24px;
}

.product-image-carousel-swiper .swiper-button-prev,
.product-image-carousel-swiper .swiper-button-next {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out opacity;
}
.product-image-carousel-swiper:not(.has-video):hover .swiper-button-prev,
.product-image-carousel-swiper:not(.has-video):hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}
.product-image .photoswipe__video-show {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-image .photoswipe__video-show:after{
    content: '';
    height: 100px;
    background: url('../../frontend/Smartwave/portortl_child/ar_SA/Magento_Catalog/images/gallery-sprite.png') bottom right;
    width: 100px;
}
.product-image-carousel-swiper .fotorama__fullscreen-icon {
    width: 35px;
    height: 35px;
    background: none;
    display: block;
    top: auto;
    bottom: 5px;
    left: 0 !important;
    right: inherit !important;
    text-align: center;
    line-height: 34px;
    color: #222529;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out opacity;
}
.product-image-carousel-swiper .fotorama__fullscreen-icon::before {
    content: '\f882';
    font-family: 'Porto-Icons';
    font-size: 15px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.product-image-carousel-swiper:not(.has-video):hover .fotorama__fullscreen-icon {
    opacity: 1;
    visibility: visible;
}
.product-image.video.show-video img{
    opacity: 0;
}
.photoswipe__video-close {
    user-select: none;
    background-image: url('../../frontend/Smartwave/portortl_child/ar_SA/Magento_Catalog/images/gallery-sprite.png');
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    background-position: -55px 0;
    height: 40px;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease-in-out;
    width: 40px;
    opacity: 1;
    transform: translate3d(0, -10px, 0);
}
.product-image.video:not(.show-video) .product-video,
.product-image.video:not(.show-video) .photoswipe__video-close {
    display: none;
}
.product-image-carousel-swiper .swiper-pagination-bullet {
    border: 1px solid #858585 !important;
    width: 14px;
    height: 14px;
    background: transparent;
    opacity: 1;
}
.product-image-carousel-swiper .swiper-pagination-bullet-active {
    background-color: #000 !important;
    border-color: #000 !important;
}    
.pswp__button {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.pswp__button.pswp__button--arrow {
    transform: translateY(-50%);        
}
.pswp__bullets-indicator {
    display: flex;
    flex-direction: row;
    align-items: center;

    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
}
.pswp__bullet {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #858585 !important;
    background: transparent;
    margin: 0 5px;
}
.pswp__bullet--active { 
    background: #000000;
    border: 1px solid #000 !important;
}
.pswp__button--arrow--prev,
.pswp__button--arrow--next {
    display: none !important;
}